summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
blob: d6135d6c1d97be22e88772d68d1ff16fe697933c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
package services; # $Id$




#-######################################################################################
#- misc imports
#-######################################################################################

use strict;
use common;
use run_program;

use common;
use run_program;

sub description {
    my %services = (
alsa => N_("Launch the ALSA (Advanced Linux Sound Architecture) sound system"),
anacron => N_("Anacron is a periodic command scheduler."),
apmd => N_("apmd is used for monitoring battery status and logging it via syslog.
It can also be used for shutting down the machine when the battery is low."),
atd => N_("Runs commands scheduled by the at command at the time specified when
at was run, and runs batch commands when the load average is low enough."),
crond => N_("cron is a standard UNIX program that runs user-specified programs
at periodic scheduled times. vixie cron adds a number of features to the basic
UNIX cron, including better security and more powerful configuration options."),
cups => N_("Common UNIX Printing System (CUPS) is an advanced printer spooling system"),
dm => N_("Launches the graphical display manager"),
fam => N_("FAM is a file monitoring daemon. It is used to get reports when files change.
It is used by GNOME and KDE"),
gpm => N_("GPM adds mouse support to text-based Linux applications such the
Midnight Commander. It also allows mouse-based console cut-and-paste operations,
and includes support for pop-up menus on the console."),
haldaemon => N_("HAL is a daemon that collects and maintains information about hardware"),
harddrake => N_("HardDrake runs a hardware probe, and optionally configures
new/changed hardware."),
httpd => N_("Apache is a World Wide Web server. It is used to serve HTML files and CGI."),
inet => N_("The internet superserver daemon (commonly called inetd) starts a
variety of other internet services as needed. It is responsible for starting
many services, including telnet, ftp, rsh, and rlogin. Disabling inetd disables
all of the services it is responsible for."),
ipchains => N_("Launch packet filtering for Linux kernel 2.2 series, to set
up a firewall to protect your machine from network attacks."),
keytable => N_("This package loads the selected keyboard map as set in
/etc/sysconfig/keyboard.  This can be selected using the kbdconfig utility.
You should leave this enabled for most machines."),
kheader => N_("Automatic regeneration of kernel header in /boot for
/usr/include/linux/{autoconf,version}.h"),
kudzu => N_("Automatic detection and configuration of hardware at boot."),
linuxconf => N_("Linuxconf will sometimes arrange to perform various tasks
at boot-time to maintain the system configuration."),
lpd => N_("lpd is the print daemon required for lpr to work properly. It is
basically a server that arbitrates print jobs to printer(s)."),
lvs => N_("Linux Virtual Server, used to build a high-performance and highly
available server."),
messagebus => N_("DBUS is a daemon which broadcasts notifications of system events and other messages"),
named => N_("named (BIND) is a Domain Name Server (DNS) that is used to resolve host names to IP addresses."),
netfs => N_("Mounts and unmounts all Network File System (NFS), SMB (Lan
Manager/Windows), and NCP (NetWare) mount points."),
network => N_("Activates/Deactivates all network interfaces configured to start
at boot time."),
nfs => N_("NFS is a popular protocol for file sharing across TCP/IP networks.
This service provides NFS server functionality, which is configured via the
/etc/exports file."),
nfslock => N_("NFS is a popular protocol for file sharing across TCP/IP
networks. This service provides NFS file locking functionality."),
ntpd => N_("Synchronizes system time using the Network Time Protocol (NTP)"),
numlock => N_("Automatically switch on numlock key locker under console
and Xorg at boot."),
oki4daemon => N_("Support the OKI 4w and compatible winprinters."),
pcmcia => N_("PCMCIA support is usually to support things like ethernet and
modems in laptops.  It will not get started unless configured so it is safe to have
it installed on machines that do not need it."),
portmap => N_("The portmapper manages RPC connections, which are used by
protocols such as NFS and NIS. The portmap server must be running on machines
which act as servers for protocols which make use of the RPC mechanism."),
postfix => N_("Postfix is a Mail Transport Agent, which is the program that moves mail from one machine to another."),
random => N_("Saves and restores system entropy pool for higher quality random
number generation."),
rawdevices => N_("Assign raw devices to block devices (such as hard drive
partitions), for the use of applications such as Oracle or DVD players"),
routed => N_("The routed daemon allows for automatic IP router table updated via
the RIP protocol. While RIP is widely used on small networks, more complex
routing protocols are needed for complex networks."),
rstatd => N_("The rstat protocol allows users on a network to retrieve
performance metrics for any machine on that network."),
rusersd => N_("The rusers protocol allows users on a network to identify who is
logged in on other responding machines."),
rwhod => N_("The rwho protocol lets remote users get a list of all of the users
logged into a machine running the rwho daemon (similar to finger)."),
saned => N_("SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..."),
smb => N_("The SMB/CIFS protocol enables to share access to files & printers and also integrates with a Windows Server domain"),
sound => N_("Launch the sound system on your machine"),
sshd => N_("Secure Shell is a network protocol that allows data to be exchanged over a secure channel between two computers"),
syslog => N_("Syslog is the facility by which many daemons use to log messages
to various system log files.  It is a good idea to always run syslog."),
usb => N_("Load the drivers for your usb devices."),
xfs => N_("Starts the X Font Server."),
xinetd => N_("Starts other deamons on demand."),
    );
    my ($name) = @_;
    my $s = $services{$name};
    if ($s) {
	$s = translate($s);
    } else {
	my $file = find { -e $_ } map { "$::prefix$_/$name" } '/etc/rc.d/init.d', '/etc/init.d', '/etc/xinetd.d';
	$s = cat_($file);
	$s =~ s/\\\s*\n#\s*//mg;
	$s = 
	  $s =~ /^#\s+(?:Short-)?[dD]escription:\s+(.*?)^(?:[^#]|# {0,2}\S)/sm ? $1 :
	  $s =~ /^#\s*(.*?)^[^#]/sm ? $1 : '';

	$s =~ s/#\s*//mg;
    }
    $s =~ s/\n/ /gm; $s =~ s/\s+$//;
    $s;
}

sub ask_ {
    my ($in) = @_;
    my %root_services = (
			 N("Printing") => [ qw(cups cupslpd lpr lpd oki4daemon hpoj cups-lpd) ],
			 N("Internet") => [ qw(httpd boa tux roxen ftp pftp tftp proftpd wu-ftpd pure-ftpdipsec proftpd-xinetd
                                               ipchains iptables ip6tables ipvsadm isdn4linux ibod jabber jabber-icq adsl squid
                                               portsentry prelude nessusd junkbuster radvd cddbp ippl iptoip jail.init) ],
			 N("File sharing") => [ qw(nfs-common nfs-server nfslock smb nettalk netfs mcserv autofs amd
                                                   venus.init auth2.init codasrv.init update.init swat) ],
			 N("System") => [ qw(usb usbd pcmcia irda xinetd inetd kudzu harddrake apmd sound network xfs
                                             alsa functions halt kheader killall mandrake_everytime mandrake_firstime
                                             random rawdevices single keytable syslog crond medusa-init portmap rpcbind acon
                                             anacron atd gpm psacct wine acpid numlock jserver sensors mosix bpowerd bpowerfail
                                             fcron powertweak.init ups syslog-ng cvs apcupsd) ],
			 N("Remote Administration") => [ qw(sshd telnetd telnet rsh rlogin rexec webmin cfd heartbeat ldirectord
                                                            iplog mon vncserver netsaint olympusd drakxtools_http) ],
#			 N("Network Client") => [ qw(ypbind nscd arpwatch fetchmail dnrd_rc diald rsync) ],
#			 N("Network Server") => [ qw(named bootparamd ntpd xntpd chronyd postfix sendmail
#                                                     imap imaps ipop2 ipop3 pop3s routed yppasswdd ypserv ldap dhcpd dhcrelay
#                                                     hylafax innd identd rstatd rusersd rwalld rwhod gated
#                                                     kadmin kprop krb524 krb5kdc krb5server hldsld bayonne sockd dhsd gnu-pop3d
#                                                     gdips pptpd.conf vrrpd crossfire bnetd pvmd ircd sympa finger ntalk talk) ],
			 N("Database Server") => [ qw(mysql postgresql) ],
			);
    my %services_root;
    foreach my $root (keys %root_services) {
	$services_root{$_} = $root foreach @{$root_services{$root}};
    }
    my ($l, $on_services) = services();
    my %services;
    $services{$_} = 0 foreach @{$l || []};
    $services{$_} = 1 foreach @{$on_services || []};

    $in->ask_browse_tree_info(N("Services"), N("Choose which services should be automatically started at boot time"),
			      {
			       node_state => sub { $services{$_[0]} ? 'selected' : 'unselected' },
			       build_tree => sub {
				   my ($add_node, $flat) = @_;
				   $add_node->($_, !$flat && ($services_root{$_} || N("Other")))
				     foreach sort keys %services;
			       },
			       grep_unselected => sub { grep { !$services{$_} } @_ },
			       toggle_nodes => sub {
				   my ($set_state, @nodes) = @_;
				   my $new_state = !$services{$nodes[0]};
				   foreach (@nodes) {
				       $set_state->($_, $new_state ? 'selected' : 'unselected');
				       $services{$_} = $new_state;
				   }
			       },
			       get_status => sub {
				   N("Services: %d activated for %d registered", 
				     scalar(grep { $_ } values %services),
				     scalar(values %services));
			       },
			       get_info => sub { formatLines(description($_[0])) },
			       interactive_help_id => 'configureServices',
			      }) or return $l, $on_services; #- no change on cancel.
    [ grep { $services{$_} } @$l ];
}

sub ask_standalone_gtk {
    my ($_in) = @_;
    my ($l, $on_services) = services();
    my @xinetd_services = map { $_->[0] } @{(services_raw())[1]};

    require ugtk2;
    ugtk2->import(qw(:wrappers :create));

    my $W = ugtk2->new(N("Services"));
    my ($x, $y, $w_popup);
    my $nopop = sub { $w_popup and $w_popup->destroy; undef $w_popup };
    my $display = sub { 
	my ($text) = @_;
	$nopop->(); 
	gtkshow(gtkadd($w_popup = Gtk2::Window->new('popup'),
		       gtksignal_connect(gtkadd(Gtk2::EventBox->new,
						gtkadd(gtkset_shadow_type(Gtk2::Frame->new, 'etched_out'),
						       gtkset_justify(Gtk2::Label->new($text), 'left'))),
					 button_press_event => sub { $nopop->() }
					)))->move($x, $y) if $text;
    };
    my $update_service = sub {
	my ($service, $label) = @_;
	my $started = -e "/var/lock/subsys/$service";
	$label->set_label($started ? N("running") : N("stopped"));
    };
    my $b = Gtk2::EventBox->new;
    $b->set_events('pointer_motion_mask');
    gtkadd($W->{window}, gtkadd($b, gtkpack_($W->create_box_with_title,
	0, mygtk2::gtknew('Title1', label => N("Services and daemons")),
	1, gtkset_size_request(create_scrolled_window(create_packtable({ col_spacings => 10, row_spacings => 3 },
	    map {
                my $service = $_;
		my $is_xinetd_service = member($service, @xinetd_services);
        	my $infos = warp_text(description($_), 40);
                $infos ||= N("No additional information\nabout this service, sorry.");
		my $label = gtkset_justify(Gtk2::Label->new, 'left');
                $update_service->($service, $label) if !$is_xinetd_service;
		[ gtkpack__(Gtk2::HBox->new(0,0), $_),
		  gtkpack__(Gtk2::HBox->new(0,0), $label),
		  gtkpack__(Gtk2::HBox->new(0,0), gtksignal_connect(Gtk2::Button->new(N("Info")), clicked => sub { $display->($infos) })),

                  gtkpack__(Gtk2::HBox->new(0,0), gtkset_active(gtksignal_connect(
                          Gtk2::CheckButton->new($is_xinetd_service ? N("Start when requested") : N("On boot")),
                          clicked => sub { if ($_[0]->get_active) {
                                               push @$on_services, $service if !member($service, @$on_services);
                                           } else {
                                               @$on_services = grep { $_ ne $service } @$on_services;
                                        } }), member($service, @$on_services))),
		  map { 
		      my $a = $_;
		      gtkpack__(Gtk2::HBox->new(0,0), gtksignal_connect(Gtk2::Button->new(translate($a)),
                          clicked => sub { 
			      my $action = $a eq "Start" ? 'restart' : 'stop'; 
			      log::explanations(qq(GP_LANG="UTF-8" service $service $action));
			      # as we need the output in UTF-8, force it
			      local $_ = `GP_LANG="UTF-8" service $service $action 2>&1`; s/\033\[[^mG]*[mG]//g;
			      c::set_tagged_utf8($_);
			      $update_service->($service, $label);
			      $display->($_);
			  })) if !$is_xinetd_service;
		  } (N_("Start"), N_("Stop"))
		];
	    }
            @$l), [ $::isEmbedded ? 'automatic' : 'never', 'automatic' ]), -1, $::isEmbedded ? -1 : 400),
            0, gtkpack(gtkset_border_width(Gtk2::HBox->new(0,0),5), $W->create_okcancel)
            ))
	  );
    $b->signal_connect(motion_notify_event => sub { my ($w, $e) = @_;
						    my ($ox, $oy) = $w->window->get_origin;
						    $x = $e->x+$ox; $y = $e->y+$oy });
    $b->signal_connect(button_press_event => sub { $nopop->() });
    $::isEmbedded and gtkflush();
    $W->main or return;
    $on_services;
}

sub ask {    
    my ($in) = @_;
    !$::isInstall && $in->isa('interactive::gtk') ? &ask_standalone_gtk : &ask_;
}

sub _set_service {
    my ($service, $enable) = @_;
    my $script = "/etc/rc.d/init.d/$service";
    run_program::rooted($::prefix, "chkconfig", $enable ? "--add" : "--del", $service);
    #- FIXME: handle services with no chkconfig line and with no Default-Start levels in LSB header
    if ($enable && cat_("$::prefix$script") =~ /^#\s+chkconfig:\s+-/m) {
        run_program::rooted($::prefix, "chkconfig", "--level", "35", $service, "on");
    }
}

sub _run_action {
    my ($service, $action) = @_;
    run_program::rooted($::prefix, "/etc/rc.d/init.d/$service", $action);
}

sub doit {
    my ($in, $on_services) = @_;
    my ($l, $was_on_services) = services();

    foreach (@$l) {
	my $before = member($_, @$was_on_services);
	my $after = member($_, @$on_services);
	if ($before != $after) {
	    _set_service($_, $after);
	    if (!$after && !$::isInstall && !$in->isa('interactive::gtk')) {
		#- only done after install AND when not using the gtk frontend (since it allows one to start/stop services)
		#- this allows to skip stopping service "dm"
		_run_action($_, "stop");
	    }
	}
    }
}

sub services_raw() {
    local $ENV{LANGUAGE} = 'C';
    my (@services, @xinetd_services);
    foreach (run_program::rooted_get_stdout($::prefix, '/sbin/chkconfig', '--list')) {
	if (my ($xinetd_name, $on_off) = m!^\t(\S+):\s*(on|off)!) {
	    push @xinetd_services, [ $xinetd_name, $on_off eq 'on' ];
	} elsif (my ($name, $l) = m!^(\S+)\s+(0:(on|off).*)!) {
	    push @services, [ $name, [ $l =~ /(\d+):on/g ] ];
	}
    }
    \@services, \@xinetd_services;
}

#- returns: 
#--- the listref of installed services
#--- the listref of "on" services
sub services() {
    my ($services, $xinetd_services) = services_raw();
    my @l = @$xinetd_services;
    if ($::isInstall) {
        push @l, map { [ $_->[0], @{$_->[1]} > 0 ] } @$services;
    } else {
        my $runlevel = (split " ", `/sbin/runlevel`)[1];
        push @l, map { [ $_->[0], member($runlevel, @{$_->[1]}) ] } @$services;
    }
    @l = sort { $a->[0] cmp $b->[0] } @l;
    [ map { $_->[0] } @l ], [ map { $_->[0] } grep { $_->[1] } @l ];
}






sub service_exists {
    my ($service) = @_;
    -x "$::prefix/etc/rc.d/init.d/$service";
}

sub restart ($) {
    my ($service) = @_;
    # Exit silently if the service is not installed
    service_exists($service) or return 1;
    _run_action($service, "restart");
}

sub restart_or_start ($) {
    my ($service) = @_;
    # Exit silently if the service is not installed
    service_exists($service) or return 1;
    _run_action($service, is_service_running($service) ? "restart" : "start");
}

sub start ($) {
    my ($service) = @_;
    # Exit silently if the service is not installed
    service_exists($service) or return 1;
    _run_action($service, "start");
}

sub start_not_running_service ($) {
    my ($service) = @_;
    # Exit silently if the service is not installed
    service_exists($service) or return 1;
    is_service_running($service) || _run_action($service, "start");
}

sub stop ($) {
    my ($service) = @_;
    # Exit silently if the service is not installed
    service_exists($service) or return 1;
    _run_action($service, "stop");
}

sub is_service_running ($) {
    my ($service) = @_;
    # Exit silently if the service is not installed
    service_exists($service) or return 1;
    run_program::rooted($::prefix, "/etc/rc.d/init.d/$service", '>', '/dev/null', '2>', '/dev/null', "status");
}

sub starts_on_boot {
    my ($service) = @_;
    my (undef, $on_services) = services();
    member($service, @$on_services);
}

sub start_service_on_boot ($) {
    my ($service) = @_;
    _set_service($service, 1);
}

sub do_not_start_service_on_boot ($) {
    my ($service) = @_;
    _set_service($service, 0);
}

sub enable {
    my ($service, $o_dont_apply) = @_;
    start_service_on_boot($service);
    restart_or_start($service) unless $o_dont_apply;
}

sub disable {
    my ($service, $o_dont_apply) = @_;
    do_not_start_service_on_boot($service);
    stop($service) unless $o_dont_apply;
}

sub set_status {
    my ($service, $enable, $o_dont_apply) = @_;
    if ($enable) {
	enable($service, $o_dont_apply);
    } else {
	disable($service, $o_dont_apply);
    }
}

1;
>-#: ../../any.pm_.c:707
-msgid "Autoprobe"
-msgstr "Aftas"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader to use"
+msgstr "Herlaaistelsel om te gebruik"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "Spesifieer opsies"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader main options"
+msgstr "Herlaaistelsel hoofopsies"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, 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:734
-msgid "access to X programs"
-msgstr ""
-
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
+"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:736
-msgid "allow \"su\""
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Give the ram size in MB"
+msgstr "Gee die geheuegrootte in MB"
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Enable multiple profiles"
+msgstr "Gebruik multiprofiele"
-#: ../../any.pm_.c:738
-msgid "access to network tools"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Precise RAM size if needed (found %d MB)"
+msgstr "Presiese RAM grootte indien nodig (%d MB bespeur)"
-#: ../../any.pm_.c:739
-msgid "access to compilation tools"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "Maak /tmp skoon met elke herlaai"
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(%s alreeds bygevoeg)"
+msgid "Create a bootdisk"
+msgstr "Maar 'n herlaaiskyf"
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "Die wagwoorde is te eenvoudig"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "beperk"
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "Gee asb. 'n gebruikerskode"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "Beperk instruksielynopsies"
-#: ../../any.pm_.c:751
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Die gebruikerskode maag alleenlikui kleinletter, nommers, '-' en '_' bestaan"
+#: ../../any.pm:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "Wagperiode voro verstekstelsel gelaai word"
-#: ../../any.pm_.c:752
-#, fuzzy
-msgid "The user name is too long"
-msgstr "Hierdie genruikerskode bestaan alreeds"
+#: ../../any.pm:1
+#, c-format
+msgid "compact"
+msgstr "kompak"
-#: ../../any.pm_.c:753
-msgid "This user name is already added"
-msgstr "Hierdie genruikerskode bestaan alreeds"
+#: ../../any.pm:1
+#, c-format
+msgid "Compact"
+msgstr "Kompak"
-#: ../../any.pm_.c:757
-msgid "Add user"
-msgstr "Voeg gebruiker by"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "Herlaaiprogram installasie"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Tik 'n gebruiker in\n"
-"%s"
+msgid "First sector of boot partition"
+msgstr "Eerste sektor van herlaaipartisie"
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "Aanvaar gebruiker"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "Eerste sektor van skyf (MBR)"
-#: ../../any.pm_.c:770
-msgid "Real name"
-msgstr "Regte naam"
+#: ../../any.pm:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "Waar wil u die herlaaistelsel installeer"
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "Gebruikerskode"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "LILO/grub installasie"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "Dop"
+#: ../../any.pm:1
+#, c-format
+msgid "SILO Installation"
+msgstr "SILO installasie"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "Ikoon"
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Skip"
+msgstr "Mis hierdie stap"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "Outointeken"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "On Floppy"
+msgstr "Stoor op floppie"
-#: ../../any.pm_.c:804
+#: ../../any.pm:1
+#, c-format
msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
+"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 ""
-"Ek kan u rekenaar so opstel om X outomaties een gebruiker in te teken.\n"
-"Verlang u hierdie funksionaliteit?"
-
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "Kies die verstek gebruiker:"
-#
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "Kies die vensterbestuurder om te loop:"
-
-#: ../../any.pm_.c:824
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Kies asb. 'n taal om te gebruik."
+#: ../../any.pm:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "Herlaaiskyf word geskryf"
-#: ../../any.pm_.c:826
-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 "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
+msgstr "Sit 'n skyf in aandrywer %s"
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "Alles"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the floppy drive you want to use to make the bootdisk"
+msgstr "Kies die sagteskyfaandrywer wat u wil gebruik"
-#: ../../any.pm_.c:961
-#, fuzzy
-msgid "Allow all users"
-msgstr "Voeg 'n gebruiker by"
+#: ../../any.pm:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "Tweede sagteskyfaandrywer"
-#: ../../any.pm_.c:961
-#, fuzzy
-msgid "No sharing"
-msgstr "CUPS word gelaai"
+#: ../../any.pm:1
+#, c-format
+msgid "First floppy drive"
+msgstr "Eerste sagteskyfaandrywer"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
-#, 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:1
+#, c-format
+msgid "Sorry, no floppy drive available"
+msgstr "Jammer, geen sagteskyfaandrywer beskikbaar nie"
-#: ../../any.pm_.c:973
+#: ../../any.pm:1
+#, c-format
msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
+"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"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:987
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:1001
-msgid "Launch userdrake"
+"\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 ""
-#: ../../any.pm_.c:1003
+#: ../../any.pm:1
+#, c-format
msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
+"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\"."
-#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "Krakers welkom"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "Swak"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "Standaard"
-
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "Hoog"
-
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-#, fuzzy
-msgid "Higher"
-msgstr "Hoog"
-
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "Paranoïes"
-
-#: ../../any.pm_.c:1061
-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."
+#: ../../bootloader.pm:1
+#, fuzzy, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Waar wil u die herlaaistelsel installeer"
-#: ../../any.pm_.c:1064
-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."
+#: ../../bootloader.pm:1
+#, c-format
+msgid "not enough room in /boot"
+msgstr "nie genoeg spasie in /boot nie"
-#: ../../any.pm_.c:1065
-#, 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 kliënt konnekteer. Daar is heelwat "
-"sekuriteitstoetse."
+#. -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:1
+#, c-format
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr "Die uitgeligte inskrywing sal outomaties in %ds gelaai word."
-#: ../../any.pm_.c:1066
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-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:1
+#, c-format
+msgid "commands before booting, or 'c' for a command-line."
+msgstr "instruksies voor herlaai, of 'c' vir 'n instruksielyn."
-#: ../../any.pm_.c:1067
-#, 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 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 kliënte\n"
-"af kan aanvaar."
+#. -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:1
+#, c-format
+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."
-#: ../../any.pm_.c:1070
-#, fuzzy
-msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
+#. -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:1
+#, c-format
+msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
-"Hierdie is Vlak-4 sekuriteit, maar die stelsel is afgeslote.\n"
-"Sekuriteitseienskappe is maksimaal."
-
-#: ../../any.pm_.c:1076
-#, fuzzy
-msgid "DrakSec Basic Options"
-msgstr "Opsies"
+"Gebruik die %c en %c sleutels om die inskrywing te kies wat uitgelig moet "
+"word."
-#: ../../any.pm_.c:1077
-#, fuzzy
-msgid "Please choose the desired security level"
-msgstr "Gebruik sekuriteitsvlak"
+# 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:1
+#, c-format
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr "Welkom by GRUB, die bedryfstelselkieskaart!"
-#: ../../any.pm_.c:1080
-#, fuzzy
-msgid "Security level"
-msgstr "Sekuriteitsvlak word gestel."
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Yaboot"
+msgstr "Yaboot"
-#: ../../any.pm_.c:1082
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Selekteer opsies vir bediener"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Grub"
+msgstr "Grub"
-#: ../../any.pm_.c:1083
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with text menu"
+msgstr "LILO met tekskieskaart"
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
-msgstr ""
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with graphical menu"
+msgstr "LILO met grafiese kieskaart"
-#: ../../any.pm_.c:1166
-msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
-msgstr ""
+#: ../../bootloader.pm:1
+#, c-format
+msgid "SILO"
+msgstr "SILO"
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
@@ -1102,12 +733,12 @@ msgstr ""
# 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:436
+#: ../../bootloader.pm:1
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
"\n"
-"Choose an operating system in the list above or\n"
+"Choose an operating system from the list above or\n"
"wait %d seconds for default boot.\n"
"\n"
msgstr ""
@@ -1117,207 +748,70 @@ msgstr ""
"%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:983
-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:986
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
#, 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:989
-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:992
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "instruksies voor herlaai, of 'c' vir 'n instruksielyn."
+msgid "OK"
+msgstr "OK"
-#. -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:995
+#: ../../bootlook.pm:1
#, 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:999
-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:1099
-msgid "Desktop"
-msgstr "Werkskerm"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "Beginkieskaart"
-
-#: ../../bootloader.pm_.c:1120
-#, 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:53
-msgid "Boot Style Configuration"
-msgstr "Herlaaistylkonfigurasie"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-msgid "/_File"
-msgstr "/_Lêer"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr "/Lêer/_Verlaat"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr "Nuwe monitorkategoriasiestyl"
-
-#: ../../bootlook.pm_.c:83
-msgid "NewStyle Monitor"
-msgstr "Nuwe styl monitor"
-
-#: ../../bootlook.pm_.c:84
-msgid "Traditional Monitor"
-msgstr "Tradisionele monitor"
-
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
-msgstr "Tradisionele Gtk+ Monitor"
-
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
-msgstr "Laai Aurora met herlaaityd"
-
-#: ../../bootlook.pm_.c:89
-msgid "Lilo/grub mode"
-msgstr "LILO/GRUB metode"
-
-#: ../../bootlook.pm_.c:89
-msgid "Yaboot mode"
-msgstr "Yaboot metode"
-
-#: ../../bootlook.pm_.c:138
-#, fuzzy
-msgid "Install themes"
-msgstr "Installeer stelsel"
-
-#: ../../bootlook.pm_.c:139
-msgid ""
-"Display theme\n"
-"under console"
-msgstr ""
-
-#: ../../bootlook.pm_.c:140
-#, fuzzy
-msgid "Create new theme"
-msgstr "Kies 'n nuwe grootte"
+msgid "Yes, I want autologin with this (user, desktop)"
+msgstr "Ja, ek verlang outoaanteken met hierdie (gebruiker,werkskerm)"
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm:1
#, c-format
-msgid "Backup %s to %s.old"
-msgstr ""
+msgid "No, I don't want autologin"
+msgstr "Nee, ek verlang outo-aanteken"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copy %s to %s"
-msgstr ""
-
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "Fout"
-
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
-msgstr ""
-
-#: ../../bootlook.pm_.c:222
-msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr ""
-
-#: ../../bootlook.pm_.c:222
-#, fuzzy, c-format
-msgid "Write %s"
-msgstr "XFree %s"
+msgid "Launch the graphical environment when your system starts"
+msgstr "Laai X-Windowstelsel met herlaai"
-#: ../../bootlook.pm_.c:224
-msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
-msgstr ""
+#: ../../bootlook.pm:1
+#, c-format
+msgid "System mode"
+msgstr "Stelselmode"
-#: ../../bootlook.pm_.c:235
+#: ../../bootlook.pm:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
+msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:238
+#: ../../bootlook.pm:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:244
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
+"\n"
+"Select the theme for\n"
+"lilo and bootsplash,\n"
+"you can choose\n"
+"them separately"
msgstr ""
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "Notice"
-msgstr "Geen video"
-
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
-msgstr ""
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Splash selection"
+msgstr "Stoor pakketseleksie"
-#: ../../bootlook.pm_.c:251
-#, fuzzy
-msgid "Theme installation failed!"
-msgstr "Kies installasieklas"
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
+#, c-format
+msgid "Configure"
+msgstr "Konfigureer"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm:1
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1326,1064 +820,333 @@ msgstr ""
"U gebruik huidig %s as herlaaibestuurder.\n"
"Kliek op Konfigureer om opstelassistent te laai."
-#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-msgid "Configure"
-msgstr "Konfigureer"
-
-#: ../../bootlook.pm_.c:268
-#, fuzzy
-msgid "Splash selection"
-msgstr "Stoor pakketseleksie"
-
-#: ../../bootlook.pm_.c:271
-msgid "Themes"
-msgstr ""
-
-#: ../../bootlook.pm_.c:273
-msgid ""
-"\n"
-"Select theme for\n"
-"lilo and bootsplash,\n"
-"you can choose\n"
-"them separatly"
-msgstr ""
-
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
-msgstr ""
-
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr "Stelselmode"
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr "Laai X-Windowstelsel met herlaai"
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr "Nee, ek verlang outo-aanteken"
-
-#: ../../bootlook.pm_.c:325
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Ja, ek verlang outoaanteken met hierdie (gebruiker,werkskerm)"
-
-#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
-msgid "OK"
-msgstr "OK"
-
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:107
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "MB"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Theme installation failed!"
+msgstr "Kies installasieklas"
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr "TB"
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Notice"
+msgstr "Geen video"
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
#, c-format
-msgid "%d minutes"
-msgstr "%d minute"
-
-#: ../../common.pm_.c:125
-msgid "1 minute"
-msgstr "1 minuut"
+msgid "Error"
+msgstr "Fout"
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d seconds"
-msgstr "%d sekondes"
-
-#: ../../common.pm_.c:172
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Ek kan nie meer partisies byvoeg nie"
-
-#: ../../common.pm_.c:179
-#, 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:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-msgid "France"
-msgstr "Frankryk"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-#, fuzzy
-msgid "Belgium"
-msgstr "Belgies"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Germany"
-msgstr "Duitsland"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Greece"
-msgstr "Grieks"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-#, fuzzy
-msgid "Norway"
-msgstr "Norweegs"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-#, fuzzy
-msgid "Sweden"
-msgstr "Sien"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "Italy"
-msgstr "Italiaans"
-
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-#, fuzzy
-msgid "Austria"
-msgstr "seriaal"
-
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
+msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:19
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../diskdrake/dav.pm_.c:27
-#, fuzzy
-msgid "New"
-msgstr "nuut"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Ontheg"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Heg"
-
-#: ../../diskdrake/dav.pm_.c:65
-msgid "Server"
-msgstr "Bediener"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "Hegpunt"
-
-#
-#: ../../diskdrake/dav.pm_.c:85
-#, fuzzy
-msgid "Please enter the WebDAV server URL"
-msgstr "Toets asb. die muis"
-
-#: ../../diskdrake/dav.pm_.c:88
-msgid "The URL must begin with http:// or https://"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../diskdrake/dav.pm_.c:109
-#, fuzzy
-msgid "Server: "
-msgstr "Bediener"
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "Hegpunt:"
-
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "Opsies: %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "Rugsteun u data eers asb."
-
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "Lees noukeurig!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:100
-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"
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
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:154
-msgid "Wizard"
-msgstr "Assistent"
-
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "Kies aksie"
-
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../bootlook.pm:1
+#, c-format
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\")"
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
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:194
-msgid "Please click on a partition"
-msgstr "Kliek asb. op 'n partisie"
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "Detail"
-
-#: ../../diskdrake/hd_gtk.pm_.c:254
-#, fuzzy
-msgid "No hard drives found"
-msgstr "Plaaslike drukker"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-#, fuzzy
-msgid "Journalised FS"
-msgstr "Gejoernaliseer"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "Ruilarea"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "Leeg"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "Ander"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "LOersteltipes:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "Skep"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "Tipe"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
-#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Gebruik ``%s'' instede."
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "Uitwis"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "Gebruik ``Ontheg'' eerste"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Write %s"
+msgstr "XFree %s"
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
+msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-"Alle data om hierdie partisie %s sal uitgewis word na verandering van die "
-"partisietipe"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose a partition"
-msgstr "Kies 'n partisie"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose another partition"
-msgstr "Kies 'n ander partisie"
-
-#: ../../diskdrake/interactive.pm_.c:202
-msgid "Exit"
-msgstr "Verlaat"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "Skakel oor na kundige gebruiksvlak"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "Skakel oor na normale gebruiksvlak"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "Herroep"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "Wil u in elk geval voortgaan?"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "Verlaat, maar moenie iets stoor nie"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without writing the partition table?"
-msgstr "Wil u verlaat, sonder om die partisietabel op te dateer?"
-
-#: ../../diskdrake/interactive.pm_.c:257
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Wil u die /etc/fstab veranderinge stoor?"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "Verwydeer almal"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "Outo-allokeer"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-msgid "More"
-msgstr "Nog"
-#: ../../diskdrake/interactive.pm_.c:278
-msgid "Hard drive information"
-msgstr "Hardeskyfinligting"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "Alle primêre partisies is gebruik"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "Ek kan nie meer partisies byvoeg nie"
-
-#: ../../diskdrake/interactive.pm_.c:312
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Lilo message not found"
msgstr ""
-"Om meer partisies te verkry, verwyder asb. een om 'n ektensiepartisiete kan "
-"skep"
-
-#: ../../diskdrake/interactive.pm_.c:322
-#, fuzzy
-msgid "Save partition table"
-msgstr "Skryf partisietabel"
-#: ../../diskdrake/interactive.pm_.c:323
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Reddingspartisietabel"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "Reddingspartisietabel"
-
-#: ../../diskdrake/interactive.pm_.c:326
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Reddingspartisietabel"
-
-#: ../../diskdrake/interactive.pm_.c:331
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Verwyderbare media"
-
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "Selekteer lOer"
-
-#: ../../diskdrake/interactive.pm_.c:347
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Copy %s to %s"
msgstr ""
-"Die rugsteunpartisietabel het nie dieselfde grootte nie\n"
-"Wil u voortgaan?"
-#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "Waarskuwing"
-
-#: ../../diskdrake/interactive.pm_.c:362
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Backup %s to %s.old"
msgstr ""
-"Sit 'n floppie in die aandrywer.\n"
-"Alle data op hierdie floppie sal verloor word."
-
-#: ../../diskdrake/interactive.pm_.c:373
-msgid "Trying to rescue partition table"
-msgstr "Partisietabel Reddingspoging"
-#: ../../diskdrake/interactive.pm_.c:379
-msgid "Detailed information"
-msgstr "Gedetaileerde inligting"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "Verstel Grootte"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "Skuif"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "Formatteer"
-
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "Voeg by RAID"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "Voeg by LVM"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "Verwyder uit RAID"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "Verwyder uit LVM"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "Verander RAID"
-
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "Gebruik vir teruglus"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Create new theme"
msgstr "Kies 'n nuwe grootte"
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "Kies sektor: "
-
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "Grootte in MB: "
-
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "LOerstelseltipe: "
-
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "Voorkeure: "
-
-#: ../../diskdrake/interactive.pm_.c:481
-msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:511
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Terugluslêer %s word geformateer"
-
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "Verander partisietipe"
-
-#
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Watter lêerstelsel verlang u?"
-
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
-msgstr "Oorskakeling van ext2 na ext3"
-
-#: ../../diskdrake/interactive.pm_.c:578
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Waar wil u terugluslêer %s heg?"
-
-#: ../../diskdrake/interactive.pm_.c:579
-#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Waar wil u toestel %s heg?"
-
-#: ../../diskdrake/interactive.pm_.c:585
msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+"Display theme\n"
+"under console"
msgstr ""
-"Kan nie hegpunt ontset nie, omdat hierdie partisie vir teruglus\n"
-"gebruik word. Verwyder eers die teruglus."
-#: ../../diskdrake/interactive.pm_.c:606
+#: ../../bootlook.pm:1
#, fuzzy, c-format
-msgid "Where do you want to mount %s?"
-msgstr "Waar wil u toestel %s heg?"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "FAT lêerstelselgrense word bereken"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "Grootteverandering"
-
-#: ../../diskdrake/interactive.pm_.c:662
-msgid "This partition is not resizeable"
-msgstr "Hierdie partisie se greootte kan nie verstel word nie"
-
-#: ../../diskdrake/interactive.pm_.c:667
-msgid "All data on this partition should be backed-up"
-msgstr "Alle data om hierdie partisie moet gerugsteun word."
+msgid "Install themes"
+msgstr "Installeer stelsel"
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, 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:674
-msgid "Choose the new size"
-msgstr "Kies die nuwe grootte"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "New size in MB: "
-msgstr "Nuwe grootte in MB: "
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "Na watter skyf wil u skuif?"
-
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "Na watter sektor wil u skuif?"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "Verskuiwing"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "Partisie word verskuif..."
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
-msgstr "Kies 'n bestaande RAID om by toe te voeg"
-
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "nuut"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
-msgstr "Kies 'n bestaande LVM om by toe te voeg"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
-msgstr "LVM naam?"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "This partition can't be used for loopback"
-msgstr "Hierdie partisie kan nie vir teruglus gebruik word nie."
-
-#: ../../diskdrake/interactive.pm_.c:825
-msgid "Loopback"
-msgstr "Teruglus"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "Teruglus lêernaam:"
-
-#: ../../diskdrake/interactive.pm_.c:831
-#, fuzzy
-msgid "Give a file name"
-msgstr "Regte naam"
-
-#: ../../diskdrake/interactive.pm_.c:834
-msgid "File already used by another loopback, choose another one"
-msgstr "Lêer word alreeds deur 'n ander teruglus gebruik,kies 'n ander een"
-
-#: ../../diskdrake/interactive.pm_.c:835
-msgid "File already exists. Use it?"
-msgstr "Lêer bestaan alreeds. Moet dit gebruik word?"
-
-#: ../../diskdrake/interactive.pm_.c:858
-msgid "Mount options"
-msgstr "Hegopsies:"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
-msgstr "Verskeie"
-
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "toestel"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "vlak"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "blokgrootte"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "Wees versigtig: hierdie is 'n gevaarlike operasie"
-
-#: ../../diskdrake/interactive.pm_.c:962
-msgid "What type of partitioning?"
-msgstr "Watter tipe van partisionering?"
-
-#: ../../diskdrake/interactive.pm_.c:978
-#, fuzzy, c-format
-msgid "The package %s is needed. Install it?"
-msgstr ""
-"Hierdie pakket moet opgradeer word\n"
-"Is u seker u wil dit deselekteer?"
-
-#: ../../diskdrake/interactive.pm_.c:992
-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:996
-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:1002
-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."
+msgid "Lilo/grub mode"
+msgstr "LILO/GRUB metode"
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../bootlook.pm:1
#, 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:1026
-msgid "You'll need to reboot before the modification can take place"
-msgstr "U sal moet herlaai voor die veranderinge geaktiveer kan word"
+msgid "Yaboot mode"
+msgstr "Yaboot metode"
-#: ../../diskdrake/interactive.pm_.c:1037
+#: ../../bootlook.pm:1
#, 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:1039
-msgid "Formatting"
-msgstr "Formatering"
+msgid "Launch Aurora at boot time"
+msgstr "Laai Aurora met herlaaityd"
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Terugluslêer %s word geformateer"
+msgid "Traditional Gtk+ Monitor"
+msgstr "Tradisionele Gtk+ Monitor"
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "Partisie %s word formateer"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid het gefaal"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
+msgid "Traditional Monitor"
+msgstr "Tradisionele monitor"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1064
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
+msgid "NewStyle Monitor"
+msgstr "Nuwe styl monitor"
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1072
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "LPD word verwyder..."
+msgid "NewStyle Categorizing Monitor"
+msgstr "Nuwe monitorkategoriasiestyl"
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "Toestel:"
+msgid "<control>Q"
+msgstr "<control>Q"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS-skyfletter: %s ('n raaiskoot)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "Tipe:"
-
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "Naam: "
+msgid "/File/_Quit"
+msgstr "/Lêer/_Verlaat"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "Start: sector %s\n"
-msgstr "Begin: sektor %s\n"
+msgid "/_File"
+msgstr "/_Lêer"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../bootlook.pm:1
#, c-format
-msgid "Size: %s"
-msgstr "Grootte: %s"
+msgid "Boot Style Configuration"
+msgstr "Herlaaistylkonfigurasie"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../common.pm:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektore"
-
-#: ../../diskdrake/interactive.pm_.c:1125
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Silinder %d na silinder %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "Geformateer\n"
-
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "Nie geformatter\n"
-
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "Geheg\n"
+msgid "consolehelper missing"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../common.pm:1
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "kdesu missing"
+msgstr "kdesu is weg"
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../common.pm:1
#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Teruglus lêer(s): %s\n"
+msgid "Screenshots will be available after install in %s"
+msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
-#: ../../diskdrake/interactive.pm_.c:1132
-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"
+#: ../../common.pm:1
+#, fuzzy, c-format
+msgid "Can't make screenshots before partitioning"
+msgstr "Ek kan nie meer partisies byvoeg nie"
-#: ../../diskdrake/interactive.pm_.c:1134
+#: ../../common.pm:1
#, c-format
-msgid "Level %s\n"
-msgstr "Vlak %s\n"
+msgid "%d seconds"
+msgstr "%d sekondes"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../common.pm:1
#, c-format
-msgid "Chunk size %s\n"
-msgstr "Blokgrootte %s\n"
+msgid "1 minute"
+msgstr "1 minuut"
-#: ../../diskdrake/interactive.pm_.c:1136
+#: ../../common.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-skywe %s\n"
+msgid "%d minutes"
+msgstr "%d minute"
-#: ../../diskdrake/interactive.pm_.c:1138
+#: ../../common.pm:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "Teruglus lêernaam: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1141
-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:1144
-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:1163
-msgid "Read-only"
-msgstr ""
+msgid "TB"
+msgstr "TB"
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s\n"
-msgstr "Grootte: %s\n"
+msgid "GB"
+msgstr "GB"
-#: ../../diskdrake/interactive.pm_.c:1165
+#: ../../common.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrie: %s silinders, %s koppe, %s sektore\n"
-
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "Info:"
+msgid "MB"
+msgstr "MB"
-#: ../../diskdrake/interactive.pm_.c:1167
+#: ../../common.pm:1
#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-skywe %s\n"
+msgid "KB"
+msgstr "KB"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Partisietabeltipe: %s\n"
+msgid "United States"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1169
+#: ../../crypto.pm:1 ../../lang.pm:1
#, fuzzy, c-format
-msgid "on channel %d id %d\n"
-msgstr "op bus %d id %d\n"
+msgid "Austria"
+msgstr "seriaal"
-#: ../../diskdrake/interactive.pm_.c:1199
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "LOerstelseltipe: "
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Italy"
+msgstr "Italiaans"
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Netherlands"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../crypto.pm:1 ../../lang.pm:1
#, 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:1204
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Die wagwoorde stem nie ooreen nie."
+msgid "Sweden"
+msgstr "Sien"
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr ""
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Norway"
+msgstr "Norweegs"
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr ""
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Greece"
+msgstr "Grieks"
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Verander tipe"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Germany"
+msgstr "Duitsland"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Can't login using username %s (bad password?)"
+msgid "Czech Republic"
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-#, fuzzy
-msgid "Domain Authentication Required"
-msgstr "Magtiging"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "Belgium"
+msgstr "Belgies"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Another one"
-msgstr "Internet"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "France"
+msgstr "Frankryk"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Which username"
-msgstr "Gebruikerskode"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Costa Rica"
+msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
-msgid ""
-"Please enter your username, password and domain name to access this host."
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Error opening %s for writing: %s"
+msgstr "Four om %s in skryfmode te open: %s"
+
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Nothing to do"
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-#, fuzzy
-msgid "Username"
-msgstr "Gebruikerskode"
+#: ../../fsedit.pm:1
+#, fuzzy, c-format
+msgid "Not enough free space for auto-allocating"
+msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-#, fuzzy
-msgid "Domain"
-msgstr "NIS-domein"
+#: ../../fsedit.pm:1
+#, 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."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS bediener"
+#: ../../fsedit.pm:1
+#, fuzzy, c-format
+msgid ""
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
+msgstr "U benodig 'n ware lêerstelsel (ext2, reiserfs) vir hierdie hegpunt\n"
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
+#: ../../fsedit.pm:1
#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatering ban %s het gefaal"
+msgid "This directory should remain within the root filesystem"
+msgstr "Hierdie lêergids moet altyd in die wortellêerstelsel bly"
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, 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"
+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."
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
+msgid "There is already a partition with mount point %s\n"
+msgstr "Daar is alreeds 'n partisie met hegpunt %s\n"
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, c-format
-msgid "error unmounting %s: %s"
-msgstr "fout met onthegting van %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "eenvoudig"
+msgid "Mount points must begin with a leading /"
+msgstr "Hegpunte moet met 'n / begin"
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
+#: ../../fsedit.pm:1
+#, c-format
+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:30
-msgid "server"
-msgstr "bediener"
+#: ../../fsedit.pm:1
+#, c-format
+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:240
+#: ../../fsedit.pm:1
#, fuzzy, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2400,754 +1163,602 @@ msgstr ""
"\n"
"Will u al die partisies verwyder?\n"
-#: ../../fsedit.pm_.c:501
-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:502
-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:521
-msgid "Mount points must begin with a leading /"
-msgstr "Hegpunte moet met 'n / begin"
-
-#: ../../fsedit.pm_.c:522
+#: ../../fsedit.pm:1
#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Daar is alreeds 'n partisie met hegpunt %s\n"
+msgid "server"
+msgstr "bediener"
-#: ../../fsedit.pm_.c:526
+#: ../../fsedit.pm:1
#, 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:528
-msgid "This directory should remain within the root filesystem"
-msgstr "Hierdie lêergids moet altyd in die wortellêerstelsel bly"
+msgid "with /usr"
+msgstr ""
-#: ../../fsedit.pm_.c:530
-#, fuzzy
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr "U benodig 'n ware lêerstelsel (ext2, reiserfs) vir hierdie hegpunt\n"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "simple"
+msgstr "eenvoudig"
-#: ../../fsedit.pm_.c:532
+#: ../../fs.pm:1
#, 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."
+msgid "Enabling swap partition %s"
+msgstr "Partisie %s word formateer"
-#: ../../fsedit.pm_.c:599
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
+#: ../../fs.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "fout met onthegting van %s: %s"
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
+#: ../../fs.pm:1
+#, c-format
+msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fsedit.pm_.c:694
-#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Four om %s in skryfmode te open: %s"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Mounting partition %s"
+msgstr "Partisie %s word formateer"
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
-msgstr ""
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Checking %s"
+msgstr "LPD word verwyder..."
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "Formatting partition %s"
+msgstr "Partisie %s word formateer"
-#: ../../harddrake/sound.pm_.c:171
+#: ../../fs.pm:1
#, c-format
-msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
-msgstr ""
+msgid "Creating and formatting file %s"
+msgstr "Lêer %s word geskep en formatteer"
-#: ../../harddrake/sound.pm_.c:173
-#, fuzzy
-msgid "Sound configuration"
-msgstr "Konfigurasie"
+#: ../../fs.pm:1
+#, 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"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../fs.pm:1
#, c-format
-msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
-msgstr ""
+msgid "%s formatting of %s failed"
+msgstr "%s formatering ban %s het gefaal"
-#: ../../harddrake/sound.pm_.c:176
+#: ../../help.pm:1
#, c-format
msgid ""
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
"\n"
-"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:178
-#, fuzzy
-msgid "Driver:"
-msgstr "Drywer"
-
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-msgid "Help"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
+"Click on \"<- Previous\" to stop this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
-#: ../../harddrake/sound.pm_.c:186
+#: ../../help.pm:1
+#, c-format
msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
-"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
-"\n"
-"It also provides a much higher API than OSS.\n"
-"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\n"
+"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 ""
-#: ../../harddrake/sound.pm_.c:202
+#: ../../help.pm:1
#, c-format
msgid ""
-"The old \"%s\" driver is blacklisted.\n"
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
-"It has been reported to oopses the kernel on unloading.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-msgid "Please Wait... Applying the configuration"
-msgstr "Wag asb... Konfigurasie word toegpas"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "Wag asb."
-
-#: ../../harddrake/sound.pm_.c:210
-msgid "No known driver"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:211
-#, c-format
-msgid "There's no known driver for your sound card (%s)"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:214
-#, fuzzy
-msgid "Unkown driver"
-msgstr "Onbekende model"
-
-#: ../../harddrake/sound.pm_.c:215
-#, c-format
-msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-#, fuzzy
-msgid "Auto-detect"
-msgstr "Gebruik outobespeuring"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-#, fuzzy
-msgid "Unknown|Generic"
-msgstr "Generies"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:224
-msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:227
-#, fuzzy
-msgid "Card model:"
-msgstr "Kaartgeheue (DMA)"
-
-#: ../../harddrake/v4l.pm_.c:228
-#, fuzzy
-msgid "Tuner type:"
-msgstr "Verander tipe"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:231
-#, fuzzy
-msgid "PLL setting:"
-msgstr "Formatering"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
-msgstr ""
-
-#: ../../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 this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"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\n"
-"first 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 the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after 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 the people meant to use that computer. When you are\n"
-"finish adding all the users you want, select \"Done\".\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default).\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\n"
"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
-msgstr ""
-"GNU/Linux is 'n multigebruikerstelsel en dit beteken dat elke gebruiker sy "
-"eie\n"
-"voorkeure kan stel, met sy eie lêers 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 lêers 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 beïnvloed\n"
-"en nie hele stelsel nie.\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\n"
"\n"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\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"
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
"\n"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\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"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
"\n"
-"Kliek op die Gevorderd knoppie indien u die verstek instruksiedop vir die "
-"gebruiker wil verander.\n"
-"Dit is bash by verstek."
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
+"\n"
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
+msgstr ""
-#: ../../help.pm_.c:48
+#: ../../help.pm:1
+#, c-format
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 \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\n"
"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"Yaboot's main options are:\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"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\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"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\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:79
-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."
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
msgstr ""
-#: ../../help.pm_.c:84
+#: ../../help.pm:1
+#, c-format
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"
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\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"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\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"
+"For Linux, there are a few possible options:\n"
"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation,\n"
-"select one or more of the corresponding groups;\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\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"
-" * \"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"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\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"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect 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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
+"\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
-" * \"With X\": install the fewest packages possible to have a working\n"
-"graphical desktop;\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"
-" * \"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"
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\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"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with this option.\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"
+" * 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"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful to repair or\n"
-"update an existing system."
+" * Default: selects this entry as being the default Linux selection,\n"
+"selectable by pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
msgstr ""
-#: ../../help.pm_.c:135
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\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 installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"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"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\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"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\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 the previous step on how to\n"
-"create such a floppy disk."
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
msgstr ""
-
-#: ../../help.pm_.c:171
-msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
+"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"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\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"
-"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 ``Starter Guide'' chapter about Internet connections\n"
-"for details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\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"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
-msgstr ""
+"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:193
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\n"
+"\n"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\n"
+"\n"
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You may now choose which services you wish to start at boot time.\n"
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\n"
"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"time.\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way you will be able to load either GNU/Linux or another\n"
+"OS.\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"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\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"
+"If it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\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:210
-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 unselecting \"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"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\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:224
-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.\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
+"\n"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\n"
"\n"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". A window will\n"
-"then appear and ask you if you can see it.\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\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"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\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. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
-#: ../../help.pm_.c:246
+#: ../../help.pm:1
+#, fuzzy, c-format
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."
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\n"
+"\n"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\n"
+"\n"
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"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:253
+#: ../../help.pm:1
+#, c-format
msgid ""
-"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 bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, 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"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
-msgstr ""
-
-#: ../../help.pm_.c:277
-msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux 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 ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here 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"
+"This dialog allows to finely tune your bootloader:\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. You will then be asked to choose the mount points associated to\n"
-"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\n"
+" * \"Bootloader to use\": there are three choices for your bootloader:\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows 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"
-"Microsoft Windows on the same computer.\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\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"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\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"
-" * \"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"
+" * \"Delay before booting the default image\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\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 option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
msgstr ""
-#: ../../help.pm_.c:347
+#: ../../help.pm:1
+#, c-format
msgid ""
-"There you are. Installation is now completed 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"
+"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 the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it be difficult to become \"root\".\n"
"\n"
-" Note that two different options are available after clicking the button:\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"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\n"
"\n"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. 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"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\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"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem on it).\n"
+"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:1
+#, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\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"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"from the provided list.\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"
+"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 and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\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"
-"it.\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\n"
"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\n"
"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\n"
"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
msgstr ""
-#: ../../help.pm_.c:404
+#: ../../help.pm:1
+#, c-format
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"
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
+"\n"
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\n"
"\n"
-"Please be patient."
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
msgstr ""
-#: ../../help.pm_.c:412
+#: ../../help.pm:1
+#, c-format
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 able 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"
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\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."
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\n"
+"\n"
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\n"
+"\n"
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\n"
+"\n"
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
msgstr ""
-#: ../../help.pm_.c:425
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
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 included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"Accept\" button."
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
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
+#: ../../help.pm:1
+#, c-format
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"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"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"
-"If you do not know what to choose, keep the default option."
+"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:442
+#: ../../help.pm:1
+#, c-format
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"
@@ -3162,530 +1773,679 @@ msgid ""
"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"
+"drive\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\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\n"
-"recommended to perform this step;\n"
+"recommended that you perform this step.\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a floppy disk;\n"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a 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"
+"doesn't always work.\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\n"
"\n"
" * \"Removable media automounting\": unchecking this option will force\n"
"users 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\n"
-"your hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\n"
"\n"
" * \"Done\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
+"partitions using [Tab] and the [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"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
-" * Ctrl-d to delete a partition;\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-" * Ctrl-m to set the mount point.\n"
+" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different filesystem types available, please\n"
+"To get information about the different file system 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"
+"``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
+#: ../../help.pm:1
+#, c-format
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"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\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"
+"If you do not know what to choose, keep the default option."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able 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"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"the selected package( s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
+"it.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Click on \"Next ->\" when you are ready to format partitions.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new Mandrake Linux operating system installation.\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."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:547
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
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\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\n"
+"\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"that will automatically perform a whole installation without the help of an\n"
+"operator, similar to the installation you just configured.\n"
"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
+" * \"Replay\". This is a partially automated installation. The\n"
+"partitioning step is the only interactive procedure.\n"
"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\n"
"\n"
-"Depending on your GNU/Linux knowledge, select one of the following choices:\n"
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\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"
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>linux defcfg=\"floppy\" <<.\n"
"\n"
-" * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
-msgstr "Kies asb. "
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
+msgstr ""
-#: ../../help.pm_.c:582
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\n"
+"At this point, you need to decide 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"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux system.\n"
"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, take your time.\n"
+"\n"
+"Depending on your hard drive configuration, several options are available:\n"
+"\n"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\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. You will then be asked to choose the mount points associated with\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and for the most part it's a good idea to keep them.\n"
+"\n"
+" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\n"
+"\n"
+" Before choosing this option, please understand that after this\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store 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, because you will not be able to\n"
+"undo your choice after you confirm.\n"
+"\n"
+" !! If you choose this option, all data on your disk will be deleted. !!\n"
"\n"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
+" * \"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"
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
msgstr ""
-#: ../../help.pm_.c:598
+#: ../../help.pm:1
+#, c-format
msgid ""
-"The first step is to choose your preferred language.\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-"Please choose your preferred language for installation and system usage.\n"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"section, click on the box corresponding to \"Spanish|Spain\".\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue.\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
"\n"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
-#: ../../help.pm_.c:617
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it 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.\n"
+"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:1
+#, c-format
+msgid ""
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Resolution\n"
"\n"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
msgstr ""
-#: ../../help.pm_.c:638
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
+"Monitor\n"
+"\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
msgstr ""
-"Kies asb. die korrekte poort. Onthou dat COM1 onder MS Windows \n"
-"ttyS0 onder GNU/Linux is."
-#: ../../help.pm_.c:642
-msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to be difficult to become \"root\".\n"
+#: ../../help.pm:1
+#, c-format
+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 upon.\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"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\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"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\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"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\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 either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your 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:678
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\n"
+"Monitor\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"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\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"
+"Resolution\n"
"\n"
-" * \"GRUB\": if you prefer grub (text menu);\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\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\n"
-"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"
+"Test\n"
+"\n"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\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 for the expert user."
+"Options\n"
+"\n"
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
msgstr ""
-#: ../../help.pm_.c:718
+#: ../../help.pm:1
+#, c-format
msgid ""
-"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"
+"Graphic Card\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.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\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!"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
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:732
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
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:739
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
+"This step is used to choose which services you wish to start at boot time.\n"
+"\n"
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\n"
"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a 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 first 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"
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"it is safer to leave the default behavior.\n"
"\n"
-" * \"CUPS\" -- ``Common Unix Printing System'', is excellent at printing to\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+"!! 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 that 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:759
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\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 with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to return to the SCSI interface question.\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\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"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to manually provide options to the driver."
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
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"
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present 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 to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"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 during boot. !!\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"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\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."
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such a floppy."
+msgstr ""
-#: ../../help.pm_.c:781
+#: ../../help.pm:1
+#, c-format
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 OSes, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
+"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"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\n"
"\n"
-"For Linux, there are a few possible options:\n"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\n"
"\n"
-" * Label: this is simply the name you will have to type at the yaboot\n"
-"prompt to select this boot option;\n"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\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"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\n"
"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\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"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
-"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\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"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working graphical desktop.\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"
+" * \"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"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a filesystem check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
+" * \"Truly minimal install\": will install the absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\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"
+"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"
-" * 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."
+"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:828
+#: ../../help.pm:1
+#, c-format
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"
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD as required."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
-"Yaboot's main options are:\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\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"
+"\"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"
-" * 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"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt;\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+" * \"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:860
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may not), see the following entries:\n"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
+msgstr ""
+"GNU/Linux is 'n multigebruikerstelsel en dit beteken dat elke gebruiker sy "
+"eie\n"
+"voorkeure kan stel, met sy eie lêers 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 lêers 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 beïnvloed\n"
+"en nie hele stelsel nie.\n"
"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to 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. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\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"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\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"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
-msgstr ""
+"Kliek op die Gevorderd knoppie indien u die verstek instruksiedop vir die "
+"gebruiker wil verander.\n"
+"Dit is bash by verstek."
-#: ../../help.pm_.c:891
+#: ../../help.pm:1
+#, fuzzy, c-format
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!"
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
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: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 stop this operation without losing any data and\n"
-"partitions present on this hard drive."
+#: ../../install2.pm:1
+#, c-format
+msgid "You must also format %s"
msgstr ""
-#: ../../install2.pm_.c:111
+#: ../../install2.pm:1
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -3693,172 +2453,187 @@ msgid ""
"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install2.pm_.c:167
+#: ../../install_any.pm:1
#, c-format
-msgid "You must also format %s"
+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 ""
+"'n Fout het voorgekom - geen geldige toestelle om die nuwe lêerstelsels op "
+"te skep, is gevind nie. Deursoek asb. die hardeware vir die oorsaak."
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm:1 ../../partition_table.pm:1
#, 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 ""
+msgid "Error reading file %s"
+msgstr "Fout met die les van lêer %s"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm:1
#, c-format
msgid ""
-"The following packages will be removed to allow upgrading your system: %s\n"
-"\n"
-"\n"
-"Do you really want to remove these packages?\n"
+"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:471
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Kan nie uitsaau sonder 'n NIS-domein nie"
+#: ../../install_any.pm:1
+#, c-format
+msgid "This floppy is not FAT formatted"
+msgstr "Hierdie floppie is nie in FAT-formaat nie"
-#: ../../install_any.pm_.c:879
+#: ../../install_any.pm:1
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Sit 'n FAT-geformatteerde skyf in aandrywer %s"
-#: ../../install_any.pm_.c:883
-msgid "This floppy is not FAT formatted"
-msgstr "Hierdie floppie is nie in FAT-formaat nie"
+#: ../../install_any.pm:1
+#, c-format
+msgid "Can't use broadcast with no NIS domain"
+msgstr "Kan nie uitsaau sonder 'n NIS-domein nie"
-#: ../../install_any.pm_.c:895
+#: ../../install_any.pm:1
+#, c-format
msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
msgstr ""
-"Om hierdie gestoorde pakketkeuse te gebruik, herlaai die installasie met "
-"\"linux defcfg=floppy\""
-#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
#, c-format
-msgid "Error reading file %s"
-msgstr "Fout met die les van lêer %s"
+msgid "No"
+msgstr "Nee"
-#: ../../install_any.pm_.c:1040
-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 ""
-"'n Fout het voorgekom - geen geldige toestelle om die nuwe lêerstelsels op "
-"te skep, is gevind nie. Deursoek asb. die hardeware vir die oorsaak."
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
+#, c-format
+msgid "Yes"
+msgstr "Ja"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_any.pm:1
#, c-format
msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
+"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 ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
+"\n"
+"\n"
+"Do you really want to install these servers?\n"
msgstr ""
-"Sekere hardeware op u rekenaar benodig geslote drywers.\n"
-" U kan inligting hieroorvind by %s"
-#: ../../install_interactive.pm_.c:56
-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_gtk.pm:1
+#, fuzzy, c-format
+msgid "System configuration"
+msgstr "Kleurkonfigurasie"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr "U moet oor 'n ruilpartisie beskik"
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System installation"
+msgstr "SILO installasie"
-#: ../../install_interactive.pm_.c:62
-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:1
+#, c-format
+msgid "Bringing down the network"
+msgstr "Netwerk op pad af"
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-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:1
+#, c-format
+msgid "Bringing up the network"
+msgstr "Netwerk op pad op"
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Gebruik beskikbare spasie"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Partitioning failed: %s"
+msgstr "Partisionering het misluk: %s"
-#: ../../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:1
+#, c-format
+msgid "The DrakX Partitioning wizard found the following solutions:"
+msgstr "Die DrakX partisioneringsassistent het die volgende oplossings:"
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partitions"
-msgstr "Gebruik bestaande partisies"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "I can't find any room for installing"
+msgstr "Ek kon geen plek vir installasie vind nie."
-#: ../../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:1
+#, 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:109
-msgid "Use the Windows partition for loopback"
-msgstr "Gebruik vir die Windows-partisie vir teruglus"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use fdisk"
+msgstr "Gebruik fdisk"
-#: ../../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:1
+#, c-format
+msgid "Custom disk partitioning"
+msgstr "Gespesialiseerde skyfpartisionering"
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Kies die groottes"
+#: ../../install_interactive.pm:1
+#, 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:115
-msgid "Root partition size in MB: "
-msgstr "Basispartisiegrootte in MB:"
+#: ../../install_interactive.pm:1
+#, c-format
+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:116
-msgid "Swap partition size in MB: "
-msgstr "Ruilpartisiegrootte in MB: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "Wis hele skyf"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr "Gebruik die beskikbare spasie op die Windowspartisie"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "Verwyder Windows(TM)"
-#: ../../install_interactive.pm_.c:129
-msgid "Which partition do you want to resize?"
-msgstr "Watter partisie se grootte wil u verander?"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to resize (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:131
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "FAT-grootteverandering het gefaal: %s"
+
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
msgstr "Windowslêerstelselgrense word bereken"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, 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"
+msgid "Resizing"
+msgstr "Grootteverandering"
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr "U Windows-partisie is te gefragmenteer. Loop eers 'defrag' asb."
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "partisie %s"
-#: ../../install_interactive.pm_.c:138
-#, fuzzy
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which size do you want to keep for Windows on"
+msgstr "Watter grootte wil u vir Windows behou?"
+
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -3879,323 +2654,165 @@ msgstr ""
"hierdie installasie. Rugstuen ook u data. Insien u skeer is van u saak, kies "
"OK."
-#: ../../install_interactive.pm_.c:148
-msgid "Which size do you want to keep for Windows on"
-msgstr "Watter grootte wil u vir Windows behou?"
-
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm:1
#, c-format
-msgid "partition %s"
-msgstr "partisie %s"
-
-#: ../../install_interactive.pm_.c:156
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT-grootteverandering het gefaal: %s"
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition 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:177
-msgid "Erase entire disk"
-msgstr "Wis hele skyf"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr "Verwyder Windows(TM)"
-
-#: ../../install_interactive.pm_.c:180
-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:183
-#, 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:191
-msgid "Custom disk partitioning"
-msgstr "Gespesialiseerde skyfpartisionering"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
+msgstr "U Windows-partisie is te gefragmenteer. Loop eers 'defrag' asb."
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr "Gebruik fdisk"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "Computing the size of the Windows partition"
+msgstr "Gebruik die beskikbare spasie op die Windowspartisie"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
msgstr ""
-"U het nou partisie %s partisioneer.\n"
-"Wanneer u klaar is, stoor u veranderinge met 'w'."
-
-#: ../../install_interactive.pm_.c:227
-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:243
-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:"
+"Die FAT-verstellingsprogram kan nie u partisie hanteer nie.\n"
+"Fout: %s"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Partisionering het misluk: %s"
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr "Netwerk op pad op"
-
-#: ../../install_interactive.pm_.c:265
-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."
+msgid "Which partition do you want to resize?"
+msgstr "Watter partisie se grootte wil u verander?"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Duplikaat hegpunt %s"
+msgid "Use the free space on the Windows partition"
+msgstr "Gebruik die beskikbare spasie op die Windowspartisie"
-#: ../../install_steps.pm_.c:380
-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"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
-"Sekere belangrike pakkette het nie korrek geïnstalleer 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"
+"Daar is geen FAT partisies om te verander of om as teruglus (nie genoeg "
+"spasie nie) te gebruik nie"
-#: ../../install_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr "Welkom by %s"
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
-msgstr "Geen sagteskyaandrywer beskikbaar nie"
+msgid "Swap partition size in MB: "
+msgstr "Ruilpartisiegrootte in MB: "
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Gaan stap '%s' binne\n"
-
-#: ../../install_steps_gtk.pm_.c:146
-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 ""
-"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:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr "Installasieklas"
-
-#: ../../install_steps_gtk.pm_.c:160
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Kies asb. een van die volgende installasieklasse:"
+msgid "Root partition size in MB: "
+msgstr "Basispartisiegrootte in MB:"
-#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr "Kies pakketgroepe"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Choose the sizes"
+msgstr "Kies die groottes"
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr "Individuele pakketseleksie"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which partition do you want to use for Linux4Win?"
+msgstr "Watter partisie wil u vir Linux4Win gebruik?"
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Totale grootte: %d / %d MB"
+msgid "Use the Windows partition for loopback"
+msgstr "Gebruik vir die Windows-partisie vir teruglus"
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr "Foutiewe pakket"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no existing partition to use"
+msgstr "Daar is geen bestaande partisies om te gebruik nie"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr "Naam: %s\n"
+msgid "Use existing partitions"
+msgstr "Gebruik bestaande partisies"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "Weergawe: %s\n"
+msgid "Not enough free space to allocate new partitions"
+msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr "Groote: %d KB\n"
+msgid "Use free space"
+msgstr "Gebruik beskikbare spasie"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_interactive.pm:1 ../../install_steps.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr "Belangrikheid: %s\n"
+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_steps_gtk.pm_.c:360
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"You can't select this package as there is not enough space left to install it"
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
-"U kan nie hierdie pakket selekteer nie, omdat daar nie meer spasie "
-"beskikbaar is nie"
-
-#
-#: ../../install_steps_gtk.pm_.c:365
-msgid "The following packages are going to be installed"
-msgstr "Die volgende pakkette gaan installeer word"
-
-#
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr "Dei volgende pakkette gaan verwyder word"
-
-#: ../../install_steps_gtk.pm_.c:378
-msgid "You can't select/unselect this package"
-msgstr "U kan nie hierdie pakket selekteer/deselekteer nie"
-
-#: ../../install_steps_gtk.pm_.c:390
-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:392
-msgid "You can't unselect this package. It is already installed"
-msgstr "U kan nie heirdie pakket verwyder nie. Dis alreeds geïnstalleer"
+"U het nie 'n ruilpartisie nie\n"
+"\n"
+"Wil u steeds voortgaan?"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
+"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 ""
-"Hierdie pakket moet opgradeer word\n"
-"Is u seker u wil dit deselekteer?"
-
-#: ../../install_steps_gtk.pm_.c:398
-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:403
-msgid "Show automatically selected packages"
-msgstr "Wys outogeselekteerde pakkette."
-
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr "Installasie"
-
-#: ../../install_steps_gtk.pm_.c:407
-msgid "Load/Save on floppy"
-msgstr "Laai/Stoor op floppie"
-
-#: ../../install_steps_gtk.pm_.c:408
-msgid "Updating package selection"
-msgstr "Pakketseleksie word opgedateer"
-
-#: ../../install_steps_gtk.pm_.c:413
-msgid "Minimal install"
-msgstr "Minimale installasie"
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr "Kies die pakkette wat u wil installeer"
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr "Besig met installasie"
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr "Skatting"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr "Tyd oor "
-
-#: ../../install_steps_gtk.pm_.c:469
-msgid "Please wait, preparing installation..."
-msgstr "Wag asb. installasie word voorberei"
-
-#: ../../install_steps_gtk.pm_.c:551
-#, c-format
-msgid "%d packages"
-msgstr "%d pakkette"
+"U moet 'n wortelpartisie definieer.\n"
+"Skep 'n partisie of kliek op 'n bestaande een.\n"
+"Kies dan Hegpunt en stel dit dan '/'."
-#: ../../install_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr "Installeer pakket %s"
-
-#
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "Aanvaar "
-
-#
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
-msgstr "Weier"
+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_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
+#: ../../install_messages.pm:1
#, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\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."
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\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 ""
-"Verander u CDROM!\n"
+"Geluk, installasie is afgehandel.\n"
+"Verwyder die herlaaimedium en druk 'enter' om te herlaai.\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:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr "Gaan steeds voort?"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
-msgstr "Daar was 'n fout met pakkette:"
+"\n"
+"Vir lapinligting oor hierdie vrystelling vanMandrake Linux,\n"
+"bekyk die errata beskikbaar op\n"
+"\n"
+"\n"
+"%s\n"
+"\n"
+"\n"
+"Inligting oor stelskonfigurasie is beskikbaar in die postinstallasie-\n"
+"hoofstuk in die Offisiële Liux-Mandrake Gebruikersgids."
-#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr "Daar was 'n fout met die installasie van die pakkette:"
+#: ../../install_messages.pm:1
+#, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -4227,20 +2844,8 @@ msgid ""
"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:112
-msgid "License agreement"
-msgstr "Lisensieooreenkoms"
-
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -4361,3291 +2966,7460 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "Gaan stap '%s' binne\n"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "Gaan steeds voort?"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "Daar was 'n fout met die installasie van die pakkette:"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "Daar was 'n fout met pakkette:"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, 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_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "Sleutelbord"
+#
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "Weier"
-#: ../../install_steps_interactive.pm_.c:218
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Wat is u sleutelborduitleg?"
+#
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "Aanvaar "
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
-msgstr "Hierdie is die volledige lys van beskikbare sleutelborde"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "Installeer pakket %s"
-#: ../../install_steps_interactive.pm_.c:237
-msgid "Which installation class do you want?"
-msgstr "Watter installasieklas verlang u?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d pakkette"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Install/Update"
-msgstr "Installeer/Opgradeer"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "No details"
+msgstr "Detail"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Is this an install or an update?"
-msgstr "Is hierdie 'n installasie of opgradering?"
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "Detail"
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Recommended"
-msgstr "Aanbevole"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Please wait, preparing installation..."
+msgstr "Wag asb. installasie word voorberei"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "Kundige"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "Tyd oor "
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#, fuzzy
-msgid "Upgrade"
-msgstr "Opgradeer"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "Skatting"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Pakketseleksie word opgedateer"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "Besig met installasie"
-#: ../../install_steps_interactive.pm_.c:282
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Wat is u muistoestel?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "Kies die pakkette wat u wil installeer"
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr "Muispoort"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Minimal install"
+msgstr "Minimale installasie"
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Aan watter seriaalpoort is u muis gekoppel?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Updating package selection"
+msgstr "Pakketseleksie word opgedateer"
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
-msgstr "Knoppie-emulasie"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Load/Save on floppy"
+msgstr "Laai/Stoor op floppie"
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
-msgstr "Knop-2 Emulasie"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "<- Previous"
+msgstr "<- Vorige"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
-msgstr "Knop-3 emulasie"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "Installasie"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr "Stel PCMCIA op..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
+msgstr "Wys outogeselekteerde pakkette."
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr "IDE word opgestel"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It is already installed"
+msgstr "U kan nie heirdie pakket verwyder nie. Dis alreeds geïnstalleer"
-#: ../../install_steps_interactive.pm_.c:345
-msgid "No partition available"
-msgstr "geen beskikbare partisies"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
-msgstr "Hegpunte vir partisies word nou gesoek"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "U kan nie hierdie pakket selekteer/deselekteer nie"
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
-msgstr "Kies die hegpunte"
+#
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "Dei volgende pakkette gaan verwyder word"
+
+#
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be installed"
+msgstr "Die volgende pakkette gaan installeer word"
-#: ../../install_steps_interactive.pm_.c:386
+#: ../../install_steps_gtk.pm:1
+#, c-format
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"
+"You can't select this package as there is not enough space left to install it"
msgstr ""
-"Geen beskikbare 1MB herlaaipartisie nie! Installasie sal voortgaan, maar u "
-"sal herlaaipartisie met DiskDrake moet skep indien u die stelsel wil "
-"herlaai."
+"U kan nie hierdie pakket selekteer nie, omdat daar nie meer spasie "
+"beskikbaar is nie"
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Geen wortellêerstelsel gevind nie"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Belangrikheid: %s\n"
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Basispartisie"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Groote: %d KB\n"
-#: ../../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_gtk.pm:1
+#, c-format
+msgid "Version: %s\n"
+msgstr "Weergawe: %s\n"
-#: ../../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_gtk.pm:1
+#, c-format
+msgid "Name: %s\n"
+msgstr "Naam: %s\n"
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Kies die partisies om te formatteer"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Bad package"
+msgstr "Foutiewe pakket"
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Toets vir foutiewe areas?"
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "Ander"
-#: ../../install_steps_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr "Partisies word formateer"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Totale grootte: %d / %d MB"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Lêer %s word geskep en formatteer"
+msgid "Next ->"
+msgstr "Volgende ->"
-#: ../../install_steps_interactive.pm_.c:470
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
+msgid "Individual package selection"
+msgstr "Individuele pakketseleksie"
+
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Help"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:472
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr "Nie genoeg ruilarea om die installasie te voltooi. Voeg asb. by."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package Group Selection"
+msgstr "Kies pakketgroepe"
-#: ../../install_steps_interactive.pm_.c:479
-#, fuzzy
-msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "Soek vir beskikbare pakkette"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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 ""
+"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_interactive.pm_.c:480
-msgid "Looking for available packages..."
-msgstr "Soek vir beskikbare pakkette"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save packages selection"
+msgstr "Stoor pakketseleksie"
-#: ../../install_steps_interactive.pm_.c:483
-#, fuzzy
-msgid "Looking at packages already installed..."
-msgstr "U kan nie heirdie pakket verwyder nie. Dis alreeds geïnstalleer"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "Outomaties"
-#: ../../install_steps_interactive.pm_.c:487
-msgid "Finding packages to upgrade..."
-msgstr "Soek vir pakkette om op te gradeer."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Replay"
+msgstr "Herspeel"
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
+"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 ""
-"U stelsel het nie genoeg plek vir 'n installasie of opgradering nie (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:541
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Generate auto install floppy"
+msgstr "Skep outoinstallasieskyf"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Reboot"
+msgstr "Basis"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
+"Some steps are not completed.\n"
+"\n"
+"Do you really want to quit now?"
msgstr ""
-"Kies asb. die laai of stoor pakketkeuse op die floppie.\n"
-"Die formaat is dieselfde as outoinstallasie-genereerde floppies."
+"Bepaalde stappe is nie afgehandel nie.\n"
+"\n"
+"Wil u werklik nou aborteer?"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Load from floppy"
-msgstr "Laai vanaf floppie"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Creating auto install floppy..."
+msgstr "Outoinstallasieskyf word geskep."
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr "Stoor op floppie"
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
+#, c-format
+msgid "Insert a blank floppy in drive %s"
+msgstr "Sit 'n leë floppie in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Loading from floppy"
-msgstr "Oplaai vanaf floppie"
+#: ../../install_steps_interactive.pm:1
+#, 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:547
-msgid "Package selection"
-msgstr "Pakketkeuse"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:552
-msgid "Insert a floppy containing package selection"
-msgstr "Sit 'n floppie met die pakketkeuse in aandrywer "
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing bootloader"
+msgstr "Herlaaistelselinstallasie"
-#: ../../install_steps_interactive.pm_.c:634
-msgid "Selected size is larger than available space"
-msgstr "Geselekteerde grootte is groter as beskikbare spasie."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:649
-#, fuzzy
-msgid "Type of install"
-msgstr "Kies pakket om te installeer"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "Wil u aboot gebruik?"
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
+"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 or some other means to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:653
-#, fuzzy
-msgid "With X"
-msgstr "Wag"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing bootloader..."
+msgstr "Herlaaistelsel word voorberei"
-#: ../../install_steps_interactive.pm_.c:655
-msgid "With basic documentation (recommended!)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Domain Admin User Name"
+msgstr "Domeinnaam"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Windows Domain"
+msgstr "NIS-domein"
-#: ../../install_steps_interactive.pm_.c:741
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Authentication Windows Domain"
+msgstr "LDAP-magtiging"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
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."
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
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:746
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CDROM getiteld \"%s\""
+msgid "NIS Server"
+msgstr "NIS-bediener"
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr "Berei installasie voor"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "NIS-domein"
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
+msgid "Authentication NIS"
+msgstr "NIS-magtiging"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS"
+msgstr "NIS"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Server"
+msgstr "LDAP-bediener"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Base dn"
+msgstr "LDAP Basis-dn"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication LDAP"
+msgstr "LDAP-magtiging"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr "KDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Local files"
+msgstr "Plaaslike lêers"
+
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "Magtiging"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
-"Installeer nou pakket %s\n"
-"%d%%"
+"Hierdie wagwoord is te eenvoudig. Dit moet ten minste %d karakters bevat."
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr "Postinstallasiekonfigurasie"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No password"
+msgstr "Geen wagwoord"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Sit 'n herlaaiskyf wat gebruik is, in aandrywer %s"
+msgid "Set root password"
+msgstr "Kies 'root' se wagwoord"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Sit asb. die module-opdateringsfloppie in aandrywer %s"
+msgid "You have not configured X. Are you sure you really want this?"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:861
-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 ?"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services: %d activated for %d registered"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:876
-#, fuzzy
-msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
-msgstr "Spieël word gekontak vir die lys van pakkette"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services"
+msgstr "Dienste"
-#: ../../install_steps_interactive.pm_.c:881
-msgid "Choose a mirror from which to get the packages"
-msgstr "Kies 'n spieël waar die pakkette verkry kan word"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "System"
+msgstr "Stelselmode"
-#: ../../install_steps_interactive.pm_.c:890
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr "Spieël word gekontak vir die lys van pakkette"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Bootloader"
+msgstr "Herlaaistelsel om te gebruik"
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr "Wat is u tydsone?"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Boot"
+msgstr "Basis"
-#: ../../install_steps_interactive.pm_.c:923
-msgid "Hardware clock set to GMT"
-msgstr "Hardewareklok gestel vir GMT"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "disabled"
+msgstr "deaktiveer"
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Outotydsinkronisasie met NTP"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "activated"
+msgstr "Aktiveer nou dadelik"
-#: ../../install_steps_interactive.pm_.c:931
-msgid "NTP Server"
-msgstr "NTP-bediener"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Firewall"
+msgstr "Vuurmuur/Netwerkroteerder"
-#
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr "Verwyder CUPS-bediener"
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Security"
+msgstr "Sekuriteit"
-#: ../../install_steps_interactive.pm_.c:966
-msgid "No printer"
-msgstr "Geen drukker"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Security Level"
+msgstr "Sekuriteitsvlak word gestel."
-#: ../../install_steps_interactive.pm_.c:982
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Beskik u oor nog?"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "not configured"
+msgstr "herkonfigureer"
-#: ../../install_steps_interactive.pm_.c:984
-msgid "Run \"sndconfig\" after installation to configure your sound card"
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Network"
+msgstr "Netwerkkoppelvlak"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Network & Internet"
+msgstr "Netwerkkoppelvlak"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Graphical interface"
+msgstr "X met herlaai"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:986
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "TV card"
+msgstr "TV-kaaer"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Opsomming"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Do you have an ISA sound card?"
+msgstr "Beskik u oor nog?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Sound card"
+msgstr "Klankkaart"
+
+#
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "Verwyder CUPS-bediener"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No printer"
+msgstr "Geen drukker"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer"
+msgstr "Drukker"
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, c-format
msgid "Mouse"
msgstr "Muis"
-#: ../../install_steps_interactive.pm_.c:996
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid "Timezone"
msgstr "Tydsone"
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
-msgid "Printer"
-msgstr "Drukker"
-
-#: ../../install_steps_interactive.pm_.c:999
-msgid "ISDN card"
-msgstr "ISDN-kaart"
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "Sleutelbord"
-#: ../../install_steps_interactive.pm_.c:1003
-#: ../../install_steps_interactive.pm_.c:1009
-msgid "Sound card"
-msgstr "Klankkaart"
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr "Opsomming"
-#: ../../install_steps_interactive.pm_.c:1012
-msgid "TV card"
-msgstr "TV-kaaer"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NTP Server"
+msgstr "NTP-bediener"
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
-msgstr "KDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
+msgstr "Outotydsinkronisasie met NTP"
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-msgid "NIS"
-msgstr "NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware clock set to GMT"
+msgstr "Hardewareklok gestel vir GMT"
-#: ../../install_steps_interactive.pm_.c:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
-#, fuzzy
-msgid "Windows Domain"
-msgstr "NIS-domein"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "Wat is u tydsone?"
-#: ../../install_steps_interactive.pm_.c:1058
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Local files"
-msgstr "Plaaslike lêers"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Contacting the mirror to get the list of available packages..."
+msgstr "Spieël word gekontak vir die lys van pakkette"
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Kies 'root' se wagwoord"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "Kies 'n spieël waar die pakkette verkry kan word"
-#: ../../install_steps_interactive.pm_.c:1069
-msgid "No password"
-msgstr "Geen wagwoord"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid ""
+"Contacting Mandrake Linux web site to get the list of available mirrors..."
+msgstr "Spieël word gekontak vir die lys van pakkette"
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
+msgid ""
+"You now have the opportunity to download updated packages. These packages\n"
+"have been updated 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 ""
-"Hierdie wagwoord is te eenvoudig. Dit moet ten minste %d karakters bevat."
-#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "Magtiging"
-
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Authentication LDAP"
-msgstr "LDAP-magtiging"
+#: ../../install_steps_interactive.pm:1
+#, 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:1089
-msgid "LDAP Base dn"
-msgstr "LDAP Basis-dn"
+#: ../../install_steps_interactive.pm:1
+#, 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:1090
-msgid "LDAP Server"
-msgstr "LDAP-bediener"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "Postinstallasiekonfigurasie"
-#: ../../install_steps_interactive.pm_.c:1096
-msgid "Authentication NIS"
-msgstr "NIS-magtiging"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Installing package %s\n"
+"%d%%"
+msgstr ""
+"Installeer nou pakket %s\n"
+"%d%%"
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "NIS-domein"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "Berei installasie voor"
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr "NIS-bediener"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "CDROM getiteld \"%s\""
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
+"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:1106
-#, fuzzy
-msgid "Authentication Windows Domain"
-msgstr "LDAP-magtiging"
-
-#: ../../install_steps_interactive.pm_.c:1108
-#, fuzzy
-msgid "Domain Admin User Name"
-msgstr "Domeinnaam"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
-msgid "Domain Admin Password"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1144
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "With X"
+msgstr "Wag"
+
+#: ../../install_steps_interactive.pm:1
+#, 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"
-"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\"."
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
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:1160
-msgid "First floppy drive"
-msgstr "Eerste sagteskyfaandrywer"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Type of install"
+msgstr "Kies pakket om te installeer"
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "Tweede sagteskyfaandrywer"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Selected size is larger than available space"
+msgstr "Geselekteerde grootte is groter as beskikbare spasie."
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "Mis hierdie stap"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Insert a floppy containing package selection"
+msgstr "Sit 'n floppie met die pakketkeuse in aandrywer "
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Loading from floppy"
+msgstr "Oplaai vanaf floppie"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package selection"
+msgstr "Pakketkeuse"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "Stoor op floppie"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Load from floppy"
+msgstr "Laai vanaf floppie"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps_interactive.pm:1
#, 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"
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
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"
+"Kies asb. die laai of stoor pakketkeuse op die floppie.\n"
+"Die formaat is dieselfde as outoinstallasie-genereerde floppies."
-#: ../../install_steps_interactive.pm_.c:1173
+#: ../../install_steps_interactive.pm:1
+#, c-format
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)."
+"Your system does not have 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:1181
-msgid "Sorry, no floppy drive available"
-msgstr "Jammer, geen sagteskyfaandrywer beskikbaar nie"
-
-#: ../../install_steps_interactive.pm_.c:1185
-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:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "Soek vir pakkette om op te gradeer."
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm:1
#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Sit 'n skyf in aandrywer %s"
+msgid "Looking at packages already installed..."
+msgstr "U kan nie heirdie pakket verwyder nie. Dis alreeds geïnstalleer"
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr "Herlaaiskyf word geskryf"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages..."
+msgstr "Soek vir beskikbare pakkette"
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr "Herlaaistelsel word voorberei"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr "Soek vir beskikbare pakkette"
-#: ../../install_steps_interactive.pm_.c:1210
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
+msgstr "Nie genoeg ruilarea om die installasie te voltooi. Voeg asb. by."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
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"
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1216
-msgid "Do you want to use aboot?"
-msgstr "Wil u aboot gebruik?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Check bad blocks?"
+msgstr "Toets vir foutiewe areas?"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "Kies die partisies om te formatteer"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1
+#, c-format
msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+"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 ""
-"Die 'aboot' installasie het gefaal. Wil u 'n installasie afwurg al\n"
-"word die eerste partisie vernietig?"
+"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:1226
-msgid "Installing bootloader"
-msgstr "Herlaaistelselinstallasie"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "Kies die hegpunte"
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Installasie van herlaaiprogram het gefaal a.g.v. hierdie fout: "
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Scanning partitions to find mount points"
+msgstr "Hegpunte vir partisies word nou gesoek"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No partition available"
+msgstr "geen beskikbare partisies"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring IDE"
+msgstr "IDE word opgestel"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "Stel PCMCIA op..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "PCMCIA"
+msgstr "PCMCIA"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
+msgstr "Knop-3 emulasie"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 2 Emulation"
+msgstr "Knop-2 Emulasie"
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
+msgstr "Knoppie-emulasie"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose which serial port your mouse is connected to."
+msgstr "Aan watter seriaalpoort is u muis gekoppel?"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
+msgstr "Muispoort"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Please choose your type of mouse."
+msgstr "Wat is u muistoestel?"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade"
+msgstr "Opgradeer"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade %s"
+msgstr "Opgradeer"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "Is hierdie 'n installasie of opgradering?"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Install/Upgrade"
+msgstr "Installeer/Opgradeer"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
+msgstr "Hierdie is die volledige lys van beskikbare sleutelborde"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Please choose your keyboard layout."
+msgstr "Wat is u sleutelborduitleg?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "Lisensieooreenkoms"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "default:LTR"
+msgstr "verstek"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "An error occurred"
+msgstr "'n Fout het voorgekom"
+
+#: ../../install_steps_newt.pm:1
#, 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."
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
+" <Tab>/<Alt-Tab> tussen elemente | <Space> selekteer | <F12> volgende skerm "
-#: ../../install_steps_interactive.pm_.c:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../install_steps_newt.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Sit 'n leë floppie in aandrywer %s"
+msgid "Mandrake Linux Installation %s"
+msgstr "Mandrake Linux Installasie %s"
-#: ../../install_steps_interactive.pm_.c:1278
-msgid "Creating auto install floppy..."
-msgstr "Outoinstallasieskyf word geskep."
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "Geen sagteskyaandrywer beskikbaar nie"
-#: ../../install_steps_interactive.pm_.c:1289
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "Welkom by %s"
+
+#: ../../install_steps.pm:1
+#, c-format
msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
+"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 ""
-"Bepaalde stappe is nie afgehandel nie.\n"
-"\n"
-"Wil u werklik nou aborteer?"
+"Sekere belangrike pakkette het nie korrek geïnstalleer 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_interactive.pm_.c:1300
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "Duplikaat hegpunt %s"
+
+#: ../../install_steps.pm:1
#, c-format
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"
-"%s\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
+"An error occurred, but I don't know how to handle it nicely.\n"
+"Continue at your own risk."
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"
-"%s\n"
-"\n"
-"\n"
-"Inligting oor stelskonfigurasie is beskikbaar in die postinstallasie-\n"
-"hoofstuk in die Offisiële Liux-Mandrake Gebruikersgids."
+"'n Fout het plaasgevind en ek weet nie hoe om dit veilig te hanteer\n"
+"nie. Gaan op u eie risiko voort."
+
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Please wait"
+msgstr "Wag asb."
+
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "OK"
+
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
+#, c-format
+msgid "Finish"
+msgstr "Finnies"
-#: ../../install_steps_interactive.pm_.c:1313
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
+#: ../../interactive.pm:1 ../../standalone/draksec:1
+#, c-format
+msgid "Basic"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1318
-msgid "Generate auto install floppy"
-msgstr "Skep outoinstallasieskyf"
+#: ../../interactive.pm:1
+#, c-format
+msgid "Advanced"
+msgstr "Gevorderd"
-#: ../../install_steps_interactive.pm_.c:1320
+#
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, fuzzy, c-format
+msgid "Remove"
+msgstr "Verwyder drukker"
+
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Modify"
+msgstr "Verander"
+
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Add"
+msgstr "Voeg by"
+
+#: ../../interactive.pm:1
+#, c-format
+msgid "Choose a file"
+msgstr "Kies 'n lêer"
+
+#: ../../keyboard.pm:1
+#, c-format
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"
+"Here you can choose the key or key combination that will \n"
+"allow switching between the different keyboard layouts\n"
+"(eg: latin and non latin)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Automated"
-msgstr "Outomaties"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right \"Windows\" key"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Replay"
-msgstr "Herspeel"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Left \"Windows\" key"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1328
-msgid "Save packages selection"
-msgstr "Stoor pakketseleksie"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "\"Menu\" key"
+msgstr ""
-#: ../../install_steps_newt.pm_.c:20
+#: ../../keyboard.pm:1
#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux Installasie %s"
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-" <Tab>/<Alt-Tab> tussen elemente | <Space> selekteer | <F12> volgende skerm "
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu is weg"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "CapsLock key"
+msgstr ""
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Kies 'n lêer"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Both Shift keys simultaneously"
+msgstr ""
-#: ../../interactive.pm_.c:318
-msgid "Advanced"
-msgstr "Gevorderd"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right Alt key"
+msgstr ""
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
-msgid "Basic"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Yugoslavian (latin)"
+msgstr "Jugoslaavs (latynse uitleg)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "Viëtnamees \"nommerry\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard (international)"
+msgstr "VSA internasionale sleutelbord"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard"
+msgstr "VSA sleutelbord"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "UK keyboard"
+msgstr "VK sleutelbord"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "Ukranies"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr "Turks (moderne \"Q\" modem)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "Turks (tradisionele \"F\" model)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tajik keyboard"
+msgstr "Tajik sleutelbord"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Thai keyboard"
+msgstr "Thai sleutelbord"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "Armenies (tikmasjien)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (ISCII-layout)"
msgstr ""
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
-msgstr "<- Vorige"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Serbian (cyrillic)"
+msgstr "Serwies (Kirillies)"
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-#, fuzzy
-msgid "Next"
-msgstr "Teks"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTY)"
+msgstr "Slovaaks (QWERTY)"
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr "Swak keuse, probeer weer\n"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovaaks (QWERTZ)"
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "U keuse? (verstek %s) "
+msgid "Slovenian"
+msgstr "Sloveens"
-#: ../../interactive/stdio.pm_.c:54
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
+msgid "Swedish"
+msgstr "Sweeds"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian (Yawerty)"
+msgstr "Russue (Yawerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "Russies"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwerty)"
+msgstr "Romanies (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwertz)"
+msgstr "Romanies (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Canadian (Quebec)"
+msgstr "Kanadees (Quebec)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "Portugees"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwertz layout)"
+msgstr "Pools (QWERTZ uitleg)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "Pools (QWERTY uitleg)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Norwegian"
+msgstr "Norweegs"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "Nederlands"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
msgstr ""
-#: ../../interactive/stdio.pm_.c:70
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "U keuse? (verstek %s) "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (UK)"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:95
+#: ../../keyboard.pm:1
#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Opsies: %s"
+msgid "Mongolian (cyrillic)"
+msgstr "Serwies (Kirillies)"
-#: ../../interactive/stdio.pm_.c:96
-#, fuzzy
-msgid "Do you want to click on this button?"
-msgstr "Wil u aboot gebruik?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Myanmar (Burmese)"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Macedonian"
+msgstr "Masedonies"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Malayalam"
msgstr ""
-#: ../../interactive/stdio.pm_.c:105
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latvian"
+msgstr "Latvies"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "Lituanies \"foneties\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "Lituanies \"nommerry\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (new)"
+msgstr "Lituanies AZERTY (nuut)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "Lituanies AZERTY (oud)"
+
+#: ../../keyboard.pm:1
#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "U keuse? (verstek %s) "
+msgid "Laotian"
+msgstr "Latvies"
-#: ../../interactive/stdio.pm_.c:123
+#: ../../keyboard.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
+msgid "Latin American"
+msgstr "Latyns-Amerikaans"
-#: ../../interactive/stdio.pm_.c:126
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Korean keyboard"
+msgstr "Koreaanse sleutelbord"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Japanese 106 keys"
+msgstr "Japanees 106 sleutels"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Inuktitut"
msgstr ""
-#: ../../interactive/stdio.pm_.c:139
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
+msgid "Italian"
+msgstr "Italiaans"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Icelandic"
+msgstr "Yslandies"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "Iranies"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "Israelies (Foneties)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli"
+msgstr "Israelies"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Croatian"
+msgstr "Kroaties"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "Hongaars"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
msgstr ""
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
-msgid "Czech (QWERTZ)"
-msgstr "Tseggies (QWERTZ)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Greek"
+msgstr "Grieks"
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "Duits"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "Georgies (Latynse uitleg)"
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Dvorak"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "Georgies (Russiese uitleg)"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
-msgid "Spanish"
-msgstr "Spaans"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "French"
+msgstr "Frans"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
+#: ../../keyboard.pm:1
+#, c-format
msgid "Finnish"
msgstr "Finnies"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
-msgid "French"
-msgstr "Frans"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Spanish"
+msgstr "Spaans"
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
-msgid "Norwegian"
-msgstr "Norweegs"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Estonian"
+msgstr "Estoniaans"
-#: ../../keyboard.pm_.c:160
-msgid "Polish"
-msgstr "Pools"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (VSA)"
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
-msgstr "Russies"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Dvorak (Norweegs)"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
-msgid "Swedish"
-msgstr "Sweeds"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Dvorak (VSA)"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "VK sleutelbord"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "Deens"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "VSA sleutelbord"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
+msgstr ""
-#: ../../keyboard.pm_.c:167
-msgid "Albanian"
-msgstr "Albanies"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "Duits (geen dooie sleutels)"
-#: ../../keyboard.pm_.c:168
-msgid "Armenian (old)"
-msgstr "Armenies (oud)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "Duits"
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "Armenies (tikmasjien)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTY)"
+msgstr "Tseggies (QWERTY)"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTZ)"
+msgstr "Tseggies (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "Switsers (Franse uitleg)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "Switsers (Duitse uitleg)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "Belarussies"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bosnian"
+msgstr "Estoniaans"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "Brasiliaans (ABNT-2)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bulgarian (BDS)"
+msgstr "Bulgaars"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bulgarian (phonetic)"
msgstr "Armenies (Foneties)"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjani (latyns)"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bengali"
+msgstr "Aktiveer"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm:1
+#, c-format
msgid "Belgian"
msgstr "Belgies"
-#: ../../keyboard.pm_.c:178
-#, fuzzy
-msgid "Bengali"
-msgstr "Aktiveer"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "Azerbaidjani (latyns)"
-#: ../../keyboard.pm_.c:179
-#, fuzzy
-msgid "Bulgarian (phonetic)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
msgstr "Armenies (Foneties)"
-#: ../../keyboard.pm_.c:180
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Bulgaars"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "Armenies (tikmasjien)"
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasiliaans (ABNT-2)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (old)"
+msgstr "Armenies (oud)"
-#: ../../keyboard.pm_.c:184
-#, fuzzy
-msgid "Bosnian"
-msgstr "Estoniaans"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Albanian"
+msgstr "Albanies"
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "Belarussies"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish"
+msgstr "Pools"
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "Switsers (Duitse uitleg)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Dvorak"
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "Switsers (Franse uitleg)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Zimbabwe"
+msgstr "moontlik"
-#: ../../keyboard.pm_.c:189
-msgid "Czech (QWERTY)"
-msgstr "Tseggies (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
+msgstr ""
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr "Duits (geen dooie sleutels)"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
+msgstr ""
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Serbia"
+msgstr "seriaal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mayotte"
msgstr ""
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "Deens"
+#: ../../lang.pm:1
+#, c-format
+msgid "Yemen"
+msgstr ""
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Dvorak (VSA)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
+msgstr ""
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norweegs)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Wallis and Futuna"
+msgstr ""
-#: ../../keyboard.pm_.c:196
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (VSA)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Vanuatu"
+msgstr ""
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "Estoniaans"
+#: ../../lang.pm:1
+#, c-format
+msgid "Vietnam"
+msgstr ""
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgies (Russiese uitleg)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr ""
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgies (Latynse uitleg)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (British)"
+msgstr ""
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "Grieks"
+#: ../../lang.pm:1
+#, c-format
+msgid "Venezuela"
+msgstr ""
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
msgstr ""
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vatican"
+msgstr "Latvies"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
msgstr ""
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
-msgstr "Hongaars"
+#: ../../lang.pm:1
+#, c-format
+msgid "Uruguay"
+msgstr ""
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
-msgstr "Kroaties"
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
+msgstr ""
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
-msgstr "Israelies"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Uganda"
+msgstr "Opgradeer"
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "Israelies (Foneties)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Ukraine"
+msgstr "Ukranies"
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "Iranies"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
+msgstr ""
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Taiwan"
+msgstr "Latvies"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tuvalu"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkey"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tunisia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkmenistan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "East Timor"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tokelau"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Togo"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Southern Territories"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turks and Caicos Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Swaziland"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Syria"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Suriname"
+msgstr "Drukkernaam:"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Somalia"
+msgstr "NIS-domein"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Senegal"
+msgstr "Aktiveer"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Slovakia"
+msgstr "Sloveens"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Slovenia"
+msgstr "Sloveens"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Helena"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Sudan"
+msgstr "SunOS"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Seychelles"
+msgstr "Dop"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Russia"
+msgstr "Russies"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Romania"
+msgstr "NIS-domein"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Reunion"
+msgstr "Resolusie"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Qatar"
+msgstr "Toestand"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Portugal"
+msgstr "Poort"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Palestine"
+msgstr "Stoor pakketseleksie"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Puerto Rico"
+msgstr "Protokol"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Pitcairn"
+msgstr "Druk"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Poland"
msgstr "Yslandies"
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "Italiaans"
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr ""
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
msgstr ""
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "Japanees 106 sleutels"
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr ""
-#: ../../keyboard.pm_.c:217
-msgid "Korean keyboard"
-msgstr "Koreaanse sleutelbord"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr ""
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "Latyns-Amerikaans"
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr ""
-#: ../../keyboard.pm_.c:219
-#, fuzzy
-msgid "Laotian"
-msgstr "Latvies"
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr ""
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lituanies AZERTY (oud)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Oman"
+msgstr "NIS-domein"
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lituanies AZERTY (nuut)"
+#: ../../lang.pm:1
+#, c-format
+msgid "New Zealand"
+msgstr ""
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lituanies \"nommerry\" QWERTY"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Niue"
+msgstr "Geen video"
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lituanies \"foneties\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
+msgstr ""
-#: ../../keyboard.pm_.c:225
-msgid "Latvian"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Nigeria"
+msgstr "seriaal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Niger"
+msgstr "Hoog"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "New Caledonia"
+msgstr "Masedonies"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malaysia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Mexico"
+msgstr "Muis"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Mauritius"
+msgstr "Verskeie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Montserrat"
+msgstr "Muispoort"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Macedonia"
+msgstr "Masedonies"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Monaco"
+msgstr "Monitor"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Libya"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Latvia"
msgstr "Latvies"
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
msgstr ""
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Liberia"
+msgstr "seriaal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liechtenstein"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Laos"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Kuwait"
+msgstr "Verlaat"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Korea"
+msgstr "Nog"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Kenya"
+msgstr "Sleutelbord"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Jordan"
+msgstr "Iranies"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iceland"
+msgstr "Yslandies"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iran"
+msgstr "Iranies"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "India"
+msgstr "Iranies"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Israel"
+msgstr "Israelies"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Ireland"
+msgstr "Yslandies"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Indonesia"
+msgstr "niks"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Hungary"
+msgstr "Hongaars"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Croatia"
+msgstr "Kroaties"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Heard and McDonald Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Guam"
+msgstr "Speletjies"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Guatemala"
+msgstr "Portaal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "South Georgia and the South Sandwich Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Guinea"
+msgstr "Algemeen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Greenland"
+msgstr "Yslandies"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "French Guiana"
+msgstr "Frans"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Georgia"
+msgstr "Norweegs"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
+msgstr ""
+
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Faroe Islands"
+msgstr "Yslandies"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Micronesia"
msgstr "Masedonies"
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
msgstr ""
-#: ../../keyboard.pm_.c:229
-#, fuzzy
-msgid "Mongolian (cyrillic)"
-msgstr "Serwies (Kirillies)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Fiji"
+msgstr "Finnies"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
msgstr ""
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Ethiopia"
+msgstr "Estoniaans"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Spain"
+msgstr "Spaans"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Eritrea"
+msgstr "Kundige area"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
msgstr ""
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "Nederlands"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Egypt"
+msgstr "Leeg"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "Pools (QWERTY uitleg)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Estonia"
+msgstr "Estoniaans"
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "Pools (QWERTZ uitleg)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
+msgstr ""
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "Portugees"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Algeria"
+msgstr "seriaal"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominican Republic"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Dominica"
+msgstr "NIS-domein"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Djibouti"
+msgstr "Aborteer"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Cape Verde"
+msgstr "Maak boom toe"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cameroon"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Chile"
+msgstr "Sluit af"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Switzerland"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Central African Republic"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Canada"
msgstr "Kanadees (Quebec)"
-#: ../../keyboard.pm_.c:239
-msgid "Romanian (qwertz)"
-msgstr "Romanies (QWERTZ)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Belize"
+msgstr "Verstel Grootte"
-#: ../../keyboard.pm_.c:240
-msgid "Romanian (qwerty)"
-msgstr "Romanies (QWERTY)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Belarus"
+msgstr "Belarussies"
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "Russue (Yawerty)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Botswana"
+msgstr "Estoniaans"
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "Sloveens"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
+msgstr ""
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovaaks (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr ""
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "Slovaaks (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
+msgstr ""
-#: ../../keyboard.pm_.c:248
-msgid "Serbian (cyrillic)"
-msgstr "Serwies (Kirillies)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
+msgstr ""
-#: ../../keyboard.pm_.c:250
-msgid "Tamil (Unicode)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
msgstr ""
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
msgstr ""
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "Thai sleutelbord"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Bermuda"
+msgstr "Duits"
-#: ../../keyboard.pm_.c:254
-msgid "Tajik keyboard"
-msgstr "Tajik sleutelbord"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Benin"
+msgstr "Belgies"
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turks (tradisionele \"F\" model)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Burundi"
+msgstr ""
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turks (moderne \"Q\" modem)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
+msgstr ""
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "Ukranies"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Bulgaria"
+msgstr "Hongaars"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "VSA internasionale sleutelbord"
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
+msgstr ""
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Viëtnamees \"nommerry\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
+msgstr ""
-#: ../../keyboard.pm_.c:263
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslaavs (latynse uitleg)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
+msgstr ""
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bosnia and Herzegovina"
msgstr ""
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Azerbaijan"
+msgstr "Albanies"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Aruba"
+msgstr "Grub"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Australia"
+msgstr "seriaal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "American Samoa"
msgstr ""
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
msgstr ""
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
msgstr ""
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
msgstr ""
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
+#: ../../lang.pm:1
+#, c-format
+msgid "Netherlands Antilles"
msgstr ""
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Armenia"
+msgstr "Armenies (oud)"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Albania"
+msgstr "Albanies"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Anguilla"
msgstr ""
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Antigua and Barbuda"
msgstr ""
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "United Arab Emirates"
msgstr ""
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Andorra"
+msgstr "Herroep"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Afghanistan"
+msgstr "Albanies"
+
+#: ../../loopback.pm:1
#, c-format
msgid "Circular mounts %s\n"
msgstr "Sirkulêre heg %s\n"
-#: ../../lvm.pm_.c:103
+#: ../../lvm.pm:1
+#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Verwyder eers die logiese volumes\n"
-#: ../../modules.pm_.c:290
+#: ../../modules.pm:1
+#, c-format
msgid ""
"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
msgstr ""
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "Geen sagteskyaandrywer beskikbaar nie"
-
-#: ../../modules/parameters.pm_.c:50
-#, fuzzy
-msgid "a number"
-msgstr "Telefoonnommer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "BEWEEG DIE WIEL!"
-#: ../../modules/parameters.pm_.c:52
+#
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated numbers"
-msgstr ""
+msgid "To activate the mouse,"
+msgstr "Om die muis te aktiveer"
-#: ../../modules/parameters.pm_.c:52
+#
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated strings"
-msgstr ""
+msgid "Please test the mouse"
+msgstr "Toets asb. die muis"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
-msgstr ""
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "Geen muis"
-#: ../../modules/parameters.pm_.c:54
-#, fuzzy
-msgid "comma separated strings"
-msgstr "Formateer partisies"
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "niks"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Muis"
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "3 knoppies"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "2 knoppies"
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Generiese PS2 wielmuis"
+#: ../../mouse.pm:1
+#, c-format
+msgid "1 button"
+msgstr "1 knop"
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../mouse.pm:1
+#, c-format
+msgid "busmouse"
+msgstr "busmuis"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Logitech Muis (seriaal, ou C7 tipe)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Series"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-#, fuzzy
-msgid "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Logitech CC Reeks (seriaal)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Mouse Systems"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Logitech MouseMan"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-msgid "1 button"
-msgstr "1 knop"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "Generiese 3-knop muis"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 2 Button Mouse"
msgstr "Generiese 2-knop muis"
+#: ../../mouse.pm:1
+#, c-format
+msgid "serial"
+msgstr "seriaal"
+
+#: ../../mouse.pm:1
+#, fuzzy, c-format
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
#
-#: ../../mouse.pm_.c:47
+#: ../../mouse.pm:1
+#, c-format
msgid "Wheel"
msgstr "Wiel"
-#: ../../mouse.pm_.c:51
-msgid "serial"
-msgstr "seriaal"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "Generies"
-#: ../../mouse.pm_.c:54
-msgid "Generic 3 Button Mouse"
-msgstr "Generiese 3-knop muis"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Generiese PS2 wielmuis"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Logitech CC Reeks (seriaal)"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "Standaard"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Sun - Muis"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Series"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "Skakel tussen plat- en groepsortering"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "Maak boom toe"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Muis (seriaal, ou C7 tipe)"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "Maak boom oop"
-#: ../../mouse.pm_.c:68
-msgid "busmouse"
-msgstr "busmuis"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "Info"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "2 knoppies"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "Is dit korrek?"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "3 knoppies"
+#: ../../my_gtk.pm:1
+#, fuzzy, c-format
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "niks"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "Fout in die skryf van %s"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "Geen muis"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "Korrupte rugsteunlêer"
-#
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "Toets asb. die muis"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "Herstel van léer %s het gefaal: %s"
-#
-#: ../../mouse.pm_.c:491
-msgid "To activate the mouse,"
-msgstr "Om die muis te aktiveer"
+#: ../../partition_table.pm:1
+#, c-format
+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 primêre partisie te skuif sodat die gat\n"
+"langs die ekstensie partisies is"
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr "BEWEEG DIE WIEL!"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "Ekstensiepartisie word nie op hierdie platform ondersteun nie"
-#: ../../my_gtk.pm_.c:65
-#, fuzzy
-msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "heg het gefaal"
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-msgid "Finish"
-msgstr "Finnies"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "moontlik"
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "Volgende ->"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "oulik"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "Is dit korrek?"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "baie oulik"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "Info"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "belangrik"
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "Maak boom oop"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "benodig"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "Maak boom toe"
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "Nie genoeg partisies vir RAID vlak %d nie\n"
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr "Skakel tussen plat- en groepsortering"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "mkraid het gefaal"
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "gebruik pppoe"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "mkraid het gefaal. Dalk is 'raidtools' nie beskikbaar nie."
-#: ../../network/adsl.pm_.c:24
-msgid "use pptp"
-msgstr "gebruik pptp"
+#: ../../raid.pm:1
+#, 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"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
-msgstr "gebruik dhcp"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Stop"
+msgstr "Sektor"
-#: ../../network/adsl.pm_.c:26
-#, fuzzy
-msgid "Alcatel speedtouch usb"
-msgstr "speedtouch USB"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Start"
+msgstr "Toestand"
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
+#: ../../services.pm:1
+#, c-format
+msgid "On boot"
+msgstr "met herlaai"
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"No additional information\n"
+"about this service, sorry."
msgstr ""
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Konnekteer aan die internet"
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr ""
-#: ../../network/adsl.pm_.c:30
-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'"
+#: ../../services.pm:1
+#, c-format
+msgid "stopped"
+msgstr "onaktief"
+
+#: ../../services.pm:1
+#, c-format
+msgid "running"
+msgstr "aktief"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Choose which services should be automatically started at boot time"
+msgstr "Kies watter dienste moet outomaties begin met herlaaityd."
+
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Database Server"
+msgstr "Datbasis"
+
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Remote Administration"
+msgstr "Eksterne lpd drukkeropsies"
+
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
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:166
+#: ../../services.pm:1
+#, c-format
+msgid "Internet"
+msgstr "Internet"
+
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Printing"
+msgstr "Druk"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+msgstr "Laai die X-fontbediener (dis nodig vir XFree)."
+
+#: ../../services.pm:1
+#, c-format
+msgid "Load the drivers for your usb devices."
+msgstr "Laai die drywers vir u USB-toestelle"
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"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 loglêers. Dit is altyd goed om syslog te loop."
-#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
-msgid "Web Server"
-msgstr "Bediener"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the sound system on your machine"
+msgstr "Laai die klankstelsel op u rekenaar"
-#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
-msgid "Domain Name Server"
-msgstr "Domeinnaam"
+#: ../../services.pm:1
+#, c-format
+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')."
-#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
-msgid "Mail Server"
-msgstr "Datbasis"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
-msgid "POP and IMAP Server"
-msgstr "LDAP-bediener"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
-msgid "No network card"
-msgstr "geen netwerkkaart gevind nie"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:129
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall 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."
+"Assign raw devices to block devices (such as hard drive\n"
+"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
msgstr ""
+"Stoor en herstel die stelselentropiepoel vir hoë kwaliteit,\n"
+"lukraaknommergenerasie."
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
+#: ../../services.pm:1
+#, fuzzy, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"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."
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"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."
-#: ../../network/drakfirewall.pm_.c:167
-msgid "Everything (no firewall)"
+#: ../../services.pm:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
+msgstr "Ondersteun die OKI-4W en aanpasbare WIN-drukkers"
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
msgstr ""
-#: ../../network/drakfirewall.pm_.c:169
-#, fuzzy
-msgid "Other ports"
-msgstr "Toets poorte"
+#: ../../services.pm:1
+#, c-format
+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 populêre protokol vir lêerdeling oor TCP/IP netwerke.\n"
+"Hierdie diens vorosien die NFS-lêersluitfunksionaliteit."
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"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 ""
-"Watter DCHP-kliënt wil u gebruik?\n"
-"Verstek is dhcp-client"
+"NFS is 'n populêre protokol vir lêerdeling oor TCP/IP netwerke.\n"
+"Hierdie diens voorsien NFS-bedienerfunksionaliteit. Dit word via\n"
+"die /etc/exports lêer opgestel."
-#: ../../network/ethernet.pm_.c:88
+#: ../../services.pm:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"Activates/Deactivates all network interfaces configured to start\n"
+"at boot time."
msgstr ""
-"Geen ethernetkaart is op die stelsel gevind nie.\n"
-"Ek kan nie hierdie konneksietipe opstel nie."
+"Aktiveer/Deaktiveer all netwerkkoppelvlakke wat opgestel is om by\n"
+"herlaaityf te begin."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "Kies die netwerkkoppelvlak"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
+"Manager/Windows), and NCP (NetWare) mount points."
+msgstr ""
+"Heg en ontheg all netwerklêerstels (NFS), SMB (Lan Manger/Windows)\n"
+"en NCP (Netware) hegpunte."
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, fuzzy, c-format
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."
+"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."
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "geen netwerkkaart gevind nie"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linux Virtual Server, used to build a high-performance and highly\n"
+"available server."
+msgstr ""
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "Stel netwerk op"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
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''."
+"Linuxconf will sometimes arrange to perform various tasks\n"
+"at boot-time to maintain the system configuration."
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:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "Rekenaarnaam"
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr "Outobespeuring en hardewarekonfigurasie met herlaaityd."
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-msgid "Network Configuration Wizard"
-msgstr "Netwerkkonfigurasie-assistent"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Automatic regeneration of kernel header in /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
+msgstr ""
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Eksterne ISDN-kaart"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Interne ISDN-kaart"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Launch packet filtering for Linux kernel 2.2 series, to set\n"
+"up a firewall to protect your machine from network attacks."
+msgstr ""
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Watter tipe is u ISDN-konneksie?"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\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"
+"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-lêers uitstuur en CGI's hanteer"
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nuwe konfigurasie (Ligte ISDN/isdn-light)"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"HardDrake runs a hardware probe, and optionally configures\n"
+"new/changed hardware."
+msgstr ""
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Ou konfigurasie (isdn4net)"
+#: ../../services.pm:1
+#, c-format
+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 muisvermoëns aan teksgebaseerde Linuxapplikasies soos\n"
+"Midnight Commander. Dit laat muisgebaseerde knip-en-plak aksies op die\n"
+"konsole toe asook opspringkieskaarte."
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "ISDN Konfigurasie"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"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 ""
-"Kies u internetdiensvoorsiener.\n"
-"Indien nie in die lys nie kies Ongelys"
+"Loop instruksies deur 'at' geskeduleer op die tyd deur 'at' gespesifiseer. "
+"Loop ook instruksiebondels wanneer die stelsellas laag genoeg is."
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol"
-msgstr "Europese protokol"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"apmd is used for monitoring battery 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."
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol (EDSS1)"
-msgstr "Europese protokol (EDSS1)"
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is a periodic command scheduler."
+msgstr "Anacron is skeduleerder vir periodiese instruksies."
-#
-#: ../../network/isdn.pm_.c:181
-msgid "Protocol for the rest of the world"
-msgstr "Protokol vir die res van die wêreld"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr "Loop die ALSA (Gevorderde Linux Klankargitektuur) klankstelsel"
-#: ../../network/isdn.pm_.c:181
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "Installing packages..."
+msgstr "Installeer pakket %s"
+
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
msgstr ""
-"Protokol vir die res vd wêreld \n"
-" geen D-Kanaal nie (bruikhuurlyne)"
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
-msgstr "Watter protokol verlang u?"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
-#: ../../network/isdn.pm_.c:196
+#: ../../standalone.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
msgstr ""
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
-msgstr "Oor watter tipe kaart beskik u?"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "Ek weet nie"
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../standalone.pm:1
+#, c-format
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "[keyboard]"
+msgstr "Sleutelbord"
+
+#: ../../standalone.pm:1
+#, c-format
msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+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"
-"Indien u 'n ISA-kaart het, behoort die waardes op die volgende skerm reg te "
-"wees.\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"
-"Indien u 'n PCMCIA kaart het, moet u die IRQ en I/O van u kaart weet.\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"
+msgstr ""
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "Aborteer"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "Verlaay installasie"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "Gaan voort"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Install system updates"
+msgstr "Installeer stelsel"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "Wat is u ISDN-kaart?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "Konfigureer dienste"
-#: ../../network/isdn.pm_.c:239
-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 ""
-"Ek het 'n ISDB PCI-kaart gevind, maar ek ken nie die tipe nie. Kies asb.'n "
-"PCI-kaart op die volgende skerm."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "Stel X op"
-#: ../../network/isdn.pm_.c:248
-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."
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "Installeer herlaaistelsel"
-#: ../../network/modem.pm_.c:57
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Op watter seriaalpoort is u modem gekoppel?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "Stel netwerk op"
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "Opbelopsies"
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "Voeg 'n gebruiker by"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
-msgstr "Konneksienaam"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "Installeer stelsel"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "Telefoonnommer"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "Kies pakkette om te installeer"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "Aantekenkode"
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "Formateer partisies"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
-msgstr "CHAP"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Partitioning"
+msgstr "Druk"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "Kies u sleutelbord"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "Skriptipe"
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "Kies installasieklas"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "Terminaaltipe"
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "Hardeskyfdeteksie."
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "Domeinnaam"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "Stel muistoestel op"
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-msgid "First DNS Server (optional)"
-msgstr "Eerste DNS-bediener (opsioneel)"
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
+msgstr ""
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-msgid "Second DNS Server (optional)"
-msgstr "Tweede DNS-bediener (opsioneel)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "Kies u taal"
+
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
+msgstr ""
+
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr ""
+
+#: ../../ugtk.pm:1
+#, c-format
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../network/modem.pm_.c:95
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr "Xpmac (installasievertoondrywer)"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+"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."
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "XFree %s met EKSPERIMENTELE 3D-hardewareversnelling"
+
+#: ../../Xconfig/card.pm:1
+#, 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."
+
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "XFree %s met 3D-hardwareversnelling"
-#: ../../network/modem.pm_.c:97
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "CUPS word gelaai"
+#: ../../Xconfig/card.pm:1
+#, 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."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "Installasie"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "XFree %s"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "Tabel"
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "Konfigureer net die \"%s\" kaart (%s)"
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr "Gebruik Xinerama-ekstensies"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr "Konfigureer skyfkoppe afsonderlik"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "Watter tipe XFree-konfigurasie verlang u?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "XFree-konfigurasie"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "Kies die geheue grootte van u videokaart"
+
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
-"\n"
-"U kan diskonnekteer or herkonfigureer."
+"U stelsel onderstuen multikopkonfigurasie.\n"
+"Wat wil u doen?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Multi-head configuration"
+msgstr "Multikopkonfigurasie"
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Choose an X server"
+msgstr "Kies 'n X-bediener"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "X-bediener"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "64MB of meer"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "16 MB"
+msgstr "16 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 kB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 kB"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
-"You can reconfigure your connection."
+"%s"
msgstr ""
+"Behou die veranderinge?\n"
+"Huidige konfigurasie is:\n"
"\n"
-"U kan u konneksie herkonfigureer."
+"%s"
-#: ../../network/netconnect.pm_.c:29
-msgid "You are currently connected to internet."
-msgstr "U is tans aan die internet gekonnekteer."
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "Opsies"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr ""
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "Resolusie"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "Monitor"
+
+#: ../../Xconfig/main.pm:1
+#, fuzzy, c-format
+msgid "Graphic Card"
+msgstr "Videokaart"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "Verlaat"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "Vertikale verfristempo"
-#: ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "Horisontale verfristempo"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
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"
-"You can connect to Internet or reconfigure your connection."
+"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"
-"U kan aan die internet konnekter of u konneksie herkonfigureer."
+"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."
-#: ../../network/netconnect.pm_.c:32
-msgid "You are not currently connected to Internet."
-msgstr "U is nie tans aan die internet gekonnekteer nie."
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr ""
-#: ../../network/netconnect.pm_.c:36
-msgid "Connect"
-msgstr "Konnekteer"
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Vendor"
+msgstr "Herroep"
-#: ../../network/netconnect.pm_.c:37
-msgid "Disconnect"
-msgstr "Diskonnekteer"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr ""
-#: ../../network/netconnect.pm_.c:38
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Stel netwerk op"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "Kies 'n monitor"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr "Internetkonneksie en konfigurasie"
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "Videokaart: %s"
-#: ../../network/netconnect.pm_.c:94
+#: ../../Xconfig/resolution_and_depth.pm:1
#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Ons gaan nou die %s konneksie herkonfigureer."
+msgid "Choose the resolution and the color depth"
+msgstr "Kies die resolusie en kleurdiepte"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "Resolusies"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4 biljoen kleure (32 bis)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16-miljoen kleure (24 bis)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65-duisend kleure (16 bis)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32-duisend kleure (15 bis)"
-#: ../../network/netconnect.pm_.c:103
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 kleure (8 bis)"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Is this the correct setting?"
+msgstr "Is dit korrek?"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Leaving in %d seconds"
+msgstr "%d sekondes"
+
+#: ../../Xconfig/test.pm:1
#, c-format
msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
msgstr ""
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Waarskuwing: Toetsing is gevaarlik met hierdie videokaart"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "Wil u die konfigurasie toets?"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "Toets konfigurasie"
+
+#: ../../Xconfig/various.pm:1
+#, fuzzy, c-format
+msgid "What norm is your TV using?"
+msgstr "Watter tipe is u ISDN-konneksie?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid ""
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\n"
"\n"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
"\n"
-"\n"
-"Ons gan nou die %s konneksie konfigureer.\n"
-"\n"
-"\n"
-"Drk OK om voort te gaan."
-
-#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr "Netwerkkonfigurasie"
+"Do you have this feature?"
+msgstr ""
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/various.pm:1
+#, c-format
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"
+"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 ""
-"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"
+"Ek kan u rekenaar so opstel om X outomaties te laai.\n"
+"Wil u X begin met 'n herlaai?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "X met herlaai"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "XFree86-drywer: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "XFree86 bediener: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "Resolusie: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Color depth: %s\n"
+msgstr "Kleurdiepte: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "Video geheue: %s kB\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "Videokaart: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "Monitor VertVerfris: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor HorizSync: %s\n"
+msgstr "Monitor HoriSink: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "Monitor: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "Muistoestel: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "Muistipe: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "Sleutelbord uitleg: %s\n"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "Opsies: %s"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "Hegpunt:"
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "Server: "
+msgstr "Bediener"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr ""
+
+#
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "Toets asb. die muis"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "Hegpunt"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server"
+msgstr "Bediener"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "Heg"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "Ontheg"
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "New"
+msgstr "nuut"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
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"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
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:163
-msgid "Choose the profile to configure"
-msgstr "Kies die profiel om te konfigureer"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Gebruik ``%s'' instede."
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
-msgstr "Gebruik outobespeuring"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "Tipe"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-msgid "Expert Mode"
-msgstr "Kundige bedryfsvlak"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "Gebruik ``Ontheg'' eerste"
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr "Toestel word afgetas..."
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "Uitwis"
-#: ../../network/netconnect.pm_.c:214
-msgid "Normal modem connection"
-msgstr "Normale modemkonneksie"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "Skep"
-#: ../../network/netconnect.pm_.c:214
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected on port %s"
-msgstr "Op poort %s bespeur"
+msgid "Filesystem types:"
+msgstr "LOersteltipes:"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "Normale modemkonneksie"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "Leeg"
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "%s bespeur"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Windows"
+msgstr "NIS-domein"
-#: ../../network/netconnect.pm_.c:216
-msgid "ISDN connection"
-msgstr "ISDN konneksie"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
-#: ../../network/netconnect.pm_.c:216
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected %s"
-msgstr "%s bespeur"
+msgid "SunOS"
+msgstr "SunOS"
-#: ../../network/netconnect.pm_.c:217
-msgid "ADSL connection"
-msgstr "ADSL konneksie"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "Ruilarea"
-#: ../../network/netconnect.pm_.c:218
-msgid "Cable connection"
-msgstr "Kabelkonneksie"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Journalised FS"
+msgstr "Gejoernaliseer"
-#: ../../network/netconnect.pm_.c:218
-msgid "cable connection detected"
-msgstr "Kabelkonneksie bespeur"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
-#: ../../network/netconnect.pm_.c:219
-msgid "LAN connection"
-msgstr "LAN konneksie"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "No hard drives found"
+msgstr "Plaaslike drukker"
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
-msgstr "ethernet kaart(e) bespeur"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "Kliek asb. op 'n partisie"
-#: ../../network/netconnect.pm_.c:222
-msgid "Choose the connection you want to configure"
-msgstr "Kies die konneksie wat u wil konfigureer"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\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:1
+#, c-format
+msgid "Choose action"
+msgstr "Kies aksie"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "Assistent"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+"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 ""
-"U het meer as een internetkonneksiemetode opgste.\n"
-"Kies die een wat u verlang.\n"
-"\n"
+"Indien u beplan om 'aboot' te gebruik, los spasie aan die begin\n"
+"van die skyf. (2048 sektors is genoeg)."
-#: ../../network/netconnect.pm_.c:247
-msgid "Internet connection"
-msgstr "Internetkonneksie"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "Rugsteun u data eers asb."
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr "Wil u die konneksie met herlaaityd aanskakel?"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "Lees noukeurig!"
-#: ../../network/netconnect.pm_.c:267
-msgid "Network configuration"
-msgstr "Netwerkkonfigurasie"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "The encryption keys do not match"
+msgstr "Die wagwoorde stem nie ooreen nie."
+
+#: ../../diskdrake/interactive.pm:1
+#, 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."
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Filesystem encryption key"
+msgstr "LOerstelseltipe: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Type: "
+msgstr "Tipe:"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "on channel %d id %d\n"
+msgstr "op bus %d id %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Partisietabeltipe: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "LVM-skywe %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "Info:"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "Geometrie: %s silinders, %s koppe, %s sektore\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "Grootte: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "Toestel:"
+
+#: ../../diskdrake/interactive.pm:1
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-"Daar was 'n probleem met die herlaai van die netwerk.\n"
"\n"
-"%s"
+"Hierdie spesiale herlaaipartisie\n"
+"is om u stelsel te duolaai.\n"
-#: ../../network/netconnect.pm_.c:282
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\n"
msgstr ""
-"Geluk, die netwerk en internetkonfigurasie is voltooi.\n"
"\n"
-"Die kongiurasie gaan op u stelsel toegepas word.\n"
+"Dis hoogs waarskynlik dat hierdie partisie\n"
+"drywerpartisie is en verkieslik alleen gelos\n"
+"moet word.\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Teruglus lêernaam: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "RAID-skywe %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Blokgrootte %s\n"
-#: ../../network/netconnect.pm_.c:286
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "Vlak %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
msgstr ""
-"Nadat dit klaar is, sal dit beter wes om u X-omgewing te herlaai\n"
-"om die rekenaarnaamveranderingprobleem te voorkom."
+"Verstekpartisie vir herlaai\n"
+" (vir MS_DOS doeleindes, nie LILO s'n nie)\n"
-#: ../../network/netconnect.pm_.c:287
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
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."
+"Loopback file(s):\n"
+" %s\n"
+msgstr "Teruglus lêer(s): %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mounted\n"
+msgstr "Geheg\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Not formatted\n"
+msgstr "Nie geformatter\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "Geformateer\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Silinder %d na silinder %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s sektore"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "Grootte: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Begin: sektor %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "Naam: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "DOS-skyfletter: %s ('n raaiskoot)\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "partition %s is now known as %s"
msgstr ""
-#: ../../network/network.pm_.c:278
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Removing %s"
+msgstr "LPD word verwyder..."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Copying %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Moving files to the new partition"
+msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Directory %s already contains data\n"
+"(%s)"
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:283
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Hide files"
+msgstr "mkraid het gefaal"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Move files to the new partition"
+msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+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:1
+#, 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:1
+#, fuzzy, c-format
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)."
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure to add a /boot partition"
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."
+"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."
-#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfigureer netwerktoestel %s"
+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,"
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid " (driver %s)"
-msgstr "(drywer %s)"
+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."
-#
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "IP adres"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "The package %s is needed. Install it?"
+msgstr ""
+"Hierdie pakket moet opgradeer word\n"
+"Is u seker u wil dit deselekteer?"
-#
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "Netmasker"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "What type of partitioning?"
+msgstr "Watter tipe van partisionering?"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Be careful: this operation is dangerous."
+msgstr "Wees versigtig: hierdie is 'n gevaarlike operasie"
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "Outomatiese IP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "blokgrootte"
-#: ../../network/network.pm_.c:299
-#, fuzzy
-msgid "Start at boot"
-msgstr "Gelaai tydens herlaaityd"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "vlak"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP-adres moet in 1.2.3.4. formaat wees"
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "toestel"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
+msgstr "Verskeie"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount options"
+msgstr "Hegopsies:"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
+msgstr "Lêer bestaan alreeds. Moet dit gebruik word?"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "File is already used by another loopback, choose another one"
+msgstr "Lêer word alreeds deur 'n ander teruglus gebruik,kies 'n ander een"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Give a file name"
+msgstr "Regte naam"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "LOerstelseltipe: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "Grootte in MB: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "Teruglus lêernaam:"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Teruglus"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "Hierdie partisie kan nie vir teruglus gebruik word nie."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
+msgstr "LVM naam?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "nuut"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr "Kies 'n bestaande LVM om by toe te voeg"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr "Kies 'n bestaande RAID om by toe te voeg"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "Partisie word verskuif..."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "Verskuiwing"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "Na watter sektor wil u skuif?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "Sektor"
-#: ../../network/network.pm_.c:326
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "Na watter skyf wil u skuif?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "Skuif"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "New size in MB: "
+msgstr "Nuwe grootte in MB: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "Kies die nuwe grootte"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "Verstel Grootte"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "All data on this partition should be backed-up"
+msgstr "Alle data om hierdie partisie moet gerugsteun word."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition is not resizeable"
+msgstr "Hierdie partisie se greootte kan nie verstel word nie"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "FAT lêerstelselgrense word bereken"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount %s?"
+msgstr "Waar wil u toestel %s heg?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+"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:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Waar wil u toestel %s heg?"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "Waar wil u terugluslêer %s heg?"
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
+msgstr "Oorskakeling van ext2 na ext3"
+
+#
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Which filesystem do you want?"
+msgstr "Watter lêerstelsel verlang u?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Change partition type"
+msgstr "Verander partisietipe"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"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:1
+#, fuzzy, c-format
+msgid "Remove the loopback file?"
+msgstr "Terugluslêer %s word geformateer"
-#: ../../network/network.pm_.c:350
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"You can't create a new partition\n"
+"(since you reached the maximal number of primary partitions).\n"
+"First remove a primary partition and create an extended partition."
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:355
-msgid "DNS server"
-msgstr "DNS bediener"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Preference: "
+msgstr "Voorkeure: "
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
+msgid "Start sector: "
+msgstr "Kies sektor: "
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "Netwerkportaaltoestel"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create a new partition"
+msgstr "Kies 'n nuwe grootte"
-#: ../../network/network.pm_.c:363
-#, fuzzy
-msgid "DNS server address should be in format 1.2.3.4"
-msgstr "IP-adres moet in 1.2.3.4. formaat wees"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "Gebruik vir teruglus"
-#: ../../network/network.pm_.c:367
-#, fuzzy
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr "IP-adres moet in 1.2.3.4. formaat wees"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "Verander RAID"
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Instaanbedienerkonfigurasie"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "Verwyder uit LVM"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP instaanbediener"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "Verwyder uit RAID"
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP instaanbediener"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "Voeg by LVM"
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
-msgstr "Volg netwerkkart ID. (nuttig vir skootrekenaars)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "Voeg by RAID"
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Instaanbediener moet begin met http://"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "Formatteer"
-#: ../../network/network.pm_.c:388
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Instaanbediener moet begin met http://"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Detailed information"
+msgstr "Gedetaileerde inligting"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "Vuurmuurkonfigurasie gevind!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "Partisietabel Reddingspoging"
-#: ../../network/shorewall.pm_.c:27
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
msgstr ""
-"Waarskuwing! 'n Bestaande vuurmuurkonfigurasie is bespeur. U sal dalk na "
-"dietyd self regstellings moet aanbring."
+"Sit 'n floppie in die aandrywer.\n"
+"Alle data op hierdie floppie sal verloor word."
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "Internetkonfigurasie"
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "Waarskuwing"
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Wil u nou aan die internet konnekteer?"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "Selekteer lOer"
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-msgid "Testing your connection..."
-msgstr "Konneksie word getoets..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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?"
-#: ../../network/tools.pm_.c:70
-msgid "The system is now connected to Internet."
-msgstr "Die stelsel is nou aan die internet gekonnekteer."
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Removable media automounting"
+msgstr "Verwyderbare media"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
-msgstr "Vir sekuriteitsredes, word u nou gediskonnekteer."
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Reload partition table"
+msgstr "Reddingspartisietabel"
-#: ../../network/tools.pm_.c:72
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Rescue partition table"
+msgstr "Reddingspartisietabel"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Restore partition table"
+msgstr "Reddingspartisietabel"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Save partition table"
+msgstr "Skryf partisietabel"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
msgstr ""
-"Die tselsel blyk nie aan die internet gekonnekteer te wees nie.\n"
-"Probeer om u stelsel te herkonfigureer."
+"Om meer partisies te verkry, verwyder asb. een om 'n ektensiepartisiete kan "
+"skep"
-#
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr "Konneksiekonfigurasie"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "I can't add any more partition"
+msgstr "Ek kan nie meer partisies byvoeg nie"
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
-msgstr "Vul asb. die velde hieronder in"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "Alle primêre partisies is gebruik"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr "Kaart IRQ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hard drive information"
+msgstr "Hardeskyfinligting"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "Kaartgeheue (DMA)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Auto allocate"
+msgstr "Outo-allokeer"
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "Kaart I/O"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "Verwydeer almal"
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "Kaart IO_0"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Wil u die /etc/fstab veranderinge stoor?"
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "Kaart IO_1"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "Wil u verlaat, sonder om die partisietabel op te dateer?"
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
-msgstr "U persoonlike telefoonnommer"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "Verlaat, maar moenie iets stoor nie"
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr "Voorsienernaam (bv voorsiener.co.za)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "Wil u in elk geval voortgaan?"
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr "Voorsiener se telefoonnommer"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "Skakel oor na kundige gebruiksvlak"
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-msgid "Provider dns 1 (optional)"
-msgstr "Voorsiener DNS 1 (opsioneel)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "Skakel oor na normale gebruiksvlak"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-msgid "Provider dns 2 (optional)"
-msgstr "Voorsiener DNS 2 (opsioneel)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "Herroep"
-#: ../../network/tools.pm_.c:109
-msgid "Choose your country"
-msgstr "Kies u land"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Exit"
+msgstr "Verlaat"
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr "Belmetode"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose a partition"
+msgstr "Kies 'n partisie"
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-msgid "Connection speed"
-msgstr "Konneksiespoed"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose another partition"
+msgstr "Kies 'n ander partisie"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-msgid "Connection timeout (in sec)"
-msgstr "Konneksie tydlimiet (in sekondes)"
+#: ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Change type"
+msgstr "Verander tipe"
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr "Gebruikerskode"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Search servers"
+msgstr "DNS bediener"
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Wagwoord"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Domain"
+msgstr "NIS-domein"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Username"
+msgstr "Gebruikerskode"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid ""
+"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "heg het gefaal"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Domain Authentication Required"
+msgstr "Magtiging"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
-msgstr "Ekstensiepartisie word nie op hierdie platform ondersteun nie"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Another one"
+msgstr "Internet"
-#: ../../partition_table.pm_.c:685
-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."
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Which username"
+msgstr "Gebruikerskode"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Can't login using username %s (bad password?)"
msgstr ""
-"U het 'n gat die partisietabel maar ek kan dit nie gebruik nie.\n"
-"Die enigste oplossing is om die primêre partisie te skuif sodat die gat\n"
-"langs die ekstensie partisies is"
-#: ../../partition_table.pm_.c:774
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Herstel van léer %s het gefaal: %s"
+msgid "cpu # "
+msgstr ""
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr "Korrupte rugsteunlêer"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SMBus controllers"
+msgstr ""
-#: ../../partition_table.pm_.c:796
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr "Fout in die skryf van %s"
+msgid "USB controllers"
+msgstr ""
-#: ../../partition_table/raw.pm_.c:192
-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"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SCSI controllers"
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:26
-msgid "must have"
-msgstr "benodig"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "(E)IDE/ATA controllers"
+msgstr ""
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr "belangrik"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
+msgstr ""
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr "baie oulik"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Scanner"
+msgstr "Selekteer 'n videokaart"
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr "oulik"
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Unknown/Others"
+msgstr "Generies"
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr "moontlik"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Bridges and system controllers"
+msgstr ""
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Druk sonder drukkertou"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Modem"
+msgstr "Muis"
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Ethernetcard"
+msgstr "Ethernetkaart"
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Lyndrukkerdiensprogram"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Processors"
+msgstr ""
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
-msgstr "LPD"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Webcam"
+msgstr ""
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - Nuwe generasie LPR"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Soundcard"
+msgstr "Klankkaart"
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
-msgstr "LPRng"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Other MultiMedia devices"
+msgstr "Ander"
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Generiese Unixdrukstelsel (Common Unix Printing System) "
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Tvcard"
+msgstr "TV-kaaer"
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Videocard"
+msgstr "Videomodus"
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Onbekende model"
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Tape"
+msgstr "Tipe"
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "Plaaslike drukker"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "DVD-ROM"
+msgstr ""
-#
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "Eksterne drukker"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CD/DVD burners"
+msgstr ""
-#
-#: ../../printer/main.pm_.c:28
-msgid "Printer on remote CUPS server"
-msgstr "Eksterne CUPS-drukker"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CDROM"
+msgstr ""
-#
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-msgid "Printer on remote lpd server"
-msgstr "Eksterne LPD-drukker"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Disk"
+msgstr "Deens"
-#
-#: ../../printer/main.pm_.c:30
-#, fuzzy
-msgid "Network printer (TCP/Socket)"
-msgstr "Netwerkdrukker (sok)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Zip"
+msgstr ""
-#: ../../printer/main.pm_.c:31
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Floppy"
+msgstr "Stoor op floppie"
-#: ../../printer/main.pm_.c:32
-msgid "Printer on NetWare server"
-msgstr "Eksterne Netware-drukker"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Let me pick any driver"
+msgstr ""
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-msgid "Enter a printer device URI"
-msgstr "Tik drukkertoestel URI in"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Driver:"
+msgstr "Drywer"
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
-msgstr "Pyk drukstuk na program"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
+"\n"
+"The current driver for your \"%s\" sound card is \"%s\" "
+msgstr ""
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Choosing an arbitratry driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound trouble shooting"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Unkown driver"
msgstr "Onbekende model"
-#: ../../printer/main.pm_.c:317
-#, fuzzy
-msgid "Local Printers"
-msgstr "Plaaslike drukker"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
-#
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Eksterne drukker"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No known driver"
+msgstr ""
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
+msgid ""
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
msgstr ""
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", USB printer \\/*%s"
+msgid "No open source driver"
msgstr ""
-#: ../../printer/main.pm_.c:334
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Please Wait... Applying the configuration"
+msgstr "Wag asb... Konfigurasie word toegpas"
+
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Trouble shooting"
msgstr ""
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
msgstr ""
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
-#: ../../printer/main.pm_.c:344
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Fout in die skryf van %s"
+msgid "Sound configuration"
+msgstr "Konfigurasie"
-#: ../../printer/main.pm_.c:346
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../printer/main.pm_.c:348
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
+msgid "No alternative driver"
msgstr ""
-#: ../../printer/main.pm_.c:352
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgid "enable radio support"
msgstr ""
-#: ../../printer/main.pm_.c:356
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
+msgid "Radio support:"
msgstr ""
-#: ../../printer/main.pm_.c:358
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "PLL setting:"
+msgstr "Formatering"
+
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid ", using command %s"
+msgid "number of capture buffers for mmap'ed capture"
msgstr ""
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Number of capture buffers:"
msgstr ""
-#: ../../printer/main.pm_.c:647
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Tuner type:"
+msgstr "Verander tipe"
+
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Card model:"
+msgstr "Kaartgeheue (DMA)"
+
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid "(on %s)"
-msgstr "(op %s)"
+msgid ""
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
+msgstr ""
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
-msgstr "(op hierdie rekenaar)"
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Unknown|Generic"
+msgstr "Generies"
-#: ../../printer/main.pm_.c:674
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH06X (bt878) [many vendors]"
+msgstr ""
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH05X (bt878) [many vendors]"
+msgstr ""
+
+#: ../../harddrake/v4l.pm:1
#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "CUPS-bediener IP:"
+msgid "Auto-detect"
+msgstr "Gebruik outobespeuring"
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr " (Verstek)"
+#: ../../interactive/newt.pm:1
+#, fuzzy, c-format
+msgid "Do"
+msgstr "Klaar"
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr "Kies drukkerkonneksie"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "U keuse? (verstek %s) "
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr "Hoe is die drukker gekonekteer?"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Bad choice, try again\n"
+msgstr "Swak keuse, probeer weer\n"
-#: ../../printer/printerdrake.pm_.c:30
-#, fuzzy
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Re-submit"
+msgstr ""
+
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
+"=> Notice, a label changed:\n"
+"%s"
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\"."
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+#: ../../interactive/stdio.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Konfigurasie"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
-#
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Verwyder CUPS-bediener"
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "U keuse? (verstek %s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
+msgstr ""
+
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Do you want to click on this button?"
+msgstr "Wil u aboot gebruik?"
+
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Opsies: %s"
+
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "U keuse? (verstek %s) "
-#: ../../printer/printerdrake.pm_.c:83
+#: ../../interactive/stdio.pm:1
+#, c-format
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."
+"Entries you'll have to fill:\n"
+"%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:84
+#: ../../modules/interactive.pm:1
+#, c-format
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\")."
+"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?"
-#: ../../printer/printerdrake.pm_.c:88
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP-adres moet iets soos 192.168.1.20. lyk"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "Spesifieer opsies"
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-msgid "The port number should be an integer!"
-msgstr "Die poortnommer moet heeltal wees."
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "Aftas"
-#: ../../printer/printerdrake.pm_.c:99
-msgid "CUPS server IP"
-msgstr "CUPS-bediener IP:"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. 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."
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "Poort"
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "Watter %s drywer meot ek probeer?"
-#: ../../printer/printerdrake.pm_.c:102
-msgid "Automatic CUPS configuration"
-msgstr "Outomatiese CUPS konfigurasie"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "Module opsies:"
-#
-#: ../../printer/printerdrake.pm_.c:159
-#, fuzzy
-msgid "Checking your system..."
-msgstr "Watter drukkerstelsel verlang u?"
+#: ../../modules/interactive.pm:1
+#, 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 ""
+"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''"
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Drukker"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"You may now provide options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(module %s)"
+
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "Drywer vir %s kaart %s in installasieproses"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "Sien hardeware inligting"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "Het u enige %s koppelvlakke?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "Beskik u oor nog?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "Het %s %s koppelvlakke gevind"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, fuzzy, c-format
+msgid "comma separated strings"
+msgstr "Formateer partisies"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:167
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, fuzzy, c-format
+msgid "a number"
+msgstr "Telefoonnommer"
+
+#: ../../network/adsl.pm:1
+#, c-format
msgid ""
-"There are no printers found which are directly connected to your machine"
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
msgstr ""
-#
-#: ../../printer/printerdrake.pm_.c:179
-#, fuzzy
+#: ../../network/adsl.pm:1
+#, c-format
msgid ""
-"The following printers\n"
-"\n"
-msgstr "Dei volgende pakkette gaan verwyder word"
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few 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'."
-#
-#: ../../printer/printerdrake.pm_.c:180
-#, fuzzy
+#: ../../network/adsl.pm:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "Konnekteer aan die internet"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, fuzzy, c-format
+msgid "Alcatel speedtouch usb"
+msgstr "speedtouch USB"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr "gebruik dhcp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pptp"
+msgstr "gebruik pptp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "gebruik pppoe"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Other ports"
+msgstr "Toets poorte"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
-"The following printer\n"
-"\n"
-msgstr "Dei volgende pakkette gaan verwyder word"
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
-"\n"
-"and one unknown printer are "
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
+msgstr ""
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../network/drakfirewall.pm:1
#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"and %d unknown printers are "
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"are "
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "No network card"
+msgstr "geen netwerkkaart gevind nie"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "POP and IMAP Server"
+msgstr "LDAP-bediener"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Mail Server"
+msgstr "Datbasis"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Domain Name Server"
+msgstr "Domeinnaam"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Web Server"
+msgstr "Bediener"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:187
+#
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Zeroconf Host name"
+msgstr "Rekenaarnaam"
+
+#
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "Rekenaarnaam"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
msgid ""
"\n"
-"is "
+"\n"
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:189
-#, fuzzy
-msgid "directly connected to your system"
-msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
+#: ../../network/ethernet.pm:1
+#, c-format
+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''."
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "Stel netwerk op"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "geen netwerkkaart gevind nie"
+
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"\n"
-"There is one unknown printer directly connected to your system"
+"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:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "Kies die netwerkkoppelvlak"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../network/ethernet.pm:1
#, c-format
msgid ""
-"\n"
-"There are %d unknown printers directly connected to your system"
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
msgstr ""
+"Watter DCHP-kliënt wil u gebruik?\n"
+"Verstek is dhcp-client"
-#: ../../printer/printerdrake.pm_.c:200
-#, fuzzy
-msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr "Op watter seriaalpoort is u modem gekoppel?"
+#: ../../network/isdn.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"I have detected an ISDN PCI card, but I don't know its type. Please select a "
+"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."
-#: ../../printer/printerdrake.pm_.c:215
-#, fuzzy
-msgid "Do you want to enable printing on printers in the local network?\n"
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "Wat is u ISDN-kaart?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "ISDN Konfigurasie"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "Aborteer"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "Gaan voort"
+
+#: ../../network/isdn.pm:1
+#, c-format
+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 ""
-"Wil u hierdie drukker (\"%s\")\n"
-"die verstek drukker maak?"
+"\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"
-#: ../../printer/printerdrake.pm_.c:217
-#, fuzzy
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Wil u die konneksie met herlaaityd aanskakel?"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "I don't know"
+msgstr "Ek weet nie"
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "PCI"
+msgstr "PCI"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISA / PCMCIA"
+msgstr "ISA / PCMCIA"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind of card do you have?"
+msgstr "Oor watter tipe kaart beskik u?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:219
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which protocol do you want to use?"
+msgstr "Watter protokol verlang u?"
+
+#
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Protocol for the rest of the world"
+msgstr "Protokol vir die res van die wêreld"
+
+#: ../../network/isdn.pm:1
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"Protocol for the rest of the world\n"
+"No D-Channel (leased lines)"
msgstr ""
+"Protokol vir die res vd wêreld \n"
+" geen D-Kanaal nie (bruikhuurlyne)"
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Voeg drukker by"
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "European protocol"
+msgstr "Europese protokol"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "European protocol (EDSS1)"
+msgstr "Europese protokol (EDSS1)"
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
+msgstr ""
+"Kies u internetdiensvoorsiener.\n"
+"Indien nie in die lys nie kies Ongelys"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "External ISDN modem"
+msgstr "Eksterne ISDN-kaart"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "Interne ISDN-kaart"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "Watter tipe is u ISDN-konneksie?"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, c-format
+msgid "Network Configuration Wizard"
+msgstr "Netwerkkonfigurasie-assistent"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "Ou konfigurasie (isdn4net)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "New configuration (isdn-light)"
+msgstr "Nuwe konfigurasie (Ligte ISDN/isdn-light)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Which ISDN configuration do you prefer?\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
+"* The Old configuration uses isdn4net. It contains powerful\n"
+" tools, but is tricky to configure, and not standard.\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"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\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."
+"We recommand the light configuration.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Do nothing"
+msgstr "CUPS word gelaai"
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Install rpm"
+msgstr "Installasie"
+
+#: ../../network/modem.pm:1
+#, c-format
msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Title"
+msgstr "Tabel"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Second DNS Server (optional)"
+msgstr "Tweede DNS-bediener (opsioneel)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "First DNS Server (optional)"
+msgstr "Eerste DNS-bediener (opsioneel)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "Domeinnaam"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr "CHAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "Skriptipe"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "Terminaaltipe"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "Aantekenkode"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "Telefoonnommer"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "Konneksienaam"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "Opbelopsies"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Please choose which serial port your modem is connected to."
+msgstr "Op watter seriaalpoort is u modem gekoppel?"
+
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "Netwerkkonfigurasie"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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/netconnect.pm:1
+#, c-format
+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:1
+#, c-format
+msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
+msgstr ""
+"Geluk, die netwerk en internetkonfigurasie is voltooi.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
+"Die kongiurasie gaan op u stelsel toegepas word.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"A problem occured while restarting the network: \n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
+"%s"
+msgstr ""
+"Daar was 'n probleem met die herlaai van die netwerk.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"%s"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
msgstr ""
+"Hierdie pakket moet opgradeer word\n"
+"Is u seker u wil dit deselekteer?"
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Network configuration"
+msgstr "Netwerkkonfigurasie"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Do you want to start the connection at boot?"
+msgstr "Wil u die konneksie met herlaaityd aanskakel?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection"
+msgstr "Internetkonneksie"
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
+msgstr ""
+"U het meer as een internetkonneksiemetode opgste.\n"
+"Kies die een wat u verlang.\n"
"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the connection you want to configure"
+msgstr "Kies die konneksie wat u wil konfigureer"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr "ethernet kaart(e) bespeur"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "LAN connection"
+msgstr "LAN konneksie"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "cable connection detected"
+msgstr "Kabelkonneksie bespeur"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Cable connection"
+msgstr "Kabelkonneksie"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "detected"
+msgstr "%s bespeur"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ADSL connection"
+msgstr "ADSL konneksie"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected %s"
+msgstr "%s bespeur"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ISDN connection"
+msgstr "ISDN konneksie"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Winmodem connection"
+msgstr "Normale modemkonneksie"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected on port %s"
+msgstr "Op poort %s bespeur"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Normal modem connection"
+msgstr "Normale modemkonneksie"
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detecting devices..."
+msgstr "Toestel word afgetas..."
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Mode"
+msgstr "Kundige bedryfsvlak"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
+msgstr "Gebruik outobespeuring"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the profile to configure"
+msgstr "Kies die profiel om te konfigureer"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Welcome to The Network Configuration Wizard.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\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"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Ons gaan nou u internet/netwerkkonneksie konfigureer.\n"
+"Iniden u nie outobespeuring verlang nie, deselekteer die opsie.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
+"We are now going to configure the %s connection.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Press OK to continue."
msgstr ""
+"\n"
+"\n"
+"\n"
+"Ons gan nou die %s konneksie konfigureer.\n"
+"\n"
+"\n"
+"Drk OK om voort te gaan."
-#
-#: ../../printer/printerdrake.pm_.c:307
-#, fuzzy
-msgid "Auto-detect printers connected to this machine"
-msgstr "Eksterne drukker"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "We are now going to configure the %s connection."
+msgstr "Ons gaan nou die %s konneksie herkonfigureer."
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "Internetkonneksie en konfigurasie"
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Configure the connection"
+msgstr "Stel netwerk op"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Disconnect"
+msgstr "Diskonnekteer"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Connect"
+msgstr "Konnekteer"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"\n"
+"You can reconfigure your connection."
msgstr ""
+"\n"
+"U kan u konneksie herkonfigureer."
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Congratulations, your printer is now installed and configured!\n"
+"You can connect to the Internet or reconfigure your connection."
+msgstr ""
"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
+"U kan aan die internet konnekter of u konneksie herkonfigureer."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "U is nie tans aan die internet gekonnekteer nie."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\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."
+"You can disconnect or reconfigure your connection."
msgstr ""
+"\n"
+"U kan diskonnekteer or herkonfigureer."
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Printer auto-detection"
-msgstr "Gebruik outobespeuring"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are currently connected to the Internet."
+msgstr "U is tans aan die internet gekonnekteer."
-#: ../../printer/printerdrake.pm_.c:385
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "Instaanbediener moet begin met http://"
+
+#: ../../network/network.pm:1
#, c-format
-msgid ", network printer \"%s\", port %s"
+msgid "Proxy should be http://..."
+msgstr "Instaanbediener moet begin met http://"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "FTP proxy"
+msgstr "FTP instaanbediener"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "HTTP proxy"
+msgstr "HTTP instaanbediener"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Proxies configuration"
+msgstr "Instaanbedienerkonfigurasie"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP-adres moet in 1.2.3.4. formaat wees"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP-adres moet in 1.2.3.4. formaat wees"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway device"
+msgstr "Netwerkportaaltoestel"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr ""
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "DNS bediener"
+
+#: ../../network/network.pm:1
+#, c-format
+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:1
+#, c-format
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:387
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
+msgstr ""
+
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+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:1
#, fuzzy, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
+msgid "Start at boot"
+msgstr "Gelaai tydens herlaaityd"
-#: ../../printer/printerdrake.pm_.c:391
+#: ../../network/network.pm:1
#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "%s bespeur"
+msgid "Network Hotplugging"
+msgstr "Netwerkkonfigurasie"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
+msgstr "Volg netwerkkart ID. (nuttig vir skootrekenaars)"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(bootp/dhcp)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "Outomatiese IP"
+
+#
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "Netmasker"
+
+#
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "IP adres"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid " (driver %s)"
+msgstr "(drywer %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "Konfigureer netwerktoestel %s"
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
+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:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/shorewall.pm:1
#, c-format
-msgid "USB printer \\/*%s"
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes after installation."
msgstr ""
+"Waarskuwing! 'n Bestaande vuurmuurkonfigurasie is bespeur. U sal dalk na "
+"dietyd self regstellings moet aanbring."
+
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "Vuurmuurkonfigurasie gevind!"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "Wagwoord"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "Gebruikerskode"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection timeout (in sec)"
+msgstr "Konneksie tydlimiet (in sekondes)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection speed"
+msgstr "Konneksiespoed"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Dialing mode"
+msgstr "Belmetode"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Choose your country"
+msgstr "Kies u land"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "Voorsiener DNS 2 (opsioneel)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "Voorsiener DNS 1 (opsioneel)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "Voorsiener se telefoonnommer"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "Voorsienernaam (bv voorsiener.co.za)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "U persoonlike telefoonnommer"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "Kaart IO_1"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "Kaart IO_0"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "Kaart I/O"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "Kaartgeheue (DMA)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "Kaart IRQ"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
+msgstr "Vul asb. die velde hieronder in"
#
-#: ../../printer/printerdrake.pm_.c:399
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Connection Configuration"
+msgstr "Konneksiekonfigurasie"
+
+#: ../../network/tools.pm:1
#, fuzzy, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "Netwerkdrukker (sok)"
+msgid ""
+"The system doesn't seem to be connected to the 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."
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/tools.pm:1
#, fuzzy, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
+msgid "For security reasons, it will be disconnected now."
+msgstr "Vir sekuriteitsredes, word u nou gediskonnekteer."
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-#, fuzzy
-msgid "Local Printer"
-msgstr "Plaaslike drukker"
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "The system is now connected to the Internet."
+msgstr "Die stelsel is nou aan die internet gekonnekteer."
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Testing your connection..."
+msgstr "Konneksie word getoets..."
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Wil u nou aan die internet konnekteer?"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Internet configuration"
+msgstr "Internetkonfigurasie"
-#: ../../printer/printerdrake.pm_.c:526
+#: ../../partition_table/raw.pm:1
+#, fuzzy, c-format
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, ...)."
+"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, corrupted "
+"data."
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."
-#: ../../printer/printerdrake.pm_.c:530
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Tik drukkertoestel URI in"
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr " (Verstek)"
-#: ../../printer/printerdrake.pm_.c:539
-#, fuzzy
-msgid "No printer found!"
+#: ../../printer/cups.pm:1
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "CUPS-bediener IP:"
+
+#
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Remote Printers"
+msgstr "Eksterne drukker"
+
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr "(op hierdie rekenaar)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on %s)"
+msgstr "(op %s)"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Generiese Unixdrukstelsel (Common Unix Printing System) "
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng"
+msgstr "LPRng"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - Nuwe generasie LPR"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD"
+msgstr "LPD"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD - Line Printer Daemon"
+msgstr "LPD - Lyndrukkerdiensprogram"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
+msgstr "PDQ"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Druk sonder drukkertou"
+
+#: ../../printer/detect.pm:1
+#, fuzzy, c-format
+msgid "Unknown Model"
+msgstr "Onbekende model"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr "Onbekende model"
+
+#
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Host %s"
+msgstr "Rekenaarnaam"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Network %s"
+msgstr "Netwerkkoppelvlak"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Interface \"%s\""
+msgstr "Koppelvlak %s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local network(s)"
+msgstr "geen netwerkkaart gevind nie"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "Fout in die skryf van %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on parallel port \\#%s"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", USB printer"
+msgstr "Geen drukker"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", USB printer \\#%s"
+msgstr ""
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " on parallel port \\#%s"
+msgstr ""
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local Printers"
msgstr "Plaaslike drukker"
-#: ../../printer/printerdrake.pm_.c:548
-#, fuzzy
-msgid "Available printers"
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Pipe job into a command"
+msgstr "Pyk drukstuk na program"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter a printer device URI"
+msgstr "Tik drukkertoestel URI in"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on NetWare server"
+msgstr "Eksterne Netware-drukker"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
+
+#
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "Netwerkdrukker (sok)"
+
+#
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on remote lpd server"
+msgstr "Eksterne LPD-drukker"
+
+#
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on remote CUPS server"
+msgstr "Eksterne CUPS-drukker"
+
+#
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
+msgstr "Eksterne drukker"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Local printer"
msgstr "Plaaslike drukker"
-#: ../../printer/printerdrake.pm_.c:552
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuring applications..."
+msgstr "Konfigureer drukker"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, fuzzy, c-format
+msgid "Printerdrake"
+msgstr "Drukker"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to configure another printer?"
+msgstr "Wil u die konfigurasie toets?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "Drukkerdata word gelees..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Wil u die werklik die drukker verwyder?"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove printer"
+msgstr "Verwyder drukker"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Know how to use this printer"
+msgstr "Wil u die konfigurasie toets?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print test pages"
+msgstr "Druk toetsbladsy(e)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:553
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:555
-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\"."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:556
-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\"."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:559
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Op watter seriaalpoort is u modem gekoppel?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:561
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:565
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Tik drukkertoestel URI in"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr "Drukker \"%s\" is nou die verstekdrukker"
-#: ../../printer/printerdrake.pm_.c:584
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Kleurkonfigurasie"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Default printer"
+msgstr "Verstek drukker"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr "Eksterne lpd drukkeropsies"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Set this printer as the default"
+msgstr "Maak hierdie die verstekdrukker"
-#: ../../printer/printerdrake.pm_.c:634
-#, 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."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "Drukkeropsies"
-#: ../../printer/printerdrake.pm_.c:635
-msgid "Remote host name"
-msgstr "Eksterne bedienernaam"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model"
+msgstr "Drukkervervaardiger, model"
-#
-#: ../../printer/printerdrake.pm_.c:636
-msgid "Remote printer name"
-msgstr "Eksterne drukkernaam"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model, driver"
+msgstr "Drukkervervaardiger, model, drywer"
-#: ../../printer/printerdrake.pm_.c:639
-msgid "Remote host name missing!"
-msgstr "Eksterne bedienernaam ontbreek!"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "Drukkerdata word gelees..."
-#: ../../printer/printerdrake.pm_.c:643
-msgid "Remote printer name missing!"
-msgstr "Eksterne drukkernam ontbreek!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer name, description, location"
+msgstr "Drukkernaam,. beskrywing, ligging"
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer connection type"
+msgstr "Drukkerkonneksietipe"
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Detected model: %s %s"
-msgstr "%s bespeur"
+msgid "Learn how to use this printer"
+msgstr "Wil u die konfigurasie toets?"
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Scanning network..."
-msgstr "Konneksie word begin..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Raw printer"
+msgstr "Geen drukker"
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", printer \"%s\" on server \"%s\""
+msgid "Do it!"
+msgstr "Gaan voort!"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Close"
+msgstr "Sluit af"
+
+#: ../../printer/printerdrake.pm:1
+#, 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?"
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Modify printer configuration"
+msgstr "Verander drukkerkonfigurasie"
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "Netwerk op pad af"
+msgid "Add a new printer"
+msgstr "Voeg drukker by"
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) drukkeropsies"
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Normal Mode"
+msgstr "Normale modus"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Change the printing system"
+msgstr "Stel netwerk op"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing"
+msgstr "Druk"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS configuration"
+msgstr "Konfigurasie"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:796
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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."
+"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 ""
-"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."
+"Hier is die bestaande drukkertoue.\n"
+"U kan byvoeg or verwyder soos nodig."
-#: ../../printer/printerdrake.pm_.c:797
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
+"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/GIMP."
msgstr ""
+"Hier is die bestaande drukkertoue.\n"
+"U kan byvoeg or verwyder soos nodig."
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr "SMB-bedienernaam"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr "Drukkerstelsel:"
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
-msgstr "SMB-bediener IP:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Would you like to configure printing?"
+msgstr "Wil u 'n drukwerk nou konfigureer?"
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr "Drukkernaam:"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Preparing Printerdrake..."
+msgstr "Drukkerdata word gelees..."
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "Werkgroep:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
+msgstr "Installeerde sagteware word deursoek..."
-#: ../../printer/printerdrake.pm_.c:806
-#, fuzzy
-msgid "Auto-detected"
-msgstr "Gebruik outobespeuring"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing Foomatic..."
+msgstr "Installeer pakket %s"
-#: ../../printer/printerdrake.pm_.c:816
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Óf die bedienernaam óf die bediener-IP moet verskaf word!"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "Konfigureer drukker"
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
-msgstr "SAMBA-deelnaam ontbreek!"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "Konfigureer drukker"
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer data..."
+msgstr "Drukkerdata word gelees..."
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Watter drukkerstelsel (spoelprogram) verlang u?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Spooler"
+msgstr "Kies drukkerspoelprogram"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "Installeer pakket %s"
-#: ../../printer/printerdrake.pm_.c:827
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "LPD word verwyder..."
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\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"
+"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"
-"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"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
+msgstr ""
+
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Starting the printing system at boot time"
+msgstr "Watter drukkerstelsel verlang u?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\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"
+"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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "paranoid"
+msgstr "Paranoïes"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "high"
+msgstr "Hoog"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Restarting printing system..."
+msgstr "Watter drukkerstelsel verlang u?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuration of a remote printer"
+msgstr "Konfigureer drukker"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:840
+#: ../../printer/printerdrake.pm:1
+#, c-format
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?"
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is 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 ""
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr "NetWare drukkeropsies"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configure the network now"
+msgstr "Stel netwerk op"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Go on without configuring the network"
+msgstr "Stel netwerk op"
-#: ../../printer/printerdrake.pm_.c:912
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"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."
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr "Drukkerbediener"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Network functionality not configured"
+msgstr "Monitor is nie opgestel nie"
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr "Drukkertounaam"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Starting network..."
+msgstr "Konneksie word begin..."
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
-msgstr "NCP-bedienernaam ontbreek!"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Refreshing printer data..."
+msgstr "Drukkerdata word gelees..."
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
-msgstr "NCP-tounaam ontbreek!"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", host \"%s\", port %s"
+msgid "Transfer printer configuration"
+msgstr "Dra drukkerkonfigurasie oor"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transferring %s..."
+msgstr "%s word oorgedra..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "New printer name"
+msgstr "Nuwe drukkernaam"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Host \"%s\", port %s"
+msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1030
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Sokdrukkeropsies"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr "Oordrag"
-#: ../../printer/printerdrake.pm_.c:1032
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+"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/printerdrake.pm_.c:1033
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
+msgstr "Moet nie drukkers oordra nie"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+"\n"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
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."
-#: ../../printer/printerdrake.pm_.c:1037
-#, fuzzy
-msgid "Printer host name or IP missing!"
-msgstr "Drukkerbedienernaam ontbreek!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1059
-#, fuzzy
-msgid "Printer host name or IP"
-msgstr "Drukkerbedienernaam"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr "Drukkertoestel URI"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "LPD and LPRng do not support IPP printers.\n"
+msgstr "LPD en LPRng ondersteun nie IPP-drukkers nie.\n"
-#: ../../printer/printerdrake.pm_.c:1108
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
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."
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
-msgstr "'n Geldige URI moet verskaf word!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1463
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"Elke drukker benodig naam (bv. lp).\n"
-"Die Beskrywing- en Liggingvelde is opsioneel.\n"
-"Hulle dien as inligting vir gebruikers."
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr "Drukkernaam"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "Beskrywing"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your 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\" on the command line to get more "
+"information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "Ligging"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "Toetsbladsy(e) word gedruk..."
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-#, fuzzy
-msgid "Reading printer database..."
-msgstr "Drukkerdata word gelees..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Print option list"
+msgstr "Drukkeropsies"
-#: ../../printer/printerdrake.pm_.c:1482
-#, fuzzy
-msgid "Preparing printer database..."
-msgstr "Drukkerdata word gelees..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Netwerk op pad af"
-#
-#: ../../printer/printerdrake.pm_.c:1578
-#, fuzzy
-msgid "Your printer model"
-msgstr "Eksterne drukkernaam"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "Netwerk op pad af"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Netwerk op pad af"
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "Netwerk op pad af"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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%s\n"
"\n"
-"For your printer Printerdrake has found:\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
"\n"
-"%s"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-#, fuzzy
-msgid "The model is correct"
-msgstr "Is dit korrek?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-#, fuzzy
-msgid "Select model manually"
-msgstr "Eksterne drukkernaam"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:1606
-msgid "Printer model selection"
-msgstr "Drukkermodelkeuse"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1607
-msgid "Which printer model do you have?"
-msgstr "Oor watter tipe drukker beskik u?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To get a list of the options available for the current printer click on the "
+"\"Print option list\" button."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\".\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here is a list of the available printing options for the current printer:\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 ""
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
+"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 ""
-#: ../../printer/printerdrake.pm_.c:1697
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Verander drukkerkonfigurasie"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr "Het dit reg gewerk?"
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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"
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-#, fuzzy
-msgid "Lexmark inkjet configuration"
-msgstr "Internetkonfigurasie"
+#: ../../printer/printerdrake.pm:1
+#, 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"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do not print any test page"
+msgstr "Druk toetsbladsy(e)"
-#: ../../printer/printerdrake.pm_.c:1719
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo test page"
+msgstr "Fototoetsbladsy"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (A4)"
+msgstr "Alternatiewe toetsbladsy (A4)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (Letter)"
+msgstr "Alternatiewe toetsbladsy (Lettergrootte)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Standard test page"
+msgstr "Standaard toetsbladsy"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print"
+msgstr "Druk"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "No test pages"
+msgstr "Geen toetsbladsye"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-#: ../../printer/printerdrake.pm_.c:1746
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Test pages"
+msgstr "Toetsbladsye"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/). Click on the \"Drivers\" link. 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."
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
msgstr ""
+"Wil u hierdie drukker (\"%s\")\n"
+"die verstek drukker maak?"
-#: ../../printer/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
+msgstr "Opsie %s is buite bereik!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be a number!"
+msgstr "Opsie %s moet 'n nommer wees"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr "Opsie %s moet 'n heeltal wees!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -7668,1349 +10442,1779 @@ msgid ""
"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1972
-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."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Opsie %s moet 'n heeltal wees!"
+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/). Click on the \"Drivers\" link. 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 ""
-#: ../../printer/printerdrake.pm_.c:1985
-#, c-format
-msgid "Option %s must be a number!"
-msgstr "Opsie %s moet 'n nommer wees"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Lexmark inkjet configuration"
+msgstr "Internetkonfigurasie"
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
-msgstr "Opsie %s is buite bereik!"
+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 ""
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
+"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 ""
-"Wil u hierdie drukker (\"%s\")\n"
-"die verstek drukker maak?"
-#: ../../printer/printerdrake.pm_.c:2051
-msgid "Test pages"
-msgstr "Toetsbladsye"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "OKI winprinter configuration"
+msgstr "Verander drukkerkonfigurasie"
-#: ../../printer/printerdrake.pm_.c:2052
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2056
-msgid "No test pages"
-msgstr "Geen toetsbladsye"
-
-#: ../../printer/printerdrake.pm_.c:2057
-msgid "Print"
-msgstr "Druk"
-
-#: ../../printer/printerdrake.pm_.c:2114
-msgid "Standard test page"
-msgstr "Standaard toetsbladsy"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
-msgstr "Alternatiewe toetsbladsy (Lettergrootte)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printer model do you have?"
+msgstr "Oor watter tipe drukker beskik u?"
-#: ../../printer/printerdrake.pm_.c:2120
-msgid "Alternative test page (A4)"
-msgstr "Alternatiewe toetsbladsy (A4)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer model selection"
+msgstr "Drukkermodelkeuse"
-#: ../../printer/printerdrake.pm_.c:2122
-msgid "Photo test page"
-msgstr "Fototoetsbladsy"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Reading printer database..."
+msgstr "Drukkerdata word gelees..."
-#: ../../printer/printerdrake.pm_.c:2126
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Druk toetsbladsy(e)"
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Select model manually"
+msgstr "Eksterne drukkernaam"
-#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
-msgstr "Toetsbladsy(e) word gedruk..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The model is correct"
+msgstr "Is dit korrek?"
-#: ../../printer/printerdrake.pm_.c:2159
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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"
-msgstr ""
-"Toetsbladsy(e) is na die drukkerstelsel gestuur.\n"
-"Dit mag 'n tydjie neem voordat drukwerk begin.\n"
-"Drukstatus:\n"
-"%s\n"
+"For your printer Printerdrake has found:\n"
"\n"
-
-#: ../../printer/printerdrake.pm_.c:2163
-msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
+"%s"
msgstr ""
-"Toetsbladsy(e) is na die drukker gestuur.\n"
-"Dit mag 'n tydjie neem voordat drukwerk begin.\n"
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
-msgstr "Het dit reg gewerk?"
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Your printer model"
+msgstr "Eksterne drukkernaam"
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-#, fuzzy
-msgid "Raw printer"
-msgstr "Geen drukker"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Preparing printer database..."
+msgstr "Drukkerdata word gelees..."
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1
#, 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 ""
+msgid "Location"
+msgstr "Ligging"
-#: ../../printer/printerdrake.pm_.c:2218
-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 ""
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Description"
+msgstr "Beskrywing"
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "Name of printer"
+msgstr "Drukkernaam"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, 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>\". "
+"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."
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
#, 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%s\n"
-"\n"
+msgid "Enter Printer Name and Comments"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2228
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Making printer port available for CUPS..."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+msgid "Photo memory card access on your HP multi-function device"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
-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"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning on your HP multi-function device"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
-msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing mtools packages..."
+msgstr "Installeer pakket %s"
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing SANE packages..."
+msgstr "Installeer pakket %s"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+msgid "Checking device and configuring HPOJ..."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2257
-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 ""
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing HPOJ package..."
+msgstr "Installeer pakket %s"
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
#, 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"
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2271
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Netwerk op pad af"
+msgid "A command line must be entered!"
+msgstr "'n Geldige URI moet verskaf word!"
-#: ../../printer/printerdrake.pm_.c:2272
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Netwerk op pad af"
+msgid "Command line"
+msgstr "Domeinnaam"
-#: ../../printer/printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Netwerk op pad af"
+msgid "Pipe into command"
+msgstr "Pyk drukstuk na program"
-#: ../../printer/printerdrake.pm_.c:2275
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Netwerk op pad af"
+msgid "Detected model: %s %s"
+msgstr "%s bespeur"
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-msgid "Close"
-msgstr "Sluit af"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr "'n Geldige URI moet verskaf word!"
-#: ../../printer/printerdrake.pm_.c:2281
-#, fuzzy
-msgid "Print option list"
-msgstr "Drukkeropsies"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "Drukkertoestel URI"
-#: ../../printer/printerdrake.pm_.c:2301
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Your 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\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+"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."
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "Poort"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer host name or IP"
+msgstr "Drukkerbedienernaam"
-#: ../../printer/printerdrake.pm_.c:2322
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The port number should be an integer!"
+msgstr "Die poortnommer moet heeltal wees."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer host name or IP missing!"
+msgstr "Drukkerbedienernaam ontbreek!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). 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."
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-msgid "Reading printer data..."
-msgstr "Drukkerdata word gelees..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-msgid "Transfer printer configuration"
-msgstr "Dra drukkerkonfigurasie oor"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "Sokdrukkeropsies"
-#: ../../printer/printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm:1
#, 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"
+msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2368
-msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Scanning network..."
+msgstr "Konneksie word begin..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer auto-detection"
+msgstr "Gebruik outobespeuring"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP queue name missing!"
+msgstr "NCP-tounaam ontbreek!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP server name missing!"
+msgstr "NCP-bedienernaam ontbreek!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print Queue Name"
+msgstr "Drukkertounaam"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Server"
+msgstr "Drukkerbediener"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+"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."
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD en LPRng ondersteun nie IPP-drukkers nie.\n"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "NetWare drukkeropsies"
-#: ../../printer/printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2375
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
-msgstr "Moet nie drukkers oordra nie"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SECURITY WARNING!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
-msgstr "Oordrag"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Samba share name missing!"
+msgstr "SAMBA-deelnaam ontbreek!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Either the server name or the server's IP must be given!"
+msgstr "Óf die bedienernaam óf die bediener-IP moet verskaf word!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Auto-detected"
+msgstr "Gebruik outobespeuring"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "Werkgroep:"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Share name"
+msgstr "Drukkernaam:"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "SMB-bediener IP:"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "SMB-bedienernaam"
-#: ../../printer/printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm:1
#, 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."
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2400
-msgid "Name of printer should contain only letters, numbers and the underscore"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:2405
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "SMB (Windows 9x/NT) drukkeropsies"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "Netwerk op pad af"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2413
-msgid "New printer name"
-msgstr "Nuwe drukkernaam"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name missing!"
+msgstr "Eksterne drukkernam ontbreek!"
-#: ../../printer/printerdrake.pm_.c:2416
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
-msgstr "%s word oorgedra..."
+msgid "Remote host name missing!"
+msgstr "Eksterne bedienernaam ontbreek!"
-#: ../../printer/printerdrake.pm_.c:2427
+#
+#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "Remote printer name"
+msgstr "Eksterne drukkernaam"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name"
+msgstr "Eksterne bedienernaam"
+
+#: ../../printer/printerdrake.pm:1
+#, 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?"
+"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."
-#: ../../printer/printerdrake.pm_.c:2437
-#, fuzzy
-msgid "Refreshing printer data..."
-msgstr "Drukkerdata word gelees..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "Eksterne lpd drukkeropsies"
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Konfigureer drukker"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Manual configuration"
+msgstr "Kleurkonfigurasie"
-#: ../../printer/printerdrake.pm_.c:2446
-#, fuzzy
-msgid "Starting network..."
-msgstr "Konneksie word begin..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "Tik drukkertoestel URI in"
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Stel netwerk op"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2480
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Monitor is nie opgestel nie"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../printer/printerdrake.pm_.c:2481
+#: ../../printer/printerdrake.pm:1
+#, c-format
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?"
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2484
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Stel netwerk op"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../printer/printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm:1
+#, c-format
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\""
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2519
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Currently, no alternative possibility is available"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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/printerdrake.pm_.c:2529
-#, fuzzy
-msgid "Restarting printing system..."
-msgstr "Watter drukkerstelsel verlang u?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The following printer was auto-detected. "
+msgstr "Dei volgende pakkette gaan verwyder word"
-#: ../../printer/printerdrake.pm_.c:2568
-#, fuzzy
-msgid "high"
-msgstr "Hoog"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2568
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranoïes"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
+msgid ""
+"Alternatively, you can specify a device name/file name in the input line"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2570
+#: ../../printer/printerdrake.pm:1
#, 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?"
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
msgstr ""
-#
-#: ../../printer/printerdrake.pm_.c:2604
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Watter drukkerstelsel verlang u?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Available printers"
+msgstr "Plaaslike drukker"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "No printer found!"
+msgstr "Plaaslike drukker"
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "You must enter a device or file name!"
+msgstr "Tik drukkertoestel URI in"
+
+#: ../../printer/printerdrake.pm:1
#, 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?"
+"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/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
-msgstr "Installeerde sagteware word deursoek..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local Printer"
+msgstr "Plaaslike drukker"
-#: ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "LPD word verwyder..."
+msgid "USB printer \\#%s"
+msgstr "Geen drukker"
-#: ../../printer/printerdrake.pm_.c:2636
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "Installeer pakket %s"
+msgid "Printer on parallel port \\#%s"
+msgstr "Drukkerbedienernaam"
-#: ../../printer/printerdrake.pm_.c:2685
-msgid "Select Printer Spooler"
-msgstr "Kies drukkerspoelprogram"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
#
-#: ../../printer/printerdrake.pm_.c:2686
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Watter drukkerstelsel (spoelprogram) verlang u?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Network printer \"%s\", port %s"
+msgstr "Netwerkdrukker (sok)"
-#: ../../printer/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Konfigureer drukker"
+msgid "Detected %s"
+msgstr "%s bespeur"
-#: ../../printer/printerdrake.pm_.c:2731
-#, fuzzy
-msgid "Installing Foomatic..."
-msgstr "Installeer pakket %s"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
-msgstr "Drukkeropsies"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", network printer \"%s\", port %s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Preparing Printerdrake..."
-msgstr "Drukkerdata word gelees..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Konfigureer drukker"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2845
-msgid "Would you like to configure printing?"
-msgstr "Wil u 'n drukwerk nou konfigureer?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
-msgstr "Drukkerstelsel:"
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Auto-detect printers connected to this machine"
+msgstr "Eksterne drukker"
-#: ../../printer/printerdrake.pm_.c:2915
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/GIMP."
+"\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"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-"Hier is die bestaande drukkertoue.\n"
-"U kan byvoeg or verwyder soos nodig."
-#: ../../printer/printerdrake.pm_.c:2916
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-"Hier is die bestaande drukkertoue.\n"
-"U kan byvoeg or verwyder soos nodig."
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2960
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Stel netwerk op"
-
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-msgid "Normal Mode"
-msgstr "Normale modus"
-
-#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Wil u die konfigurasie toets?"
-
-#: ../../printer/printerdrake.pm_.c:3211
-msgid "Modify printer configuration"
-msgstr "Verander drukkerkonfigurasie"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:3213
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
+msgid "Searching for new printers..."
+msgstr "Plaaslike drukker"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
msgstr ""
-"Drukker %s: %s %s\n"
-"Wil u hierdie drukker verander?"
-#: ../../printer/printerdrake.pm_.c:3217
-msgid "Do it!"
-msgstr "Gaan voort!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-msgid "Printer connection type"
-msgstr "Drukkerkonneksietipe"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Wil u die konneksie met herlaaityd aanskakel?"
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-msgid "Printer name, description, location"
-msgstr "Drukkernaam,. beskrywing, ligging"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+"Wil u hierdie drukker (\"%s\")\n"
+"die verstek drukker maak?"
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
-msgstr "Drukkervervaardiger, model, drywer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
-msgstr "Drukkervervaardiger, model"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
-msgstr "Maak hierdie die verstekdrukker"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-msgid "Print test pages"
-msgstr "Druk toetsbladsy(e)"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"is directly connected to your system"
+msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Wil u die konfigurasie toets?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-#
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-msgid "Remove printer"
-msgstr "Verwyder drukker"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printers\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-#: ../../printer/printerdrake.pm_.c:3282
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "Drukkerdata word gelees..."
+msgid "and %d unknown printers"
+msgstr "Voeg drukker by"
-#: ../../printer/printerdrake.pm_.c:3307
-msgid "Default printer"
-msgstr "Verstek drukker"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and one unknown printer"
+msgstr "Voeg drukker by"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Checking your system..."
+msgstr "Watter drukkerstelsel verlang u?"
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Drukker \"%s\" is nou die verstekdrukker"
+msgid "IP address of host/network:"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "This host/network is already in the list, it cannot be added again.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+msgid "192.168.100.0/255.255.255.0\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgid "192.168.100.0/24\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
+msgid "10.0.0.*\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+"Choose the network or host on which the local printers should be made "
+"available:"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Wil u die werklik die drukker verwyder?"
+msgid "Sharing of local printers"
+msgstr "Plaaslike drukker"
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "Drukkerdata word gelees..."
+msgid "Remove selected host/network"
+msgstr "Verwyder tou"
-#: ../../raid.pm_.c:35
+#: ../../printer/printerdrake.pm:1
#, 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:137
-msgid "mkraid failed"
-msgstr "mkraid het gefaal"
+msgid "Edit selected host/network"
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid het gefaal. Dalk is 'raidtools' nie beskikbaar nie."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add host/network"
+msgstr ""
-#: ../../raid.pm_.c:153
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nie genoeg partisies vir RAID vlak %d nie\n"
+msgid ""
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
+msgstr ""
-#: ../../security/main.pm_.c:36
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
msgstr ""
-#: ../../security/main.pm_.c:66
-#, fuzzy
-msgid "Security Level:"
-msgstr "Sekuriteitsvlak word gestel."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Automatic correction of CUPS configuration"
+msgstr "Outomatiese CUPS konfigurasie"
-#: ../../security/main.pm_.c:77
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr " (Verstek)"
+msgid "No remote machines"
+msgstr "(op hierdie rekenaar)"
-#: ../../security/main.pm_.c:113
-#, fuzzy
-msgid "Security Alerts:"
-msgstr "Sekuriteitsvlak word gestel."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Custom configuration"
+msgstr "Kleurkonfigurasie"
-#: ../../security/main.pm_.c:115
-#, fuzzy
-msgid "Security Administrator:"
-msgstr "Eksterne lpd drukkeropsies"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "Druk"
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "Network Options"
-msgstr "Module opsies:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatically find available printers on remote machines"
+msgstr ""
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "System Options"
-msgstr "Module opsies:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printers on this machine are available to other computers"
+msgstr ""
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
msgstr ""
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-#: ../../security/main.pm_.c:191
-#, fuzzy
-msgid "Please wait, setting security level..."
-msgstr "Sekuriteitsvlak word gestel."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS printer sharing configuration"
+msgstr "Verander drukkerkonfigurasie"
-#: ../../security/main.pm_.c:197
-#, fuzzy
-msgid "Please wait, setting security options..."
-msgstr "Wag asb. installasie word voorberei"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr ""
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Loop die ALSA (Gevorderde Linux Klankargitektuur) klankstelsel"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"Printers on remote CUPS servers do not need to be configured 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\"."
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron is skeduleerder vir periodiese instruksies."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "How is the printer connected?"
+msgstr "Hoe is die drukker gekonekteer?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Connection"
+msgstr "Kies drukkerkonneksie"
-#: ../../services.pm_.c:21
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the user umask."
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:23
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (val)\n"
+"\n"
+"Set the shell timeout. A value of zero means no timeout."
msgstr ""
-"Loop instruksies deur 'at' geskeduleer op die tyd deur 'at' gespesifiseer. "
-"Loop ook instruksiebondels wanneer die stelsellas laag genoeg is."
-#: ../../services.pm_.c:25
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (size)\n"
+"\n"
+"Set shell commands history size. A value of -1 means unlimited."
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:28
-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."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of sgid files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check open ports."
msgstr ""
-"GPM verleen muisvermoëns aan teksgebaseerde Linuxapplikasies soos\n"
-"Midnight Commander. Dit laat muisgebaseerde knip-en-plak aksies op die\n"
-"konsole toe asook opspringkieskaarte."
-#: ../../services.pm_.c:31
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+"if set, send the mail report to this email address else send it to root."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result by mail."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check files/directories writable by everybody."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
msgstr ""
-#: ../../services.pm_.c:33
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
msgstr ""
-"Apache is 'n WWW-bediener.\n"
-"Dit kan HTML-lêers uitstuur en CGI's hanteer"
-#: ../../services.pm_.c:34
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
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:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
msgstr ""
-#: ../../services.pm_.c:40
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
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:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
msgstr ""
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Outobespeuring en hardewarekonfigurasie met herlaaityd."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
+msgstr ""
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
msgstr ""
-#: ../../services.pm_.c:48
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
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:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
msgstr ""
-#: ../../services.pm_.c:52
-#, fuzzy
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
msgstr ""
-"named (BIND) is die domeinnaamdiens (DNS) wat gebruik word om\n"
-"rekenaarname na IP-adresse toe om te skakel."
-#: ../../services.pm_.c:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
msgstr ""
-"Heg en ontheg all netwerklêerstels (NFS), SMB (Lan Manger/Windows)\n"
-"en NCP (Netware) hegpunte."
-#: ../../services.pm_.c:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
msgstr ""
-"Aktiveer/Deaktiveer all netwerkkoppelvlakke wat opgestel is om by\n"
-"herlaaityf te begin."
-#: ../../services.pm_.c:57
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
msgstr ""
-"NFS is 'n populêre protokol vir lêerdeling oor TCP/IP netwerke.\n"
-"Hierdie diens voorsien NFS-bedienerfunksionaliteit. Dit word via\n"
-"die /etc/exports lêer opgestel."
-#: ../../services.pm_.c:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
msgstr ""
-"NFS is 'n populêre protokol vir lêerdeling oor TCP/IP netwerke.\n"
-"Hierdie diens vorosien die NFS-lêersluitfunksionaliteit."
-#: ../../services.pm_.c:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
msgstr ""
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Ondersteun die OKI-4W en aanpasbare WIN-drukkers"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
+msgstr ""
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
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:68
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
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:71
-#, fuzzy
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
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:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
msgstr ""
-"Stoor en herstel die stelselentropiepoel vir hoë kwaliteit,\n"
-"lukraaknommergenerasie."
-#: ../../services.pm_.c:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
msgstr ""
-#: ../../services.pm_.c:76
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
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:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
msgstr ""
-"Die 'rstat' protokol laat gebruikers op 'n netwerk toe om\n"
-"werksverrigtinginligting oor enige rekenaar op die netwerk te onttrek."
-#: ../../services.pm_.c:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
msgstr ""
-"Die 'rusers' protokol laat netwerkgebruikers toe om te bepaal wie\n"
-"aangeteken is op ander samewerkende rekenaars."
-#: ../../services.pm_.c:83
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
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:85
-msgid "Launch the sound system on your machine"
-msgstr "Laai die klankstelsel op u rekenaar"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
+msgstr ""
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
msgstr ""
-"Syslog is die fasiliteit wat baie diensprogramme gebruik om boodskappe\n"
-"te log na 'n verskeidenheid loglêers. Dit is altyd goed om syslog te loop."
-#: ../../services.pm_.c:88
-msgid "Load the drivers for your usb devices."
-msgstr "Laai die drywers vir u USB-toestelle"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
+msgstr ""
-#: ../../services.pm_.c:89
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Laai die X-fontbediener (dis nodig vir XFree)."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
+msgstr ""
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Kies watter dienste moet outomaties begin met herlaaityd."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
+msgstr ""
-#: ../../services.pm_.c:127
-#, fuzzy
-msgid "Printing"
-msgstr "Druk"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
+msgstr ""
-#: ../../services.pm_.c:128
-msgid "Internet"
-msgstr "Internet"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr ""
-#: ../../services.pm_.c:131
-msgid "File sharing"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-#, fuzzy
-msgid "System"
-msgstr "Stelselmode"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Use libsafe for servers"
+msgstr "Selekteer opsies vir bediener"
-#: ../../services.pm_.c:138
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Eksterne lpd drukkeropsies"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Security level"
+msgstr "Sekuriteitsvlak word gestel."
-#: ../../services.pm_.c:146
-#, fuzzy
-msgid "Database Server"
-msgstr "Datbasis"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Please choose the desired security level"
+msgstr "Gebruik sekuriteitsvlak"
-#: ../../services.pm_.c:175
-#, c-format
-msgid "Services: %d activated for %d registered"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "DrakSec Basic Options"
+msgstr "Opsies"
+
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid ""
+"This is similar to the previous level, but the system is entirely closed and "
+"security features are at their maximum."
msgstr ""
+"Hierdie is Vlak-4 sekuriteit, maar die stelsel is afgeslote.\n"
+"Sekuriteitseienskappe is maksimaal."
-#: ../../services.pm_.c:191
-msgid "Services"
-msgstr "Dienste"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+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 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 kliënte\n"
+"af kan aanvaar."
-#: ../../services.pm_.c:203
-msgid "running"
-msgstr "aktief"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
-#: ../../services.pm_.c:203
-msgid "stopped"
-msgstr "onaktief"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+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 kliënt konnekteer. Daar is heelwat "
+"sekuriteitstoetse."
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"Passwords 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."
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
+"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."
-#: ../../services.pm_.c:229
-msgid "On boot"
-msgstr "met herlaai"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "Paranoïes"
-#: ../../services.pm_.c:241
-#, fuzzy
-msgid "Start"
-msgstr "Toestand"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Higher"
+msgstr "Hoog"
-#: ../../services.pm_.c:241
-#, fuzzy
-msgid "Stop"
-msgstr "Sektor"
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "Hoog"
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "Swak"
-#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "Krakers welkom"
-#: ../../share/advertising/01-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
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/02-community.pl_.c:9
-#, fuzzy
-msgid "Get involved in the Free Software world"
-msgstr "Protokol vir die res van die wêreld"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Welcome to the Open Source world"
+msgstr ""
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
msgstr ""
-#: ../../share/advertising/02-community.pl_.c:11
+#: ../../share/advertising/02-community.pl:1
+#, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
-msgid "Get the most from the Internet"
-msgstr "Konnekteer aan die internet"
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr ""
-#: ../../share/advertising/03-internet.pl_.c:10
+#
+#: ../../share/advertising/02-community.pl:1
+#, fuzzy, c-format
+msgid "Get involved in the Free Software world"
+msgstr "Protokol vir die res van die wêreld"
+
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
+#: ../../share/advertising/03-internet.pl:1
+#, fuzzy, c-format
+msgid "Get the most from the Internet"
+msgstr "Konnekteer aan die internet"
+
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid ""
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
+"files, edit and handle your images or photos, and play videos"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid "Push multimedia to its limits!"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:11
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
-"files, edit and handle your images or photos, and play videos"
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
+"strategy, ..."
msgstr ""
-#: ../../share/advertising/05-games.pl_.c:9
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid "Games"
msgstr "Speletjies"
-#: ../../share/advertising/05-games.pl_.c:10
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
-"strategy, ..."
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
-#, fuzzy
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, fuzzy, c-format
msgid "Mandrake Control Center"
msgstr "Beheersentrum"
-#: ../../share/advertising/06-mcc.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
-"your machine"
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
+"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-#: ../../share/advertising/07-desktop.pl_.c:9
-#, fuzzy
+#: ../../share/advertising/07-desktop.pl:1
+#, fuzzy, c-format
msgid "User interfaces"
msgstr "Netwerkkoppelvlak"
-#: ../../share/advertising/07-desktop.pl_.c:10
-msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
-"modified: KDE 3, Gnome 2, WindowMaker, ..."
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
-msgid "Development simplified"
-msgstr "Ontwikkeling"
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:11
+#: ../../share/advertising/08-development.pl:1
+#, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:10
+#: ../../share/advertising/08-development.pl:1
+#, fuzzy, c-format
+msgid "Development simplified"
+msgstr "Ontwikkeling"
+
+#: ../../share/advertising/09-server.pl:1
+#, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:9
-msgid "Optimize your security"
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid "Certify yourself on Linux"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Whether you choose to teach yourself online or via our network of training "
-"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
-"certification program (worldwide professional technical certification)"
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
-msgid "Become a MandrakeExpert"
-msgstr "Kundige"
-
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
-msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
"technical support website:"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert Corporate"
-msgstr "Kundige"
-
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, fuzzy, c-format
+msgid "Become a MandrakeExpert"
+msgstr "Kundige"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, fuzzy, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "Kundige"
+
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -9020,221 +12224,247 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:21
-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.\n"
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
msgstr ""
-#: ../../standalone.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Teken asb. weer in %s om veranderinge te aktiveer"
+
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Teken uit en gebruik dan Ctrl-Alt-Backspace"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone.pm_.c:70
-msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No floppy drive available!"
+msgstr "Geen sagteskyaandrywer beskikbaar nie"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "Sleutelbord"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Please insert floppy disk:"
+msgstr "Sit 'n herlaaiskyf wat gebruik is, in aandrywer %s"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Write Config"
+msgstr "herkonfigureer"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone.pm_.c:84
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Server Configuration"
+msgstr "Sluit konfigurasie af"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
msgstr ""
-#: ../../standalone.pm_.c:94
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range Start:"
msgstr ""
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Name Servers:"
+msgstr "NIS-bediener"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Domain Name:"
+msgstr "Domeinnaam"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Broadcast Address:"
msgstr ""
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
msgstr ""
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+msgid "Routers:"
msgstr ""
-#: ../../standalone.pm_.c:168
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Installeer pakket %s"
+#
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Netmask:"
+msgstr "Netmasker"
-#: ../../standalone/XFdrake_.c:138
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Teken uit en gebruik dan Ctrl-Alt-Backspace"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet:"
+msgstr ""
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Teken asb. weer in %s om veranderinge te aktiveer"
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:239
-#, fuzzy
-msgid "Mandrake Terminal Server Configuration"
-msgstr "Dra drukkerkonfigurasie oor"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Config..."
+msgstr "Konfigurasie in aabou..."
-#: ../../standalone/drakTermServ_.c:253
-#, fuzzy
-msgid "Enable Server"
-msgstr "Datbasis"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete Client"
+msgstr "DHCP-Kliënt"
-#: ../../standalone/drakTermServ_.c:260
-#, fuzzy
-msgid "Disable Server"
-msgstr "Datbasis"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Edit Client"
+msgstr "DHCP-Kliënt"
-#: ../../standalone/drakTermServ_.c:268
-#, fuzzy
-msgid "Start Server"
-msgstr "NIS-bediener"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add Client -->"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:275
-#, fuzzy
-msgid "Stop Server"
-msgstr "NIS-bediener"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Allow Thin Clients"
+msgstr "DHCP-Kliënt"
-#: ../../standalone/drakTermServ_.c:283
-msgid "Etherboot Floppy/ISO"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Thin Client"
+msgstr "DHCP-Kliënt"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Tipe:"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:294
-#, fuzzy
-msgid "Add/Del Users"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Add User -->"
msgstr "Voeg gebruiker by"
-#: ../../standalone/drakTermServ_.c:299
-#, fuzzy
-msgid "Add/Del Clients"
-msgstr "DHCP-Kliënt"
-
-#: ../../standalone/drakTermServ_.c:328
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: ../../standalone/drakTermServ_.c:332
-msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete All NBIs"
+msgstr "Selekteer lOer"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Delete"
+msgstr "Uitwis"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No NIC selected!"
+msgstr "Nie gekonnekteer nieKabelkonneksie"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -9263,7 +12493,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -9274,8 +12504,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -9364,225 +12594,145 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:573
-msgid "No kernel selected!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:587
-#, fuzzy
-msgid "No nic selected!"
-msgstr "Nie gekonnekteer nieKabelkonneksie"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:604
-#, fuzzy
-msgid "<-- Delete"
-msgstr "Uitwis"
-
-#: ../../standalone/drakTermServ_.c:611
-#, fuzzy
-msgid "Delete All NBIs"
-msgstr "Selekteer lOer"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:673
-#, fuzzy
-msgid "Add User -->"
-msgstr "Voeg gebruiker by"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:720
+#: ../../standalone/drakTermServ:1
#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Tipe:"
-
-#: ../../standalone/drakTermServ_.c:753
-msgid "No net boot images created!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:773
-#, fuzzy
-msgid "Thin Client"
-msgstr "DHCP-Kliënt"
-
-#: ../../standalone/drakTermServ_.c:775
-#, fuzzy
-msgid "Allow Thin Clients"
-msgstr "DHCP-Kliënt"
-
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:821
-#, fuzzy
-msgid "<-- Edit Client"
-msgstr "DHCP-Kliënt"
-
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
+msgid "Add/Del Clients"
msgstr "DHCP-Kliënt"
-#: ../../standalone/drakTermServ_.c:843
-#, fuzzy
-msgid "dhcpd Config..."
-msgstr "Konfigurasie in aabou..."
-
-#: ../../standalone/drakTermServ_.c:876
-msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
-msgstr ""
-
-#
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "Netmasker"
-
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Add/Del Users"
+msgstr "Voeg gebruiker by"
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot Floppy/ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "Domeinnaam"
-
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Stop Server"
msgstr "NIS-bediener"
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Start Server"
+msgstr "NIS-bediener"
-#: ../../standalone/drakTermServ_.c:1001
-#, fuzzy
-msgid "dhcpd Server Configuration"
-msgstr "Sluit konfigurasie af"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Disable Server"
+msgstr "Datbasis"
-#: ../../standalone/drakTermServ_.c:1002
-msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Enable Server"
+msgstr "Datbasis"
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "Dra drukkerkonfigurasie oor"
-#: ../../standalone/drakTermServ_.c:1018
-#, fuzzy
-msgid "Write Config"
-msgstr "herkonfigureer"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Remove the last item"
+msgstr "Terugluslêer %s word geformateer"
-#: ../../standalone/drakTermServ_.c:1120
-#, fuzzy
-msgid "Please insert floppy disk:"
-msgstr "Sit 'n herlaaiskyf wat gebruik is, in aandrywer %s"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Add an item"
+msgstr "Voeg 'n gebruiker by"
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Auto Install"
+msgstr "Installasie"
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
+#: ../../standalone/drakautoinst:1
+#, c-format
+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/drakTermServ_.c:1129
-#, fuzzy
-msgid "No floppy drive available!"
-msgstr "Geen sagteskyaandrywer beskikbaar nie"
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Congratulations!"
+msgstr "Geluk!"
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "Etherboot ISO image is %s"
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Creating auto install floppy"
+msgstr "Outoinstallasieskyf word geskep."
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "manual"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:40
-msgid "Error!"
-msgstr "Fout!"
-
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Ek kan nie die nodige herlaaibeeld '%s' kry nie."
+msgid "Automatic Steps Configuration"
+msgstr "Outomatiese Stappe Konfigurasie"
-#: ../../standalone/drakautoinst_.c:43
-msgid "Auto Install Configurator"
-msgstr "Outoinstallasiekonfigurasieprogram"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "replay"
+msgstr "Herspeel"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -9597,1440 +12747,1427 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install Configurator"
+msgstr "Outoinstallasiekonfigurasieprogram"
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "Herspeel"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "I can't find needed image file `%s'."
+msgstr "Ek kan nie die nodige herlaaibeeld '%s' kry nie."
-#: ../../standalone/drakautoinst_.c:66
-msgid "Automatic Steps Configuration"
-msgstr "Outomatiese Stappe Konfigurasie"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Error!"
+msgstr "Fout!"
-#: ../../standalone/drakautoinst_.c:67
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
+"\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/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
-#, fuzzy
-msgid "Creating auto install floppy"
-msgstr "Outoinstallasieskyf word geskep."
-
-#: ../../standalone/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-"Welcome.\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"
-"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
-msgstr "Geluk!"
-
-#: ../../standalone/drakautoinst_.c:235
+#: ../../standalone/drakbackup:1
+#, c-format
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:273
-#, fuzzy
-msgid "Auto Install"
-msgstr "Installasie"
-
-#: ../../standalone/drakautoinst_.c:343
-#, fuzzy
-msgid "Add an item"
-msgstr "Voeg 'n gebruiker by"
-
-#: ../../standalone/drakautoinst_.c:350
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Terugluslêer %s word geformateer"
-
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
+"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 backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.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/drakbackup_.c:690
-msgid "WARNING"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:691
-#, fuzzy
-msgid "FATAL"
-msgstr "FAT"
-
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:704
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-" DrakBackup Report \n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:705
-msgid ""
+"Otherwise, you are able to select only one of these.\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data 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 option all\n"
+"\told backups are deleted before each backup. \n"
"\n"
-" DrakBackup Daemon Report\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:709
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-" DrakBackup Report Details\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 the 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 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 data 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:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-#, fuzzy
-msgid "Total progess"
-msgstr "Toetsbladsye"
-
-#: ../../standalone/drakbackup_.c:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "This may take a moment to generate the keys."
+" 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:801
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "ERROR: Cannot spawn %s."
+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:818
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
+msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:819
+#: ../../standalone/drakbackup:1
#, fuzzy, c-format
-msgid "Bad password on %s"
-msgstr "Geen wagwoord"
-
-#: ../../standalone/drakbackup_.c:820
-#, c-format
-msgid "Permission denied transferring %s to %s"
-msgstr ""
+msgid "Restore"
+msgstr "Herstel vanaf lêer"
-#: ../../standalone/drakbackup_.c:821
+#: ../../standalone/drakbackup:1
#, fuzzy, c-format
-msgid "Can't find %s on %s"
-msgstr "Kan nie %s oopmaak nie: %s\n"
-
-#: ../../standalone/drakbackup_.c:824
-#, c-format
-msgid "%s not responding"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:828
-#, c-format
-msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"\n"
-"without being prompted for a password."
-msgstr ""
+msgid "Backup Now"
+msgstr "Stel lêerstelsels op"
-#: ../../standalone/drakbackup_.c:873
-msgid "WebDAV remote site already in sync!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Advanced Configuration"
+msgstr "Sluit konfigurasie af"
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Wizard Configuration"
+msgstr "Konfigurasie"
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "View Backup Configuration."
+msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Now from configuration file"
+msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Drakbackup Configuration"
+msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Sending files..."
+msgstr "Stoor in lêer"
-#: ../../standalone/drakbackup_.c:1060
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
+msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Korrupte rugsteunlêer"
-
-#: ../../standalone/drakbackup_.c:1236
-#, fuzzy
-msgid "Backup User files..."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup other files"
msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:1237
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1290
-#, fuzzy
-msgid "Backup Other files..."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup user files"
msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:1296
-#, fuzzy
-msgid "No changes to backup!"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup system files"
msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
+msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"file list sent by FTP: %s\n"
-" "
+"No configuration file found \n"
+"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:1322
-msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select data to backup..."
+msgstr "Kies asb. 'n taal om te gebruik."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select media for backup..."
+msgstr "Kies asb. 'n taal om te gebruik."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select data to restore..."
+msgstr "Kies asb. 'n taal om te gebruik."
+
+#
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "The following packages need to be installed:\n"
+msgstr "Die volgende pakkette gaan installeer word"
-#: ../../standalone/drakbackup_.c:1340
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:1354
-#, fuzzy
-msgid " Error during mail sending. \n"
-msgstr "Fout met die les van lêer %s"
-
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Next"
+msgstr "Teks"
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-#, fuzzy
-msgid "File Selection"
-msgstr "Pakketkeuse"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Previous"
+msgstr "<- Vorige"
-#: ../../standalone/drakbackup_.c:1529
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Save"
+msgstr "Toestand"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Build Backup"
+msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:1574
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Progress"
+msgstr "Herstel vanaf lêer"
-#: ../../standalone/drakbackup_.c:1575
-#, fuzzy
-msgid "Backup your System files. (/etc directory)"
-msgstr "Korrupte rugsteunlêer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From Catalog"
+msgstr "Reddingspartisietabel"
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:1578
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
+#
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Custom Restore"
+msgstr "Aangepaste"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:1595
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Kies die pakkette wat u wil installeer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Failed..."
+msgstr "Herstel vanaf lêer"
-#: ../../standalone/drakbackup_.c:1622
-msgid "Do not include the browser cache"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Verwyder tou"
-
-#: ../../standalone/drakbackup_.c:1679
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Verwyder Windows(TM)"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Hostname required"
+msgstr "Bedienernaam:"
-#: ../../standalone/drakbackup_.c:1714
-#, fuzzy
-msgid "Users"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Username required"
msgstr "Gebruikerskode"
-#: ../../standalone/drakbackup_.c:1740
-#, fuzzy
-msgid "Use network connection to backup"
-msgstr "Korrupte rugsteunlêer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Password required"
+msgstr "Wagwoord"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
-msgstr ""
+#
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Host Name"
+msgstr "Rekenaarnaam"
-#: ../../standalone/drakbackup_.c:1747
-msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1748
-#, fuzzy
-msgid ""
-" Transfer \n"
-"Now"
-msgstr "Oordrag"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Via Network"
+msgstr "Herstel vanaf lêer"
-#: ../../standalone/drakbackup_.c:1749
-msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#
-#: ../../standalone/drakbackup_.c:1753
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Toets asb. die muis"
-
-#: ../../standalone/drakbackup_.c:1758
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1763
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Probeer asb. weer"
-
-#: ../../standalone/drakbackup_.c:1768
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Probeer asb. weer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From Tape"
+msgstr "Reddingspartisietabel"
-#: ../../standalone/drakbackup_.c:1774
-#, fuzzy
-msgid "Remember this password"
-msgstr "Geen wagwoord"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
-#: ../../standalone/drakbackup_.c:1785
-msgid "Need hostname, username and password!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From CD"
+msgstr "Herstel vanaf floppie"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:1882
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
-msgstr ""
+"Change\n"
+"Restore Path"
+msgstr "Herstel vanaf lêer"
-#: ../../standalone/drakbackup_.c:1887
-#, fuzzy
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "Wat is u sleutelborduitleg?"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Verwyder tou"
-#: ../../standalone/drakbackup_.c:1893
-#, fuzzy
-msgid "Please check for multisession CD"
-msgstr "Kliek asb. op 'n partisie"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1899
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Kliek asb. op 'n partisie"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
+msgstr ""
-#: ../../standalone/drakbackup_.c:1905
-#, fuzzy
-msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Kliek asb. op 'n partisie"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1906
-#, fuzzy
-msgid " Erase Now "
-msgstr "Oordrag"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "select path to restore (instead of /)"
+msgstr "Wat is u muistoestel?"
-#: ../../standalone/drakbackup_.c:1912
-#, fuzzy
-msgid "Please check if you are using a DVDR device"
-msgstr "Kliek asb. op 'n partisie"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Other"
+msgstr "Herstel vanaf lêer"
-#: ../../standalone/drakbackup_.c:1918
-#, fuzzy
-msgid "Please check if you are using a DVDRAM device"
-msgstr "Kliek asb. op 'n partisie"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Users"
+msgstr "Herstel vanaf lêer"
-#: ../../standalone/drakbackup_.c:1931
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore system"
+msgstr "Installeer stelsel"
-#: ../../standalone/drakbackup_.c:1964
-#, fuzzy
-msgid "No CD device defined!"
-msgstr "Selekteer lOer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Other Media"
+msgstr "Ander"
-#: ../../standalone/drakbackup_.c:2012
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Korrupte rugsteunlêer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Select another media to restore from"
+msgstr "Wat is u muistoestel?"
-#: ../../standalone/drakbackup_.c:2015
-msgid "Please enter the device name to use for backup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:2021
-#, fuzzy
-msgid "Please check if you want to use the non-rewinding device."
-msgstr "Kies die pakkette wat u wil installeer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore from Hard Disk."
+msgstr "Herstel vanaf floppie"
-#: ../../standalone/drakbackup_.c:2027
-#, fuzzy
-msgid "Please check if you want to erase your tape before the backup."
-msgstr "Kies die pakkette wat u wil installeer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Secure Connection"
+msgstr "Kies drukkerkonneksie"
-#: ../../standalone/drakbackup_.c:2033
-#, fuzzy
-msgid "Please check if you want to eject your tape after the backup."
-msgstr "Kies die pakkette wat u wil installeer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "FTP Connection"
+msgstr "LAN konneksie"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use quota for backup files."
+msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:2103
-#, fuzzy
-msgid "Please enter the directory to save to:"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the directory to save:"
msgstr "Toets asb. die muis"
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-#, fuzzy
-msgid "Use quota for backup files."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use Hard Disk to backup"
msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:2180
-#, fuzzy
-msgid "Network"
-msgstr "Netwerkkoppelvlak"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "please choose the date to restore"
+msgstr "Wat is u muistoestel?"
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup the system files before:"
+msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2195
-#, fuzzy
-msgid "Tape"
-msgstr "Tipe"
-
-#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Restore Configuration "
+msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
-#, fuzzy
-msgid "Use daemon"
-msgstr "Gebruikerskode"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2234
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Kies die pakkette wat u wil installeer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please uncheck or remove it on next time."
+msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../standalone/drakbackup_.c:2240
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Kies asb. 'n taal om te gebruik."
+"List of data corrupted:\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2247
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
-#, fuzzy
-msgid "What"
-msgstr "Wag"
-
-#
-#: ../../standalone/drakbackup_.c:2329
-#, fuzzy
-msgid "Where"
-msgstr "Wiel"
-
-#
-#: ../../standalone/drakbackup_.c:2334
-#, fuzzy
-msgid "When"
-msgstr "Wiel"
-
-#: ../../standalone/drakbackup_.c:2339
-#, fuzzy
-msgid "More Options"
-msgstr "Module opsies:"
-
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Netwerkkonfigurasie"
-
-#: ../../standalone/drakbackup_.c:2376
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Kies die pakkette wat u wil installeer"
-
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2388
-msgid "across Network"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2406
-msgid "on Tape Device"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2449
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Kies die pakkette wat u wil installeer"
-
-#: ../../standalone/drakbackup_.c:2450
-#, fuzzy
-msgid "Backup system"
-msgstr "Stel lêerstelsels op"
-
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2537
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Backup Sources: \n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
-msgid ""
-"\n"
-"- System Files:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
-msgid ""
-"\n"
-"- User Files:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2542
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
"\n"
-"- Other Files:\n"
-msgstr ""
+"- Options:\n"
+msgstr "Opsies"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\n"
-"- Save on Hard drive on path: %s\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Delete hard drive tar files after backup.\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2553
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t\tErase=%s"
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Burn to CD"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2554
-msgid "RW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2555
+#: ../../standalone/drakbackup:1
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Muistoestel: %s\n"
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2557
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "\t\tErase=%s"
+msgid ""
+"\n"
+"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2561
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2563
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
-msgstr "Opsies"
-
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
+"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include:\n"
+"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2575
-msgid "\t-Tape \n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup system"
+msgstr "Stel lêerstelsels op"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose what you want to backup"
+msgstr "Kies die pakkette wat u wil installeer"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2578
-msgid "\t-Network by rsync.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2579
-msgid "\t-Network by webdav.\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose where you want to backup"
+msgstr "Kies die pakkette wat u wil installeer"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "More Options"
+msgstr "Module opsies:"
+
+#
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "When"
+msgstr "Wiel"
+
+#
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Where"
+msgstr "Wiel"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "What"
+msgstr "Wag"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data to restore:\n"
+"Please be sure that the cron daemon is included in your services. \n"
"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
+"Please choose the\n"
+"media for backup."
+msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:2756
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Op watter seriaalpoort is u modem gekoppel?"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use daemon"
+msgstr "Gebruikerskode"
-#: ../../standalone/drakbackup_.c:2787
-msgid " All of your selected data have been "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
+msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2906
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Netwerkkonfigurasie"
-
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2941
-msgid "User list to restore (only the most recent date per user is important)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:3019
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Korrupte rugsteunlêer"
-
-#: ../../standalone/drakbackup_.c:3021
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Wat is u muistoestel?"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "HardDrive / NFS"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3057
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Korrupte rugsteunlêer"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CDROM / DVDROM"
+msgstr ""
#
-#: ../../standalone/drakbackup_.c:3060
-#, fuzzy
-msgid "Please enter the directory to save:"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the directory to save to:"
msgstr "Toets asb. die muis"
-#: ../../standalone/drakbackup_.c:3103
-#, fuzzy
-msgid "FTP Connection"
-msgstr "LAN konneksie"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to eject your tape after the backup."
+msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:3110
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Kies drukkerkonneksie"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:3134
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Herstel vanaf floppie"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:3136
-msgid "Please enter the directory where backups are stored"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3204
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Wat is u muistoestel?"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use tape to backup"
+msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:3206
-#, fuzzy
-msgid "Other Media"
-msgstr "Ander"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "No CD device defined!"
+msgstr "Selekteer lOer"
-#: ../../standalone/drakbackup_.c:3211
-#, fuzzy
-msgid "Restore system"
-msgstr "Installeer stelsel"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3212
-#, fuzzy
-msgid "Restore Users"
-msgstr "Herstel vanaf lêer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:3213
-#, fuzzy
-msgid "Restore Other"
-msgstr "Herstel vanaf lêer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:3215
-#, fuzzy
-msgid "select path to restore (instead of /)"
-msgstr "Wat is u muistoestel?"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Erase Now "
+msgstr "Oordrag"
-#: ../../standalone/drakbackup_.c:3219
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:3334
-msgid ""
-"Restore Selected\n"
-"Catalog Entry"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check for multisession CD"
+msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:3344
-#, fuzzy
-msgid ""
-"Restore Selected\n"
-"Files"
-msgstr "Verwyder tou"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Wat is u sleutelborduitleg?"
-#: ../../standalone/drakbackup_.c:3361
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Change\n"
-"Restore Path"
-msgstr "Herstel vanaf lêer"
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3427
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Backup files not found at %s."
+msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
+msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:3440
-#, fuzzy
-msgid "Restore From CD"
-msgstr "Herstel vanaf floppie"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Remember this password"
+msgstr "Geen wagwoord"
-#: ../../standalone/drakbackup_.c:3442
-#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter your password"
+msgstr "Probeer asb. weer"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter your login"
+msgstr "Probeer asb. weer"
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:3452
-#, fuzzy
-msgid "Restore From Tape"
-msgstr "Reddingspartisietabel"
+#
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the host name or IP."
+msgstr "Toets asb. die muis"
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:3474
-#, fuzzy
-msgid "Restore Via Network"
-msgstr "Herstel vanaf lêer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+" Transfer \n"
+"Now"
+msgstr "Oordrag"
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
+msgid ""
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-#
-#: ../../standalone/drakbackup_.c:3475
-#, fuzzy
-msgid "Host Name"
-msgstr "Rekenaarnaam"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Expect for SSH"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3483
-#, fuzzy
-msgid "Password required"
-msgstr "Wagwoord"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use network connection to backup"
+msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:3489
-#, fuzzy
-msgid "Username required"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Users"
msgstr "Gebruikerskode"
-#: ../../standalone/drakbackup_.c:3492
-#, fuzzy
-msgid "Hostname required"
-msgstr "Bedienernaam:"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Windows (FAT32)"
+msgstr "Verwyder Windows(TM)"
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3510
-msgid "Files Restored..."
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove Selected"
+msgstr "Verwyder tou"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:3513
-#, fuzzy
-msgid "Restore Failed..."
-msgstr "Herstel vanaf lêer"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check all users that you want to include in your backup."
+msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:3751
-msgid "Restore all backups"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
msgstr ""
-#
-#: ../../standalone/drakbackup_.c:3760
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Aangepaste"
-
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3810
-msgid "Browse to new restore repository."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3813
-#, fuzzy
-msgid "Restore From Catalog"
-msgstr "Reddingspartisietabel"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:3841
-#, fuzzy
-msgid "Restore Progress"
-msgstr "Herstel vanaf lêer"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-#, fuzzy
-msgid "Previous"
-msgstr "<- Vorige"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-#, fuzzy
-msgid "Save"
-msgstr "Toestand"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3946
-#, fuzzy
-msgid "Build Backup"
-msgstr "Korrupte rugsteunlêer"
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "File Selection"
+msgstr "Pakketkeuse"
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-#, fuzzy
-msgid "Restore"
-msgstr "Herstel vanaf lêer"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Error while sending mail. \n"
+msgstr "Fout met die les van lêer %s"
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"\n"
+"Drakbackup activities via tape:\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4195
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"\n"
+"Drakbackup activities via CD:\n"
+"\n"
msgstr ""
-#
-#: ../../standalone/drakbackup_.c:4209
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
-msgstr "Die volgende pakkette gaan installeer word"
-
-#: ../../standalone/drakbackup_.c:4232
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Kies asb. 'n taal om te gebruik."
-
-#: ../../standalone/drakbackup_.c:4267
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Kies asb. 'n taal om te gebruik."
-
-#: ../../standalone/drakbackup_.c:4275
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Kies asb. 'n taal om te gebruik."
+"\n"
+"Drakbackup activities via %s:\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-#: ../../standalone/drakbackup_.c:4382
-#, fuzzy
-msgid "Backup system files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "No changes to backup!"
msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:4384
-#, fuzzy
-msgid "Backup user files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Hard Disk Backup files..."
msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:4386
-#, fuzzy
-msgid "Backup other files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Other files..."
msgstr "Korrupte rugsteunlêer"
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup User files..."
+msgstr "Korrupte rugsteunlêer"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4416
-#, fuzzy
-msgid "Sending files..."
-msgstr "Stoor in lêer"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4500
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Netwerkkonfigurasie"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4505
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Netwerkkonfigurasie"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4526
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Konfigurasie"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4531
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Sluit konfigurasie af"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4536
-#, fuzzy
-msgid "Backup Now"
-msgstr "Stel lêerstelsels op"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:4624
-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"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:4654
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Total progess"
+msgstr "Toetsbladsye"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\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"
+"ssh -i %s %s\\@%s\n"
"\n"
+"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:4662
-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 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:1
+#, c-format
+msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:4701
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
-"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data 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 option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Kan nie %s oopmaak nie: %s\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:4727
-msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Geen wagwoord"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:4729
-msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:4732
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"%s exists, delete?\n"
"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\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"
+" DrakBackup Report Details\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Daemon Report\n"
+"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4778
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Restore Backup Problems:\n"
+" DrakBackup Report \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/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "%s installasie het gefaal a.g.v. hierdie fout: "
-
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
+msgid "INFO"
msgstr ""
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "FATAL"
+msgstr "FAT"
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-#, fuzzy
-msgid "Standalone Tools"
-msgstr "Konsole hulpprogramme"
-
-#: ../../standalone/drakbug_.c:53
-msgid "HardDrake"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbug_.c:54
-#, fuzzy
-msgid "Mandrake Online"
-msgstr "Beheersentrum"
-
-#: ../../standalone/drakbug_.c:55
-#, fuzzy
-msgid "Menudrake"
-msgstr "verpligtend"
-
-#: ../../standalone/drakbug_.c:56
-#, fuzzy
-msgid "Msec"
-msgstr "Muis"
-
-#
-#: ../../standalone/drakbug_.c:57
-#, fuzzy
-msgid "Remote Control"
-msgstr "Eksterne drukker"
-
-#: ../../standalone/drakbug_.c:58
-#, fuzzy
-msgid "Software Manager"
-msgstr "Drukkernaam:"
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "%s installasie het gefaal a.g.v. hierdie fout: "
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "No browser available! Please install one"
+msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
-#: ../../standalone/drakbug_.c:60
-msgid "Windows Migration tool"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:61
-#, fuzzy
-msgid "Userdrake"
-msgstr "Drukker"
-
-#: ../../standalone/drakbug_.c:62
-#, fuzzy
-msgid "Configuration Wizards"
-msgstr "Netwerkkonfigurasie-assistent"
-
-#: ../../standalone/drakbug_.c:75
-#, fuzzy
-msgid "Application:"
-msgstr "Magtiging"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package not installed"
+msgstr "Verlaay installasie"
-#: ../../standalone/drakbug_.c:76
-#, fuzzy
-msgid "Package: "
-msgstr "Pakketkeuse"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Not installed"
+msgstr "Verlaay installasie"
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Standalone Tools"
+msgstr "Konsole hulpprogramme"
-#: ../../standalone/drakbug_.c:78
-#, fuzzy
-msgid "Release: "
-msgstr "Wag asb."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Report"
+msgstr "Poort"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -11042,324 +14179,344 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:112
-#, fuzzy
-msgid "Report"
-msgstr "Poort"
-
-#: ../../standalone/drakbug_.c:148
-#, fuzzy
-msgid "Not installed"
-msgstr "Verlaay installasie"
-
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "Verlaay installasie"
-
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
-msgstr ""
-
-#: ../../standalone/drakbug_.c:180
-#, fuzzy
-msgid "No browser available! Please install one"
-msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Release: "
+msgstr "Wag asb."
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Netwerkkonfigurasie (%d toestelle)"
+msgid "Kernel:"
+msgstr ""
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-msgid "Profile: "
-msgstr "Profiel:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package: "
+msgstr "Pakketkeuse"
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr "Vee profiel uit..."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Application:"
+msgstr "Magtiging"
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
-msgstr "Profiel om uit te vee..."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Configuration Wizards"
+msgstr "Netwerkkonfigurasie-assistent"
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
-msgstr "Nuwe profiel..."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Userdrake"
+msgstr "Drukker"
-#: ../../standalone/drakconnect_.c:131
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Windows Migration tool"
msgstr ""
-#: ../../standalone/drakconnect_.c:157
-msgid "Hostname: "
-msgstr "Bedienernaam:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
+msgstr ""
-#: ../../standalone/drakconnect_.c:164
-msgid "Internet access"
-msgstr "Internettoegang"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Software Manager"
+msgstr "Drukkernaam:"
-#: ../../standalone/drakconnect_.c:177
-msgid "Type:"
-msgstr "Tipe:"
+#
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Remote Control"
+msgstr "Eksterne drukker"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "Portaal:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Msec"
+msgstr "Muis"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Interface:"
-msgstr "Koppelvlak:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Menudrake"
+msgstr "verpligtend"
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
-msgstr "Status:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Mandrake Online"
+msgstr "Beheersentrum"
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "HardDrake"
msgstr ""
-#: ../../standalone/drakconnect_.c:216
-msgid "Configure Internet Access..."
-msgstr "Konfigureer internettoegang..."
-
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-msgid "LAN configuration"
-msgstr "LAN-konfigurasie"
-
-#: ../../standalone/drakconnect_.c:228
-msgid "Driver"
-msgstr "Drywer"
-
-#: ../../standalone/drakconnect_.c:228
-msgid "Interface"
-msgstr "Koppelvlak"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
+msgstr ""
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
-msgstr "Protokol"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "First Time Wizard"
+msgstr ""
-#: ../../standalone/drakconnect_.c:228
-msgid "State"
-msgstr "Toestand"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
+msgstr ""
-#: ../../standalone/drakconnect_.c:240
-msgid "Configure Local Area Network..."
-msgstr "Stel plaaslike netwerk op..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr "DHCP-Kliënt"
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
+msgstr "Ethernetkaart"
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "Assistent..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "Portaal"
-#: ../../standalone/drakconnect_.c:279
-msgid "Apply"
-msgstr "Pas toe"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
+msgstr "Parameters"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Connected"
-msgstr "Gekonnekteer"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection type: "
+msgstr "Konneksietipe:"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Not connected"
-msgstr "Nie gekonnekteer nieKabelkonneksie"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile: "
+msgstr "Profiel:"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Connect..."
-msgstr "Konnekteer..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet Connection Configuration"
+msgstr "Internetkonneksiekonfigurasie"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Disconnect..."
-msgstr "Diskonnekteer..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet connection configuration"
+msgstr "Internetkonneksiekonfigurasie"
-#: ../../standalone/drakconnect_.c:400
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
+"You don't have an Internet connection.\n"
+"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/drakconnect_.c:427
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
msgstr ""
-#: ../../standalone/drakconnect_.c:449
-msgid "LAN Configuration"
-msgstr "LAN konfigurasie"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "activate now"
+msgstr "Aktiveer nou dadelik"
-#: ../../standalone/drakconnect_.c:460
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Adapter %s: %s"
-msgstr "Toestel %s: %s"
+msgid "deactivate now"
+msgstr "deaktiveer nou dadelik"
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
-msgstr "Herlaaiprotokol"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP client"
+msgstr "DHCP-kliënt"
-#: ../../standalone/drakconnect_.c:467
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Started on boot"
msgstr "Gelaai tydens herlaaityd"
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
-msgstr "DHCP-kliënt"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
+msgstr "Herlaaiprotokol"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "activate now"
-msgstr "Aktiveer nou dadelik"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
+msgstr "Toestel %s: %s"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "deactivate now"
-msgstr "deaktiveer nou dadelik"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN Configuration"
+msgstr "LAN konfigurasie"
-#: ../../standalone/drakconnect_.c:499
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN configuration"
+msgstr "LAN-konfigurasie"
-#: ../../standalone/drakconnect_.c:556
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/drakconnect_.c:580
-msgid "Internet connection configuration"
-msgstr "Internetkonneksiekonfigurasie"
-
-#: ../../standalone/drakconnect_.c:584
-msgid "Internet Connection Configuration"
-msgstr "Internetkonneksiekonfigurasie"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Connect..."
+msgstr "Konnekteer..."
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-msgid "Connection type: "
-msgstr "Konneksietipe:"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Disconnect..."
+msgstr "Diskonnekteer..."
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
-msgstr "Parameters"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Not connected"
+msgstr "Nie gekonnekteer nieKabelkonneksie"
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "Portaal"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connected"
+msgstr "Gekonnekteer"
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
-msgstr "Ethernetkaart"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
-#: ../../standalone/drakconnect_.c:628
-msgid "DHCP Client"
-msgstr "DHCP-Kliënt"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface:"
+msgstr "Koppelvlak:"
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "Portaal:"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Module name"
-msgstr "Modulenaam"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Apply"
+msgstr "Pas toe"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Size"
-msgstr "Grootte"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:45
-msgid "drakfloppy"
-msgstr "drakfloppy"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "Assistent..."
-#: ../../standalone/drakfloppy_.c:63
-msgid "boot disk creation"
-msgstr "herlaaiskyfskepping"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr "Status:"
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr "verstek"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Type:"
+msgstr "Tipe:"
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "DrakFloppy Fout: %s"
+msgid "Internet access"
+msgstr "Internettoegang"
-#: ../../standalone/drakfloppy_.c:98
-msgid "kernel version"
-msgstr "bedryfstelselkernweergawe"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Hostname: "
+msgstr "Bedienernaam:"
-#: ../../standalone/drakfloppy_.c:104
-msgid "General"
-msgstr "Algemeen"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Local Area Network..."
+msgstr "Stel plaaslike netwerk op..."
-#: ../../standalone/drakfloppy_.c:109
-msgid "Expert Area"
-msgstr "Kundige area"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "State"
+msgstr "Toestand"
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
-msgstr "mkinitrd opsionele parameters"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Driver"
+msgstr "Drywer"
-#: ../../standalone/drakfloppy_.c:113
-msgid "Add a module"
-msgstr "Voeg module by"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
+msgstr "Protokol"
-#: ../../standalone/drakfloppy_.c:133
-msgid "force"
-msgstr "forseer"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface"
+msgstr "Koppelvlak"
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
-msgstr "indien nodig"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Internet Access..."
+msgstr "Konfigureer internettoegang..."
-#: ../../standalone/drakfloppy_.c:135
-msgid "omit scsi modules"
-msgstr "laat SCSI-modules weg"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:136
-msgid "omit raid modules"
-msgstr "laat RAID-modules weg"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:172
-msgid "Remove a module"
-msgstr "Verwyder module"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
+msgstr "Nuwe profiel..."
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
-msgstr "Uitset"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr "Profiel om uit te vee..."
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
-msgstr "Bou die skyf"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
+msgstr "Vee profiel uit..."
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "versker asb dat die regte mediatipe vir toestel %s beskikbaar is"
+msgid "Network configuration (%d adapters)"
+msgstr "Netwerkkonfigurasie (%d toestelle)"
-#: ../../standalone/drakfloppy_.c:341
-#, fuzzy, c-format
+#: ../../standalone/drakedm:1
+#, c-format
msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
msgstr ""
-"Daar is geen medium for toestel %s nie.\n"
-"Sit asb. een in."
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakedm:1
#, c-format
-msgid "Unable to fork: %s"
-msgstr "Kon nie vurk nie: %s"
+msgid "Choosing a display manager"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
msgid ""
-"Unable to close properly mkbootdisk: \n"
+"Unable to properly close mkbootdisk: \n"
" %s \n"
" %s"
msgstr ""
@@ -11367,142 +14524,228 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Unable to fork: %s"
+msgstr "Kon nie vurk nie: %s"
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid ""
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
msgstr ""
+"Daar is geen medium for toestel %s nie.\n"
+"Sit asb. een in."
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Be sure a media is present for the device %s"
+msgstr "versker asb dat die regte mediatipe vir toestel %s beskikbaar is"
-#: ../../standalone/drakfont_.c:242
-#, fuzzy
-msgid "no fonts found"
-msgstr "%s is nie gevind nie"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Build the disk"
+msgstr "Bou die skyf"
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-#, fuzzy
-msgid "done"
-msgstr "Klaar"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
+msgstr "Uitset"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Remove a module"
+msgstr "Verwyder module"
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit raid modules"
+msgstr "laat RAID-modules weg"
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit scsi modules"
+msgstr "laat SCSI-modules weg"
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
+msgstr "indien nodig"
-#: ../../standalone/drakfont_.c:359
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Formatteer floppie"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "force"
+msgstr "forseer"
-#: ../../standalone/drakfont_.c:363
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Berei installasie voor"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Add a module"
+msgstr "Voeg module by"
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "mkinitrd optional arguments"
+msgstr "mkinitrd opsionele parameters"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Area"
+msgstr "Kundige area"
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "General"
+msgstr "Algemeen"
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "kernel version"
+msgstr "bedryfstelselkernweergawe"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
+msgstr "DrakFloppy Fout: %s"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr "verstek"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "boot disk creation"
+msgstr "herlaaiskyfskepping"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "drakfloppy"
+msgstr "drakfloppy"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Size"
+msgstr "Grootte"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Module name"
+msgstr "Modulenaam"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Post Uninstall"
+msgstr "Verlaay installasie"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove fonts on your system"
+msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Initial tests"
+msgstr "Beginboodskap"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Post Install"
+msgstr "Installasie"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Copy fonts on your system"
+msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
+
+#
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove List"
+msgstr "Verwyder drukker"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Selected All"
+msgstr "Selekteer lOer"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
msgstr ""
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
msgstr ""
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
msgstr ""
-#: ../../standalone/drakfont_.c:459
-#, fuzzy
-msgid "Restart XFS"
-msgstr "Laai dit"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Install List"
+msgstr "Installeer stelsel"
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Select the font file or directory and click on 'Add'"
msgstr ""
-#: ../../standalone/drakfont_.c:528
-#, fuzzy
-msgid "xfs restart"
-msgstr "beperk"
-
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
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."
+"-You can install the fonts the normal way. In rare cases, bogus fonts may "
+"hang up your X Server."
msgstr ""
-#: ../../standalone/drakfont_.c:621
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formateer partisies"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Generic Printers"
+msgstr "Drukker"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Abiword"
+msgstr "Aborteer"
-#: ../../standalone/drakfont_.c:658
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr "Deïnstallasie van RPMs"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "StarOffice"
+msgstr "Kantoor"
-#: ../../standalone/drakfont_.c:669
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Sluit konfigurasie af"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr ""
-#: ../../standalone/drakfont_.c:677
-#, fuzzy
-msgid "Font List"
-msgstr "Hegpunt"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "Kies die partisies om te formatteer"
-#: ../../standalone/drakfont_.c:737
+#: ../../standalone/drakfont:1
+#, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\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"
@@ -11528,269 +14771,339 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
-"\n"
-"\n"
msgstr ""
-#: ../../standalone/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:862
-#, fuzzy
-msgid "Choose the applications that will support the fonts:"
-msgstr "Kies die partisies om te formatteer"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "About"
+msgstr "Aborteer"
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Font List"
+msgstr "Hegpunt"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Advanced Options"
+msgstr "Sluit konfigurasie af"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Uninstall Fonts"
+msgstr "Deïnstallasie van RPMs"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:877
-#, fuzzy
-msgid "StarOffice"
-msgstr "Kantoor"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Import Fonts"
+msgstr "Formateer partisies"
-#: ../../standalone/drakfont_.c:884
-#, fuzzy
-msgid "Abiword"
-msgstr "Aborteer"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "done"
+msgstr "Klaar"
-#: ../../standalone/drakfont_.c:891
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Drukker"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "xfs restart"
+msgstr "beperk"
-#: ../../standalone/drakfont_.c:958
-msgid "Select the font file or directory and click on 'Add'"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
msgstr ""
-#: ../../standalone/drakfont_.c:1005
-#, fuzzy
-msgid "Install List"
-msgstr "Installeer stelsel"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Restart XFS"
+msgstr "Laai dit"
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
msgstr ""
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
msgstr ""
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:1116
-#, fuzzy
-msgid "Selected All"
-msgstr "Selekteer lOer"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr ""
-#
-#: ../../standalone/drakfont_.c:1120
-#, fuzzy
-msgid "Remove List"
-msgstr "Verwyder drukker"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
+msgstr ""
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-#, fuzzy
-msgid "Initials tests"
-msgstr "Beginboodskap"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
+msgstr ""
-#: ../../standalone/drakfont_.c:1145
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr ""
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
msgstr ""
-#: ../../standalone/drakfont_.c:1153
-#, fuzzy
-msgid "Post Install"
-msgstr "Installasie"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "True Type fonts installation"
+msgstr "Berei installasie voor"
-#: ../../standalone/drakfont_.c:1178
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Fonts copy"
+msgstr "Formatteer floppie"
-#: ../../standalone/drakfont_.c:1182
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Verlaay installasie"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr ""
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "Internetkonneksiedeling"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr ""
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
msgstr ""
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Internetkonneksiedeling is ontsper"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr ""
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "no fonts found"
+msgstr "%s is nie gevind nie"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"What would you like to do?"
-msgstr ""
-"Die opstelling van die Internetkonnkesiedeling is alreeds gedoen.\n"
-"Dis tans aktief.\n"
+"%s\n"
"\n"
-"Wat wil u doen?"
+"Click on Configure to launch the setup wizard."
+msgstr "Internetkonneksiedeling"
-#: ../../standalone/drakgw_.c:130
-msgid "disable"
-msgstr "deaktiveer"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing configuration"
+msgstr "Internetkonneksiedelingkonfigurasie"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
-msgstr "ignoreer/sien oor"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No Internet Connection Sharing has ever been configured."
+msgstr "Geen internetkonneksiedeling is al gekonfigureer nie."
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "reconfigure"
-msgstr "herkonfigureer"
+#: ../../standalone/drakgw:1
+#, c-format
+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:133
-msgid "Disabling servers..."
-msgstr "Bedieners word gedeaktiveer..."
+#: ../../standalone/drakgw:1
+#, c-format
+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:142
-msgid "Internet connection sharing is now disabled."
-msgstr "Internetkonneksiedeling is gedeaktiveer"
+#: ../../standalone/drakgw:1
+#, c-format
+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:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Internetkonneksiedeling is gesper"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "Problems installing package %s"
+msgstr "Probleme met Installasue van pakket %s"
-#: ../../standalone/drakgw_.c:150
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
-"Die opstelling van die Internetkonnkesiedeling is alreeds gedoen.\n"
-"Dis tans gedeaktiveer.\n"
-"\n"
-"Wat wil u doen?"
+"Skrips word konfigureer, sagterware installeer en bedieners afgeskop..."
-#: ../../standalone/drakgw_.c:154
-msgid "enable"
-msgstr "Aktiveer"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring..."
+msgstr "Konfigurasie in aabou..."
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
-msgstr "Bedieneers word aktiveer..."
+#: ../../standalone/drakgw:1
+#, 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:166
-msgid "Internet connection sharing is now enabled."
-msgstr "Internetkonneksiedeling is geaktiveer"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The maximum lease (in seconds)"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The default lease (in seconds)"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP end range"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The internal domain name"
+msgstr "Nuwe drukkernaam"
-#: ../../standalone/drakgw_.c:183
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The DNS Server IP"
+msgstr "CUPS-bediener IP:"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "(This) DHCP Server IP"
+msgstr "CUPS-bediener IP:"
+
+#: ../../standalone/drakgw:1
+#, c-format
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"
+"DHCP Server Configuration.\n"
"\n"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\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"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Local Network adress"
+msgstr "geen netwerkkaart gevind nie"
+
+#: ../../standalone/drakgw:1
+#, c-format
+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 Network that you use "
+"for your local network; I will not reconfigure it and I will not touch your "
+"DHCP server configuration.\n"
"\n"
-"Wil u internetdeling opstel?\n"
+"The default DNS entry is the Caching Nameserver configured on the firewall. "
+"You can replace that with your ISP DNS IP, for example.\n"
+"\t\t \n"
+"Otherwise, I can reconfigure your interface and (re)configure a DHCP server "
+"for you.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakgw_.c:211
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Koppelvlak %s (met module %s)"
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Current interface configuration"
+msgstr "Verander drukkerkonfigurasie"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Show current interface configuration"
+msgstr "Verander drukkerkonfigurasie"
+
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s"
-msgstr "Koppelvlak %s"
+msgid "No (experts only)"
+msgstr ""
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Automatic reconfiguration"
+msgstr "Outomatiese CUPS konfigurasie"
-#: ../../standalone/drakgw_.c:221
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
+"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 ""
-"Geen ethernetkaart is op die stelsel gevind nie. Gebruik asb. die "
-"hardewarekonfigurasieprogram."
-#: ../../standalone/drakgw_.c:227
-msgid "Network interface"
-msgstr "Netwerkkoppelvlak"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Network interface already configured"
+msgstr "Monitor is nie opgestel nie"
+
+#: ../../standalone/drakgw:1
+#, c-format
+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:228
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11805,341 +15118,490 @@ msgstr ""
"\n"
"Ek gaan nou u LAN met daardie kaart opstel."
-#: ../../standalone/drakgw_.c:235
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "Netwerkkoppelvlak"
+
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
+"No ethernet network adapter has been detected on your system. Please run the "
+"hardware configuration tool."
msgstr ""
-"Kies asb. die netwerkkaart wat aan die loakel area netwerk gekoppel is."
+"Geen ethernetkaart is op die stelsel gevind nie. Gebruik asb. die "
+"hardewarekonfigurasieprogram."
-#: ../../standalone/drakgw_.c:261
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Monitor is nie opgestel nie"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s"
+msgstr "Koppelvlak %s"
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
#, c-format
+msgid "Interface %s (using module %s)"
+msgstr "Koppelvlak %s (met module %s)"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
+"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"
-"Do you want an automatic re-configuration?\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
"\n"
-"You can do it manually but you need to know what you're doing."
+"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:267
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Outomatiese CUPS konfigurasie"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing"
+msgstr "Internetkonneksiedeling"
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
-msgstr ""
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "Internetkonneksiedeling is geaktiveer"
-#: ../../standalone/drakgw_.c:268
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Verander drukkerkonfigurasie"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Enabling servers..."
+msgstr "Bedieneers word aktiveer..."
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "Verander drukkerkonfigurasie"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "dismiss"
+msgstr "ignoreer/sien oor"
-#: ../../standalone/drakgw_.c:270
+#: ../../standalone/drakgw:1
#, c-format
+msgid "reconfigure"
+msgstr "herkonfigureer"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "enable"
+msgstr "Aktiveer"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
msgid ""
-"Current configuration of `%s':\n"
+"The setup of Internet connection sharing has already been done.\n"
+"It's currently disabled.\n"
"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
+"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:283
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently disabled"
+msgstr "Internetkonneksiedeling is gesper"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "Internetkonneksiedeling is gedeaktiveer"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Disabling servers..."
+msgstr "Bedieners word gedeaktiveer..."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "disable"
+msgstr "deaktiveer"
+
+#: ../../standalone/drakgw:1
+#, c-format
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 Network that you use "
-"for your local network; I will not reconfigure it and I will not touch your "
-"DHCP server configuration.\n"
-"\n"
-"The default DNS entry is the Caching Nameserver configured on the firewall. "
-"You can replace that with your ISP DNS IP, for example.\n"
-"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
+"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:290
-#, fuzzy
-msgid "Local Network adress"
-msgstr "geen netwerkkaart gevind nie"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "Internetkonneksiedeling is ontsper"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
+msgstr ""
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakhelp:1
+#, c-format
msgid ""
-"DHCP Server Configuration.\n"
-"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\n"
-"\n"
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
msgstr ""
-#: ../../standalone/drakgw_.c:300
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "CUPS-bediener IP:"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group :"
+msgstr "Werkgroep:"
-#: ../../standalone/drakgw_.c:301
-#, fuzzy
-msgid "The DNS Server IP"
-msgstr "CUPS-bediener IP:"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "user :"
+msgstr "Gebruikerskode"
-#: ../../standalone/drakgw_.c:302
-#, fuzzy
-msgid "The internal domain name"
-msgstr "Nuwe drukkernaam"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Path selection"
+msgstr "Stoor pakketseleksie"
-#: ../../standalone/drakgw_.c:303
-msgid "The DHCP start range"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakgw_.c:304
-msgid "The DHCP end range"
-msgstr ""
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Use group id for execution"
+msgstr "Gebruik outobespeuring"
-#: ../../standalone/drakgw_.c:305
-msgid "The default lease (in seconds)"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Use owner id for execution"
+msgstr "Gebruik outobespeuring"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakgw_.c:306
-msgid "The maximum lease (in seconds)"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakgw_.c:307
-msgid "Re-configure interface and DHCP server"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakgw_.c:314
-msgid "The Local Network did not finish with `.0', bailing out."
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakgw_.c:325
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Property"
+msgstr "Poort"
+
+#: ../../standalone/drakperm:1
#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Moontlike LAN-adresbotsing gevind in konfigurasie %s!\n"
+msgid "Path"
+msgstr ""
-#: ../../standalone/drakgw_.c:335
-msgid "Configuring..."
-msgstr "Konfigurasie in aabou..."
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Permissions"
+msgstr "Weergawe: %s\n"
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Current user"
+msgstr "Aanvaar gebruiker"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "browse"
msgstr ""
-"Skrips word konfigureer, sagterware installeer en bedieners afgeskop..."
-#: ../../standalone/drakgw_.c:372
+#: ../../standalone/drakperm:1
#, c-format
-msgid "Problems installing package %s"
-msgstr "Probleme met Installasue van pakket %s"
+msgid "select perm file to see/edit"
+msgstr ""
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakperm:1
+#, c-format
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)."
+"Drakperm is used to see files to use in order to fix permissions, owners, "
+"and groups via msec.\n"
+"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakgw_.c:523
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Die opstelling van is alreeds gedoen, maar is tans gedeaktiveer."
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Edit current rule"
+msgstr ""
-#: ../../standalone/drakgw_.c:524
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Die opstelling is alreeds gedoen en is alreeds ook geaktiveer."
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "edit"
+msgstr ""
-#: ../../standalone/drakgw_.c:525
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Geen internetkonneksiedeling is al gekonfigureer nie."
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Delete selected rule"
+msgstr "Verwyder tou"
-#: ../../standalone/drakgw_.c:531
-msgid "Internet connection sharing configuration"
-msgstr "Internetkonneksiedelingkonfigurasie"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "delete"
+msgstr "Uitwis"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakperm:1
#, 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"
+msgid "Add a new rule at the end"
+msgstr "Voeg drukker by"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "group"
-msgstr "Werkgroep:"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "add a rule"
+msgstr "Voeg module by"
-#: ../../standalone/drakperm_.c:36
-msgid "path"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule down one level"
msgstr ""
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "permissions"
-msgstr "partisie %s"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Down"
+msgstr "Klaar"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "user"
-msgstr "Gebruikerskode"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule up one level"
+msgstr ""
-#: ../../standalone/drakperm_.c:43
+#: ../../standalone/drakperm:1
+#, c-format
msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:44
-#, fuzzy
-msgid "delete"
-msgstr "Uitwis"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "permissions"
+msgstr "partisie %s"
-#: ../../standalone/drakperm_.c:45
-msgid "edit"
-msgstr ""
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group"
+msgstr "Werkgroep:"
-#: ../../standalone/drakperm_.c:46
-#, fuzzy
-msgid "Down"
-msgstr "Klaar"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "user"
+msgstr "Gebruikerskode"
-#: ../../standalone/drakperm_.c:47
-#, fuzzy
-msgid "add a rule"
-msgstr "Voeg module by"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
+msgstr ""
-#: ../../standalone/drakperm_.c:48
-msgid "select perm file to see/edit"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "Outoinstallasieskyf word geskep."
+
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Drakperm is used to see files to use in order to fix permissions, owners, "
-"and groups via msec.\n"
-"You can also edit your own rules which will owerwrite the default rules."
+"No CD or DVD image found, please copy the installation program and rpm files."
msgstr ""
-#: ../../standalone/drakperm_.c:56
-#, fuzzy
-msgid "Add a new rule at the end"
-msgstr "Voeg drukker by"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "No image found"
+msgstr "Plaaslike drukker"
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
-msgstr ""
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation image directory"
+msgstr "Xpmac (installasievertoondrywer)"
-#: ../../standalone/drakperm_.c:58
-msgid "Up selected rule one level"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP end ip"
msgstr ""
-#: ../../standalone/drakperm_.c:60
-#, fuzzy
-msgid "Delete selected rule"
-msgstr "Verwyder tou"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP start ip"
+msgstr ""
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:231
-#, fuzzy
-msgid "Current user"
-msgstr "Aanvaar gebruiker"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Interface %s (on network %s)"
+msgstr "Koppelvlak %s (met module %s)"
-#: ../../standalone/drakperm_.c:236
-#, fuzzy
-msgid "Permissions"
-msgstr "Weergawe: %s\n"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
+msgstr "Kies asb. die netwerkkoppelvlak wat u wil gebruik vir die internet."
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid ""
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\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/drakperm_.c:238
-#, fuzzy
-msgid "Property"
-msgstr "Poort"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation Server Configuration"
+msgstr "Sluit konfigurasie af"
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
-msgstr ""
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "PXE Server Configuration"
+msgstr "Sluit konfigurasie af"
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
-msgstr ""
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security options..."
+msgstr "Wag asb. installasie word voorberei"
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
-msgstr ""
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security level..."
+msgstr "Sekuriteitsvlak word gestel."
-#: ../../standalone/drakperm_.c:296
-msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
msgstr ""
-#: ../../standalone/drakperm_.c:297
-#, fuzzy
-msgid "Use owner id for execution"
-msgstr "Gebruik outobespeuring"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "System Options"
+msgstr "Module opsies:"
-#: ../../standalone/drakperm_.c:298
-#, fuzzy
-msgid "Use group id for execution"
-msgstr "Gebruik outobespeuring"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Network Options"
+msgstr "Module opsies:"
-#: ../../standalone/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
msgstr ""
-#: ../../standalone/drakperm_.c:304
-#, fuzzy
-msgid "Path selection"
-msgstr "Stoor pakketseleksie"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Administrator:"
+msgstr "Eksterne lpd drukkeropsies"
-#: ../../standalone/drakperm_.c:350
-#, fuzzy
-msgid "user :"
-msgstr "Gebruikerskode"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Alerts:"
+msgstr "Sekuriteitsvlak word gestel."
-#: ../../standalone/drakperm_.c:352
-#, fuzzy
-msgid "group :"
-msgstr "Werkgroep:"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "(default value: %s)"
+msgstr " (Verstek)"
-#: ../../standalone/draksound_.c:46
-#, fuzzy
-msgid "No Sound Card detected!"
-msgstr "Nie gekonnekteer nieKabelkonneksie"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Level:"
+msgstr "Sekuriteitsvlak word gestel."
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksec:1
+#, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -12148,717 +15610,814 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:21
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound 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/draksplash_.c:67
-#, fuzzy
-msgid "first step creation"
-msgstr "herlaaiskyfskepping"
+#: ../../standalone/draksound:1
+#, fuzzy, c-format
+msgid "No Sound Card detected!"
+msgstr "Nie gekonnekteer nieKabelkonneksie"
-#: ../../standalone/draksplash_.c:70
-#, fuzzy
-msgid "final resolution"
-msgstr "Resolusie"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-#, fuzzy
-msgid "choose image file"
-msgstr "Kies 'n lêer"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Generating preview ..."
+msgstr "Toestel word afgetas..."
-#: ../../standalone/draksplash_.c:72
-#, fuzzy
-msgid "Theme name"
-msgstr "Drukkernaam:"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "You must choose an image file first!"
+msgstr "Tik drukkertoestel URI in"
-#: ../../standalone/draksplash_.c:77
-msgid "Browse"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "ProgressBar color selection"
+msgstr "Drukkermodelkeuse"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
-#, fuzzy
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "choose image file"
+msgstr "Kies 'n lêer"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
msgid "Configure bootsplash picture"
msgstr "Konfigureer dienste"
-#: ../../standalone/draksplash_.c:90
-msgid ""
-"x coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:91
-msgid ""
-"y coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Choose color"
+msgstr "Kies 'n monitor"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Save theme"
+msgstr "Installeer stelsel"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Preview"
+msgstr "toestel"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:94
-msgid ""
-"the progress bar x coordinate\n"
-"of its upper left corner"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:95
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:98
-msgid "the color of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:113
-#, fuzzy
-msgid "Preview"
-msgstr "toestel"
-
-#: ../../standalone/draksplash_.c:115
-#, fuzzy
-msgid "Save theme"
-msgstr "Installeer stelsel"
-
-#: ../../standalone/draksplash_.c:116
-#, fuzzy
-msgid "Choose color"
-msgstr "Kies 'n monitor"
-
-#: ../../standalone/draksplash_.c:119
-msgid "Display logo on Console"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"y coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/draksplash:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:428
-#, fuzzy
-msgid "ProgressBar color selection"
-msgstr "Drukkermodelkeuse"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Theme name"
+msgstr "Drukkernaam:"
-#: ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "You must choose an image file first!"
-msgstr "Tik drukkertoestel URI in"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "final resolution"
+msgstr "Resolusie"
-#: ../../standalone/draksplash_.c:458
-#, fuzzy
-msgid "Generating preview ..."
-msgstr "Toestel word afgetas..."
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "first step creation"
+msgstr "herlaaiskyfskepping"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
+#: ../../standalone/draksplash:1
#, c-format
-msgid "%s BootSplash (%s) preview"
+msgid ""
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"XawTV isn't installed!\n"
+"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"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor "
-"saa7134\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"
+"You can visit our hardware database at:\n"
"\n"
"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:63
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Kanadees (Quebec)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "China (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
msgstr ""
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "East Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "France [SECAM]"
-msgstr "Frankryk"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "Ireland"
-msgstr "Yslandies"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "West Europe"
-msgstr "Europa"
-
-#: ../../standalone/drakxtv_.c:66
-#, fuzzy
-msgid "Australia"
-msgstr "seriaal"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "Daar was 'n fout met die installasie van die pakkette:"
-#: ../../standalone/drakxtv_.c:66
-msgid "Newzealand"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
msgstr ""
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
msgstr ""
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "TV norm:"
msgstr ""
-#: ../../standalone/drakxtv_.c:102
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr ""
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Newzealand"
msgstr ""
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "France [SECAM]"
+msgstr "Frankryk"
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "East Europe"
+msgstr "Europa"
+
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "West Europe"
+msgstr "Europa"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "China (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:120
-#, fuzzy
-msgid "There was an error while scanning for TV channels"
-msgstr "Daar was 'n fout met die installasie van die pakkette:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr ""
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Canada (cable)"
+msgstr "Kanadees (Quebec)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
msgstr ""
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
+"XawTV isn't installed!\n"
"\n"
"\n"
-"You can visit our hardware database at:\n"
+"If you do have a TV card but DrakX has neither detected it (no bttv nor "
+"saa7134\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"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/harddrake2_.c:17
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "Alternatiewe toetsbladsy (A4)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Options"
+msgstr "/Opsies"
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect jazz drives"
+msgstr "Gebruik outobespeuring"
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect modems"
+msgstr "Gebruik outobespeuring"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect printers"
+msgstr "Gebruik outobespeuring"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
msgstr ""
-#: ../../standalone/harddrake2_.c:21
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "secondary"
+msgstr "%d sekondes"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+"Click on a device in the left tree in order to display its information here."
msgstr ""
-#: ../../standalone/harddrake2_.c:22
-#, fuzzy
-msgid "Channel"
-msgstr "Kanselleer"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "Drukkerdata word gelees..."
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
msgstr ""
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Configure module"
+msgstr "Stel muistoestel op"
-#: ../../standalone/harddrake2_.c:23
-msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Information"
+msgstr "Vertoon inligting"
-#: ../../standalone/harddrake2_.c:26
-#, fuzzy
-msgid "Bus identification"
-msgstr "Magtiging"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detected hardware"
+msgstr "Sien hardeware inligting"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Harddrake2 version "
+msgstr "Hardeskyfdeteksie."
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detection in progress"
+msgstr "Op poort %s bespeur"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Author:"
+msgstr "Aftas"
-#: ../../standalone/harddrake2_.c:27
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
msgstr ""
-#: ../../standalone/harddrake2_.c:30
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_About..."
+msgstr "/_Aangaande..."
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
+msgstr "/_Help"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
+msgstr ""
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "blokgrootte"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Select a device !"
+msgstr "Selekteer 'n videokaart"
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Description of the fields:\n"
+"\n"
msgstr ""
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
msgstr ""
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Fields description"
+msgstr "Beskrywing"
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "Gebruik outobespeuring"
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
+msgstr "/_Opsies"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _modems"
+msgstr "Gebruik outobespeuring"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _printers"
+msgstr "Gebruik outobespeuring"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Quit"
+msgstr "Verlaat"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the processor"
msgstr ""
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "Sekuriteitsvlak word gestel."
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "The type of bus on which the mouse is connected"
+msgstr "Aan watter seriaalpoort is u muis gekoppel?"
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
msgstr ""
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model stepping"
+msgstr "Formatering"
-#: ../../standalone/harddrake2_.c:37
-msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the number of the processor"
msgstr ""
-#: ../../standalone/harddrake2_.c:38
-msgid "This field describes the device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
msgstr ""
-#: ../../standalone/harddrake2_.c:39
-#, fuzzy
-msgid "Old device file"
-msgstr "Selekteer lOer"
+#
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "network printer port"
+msgstr "Netwerkdrukker (sok)"
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Name"
+msgstr "Naam: "
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Number of buttons"
+msgstr "2 knoppies"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Official vendor name of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:41
-#, fuzzy
-msgid "New devfs device"
-msgstr "Netwerkportaaltoestel"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model name"
+msgstr "Modulenaam"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:43
-#, fuzzy
-msgid "Module"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model"
msgstr "Muis"
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "hard disk model"
+msgstr "Kaartgeheue (DMA)"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "class of hardware device"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Level"
+msgstr "vlak"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
msgstr ""
-#: ../../standalone/harddrake2_.c:46
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Floppy format"
+msgstr "Formatteer"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "F00f bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "F00f bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
msgstr ""
-#: ../../standalone/harddrake2_.c:53
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "Formatteer"
-
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "vlak"
-
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "class of hardware device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
-#, fuzzy
-msgid "Model"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Module"
msgstr "Muis"
-#: ../../standalone/harddrake2_.c:58
-#, fuzzy
-msgid "hard disk model"
-msgstr "Kaartgeheue (DMA)"
-
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
msgstr ""
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr "Modulenaam"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "New devfs device"
+msgstr "Netwerkportaaltoestel"
-#: ../../standalone/harddrake2_.c:60
-msgid "Official vendor name of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
msgstr ""
-#: ../../standalone/harddrake2_.c:61
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 knoppies"
-
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "Naam: "
-
-#
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr "Netwerkdrukker (sok)"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Old device file"
+msgstr "Selekteer lOer"
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "This field describes the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:64
-msgid "the number of the processor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
msgstr ""
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "Formatering"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
msgstr ""
-#: ../../standalone/harddrake2_.c:66
-#, fuzzy
-msgid "The type of bus on which the mouse is connected"
-msgstr "Aan watter seriaalpoort is u muis gekoppel?"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cpuid level"
+msgstr "Sekuriteitsvlak word gestel."
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
msgstr ""
-#: ../../standalone/harddrake2_.c:68
-msgid "the vendor name of the processor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
msgstr ""
-#: ../../standalone/harddrake2_.c:82
-#, fuzzy
-msgid "/_Quit"
-msgstr "Verlaat"
-
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "Gebruik outobespeuring"
-
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
-msgstr "/_Opsies"
-
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "Gebruik outobespeuring"
-
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
-msgstr "/_Help"
-
-#: ../../standalone/harddrake2_.c:89
-#, fuzzy
-msgid "/_Help..."
-msgstr "/_Help"
-
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:93
-msgid ""
-"Description of the fields:\n"
-"\n"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "Selekteer 'n videokaart"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cache size"
+msgstr "blokgrootte"
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
-#: ../../standalone/harddrake2_.c:102
-#, fuzzy
-msgid "/_About..."
-msgstr "/Help/_Aangaande..."
-
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:105
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
msgstr ""
-#: ../../standalone/harddrake2_.c:106
-#, fuzzy
-msgid "Author:"
-msgstr "Aftas"
-
-#: ../../standalone/harddrake2_.c:113
-#, fuzzy
-msgid "Detection in progress"
-msgstr "Op poort %s bespeur"
-
-#: ../../standalone/harddrake2_.c:119
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "Hardeskyfdeteksie."
-
-#: ../../standalone/harddrake2_.c:126
-#, fuzzy
-msgid "Detected hardware"
-msgstr "Sien hardeware inligting"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Bus identification"
+msgstr "Magtiging"
-#: ../../standalone/harddrake2_.c:129
-#, fuzzy
-msgid "Information"
-msgstr "Vertoon inligting"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
+msgstr ""
-#: ../../standalone/harddrake2_.c:131
-#, fuzzy
-msgid "Configure module"
-msgstr "Stel muistoestel op"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr ""
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../standalone/harddrake2_.c:143
+#: ../../standalone/harddrake2:1
#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "Drukkerdata word gelees..."
+msgid "Channel"
+msgstr "Kanselleer"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-#, fuzzy
-msgid "secondary"
-msgstr "%d sekondes"
-
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "Gebruik outobespeuring"
-
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "Gebruik outobespeuring"
-
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "/_Opsies"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
-#: ../../standalone/keyboarddrake_.c:26
-msgid "Please, choose your keyboard layout."
-msgstr "Wat is u sleutelborduitleg?"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Alternative drivers"
+msgstr "Alternatiewe toetsbladsy (A4)"
-#: ../../standalone/keyboarddrake_.c:35
+#: ../../standalone/keyboarddrake:1
+#, c-format
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:18
-msgid "Change Cd-Rom"
-msgstr "Verander CDROM"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Please, choose your keyboard layout."
+msgstr "Wat is u sleutelborduitleg?"
-#: ../../standalone/livedrake_.c:19
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
+msgstr "Kon nie die intydse opgradering begin nie !!!\n"
+
+#: ../../standalone/livedrake:1
+#, c-format
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."
@@ -12866,653 +16425,779 @@ 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:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Kon nie die intydse opgradering begin nie !!!\n"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Change Cd-Rom"
+msgstr "Verander CDROM"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
msgstr ""
-#: ../../standalone/logdrake_.c:68
-msgid "Show only for the selected day"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Please enter your email address below "
+msgstr "Probeer asb. weer"
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr "/Lêer/_Nuut"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "alert configuration"
+msgstr "Kleurkonfigurasie"
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
-msgstr "<control>N"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr "/Lêer/_Oopmaak"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "load setting"
+msgstr "Formatering"
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
-msgstr "<control>O"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
+msgstr ""
-#: ../../standalone/logdrake_.c:77
-msgid "/File/_Save"
-msgstr "/Lêer/_Stoor"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "service setting"
+msgstr "interessant"
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
-msgstr "<control>S"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Xinetd Service"
+msgstr "Drukkerbediener"
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
-msgstr "/Lêer/Stoor _as"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Webmin Service"
+msgstr "Dienste"
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
-msgstr "/Lêer/-"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "SSH Server"
+msgstr "NIS-bediener"
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
-msgstr "/Opsies/Toets"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Samba Server"
+msgstr "NIS-bediener"
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
-msgstr "/Help/_Aangaande..."
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Postfix Mail Server"
+msgstr "Postfix e-posbediener, Inn netnuusbediener"
-#: ../../standalone/logdrake_.c:145
-#, fuzzy
-msgid "User"
-msgstr "Gebruikerskode"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Ftp Server"
+msgstr "NIS-bediener"
-#: ../../standalone/logdrake_.c:146
-#, fuzzy
-msgid "Messages"
-msgstr "Beginboodskap"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Domain Name Resolver"
+msgstr "Domeinnaam"
-#: ../../standalone/logdrake_.c:147
-msgid "Syslog"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
msgstr ""
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid ""
+"Welcome to the mail 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:151
-msgid "search"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Mail alert configuration"
+msgstr "Konfigurasie"
-#: ../../standalone/logdrake_.c:161
-msgid "A tool to monitor your logs"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert"
msgstr ""
-#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "please wait, parsing file: %s"
msgstr ""
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
msgstr ""
-#: ../../standalone/logdrake_.c:168
-msgid "but not matching"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Calendar"
msgstr ""
-#: ../../standalone/logdrake_.c:172
+#: ../../standalone/logdrake:1
+#, c-format
msgid "Choose file"
msgstr ""
-#: ../../standalone/logdrake_.c:181
-msgid "Calendar"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "but not matching"
msgstr ""
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "matching"
msgstr ""
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-msgid "Mail alert"
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
msgstr ""
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, c-format
-msgid "please wait, parsing file: %s"
+msgid "A tool to monitor your logs"
msgstr ""
-#: ../../standalone/logdrake_.c:392
-#, fuzzy
-msgid "Mail alert configuration"
-msgstr "Konfigurasie"
-
-#: ../../standalone/logdrake_.c:393
-#, fuzzy
-msgid ""
-"Welcome to the mail configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
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:400
-msgid "Apache World Wide Web Server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mandrake Tools Explanation"
msgstr ""
-#: ../../standalone/logdrake_.c:401
-#, fuzzy
-msgid "Domain Name Resolver"
-msgstr "Domeinnaam"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Syslog"
+msgstr ""
-#: ../../standalone/logdrake_.c:402
-#, fuzzy
-msgid "Ftp Server"
-msgstr "NIS-bediener"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Messages"
+msgstr "Beginboodskap"
-#: ../../standalone/logdrake_.c:403
-#, fuzzy
-msgid "Postfix Mail Server"
-msgstr "Postfix e-posbediener, Inn netnuusbediener"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "User"
+msgstr "Gebruikerskode"
-#: ../../standalone/logdrake_.c:404
-#, fuzzy
-msgid "Samba Server"
-msgstr "NIS-bediener"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
+msgstr "/Help/_Aangaande..."
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "SSH Server"
-msgstr "NIS-bediener"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
+msgstr "/Opsies/Toets"
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid "Webmin Service"
-msgstr "Dienste"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
+msgstr "/Lêer/-"
-#: ../../standalone/logdrake_.c:407
-#, fuzzy
-msgid "Xinetd Service"
-msgstr "Drukkerbediener"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/Save _As"
+msgstr "/Lêer/Stoor _as"
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "service setting"
-msgstr "interessant"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr "<control>S"
-#: ../../standalone/logdrake_.c:415
-msgid ""
-"You will receive an alert if one of the selected services is no more running"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
+msgstr "/Lêer/_Stoor"
-#: ../../standalone/logdrake_.c:428
-#, fuzzy
-msgid "load setting"
-msgstr "Formatering"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>O"
+msgstr "<control>O"
-#: ../../standalone/logdrake_.c:429
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr "/Lêer/_Oopmaak"
-#: ../../standalone/logdrake_.c:444
-#, fuzzy
-msgid "alert configuration"
-msgstr "Kleurkonfigurasie"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr "<control>N"
-#: ../../standalone/logdrake_.c:445
-#, fuzzy
-msgid "Please enter your email address below "
-msgstr "Probeer asb. weer"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr "/Lêer/_Nuut"
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Show only for the selected day"
msgstr ""
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
-msgstr "Wat is u muistoestel?"
-
-#: ../../standalone/mousedrake_.c:50
+#: ../../standalone/mousedrake:1
+#, c-format
msgid "Emulate third button?"
msgstr "Emuleer derde knop?"
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "Netwerkkonfigurasie"
-
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "Profiel:"
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
+msgstr "Wat is u muistoestel?"
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Konnekteer"
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "Stoor in lêer"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Diskonnekteer"
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
msgstr ""
-#: ../../standalone/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
-msgstr "Konneksietipe:"
-
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
msgstr ""
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "Konneksie word getoets..."
-
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
-msgstr "Konnekteer aan die internet"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
+msgstr ""
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
-msgstr "Konnekteer aan die internet"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
+msgstr ""
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
msgstr ""
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Local measure"
+msgstr "Plaaslike lêers"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
msgstr ""
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
-msgstr "Konneksiespoed"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Color configuration"
+msgstr "Kleurkonfigurasie"
-#: ../../standalone/net_monitor_.c:226
+#: ../../standalone/net_monitor:1
+#, c-format
msgid ""
"Connection failed.\n"
"Verify your configuration in the Mandrake Control Center."
msgstr ""
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "Kleurkonfigurasie"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection complete."
+msgstr "Konneksiespoed"
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
msgstr ""
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
msgstr ""
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connecting to the Internet "
+msgstr "Konnekteer aan die internet"
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "Plaaslike lêers"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnecting from the Internet "
+msgstr "Konnekteer aan die internet"
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Wait please, testing your connection..."
+msgstr "Konneksie word getoets..."
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
msgstr ""
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection Time: "
+msgstr "Konneksietipe:"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
msgstr ""
-#: ../../standalone/net_monitor_.c:453
-msgid ""
-"Warning, another internet connection has been detected, maybe using your "
-"network"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Sending Speed:"
+msgstr "Stoor in lêer"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
msgstr ""
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/net_monitor:1
#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Konnekteer"
+msgid "Profile "
+msgstr "Profiel:"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/net_monitor:1
#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Diskonnekteer"
+msgid "Network Monitoring"
+msgstr "Netwerkkonfigurasie"
-#: ../../standalone/printerdrake_.c:47
-#, fuzzy
+#: ../../standalone/printerdrake:1
+#, fuzzy, c-format
msgid "Reading printer data ..."
msgstr "Drukkerdata word gelees..."
-#: ../../standalone/scannerdrake_.c:39
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Toestel word afgetas..."
-
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr "Toets poorte"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Name/IP address of host:"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
+msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: ../../standalone/scannerdrake_.c:54
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "%s found on %s, configure it?"
-msgstr "Wil u 'n drukwerk nou konfigureer?"
+msgid "Scannerdrake"
+msgstr "Selekteer 'n videokaart"
+
+#
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "You must enter a host name or an IP address.\n"
+msgstr "Toets asb. die muis"
-#: ../../standalone/scannerdrake_.c:57
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
+msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:63
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Selekteer 'n videokaart"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Sharing of local scanners"
+msgstr "Plaaslike drukker"
-#: ../../standalone/scannerdrake_.c:91
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "This machine"
+msgstr "(op hierdie rekenaar)"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Remove selected host"
+msgstr "Verwyder tou"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Edit selected host"
+msgstr "%s bespeur"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add host"
+msgstr "Voeg gebruiker by"
+
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "This %s scanner is unsupported"
+msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Usage of remote scanners"
+msgstr "Gebruik beskikbare spasie"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "All remote machines"
+msgstr "(op hierdie rekenaar)"
+
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:107
-#, fuzzy
-msgid "choose device"
-msgstr "Herlaaitoestel"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Use the scanners on hosts: "
+msgstr ""
-#: ../../standalone/scannerdrake_.c:113
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
+msgid "Use scanners on remote computers"
msgstr ""
-#: ../../standalone/scannerdrake_.c:118
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "Druk"
+
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
+msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: ../../standalone/service_harddrake_.c:44
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgid ""
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-#: ../../standalone/service_harddrake_.c:48
-msgid "Some devices were added:\n"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-#: ../../standalone/service_harddrake_.c:64
-#, fuzzy
-msgid "Hardware probing in progress"
-msgstr "Op poort %s bespeur"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"Your %s has been configured.\n"
+"You may now scan documents using \"XSane\" from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Kies u taal"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"The %s must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Kies installasieklas"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "choose device"
+msgstr "Herlaaitoestel"
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Hardeskyfdeteksie."
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Please select the device where your %s is attached"
+msgstr ""
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Stel muistoestel op"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is unsupported"
+msgstr ""
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Kies u sleutelbord"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr ""
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sekuriteit"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Stel lêerstelsels op"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
+msgstr ""
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formateer partisies"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for new scanners ..."
+msgstr "Plaaslike drukker"
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Kies pakkette om te installeer"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for configured scanners ..."
+msgstr "Plaaslike drukker"
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Installeer stelsel"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing"
+msgstr "Druk"
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Voeg 'n gebruiker by"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Add a scanner manually"
+msgstr ""
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Stel netwerk op"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Search for new scanners"
+msgstr "Plaaslike drukker"
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Konfigureer dienste"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr ""
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Installeer herlaaistelsel"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
+msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Maar 'n herlaaiskyf"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Stel X op"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Select a scanner"
+msgstr "Selekteer 'n videokaart"
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Installeer stelsel"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Verlaay installasie"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "Wil u 'n drukwerk nou konfigureer?"
-#: ../../ugtk.pm_.c:636
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../standalone/service_harddrake:1
+#, fuzzy, c-format
+msgid "Hardware probing in progress"
+msgstr "Op poort %s bespeur"
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
msgstr ""
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgstr ""
-#
#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Netwerkrekenaar (kliënt)"
+msgid "Office Workstation"
+msgstr "Kantoorwerkstasie"
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS, SMB, Instaan- , SSH (Bedieners)"
+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 "Office"
-msgstr "Kantoor"
+msgid "Workstation"
+msgstr "Werkstasie"
#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome werkstasie"
+msgid "Game station"
+msgstr "Speletjiesrekenaar"
#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Nutsprogramme vir PalmPilot en/of Visor"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "Vermaak: Arkade, Bordspel, Strategie ens."
#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Werkstasie"
+msgid "Multimedia station"
+msgstr "Multimediastasie"
#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Vuurmuur/Netwerkroteerder"
+msgid "Sound and video playing/editing programs"
+msgstr "Klank- en videospelers/redigeerders"
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domeinnaam en Netwerk Informasie Bediener (DNS/NIS)"
+msgid "Internet station"
+msgstr "Internetstasie"
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
-"Kantoorprogramme: Woordverwerkers( kword, abiword), spreistate (kspread, "
-"gnumeric), PDF-sigprogramme, ens."
+"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 "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Klankprogramme: MP3- of MIDI-spelers, mengers, ens."
+msgid "Network Computer (client)"
+msgstr "Netwerkrekenaar (kliënt)"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr ""
+msgid "Clients for different protocols including ssh"
+msgstr "Kliëntprogramme vir 'n verkeidenheid protokolle insluitende SSH"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Boeke en HOWTO's oor Linux en Vrye Sagteware"
+msgid "Configuration"
+msgstr "Konfigurasie"
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE werkstasie"
+msgid "Tools to ease the configuration of your computer"
+msgstr "Hulpprogramme vir u rekenaarkonfigurasie te vergemaklik"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, ens."
+msgid "Scientific Workstation"
+msgstr "Wetenskaplike werkstasie"
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia - Video"
+msgid "Console Tools"
+msgstr "Konsole hulpprogramme"
#: ../../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"
+msgid "Editors, shells, file tools, terminals"
+msgstr ""
+"Redigeerders. teksverwerkers, instruksiedoppe, lêernutsprogramme, "
+"terminaalprogramme"
#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Datbasis"
+msgid "KDE Workstation"
+msgstr "KDE werkstasie"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL of MySQL databasisbediener"
+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 "Tools to ease the configuration of your computer"
-msgstr "Hulpprogramme vir u rekenaarkonfigurasie te vergemaklik"
+msgid "Graphical Environment"
+msgstr "Grafiese omgewing"
#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia - Klank"
+msgid "Gnome Workstation"
+msgstr "Gnome werkstasie"
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "dokumentasie"
+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 "Console Tools"
-msgstr "Konsole hulpprogramme"
+msgid "Other Graphical Desktops"
+msgstr "Ander grafiese werkskerms"
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix e-posbediener, Inn netnuusbediener"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, ens."
#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internetstasie"
+msgid "Development"
+msgstr "Ontwikkeling"
#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimediastasie"
+msgid "C and C++ development libraries, programs and include files"
+msgstr "C en C++ ontwikkelingsprogrammateke, programme en insluitlêers"
#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Konfigurasie"
+msgid "Documentation"
+msgstr "dokumentasie"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Addisionele grafiese werkskerms (Gnome, IceWM)"
+msgid "Books and Howto's on Linux and Free Software"
+msgstr "Boeke en HOWTO's oor Linux en Vrye Sagteware"
#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
+msgid "LSB"
msgstr ""
-"Die K-werkskermomgewing (KDE), die basiese grafiese omgewing met 'n "
-"versameling bygaande hulpprogramme"
#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafiese omgewing"
+msgid "Linux Standard Base. Third party applications support"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Ontwikkeling"
+msgid "Web/FTP"
+msgstr "Web/FTP"
#: ../../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"
+msgid "Mail/Groupware/News"
+msgstr "E-pos/Groepware/Netnuus"
#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Kantoorwerkstasie"
+msgid "Postfix mail server, Inn news server"
+msgstr "Postfix e-posbediener, Inn netnuusbediener"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, ens."
+msgid "Database"
+msgstr "Datbasis"
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafiese programme soos Die GIMP"
+msgid "PostgreSQL or MySQL database server"
+msgstr "PostgreSQL of MySQL databasisbediener"
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
+msgstr "Vuurmuur/Netwerkroteerder"
+
+#: ../../share/compssUsers:999
+msgid "Internet gateway"
+msgstr "Internetpoort"
#: ../../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 insluitlêers"
+msgid "Domain Name and Network Information Server"
+msgstr "Domeinnaam en Netwerk Informasie Bediener (DNS/NIS)"
#
#: ../../share/compssUsers:999
@@ -13520,239 +17205,87 @@ msgid "Network Computer server"
msgstr "Netwerkrekenaarbediener"
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "E-pos/Groepware/Netnuus"
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr "NFS, SMB, Instaan- , SSH (Bedieners)"
#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Speletjiesrekenaar"
+msgid "Office"
+msgstr "Kantoor"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Videospelers en -redigeerders"
+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 "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 "Personal Finance"
-msgstr "Persoonlike finansies"
+msgid "Graphics programs such as The Gimp"
+msgstr "Grafiese programme soos Die GIMP"
#: ../../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"
+msgid "Multimedia - Sound"
+msgstr "Multimedia - Klank"
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Kliëntprogramme vir 'n verkeidenheid protokolle insluitende SSH"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgstr "Klankprogramme: MP3- of MIDI-spelers, mengers, ens."
#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr ""
+msgid "Multimedia - Video"
+msgstr "Multimedia - Video"
#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internetpoort"
+msgid "Video players and editors"
+msgstr "Videospelers en -redigeerders"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Klank- en videospelers/redigeerders"
+msgid "Multimedia - CD Burning"
+msgstr "Multimedia - CD Sny"
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Ander grafiese werkskerms"
+msgid "Tools to create and burn CD's"
+msgstr "Hulpprogramme vir die skep en brand van CDs"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr ""
-"Redigeerders. teksverwerkers, instruksiedoppe, lêernutsprogramme, "
-"terminaalprogramme"
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr "Addisionele grafiese werkskerms (Gnome, IceWM)"
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programme om u finansies te bestuur, soos GNUcash"
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, ens."
#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Persoonlike Inligtingbestuur."
#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia - CD Sny"
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr "Nutsprogramme vir PalmPilot en/of Visor"
#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Wetenskaplike werkstasie"
-
-#~ msgid "can not open /etc/inittab for reading: %s"
-#~ msgstr "kan nie /etc/inittab oopmaak vir lees nie: %s"
-
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "Telefoonnommer"
-
-#~ 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 ""
-#~ "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"
+msgid "Personal Finance"
+msgstr "Persoonlike finansies"
-#~ msgid "Proxy configuration"
-#~ msgstr "Instaanbedienerkonfigurasie"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr "Programme om u finansies te bestuur, soos GNUcash"
#~ msgid ""
-#~ "Welcome to the proxy configuration utility.\n"
+#~ "You must indicate where you wish to place the information required to "
+#~ "boot\n"
+#~ "GNU/Linux.\n"
#~ "\n"
-#~ "Here, you'll be able to set up your http and ftp proxies\n"
-#~ "with or without login and password\n"
+#~ "Unless you know exactly what you are doing, choose \"First sector of "
+#~ "drive\n"
+#~ "(MBR)\"."
#~ msgstr ""
-#~ "Welkom by die proksiekonfigurasienutsprogram.\n"
+#~ "U moet aandui waar u die informasie om Linux te herlaai, wil plaas.\n"
#~ "\n"
-#~ "Hier kan u die HTTP en FTP-instaanbedieners\n"
-#~ "opstel met of sonder aantekenkodes en wagwoorde\n"
-
-#~ msgid "URL"
-#~ msgstr "URL"
-
-#~ msgid "port"
-#~ msgstr "Poort"
-
-#~ msgid "Url should begin with 'http:'"
-#~ msgstr "Instaanbediener moet begin met http://"
-
-#~ msgid "The port part should be numeric"
-#~ msgstr "Die poortgedeelte moet numeries wees"
-
-#~ 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"
-
-#~ msgid "login"
-#~ msgstr "Gebruikerskode"
-
-#~ msgid "password"
-#~ msgstr "Herhaal wagwoord"
-
-#~ msgid "re-type password"
-#~ msgstr "Geen wagwoord"
-
-#~ msgid "The passwords don't match. Try again!"
-#~ msgstr "Die wagwoorde stem nie ooreen nie. Probeer weer!"
-
-#~ msgid "Can't write file %s"
-#~ msgstr "Kan nie lêer %s skryf nie"
-
-#~ msgid "no help implemented yet.\n"
-#~ msgstr "Gee hulp beskikbaar nie (nog nie).\n"
-
-#, fuzzy
-#~ msgid "Please click on a medium"
-#~ msgstr "Kliek asb. op 'n partisie"
-
-#~ msgid "Removing LPRng..."
-#~ msgstr "LPRng word verwyder..."
-
-#~ msgid "Removing LPD..."
-#~ msgstr "LPD word verwyder..."
-
-#~ msgid "usage: drakfloppy\n"
-#~ msgstr "gebruik: drakfloppy\n"
-
-#, fuzzy
-#~ msgid ""
#~ "\n"
-#~ "Usage: harddrake [-h|--help] [--test]\n"
-#~ msgstr "gebruik: keyboarddrake [--expert] [SleutelbordNaam]\n"
-
-#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-#~ msgstr "gebruik: keyboarddrake [--expert] [SleutelbordNaam]\n"
+#~ "Behalwe as u werklik weet wat u doen moet u \"Eerste sektor van skyf (MBR)"
+#~ "\" kies."
-#~ msgid "detected on interface %s"
-#~ msgstr "op koppelvlak %s bespeur"
+#~ msgid "Test ports"
+#~ msgstr "Toets poorte"
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index 5cf5f31c3..6e98e4c17 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -15,1107 +15,658 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.8\n"
-#: ../../Xconfig/card.pm_.c:16
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfig/card.pm_.c:17
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfig/card.pm_.c:18
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfig/card.pm_.c:19
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfig/card.pm_.c:20
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfig/card.pm_.c:21
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfig/card.pm_.c:22
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfig/card.pm_.c:23
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfig/card.pm_.c:24
-msgid "64 MB or more"
-msgstr "64 MB və ya daha §ox"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "Choose a X server"
-msgstr "Bir X vericisi se§in"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "X server"
-msgstr "X verici"
-
-#: ../../Xconfig/card.pm_.c:230
-msgid "Multi-head configuration"
-msgstr "‡oxlu BaĊŸlÄħq quraĊŸdÄħrÄħlmasÄħ"
-
-#: ../../Xconfig/card.pm_.c:231
+#: ../../any.pm:1
+#, c-format
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?"
-
-#: ../../Xconfig/card.pm_.c:288
-msgid "Select the memory size of your graphics card"
-msgstr "Ekran kartÄħnÄħzÄħn yaddaĊŸ bĥyĵklĵyĵnĵ se§in"
-
-#: ../../Xconfig/card.pm_.c:349
-msgid "XFree configuration"
-msgstr "XFree quraĊŸdÄħrÄħlmasÄħ"
-
-#: ../../Xconfig/card.pm_.c:351
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Necə bir XFree qurğusunu istəyirsiniz?"
-
-#: ../../Xconfig/card.pm_.c:383
-msgid "Configure all heads independently"
-msgstr "Bĵtĵn baĊŸlÄħqlarÄħ ayrÄħ ayrÄħ quraĊŸdÄħr"
-
-#: ../../Xconfig/card.pm_.c:384
-msgid "Use Xinerama extension"
-msgstr "Xinerama ifadələrini iĊŸlət"
-
-#: ../../Xconfig/card.pm_.c:389
-#, fuzzy, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "Təkcə \"%s\" kartÄħnÄħ qur (%s)"
-
-#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
-#: ../../Xconfig/various.pm_.c:23
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
+msgstr ""
+
+#: ../../any.pm:1 ../../bootlook.pm:1 ../../install_steps_gtk.pm:1
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
+#: ../../interactive/stdio.pm:1 ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
+#: ../../standalone/drakgw:1 ../../standalone/draksec:1
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Cancel"
+msgstr "Ləğv et"
-#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "3D avadanlÄħq sĵr'ətləndirməsi ilə XFree %s"
+msgid "Launch userdrake"
+msgstr ""
-#: ../../Xconfig/card.pm_.c:416
+#: ../../any.pm:1
#, 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."
+"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 ""
-"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."
-
-#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
-#, 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."
-#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, 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"
-
-#: ../../Xconfig/card.pm_.c:429
-#, 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."
+msgid "Mandatory package %s is missing"
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."
-#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
+#: ../../any.pm:1
#, 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."
+"You can export using NFS or Samba. Please select which you'd like to use."
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."
-#: ../../Xconfig/card.pm_.c:455
-msgid "Xpmac (installation display driver)"
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
+#, 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?"
-#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
+#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
msgid "Custom"
msgstr "Xĵsusi"
-#: ../../Xconfig/main.pm_.c:102
-#, fuzzy
-msgid "Graphic Card"
-msgstr "Ekran kartÄħ"
-
-#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
-msgid "Monitor"
-msgstr "Monitor"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Allow all users"
+msgstr "Ä°stifadə§i əlavə et"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
-msgid "Resolution"
-msgstr "Rezolyusiya"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "No sharing"
+msgstr "CUPS baĊŸlayÄħr"
-#: ../../Xconfig/main.pm_.c:113
-msgid "Test"
-msgstr ""
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "More"
+msgstr "Daha ‡ox"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/smbnfs_gtk.pm_.c:86
-msgid "Options"
-msgstr "Se§É™nəklər"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Here is the full list of available countries"
+msgstr "Bĵtĵn mĥvcud klaviaturalarÄħn siyahÄħsÄħ"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
-#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
-#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
-#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
-#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
-#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
-msgid "Ok"
-msgstr "Oldu"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose your country."
+msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħn nĥvĵnĵ se§in."
-#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
-#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
-msgid "Quit"
-msgstr "‡Äħx"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Country"
+msgstr "–lkə:"
-#: ../../Xconfig/main.pm_.c:145
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Mĥvcud qurğularÄħ saxlayÄħm?\n"
-"Hal-hazÄħrkÄħ qurğular:\n"
-"\n"
-"%s"
-
-#: ../../Xconfig/monitor.pm_.c:93
-msgid "Choose a monitor"
-msgstr "Monitorunuzu se§in"
-
-#: ../../Xconfig/monitor.pm_.c:97
-msgid "Plug'n Play"
+msgid "Use Unicode by default"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
-msgid "Generic"
-msgstr "œmumi"
-
-#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
-#: ../../standalone/harddrake2_.c:68
-#, fuzzy
-msgid "Vendor"
-msgstr "Geri al"
-
-#: ../../Xconfig/monitor.pm_.c:109
-msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "All"
+msgstr "HamÄħsÄħ"
-#: ../../Xconfig/monitor.pm_.c:114
+#: ../../any.pm:1
+#, c-format
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."
-
-#: ../../Xconfig/monitor.pm_.c:121
-msgid "Horizontal refresh rate"
-msgstr "œfĵqi yeniləmə sĵr'əti"
-
-#: ../../Xconfig/monitor.pm_.c:122
-msgid "Vertical refresh rate"
-msgstr "Ċžaquli yeniləmə sĵr'əti"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:12
-msgid "256 colors (8 bits)"
-msgstr "256 rəng (8 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:13
-msgid "32 thousand colors (15 bits)"
-msgstr "32 min rəng (15 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:14
-msgid "65 thousand colors (16 bits)"
-msgstr "65 min rəng (16 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:15
-msgid "16 million colors (24 bits)"
-msgstr "16 milyon rəng (24 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:16
-msgid "4 billion colors (32 bits)"
-msgstr "4 milyard rəng (32 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:130
-msgid "Resolutions"
-msgstr "Rezolyusiyalar"
+"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 "Qurulumdan sonra istifadə edə biləcəyiniz baĊŸqa dillər se§É™ bilərsiniz"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
-msgid "Choose the resolution and the color depth"
-msgstr "Rezolyusiya və rəng dərinliyini se§in"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose a language to use."
+msgstr "XahiĊŸ edirik istifadə ĵ§ĵn bir dil se§in."
-#: ../../Xconfig/resolution_and_depth.pm_.c:256
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s"
-msgstr "Ekran kartÄħ: %s"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
-#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
-#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
-#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
-#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
-#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
-#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
-#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
-#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
-#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
-#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
-#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
-#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
-#: ../../ugtk2.pm_.c:926
-msgid "Cancel"
-msgstr "Ləğv et"
+msgid "Choose the window manager to run:"
+msgstr "Ä°stifadə etmək istədiyiniz pəncərə idarə§isini se§in:"
-#: ../../Xconfig/test.pm_.c:29
-msgid "Test of the configuration"
-msgstr "QurğularÄħn sÄħnağÄħ"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the default user:"
+msgstr "Ĉsas istifadə§ini se§in:"
-#: ../../Xconfig/test.pm_.c:30
-msgid "Do you want to test the configuration?"
-msgstr "QurğularÄħ sÄħnamaq istəyirsiniz?"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Do you want to use this feature?"
+msgstr "aboot istifadə etmək istəyirsiniz?"
-#: ../../Xconfig/test.pm_.c:30
-#, fuzzy
-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"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "I can set up your computer to automatically log on one user."
+msgstr ""
+"Kompĵterinizi avtomatik olaraq bir istifadə§i ilə baĊŸlada bilərəm.\n"
+"İstəmirsiniz isə rədd edin."
-#: ../../Xconfig/various.pm_.c:29
+#: ../../any.pm:1
#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Klavatura dĵzĵlĵĊŸĵ: %s\n"
+msgid "Autologin"
+msgstr "Avtomatik GiriĊŸ"
-#: ../../Xconfig/various.pm_.c:30
+#: ../../any.pm:1
#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Si§an nĥvĵ: %s\n"
+msgid "Icon"
+msgstr "Timsal"
-#: ../../Xconfig/various.pm_.c:31
+#: ../../any.pm:1
#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Si§an avadanlÄħğÄħ: %s\n"
+msgid "Shell"
+msgstr "QabÄħq"
-#: ../../Xconfig/various.pm_.c:32
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
+msgid "Password (again)"
+msgstr "Parol (təkrar)"
-#: ../../Xconfig/various.pm_.c:33
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitorun Ċžaquli DaramasÄħ: %s\n"
+msgid "Password"
+msgstr "Parol"
-#: ../../Xconfig/various.pm_.c:34
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitorun œfĵqi Yeniləməsi: %s\n"
+msgid "User name"
+msgstr "Ä°stifadə§i adÄħ"
-#: ../../Xconfig/various.pm_.c:35
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s\n"
-msgstr "Ekran kartÄħ: %s\n"
+msgid "Real name"
+msgstr "Həqiqi adÄħ"
-#: ../../Xconfig/various.pm_.c:36
+#: ../../any.pm:1
#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "Ekran kartÄħ yaddaĊŸÄħ: %s KB\n"
+msgid "Accept user"
+msgstr "Ä°stifadə§ini qəbul et"
-#: ../../Xconfig/various.pm_.c:38
+#: ../../any.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/scannerdrake:1
#, c-format
-msgid "Color depth: %s\n"
-msgstr "Rəng dərinliyi: %s\n"
+msgid "Done"
+msgstr "QurtardÄħ"
-#: ../../Xconfig/various.pm_.c:39
+#: ../../any.pm:1
#, c-format
-msgid "Resolution: %s\n"
-msgstr "Rezolyusiya: %s\n"
+msgid ""
+"Enter a user\n"
+"%s"
+msgstr ""
+"Bir istifadə§i girin\n"
+"%s"
-#: ../../Xconfig/various.pm_.c:41
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 verici: %s\n"
+msgid "Add user"
+msgstr "Ä°stifadə§ini əlavə et"
-#: ../../Xconfig/various.pm_.c:42
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 sĵrĵcĵ: %s\n"
-
-#: ../../Xconfig/various.pm_.c:61
-msgid "Graphical interface at startup"
-msgstr "X ilə A§ÄħlÄħĊŸ"
+msgid "This user name has already been added"
+msgstr "Bu istifadə§i adÄħ artÄħq vardÄħr"
-#: ../../Xconfig/various.pm_.c:62
-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 ""
-"Kompĵterinizi avtomatik olaraq X ilə a§ÄħlmasÄħ ĵ§ĵn qura bilərəm.\n"
-"A§ÄħlÄħĊŸda X Window ilə baĊŸlamaq istəyirsiniz?"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "The user name is too long"
+msgstr "Bu istifadə§i adÄħ artÄħq vardÄħr"
-#: ../../Xconfig/various.pm_.c:73
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
+"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"
-#: ../../Xconfig/various.pm_.c:85
-#, fuzzy
-msgid "What norm is your TV using?"
-msgstr "ISDN bağlantÄħnÄħzÄħn nĥvĵ nədir?"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132
-msgid "First sector of boot partition"
-msgstr "A§ÄħlÄħĊŸ qisminin ilk sektoru"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
-msgid "First sector of drive (MBR)"
-msgstr "Diskin ilk sektoru (MBR)"
-
-#: ../../any.pm_.c:111
-msgid "SILO Installation"
-msgstr "SILO Qurulumu"
-
-#: ../../any.pm_.c:112 ../../any.pm_.c:125
-msgid "Where do you want to install the bootloader?"
-msgstr "Sistem yĵkləyicisini haraya qurmaq istəyirsiniz?"
-
-#: ../../any.pm_.c:124
-msgid "LILO/grub Installation"
-msgstr "LILO/grup Qurulumu"
-
-#: ../../any.pm_.c:136 ../../any.pm_.c:150
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:138
-msgid "LILO with text menu"
-msgstr "Mətn menyulu LILO"
-
-#: ../../any.pm_.c:139 ../../any.pm_.c:150
-msgid "LILO with graphical menu"
-msgstr "Qrafiki menyulu LILO"
-
-#: ../../any.pm_.c:142
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:146
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "DOS/WÄ°ndowsdan a§Äħl (loadlin)"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:150
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:158 ../../any.pm_.c:189
-msgid "Bootloader main options"
-msgstr "Sistem yĵkləyicisi ana se§É™nəkləri"
-
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
-msgid "Bootloader to use"
-msgstr "Ä°stifadə ediləcək A§ÄħlÄħĊŸ idarəcisi"
-
-#: ../../any.pm_.c:161
-msgid "Bootloader installation"
-msgstr "A§ÄħlÄħĊŸ yĵkləyici quruluĊŸu"
-
-#: ../../any.pm_.c:163 ../../any.pm_.c:192
-msgid "Boot device"
-msgstr "A§ÄħlÄħĊŸ avadanlÄħğÄħ"
-
-#: ../../any.pm_.c:164
-msgid "Compact"
-msgstr "Bəsit"
-
-#: ../../any.pm_.c:164
-msgid "compact"
-msgstr "bəsit"
-
-#: ../../any.pm_.c:165 ../../any.pm_.c:289
-msgid "Video mode"
-msgstr "Ekran modu"
-
-#: ../../any.pm_.c:167
-msgid "Delay before booting default image"
-msgstr "A§ÄħlÄħĊŸda gecikmə mĵddəti"
-
-#: ../../any.pm_.c:169 ../../any.pm_.c:772
-#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
-#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
-#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
-#: ../../standalone/drakconnect_.c:647
-msgid "Password"
-msgstr "Parol"
-
-#: ../../any.pm_.c:170 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1078
-msgid "Password (again)"
-msgstr "Parol (təkrar)"
-
-#: ../../any.pm_.c:171
-msgid "Restrict command line options"
-msgstr "Ĉmr sətiri se§É™nəklərini məhdudlaĊŸdÄħr"
-
-#: ../../any.pm_.c:171
-msgid "restrict"
-msgstr "məhdudlaĊŸdÄħr"
-
-#: ../../any.pm_.c:173
-msgid "Clean /tmp at each boot"
-msgstr "/tmp-i hər a§ÄħlÄħĊŸda təmizlə"
-
-#: ../../any.pm_.c:174
+#: ../../any.pm:1
#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "œmumi yaddaĊŸ miqdarÄħ (%d MB tapÄħldÄħ)"
-
-#: ../../any.pm_.c:176
-msgid "Enable multi profiles"
-msgstr "Birdən artÄħq profilə icazə ver"
-
-#: ../../any.pm_.c:180
-msgid "Give the ram size in MB"
-msgstr "YaddaĊŸ miqdarÄħnÄħ Mb cinsindən verin"
+msgid "Please give a user name"
+msgstr "XahiĊŸ edirik bir istifadə§i adÄħ alÄħn"
-#: ../../any.pm_.c:182
-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:1
+#, c-format
+msgid "This password is too simple"
+msgstr "Zəif parol se§diniz!"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../diskdrake/interactive.pm_.c:1204
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid "Please try again"
msgstr "XahiĊŸ edirik təkrar sÄħnayÄħn"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
msgid "The passwords do not match"
msgstr "Parollar uyğun gəlmir"
-#: ../../any.pm_.c:191
-msgid "Init Message"
-msgstr "Ä°nit Ä°smarÄħcÄħ"
+#: ../../any.pm:1
+#, c-format
+msgid "(already added %s)"
+msgstr "(%s artÄħq əlavə edilmiĊŸdir)"
-#: ../../any.pm_.c:193
-msgid "Open Firmware Delay"
-msgstr "Firmware Gecikməsini A§"
+#: ../../any.pm:1
+#, c-format
+msgid "access to compilation tools"
+msgstr ""
-#: ../../any.pm_.c:194
-msgid "Kernel Boot Timeout"
-msgstr "‡É™kirdək A§ÄħlÄħĊŸÄħ Vaxt DolmasÄħ"
+#: ../../any.pm:1
+#, c-format
+msgid "access to network tools"
+msgstr ""
-#: ../../any.pm_.c:195
-msgid "Enable CD Boot?"
-msgstr "CDdən A§ÄħlÄħĊŸÄħ FəallaĊŸdÄħrÄħm?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to administrative files"
+msgstr ""
-#: ../../any.pm_.c:196
-msgid "Enable OF Boot?"
-msgstr "OF A§ÄħlÄħĊŸÄħ FəallaĊŸdÄħrÄħm?"
+#: ../../any.pm:1
+#, c-format
+msgid "allow \"su\""
+msgstr ""
-#: ../../any.pm_.c:197
-msgid "Default OS?"
-msgstr "Ĉsas OS"
+#: ../../any.pm:1
+#, c-format
+msgid "access to rpm tools"
+msgstr ""
-#: ../../any.pm_.c:231
-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?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm:1
+#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
+"You can create additional entries 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:257 ../../standalone/drakbackup_.c:1531
-#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
-#: ../../standalone/drakfont_.c:996
-msgid "Add"
-msgstr "Ĉlavə et"
-
-#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
-#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
-msgid "Done"
-msgstr "QurtardÄħ"
-
-#: ../../any.pm_.c:257
-msgid "Modify"
-msgstr "TəkmilləĊŸdir"
-
-#: ../../any.pm_.c:265
-msgid "Which type of entry do you want to add?"
-msgstr "Ne cĵr bir giriĊŸ istəyirsiniz?"
-
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
-msgid "Linux"
-msgstr "Linuks"
-
-#: ../../any.pm_.c:266
-msgid "Other OS (SunOS...)"
-msgstr "Digər sistemlər (SunOS...)"
-
-#: ../../any.pm_.c:267
-msgid "Other OS (MacOS...)"
-msgstr "Digər sistemlər (MacOS...)"
-
-#: ../../any.pm_.c:267
+#: ../../any.pm:1
+#, c-format
msgid "Other OS (windows...)"
msgstr "Digər sistemlər (windows...)"
-#: ../../any.pm_.c:285
-msgid "Image"
-msgstr "Ĉks"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (MacOS...)"
+msgstr "Digər sistemlər (MacOS...)"
-#: ../../any.pm_.c:286 ../../any.pm_.c:297
-msgid "Root"
-msgstr "Kĥk"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (SunOS...)"
+msgstr "Digər sistemlər (SunOS...)"
-#: ../../any.pm_.c:287 ../../any.pm_.c:315
-msgid "Append"
-msgstr "Sonuna əlavə et"
+#: ../../any.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Linux"
+msgstr "Linuks"
-#: ../../any.pm_.c:291
-msgid "Initrd"
-msgstr "Initrd"
+#: ../../any.pm:1
+#, c-format
+msgid "Which type of entry do you want to add?"
+msgstr "Ne cĵr bir giriĊŸ istəyirsiniz?"
-#: ../../any.pm_.c:292
-msgid "Read-write"
-msgstr "Oxu-yaz"
+#: ../../any.pm:1
+#, c-format
+msgid "This label is already used"
+msgstr "Bu etiket istifadə edilməz"
-#: ../../any.pm_.c:299
-msgid "Table"
-msgstr "Cədvəl"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "You must specify a root partition"
+msgstr "Bir swap sahəsinə ehtiyacÄħnÄħz var"
-#: ../../any.pm_.c:300
-msgid "Unsafe"
-msgstr "E'tibarsÄħz"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a kernel image"
+msgstr ""
-#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
-msgid "Label"
-msgstr "Etiket"
+#: ../../any.pm:1
+#, c-format
+msgid "Empty label not allowed"
+msgstr "BoĊŸ etiket qəbul edilə bilməz"
-#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
+#: ../../any.pm:1 ../../harddrake/v4l.pm:1
+#, c-format
msgid "Default"
msgstr "Ĉsas"
-#: ../../any.pm_.c:316
-msgid "Initrd-size"
-msgstr "Initrd bĥyĵklĵyĵ"
-
-#: ../../any.pm_.c:318
+#: ../../any.pm:1
+#, c-format
msgid "NoVideo"
msgstr "NoVÄ°deo"
-#: ../../any.pm_.c:326
-msgid "Remove entry"
-msgstr "GiriĊŸi sil"
-
-#: ../../any.pm_.c:329
-msgid "Empty label not allowed"
-msgstr "BoĊŸ etiket qəbul edilə bilməz"
-
-#: ../../any.pm_.c:330
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:330
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Bir swap sahəsinə ehtiyacÄħnÄħz var"
-
-#: ../../any.pm_.c:331
-msgid "This label is already used"
-msgstr "Bu etiket istifadə edilməz"
-
-#: ../../any.pm_.c:640
+#: ../../any.pm:1
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "%s %s ara ĵzĵ tapÄħldÄħ"
-
-#: ../../any.pm_.c:641
-msgid "Do you have another one?"
-msgstr "BaĊŸqa var?"
+msgid "Initrd-size"
+msgstr "Initrd bĥyĵklĵyĵ"
-#: ../../any.pm_.c:642
+#: ../../any.pm:1
#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "He§ %s ara ĵzĵ var?"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
-msgid "No"
-msgstr "Xeyr"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
-#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
-#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
-msgid "Yes"
-msgstr "Bəli"
-
-#: ../../any.pm_.c:645
-msgid "See hardware info"
-msgstr "AvadanlÄħq mə'lumatÄħna bax"
+msgid "Append"
+msgstr "Sonuna əlavə et"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:662
+#: ../../any.pm:1
#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "%s kartÄħ (%s) ĵ§ĵn sĵrĵcĵ yĵklənir"
+msgid "Label"
+msgstr "Etiket"
-#: ../../any.pm_.c:663
+#: ../../any.pm:1
#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
+msgid "Unsafe"
+msgstr "E'tibarsÄħz"
-#: ../../any.pm_.c:674
+#: ../../any.pm:1
#, 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 ""
+msgid "Table"
+msgstr "Cədvəl"
-#: ../../any.pm_.c:680
+#: ../../any.pm:1
#, 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 ""
-"Ä°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:682
-msgid "Module options:"
-msgstr "Modul se§É™nəkləri:"
+msgid "Root"
+msgstr "Kĥk"
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:694
+#: ../../any.pm:1
#, c-format
-msgid "Which %s driver should I try?"
-msgstr "HansÄħ %s sĵrĵcĵsĵ sÄħnansÄħn?"
+msgid "Read-write"
+msgstr "Oxu-yaz"
-#: ../../any.pm_.c:703
+#: ../../any.pm:1
#, 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:707
-msgid "Autoprobe"
-msgstr "Avtomatik yoxla"
+msgid "Initrd"
+msgstr "Initrd"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "Se§É™nəkləri gĥstər"
+#: ../../any.pm:1
+#, c-format
+msgid "Video mode"
+msgstr "Ekran modu"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, 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?"
+msgid "Image"
+msgstr "Ĉks"
-#: ../../any.pm_.c:734
-msgid "access to X programs"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Default OS?"
+msgstr "Ĉsas OS"
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Enable OF Boot?"
+msgstr "OF A§ÄħlÄħĊŸÄħ FəallaĊŸdÄħrÄħm?"
-#: ../../any.pm_.c:736
-msgid "allow \"su\""
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Enable CD Boot?"
+msgstr "CDdən A§ÄħlÄħĊŸÄħ FəallaĊŸdÄħrÄħm?"
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Kernel Boot Timeout"
+msgstr "‡É™kirdək A§ÄħlÄħĊŸÄħ Vaxt DolmasÄħ"
-#: ../../any.pm_.c:738
-msgid "access to network tools"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Open Firmware Delay"
+msgstr "Firmware Gecikməsini A§"
-#: ../../any.pm_.c:739
-msgid "access to compilation tools"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Boot device"
+msgstr "A§ÄħlÄħĊŸ avadanlÄħğÄħ"
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(%s artÄħq əlavə edilmiĊŸdir)"
+msgid "Init Message"
+msgstr "Ä°nit Ä°smarÄħcÄħ"
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "Zəif parol se§diniz!"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader to use"
+msgstr "Ä°stifadə ediləcək A§ÄħlÄħĊŸ idarəcisi"
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "XahiĊŸ edirik bir istifadə§i adÄħ alÄħn"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader main options"
+msgstr "Sistem yĵkləyicisi ana se§É™nəkləri"
-#: ../../any.pm_.c:751
+#: ../../any.pm:1
+#, c-format
msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
+"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-"Ä°stifadə§i adÄħnda sadacə ki§ik hərflər, rəqəmlər, `-' və `_' xarakterləri "
-"ola bilər"
-
-#: ../../any.pm_.c:752
-#, fuzzy
-msgid "The user name is too long"
-msgstr "Bu istifadə§i adÄħ artÄħq vardÄħr"
+"``Ĉmr sətiri se§É™nəklərini məhdudlaĊŸdÄħr`` se§É™nəyi parolsuz bir iĊŸÉ™ yaramaz"
-#: ../../any.pm_.c:753
-msgid "This user name is already added"
-msgstr "Bu istifadə§i adÄħ artÄħq vardÄħr"
+#: ../../any.pm:1
+#, c-format
+msgid "Give the ram size in MB"
+msgstr "YaddaĊŸ miqdarÄħnÄħ Mb cinsindən verin"
-#: ../../any.pm_.c:757
-msgid "Add user"
-msgstr "Ä°stifadə§ini əlavə et"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable multiple profiles"
+msgstr "Birdən artÄħq profilə icazə ver"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Bir istifadə§i girin\n"
-"%s"
+msgid "Precise RAM size if needed (found %d MB)"
+msgstr "œmumi yaddaĊŸ miqdarÄħ (%d MB tapÄħldÄħ)"
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "Ä°stifadə§ini qəbul et"
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "/tmp-i hər a§ÄħlÄħĊŸda təmizlə"
-#: ../../any.pm_.c:770
-msgid "Real name"
-msgstr "Həqiqi adÄħ"
+#: ../../any.pm:1
+#, c-format
+msgid "Create a bootdisk"
+msgstr "A§ÄħlÄħĊŸ disketi yarat"
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "Ä°stifadə§i adÄħ"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "məhdudlaĊŸdÄħr"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "QabÄħq"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "Ĉmr sətiri se§É™nəklərini məhdudlaĊŸdÄħr"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "Timsal"
+#: ../../any.pm:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "A§ÄħlÄħĊŸda gecikmə mĵddəti"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "Avtomatik GiriĊŸ"
+#: ../../any.pm:1
+#, c-format
+msgid "compact"
+msgstr "bəsit"
-#: ../../any.pm_.c:804
-#, 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:1
+#, c-format
+msgid "Compact"
+msgstr "Bəsit"
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "Ĉsas istifadə§ini se§in:"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "A§ÄħlÄħĊŸ yĵkləyici quruluĊŸu"
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "Ä°stifadə etmək istədiyiniz pəncərə idarə§isini se§in:"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of boot partition"
+msgstr "A§ÄħlÄħĊŸ qisminin ilk sektoru"
-#: ../../any.pm_.c:824
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "XahiĊŸ edirik istifadə ĵ§ĵn bir dil se§in."
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "Diskin ilk sektoru (MBR)"
-#: ../../any.pm_.c:826
-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 "Qurulumdan sonra istifadə edə biləcəyiniz baĊŸqa dillər se§É™ bilərsiniz"
+#: ../../any.pm:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "Sistem yĵkləyicisini haraya qurmaq istəyirsiniz?"
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "HamÄħsÄħ"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "LILO/grup Qurulumu"
-#: ../../any.pm_.c:961
-#, fuzzy
-msgid "Allow all users"
-msgstr "Ä°stifadə§i əlavə et"
+#: ../../any.pm:1
+#, c-format
+msgid "SILO Installation"
+msgstr "SILO Qurulumu"
-#: ../../any.pm_.c:961
-#, fuzzy
-msgid "No sharing"
-msgstr "CUPS baĊŸlayÄħr"
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Skip"
+msgstr "Nəzərə Alma"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
+#: ../../any.pm:1
#, 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:973
-msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
-msgstr ""
+msgid "On Floppy"
+msgstr "Disketə qeyd et"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:987
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"
+"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"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:1001
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:1003
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
+"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "Krakerlərə xoĊŸgəlmiĊŸsiniz"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "Zəif"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "Standart"
-
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "Yĵksək"
-
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-#, fuzzy
-msgid "Higher"
-msgstr "Yĵksək"
+#: ../../any.pm:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "A§ÄħlÄħĊŸ disketi yaradÄħlÄħr"
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "Ċžĵbhəci"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
+msgstr "%s sĵrĵcĵsĵnə bir disket taxÄħn"
-#: ../../any.pm_.c:1061
-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:1
+#, c-format
+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"
-#: ../../any.pm_.c:1064
-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:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "Ä°kinci disket sĵrĵcĵ"
-#: ../../any.pm_.c:1065
-#, 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:1
+#, c-format
+msgid "First floppy drive"
+msgstr "Ä°lk disket sĵrĵcĵ"
-#: ../../any.pm_.c:1066
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Sorry, no floppy drive available"
+msgstr "BağÄħĊŸlayÄħn, disket sĵrĵcĵ yoxdur"
-#: ../../any.pm_.c:1067
-#, fuzzy
+#: ../../any.pm:1
+#, c-format
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 choose a lower level."
+"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 ""
-"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. "
+"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"
-#: ../../any.pm_.c:1070
-#, fuzzy
+#: ../../any.pm:1
+#, c-format
msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
+"\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 ""
-"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:1076
-#, fuzzy
-msgid "DrakSec Basic Options"
-msgstr "Se§É™nəklər"
-
-#: ../../any.pm_.c:1077
-#, fuzzy
-msgid "Please choose the desired security level"
-msgstr "Təhlĵkəsizlik səviyyəsini se§in"
-
-#: ../../any.pm_.c:1080
-#, fuzzy
-msgid "Security level"
-msgstr "Təhlĵkəsizlik səviyyəsinin quraĊŸdÄħrÄħlmasÄħ"
-
-#: ../../any.pm_.c:1082
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "X verici ĵ§ĵn se§É™nəkləri gĥstərin"
-#: ../../any.pm_.c:1083
+#: ../../any.pm:1
+#, c-format
msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
+"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."
-#: ../../any.pm_.c:1166
-msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
-msgstr ""
+#: ../../bootloader.pm:1
+#, fuzzy, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Sistem yĵkləyicisini haraya qurmaq istəyirsiniz?"
-# 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:436
+#: ../../bootloader.pm:1
#, 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"
+msgid "not enough room in /boot"
+msgstr "/boot i§ində lazÄħmi yer yoxdur"
# 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
@@ -1127,9 +678,10 @@ 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:983
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Emeliyyat sistemi secici GRUB'a xos gəlmissiniz!"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr "Isaretli secenek %d saniye icinde sistemi acacaq."
# 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
@@ -1141,10 +693,11 @@ msgstr "Emeliyyat sistemi secici GRUB'a xos gəlmissiniz!"
#
#. -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:986
+#: ../../bootloader.pm:1
#, 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"
+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
@@ -1156,7 +709,8 @@ msgstr "%c ve %c duymeleri ile isÄħqlandÄħrÄħlmÄħs girisleri sece bilersiniz"
#
#. -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:989
+#: ../../bootloader.pm:1
+#, c-format
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Sistemi secili emeliyyat sistemiyle acmaq ucun entere,"
@@ -1170,10 +724,10 @@ msgstr "Sistemi secili emeliyyat sistemiyle acmaq ucun entere,"
#
#. -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:992
-msgid "commands before booting, or 'c' for a command-line."
-msgstr ""
-"acilisdan evvel emrleri duzeltmək ucun 'e', emr setiri ucun ise 'c' basin"
+#: ../../bootloader.pm:1
+#, 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
@@ -1185,172 +739,122 @@ 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:995
+#: ../../bootloader.pm:1
#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Isaretli secenek %d saniye icinde sistemi acacaq."
-
-#: ../../bootloader.pm_.c:999
-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:1099
-msgid "Desktop"
-msgstr "Masa œstĵ"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "BaĊŸlama Menyusu"
-
-#: ../../bootloader.pm_.c:1120
-#, 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:53
-msgid "Boot Style Configuration"
-msgstr "Qurulum Tərzi QuraĊŸdÄħrÄħlmasÄħ"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-msgid "/_File"
-msgstr "/_Fayl"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr "/Fayl/_‡Äħx"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle KateqoriyasÄħndan Monitor"
-
-#: ../../bootlook.pm_.c:83
-msgid "NewStyle Monitor"
-msgstr "NewStyle Monitor"
-
-#: ../../bootlook.pm_.c:84
-msgid "Traditional Monitor"
-msgstr "Ĉnənəvi Monitor"
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr "Emeliyyat sistemi secici GRUB'a xos gəlmissiniz!"
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
-msgstr "Ĉnənəvi Gtk+ Monitor"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Yaboot"
+msgstr "Yaboot"
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
-msgstr "A§ÄħlÄħĊŸda AuroranÄħ baĊŸlat"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Grub"
+msgstr "Grub"
-#: ../../bootlook.pm_.c:89
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub modu"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with text menu"
+msgstr "Mətn menyulu LILO"
-#: ../../bootlook.pm_.c:89
-msgid "Yaboot mode"
-msgstr "Yaboot modu"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with graphical menu"
+msgstr "Qrafiki menyulu LILO"
-#: ../../bootlook.pm_.c:138
-#, fuzzy
-msgid "Install themes"
-msgstr "Sistemi qur"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "SILO"
+msgstr "SILO"
-#: ../../bootlook.pm_.c:139
+# 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:1
+#, c-format
msgid ""
-"Display theme\n"
-"under console"
+"Welcome to %s the operating system chooser!\n"
+"\n"
+"Choose an operating system from 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"
-#: ../../bootlook.pm_.c:140
-#, fuzzy
-msgid "Create new theme"
-msgstr "Yeni bĥlmə yarat"
-
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
#, c-format
-msgid "Backup %s to %s.old"
-msgstr ""
+msgid "OK"
+msgstr "Oldu"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copy %s to %s"
-msgstr ""
-
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "Xəta"
-
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
+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:222
-msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr ""
+#: ../../bootlook.pm:1
+#, c-format
+msgid "No, I don't want autologin"
+msgstr "Xeyr, Avtomatik giriĊŸ istəmirəm"
-#: ../../bootlook.pm_.c:222
-#, fuzzy, c-format
-msgid "Write %s"
-msgstr "XFree %s"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Launch the graphical environment when your system starts"
+msgstr "A§ÄħlÄħĊŸda X-Window sistemini baĊŸlat"
-#: ../../bootlook.pm_.c:224
-msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
-msgstr ""
+#: ../../bootlook.pm:1
+#, c-format
+msgid "System mode"
+msgstr "Sistem modu"
-#: ../../bootlook.pm_.c:235
+#: ../../bootlook.pm:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
+msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:238
+#: ../../bootlook.pm:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:244
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
-msgstr ""
-
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
+"\n"
+"Select the theme for\n"
+"lilo and bootsplash,\n"
+"you can choose\n"
+"them separately"
msgstr ""
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "Notice"
-msgstr "NoVÄ°deo"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Themes"
+msgstr "–rtĵklər"
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
-msgstr ""
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Splash selection"
+msgstr "Paket se§kilərini saxla"
-#: ../../bootlook.pm_.c:251
-#, fuzzy
-msgid "Theme installation failed!"
-msgstr "QuruluĊŸ sinifini se§in"
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
+#, c-format
+msgid "Configure"
+msgstr "Qur"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm:1
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1359,1079 +863,335 @@ 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:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-msgid "Configure"
-msgstr "Qur"
-
-#: ../../bootlook.pm_.c:268
-#, fuzzy
-msgid "Splash selection"
-msgstr "Paket se§kilərini saxla"
-
-#: ../../bootlook.pm_.c:271
-msgid "Themes"
-msgstr ""
-
-#: ../../bootlook.pm_.c:273
-msgid ""
-"\n"
-"Select theme for\n"
-"lilo and bootsplash,\n"
-"you can choose\n"
-"them separatly"
-msgstr ""
-
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
-msgstr ""
-
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
-msgstr ""
-
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr "Sistem modu"
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr "A§ÄħlÄħĊŸda X-Window sistemini baĊŸlat"
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr "Xeyr, Avtomatik giriĊŸ istəmirəm"
-
-#: ../../bootlook.pm_.c:325
-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:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
-msgid "OK"
-msgstr "Oldu"
-
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr ""
-
-#: ../../common.pm_.c:107
-msgid "KB"
-msgstr ""
-
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr ""
-
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d minutes"
-msgstr ""
-
-#: ../../common.pm_.c:125
-msgid "1 minute"
+msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1
#, fuzzy, c-format
-msgid "%d seconds"
-msgstr "%d saniyə sonra §ÄħxÄħlacaq"
-
-#: ../../common.pm_.c:172
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "ArtÄħq bĥlmə əlavə edilə bilməz"
+msgid "Theme installation failed!"
+msgstr "QuruluĊŸ sinifini se§in"
-#: ../../common.pm_.c:179
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
#, 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:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-#, fuzzy
-msgid "France"
-msgstr "FransÄħzca"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-#, fuzzy
-msgid "Belgium"
-msgstr "Bel§ika dili"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Germany"
-msgstr "Almanca"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Greece"
-msgstr "Yunanca"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-#, fuzzy
-msgid "Norway"
-msgstr "Norve§cə"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-#, fuzzy
-msgid "Sweden"
-msgstr "Ä°sve§cə"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "Italy"
-msgstr "Ä°talyanca"
+msgid "Notice"
+msgstr "NoVÄ°deo"
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-#, fuzzy
-msgid "Austria"
-msgstr "serial"
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Error"
+msgstr "Xəta"
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:19
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../diskdrake/dav.pm_.c:27
-#, fuzzy
-msgid "New"
-msgstr "yeni"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "AyÄħr"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Bağla"
-
-#: ../../diskdrake/dav.pm_.c:65
-msgid "Server"
-msgstr "Verici"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "Bağlama nĥqtəsi"
-
-#: ../../diskdrake/dav.pm_.c:85
-#, fuzzy
-msgid "Please enter the WebDAV server URL"
-msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħ se§in"
-
-#: ../../diskdrake/dav.pm_.c:88
-msgid "The URL must begin with http:// or https://"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../diskdrake/dav.pm_.c:109
-#, fuzzy
-msgid "Server: "
-msgstr "Verici"
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "Bağlama nĥqtəsi: "
-
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "Se§É™nəklər: %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "Ĉvvəlcə datanÄħzÄħn yedəyini alÄħn"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "Diqqətlə Oxuyun!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:100
-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"
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-"Aboot istifadə etməyi istəyirsinizsə, boĊŸ disk sahəsi (2048 sektor bəsdir.)\n"
-"buraxmayÄħ unutmayÄħn."
-
-#: ../../diskdrake/hd_gtk.pm_.c:154
-msgid "Wizard"
-msgstr "Sehirbaz"
-
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "Monitorunuzu se§in"
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../bootlook.pm:1
+#, c-format
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\")"
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
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:194
-msgid "Please click on a partition"
-msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "ĈtraflÄħ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:254
-#, fuzzy
-msgid "No hard drives found"
-msgstr "Yerli ‡ap Edici"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-#, fuzzy
-msgid "Journalised FS"
-msgstr "bağlama iflas etdi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "BoĊŸ"
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "Digər"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "Fayl sistemi nĥvĵ:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "Yarat"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "Nĥv"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Write %s"
+msgstr "XFree %s"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
+#: ../../bootlook.pm:1
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Yerinə ``%s'' iĊŸlət"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "Sil"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "Ĉvvəlcə ``AyÄħr'-Äħ iĊŸlət"
+msgid "Can't write /etc/sysconfig/bootsplash."
+msgstr ""
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
+msgid "Lilo message not found"
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:177
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Monitorunuzu se§in"
-
-#: ../../diskdrake/interactive.pm_.c:177
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Yeni bĥlmə yarat"
-
-#: ../../diskdrake/interactive.pm_.c:202
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "Usta moduna ke§"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "Normal moda ke§"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "Geri al"
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "Davam edilsin?"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "Qeyd etmədən ‡Äħx"
-
-#: ../../diskdrake/interactive.pm_.c:252
-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:257
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "QurğularÄħ sÄħnamaq istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "HamÄħsÄħnÄħ təmizlə"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "Avtomatik ayÄħr"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-msgid "More"
-msgstr "Daha ‡ox"
-
-#: ../../diskdrake/interactive.pm_.c:278
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Sabit disk se§kisi"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "Bĵtĵn birinci bĥlmələr istifadədədir"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "ArtÄħq bĥlmə əlavə edilə bilməz"
-
-#: ../../diskdrake/interactive.pm_.c:312
-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:322
-#, fuzzy
-msgid "Save partition table"
-msgstr "Bĥlmə cədvəlini yaz"
-
-#: ../../diskdrake/interactive.pm_.c:323
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Bĥlmə cədvəlini qurtar"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "Bĥlmə cədvəlini qurtar"
-
-#: ../../diskdrake/interactive.pm_.c:326
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Bĥlmə cədvəlini qurtar"
-
-#: ../../diskdrake/interactive.pm_.c:331
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "TaxÄħlÄħb sĥkĵlə bilən avadanlÄħqlarÄħn avtomatik bağlanmasÄħ"
-
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "Fayl se§"
-
-#: ../../diskdrake/interactive.pm_.c:347
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Copy %s to %s"
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:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "XəbərdarlÄħq"
-
-#: ../../diskdrake/interactive.pm_.c:362
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Backup %s to %s.old"
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:373
-msgid "Trying to rescue partition table"
-msgstr "Bĥlmə cədvəli qurtarÄħlmağa cəhd edilir"
-
-#: ../../diskdrake/interactive.pm_.c:379
-#, fuzzy
-msgid "Detailed information"
-msgstr "Mə'lumatÄħ gĥstər"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "Bĥyĵklĵyĵnĵ DəyiĊŸdir"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "DaĊŸÄħ"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "ĊžÉ™killəndir"
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "RAIDə əlavə et"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "LVMə əlavə et"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "RAIDdən ayÄħr"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "LVMdən ayÄħr"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "RAIDi dəyiĊŸdir"
-
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "Loopback ĵ§ĵn istifadə et"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Create new theme"
msgstr "Yeni bĥlmə yarat"
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "BaĊŸlanğÄħ§ sektoru: "
-
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "MB cinsindən bĥyĵklĵk: "
-
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "Fayl sistemi nĥvĵ: "
-
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "Xĵsusiyyətlər: "
-
-#: ../../diskdrake/interactive.pm_.c:481
-msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:511
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Loopback faylÄħ ĊŸÉ™killəndirilir: %s"
-
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "Bĥlmə nĥvĵnĵ DəyiĊŸdir"
-
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "HansÄħ dili istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:578
-#, 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:579
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "%s avadanlÄħğÄħnÄħ haraya bağlamaq istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:585
msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+"Display theme\n"
+"under console"
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:606
+#: ../../bootlook.pm:1
#, fuzzy, c-format
-msgid "Where do you want to mount %s?"
-msgstr "%s avadanlÄħğÄħnÄħ haraya bağlamaq istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "Fat fayl sistemi uclarÄħ hesaplanÄħr"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "Bĥyĵklĵyĵ dəyiĊŸdirilir"
-
-#: ../../diskdrake/interactive.pm_.c:662
-msgid "This partition is not resizeable"
-msgstr "HansÄħ bĥlmə nĥvĵnĵ istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:667
-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"
+msgid "Install themes"
+msgstr "Sistemi qur"
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, 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:674
-msgid "Choose the new size"
-msgstr "Yeni bĥyĵklĵk se§in"
-
-#: ../../diskdrake/interactive.pm_.c:675
-#, fuzzy
-msgid "New size in MB: "
-msgstr "MB cinsindən bĥyĵklĵk: "
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "HansÄħ diskə daĊŸÄħmaq istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "HansÄħ sektora daĊŸÄħmaq istəyirsiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "DaĊŸÄħnÄħr"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "Bĥlmə daĊŸÄħnÄħr..."
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
-msgstr "Ĉlavə etmək ĵ§ĵn mĥvcud bir RAID se§in"
-
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "yeni"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
-msgstr "Ĉlavə etmək ĵ§ĵn mĥvcud bir LVM se§in"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
-msgstr "LVM adÄħ?"
-
-#: ../../diskdrake/interactive.pm_.c:812
-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:825
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "Loopback fayl adÄħ: "
-
-#: ../../diskdrake/interactive.pm_.c:831
-#, fuzzy
-msgid "Give a file name"
-msgstr "Həqiqi adÄħ"
-
-#: ../../diskdrake/interactive.pm_.c:834
-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:835
-msgid "File already exists. Use it?"
-msgstr "Fayl onsuz da vardÄħr. Ä°ĊŸlədilsin?"
-
-#: ../../diskdrake/interactive.pm_.c:858
-#, fuzzy
-msgid "Mount options"
-msgstr "Modul se§É™nəkləri:"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "avadanlÄħq"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "səviyyə"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "par§a bĥyĵklĵyĵ"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "DiqqətlÄħ olun: bu əməliyyat təhlĵkəlidir."
-
-#: ../../diskdrake/interactive.pm_.c:962
-msgid "What type of partitioning?"
-msgstr "Nəcə bĥlməlandirmə istəyirsən?"
-
-#: ../../diskdrake/interactive.pm_.c:978
-#, fuzzy, c-format
-msgid "The package %s is needed. Install it?"
-msgstr ""
-"Bu paket yenilənməlidir\n"
-"Sistemdən §Äħxarmaq mĥvzusunda ciddisiniz?"
-
-#: ../../diskdrake/interactive.pm_.c:992
-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:996
-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:1002
-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"
+msgid "Lilo/grub mode"
+msgstr "Lilo/grub modu"
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../bootlook.pm:1
#, 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:1026
-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"
+msgid "Yaboot mode"
+msgstr "Yaboot modu"
-#: ../../diskdrake/interactive.pm_.c:1037
+#: ../../bootlook.pm:1
#, 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:1039
-msgid "Formatting"
-msgstr "ĊžÉ™killəndirilir"
+msgid "Launch Aurora at boot time"
+msgstr "A§ÄħlÄħĊŸda AuroranÄħ baĊŸlat"
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Loopback faylÄħ ĊŸÉ™killəndirilir: %s"
+msgid "Traditional Gtk+ Monitor"
+msgstr "Ĉnənəvi Gtk+ Monitor"
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "ĊžÉ™killəndirilən bĥlmə: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid iflas etdi"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Yeni bĥlmələr ĵ§ĵn boĊŸ sahə yoxdur"
+msgid "Traditional Monitor"
+msgstr "Ĉnənəvi Monitor"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1064
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Yeni bĥlmələr ĵ§ĵn boĊŸ sahə yoxdur"
+msgid "NewStyle Monitor"
+msgstr "NewStyle Monitor"
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1072
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Rezolyusiya: %s\n"
+msgid "NewStyle Categorizing Monitor"
+msgstr "NewStyle KateqoriyasÄħndan Monitor"
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "AvadanlÄħq: "
+msgid "<control>Q"
+msgstr "<control>Q"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
#, 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:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "Nĥv: "
+msgid "/File/_Quit"
+msgstr "/Fayl/_‡Äħx"
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "Ad: "
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_File"
+msgstr "/_Fayl"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../bootlook.pm:1
#, c-format
-msgid "Start: sector %s\n"
-msgstr "BaĊŸlanğÄħc: sektor %s\n"
+msgid "Boot Style Configuration"
+msgstr "Qurulum Tərzi QuraĊŸdÄħrÄħlmasÄħ"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s"
-msgstr "Bĥyĵklĵyĵ: %s"
+msgid "consolehelper missing"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../common.pm:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektor"
+msgid "kdesu missing"
+msgstr "kdesu əksikdir"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../common.pm:1
#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Silindr %d -dən silindr %d-yə\n"
-
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "ĊžÉ™killəndirilmiĊŸ\n"
-
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "ĊžÉ™killəndirilməmiĊŸ\n"
+msgid "Screenshots will be available after install in %s"
+msgstr "Qurulumdan sonra istifadə edə biləcəyiniz baĊŸqa dillər se§É™ bilərsiniz"
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "BağlÄħ\n"
+#: ../../common.pm:1
+#, fuzzy, c-format
+msgid "Can't make screenshots before partitioning"
+msgstr "ArtÄħq bĥlmə əlavə edilə bilməz"
-#: ../../diskdrake/interactive.pm_.c:1129
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+#: ../../common.pm:1
+#, fuzzy, c-format
+msgid "%d seconds"
+msgstr "%d saniyə sonra §ÄħxÄħlacaq"
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../common.pm:1
#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
+msgid "1 minute"
msgstr ""
-"Loopback faylÄħ:\n"
-" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1132
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
+#: ../../common.pm:1
+#, c-format
+msgid "%d minutes"
msgstr ""
-"Ana a§Äħlma bĥlməsi\n"
-" (MS-DOS a§ÄħlÄħĊŸÄħ ĵ§ĵn)\n"
-#: ../../diskdrake/interactive.pm_.c:1134
+#: ../../common.pm:1
#, c-format
-msgid "Level %s\n"
-msgstr "Səviyyə %s\n"
+msgid "TB"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../common.pm:1
#, c-format
-msgid "Chunk size %s\n"
-msgstr "Par§a bĥyĵklĵyĵ %s\n"
+msgid "GB"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1136
+#: ../../common.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diskləri %s\n"
+msgid "MB"
+msgstr "MB"
-#: ../../diskdrake/interactive.pm_.c:1138
+#: ../../common.pm:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback faylÄħ adÄħ: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1141
-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:1144
-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:1163
-msgid "Read-only"
+msgid "KB"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1164
-#, c-format
-msgid "Size: %s\n"
-msgstr "Bĥyĵklĵk: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1165
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "GeometriyasÄħ: %s silindr, %s baĊŸ, %s sektor\n"
+msgid "United States"
+msgstr "BirləĊŸmiĊŸ Ċžtatlar"
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "Mə'lumat: "
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Austria"
+msgstr "serial"
-#: ../../diskdrake/interactive.pm_.c:1167
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-diskləri %s\n"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Italy"
+msgstr "Ä°talyanca"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Bĥlmə cədvəli nĥvĵ: %s\n"
+msgid "Netherlands"
+msgstr "Hollandiya"
-#: ../../diskdrake/interactive.pm_.c:1169
+#: ../../crypto.pm:1 ../../lang.pm:1
#, fuzzy, c-format
-msgid "on channel %d id %d\n"
-msgstr "%d data yolunda, %d nĥ'li\n"
+msgid "Sweden"
+msgstr "Ä°sve§cə"
-#: ../../diskdrake/interactive.pm_.c:1199
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Fayl sistemi nĥvĵ: "
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Norway"
+msgstr "Norve§cə"
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
-msgstr ""
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Greece"
+msgstr "Yunanca"
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../crypto.pm:1 ../../lang.pm:1
#, 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)"
+msgid "Germany"
+msgstr "Almanca"
-#: ../../diskdrake/interactive.pm_.c:1204
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Parollar uyğun gəlmir"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Czech Republic"
+msgstr "‡ex RespublikasÄħ"
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr ""
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "Belgium"
+msgstr "Bel§ika dili"
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr ""
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "France"
+msgstr "FransÄħzca"
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Bĥlmə nĥvĵnĵ DəyiĊŸdir"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Costa Rica"
+msgstr "Kosta Rika"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
+#: ../../fsedit.pm:1
#, c-format
-msgid "Can't login using username %s (bad password?)"
-msgstr ""
+msgid "Error opening %s for writing: %s"
+msgstr "Yazmaq ĵ§ĵn a§Äħlan %s'də xəta: %s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-#, fuzzy
-msgid "Domain Authentication Required"
-msgstr "TanÄħtma"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Nothing to do"
+msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Another one"
-msgstr "Ä°nternet"
+#: ../../fsedit.pm:1
+#, fuzzy, c-format
+msgid "Not enough free space for auto-allocating"
+msgstr "Avtomatik yerləĊŸdirmə ĵ§ĵn boĊŸ sahə yoxdur"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Which username"
-msgstr "Ä°stifadə§i adÄħ"
+#: ../../fsedit.pm:1
+#, 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"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
+#: ../../fsedit.pm:1
+#, fuzzy, c-format
msgid ""
-"Please enter your username, password and domain name to access this host."
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) 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"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-#, fuzzy
-msgid "Username"
-msgstr "Ä°stifadə§i adÄħ"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-#, fuzzy
-msgid "Domain"
-msgstr "NIS sahəsi"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS verici"
-
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
+#: ../../fsedit.pm:1
#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s ĊŸÉ™killəndirilməsində %s bĥlmə xətasÄħ"
+msgid "This directory should remain within the root filesystem"
+msgstr "Bu qovluq kĥk fayl sistemi i§É™risində olmalÄħdÄħr"
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, 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)"
+msgid "You can't use a LVM Logical Volume for mount point %s"
+msgstr "%s ĵ§ĵn LVM Məntiqi Cildini istifadə edə bilməzsiniz"
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
+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"
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, 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"
+msgid "Mount points must begin with a leading /"
+msgstr "Bağlama nĥqtələri / ilə baĊŸlamalÄħdÄħr"
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
+#: ../../fsedit.pm:1
+#, c-format
+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:30
-msgid "server"
-msgstr "verici"
+#: ../../fsedit.pm:1
+#, c-format
+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:240
+#: ../../fsedit.pm:1
#, fuzzy, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2450,829 +1210,753 @@ msgstr ""
"\n"
"Bĵtĵn bĥlmələri itirmək istəyirsiniz?\n"
-#: ../../fsedit.pm_.c:501
-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:502
-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:521
-msgid "Mount points must begin with a leading /"
-msgstr "Bağlama nĥqtələri / ilə baĊŸlamalÄħdÄħr"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "server"
+msgstr "verici"
-#: ../../fsedit.pm_.c:522
+#: ../../fsedit.pm:1
#, 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"
+msgid "with /usr"
+msgstr ""
-#: ../../fsedit.pm_.c:526
+#: ../../fsedit.pm:1
#, 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"
+msgid "simple"
+msgstr "bəsit"
-#: ../../fsedit.pm_.c:528
-msgid "This directory should remain within the root filesystem"
-msgstr "Bu qovluq kĥk fayl sistemi i§É™risində olmalÄħdÄħr"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Enabling swap partition %s"
+msgstr "ĊžÉ™killəndirilən bĥlmə: %s"
-#: ../../fsedit.pm_.c:530
-#, fuzzy
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
+#: ../../fs.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "%s ayrÄħlÄħrkən xəta oldu: %s"
+
+#: ../../fs.pm:1
+#, c-format
+msgid "mounting partition %s in directory %s failed"
msgstr ""
-"Bu bağlama nĥqtəsi ĵ§ĵn həqiqi bir fayl sisteminə (ext2, reisrfs)\n"
-"ehtiyac vardÄħr.\n"
-#: ../../fsedit.pm_.c:532
+#: ../../fs.pm:1
#, 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:599
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Avtomatik yerləĊŸdirmə ĵ§ĵn boĊŸ sahə yoxdur"
+msgid "Mounting partition %s"
+msgstr "ĊžÉ™killəndirilən bĥlmə: %s"
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
-msgstr ""
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Checking %s"
+msgstr "Rezolyusiya: %s\n"
-#: ../../fsedit.pm_.c:694
+#: ../../fs.pm:1
#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Yazmaq ĵ§ĵn a§Äħlan %s'də xəta: %s"
+msgid "Formatting partition %s"
+msgstr "ĊžÉ™killəndirilən bĥlmə: %s"
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "Creating and formatting file %s"
+msgstr "%s faylÄħ yaradÄħlÄħr və ĊŸÉ™killəndirilir"
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
-msgstr ""
+#: ../../fs.pm:1
+#, 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)"
-#: ../../harddrake/sound.pm_.c:171
+#: ../../fs.pm:1
#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s ĊŸÉ™killəndirilməsində %s bĥlmə xətasÄħ"
+
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
+"\n"
+"Click on \"<- Previous\" to stop 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."
-#: ../../harddrake/sound.pm_.c:173
-#, fuzzy
-msgid "Sound configuration"
-msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
-
-#: ../../harddrake/sound.pm_.c:174
-#, c-format
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
+"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."
-#: ../../harddrake/sound.pm_.c:176
+#: ../../help.pm:1
#, c-format
msgid ""
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:178
-#, fuzzy
-msgid "Driver:"
-msgstr "Sĵrĵcĵ"
-
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-#, fuzzy
-msgid "Help"
-msgstr "/_YardÄħm"
-
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:186
-msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
"\n"
-"It also provides a much higher API than OSS.\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\n"
"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\n"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:202
-#, c-format
-msgid ""
-"The old \"%s\" driver is blacklisted.\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\n"
"\n"
-"It has been reported to oopses the kernel on unloading.\n"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-msgid "Please Wait... Applying the configuration"
-msgstr "Lĵtdən Gĥzləyin... Qurğular əlavə edilir"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "XahiĊŸ edirik gĥzləyin"
-
-#: ../../harddrake/sound.pm_.c:210
-msgid "No known driver"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:211
-#, c-format
-msgid "There's no known driver for your sound card (%s)"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:214
-msgid "Unkown driver"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:215
-#, c-format
-msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-#, fuzzy
-msgid "Auto-detect"
-msgstr "Avtomatik təsbit iĊŸlət"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-#, fuzzy
-msgid "Unknown|Generic"
-msgstr "œmumi"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\n"
+"\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
+"\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
+"\n"
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
msgstr ""
-#: ../../harddrake/v4l.pm_.c:224
+#: ../../help.pm:1
+#, c-format
msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:227
-#, fuzzy
-msgid "Card model:"
-msgstr "Kart mem (DMA)"
-
-#: ../../harddrake/v4l.pm_.c:228
-#, fuzzy
-msgid "Tuner type:"
-msgstr "Bĥlmə nĥvĵnĵ DəyiĊŸdir"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
msgstr ""
-#: ../../harddrake/v4l.pm_.c:231
-#, fuzzy
-msgid "PLL setting:"
-msgstr "ĊžÉ™killəndirilir"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
-msgstr ""
-
-#: ../../help.pm_.c:13
+#: ../../help.pm:1
+#, fuzzy, c-format
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 this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"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\n"
-"first 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 the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after 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 the people meant to use that computer. When you are\n"
-"finish adding all the users you want, select \"Done\".\n"
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\n"
"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default).\n"
+"Yaboot's main options are:\n"
"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
-msgstr ""
-
-#: ../../help.pm_.c:48
-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 \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\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"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\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"
-"\"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"
+" * 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"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Yaboot ana se§É™nəkləri:\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"
+" - BaĊŸlanğÄħc Ä°smarÄħcÄħ: A§ÄħlÄħĊŸdan əvvəl §Äħxan sadə bir ismarÄħc.\n"
"\n"
-"Xəbəriniz olsun, hər bĥlmə aĊŸağÄħdakÄħ kimi sÄħralanÄħb: \"Ad\", \"Həcm\".\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"
-"\"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"
+" - 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"
-"\"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"
+" - 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"
-"\"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"
+" - 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"
-"*\"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"
+" - 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"
-"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:79
-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 ""
+" - Ana OS: OF gecikməsi mĵddəti dolduğu vaxt hansÄħ OSnin a§ÄħlacağÄħnÄħ "
+"gĥstərir."
-#: ../../help.pm_.c:84
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\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"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\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"
+"For Linux, there are a few possible options:\n"
"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation,\n"
-"select one or more of the corresponding groups;\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\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"
-" * \"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"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\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"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect 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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
"\n"
-" * \"With X\": install the fewest packages possible to have a working\n"
-"graphical desktop;\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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"
+" * 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"
-" * \"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"
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\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"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with this option.\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 to repair or\n"
-"update an existing system."
+" * 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 pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
msgstr ""
-
-#: ../../help.pm_.c:135
-msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+"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"
-"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 installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"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"
+"BaĊŸqa OSlər ĵ§ĵn giriĊŸin mənasÄħ ad və kĥk §ÄħğÄħrÄħndan ibarətdir.\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 the previous step on how to\n"
-"create such a floppy disk."
-msgstr ""
-
-#: ../../help.pm_.c:171
-msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"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"
+"Linuks ĵ§ĵn mĵhtəməl giriĊŸlər bunlar ola bilər: \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 ``Starter Guide'' chapter about Internet connections\n"
-"for details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
+" - Ad: Bu sadəcə olaraq yaboot ĵ§ĵn a§Äħlacaq sistemi timsal edən bir "
+"addÄħr.\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:193
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"time.\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"
-"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"
+" - Kĥk: Linuks qurulumunun kĥk avadanlÄħğÄħ və ya '/'.\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:210
-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 unselecting \"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:224
-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.\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"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". 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"
+"\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
+"hda=autotune\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. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
-msgstr ""
-
-#: ../../help.pm_.c:246
-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:253
-msgid ""
-"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 bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, 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"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
-msgstr ""
-
-#: ../../help.pm_.c:277
-#, fuzzy
-msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \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 ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here by clicking the dialog's \"Wizard\" button.\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"
-"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"
+" - 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"
-" * \"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. You will then be asked to choose the mount points associated to\n"
-"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\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"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows 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"
-"Microsoft Windows on the same computer.\n"
"\n"
-" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\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"
-" * \"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"
+" - Ĉ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:1
+#, fuzzy, c-format
+msgid ""
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\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"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\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 option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
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"
+"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"
-"œ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"
+"Ĉ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"
-"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"
+"Ĉ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"
-"Ĉ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"
+"Ĉ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:1
+#, c-format
+msgid ""
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\n"
+"\n"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\n"
+"\n"
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\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"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way you will be able to load either GNU/Linux or another\n"
+"OS.\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"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
+"If it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\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"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\n"
"\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\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"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\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."
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
+msgstr ""
-#: ../../help.pm_.c:347
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"There you are. Installation is now completed 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"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\n"
"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\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"
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"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:1
+#, c-format
+msgid ""
+"This dialog allows to finely tune your bootloader:\n"
"\n"
-" Note that two different options are available after clicking the button:\n"
+" * \"Bootloader to use\": there are three choices for your bootloader:\n"
"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\n"
+"\n"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\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"
+" * \"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"
-" * \"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"
+" * \"Delay before booting the default image\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\n"
+"\n"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
msgstr ""
-#: ../../help.pm_.c:378
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem on it).\n"
+"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 the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it be difficult to become \"root\".\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"
+"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"
-"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"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\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"
-"it.\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. 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"
-"Click on \"OK\" when you are ready to format partitions.\n"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\n"
"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
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"
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+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:1
+#, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\n"
"\n"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"from the provided list.\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"
+"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 and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\n"
"\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\n"
"\n"
-"Diqqətli olun. ĊŸÉ™killəndirdiyiniz bĥlmələrdəki verilər\n"
-"geri gəlməz.\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\n"
"\n"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\n"
"\n"
-"ĊžÉ™killəndirməyə hazÄħr isəniz \"Oldu\" dĵyməsini tÄħqlayÄħn.\n"
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
"\n"
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\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."
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
+msgstr ""
-#: ../../help.pm_.c:404
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
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"
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\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"
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\n"
"\n"
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\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 able 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"
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\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."
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm:1
+#, c-format
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 included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"Accept\" button."
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
msgstr ""
-#: ../../help.pm_.c:432
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"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"
-"If you do not know what to choose, keep the default option."
+"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:442
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
@@ -3287,59 +1971,63 @@ msgid ""
"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"
+"drive\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\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\n"
-"recommended to perform this step;\n"
+"recommended that you perform this step.\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a floppy disk;\n"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a 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"
+"doesn't always work.\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\n"
"\n"
" * \"Removable media automounting\": unchecking this option will force\n"
"users 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\n"
-"your hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\n"
"\n"
" * \"Done\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
+"partitions using [Tab] and the [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"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
-" * Ctrl-d to delete a partition;\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-" * Ctrl-m to set the mount point.\n"
+" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different filesystem types available, please\n"
+"To get information about the different file system 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"
+"``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."
@@ -3413,657 +2101,682 @@ msgstr ""
"Ĉ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
+#: ../../help.pm:1
+#, c-format
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"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\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"
+"If you do not know what to choose, keep the default option."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able 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"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"the selected package( s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
+"it.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Click on \"Next ->\" when you are ready to format partitions.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new Mandrake Linux operating system installation.\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
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"
+"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"
-"\"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"
+"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"
-"\"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"
+"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"
-"*\"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"
+"Diqqətli olun. ĊŸÉ™killəndirdiyiniz bĥlmələrdəki verilər\n"
+"geri gəlməz.\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"
+"ĊžÉ™killəndirməyə hazÄħr isəniz \"Oldu\" dĵyməsini tÄħqlayÄħn.\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."
+"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:547
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
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\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\n"
"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"that will automatically perform a whole installation without the help of an\n"
+"operator, similar to the installation you just configured.\n"
"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
+" Note that two different options are available after clicking the button:\n"
+"\n"
+" * \"Replay\". This is a partially automated installation. The\n"
+"partitioning step is the only interactive procedure.\n"
"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\n"
"\n"
-"Depending on your GNU/Linux knowledge, select one of the following choices:\n"
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\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"
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>linux defcfg=\"floppy\" <<.\n"
"\n"
-" * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
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"
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"At this point, you need to decide 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"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux system.\n"
"\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, take your time.\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"
+"Depending on your hard drive configuration, several options are available:\n"
"\n"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\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"
+" * \"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. You will then be asked to choose the mount points associated with\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and for the most part it's a good idea to keep them.\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"
+" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\n"
"\n"
+" Before choosing this option, please understand that after this\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store your data or to install new software.\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"
+" * \"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, because you will not be able to\n"
+"undo your choice after you confirm.\n"
"\n"
+" !! If you choose this option, all data on your disk will be deleted. !!\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:582
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\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"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
msgstr ""
-
-#: ../../help.pm_.c:598
-msgid ""
-"The first step is to choose your preferred language.\n"
+"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"
-"Please choose your preferred language for installation and system usage.\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"
-"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 host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"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.\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"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
-msgstr ""
-
-#: ../../help.pm_.c:617
-msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it 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"
+"Ĉ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"
-"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.\n"
"\n"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
-msgstr ""
-
-#: ../../help.pm_.c:638
-#, 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:642
-msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to be difficult to become \"root\".\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"
-"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"
+"* 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"
-"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"
+"* 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"
-"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 either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your network administrator.\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"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
+"\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:678
+#: ../../help.pm:1
+#, c-format
msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\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\n"
-"interface.\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\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"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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"
+" * 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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\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"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved for the expert user."
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
-#: ../../help.pm_.c:718
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
msgid ""
-"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.\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!"
+"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 ""
-"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:732
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
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:739
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
-"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a 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 first 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"
+"Resolution\n"
"\n"
-" * \"CUPS\" -- ``Common Unix Printing System'', is excellent at printing to\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
msgstr ""
-#: ../../help.pm_.c:759
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards 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 with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to return to the SCSI interface question.\n"
+"Monitor\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 manually provide options to the driver."
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
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"
+
+#: ../../help.pm:1
+#, c-format
+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 upon.\n"
"\n"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\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"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\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:781
-#, fuzzy
-msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
+"Monitor\n"
"\n"
-"For other OSes, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\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\n"
-"prompt 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"
+"Resolution\n"
"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\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\n"
-"hda=autotune\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+"Test\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"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\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 filesystem 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"
+"Options\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."
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
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"
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Graphic Card\n"
"\n"
-"BaĊŸqa OSlər ĵ§ĵn giriĊŸin mənasÄħ ad və kĥk §ÄħğÄħrÄħndan ibarətdir.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-"Linuks ĵ§ĵn mĵhtəməl giriĊŸlər bunlar ola bilər: \n"
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"This step is used to choose which services you wish to start at boot time.\n"
"\n"
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\n"
"\n"
-" - Ad: Bu sadəcə olaraq yaboot ĵ§ĵn a§Äħlacaq sistemi timsal edən bir "
-"addÄħr.\n"
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"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 that 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"
-" - Ĉ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"
+"Ĉ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:1
+#, c-format
+msgid ""
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\n"
"\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\n"
"\n"
-" - Kĥk: Linuks qurulumunun kĥk avadanlÄħğÄħ və ya '/'.\n"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
"\n"
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present 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"
-" \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"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"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 during boot. !!\n"
"\n"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\n"
"\n"
-"\t video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such a floppy."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+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"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\n"
"\n"
-"\t video=atyfb:vmode:12,cmode:24 adb_buttons=103,111 \n"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\n"
"\n"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\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"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\n"
"\n"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\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"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\n"
"\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\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"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working 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"
-" - 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"
+" * \"Truly minimal install\": will install the absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\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"
-" - Ĉ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."
+"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:828
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
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"
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD as required."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\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"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\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"
+"\"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"
-" * 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"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt;\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
-"Yaboot ana se§É™nəkləri:\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"
-" - BaĊŸlanğÄħc Ä°smarÄħcÄħ: A§ÄħlÄħĊŸdan əvvəl §Äħxan sadə bir ismarÄħc.\n"
+"Xəbəriniz olsun, hər bĥlmə aĊŸağÄħdakÄħ kimi sÄħralanÄħb: \"Ad\", \"Həcm\".\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"
+"\"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"
-" - 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"
+"\"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"
-" - 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"
+"\"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"
-" - 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"
+"*\"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"
-" - 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"
+"*\"d\" yəni \"ikinci IDE idarəcisində kĥlə sĵrĵcĵ\".\n"
"\n"
"\n"
-" - Ana OS: OF gecikməsi mĵddəti dolduğu vaxt hansÄħ OSnin a§ÄħlacağÄħnÄħ "
-"gĥstərir."
+"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:860
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may 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\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to 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. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
msgstr ""
-#: ../../help.pm_.c:891
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
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!"
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
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 stop this operation without losing any data and\n"
-"partitions present on this hard drive."
+#: ../../install2.pm:1
+#, c-format
+msgid "You must also format %s"
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:111
+#: ../../install2.pm:1
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -4071,21 +2784,74 @@ msgid ""
"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install2.pm_.c:167
+#: ../../install_any.pm:1
#, c-format
-msgid "You must also format %s"
+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 ""
+"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"
+
+#: ../../install_any.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "Error reading file %s"
+msgstr "%s faylÄħ oxunurkan xəta oldu"
+
+#: ../../install_any.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "This floppy is not FAT formatted"
+msgstr "Bu floppi FAT ĊŸÉ™klində deyildir"
+
+#: ../../install_any.pm:1
+#, 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:1
+#, c-format
+msgid "Can't use broadcast with no NIS domain"
+msgstr "NÄ°S domeyni olmadan translasiya iĊŸlədilə bilməz"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
+#, c-format
+msgid "No"
+msgstr "Xeyr"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
#, c-format
+msgid "Yes"
+msgstr "Bəli"
+
+#: ../../install_any.pm:1
+#, fuzzy, 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"
+"issues, but some new ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
"\n"
"\n"
"Do you really want to install these servers?\n"
@@ -4100,156 +2866,116 @@ msgstr ""
"\n"
"Bu vericiləri qurmaq istəyirsiniz?\n"
-#: ../../install_any.pm_.c:441
-#, c-format
-msgid ""
-"The following packages will be removed to allow upgrading your system: %s\n"
-"\n"
-"\n"
-"Do you really want to remove these packages?\n"
-msgstr ""
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System configuration"
+msgstr "QuraĊŸdÄħrma"
-#: ../../install_any.pm_.c:471
-msgid "Can't use broadcast with no NIS domain"
-msgstr "NÄ°S domeyni olmadan translasiya iĊŸlədilə bilməz"
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System installation"
+msgstr "SILO Qurulumu"
-#: ../../install_any.pm_.c:879
+#: ../../install_interactive.pm:1
#, 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"
+msgid "Bringing down the network"
+msgstr "ĊžÉ™bəkə dayandÄħrÄħlÄħr"
-#: ../../install_any.pm_.c:883
-msgid "This floppy is not FAT formatted"
-msgstr "Bu floppi FAT ĊŸÉ™klində deyildir"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing up the network"
+msgstr "ĊžÉ™bəkə fəallaĊŸdÄħrÄħlÄħr"
-#: ../../install_any.pm_.c:895
-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_interactive.pm:1
+#, c-format
+msgid "Partitioning failed: %s"
+msgstr "Bĥlmə cədvəli nĥvĵ: %s"
-#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Error reading file %s"
-msgstr "%s faylÄħ oxunurkan xəta oldu"
+msgid "The DrakX Partitioning wizard found the following solutions:"
+msgstr "DrakX bĥlmə sehirbazÄħ bu yolu tapdÄħ:"
-#: ../../install_any.pm_.c:1040
-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 ""
-"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"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "I can't find any room for installing"
+msgstr "ArtÄħq bĥlmə əlavə edilə bilməz"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
+"You can now partition %s.\n"
+"When you are done, don't forget to save using `w'"
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"
+"Ä°ndi %s sabit diskinizi bĥlmələndirə bilərsiniz\n"
+"Ä°ĊŸinizi bitirdiyinizdə `w' ilə qeyd etməyi unutmayÄħn"
-#: ../../install_interactive.pm_.c:56
-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:1
+#, c-format
+msgid "Use fdisk"
+msgstr "Fdisk istifadə et"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr "Bir swap sahəsinə ehtiyacÄħnÄħz var"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Custom disk partitioning"
+msgstr "HazÄħrkÄħ disk bĥlmələndirməsi"
-#: ../../install_interactive.pm_.c:62
-msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
-"Bir swap sahəniz yoxdur\n"
-"Davam edim?"
-
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-#, 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 partitions"
-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?"
+"%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:114
-msgid "Choose the sizes"
-msgstr "Bĥyĵklĵklərini se§in"
+#: ../../install_interactive.pm:1
+#, c-format
+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:115
-msgid "Root partition size in MB: "
-msgstr "Kĥk (root) bĥlməsi bĥyĵklĵyĵ (Mb): "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "Bĵtĵn diski sil"
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Swap sahəsi bĥyĵklĵyĵ (Mb): "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "\"Windows\"u sil"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr "Windows bĥlməsindəki boĊŸ sahəni iĊŸlət"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to resize (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:129
-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:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "FAT bĥyĵklĵyĵ dəyiĊŸdirilməsi bacarÄħlmadÄħ: %s"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
msgstr "Fat fayl sistemi uclarÄħ hesaplanÄħr"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, 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"
+msgid "Resizing"
+msgstr "Bĥyĵklĵyĵ dəyiĊŸdirilir"
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr ""
-"Sizin Windows bĥlĵmĵ §ox dağÄħnÄħqdÄħr. DaxiĊŸ edirik, əvvəlcə birləĊŸdirin "
-"(defraq)"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "bĥlmə %s"
-#: ../../install_interactive.pm_.c:138
-#, fuzzy
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which size do you want to keep for Windows on"
+msgstr "HansÄħ sektora daĊŸÄħmaq istəyirsiniz?"
+
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -4268,320 +2994,160 @@ msgstr ""
"ArdÄħndan quruluma \n"
"davam edin. Verilərinizin yedəyini almağÄħ da unutmayÄħn!"
-#: ../../install_interactive.pm_.c:148
-msgid "Which size do you want to keep for Windows on"
-msgstr "HansÄħ sektora daĊŸÄħmaq istəyirsiniz?"
-
-#: ../../install_interactive.pm_.c:149
-#, c-format
-msgid "partition %s"
-msgstr "bĥlmə %s"
-
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm:1
#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT bĥyĵklĵyĵ dəyiĊŸdirilməsi bacarÄħlmadÄħ: %s"
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition 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:177
-msgid "Erase entire disk"
-msgstr "Bĵtĵn diski sil"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr "\"Windows\"u sil"
-
-#: ../../install_interactive.pm_.c:180
-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:183
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
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:191
-msgid "Custom disk partitioning"
-msgstr "HazÄħrkÄħ disk bĥlmələndirməsi"
+"Sizin Windows bĥlĵmĵ §ox dağÄħnÄħqdÄħr. DaxiĊŸ edirik, əvvəlcə birləĊŸdirin "
+"(defraq)"
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr "Fdisk istifadə et"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "Computing the size of the Windows partition"
+msgstr "Windows bĥlməsindəki boĊŸ sahəni iĊŸlət"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
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:227
-msgid "You don't have enough free space on your Windows partition"
-msgstr "He§ Windows disk bĥlməniz yoxdur!"
-
-#: ../../install_interactive.pm_.c:243
-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Äħ:"
+"FAT tədqiqat§ÄħmÄħz sizin bĥlĵmləri iĊŸlədə bilmir,\n"
+"bu xəta oldu: %s"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Bĥlmə cədvəli nĥvĵ: %s"
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr "ĊžÉ™bəkə fəallaĊŸdÄħrÄħlÄħr"
-
-#: ../../install_interactive.pm_.c:265
-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!"
+msgid "Which partition do you want to resize?"
+msgstr "HansÄħ bĥlmənin bĥyĵklĵyĵnĵ dəyiĊŸdirəcəksiniz?"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr "%s bağlama nĥqtəsini §oxalt"
+msgid "Use the free space on the Windows partition"
+msgstr "Windows bĥlməsindəki boĊŸ sahəni iĊŸlət"
-#: ../../install_steps.pm_.c:380
-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_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition 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_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr "%s Sisteminə XoĊŸgəlmiĊŸsiniz"
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
-msgstr "Disket sĵrĵcĵ yoxdur"
+msgid "Swap partition size in MB: "
+msgstr "Swap sahəsi bĥyĵklĵyĵ (Mb): "
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr "BaĊŸlanğÄħc addÄħmÄħ `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:146
-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 ""
-"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:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr "Qurulum Sinifi"
-
-#: ../../install_steps_gtk.pm_.c:160
-#, 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:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr "Paket Qrup Se§kisi"
-
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr "Fərdi paket se§kisi"
+msgid "Root partition size in MB: "
+msgstr "Kĥk (root) bĥlməsi bĥyĵklĵyĵ (Mb): "
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "œmumi bĥyĵklĵk: %d / %d Mb"
-
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr "XətalÄħ paket"
+msgid "Choose the sizes"
+msgstr "Bĥyĵklĵklərini se§in"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr "Ad: %s\n"
+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_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "BuraxÄħlÄħĊŸ: %s\n"
+msgid "Use the Windows partition for loopback"
+msgstr "Loopback ĵ§ĵn Windows bĥlməsini iĊŸlət"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr "Bĥyĵklĵyĵ: %d KB\n"
+msgid "There is no existing partition to use"
+msgstr "Bĥlmə cədvəli qurtarÄħlmağa §alÄħĊŸÄħlÄħr"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr "Ĉhəmiyyət: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:360
-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:365
-msgid "The following packages are going to be installed"
-msgstr "AĊŸağÄħdakÄħ paketlər qurulacaqdÄħr"
-
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr "AĊŸağÄħdakÄħ paketlər sistemdən silinəcəklər"
+msgid "Use existing partitions"
+msgstr "Var olan bĥlmələri iĊŸlədimmi"
-#: ../../install_steps_gtk.pm_.c:378
-msgid "You can't select/unselect this package"
-msgstr "Bu paketi se§É™ bilməzsiniz/sistemdən §Äħxarda bilməzsÄħnÄħz"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Not enough free space to allocate new partitions"
+msgstr "Yeni bĥlmələr ĵ§ĵn boĊŸ sahə yoxdur"
-#: ../../install_steps_gtk.pm_.c:390
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Bu lazÄħmlÄħ bir paketdir, sistemdən §ÄħxardÄħla bilməz"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use free space"
+msgstr "BoĊŸ sahəni istifadə et"
-#: ../../install_steps_gtk.pm_.c:392
-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_interactive.pm:1 ../../install_steps.pm:1
+#, fuzzy, c-format
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "Bir swap sahəsinə ehtiyacÄħnÄħz var"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
-"Bu paket yenilənməlidir\n"
-"Sistemdən §Äħxarmaq mĥvzusunda ciddisiniz?"
-
-#: ../../install_steps_gtk.pm_.c:398
-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:403
-msgid "Show automatically selected packages"
-msgstr "Avtomatik se§ili paketləri gĥstər"
-
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr "Qurulum"
-
-#: ../../install_steps_gtk.pm_.c:407
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Disketə qeyd et"
-
-#: ../../install_steps_gtk.pm_.c:408
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Paket se§kilərini saxla"
-
-#: ../../install_steps_gtk.pm_.c:413
-#, fuzzy
-msgid "Minimal install"
-msgstr "Qurulumdan §Äħx"
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr "Qurmaq istədiyiniz paketləri se§in"
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr "Qurulur"
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr "Təxmini olaraq hesaplanÄħr"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr "Qalan mĵddət"
-
-#: ../../install_steps_gtk.pm_.c:469
-msgid "Please wait, preparing installation..."
-msgstr "XahiĊŸ edirik gĥzləyin, qurulum hazÄħrlanÄħr"
+"Bir swap sahəniz yoxdur\n"
+"Davam edim?"
-#: ../../install_steps_gtk.pm_.c:551
+#: ../../install_interactive.pm:1
#, c-format
-msgid "%d packages"
-msgstr "%d paket"
+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_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr "%s paketi qurulur"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "Qəbul Et"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
-msgstr "Rədd Et"
+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_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
-#, c-format
+#: ../../install_messages.pm:1
+#, fuzzy, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\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:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr "Yenə də davam edək?"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
-msgstr "Paketləri istərkən bir xəta oldu:"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\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_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr "Paketlər qurulurkən bir xəta oldu:"
+#: ../../install_messages.pm:1
+#, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -4641,20 +3207,8 @@ msgstr ""
"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:112
-msgid "License agreement"
-msgstr "Lisenziya sĥzləĊŸməsi"
-
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -4892,4699 +3446,9226 @@ msgstr ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "Klaviatura"
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "BaĊŸlanğÄħc addÄħmÄħ `%s'\n"
-#: ../../install_steps_interactive.pm_.c:218
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Klaviatura quruluĊŸunu se§iniz."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "Yenə də davam edək?"
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
-msgstr "Bĵtĵn mĥvcud klaviaturalarÄħn siyahÄħsÄħ"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "Paketlər qurulurkən bir xəta oldu:"
-#: ../../install_steps_interactive.pm_.c:237
-msgid "Which installation class do you want?"
-msgstr "HansÄħ qurulum sinifini istəyirsiniz?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "Paketləri istərkən bir xəta oldu:"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Install/Update"
-msgstr "Qurulum/Gĵncəlləmə"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, 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_interactive.pm_.c:241
-msgid "Is this an install or an update?"
-msgstr "Bu bir qurulum mu, yoxsa gĵncəlləməmidir?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "Rədd Et"
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Recommended"
-msgstr "Tĥvsiyə edilən"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "Qəbul Et"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "Usta"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "%s paketi qurulur"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#, fuzzy
-msgid "Upgrade"
-msgstr "Gĵncəlləmə"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d paket"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Paket se§kilərini saxla"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "No details"
+msgstr "ĈtraflÄħ"
-#: ../../install_steps_interactive.pm_.c:282
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħn nĥvĵnĵ se§in."
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "ĈtraflÄħ"
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr "Si§an QapÄħsÄħ"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Please wait, preparing installation..."
+msgstr "XahiĊŸ edirik gĥzləyin, qurulum hazÄħrlanÄħr"
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-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_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "Qalan mĵddət"
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
-msgstr "Dĵymə emulyasiyasÄħ"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "Təxmini olaraq hesaplanÄħr"
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
-msgstr "Dĵymə 2 emulyasiyasÄħ"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "Qurulur"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
-msgstr "Dĵymə 3 emulyasiyasÄħ"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "Qurmaq istədiyiniz paketləri se§in"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr "PCMCIA kartlar qurulur..."
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Minimal install"
+msgstr "Qurulumdan §Äħx"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Updating package selection"
+msgstr "Paket se§kilərini saxla"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr "IDE qapÄħlarÄħ qurulur"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Load/Save on floppy"
+msgstr "Disketə qeyd et"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "<- Previous"
+msgstr "<- Ĉvvəlki"
-#: ../../install_steps_interactive.pm_.c:345
-msgid "No partition available"
-msgstr "uyğun bĥlmə tapÄħlmadÄħ"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "Qurulum"
-#: ../../install_steps_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
-msgstr "Bağlama nĥqtələri ĵ§ĵn bĥlmələr daranÄħr"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
+msgstr "Avtomatik se§ili paketləri gĥstər"
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
-msgstr "Bağlama nĥqtələrini se§in"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It must be upgraded"
+msgstr "Bu paketi sistemdən §Äħxarda bilməzsiniz. Yenilənməlidir"
-#: ../../install_steps_interactive.pm_.c:386
+#: ../../install_steps_gtk.pm:1
+#, c-format
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"
+"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_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_gtk.pm:1
+#, c-format
+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:1
+#, c-format
+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_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Kĥk (root) Bĥlməsi"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "Bu paketi se§É™ bilməzsiniz/sistemdən §Äħxarda bilməzsÄħnÄħz"
-#: ../../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_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "AĊŸağÄħdakÄħ paketlər sistemdən silinəcəklə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_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be installed"
+msgstr "AĊŸağÄħdakÄħ paketlər qurulacaqdÄħr"
-#: ../../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_gtk.pm:1
+#, c-format
+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_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "XətalÄħ bloklar sÄħnansÄħnmÄħ?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Ĉhəmiyyət: %s\n"
-#: ../../install_steps_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr "Bĥlmələr ĊŸÉ™killəndirilir"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Bĥyĵklĵyĵ: %d KB\n"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_gtk.pm:1
#, c-format
-msgid "Creating and formatting file %s"
-msgstr "%s faylÄħ yaradÄħlÄħr və ĊŸÉ™killəndirilir"
+msgid "Version: %s\n"
+msgstr "BuraxÄħlÄħĊŸ: %s\n"
-#: ../../install_steps_interactive.pm_.c:470
+#: ../../install_steps_gtk.pm:1
#, c-format
-msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
-msgstr ""
+msgid "Name: %s\n"
+msgstr "Ad: %s\n"
-#: ../../install_steps_interactive.pm_.c:472
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr "Qurulumu bitirmək ĵ§ĵn lazÄħmi sahə yoxdur, xahiĊŸ edirik əlavə edin"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Bad package"
+msgstr "XətalÄħ paket"
-#: ../../install_steps_interactive.pm_.c:479
-#, fuzzy
-msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "Mĥvcud olan paketlər axtarÄħlÄħr."
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "Digər"
-#: ../../install_steps_interactive.pm_.c:480
-msgid "Looking for available packages..."
-msgstr "Mĥvcud olan paketlər axtarÄħlÄħr."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "œmumi bĥyĵklĵk: %d / %d Mb"
-#: ../../install_steps_interactive.pm_.c:483
-#, fuzzy
-msgid "Looking at packages already installed..."
-msgstr "Bu paketi sistemdən §Äħxarda bilməzsÄħnÄħz. ArtÄħq qurulmuĊŸdur."
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Next ->"
+msgstr "SonrakÄħ ->"
-#: ../../install_steps_interactive.pm_.c:487
-msgid "Finding packages to upgrade..."
-msgstr "Gĵncəllənəcək paketlar tapÄħlÄħr"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Individual package selection"
+msgstr "Fərdi paket se§kisi"
+
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Help"
+msgstr "/_YardÄħm"
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Your system does not have 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)"
+msgid "Package Group Selection"
+msgstr "Paket Qrup Se§kisi"
-#: ../../install_steps_interactive.pm_.c:541
+#: ../../install_steps_gtk.pm:1
+#, c-format
msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
+"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 ""
+"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_interactive.pm_.c:543
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Disketdən geri §ağÄħr"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save packages selection"
+msgstr "Paket se§kilərini saxla"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr "Disketə qeyd et"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "AvtomatlaĊŸdÄħrÄħlmÄħĊŸ"
-#: ../../install_steps_interactive.pm_.c:547
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Disketdən geri §ağÄħr"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Replay"
+msgstr "Təkrarla"
-#: ../../install_steps_interactive.pm_.c:547
-#, fuzzy
-msgid "Package selection"
-msgstr "Paket Qrup Se§kisi"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:552
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "%s sĵrĵcĵsĵnə bir disket taxÄħn"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Generate auto install floppy"
+msgstr "Avtomatik qurulum disketi hazÄħrlanÄħr"
-#: ../../install_steps_interactive.pm_.c:634
-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:1
+#, fuzzy, c-format
+msgid "Reboot"
+msgstr "Kĥk"
-#: ../../install_steps_interactive.pm_.c:649
-msgid "Type of install"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:650
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Creating auto install floppy..."
+msgstr "Avtomatik qurulum disketi hazÄħrlanÄħr"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
+#, 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:1
+#, c-format
msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
+"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 %s,\\\\: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:653
-msgid "With X"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:655
-msgid "With basic documentation (recommended!)"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Installing bootloader"
+msgstr "Sistem yĵkləyicini qur"
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:741
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "aboot istifadə etmək istəyirsiniz?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
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."
+"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 or some other means to boot your machine"
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:746
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "\"%s\" adlÄħ Cd-Rom"
-
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr "Qurulum hazÄħrlanÄħr"
+msgid "Preparing bootloader..."
+msgstr "A§ÄħlÄħĊŸ yĵkləyici hazÄħrlanÄħr"
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
+msgid "Domain Admin Password"
msgstr ""
-"%s paketi qurulur\n"
-"%d%%"
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr "Qurulum sonrasÄħ qurğular"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Domain Admin User Name"
+msgstr "Sahə(domain) adÄħ"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm:1
#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "%s sĵrĵcĵsĵnə bir disket taxÄħn"
+msgid "Windows Domain"
+msgstr "NIS sahəsi"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1
#, 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"
+msgid "Authentication Windows Domain"
+msgstr "TanÄħtma"
-#: ../../install_steps_interactive.pm_.c:861
+#: ../../install_steps_interactive.pm:1
+#, c-format
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 ?"
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:876
-#, 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:1
+#, c-format
+msgid "NIS Server"
+msgstr "NIS Verici"
-#: ../../install_steps_interactive.pm_.c:881
-msgid "Choose a mirror from which to get the packages"
-msgstr "Paketleri almaq ĵ§ĵn bir əks ĵnvanÄħ se§in"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "NIS sahəsi"
-#: ../../install_steps_interactive.pm_.c:890
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr "Ĉks ĵnvanÄħna bağlantÄħ qurulur"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Authentication NIS"
+msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr "Sisteminiz hansÄħ məqsədlə istifadə ediləcək?"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "NIS"
+msgstr "NIS istifadə et"
-#: ../../install_steps_interactive.pm_.c:923
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "AvadanlÄħq saatÄħnÄħz GMT-yə gĥra quruludur mu?"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "LDAP Server"
+msgstr "Verici"
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:931
-#, fuzzy
-msgid "NTP Server"
-msgstr "NIS Verici"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Authentication LDAP"
+msgstr "TanÄħtma"
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr "Uzaq CUPS vericisi"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:966
-msgid "No printer"
-msgstr "‡ap Edicisiz"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Local files"
+msgstr "Yerli ‡ap Edici"
-#: ../../install_steps_interactive.pm_.c:982
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "BaĊŸqa var?"
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "TanÄħtma"
-#: ../../install_steps_interactive.pm_.c:984
-msgid "Run \"sndconfig\" after installation to configure your sound card"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it 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:1
+#, c-format
+msgid "No password"
+msgstr "Parolsuz"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Set root password"
+msgstr "Root parolunu qur"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You have not configured X. Are you sure you really want this?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:986
-msgid "No sound card detected. Try \"harddrake\" after installation"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services: %d activated for %d registered"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Mĵndəricat"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, fuzzy, c-format
+msgid "Services"
+msgstr "avadanlÄħq"
-#: ../../install_steps_interactive.pm_.c:994
-msgid "Mouse"
-msgstr "Si§an"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "System"
+msgstr "Sistem modu"
-#: ../../install_steps_interactive.pm_.c:996
-msgid "Timezone"
-msgstr "Vaxt Dilimi"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Bootloader"
+msgstr "Ä°stifadə ediləcək A§ÄħlÄħĊŸ idarəcisi"
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
-msgid "Printer"
-msgstr "‡ap Edici"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Boot"
+msgstr "Kĥk"
-#: ../../install_steps_interactive.pm_.c:999
-msgid "ISDN card"
-msgstr "ISDN kartÄħ"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "disabled"
+msgstr "passivləĊŸdir"
-#: ../../install_steps_interactive.pm_.c:1003
-#: ../../install_steps_interactive.pm_.c:1009
-msgid "Sound card"
-msgstr "Səs kartÄħ"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "activated"
+msgstr "Fəal"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Firewall"
+msgstr "Verici, Firewall/Ruter"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Security"
+msgstr "Təhlĵkəsizlik"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Security Level"
+msgstr "Təhlĵkəsizlik səviyyəsinin quraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "not configured"
+msgstr "yenidən quraĊŸdÄħr"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Network"
+msgstr "ĊžÉ™bəkə ara ĵzĵ"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Network & Internet"
+msgstr "ĊžÉ™bəkə ara ĵzĵ"
-#: ../../install_steps_interactive.pm_.c:1012
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Graphical interface"
+msgstr "X ilə A§ÄħlÄħĊŸ"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid "TV card"
msgstr "TV kartÄħ"
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-#, fuzzy
-msgid "NIS"
-msgstr "NIS istifadə et"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
-#, fuzzy
-msgid "Windows Domain"
-msgstr "NIS sahəsi"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Do you have an ISA sound card?"
+msgstr "BaĊŸqa var?"
-#: ../../install_steps_interactive.pm_.c:1058
-#: ../../install_steps_interactive.pm_.c:1080
-#, fuzzy
-msgid "Local files"
-msgstr "Yerli ‡ap Edici"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Sound card"
+msgstr "Səs kartÄħ"
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Root parolunu qur"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "Uzaq CUPS vericisi"
-#: ../../install_steps_interactive.pm_.c:1069
-msgid "No password"
-msgstr "Parolsuz"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No printer"
+msgstr "‡ap Edicisiz"
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
-msgstr "Bu parol §ox sadədir (en az %d xarakter boyunda olmalÄħdÄħr)"
+msgid "Printer"
+msgstr "‡ap Edici"
-#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "TanÄħtma"
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, c-format
+msgid "Mouse"
+msgstr "Si§an"
-#: ../../install_steps_interactive.pm_.c:1088
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "TanÄħtma"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Timezone"
+msgstr "Vaxt Dilimi"
-#: ../../install_steps_interactive.pm_.c:1089
-msgid "LDAP Base dn"
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "Klaviatura"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr "Mĵndəricat"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "NTP Server"
+msgstr "NIS Verici"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1090
-#, fuzzy
-msgid "LDAP Server"
-msgstr "Verici"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Hardware clock set to GMT"
+msgstr "AvadanlÄħq saatÄħnÄħz GMT-yə gĥra quruludur mu?"
-#: ../../install_steps_interactive.pm_.c:1096
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "Sisteminiz hansÄħ məqsədlə istifadə ediləcək?"
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "NIS sahəsi"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Contacting the mirror to get the list of available packages..."
+msgstr "Ĉks ĵnvanÄħna bağlantÄħ qurulur"
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr "NIS Verici"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "Paketleri almaq ĵ§ĵn bir əks ĵnvanÄħ se§in"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
+"Contacting Mandrake Linux web site to get the list of available mirrors..."
+msgstr "Ĉks ĵnvanÄħna bağlantÄħ qurulur"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"You now have the opportunity to download updated packages. These packages\n"
+"have been updated 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:1106
-#, fuzzy
-msgid "Authentication Windows Domain"
-msgstr "TanÄħtma"
+#: ../../install_steps_interactive.pm:1
+#, 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:1108
-#, fuzzy
-msgid "Domain Admin User Name"
-msgstr "Sahə(domain) adÄħ"
+#: ../../install_steps_interactive.pm:1
+#, 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:1109
-msgid "Domain Admin Password"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "Qurulum sonrasÄħ qurğular"
-#: ../../install_steps_interactive.pm_.c:1144
+#: ../../install_steps_interactive.pm:1
+#, 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"
-"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\"."
+"Installing package %s\n"
+"%d%%"
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:1160
-msgid "First floppy drive"
-msgstr "Ä°lk disket sĵrĵcĵ"
+"%s paketi qurulur\n"
+"%d%%"
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "Ä°kinci disket sĵrĵcĵ"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "Qurulum hazÄħrlanÄħr"
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "Nəzərə Alma"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "\"%s\" adlÄħ Cd-Rom"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps_interactive.pm:1
#, 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"
+"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:1
+#, c-format
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
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:1173
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With X"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
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)."
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1181
-msgid "Sorry, no floppy drive available"
-msgstr "BağÄħĊŸlayÄħn, disket sĵrĵcĵ yoxdur"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Type of install"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1185
-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:1
+#, c-format
+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:1189
+#: ../../install_steps_interactive.pm:1
#, fuzzy, c-format
-msgid "Insert a floppy in %s"
+msgid "Insert a floppy containing package selection"
msgstr "%s sĵrĵcĵsĵnə bir disket taxÄħn"
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr "A§ÄħlÄħĊŸ disketi yaradÄħlÄħr"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Loading from floppy"
+msgstr "Disketdən geri §ağÄħr"
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr "A§ÄħlÄħĊŸ yĵkləyici hazÄħrlanÄħr"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Package selection"
+msgstr "Paket Qrup Se§kisi"
-#: ../../install_steps_interactive.pm_.c:1210
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "Disketə qeyd et"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Load from floppy"
+msgstr "Disketdən geri §ağÄħr"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
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"
+"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:1216
-msgid "Do you want to use aboot?"
-msgstr "aboot istifadə etmək istəyirsiniz?"
-
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+"Your system does not have enough space left for installation or upgrade (%d "
+"> %d)"
msgstr ""
-"aboot qurulumunda xata, \n"
-"ilk disk bĥlməsini yox etsə belə yenə də qurulmasÄħnÄħ istəyirsiniz?"
+"Sisteminizdə qurulum ya da gĵncəlləmə ĵ§ĵn lazÄħmi boĊŸ yer yoxdur(%d > %d)"
-#: ../../install_steps_interactive.pm_.c:1226
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Sistem yĵkləyicini qur"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "Gĵncəllənəcək paketlar tapÄħlÄħr"
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "A§ÄħlÄħĊŸ yĵkləyicisi qurulumu iflas etdi. Xəta:"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Looking at packages already installed..."
+msgstr "Bu paketi sistemdən §Äħxarda bilməzsÄħnÄħz. ArtÄħq qurulmuĊŸdur."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages..."
+msgstr "Mĥvcud olan paketlər axtarÄħlÄħr."
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr "Mĥvcud olan paketlər axtarÄħlÄħr."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
+msgstr "Qurulumu bitirmək ĵ§ĵn lazÄħmi sahə yoxdur, xahiĊŸ edirik əlavə edin"
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../install_steps_interactive.pm:1
#, 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."
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
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 %s,\\\\: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:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "%s sĵrĵcĵsĵnə boĊŸ bir disket yerləĊŸdirin"
+msgid "Check bad blocks?"
+msgstr "XətalÄħ bloklar sÄħnansÄħnmÄħ?"
-#: ../../install_steps_interactive.pm_.c:1278
-msgid "Creating auto install floppy..."
-msgstr "Avtomatik qurulum disketi hazÄħrlanÄħr"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "ĊžÉ™killəndiriləcək disk bĥlmələrini se§in"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1289
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
+"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 ""
-"Bə'zi bĥlmələr bitdi.\n"
-"\n"
-"Həqiqətən də §Äħxmaq istəyirsiniz?"
-#: ../../install_steps_interactive.pm_.c:1300
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "Bağlama nĥqtələrini se§in"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "No partition available"
+msgstr "uyğun bĥlmə tapÄħlmadÄħ"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring IDE"
+msgstr "IDE qapÄħlarÄħ qurulur"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "PCMCIA kartlar qurulur..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "PCMCIA"
+msgstr "PCMCIA"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
+msgstr "Dĵymə 3 emulyasiyasÄħ"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 2 Emulation"
+msgstr "Dĵymə 2 emulyasiyasÄħ"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
+msgstr "Dĵymə emulyasiyasÄħ"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose 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:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
+msgstr "Si§an QapÄħsÄħ"
+
+#: ../../install_steps_interactive.pm:1
#, fuzzy, c-format
+msgid "Please choose your type of mouse."
+msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħn nĥvĵnĵ se§in."
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade"
+msgstr "Gĵncəlləmə"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade %s"
+msgstr "Gĵncəlləmə"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "Bu bir qurulum mu, yoxsa gĵncəlləməmidir?"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Install/Upgrade"
+msgstr "Qurulum/Gĵncəlləmə"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
+msgstr "Bĵtĵn mĥvcud klaviaturalarÄħn siyahÄħsÄħ"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Please choose your keyboard layout."
+msgstr "Klaviatura quruluĊŸunu se§iniz."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "Lisenziya sĥzləĊŸməsi"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "default:LTR"
+msgstr "əsas"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "An error occurred"
+msgstr "Bir xəta oldu"
+
+#: ../../install_steps_newt.pm:1
+#, c-format
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"
-"%s\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
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."
+" <Tab>/<Alt-Tab> irəli/geri | <BoĊŸluq> iĊŸarətlə | <F12> sonrakÄħ ekran"
+
+#: ../../install_steps_newt.pm:1
+#, c-format
+msgid "Mandrake Linux Installation %s"
+msgstr "Linuks-Mandrake Qurulumu %s"
+
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "Disket sĵrĵcĵ yoxdur"
+
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "%s Sisteminə XoĊŸgəlmiĊŸsiniz"
-#: ../../install_steps_interactive.pm_.c:1313
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
+#: ../../install_steps.pm:1
+#, c-format
+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_interactive.pm_.c:1318
-msgid "Generate auto install floppy"
-msgstr "Avtomatik qurulum disketi hazÄħrlanÄħr"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "%s bağlama nĥqtəsini §oxalt"
-#: ../../install_steps_interactive.pm_.c:1320
+#: ../../install_steps.pm:1
+#, c-format
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"
+"An error occurred, but I don't know how to handle it nicely.\n"
+"Continue at your own risk."
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"
+"Bir xəta oldu, fəqət necə dĵzəldiləcəyini bilmirəm.\n"
+"Davam edin, riski sizə aitdir!"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Automated"
-msgstr "AvtomatlaĊŸdÄħrÄħlmÄħĊŸ"
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Please wait"
+msgstr "XahiĊŸ edirik gĥzləyin"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Replay"
-msgstr "Təkrarla"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "Oldu"
-#: ../../install_steps_interactive.pm_.c:1328
-msgid "Save packages selection"
-msgstr "Paket se§kilərini saxla"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
+#, c-format
+msgid "Finish"
+msgstr "Qurtar"
-#: ../../install_steps_newt.pm_.c:20
+#: ../../interactive.pm:1 ../../standalone/draksec:1
#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Linuks-Mandrake Qurulumu %s"
+msgid "Basic"
+msgstr ""
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
+#: ../../interactive.pm:1
+#, c-format
+msgid "Advanced"
+msgstr "ĈtraflÄħ"
+
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, fuzzy, c-format
+msgid "Remove"
+msgstr "Uzaq ‡ap Edici"
+
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Modify"
+msgstr "TəkmilləĊŸdir"
+
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Add"
+msgstr "Ĉlavə et"
+
+#: ../../interactive.pm:1
+#, fuzzy, c-format
+msgid "Choose a file"
+msgstr "Monitorunuzu se§in"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
+"Here you can choose the key or key combination that will \n"
+"allow switching between the different keyboard layouts\n"
+"(eg: latin and non latin)"
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"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right \"Windows\" key"
+msgstr ""
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Left \"Windows\" key"
msgstr ""
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Monitorunuzu se§in"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "\"Menu\" key"
+msgstr ""
-#: ../../interactive.pm_.c:318
-msgid "Advanced"
-msgstr "ĈtraflÄħ"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
-msgid "Basic"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
-msgstr "<- Ĉvvəlki"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "CapsLock key"
+msgstr ""
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-#, fuzzy
-msgid "Next"
-msgstr "SonrakÄħ ->"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Control and Shift keys simultaneously"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr "XətalÄħ tərcih, təkrar sÄħnayÄħn\n"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Both Shift keys simultaneously"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Se§kiniz? (əsas %s) "
+msgid "Right Alt key"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:54
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Yugoslavian (latin)"
+msgstr "Yugoslavca (latÄħn/kiril)"
+
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "Vyetnam dili \"numeric row\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard (international)"
+msgstr "Amerikan (US) klaviaturasÄħ (beynəlmiləl)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard"
+msgstr "Amerikan (US) klaviaturasÄħ"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "UK keyboard"
+msgstr "Ä°ngiliz (UK) klaviaturasÄħ"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "Ukrayna dili"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr "Tĵrkcə (mĵasir \"Q\" klaviatura)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "Tĵrkcə (ənənəvi \"F\" klaviatura)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tajik keyboard"
+msgstr "Thai klaviatura"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Thai keyboard"
+msgstr "Thai klaviatura"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "Ermenicə (yazÄħ maĊŸÄħnÄħ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (ISCII-layout)"
msgstr ""
-#: ../../interactive/stdio.pm_.c:70
+#: ../../keyboard.pm:1
#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Se§kiniz? (əsas %s) "
+msgid "Serbian (cyrillic)"
+msgstr "Azərbaycanca (kiril)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTY)"
+msgstr "Slovakca (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovakca (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovenian"
+msgstr "Slovencə"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swedish"
+msgstr "Ä°sve§cə"
-#: ../../interactive/stdio.pm_.c:95
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian (Yawerty)"
+msgstr "Rusca (Yawerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "Rusca"
+
+#: ../../keyboard.pm:1
#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Se§É™nəklər: %s"
+msgid "Romanian (qwerty)"
+msgstr "Rusca (Yawerty)"
-#: ../../interactive/stdio.pm_.c:96
-#, fuzzy
-msgid "Do you want to click on this button?"
-msgstr "aboot istifadə etmək istəyirsiniz?"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Romanian (qwertz)"
+msgstr "Rusca (Yawerty)"
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Canadian (Quebec)"
+msgstr "FransÄħzca (Kanada/Quebec)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "Portuqalca"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwertz layout)"
+msgstr "Polyakca (QWERTZ sÄħrasÄħ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "Polyakca (QWERTY sÄħrasÄħ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Norwegian"
+msgstr "Norve§cə"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "Hollandiya dili"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
msgstr ""
-#: ../../interactive/stdio.pm_.c:105
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (UK)"
+msgstr ""
+
+#: ../../keyboard.pm:1
#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Se§kiniz? (əsas %s) "
+msgid "Mongolian (cyrillic)"
+msgstr "Azərbaycanca (kiril)"
-#: ../../interactive/stdio.pm_.c:123
+#: ../../keyboard.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
+msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../interactive/stdio.pm_.c:126
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Macedonian"
+msgstr "Makedoniya dili"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Malayalam"
msgstr ""
-#: ../../interactive/stdio.pm_.c:139
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Latvian"
+msgstr "Yeri"
+
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "Litvanya dili \"Fonetik\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "Litvanya dili \"number row\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (new)"
+msgstr "Litvanya dili AZERTY (yeni)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "Litvaniya dili AZERTY (kĥhnə)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Laotian"
+msgstr "Yeri"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latin American"
+msgstr "LatÄħn Amerika dili"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Korean keyboard"
+msgstr "Koreya klaviaturasÄħ"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Japanese 106 keys"
+msgstr "Yaponca 106 dĵyməli"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Inuktitut"
msgstr ""
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Italian"
+msgstr "Ä°talyanca"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Icelandic"
+msgstr "Ä°zlandiya dili"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "Farsca"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "Ä°srail (Fonetik)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli"
+msgstr "Ä°srail"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Croatian"
+msgstr "XÄħrvatca"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "Macarca"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
-msgid "Czech (QWERTZ)"
-msgstr "‡ex dili (QWERTZ)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gujarati"
+msgstr ""
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "Almanca"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Greek"
+msgstr "Yunanca"
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Dvorak"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "Gĵrcĵ dili (\"LatÄħn\" sÄħrasÄħ)"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
-msgid "Spanish"
-msgstr "Ä°spanca"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "Gĵrcĵ dili (\"Rus\" sÄħrasÄħ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "French"
+msgstr "FransÄħzca"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
+#: ../../keyboard.pm:1
+#, c-format
msgid "Finnish"
msgstr "Fincə"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
-msgid "French"
-msgstr "FransÄħzca"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Spanish"
+msgstr "Ä°spanca"
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
-msgid "Norwegian"
-msgstr "Norve§cə"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Estonian"
+msgstr "Estoniya dili"
-#: ../../keyboard.pm_.c:160
-msgid "Polish"
-msgstr "Polyakca"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
-msgstr "Rusca"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Dvorak (Norve§cə)"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
-msgid "Swedish"
-msgstr "Ä°sve§cə"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "Ä°ngiliz (UK) klaviaturasÄħ"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "Danimarka dili"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "Amerikan (US) klaviaturasÄħ"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
+msgstr ""
-#: ../../keyboard.pm_.c:167
-#, fuzzy
-msgid "Albanian"
-msgstr "Farsca"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "Almanca (ĥlĵ dĵymələr olmasÄħn)"
-#: ../../keyboard.pm_.c:168
-msgid "Armenian (old)"
-msgstr "Ermenicə (kĥhnə) "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "Almanca"
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "Ermenicə (yazÄħ maĊŸÄħnÄħ)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTY)"
+msgstr "‡ex dili (QWERTY)"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTZ)"
+msgstr "‡ex dili (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "Ä°sve§cə (FransÄħz sÄħrasÄħ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "Ä°sve§cə (Alman sÄħrasÄħ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "Belarusca"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bosnian"
+msgstr "Estoniya dili"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "Brazilya dili (ABNT-2)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bulgarian (BDS)"
+msgstr "Bulqarca"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bulgarian (phonetic)"
msgstr "Ermenicə (fonetik)"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "Azərbaycanca (latÄħn)"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bengali"
+msgstr "fəallaĊŸdÄħr"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm:1
+#, c-format
msgid "Belgian"
msgstr "Bel§ika dili"
-#: ../../keyboard.pm_.c:178
-#, fuzzy
-msgid "Bengali"
-msgstr "fəallaĊŸdÄħr"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "Azərbaycanca (latÄħn)"
-#: ../../keyboard.pm_.c:179
-#, fuzzy
-msgid "Bulgarian (phonetic)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
msgstr "Ermenicə (fonetik)"
-#: ../../keyboard.pm_.c:180
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Bulqarca"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "Ermenicə (yazÄħ maĊŸÄħnÄħ)"
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazilya dili (ABNT-2)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (old)"
+msgstr "Ermenicə (kĥhnə) "
-#: ../../keyboard.pm_.c:184
-#, fuzzy
-msgid "Bosnian"
-msgstr "Estoniya dili"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Albanian"
+msgstr "Farsca"
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "Belarusca"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish"
+msgstr "Polyakca"
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "Ä°sve§cə (Alman sÄħrasÄħ)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Dvorak"
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "Ä°sve§cə (FransÄħz sÄħrasÄħ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Zimbabwe"
+msgstr "Zimbabve"
-#: ../../keyboard.pm_.c:189
-msgid "Czech (QWERTY)"
-msgstr "‡ex dili (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
+msgstr "Zambiya"
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr "Almanca (ĥlĵ dĵymələr olmasÄħn)"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
+msgstr "Cənubi Afrika"
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Serbia"
+msgstr "serial"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mayotte"
+msgstr "Mayot"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Yemen"
+msgstr "Yəmən"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
+msgstr "Samoa"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Wallis and Futuna"
+msgstr "Vallis və Futuna AdalarÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Vanuatu"
+msgstr "Vanuatu"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vietnam"
+msgstr "Vyetnam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr "Virgin AdalarÄħ (ABĊž)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (British)"
+msgstr "Virgin AdalarÄħ (Britaniya)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Venezuela"
+msgstr "Venezuela"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
+msgstr "Mĵqəddəs Vinsent və Qrenadin"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vatican"
+msgstr "Yeri"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
+msgstr "–zbəkistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uruguay"
+msgstr "Uruqvay"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
+msgstr "BirləĊŸmiĊŸ Ċžtatlar yanÄħ Ki§ik Adalar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uganda"
+msgstr "Uqanda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ukraine"
+msgstr "Ukrayna"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
msgstr ""
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "Danimarka dili"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Taiwan"
+msgstr "Tayland"
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tuvalu"
+msgstr "Tuvalu"
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norve§cə)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
+msgstr "Trinidad və Tobaqo"
-#: ../../keyboard.pm_.c:196
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkey"
+msgstr "Tĵrkiyə"
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "Estoniya dili"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
+msgstr "Tonqa"
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Gĵrcĵ dili (\"Rus\" sÄħrasÄħ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tunisia"
+msgstr "Tunis"
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Gĵrcĵ dili (\"LatÄħn\" sÄħrasÄħ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkmenistan"
+msgstr "Tĵrkmənistan"
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "Yunanca"
+#: ../../lang.pm:1
+#, c-format
+msgid "East Timor"
+msgstr "ĊžÉ™rqi Timor"
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tokelau"
+msgstr "Tokelo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr "Tacikistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr "Tayland"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Togo"
+msgstr "Toqo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Southern Territories"
+msgstr "Cənubi FransÄħz Sahələri"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
+msgstr "‡ad"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turks and Caicos Islands"
+msgstr "Tĵrk və Kaykos AdalarÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Swaziland"
+msgstr "Svaziland"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Syria"
+msgstr "Surinam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr "Elsalvador"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr "Sao Tome və Prinsip"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Suriname"
+msgstr "Surinam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Somalia"
+msgstr "Somali"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Senegal"
+msgstr "Seneqal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr "San Marino"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr "Siera Lione"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovakia"
+msgstr "Slovakiya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
+msgstr "Svalbard və Jan Mayen AdalarÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovenia"
+msgstr "Sloveniya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Helena"
+msgstr "Mĵqəddəs Helena"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr "Sinqapur"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sudan"
+msgstr "Sudan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Seychelles"
+msgstr "SeyĊŸel"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr "Solomon AdalarÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr "Səudiyyə Ĉrəbistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr "Rvanda"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Russia"
+msgstr "Rusca"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Romania"
+msgstr "RuminÄħya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Reunion"
+msgstr "Reyunion"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Qatar"
+msgstr "Katar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
+msgstr "Palau"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr "Paraqvay"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Portugal"
+msgstr "Portuqaliya"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Palestine"
+msgstr "Paket se§kilərini saxla"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Puerto Rico"
+msgstr "Porto Riko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pitcairn"
+msgstr "Pitkairn"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
+msgstr "Mĵqəddəs Pyer və Migelion"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Poland"
+msgstr "PolĊŸa"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr "Pakistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
+msgstr "Filippin"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr "Papua Yeni Qvineya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr "FransÄħz PoloneziyasÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr "Peru"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr "Panama"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Oman"
+msgstr "Oman"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Zealand"
+msgstr "Yeni Zellandiya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niue"
+msgstr "Niu"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
+msgstr "Nauru"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr "Nepal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr "Nikaraqua"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nigeria"
+msgstr "Nigeriya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr "Norfolk AdalarÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niger"
+msgstr "Niger"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Caledonia"
+msgstr "Yeni Kaledoniya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr "Namibiya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr "Mozambiq"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malaysia"
+msgstr "Malayziya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mexico"
+msgstr "Meksika"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
+msgstr "Malavi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr "Maldiv"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritius"
+msgstr "Maurit"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr "Malta"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Montserrat"
+msgstr "Montserrat"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr "Mavritaniya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr "Martiniq"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr "Ċžimali Marian AdalarÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr "Monqolustan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
+msgstr "Myanmar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr "Mali"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Macedonia"
+msgstr "Makedoniya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr "MarĊŸal AdalarÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr "Madaqaskar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
+msgstr "Moldova"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Monaco"
+msgstr "Monako"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr "MərakeĊŸ"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Libya"
+msgstr "Liberiya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Latvia"
+msgstr "Latviya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
+msgstr "Lĵksemburq"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr "Litvaniya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr "Lesoto"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liberia"
+msgstr "Liberiya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr "Ċžri Lanka"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liechtenstein"
+msgstr "LixtenĊŸteyn"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr "Mĵqəddəs Lusiya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr "Livan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Laos"
msgstr ""
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr "Qazaxstan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr "Kayman AdalarÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kuwait"
+msgstr "Kĵveyt"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Korea"
+msgstr "Daha ‡ox"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
msgstr ""
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
-msgstr "Macarca"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr "Mĵqəddəs Kit və Nevis"
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
-msgstr "XÄħrvatca"
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr "Komor"
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
-msgstr "Ä°srail"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr "Kiribati"
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "Ä°srail (Fonetik)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr "Kambodiya"
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "Farsca"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr "QÄħrğÄħzÄħstan"
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kenya"
+msgstr "Kenya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr "Yaponiya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jordan"
+msgstr "Ä°ordaniya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr "Yamayka"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iceland"
+msgstr "Ä°slandiya"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iran"
+msgstr "Ä°raq"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr "Ä°raq"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
+msgstr "Britaniya Hind OkeanÄħ Sahəsi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "India"
+msgstr "Hindistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Israel"
+msgstr "Ä°srail"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Ireland"
msgstr "Ä°zlandiya dili"
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "Ä°talyanca"
+#: ../../lang.pm:1
+#, c-format
+msgid "Indonesia"
+msgstr "Ä°ndoneziya"
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Hungary"
+msgstr "MacarÄħstan"
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "Yaponca 106 dĵyməli"
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr "Haiti"
-#: ../../keyboard.pm_.c:217
-msgid "Korean keyboard"
-msgstr "Koreya klaviaturasÄħ"
+#: ../../lang.pm:1
+#, c-format
+msgid "Croatia"
+msgstr "XÄħrvatÄħstan"
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "LatÄħn Amerika dili"
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr "Honduras"
-#: ../../keyboard.pm_.c:219
-#, fuzzy
-msgid "Laotian"
-msgstr "Yeri"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Heard and McDonald Islands"
+msgstr "Hird AdasÄħ və Mkdonald AdalarÄħ"
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litvaniya dili AZERTY (kĥhnə)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr "Honq Konq"
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litvanya dili AZERTY (yeni)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr "Quyana"
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litvanya dili \"number row\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr "Qvineya Bissau"
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litvanya dili \"Fonetik\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guam"
+msgstr "Quam"
-#: ../../keyboard.pm_.c:225
-#, fuzzy
-msgid "Latvian"
-msgstr "Yeri"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guatemala"
+msgstr "Quatemala"
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
-msgstr ""
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "South Georgia and the South Sandwich Islands"
+msgstr "Cinubi Georgiya və Cənubi Sandvi§ AdasÄħ"
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
-msgstr "Makedoniya dili"
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr "Ekvatorial Qvineya"
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr "Quadelup"
-#: ../../keyboard.pm_.c:229
-#, fuzzy
-msgid "Mongolian (cyrillic)"
-msgstr "Azərbaycanca (kiril)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea"
+msgstr "Qvineya"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr "Qambiya"
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Greenland"
+msgstr "Qrinland"
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "Hollandiya dili"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr "Gibraltar"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "Polyakca (QWERTY sÄħrasÄħ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
+msgstr "Qana"
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "Polyakca (QWERTZ sÄħrasÄħ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Guiana"
+msgstr "FransÄħz GvineyasÄħ"
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "Portuqalca"
+#: ../../lang.pm:1
+#, c-format
+msgid "Georgia"
+msgstr "Gĵrcĵstan"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
-msgstr "FransÄħzca (Kanada/Quebec)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
+msgstr "Qrenada"
-#: ../../keyboard.pm_.c:239
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "Rusca (Yawerty)"
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr "BirləĊŸmiĊŸ KrallÄħq"
-#: ../../keyboard.pm_.c:240
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "Rusca (Yawerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr "Qabon"
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "Rusca (Yawerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Faroe Islands"
+msgstr "Faro AdalarÄħ"
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "Slovencə"
+#: ../../lang.pm:1
+#, c-format
+msgid "Micronesia"
+msgstr "Mikroneziya"
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovakca (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
+msgstr "Fokland AdalarÄħ (Malvin)"
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "Slovakca (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Fiji"
+msgstr "Fici"
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Azərbaycanca (kiril)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
+msgstr "Finlandiya"
-#: ../../keyboard.pm_.c:250
-msgid "Tamil (Unicode)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Ethiopia"
+msgstr "Efiopiya"
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Spain"
+msgstr "Ä°spaniya"
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "Thai klaviatura"
+#: ../../lang.pm:1
+#, c-format
+msgid "Eritrea"
+msgstr "Eritre"
-#: ../../keyboard.pm_.c:254
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Thai klaviatura"
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
+msgstr "Qərbi Saxara"
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Tĵrkcə (ənənəvi \"F\" klaviatura)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Egypt"
+msgstr "Misir"
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Tĵrkcə (mĵasir \"Q\" klaviatura)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Estonia"
+msgstr "Estoniya"
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "Ukrayna dili"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
+msgstr "Ekvador"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "Amerikan (US) klaviaturasÄħ (beynəlmiləl)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Algeria"
+msgstr "Ĉlcəzair"
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vyetnam dili \"numeric row\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominican Republic"
+msgstr "Dominikan RespublikasÄħ"
-#: ../../keyboard.pm_.c:263
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Yugoslavca (latÄħn/kiril)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominica"
+msgstr "Dominik"
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
+msgstr "Danimarka"
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Djibouti"
+msgstr "Cibuti"
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr "Kipr (Yunan və Tĵrk) "
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
+msgstr "Kristmas AdasÄħ"
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Cape Verde"
+msgstr "Keyp Verde"
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr "Kuba"
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr "Kolumbiya"
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr "‡in"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cameroon"
+msgstr "Kamerun"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chile"
+msgstr "‡ili"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr "Kuku AdalarÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr "Kot Divuar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Switzerland"
+msgstr "Ä°sve§rə"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
msgstr ""
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Central African Republic"
+msgstr "Mərkəzi Afrika RespublikasÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
msgstr ""
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
+msgstr "Kokos AdasÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Canada"
+msgstr "Kanada"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belize"
+msgstr "Beliz"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belarus"
+msgstr "Belarusiya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Botswana"
+msgstr "Botsvana"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
+msgstr "Buvet AdasÄħ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr "Butan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
+msgstr "Bahama"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
+msgstr "Braziliya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
+msgstr "Boliviya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
+msgstr "Bruney Darĵssəlim"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bermuda"
+msgstr "Bermuda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Benin"
+msgstr "Benin"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burundi"
+msgstr "Burundi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
+msgstr "Bahreyn"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bulgaria"
+msgstr "BolqarÄħstan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
+msgstr "Burkina Faso"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
+msgstr "BanqladeĊŸ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
+msgstr "Barbados"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bosnia and Herzegovina"
+msgstr "Bosniya və Herzoqovina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Azerbaijan"
+msgstr "Azərbaycan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Aruba"
+msgstr "Aruba"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Australia"
+msgstr "serial"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "American Samoa"
+msgstr "Amerikan Samoa"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
+msgstr "Argentina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
+msgstr "Antarktika"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
+msgstr "Anqola"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Netherlands Antilles"
+msgstr "Holland Antilləri"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Armenia"
+msgstr "Ermənistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Albania"
+msgstr "Albaniya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Anguilla"
+msgstr "Anquilla"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antigua and Barbuda"
+msgstr "Antiq və Barbuda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United Arab Emirates"
+msgstr "BirləĊŸmiĊŸ Ĉrəb Ĉmirlikləri"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Andorra"
+msgstr "Andorra"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Afghanistan"
+msgstr "ĈfqanÄħstan"
+
+#: ../../loopback.pm:1
#, c-format
msgid "Circular mounts %s\n"
msgstr "Dairəvi bağlama %s\n"
-#: ../../lvm.pm_.c:103
+#: ../../lvm.pm:1
+#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Məntiqi ciltləri birinci olaraq sil\n"
-#: ../../modules.pm_.c:290
+#: ../../modules.pm:1
+#, c-format
msgid ""
"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
msgstr ""
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "Disket sĵrĵcĵ yoxdur"
-
-#: ../../modules/parameters.pm_.c:50
-#, fuzzy
-msgid "a number"
-msgstr "Telefon nĥmrəsi"
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "TĈKĈRÄ° OYNADIN!"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated numbers"
-msgstr ""
+msgid "To activate the mouse,"
+msgstr "Si§anÄħnÄħzÄħ iĊŸÉ™ salmaq ĵ§ĵn,"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated strings"
-msgstr ""
+msgid "Please test the mouse"
+msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħ se§in"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
-msgstr ""
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "Si§ansÄħzs"
-#: ../../modules/parameters.pm_.c:54
-#, fuzzy
-msgid "comma separated strings"
-msgstr "Bĥlmə ĊŸÉ™killəndirilməsi"
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "he§ biri"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Si§an"
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "3 dĵyməli"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "2 dĵyməli"
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "SÄħravi PS2 ‡É™rxli Si§an"
+#: ../../mouse.pm:1
+#, c-format
+msgid "1 button"
+msgstr "1 dĵymə"
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../mouse.pm:1
+#, c-format
+msgid "busmouse"
+msgstr "busmouse"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Logitech mouse (serial ya da kĥhnə C7 nĥvĵ)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Series"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-#, fuzzy
-msgid "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Logitech CC Series"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Mouse Systems"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Logitech MouseMan"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-msgid "1 button"
-msgstr "1 dĵymə"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "SÄħravi 3 Dĵyməli Si§an"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 2 Button Mouse"
msgstr "SÄħravi 2 Dĵyməli Si§an"
-#: ../../mouse.pm_.c:47
+#: ../../mouse.pm:1
+#, c-format
+msgid "serial"
+msgstr "serial"
+
+#: ../../mouse.pm:1
+#, fuzzy, c-format
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Wheel"
msgstr "‡É™rx"
-#: ../../mouse.pm_.c:51
-msgid "serial"
-msgstr "serial"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "œmumi"
-#: ../../mouse.pm_.c:54
-msgid "Generic 3 Button Mouse"
-msgstr "SÄħravi 3 Dĵyməli Si§an"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "SÄħravi PS2 ‡É™rxli Si§an"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "Standart"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Sun - Si§an"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Series"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "Otaq və grup sÄħralamasÄħ arasÄħnda gəz"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "AğacÄħ Qapat"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech mouse (serial ya da kĥhnə C7 nĥvĵ)"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "AğacÄħ A§"
-#: ../../mouse.pm_.c:68
-msgid "busmouse"
-msgstr "busmouse"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "Mə'lumat"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "2 dĵyməli"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "Doğrudur?"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "3 dĵyməli"
+#: ../../my_gtk.pm:1
+#, c-format
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr ""
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "he§ biri"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "%s faylÄħna yazarkən xəta oldu"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "Si§ansÄħzs"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħ se§in"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "%s faylÄħndan qurtarÄħlÄħĊŸda xəta: %s"
-#: ../../mouse.pm_.c:491
-msgid "To activate the mouse,"
-msgstr "Si§anÄħnÄħzÄħ iĊŸÉ™ salmaq ĵ§ĵn,"
+#: ../../partition_table.pm:1
+#, c-format
+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."
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr "TĈKĈRÄ° OYNADIN!"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "Bu platformda geniĊŸlədilmiĊŸ bĥlmələr dəstəklənmir"
-#: ../../my_gtk.pm_.c:65
-msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "bağlama iflas etdi: "
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "bəlkə"
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "gĥzəl"
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "əla"
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "vacib"
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "alÄħnmalÄħ"
+
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "%d səviyyə RAID ĵ§ĵn §atmayan sayda disk bĥlməsi\n"
+
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "mkraid iflas etdi"
+
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "mkraid iflas etdi (raidtools əksik ola bilər mi?)"
+
+#: ../../raid.pm:1
+#, 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"
+
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Stop"
+msgstr "Sektor"
+
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Start"
+msgstr "Hal:"
+
+#: ../../services.pm:1
+#, c-format
+msgid "On boot"
+msgstr "A§ÄħlÄħĊŸda"
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"No additional information\n"
+"about this service, sorry."
msgstr ""
+"Bu xidmət haqqÄħnda təəsĵf ki,\n"
+"əlavə mə'lumat yoxdur."
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-msgid "Finish"
-msgstr "Qurtar"
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr "Xidmətlər və vasitələr"
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "SonrakÄħ ->"
+#: ../../services.pm:1
+#, c-format
+msgid "stopped"
+msgstr "dayandÄħrÄħlÄħb"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "Doğrudur?"
+#: ../../services.pm:1
+#, c-format
+msgid "running"
+msgstr "iĊŸləmir"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "Mə'lumat"
+#: ../../services.pm:1
+#, c-format
+msgid "Choose which services should be automatically started at boot time"
+msgstr "A§ÄħlÄħĊŸda avtomatik olaraq baĊŸlayacaq xidmətləri se§in"
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "AğacÄħ A§"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Database Server"
+msgstr "Databeyz"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "AğacÄħ Qapat"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Remote Administration"
+msgstr "Uzaq ‡ap Edici (lpd) Se§É™nəkləri"
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr "Otaq və grup sÄħralamasÄħ arasÄħnda gəz"
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
+msgstr ""
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "pppoe istifadə et"
+#: ../../services.pm:1
+#, c-format
+msgid "Internet"
+msgstr "Ä°nternet"
-#: ../../network/adsl.pm_.c:24
-msgid "use pptp"
-msgstr "pptpe istifadə et"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Printing"
+msgstr "‡ap Edici"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
-msgstr "dhcp istifadə et"
+#: ../../services.pm:1
+#, c-format
+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)."
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
+#: ../../services.pm:1
+#, c-format
+msgid "Load the drivers for your usb devices."
+msgstr "USB avadanlÄħğÄħnÄħz ĵ§ĵn sĵrĵcĵləri yĵkləyin."
+
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the sound system on your machine"
+msgstr "Kompĵterinizdə səs sistemÄħ baĊŸladÄħn"
+
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "İnternetə bağlan"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/adsl.pm_.c:30
+#: ../../services.pm:1
+#, c-format
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'"
+"The rstat protocol allows users on a network to retrieve\n"
+"performance metrics for any machine on that network."
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"
+"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."
-#: ../../network/adsl.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"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."
-#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
-msgid "Web Server"
-msgstr "Verici"
+#: ../../services.pm:1
+#, c-format
+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"
-#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
-msgid "Domain Name Server"
-msgstr "Sahə(domain) adÄħ"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
-msgid "Mail Server"
-msgstr "Databeyz"
+#: ../../services.pm:1
+#, fuzzy, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
-msgid "POP and IMAP Server"
-msgstr "Verici"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
-msgid "No network card"
-msgstr "ĊŸÉ™bəkə kartÄħ tapÄħlmadÄħ"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:129
-#, fuzzy
+#: ../../services.pm:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
+msgstr "OKI 4w və uyğun Windows §ap edicilərini dəstəklə."
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall 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."
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
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."
+"A§ÄħlÄħĊŸda XFree və konsolda numlock dĵyməsini\n"
+"avtomatik olaraq a§."
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"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."
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"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."
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"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."
-#: ../../network/drakfirewall.pm_.c:167
-msgid "Everything (no firewall)"
+#: ../../services.pm:1
+#, fuzzy, c-format
+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)."
-#: ../../network/drakfirewall.pm_.c:169
-#, fuzzy
-msgid "Other ports"
-msgstr "QapÄħlarÄħ sÄħna"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"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 ""
-"HansÄħ dhcp alÄħcÄħsÄħnÄħ istifadə edəcəksiniz?\n"
-"ĈsasÄħ dhcp-client dir"
+"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."
-#: ../../network/ethernet.pm_.c:88
+#: ../../services.pm:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"Linuxconf will sometimes arrange to perform various tasks\n"
+"at boot-time to maintain the system configuration."
msgstr ""
-"Sisteminizdə he§ bir eternet ĊŸÉ™bəkə adapteri tapÄħla bilmədi.\n"
-"Bu bağlantÄħ ĊŸÉ™klini qura bilmərəm."
+"Linuxconf sistem qurğularÄħnÄħzÄħ idarə edən proqramlarÄħ\n"
+"mĵxtəlif vəzifələri a§ÄħlÄħĊŸda icra edər."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "ĊžÉ™bəkə ara ĵzĵnĵ se§in"
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr "Texniki avadanlÄħğÄħn a§ÄħlÄħĊŸda avtomatik təsbiti və qurulmasÄħ."
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Ä°nternetə bağlanmaq ĵ§ĵn ĊŸÉ™bəkə adapteri se§in."
+"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Äħ."
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "ĊŸÉ™bəkə kartÄħ tapÄħlmadÄħ"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "ĊžÉ™bəkə QurğularÄħ"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
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''."
+"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 ""
-"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."
+"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."
-#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "Ev sahibi adÄħ"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-msgid "Network Configuration Wizard"
-msgstr "ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ SehirbazÄħ"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Xarici ISDN kart"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Daxili ISDN kart"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "ISDN bağlantÄħnÄħzÄħn nĥvĵ nədir?"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\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"
+"apmd is used for monitoring battery 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."
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Oddan divar (Firewall) quruluĊŸu tapÄħldÄħ!"
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is a periodic command scheduler."
+msgstr "Anakron, periodik əmr zamanlayÄħcÄħsÄħ"
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Oddan divar (Firewall) quruluĊŸu tapÄħldÄħ!"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr "ALSA səs sistemini (Advanced Linux Sound Architecture) baĊŸlat"
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "ISDN quraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "Installing packages..."
+msgstr "%s paketi qurulur"
-#: ../../network/isdn.pm_.c:166
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
msgstr ""
-"Ä°nternet xidmət vericinizi se§in.\n"
-"SiyahÄħda deyilsə SiyahÄħda deyil'i se§in."
-#: ../../network/isdn.pm_.c:179
-#, fuzzy
-msgid "Europe protocol"
-msgstr "A§ÄħlÄħĊŸ Protokolu"
-
-#: ../../network/isdn.pm_.c:179
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Avropa (EDSS1)"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
-#: ../../network/isdn.pm_.c:181
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Bĵtĵn dĵnya"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
-#: ../../network/isdn.pm_.c:181
-#, fuzzy
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
msgstr ""
-"Bĵtĵn dĵnya \n"
-" D-Channel'lə xaric (kiralÄħq xətlər)"
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
-msgstr "HansÄħ protokolu istifadə etmək istəyirsiniz?"
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
-#: ../../network/isdn.pm_.c:196
+#: ../../standalone.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
msgstr ""
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
-msgstr "HansÄħ nĥv kartÄħnÄħz var?"
+#: ../../standalone.pm:1
+#, c-format
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "Bilmirəm"
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "[keyboard]"
+msgstr "Klaviatura"
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../standalone.pm:1
+#, c-format
msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+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"
-"ISA kartÄħnÄħz var isə sonrakÄħ ekrandakÄħ qiymətlər doğru olmalÄħdÄħr.\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"
-"PCMCIA kartÄħnÄħz var isə kartÄħnÄħzÄħn irq və ya io'sunu bilməlisiniz.\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"
+msgstr ""
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "DayandÄħr"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "Qurulumdan §Äħx"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "Davam et"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Install system updates"
+msgstr "Sistemi qur"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "HansÄħsÄħ sizin ISDN kartÄħnÄħzdÄħr?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "Xidmətləri qur"
-#: ../../network/isdn.pm_.c:239
-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 ""
-"ISDN PCI kart tapdÄħm, amma nĥvĵnĵ bilmirəm. XahiĊŸ edirik sonrakÄħ ekrandakÄħ "
-"kartlardan birini se§in."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "X qur"
-#: ../../network/isdn.pm_.c:248
-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."
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "Sistem yĵkləyicini qur"
-#: ../../network/modem.pm_.c:57
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Modeminizin hansÄħ serial qapÄħya bağlÄħ olduğunu se§iniz"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "ĊžÉ™bəkəni qur"
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "‡evirməli ĊŸÉ™bəkə se§É™nəkləri"
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "Ä°stifadə§i əlavə et"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
-msgstr "BağlantÄħ adÄħ"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "Sistemi qur"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "Telefon nĥmrəsi"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "Qurulacaq paketləri se§in"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "GiriĊŸ adÄħ"
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "Bĥlmə ĊŸÉ™killəndirilməsi"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Partitioning"
+msgstr "‡ap Edici"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "KlaviaturanÄħzÄħ se§in"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "QuruluĊŸ sinifini se§in"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "Sabit disk se§kisi"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "Si§an qurğularÄħ"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
msgstr ""
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "Ä°ĊŸlətdiyiniz dili se§in"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "Skript əsaslÄħ"
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
+msgstr ""
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "Terminal əsaslÄħ"
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr "logdrake"
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "Sahə(domain) adÄħ"
+#: ../../ugtk.pm:1
+#, c-format
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-msgid "First DNS Server (optional)"
-msgstr "Birinci DNS Vericisi (arzuya gĥrə)"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr ""
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-msgid "Second DNS Server (optional)"
-msgstr "Ä°kinci DNS Vericisi (arzuya gĥrə)"
+#: ../../Xconfig/card.pm:1
+#, 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."
+
+#: ../../Xconfig/card.pm:1
+#, 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"
+
+#: ../../Xconfig/card.pm:1
+#, 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."
+
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "3D avadanlÄħq sĵr'ətləndirməsi ilə XFree %s"
-#: ../../network/modem.pm_.c:95
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+"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."
-#: ../../network/modem.pm_.c:97
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "amma oxĊŸamÄħr"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "XFree %s"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "Qurulum"
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "Təkcə \"%s\" kartÄħnÄħ qur (%s)"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "Cədvəl"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr "Xinerama ifadələrini iĊŸlət"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr "Bĵtĵn baĊŸlÄħqlarÄħ ayrÄħ ayrÄħ quraĊŸdÄħr"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "Necə bir XFree qurğusunu istəyirsiniz?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "XFree quraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "Ekran kartÄħnÄħzÄħn yaddaĊŸ bĥyĵklĵyĵnĵ se§in"
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
-"\n"
-"BağlantÄħnÄħzÄħ kəsə bilərsiniz. Ya da bağlantÄħnÄħ yenidən də quraĊŸdÄħra "
-"bilərsiniz."
+"Sizin sisteminiz §oxlu baĊŸlÄħq quraĊŸdÄħrmasÄħnÄħ dəstəkləyir.\n"
+"Nə etmək istəyirsiniz?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Multi-head configuration"
+msgstr "‡oxlu BaĊŸlÄħq quraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Choose an X server"
+msgstr "Bir X vericisi se§in"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "X verici"
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "64 MB və ya daha §ox"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "16 MB"
+msgstr "16 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 kB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 kB"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
-"You can reconfigure your connection."
+"%s"
msgstr ""
+"Mĥvcud qurğularÄħ saxlayÄħm?\n"
+"Hal-hazÄħrkÄħ qurğular:\n"
"\n"
-"BağlantÄħnÄħzÄħ yenidən quraĊŸdÄħra bilərsiniz."
+"%s"
-#: ../../network/netconnect.pm_.c:29
-msgid "You are currently connected to internet."
-msgstr "ArtÄħq Ä°nternetə bağlÄħsÄħnÄħz."
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "Se§É™nəklər"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr ""
-#: ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "Rezolyusiya"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "Monitor"
+
+#: ../../Xconfig/main.pm:1
+#, fuzzy, c-format
+msgid "Graphic Card"
+msgstr "Ekran kartÄħ"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "‡Äħx"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "Ċžaquli yeniləmə sĵr'əti"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "œfĵqi yeniləmə sĵr'əti"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
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"
-"You can connect to Internet or reconfigure your connection."
+"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"
-"Ä°stəsəniz Ä°nternetə bağlana bilərsiniz ya da yeniden quraĊŸdÄħra bilərsiniz."
+"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."
-#: ../../network/netconnect.pm_.c:32
-msgid "You are not currently connected to Internet."
-msgstr "Hələ Ä°nternetə bağlÄħ deyilsiniz."
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr ""
-#: ../../network/netconnect.pm_.c:36
-msgid "Connect"
-msgstr "Bağlan"
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Vendor"
+msgstr "Geri al"
-#: ../../network/netconnect.pm_.c:37
-msgid "Disconnect"
-msgstr "BağlantÄħnÄħ kəs"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr ""
-#: ../../network/netconnect.pm_.c:38
-#, fuzzy
-msgid "Configure the connection"
-msgstr "ĊžÉ™bəkəni qur"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "Monitorunuzu se§in"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr "Ä°nternet bağlantÄħsÄħ & quraĊŸdÄħrÄħlmasÄħ"
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "Ekran kartÄħ: %s"
-#: ../../network/netconnect.pm_.c:94
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Choose the resolution and the color depth"
+msgstr "Rezolyusiya və rəng dərinliyini se§in"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "Rezolyusiyalar"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4 milyard rəng (32 bits)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16 milyon rəng (24 bits)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65 min rəng (16 bits)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32 min rəng (15 bits)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 rəng (8 bits)"
+
+#: ../../Xconfig/test.pm:1
#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
+msgid "Is this the correct setting?"
+msgstr "Doğrudur?"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Leaving in %d seconds"
+msgstr "%d saniyə sonra §ÄħxÄħlacaq"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid ""
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
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:103
+#: ../../Xconfig/test.pm:1
#, fuzzy, c-format
+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"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "QurğularÄħ sÄħnamaq istəyirsiniz?"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "QurğularÄħn sÄħnağÄħ"
+
+#: ../../Xconfig/various.pm:1
+#, fuzzy, c-format
+msgid "What norm is your TV using?"
+msgstr "ISDN bağlantÄħnÄħzÄħn nĥvĵ nədir?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
msgid ""
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\n"
"\n"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
+"Do you have this feature?"
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:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/various.pm:1
+#, c-format
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"
+"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 ""
-"ĊžÉ™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"
+"Kompĵterinizi avtomatik olaraq X ilə a§ÄħlmasÄħ ĵ§ĵn qura bilərəm.\n"
+"A§ÄħlÄħĊŸda X Window ilə baĊŸlamaq istəyirsiniz?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "X ilə A§ÄħlÄħĊŸ"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "XFree86 sĵrĵcĵ: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "XFree86 verici: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "Rezolyusiya: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Color depth: %s\n"
+msgstr "Rəng dərinliyi: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "Ekran kartÄħ yaddaĊŸÄħ: %s KB\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "Ekran kartÄħ: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "Monitorun œfĵqi Yeniləməsi: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor HorizSync: %s\n"
+msgstr "Monitorun Ċžaquli DaramasÄħ: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "Monitor: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "Si§an avadanlÄħğÄħ: %s\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "Si§an nĥvĵ: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "Klavatura dĵzĵlĵĊŸĵ: %s\n"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "Se§É™nəklər: %s"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "Bağlama nĥqtəsi: "
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "Server: "
+msgstr "Verici"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr ""
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħ se§in"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "Bağlama nĥqtəsi"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server"
+msgstr "Verici"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "Bağla"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "AyÄħr"
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "New"
+msgstr "yeni"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
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"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
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:163
-msgid "Choose the profile to configure"
-msgstr "Qurulacaq profili se§in"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Yerinə ``%s'' iĊŸlət"
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
-msgstr "Avtomatik təsbit iĊŸlət"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "Nĥv"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-msgid "Expert Mode"
-msgstr "Usta Modu"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "Ĉvvəlcə ``AyÄħr'-Äħ iĊŸlət"
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr "AvadanlÄħqlar tanÄħnÄħr..."
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "Sil"
-#: ../../network/netconnect.pm_.c:214
-msgid "Normal modem connection"
-msgstr "Normal modem təsbiti"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "Yarat"
-#: ../../network/netconnect.pm_.c:214
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected on port %s"
-msgstr "%s qapÄħsÄħnda tapÄħldÄħ"
+msgid "Filesystem types:"
+msgstr "Fayl sistemi nĥvĵ:"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "Normal modem təsbiti"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "BoĊŸ"
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "%s tapÄħldÄħ"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Windows"
+msgstr "NIS sahəsi"
-#: ../../network/netconnect.pm_.c:216
-msgid "ISDN connection"
-msgstr "ISDN BağlantÄħsÄħ"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
-#: ../../network/netconnect.pm_.c:216
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected %s"
-msgstr "%s tapÄħldÄħ"
+msgid "SunOS"
+msgstr "SunOS"
-#: ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "ADSL connection"
-msgstr "Yerli ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "Swap"
-#: ../../network/netconnect.pm_.c:218
-msgid "Cable connection"
-msgstr "Kabel bağlantÄħsÄħ"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Journalised FS"
+msgstr "bağlama iflas etdi"
-#: ../../network/netconnect.pm_.c:218
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Kabel bağlantÄħsÄħ"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
-#: ../../network/netconnect.pm_.c:219
-msgid "LAN connection"
-msgstr "Yerli ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "No hard drives found"
+msgstr "Yerli ‡ap Edici"
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
-msgstr "eternet kart tapÄħldÄħ"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
-#: ../../network/netconnect.pm_.c:222
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Ä°stifadə edəcəyiniz vasitəni se§in"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\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"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Choose action"
+msgstr "Monitorunuzu se§in"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "Sehirbaz"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+"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."
-#: ../../network/netconnect.pm_.c:247
-#, fuzzy
-msgid "Internet connection"
-msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "Ĉvvəlcə datanÄħzÄħn yedəyini alÄħn"
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr "BağlantÄħnÄħzÄħ a§ÄħlÄħĊŸda baĊŸlatmaq istəyirsiniz?"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "Diqqətlə Oxuyun!"
-#: ../../network/netconnect.pm_.c:267
-msgid "Network configuration"
-msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
+msgstr ""
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
msgstr ""
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "The encryption keys do not match"
+msgstr "Parollar uyğun gəlmir"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Filesystem encryption key"
+msgstr "Fayl sistemi nĥvĵ: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Type: "
+msgstr "Nĥv: "
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "on channel %d id %d\n"
+msgstr "%d data yolunda, %d nĥ'li\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Bĥlmə cədvəli nĥvĵ: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "LVM-diskləri %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "Mə'lumat: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "GeometriyasÄħ: %s silindr, %s baĊŸ, %s sektor\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "Bĥyĵklĵk: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "AvadanlÄħq: "
+
+#: ../../diskdrake/interactive.pm:1
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-"ĊžÉ™bəkənin yenidən baĊŸladÄħlmasÄħ sÄħrasÄħnda xəta oldu: \n"
"\n"
-"%s"
+"Bu, ikili a§ÄħlÄħĊŸ ĵ§ĵn xĵsusi\n"
+"Bootstrap-dÄħr.\n"
-#: ../../network/netconnect.pm_.c:282
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\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"
+"Bəlkə də bu bir Sĵrĵcĵ bĥlməsidir.\n"
+"Onda bunu ele beləcə buraxÄħn.\n"
-#: ../../network/netconnect.pm_.c:286
-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."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Loopback faylÄħ adÄħ: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "RAID-diskləri %s\n"
-#: ../../network/netconnect.pm_.c:287
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Par§a bĥyĵklĵyĵ %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "Səviyyə %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"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"
-#: ../../network/network.pm_.c:278
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Loopback file(s):\n"
+" %s\n"
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."
+"Loopback faylÄħ:\n"
+" %s\n"
-#: ../../network/network.pm_.c:283
-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"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
-#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr "%s ĊŸÉ™bəkə avadanlÄħğÄħ qurulur"
+msgid "Mounted\n"
+msgstr "BağlÄħ\n"
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid " (driver %s)"
-msgstr " (sĵrĵcĵ %s)"
+msgid "Not formatted\n"
+msgstr "ĊžÉ™killəndirilməmiĊŸ\n"
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "IP ĵnvanÄħ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "ĊžÉ™killəndirilmiĊŸ\n"
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "Netmask"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Silindr %d -dən silindr %d-yə\n"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s sektor"
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "AvtomatlaĊŸdÄħrÄħlmÄħĊŸ IP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "Bĥyĵklĵyĵ: %s"
-#: ../../network/network.pm_.c:299
-#, fuzzy
-msgid "Start at boot"
-msgstr "A§ÄħlÄħĊŸda baĊŸladÄħlÄħr"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "BaĊŸlanğÄħc: sektor %s\n"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP ĵnvanÄħ 1.2.3.4 ĊŸÉ™klində olmalÄħdÄħr"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "Ad: "
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Removing %s"
+msgstr "Rezolyusiya: %s\n"
-#: ../../network/network.pm_.c:326
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Copying %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Moving files to the new partition"
+msgstr "Yeni bĥlmələr ĵ§ĵn boĊŸ sahə yoxdur"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+"Directory %s already contains data\n"
+"(%s)"
msgstr ""
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Hide files"
+msgstr "mkraid iflas etdi"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Move files to the new partition"
+msgstr "Yeni bĥlmələr ĵ§ĵn boĊŸ sahə yoxdur"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+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:1
+#, 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:1
+#, fuzzy, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure 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"
-#: ../../network/network.pm_.c:350
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"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 ""
-"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."
+"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."
-#: ../../network/network.pm_.c:355
-msgid "DNS server"
-msgstr "DNS verici"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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."
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "The package %s is needed. Install it?"
+msgstr ""
+"Bu paket yenilənməlidir\n"
+"Sistemdən §Äħxarmaq mĥvzusunda ciddisiniz?"
+
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
+msgid "What type of partitioning?"
+msgstr "Nəcə bĥlməlandirmə istəyirsən?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Be careful: this operation is dangerous."
+msgstr "DiqqətlÄħ olun: bu əməliyyat təhlĵkəlidir."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "par§a bĥyĵklĵyĵ"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "səviyyə"
+
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "avadanlÄħq"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
msgstr ""
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "Ke§it avadanlÄħğÄħ"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Mount options"
+msgstr "Modul se§É™nəkləri:"
-#: ../../network/network.pm_.c:363
-#, fuzzy
-msgid "DNS server address should be in format 1.2.3.4"
-msgstr "IP ĵnvanÄħ 1.2.3.4 ĊŸÉ™klində olmalÄħdÄħr"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
+msgstr "Fayl onsuz da vardÄħr. Ä°ĊŸlədilsin?"
-#: ../../network/network.pm_.c:367
-#, fuzzy
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr "IP ĵnvanÄħ 1.2.3.4 ĊŸÉ™klində olmalÄħdÄħr"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "File is 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"
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Vəkil vericilər quraĊŸdÄħrÄħlmasÄħ"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Give a file name"
+msgstr "Həqiqi adÄħ"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP vəkil verici"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "Fayl sistemi nĥvĵ: "
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP vəkil verici"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "MB cinsindən bĥyĵklĵk: "
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "Loopback fayl adÄħ: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Loopback"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "Bu disk bĥlməsi loopback ĵ§ĵn iĊŸlədilməz"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
+msgstr "LVM adÄħ?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "yeni"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr "Ĉlavə etmək ĵ§ĵn mĥvcud bir LVM se§in"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr "Ĉlavə etmək ĵ§ĵn mĥvcud bir RAID se§in"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "Bĥlmə daĊŸÄħnÄħr..."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "DaĊŸÄħnÄħr"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "HansÄħ sektora daĊŸÄħmaq istəyirsiniz?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "Sektor"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "HansÄħ diskə daĊŸÄħmaq istəyirsiniz?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "DaĊŸÄħ"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "New size in MB: "
+msgstr "MB cinsindən bĥyĵklĵk: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "Yeni bĥyĵklĵk se§in"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "Bĥyĵklĵyĵnĵ DəyiĊŸdir"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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"
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Vəkil verici http://... ĊŸÉ™klində olmalÄħdÄħr."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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"
-#: ../../network/network.pm_.c:388
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Vəkil verici http://... ĊŸÉ™klində olmalÄħdÄħr."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition is not resizeable"
+msgstr "HansÄħ bĥlmə nĥvĵnĵ istəyirsiniz?"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "Oddan divar (Firewall) quruluĊŸu tapÄħldÄħ!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "Fat fayl sistemi uclarÄħ hesaplanÄħr"
-#: ../../network/shorewall.pm_.c:27
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount %s?"
+msgstr "%s avadanlÄħğÄħnÄħ haraya bağlamaq istəyirsiniz?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
msgstr ""
-"Diqqət! Var olan Firewall qurğusu tapÄħldÄħ. Yĵkləmədən sonra bir az əl "
-"gəzdirə bilərsiniz."
+"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."
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "Ä°nternet qurğularÄħ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "%s avadanlÄħğÄħnÄħ haraya bağlamaq istəyirsiniz?"
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Ä°nternete giriĊŸi indi sÄħnamaq istəyirsiniz?"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "%s loopback avadanlÄħğÄħnÄħ haraya bağlamaq istəyirsiniz?"
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-msgid "Testing your connection..."
-msgstr "BağlantÄħnÄħz sÄħnanÄħr..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
+msgstr ""
-#: ../../network/tools.pm_.c:70
-msgid "The system is now connected to Internet."
-msgstr "Ä°nternetə artÄħq bağlÄħsÄħnÄħz"
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Which filesystem do you want?"
+msgstr "HansÄħ dili istəyirsiniz?"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
-msgstr "Təhlĵkəsizlik səbəbi ilə indi bağlantÄħ qopacaqdÄħr."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Change partition type"
+msgstr "Bĥlmə nĥvĵnĵ DəyiĊŸdir"
-#: ../../network/tools.pm_.c:72
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
+"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
-"Sisteminiz Ä°nternetə bağlÄħ deyil.\n"
-"BağlantÄħnÄħ yenidən quraĊŸdÄħrÄħn"
-
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr "BağlantÄħ quraĊŸdÄħrÄħlmasÄħ"
+"%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"
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
-msgstr "XahiĊŸ edirik aĊŸağÄħdakÄħlarÄħ doldurun ya da se§in"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Remove the loopback file?"
+msgstr "Loopback faylÄħ ĊŸÉ™killəndirilir: %s"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr "Kart IRQ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"You can't create a new partition\n"
+"(since you reached the maximal number of primary partitions).\n"
+"First remove a primary partition and create an extended partition."
+msgstr ""
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "Kart mem (DMA)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Preference: "
+msgstr "Xĵsusiyyətlər: "
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "Kart IO"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start sector: "
+msgstr "BaĊŸlanğÄħ§ sektoru: "
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "Kart IO_0"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create a new partition"
+msgstr "Yeni bĥlmə yarat"
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "Kart IO_1"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "Loopback ĵ§ĵn istifadə et"
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
-msgstr "Sizin ĊŸÉ™xsi telefon nĥmrəniz"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "RAIDi dəyiĊŸdir"
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr "Ä°nternet xidmət vericinizin adÄħ (məsələn azeronline.com)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "LVMdən ayÄħr"
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr "Ä°XM telefon nĥmrəsi"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "RAIDdən ayÄħr"
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-msgid "Provider dns 1 (optional)"
-msgstr "Dns xidmətcisi 1 (arzuya gĥrə)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "LVMə əlavə et"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-msgid "Provider dns 2 (optional)"
-msgstr "Dns xidmətcisi 2 (arzuya gĥrə)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "RAIDə əlavə et"
-#: ../../network/tools.pm_.c:109
-#, fuzzy
-msgid "Choose your country"
-msgstr "KlaviaturanÄħzÄħ se§in"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "ĊžÉ™killəndir"
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr "YÄħğma modu"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Detailed information"
+msgstr "Mə'lumatÄħ gĥstər"
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-#, fuzzy
-msgid "Connection speed"
-msgstr "BağlantÄħ nĥvĵ:"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "Bĥlmə cədvəli qurtarÄħlmağa cəhd edilir"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "BağlantÄħ nĥvĵ:"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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"
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr "Hesab GiriĊŸi (istifadə§i adÄħ)"
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "XəbərdarlÄħq"
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Hesap Parolu"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "Fayl se§"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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?"
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "bağlama iflas etdi: "
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Removable media automounting"
+msgstr "TaxÄħlÄħb sĥkĵlə bilən avadanlÄħqlarÄħn avtomatik bağlanmasÄħ"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
-msgstr "Bu platformda geniĊŸlədilmiĊŸ bĥlmələr dəstəklənmir"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Reload partition table"
+msgstr "Bĥlmə cədvəlini qurtar"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Rescue partition table"
+msgstr "Bĥlmə cədvəlini qurtar"
-#: ../../partition_table.pm_.c:685
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Restore partition table"
+msgstr "Bĥlmə cədvəlini qurtar"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Save partition table"
+msgstr "Bĥlmə cədvəlini yaz"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"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"
-#: ../../partition_table.pm_.c:774
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "%s faylÄħndan qurtarÄħlÄħĊŸda xəta: %s"
+msgid "I can't add any more partition"
+msgstr "ArtÄħq bĥlmə əlavə edilə bilməz"
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr "XətalÄħ yedəkləmə faylÄħ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "Bĵtĵn birinci bĥlmələr istifadədədir"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Hard drive information"
+msgstr "Sabit disk se§kisi"
-#: ../../partition_table.pm_.c:796
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr "%s faylÄħna yazarkən xəta oldu"
+msgid "Auto allocate"
+msgstr "Avtomatik ayÄħr"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "HamÄħsÄħnÄħ təmizlə"
-#: ../../partition_table/raw.pm_.c:192
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "QurğularÄħ sÄħnamaq istəyirsiniz?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "Bĥlmə cədvəlini qeyd etmədən §ÄħxÄħrsÄħnÄħz?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "Qeyd etmədən ‡Äħx"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "Davam edilsin?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "Usta moduna ke§"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "Normal moda ke§"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "Geri al"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Exit"
+msgstr "Ext2"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Choose a partition"
+msgstr "Monitorunuzu se§in"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Choose another partition"
+msgstr "Yeni bĥlmə yarat"
+
+#: ../../diskdrake/removable.pm:1
+#, fuzzy, c-format
+msgid "Change type"
+msgstr "Bĥlmə nĥvĵnĵ DəyiĊŸdir"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Search servers"
+msgstr "DNS verici"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Domain"
+msgstr "NIS sahəsi"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Username"
+msgstr "Ä°stifadə§i adÄħ"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
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"
+"Please enter your username, password and domain name to access this host."
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:26
-msgid "must have"
-msgstr "alÄħnmalÄħ"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Domain Authentication Required"
+msgstr "TanÄħtma"
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr "vacib"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Another one"
+msgstr "Ä°nternet"
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr "əla"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Which username"
+msgstr "Ä°stifadə§i adÄħ"
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr "gĥzəl"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Can't login using username %s (bad password?)"
+msgstr ""
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr "bəlkə"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "cpu # "
+msgstr ""
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SMBus controllers"
msgstr ""
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "USB controllers"
msgstr ""
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SCSI controllers"
msgstr ""
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "(E)IDE/ATA controllers"
msgstr ""
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
msgstr ""
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Scanner"
+msgstr "Ekran kartÄħnÄħzÄħ se§in"
+
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Unknown/Others"
+msgstr "œmumi"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Bridges and system controllers"
msgstr ""
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Modem"
+msgstr "Si§an"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Ethernetcard"
+msgstr "Eternet KartÄħ"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Processors"
msgstr ""
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Webcam"
msgstr ""
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-msgid "Unknown Model"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Soundcard"
+msgstr "Səs kartÄħ"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Other MultiMedia devices"
+msgstr "Digər"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Tvcard"
+msgstr "TV kartÄħ"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Videocard"
+msgstr "Ekran modu"
+
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Tape"
+msgstr "Nĥv"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "DVD-ROM"
msgstr ""
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "Yerli ‡ap Edici"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CD/DVD burners"
+msgstr ""
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "Uzaq ‡ap Edici"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CDROM"
+msgstr ""
-#: ../../printer/main.pm_.c:28
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Uzaq CUPS vericisi"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Disk"
+msgstr "Danimarka dili"
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Uzaq §ap edici vericisi(lpd)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Zip"
+msgstr ""
-#: ../../printer/main.pm_.c:30
-#, fuzzy
-msgid "Network printer (TCP/Socket)"
-msgstr "ĊžÉ™bəkə ‡ap Edicisi (soket) "
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Floppy"
+msgstr "Disketə qeyd et"
-#: ../../printer/main.pm_.c:31
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Let me pick any driver"
+msgstr ""
-#: ../../printer/main.pm_.c:32
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "‡ap Edici Vericisi"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Driver:"
+msgstr "Sĵrĵcĵ"
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "‡ap Edici avadanlÄħğÄħ URI"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
+"\n"
+"The current driver for your \"%s\" sound card is \"%s\" "
+msgstr ""
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Choosing an arbitratry driver"
msgstr ""
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
msgstr ""
-#: ../../printer/main.pm_.c:317
-#, fuzzy
-msgid "Local Printers"
-msgstr "Yerli ‡ap Edici"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound trouble shooting"
+msgstr ""
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Uzaq ‡ap Edici"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr ""
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
+msgid "Unkown driver"
msgstr ""
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", USB printer \\/*%s"
+msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../printer/main.pm_.c:334
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
+msgid "No known driver"
msgstr ""
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
msgstr ""
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No open source driver"
msgstr ""
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Please Wait... Applying the configuration"
+msgstr "Lĵtdən Gĥzləyin... Qurğular əlavə edilir"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Trouble shooting"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
msgstr ""
-#: ../../printer/main.pm_.c:344
+#: ../../harddrake/sound.pm:1
#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "%s faylÄħna yazarkən xəta oldu"
+msgid "Sound configuration"
+msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
-#: ../../printer/main.pm_.c:346
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../printer/main.pm_.c:348
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
+msgid "No alternative driver"
msgstr ""
-#: ../../printer/main.pm_.c:352
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgid "enable radio support"
msgstr ""
-#: ../../printer/main.pm_.c:356
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
+msgid "Radio support:"
msgstr ""
-#: ../../printer/main.pm_.c:358
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "PLL setting:"
+msgstr "ĊžÉ™killəndirilir"
+
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid ", using command %s"
+msgid "number of capture buffers for mmap'ed capture"
msgstr ""
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Number of capture buffers:"
msgstr ""
-#: ../../printer/main.pm_.c:647
+#: ../../harddrake/v4l.pm:1
#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(modul %s)"
+msgid "Tuner type:"
+msgstr "Bĥlmə nĥvĵnĵ DəyiĊŸdir"
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Card model:"
+msgstr "Kart mem (DMA)"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid ""
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
msgstr ""
-#: ../../printer/main.pm_.c:674
+#: ../../harddrake/v4l.pm:1
#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "CUPS verici IP"
+msgid "Unknown|Generic"
+msgstr "œmumi"
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr " (Ĉsas)"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH06X (bt878) [many vendors]"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr "‡ap Edici BağlantÄħsÄħ Se§in"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH05X (bt878) [many vendors]"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr "‡ap ediciniz nə ĊŸÉ™kildə bağlÄħdÄħr?"
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Auto-detect"
+msgstr "Avtomatik təsbit iĊŸlət"
-#: ../../printer/printerdrake.pm_.c:30
-#, fuzzy
+#: ../../interactive/newt.pm:1
+#, fuzzy, c-format
+msgid "Do"
+msgstr "QurtardÄħ"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "Se§kiniz? (əsas %s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Bad choice, try again\n"
+msgstr "XətalÄħ tərcih, təkrar sÄħnayÄħn\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Re-submit"
+msgstr ""
+
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
+"=> Notice, a label changed:\n"
+"%s"
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."
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+#: ../../interactive/stdio.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Uzaq CUPS vericisi"
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Se§kiniz? (əsas %s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
+msgstr ""
+
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Do you want to click on this button?"
+msgstr "aboot istifadə etmək istəyirsiniz?"
-#: ../../printer/printerdrake.pm_.c:83
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Se§É™nəklər: %s"
+
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Se§kiniz? (əsas %s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
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."
+"Entries you'll have to fill:\n"
+"%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:84
+#: ../../modules/interactive.pm:1
+#, c-format
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\")."
+"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?"
-#: ../../printer/printerdrake.pm_.c:88
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP ĵnvanÄħ 1.2.3.4 ĊŸÉ™klində olmalÄħdÄħr"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "Se§É™nəkləri gĥstər"
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-#, fuzzy
-msgid "The port number should be an integer!"
-msgstr "QapÄħ nĥmrəsi rəqəmlə yazÄħlmalÄħdÄħr"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "Avtomatik yoxla"
-#: ../../printer/printerdrake.pm_.c:99
-msgid "CUPS server IP"
-msgstr "CUPS verici IP"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. 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."
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "QapÄħ"
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "HansÄħ %s sĵrĵcĵsĵ sÄħnansÄħn?"
-#: ../../printer/printerdrake.pm_.c:102
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Qurulum Tərzi QuraĊŸdÄħrÄħlmasÄħ"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "Modul se§É™nəkləri:"
-#: ../../printer/printerdrake.pm_.c:159
-#, fuzzy
-msgid "Checking your system..."
-msgstr "HansÄħ §ap edici sistemini istifadə etmək istəyirsiniz?"
+#: ../../modules/interactive.pm:1
+#, 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 ""
+"Ä°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''"
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-#, fuzzy
-msgid "Printerdrake"
-msgstr "‡ap Edici"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"You may now provide options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(modul %s)"
+
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "%s kartÄħ (%s) ĵ§ĵn sĵrĵcĵ yĵklənir"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "AvadanlÄħq mə'lumatÄħna bax"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "He§ %s ara ĵzĵ var?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "BaĊŸqa var?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "%s %s ara ĵzĵ tapÄħldÄħ"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, fuzzy, c-format
+msgid "comma separated strings"
+msgstr "Bĥlmə ĊŸÉ™killəndirilməsi"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:167
+#: ../../modules/parameters.pm:1
+#, fuzzy, c-format
+msgid "a number"
+msgstr "Telefon nĥmrəsi"
+
+#: ../../network/adsl.pm:1
+#, c-format
msgid ""
-"There are no printers found which are directly connected to your machine"
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:179
-#, fuzzy
+#: ../../network/adsl.pm:1
+#, c-format
msgid ""
-"The following printers\n"
-"\n"
-msgstr "AĊŸağÄħdakÄħ paketlər sistemdən silinəcəklər"
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few 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"
-#: ../../printer/printerdrake.pm_.c:180
-#, fuzzy
+#: ../../network/adsl.pm:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "İnternetə bağlan"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Alcatel speedtouch usb"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr "dhcp istifadə et"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pptp"
+msgstr "pptpe istifadə et"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "pppoe istifadə et"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Other ports"
+msgstr "QapÄħlarÄħ sÄħna"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
-"The following printer\n"
-"\n"
-msgstr "AĊŸağÄħdakÄħ paketlər sistemdən silinəcəklər"
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
-"\n"
-"and one unknown printer are "
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
+msgstr ""
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../network/drakfirewall.pm:1
#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"and %d unknown printers are "
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"tinyfirewall configurator\n"
"\n"
-"are "
+"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."
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "No network card"
+msgstr "ĊŸÉ™bəkə kartÄħ tapÄħlmadÄħ"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "POP and IMAP Server"
+msgstr "Verici"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Mail Server"
+msgstr "Databeyz"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Domain Name Server"
+msgstr "Sahə(domain) adÄħ"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Web Server"
+msgstr "Verici"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Zeroconf Host name"
+msgstr "Ev sahibi adÄħ"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "Ev sahibi adÄħ"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
msgid ""
"\n"
-"is "
+"\n"
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:189
-#, fuzzy
-msgid "directly connected to your system"
-msgstr "Siseminizdə ĊŸÉ™bəkə adapteri yoxdur!"
+#: ../../network/ethernet.pm:1
+#, c-format
+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:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "ĊžÉ™bəkə QurğularÄħ"
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "ĊŸÉ™bəkə kartÄħ tapÄħlmadÄħ"
+
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"\n"
-"There is one unknown printer directly connected to your system"
+"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:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "ĊžÉ™bəkə ara ĵzĵnĵ se§in"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../network/ethernet.pm:1
#, c-format
msgid ""
-"\n"
-"There are %d unknown printers directly connected to your system"
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
msgstr ""
+"HansÄħ dhcp alÄħcÄħsÄħnÄħ istifadə edəcəksiniz?\n"
+"ĈsasÄħ dhcp-client dir"
-#: ../../printer/printerdrake.pm_.c:200
-#, fuzzy
-msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr "Modeminizin hansÄħ serial qapÄħya bağlÄħ olduğunu se§iniz"
+#: ../../network/isdn.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"I have detected an ISDN PCI card, but I don't know its type. Please select a "
+"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."
-#: ../../printer/printerdrake.pm_.c:215
-#, fuzzy
-msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr "‡ap edicini sÄħnamaq istəyirsiniz?"
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "HansÄħsÄħ sizin ISDN kartÄħnÄħzdÄħr?"
-#: ../../printer/printerdrake.pm_.c:217
-#, fuzzy
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "BağlantÄħnÄħzÄħ a§ÄħlÄħĊŸda baĊŸlatmaq istəyirsiniz?"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "ISDN quraĊŸdÄħrÄħlmasÄħ"
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "DayandÄħr"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "Davam et"
+
+#: ../../network/isdn.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "I don't know"
+msgstr "Bilmirəm"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "PCI"
+msgstr "PCI"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISA / PCMCIA"
+msgstr "ISA / PCMCIA"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind of card do you have?"
+msgstr "HansÄħ nĥv kartÄħnÄħz var?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:219
+#: ../../network/isdn.pm:1
#, c-format
+msgid "Which protocol do you want to use?"
+msgstr "HansÄħ protokolu istifadə etmək istəyirsiniz?"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Protocol for the rest of the world"
+msgstr "Bĵtĵn dĵnya"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"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)"
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-#, fuzzy
-msgid "Add a new printer"
-msgstr "‡ap Edicisiz"
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "European protocol"
+msgstr "A§ÄħlÄħĊŸ Protokolu"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "European protocol (EDSS1)"
+msgstr "Avropa (EDSS1)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
+msgstr ""
+"Ä°nternet xidmət vericinizi se§in.\n"
+"SiyahÄħda deyilsə SiyahÄħda deyil'i se§in."
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "External ISDN modem"
+msgstr "Xarici ISDN kart"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "Daxili ISDN kart"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "ISDN bağlantÄħnÄħzÄħn nĥvĵ nədir?"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, c-format
+msgid "Network Configuration Wizard"
+msgstr "ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ SehirbazÄħ"
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "Oddan divar (Firewall) quruluĊŸu tapÄħldÄħ!"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "New configuration (isdn-light)"
+msgstr "Oddan divar (Firewall) quruluĊŸu tapÄħldÄħ!"
+
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
+"Which ISDN configuration do you prefer?\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
+"* The Old configuration uses isdn4net. It contains powerful\n"
+" tools, but is tricky to configure, and not standard.\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"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\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."
+"We recommand the light configuration.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Do nothing"
+msgstr "amma oxĊŸamÄħr"
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Install rpm"
+msgstr "Qurulum"
+
+#: ../../network/modem.pm:1
+#, c-format
msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Title"
+msgstr "Cədvəl"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Second DNS Server (optional)"
+msgstr "Ä°kinci DNS Vericisi (arzuya gĥrə)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "First DNS Server (optional)"
+msgstr "Birinci DNS Vericisi (arzuya gĥrə)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "Sahə(domain) adÄħ"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr ""
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "Skript əsaslÄħ"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "Terminal əsaslÄħ"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "GiriĊŸ adÄħ"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "Telefon nĥmrəsi"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "BağlantÄħ adÄħ"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "‡evirməli ĊŸÉ™bəkə se§É™nəkləri"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Please choose which serial port your modem is connected to."
+msgstr "Modeminizin hansÄħ serial qapÄħya bağlÄħ olduğunu se§iniz"
+
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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/netconnect.pm:1
+#, c-format
+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:1
+#, c-format
+msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
+msgstr ""
+"Təbrik edirik, internet və ĊŸÉ™bəkə quraĊŸdÄħrÄħlmasÄħ qurtardÄħ.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
+"Qurğular indi sisteminizə əlavə ediləcək.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"A problem occured while restarting the network: \n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
+"%s"
+msgstr ""
+"ĊžÉ™bəkənin yenidən baĊŸladÄħlmasÄħ sÄħrasÄħnda xəta oldu: \n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"%s"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
msgstr ""
+"Bu paket yenilənməlidir\n"
+"Sistemdən §Äħxarmaq mĥvzusunda ciddisiniz?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Network configuration"
+msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/netconnect.pm:1
+#, c-format
+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:1
+#, fuzzy, c-format
+msgid "Internet connection"
+msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi"
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
+msgstr ""
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Choose the connection you want to configure"
+msgstr "Ä°stifadə edəcəyiniz vasitəni se§in"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr "eternet kart tapÄħldÄħ"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "LAN connection"
+msgstr "Yerli ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "cable connection detected"
+msgstr "Kabel bağlantÄħsÄħ"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Cable connection"
+msgstr "Kabel bağlantÄħsÄħ"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "detected"
+msgstr "%s tapÄħldÄħ"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "ADSL connection"
+msgstr "Yerli ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected %s"
+msgstr "%s tapÄħldÄħ"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ISDN connection"
+msgstr "ISDN BağlantÄħsÄħ"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Winmodem connection"
+msgstr "Normal modem təsbiti"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected on port %s"
+msgstr "%s qapÄħsÄħnda tapÄħldÄħ"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Normal modem connection"
+msgstr "Normal modem təsbiti"
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detecting devices..."
+msgstr "AvadanlÄħqlar tanÄħnÄħr..."
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Mode"
+msgstr "Usta Modu"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
+msgstr "Avtomatik təsbit iĊŸlət"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the profile to configure"
+msgstr "Qurulacaq profili se§in"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Welcome to The Network Configuration Wizard.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\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"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Ä°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:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
+"We are now going to configure the %s connection.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"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."
-#: ../../printer/printerdrake.pm_.c:307
-#, fuzzy
-msgid "Auto-detect printers connected to this machine"
-msgstr "Uzaq ‡ap Edici"
-
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
+#: ../../network/netconnect.pm:1
+#, 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."
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "Ä°nternet bağlantÄħsÄħ & quraĊŸdÄħrÄħlmasÄħ"
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Configure the connection"
+msgstr "ĊžÉ™bəkəni qur"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Disconnect"
+msgstr "BağlantÄħnÄħ kəs"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Connect"
+msgstr "Bağlan"
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Congratulations, your printer is now installed and configured!\n"
+"You can reconfigure your connection."
+msgstr ""
"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
+"BağlantÄħnÄħzÄħ yenidən quraĊŸdÄħra bilərsiniz."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\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."
+"You can connect to the Internet or reconfigure your connection."
msgstr ""
+"\n"
+"Ä°stəsəniz Ä°nternetə bağlana bilərsiniz ya da yeniden quraĊŸdÄħra bilərsiniz."
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Printer auto-detection"
-msgstr "Avtomatik təsbit iĊŸlət"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "Hələ Ä°nternetə bağlÄħ deyilsiniz."
-#: ../../printer/printerdrake.pm_.c:385
+#: ../../network/netconnect.pm:1
#, c-format
-msgid ", network printer \"%s\", port %s"
+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."
-#: ../../printer/printerdrake.pm_.c:387
-#, fuzzy, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/Windows 95/98/NT"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are currently connected to the Internet."
+msgstr "ArtÄħq Ä°nternetə bağlÄħsÄħnÄħz."
-#: ../../printer/printerdrake.pm_.c:391
+#: ../../network/network.pm:1
#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "%s tapÄħldÄħ"
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "Vəkil verici http://... ĊŸÉ™klində olmalÄħdÄħr."
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr ""
+msgid "Proxy should be http://..."
+msgstr "Vəkil verici http://... ĊŸÉ™klində olmalÄħdÄħr."
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/network.pm:1
#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
+msgid "FTP proxy"
+msgstr "FTP vəkil verici"
-#: ../../printer/printerdrake.pm_.c:399
+#: ../../network/network.pm:1
+#, c-format
+msgid "HTTP proxy"
+msgstr "HTTP vəkil verici"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Proxies configuration"
+msgstr "Vəkil vericilər quraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../network/network.pm:1
#, fuzzy, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "ĊžÉ™bəkə ‡ap Edicisi (soket) "
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP ĵnvanÄħ 1.2.3.4 ĊŸÉ™klində olmalÄħdÄħr"
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/network.pm:1
#, fuzzy, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/Windows 95/98/NT"
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP ĵnvanÄħ 1.2.3.4 ĊŸÉ™klində olmalÄħdÄħr"
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-#, fuzzy
-msgid "Local Printer"
-msgstr "Yerli ‡ap Edici"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway device"
+msgstr "Ke§it avadanlÄħğÄħ"
-#: ../../printer/printerdrake.pm_.c:526
-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, ...)."
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:530
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "‡ap Edici avadanlÄħğÄħ URI"
-
-#: ../../printer/printerdrake.pm_.c:539
-#, fuzzy
-msgid "No printer found!"
-msgstr "Yerli ‡ap Edici"
-
-#: ../../printer/printerdrake.pm_.c:548
-#, fuzzy
-msgid "Available printers"
-msgstr "Yerli ‡ap Edici"
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "DNS verici"
-#: ../../printer/printerdrake.pm_.c:552
+#: ../../network/network.pm:1
+#, c-format
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"
+"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."
-#: ../../printer/printerdrake.pm_.c:553
+#: ../../network/network.pm:1
+#, c-format
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"
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:555
+#: ../../network/network.pm:1
+#, c-format
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\"."
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
+msgstr ""
+
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+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:1
+#, fuzzy, c-format
+msgid "Start at boot"
+msgstr "A§ÄħlÄħĊŸda baĊŸladÄħlÄħr"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Network Hotplugging"
+msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:556
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(bootp/dhcp)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "AvtomatlaĊŸdÄħrÄħlmÄħĊŸ IP"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "Netmask"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "IP ĵnvanÄħ"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid " (driver %s)"
+msgstr " (sĵrĵcĵ %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "%s ĊŸÉ™bəkə avadanlÄħğÄħ qurulur"
+
+#: ../../network/network.pm:1
+#, c-format
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\"."
+"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:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../network/shorewall.pm:1
+#, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes 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."
-#: ../../printer/printerdrake.pm_.c:559
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Modeminizin hansÄħ serial qapÄħya bağlÄħ olduğunu se§iniz"
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "Oddan divar (Firewall) quruluĊŸu tapÄħldÄħ!"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "Hesap Parolu"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "Hesab GiriĊŸi (istifadə§i adÄħ)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Connection timeout (in sec)"
+msgstr "BağlantÄħ nĥvĵ:"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Connection speed"
+msgstr "BağlantÄħ nĥvĵ:"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Dialing mode"
+msgstr "YÄħğma modu"
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "Choose your country"
+msgstr "KlaviaturanÄħzÄħ se§in"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "Dns xidmətcisi 2 (arzuya gĥrə)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "Dns xidmətcisi 1 (arzuya gĥrə)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "Ä°XM telefon nĥmrəsi"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "Ä°nternet xidmət vericinizin adÄħ (məsələn azeronline.com)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "Sizin ĊŸÉ™xsi telefon nĥmrəniz"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "Kart IO_1"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "Kart IO_0"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "Kart IO"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "Kart mem (DMA)"
-#: ../../printer/printerdrake.pm_.c:561
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "Kart IRQ"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
+msgstr "XahiĊŸ edirik aĊŸağÄħdakÄħlarÄħ doldurun ya da se§in"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Connection Configuration"
+msgstr "BağlantÄħ quraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+"The system doesn't seem to be connected to the Internet.\n"
+"Try to reconfigure your connection."
msgstr ""
+"Sisteminiz Ä°nternetə bağlÄħ deyil.\n"
+"BağlantÄħnÄħ yenidən quraĊŸdÄħrÄħn"
-#: ../../printer/printerdrake.pm_.c:565
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "‡ap Edici avadanlÄħğÄħ URI"
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "For security reasons, it will be disconnected now."
+msgstr "Təhlĵkəsizlik səbəbi ilə indi bağlantÄħ qopacaqdÄħr."
-#: ../../printer/printerdrake.pm_.c:584
-#, fuzzy
-msgid "Manual configuration"
-msgstr "QuraĊŸdÄħrma"
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "The system is now connected to the Internet."
+msgstr "Ä°nternetə artÄħq bağlÄħsÄħnÄħz"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr "Uzaq ‡ap Edici (lpd) Se§É™nəkləri"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Testing your connection..."
+msgstr "BağlantÄħnÄħz sÄħnanÄħr..."
-#: ../../printer/printerdrake.pm_.c:634
-#, fuzzy
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Ä°nternete giriĊŸi indi sÄħnamaq istəyirsiniz?"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Internet configuration"
+msgstr "Ä°nternet qurğularÄħ"
+
+#: ../../partition_table/raw.pm:1
+#, fuzzy, c-format
msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
+"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, corrupted "
+"data."
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."
+"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"
-#: ../../printer/printerdrake.pm_.c:635
-#, fuzzy
-msgid "Remote host name"
-msgstr "UzaqdakÄħ ev sahibi adÄħ"
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr " (Ĉsas)"
-#: ../../printer/printerdrake.pm_.c:636
-#, fuzzy
-msgid "Remote printer name"
+#: ../../printer/cups.pm:1
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "CUPS verici IP"
+
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Remote Printers"
msgstr "Uzaq ‡ap Edici"
-#: ../../printer/printerdrake.pm_.c:639
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "UzaqdakÄħ ev sahibi adÄħ"
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:643
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "UzaqdakÄħ ev sahibi adÄħ"
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
+#: ../../printer/cups.pm:1
#, fuzzy, c-format
-msgid "Detected model: %s %s"
-msgstr "%s tapÄħldÄħ"
+msgid "(on %s)"
+msgstr "(modul %s)"
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Scanning network..."
-msgstr "BağlantÄħnÄħz baĊŸladÄħlÄħr..."
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#: ../../printer/data.pm:1
#, c-format
-msgid ", printer \"%s\" on server \"%s\""
+msgid "LPRng"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
-#, fuzzy, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "ĊžÉ™bəkə dayandÄħrÄħlÄħr"
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) ‡ap Edici Se§É™nəkləri"
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:796
-#, 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."
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD - Line Printer Daemon"
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."
-#: ../../printer/printerdrake.pm_.c:797
-msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr "SMB verici adÄħ"
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
-msgstr "SMB verici IP"
+#: ../../printer/detect.pm:1
+#, c-format
+msgid "Unknown Model"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr "PaylaĊŸdÄħrma adÄħ"
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "Ä°ĊŸ qrupu"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Host %s"
+msgstr "Ev sahibi adÄħ"
-#: ../../printer/printerdrake.pm_.c:806
-#, fuzzy
-msgid "Auto-detected"
-msgstr "Avtomatik təsbit iĊŸlət"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Network %s"
+msgstr "ĊžÉ™bəkə ara ĵzĵ"
-#: ../../printer/printerdrake.pm_.c:816
-msgid "Either the server name or the server's IP must be given!"
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Interface \"%s\""
+msgstr "Ara ĵz %s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local network(s)"
+msgstr "ĊŸÉ™bəkə kartÄħ tapÄħlmadÄħ"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer/printerdrake.pm_.c:827
+#: ../../printer/main.pm:1
#, 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"
+msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../printer/main.pm:1
#, 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"
+msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:840
-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?"
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr "NetWare ‡ap Edici QurğularÄħ"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "%s faylÄħna yazarkən xəta oldu"
-#: ../../printer/printerdrake.pm_.c:912
-#, 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."
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
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."
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr "‡ap Edici Vericisi"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr "‡ap Edici Nĥvbə AdÄħ"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on parallel port \\#%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", USB printer"
+msgstr "‡ap Edicisiz"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", USB printer \\#%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid ", host \"%s\", port %s"
+msgid " on parallel port \\#%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local Printers"
+msgstr "Yerli ‡ap Edici"
+
+#: ../../printer/main.pm:1
#, c-format
-msgid "Host \"%s\", port %s"
+msgid "Pipe job into a command"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1030
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Soket ‡ap Edici QurğularÄħ"
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Enter a printer device URI"
+msgstr "‡ap Edici avadanlÄħğÄħ URI"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Printer on NetWare server"
+msgstr "‡ap Edici Vericisi"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "SMB/Windows 95/98/NT"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "ĊžÉ™bəkə ‡ap Edicisi (soket) "
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer on remote lpd server"
+msgstr "Uzaq §ap edici vericisi(lpd)"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Printer on remote CUPS server"
+msgstr "Uzaq CUPS vericisi"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
+msgstr "Uzaq ‡ap Edici"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Local printer"
+msgstr "Yerli ‡ap Edici"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuring applications..."
+msgstr "‡ap Edicini Qur"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, fuzzy, c-format
+msgid "Printerdrake"
+msgstr "‡ap Edici"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to configure another printer?"
+msgstr "QurğularÄħ sÄħnamaq istəyirsiniz?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "ĊžÉ™bəkəni yenidən baĊŸlatmaq istəyirsiniz?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remove printer"
+msgstr "Uzaq ‡ap Edici"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Know how to use this printer"
+msgstr "QurğularÄħ sÄħnamaq istəyirsiniz?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Print test pages"
+msgstr "SÄħnaq səhifəsi §ap edilir..."
-#: ../../printer/printerdrake.pm_.c:1032
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1033
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
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."
-#: ../../printer/printerdrake.pm_.c:1037
-#, fuzzy
-msgid "Printer host name or IP missing!"
-msgstr "‡ap Edici Ev sahibi"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1059
-#, fuzzy
-msgid "Printer host name or IP"
-msgstr "‡ap Edici Ev sahibi"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr "‡ap Edici avadanlÄħğÄħ URI"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1108
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Default printer"
+msgstr "Yerli ‡ap Edici"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Set this printer as the default"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "‡ap edici se§É™nəkləri"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1463
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer name, description, location"
+msgstr "‡ap Edici BağlantÄħsÄħ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer connection type"
+msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Learn how to use this printer"
+msgstr "QurğularÄħ sÄħnamaq istəyirsiniz?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Raw printer"
+msgstr "‡ap Edicisiz"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do it!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Close"
+msgstr "Qapat"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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."
+"Printer %s\n"
+"What do you want to modify on this printer?"
+msgstr "QurğularÄħ sÄħnamaq istəyirsiniz?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Modify printer configuration"
+msgstr "Ä°nternet qurğularÄħ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Add a new printer"
+msgstr "‡ap Edicisiz"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Normal Mode"
+msgstr "Normal Mod"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Change the printing system"
+msgstr "ĊžÉ™bəkəni qur"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing"
+msgstr "‡ap Edici"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS configuration"
+msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr "‡ap edici adÄħ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "Ä°zah"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+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/GIMP."
+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."
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "Yeri"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-#, fuzzy
-msgid "Reading printer database..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Would you like to configure printing?"
+msgstr "Bir §ap edici qurmaq istəyirsiniz?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Preparing Printerdrake..."
msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
-#: ../../printer/printerdrake.pm_.c:1482
-#, fuzzy
-msgid "Preparing printer database..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing Foomatic..."
+msgstr "%s paketi qurulur"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "‡ap Edicini Qur"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "‡ap Edicini Qur"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Reading printer data..."
msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
-#: ../../printer/printerdrake.pm_.c:1578
-#, fuzzy
-msgid "Your printer model"
-msgstr "Uzaq ‡ap Edici"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "HansÄħ §ap edici sistemini istifadə etmək istəyirsiniz?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Select Printer Spooler"
+msgstr "‡ap Edici BağlantÄħsÄħ Se§in"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "%s paketi qurulur"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Rezolyusiya: %s\n"
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm:1
#, 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"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-"For your printer Printerdrake has found:\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"
-"%s"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-#, fuzzy
-msgid "The model is correct"
-msgstr "Doğrudur?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Starting the printing system at boot time"
+msgstr "HansÄħ §ap edici sistemini istifadə etmək istəyirsiniz?"
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-#, fuzzy
-msgid "Select model manually"
-msgstr "Uzaq ‡ap Edici"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
-#: ../../printer/printerdrake.pm_.c:1606
-#, fuzzy
-msgid "Printer model selection"
-msgstr "‡ap Edici BağlantÄħsÄħ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing a printing system in the %s security level"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1607
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Nə cĵr bir §ap ediciniz var?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "paranoid"
+msgstr "Ċžĵbhəci"
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "high"
+msgstr "Yĵksək"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Restarting printing system..."
+msgstr "HansÄħ §ap edici sistemini istifadə etmək istəyirsiniz?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuration of a remote printer"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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\"."
+"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 ""
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is 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 ""
-#: ../../printer/printerdrake.pm_.c:1697
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Ä°nternet qurğularÄħ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configure the network now"
+msgstr "ĊžÉ™bəkəni qur"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Go on without configuring the network"
+msgstr "ĊžÉ™bəkə QurğularÄħ"
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-#, fuzzy
-msgid "Lexmark inkjet configuration"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Network functionality not configured"
+msgstr "Monitor qurulmayÄħb"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Starting network..."
+msgstr "BağlantÄħnÄħz baĊŸladÄħlÄħr..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Refreshing printer data..."
+msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
+
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Transfer printer configuration"
msgstr "Ä°nternet qurğularÄħ"
-#: ../../printer/printerdrake.pm_.c:1719
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transferring %s..."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "New printer name"
+msgstr "‡ap Edicisiz"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1746
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/). Click on the \"Drivers\" link. 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."
+"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/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer belongs to the group of GDI laser printers (winprinters) sold "
-"by different manufacturers which uses the Zenographics ZJ-stream raster "
-"format for the data sent to the printer. The driver for these printers is "
-"still in a very early development stage and so it will perhaps not always "
-"work properly. Especially it is possible that the printer only works when "
-"you choose the A4 paper size.\n"
-"\n"
-"Some of these printers, as the HP LaserJet 1000, for which this driver was "
-"originally created, need their firmware to be uploaded to them after they "
-"are turned on. In the case of the HP LaserJet 1000 you have to search the "
-"printer's Windows driver CD or your Windows partition for the file "
-"\"sihp1000.img\" and upload the file to the printer with one of the "
-"following commands:\n"
-"\n"
-" lpr -o raw sihp1000.img\n"
-" cat sihp1000.img > /dev/usb/lp0\n"
"\n"
-"The first command can be given by any normal user, the second must be given "
-"as root. After having done so you can print normally.\n"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1972
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
+msgid ""
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1985
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be a number!"
+msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
+msgid ""
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your 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\" on the command line to get more "
+"information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "SÄħnaq səhifəsi §ap edilir..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Print option list"
+msgstr "‡ap edici se§É™nəkləri"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "ĊžÉ™bəkə dayandÄħrÄħlÄħr"
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "ĊžÉ™bəkə dayandÄħrÄħlÄħr"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "ĊžÉ™bəkə dayandÄħrÄħlÄħr"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "ĊžÉ™bəkə dayandÄħrÄħlÄħr"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "‡ap edicini sÄħnamaq istəyirsiniz?"
+"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%s\n"
+"\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Test pages"
-msgstr "QapÄħlarÄħ sÄħna"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
-#: ../../printer/printerdrake.pm_.c:2052
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2056
-#, fuzzy
-msgid "No test pages"
-msgstr "Bəli, hər iki sÄħnaq səhifəsini də §ap et"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:2057
-#, fuzzy
-msgid "Print"
-msgstr "‡ap Edici"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2114
-#, fuzzy
-msgid "Standard test page"
-msgstr "Standart"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To get a list of the options available for the current printer click on the "
+"\"Print option list\" button."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
-#: ../../printer/printerdrake.pm_.c:2120
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "SÄħnaq səhifəsi §ap edilir..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\".\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2122
-#, fuzzy
-msgid "Photo test page"
-msgstr "SÄħnaq səhifəsi §ap edilir..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2126
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "SÄħnaq səhifəsi §ap edilir..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
-msgstr "SÄħnaq səhifəsi §ap edilir..."
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
-#: ../../printer/printerdrake.pm_.c:2159
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, 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?"
-#: ../../printer/printerdrake.pm_.c:2163
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, 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?"
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do not print any test page"
+msgstr "SÄħnaq səhifəsi §ap edilir..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Photo test page"
+msgstr "SÄħnaq səhifəsi §ap edilir..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Alternative test page (A4)"
+msgstr "SÄħnaq səhifəsi §ap edilir..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-#, fuzzy
-msgid "Raw printer"
-msgstr "‡ap Edicisiz"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Standard test page"
+msgstr "Standart"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Print"
+msgstr "‡ap Edici"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "No test pages"
+msgstr "Bəli, hər iki sÄħnaq səhifəsini də §ap et"
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2218
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Test pages"
+msgstr "QapÄħlarÄħ sÄħna"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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"
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
+msgstr "‡ap edicini sÄħnamaq istəyirsiniz?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#: ../../printer/printerdrake.pm:1
#, 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>\". "
+msgid "Option %s must be a number!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
#, 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%s\n"
+"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/printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Here is a list of the available printing options for the current printer:\n"
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
"\n"
+"The first command can be given by any normal user, the second must be given "
+"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"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/). Click on the \"Drivers\" link. 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 ""
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Lexmark inkjet configuration"
+msgstr "Ä°nternet qurğularÄħ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2257
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "OKI winprinter configuration"
+msgstr "Ä°nternet qurğularÄħ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
#, 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"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2271
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "ĊžÉ™bəkə dayandÄħrÄħlÄħr"
+msgid "Which printer model do you have?"
+msgstr "Nə cĵr bir §ap ediciniz var?"
-#: ../../printer/printerdrake.pm_.c:2272
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "ĊžÉ™bəkə dayandÄħrÄħlÄħr"
+msgid "Printer model selection"
+msgstr "‡ap Edici BağlantÄħsÄħ"
-#: ../../printer/printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "ĊžÉ™bəkə dayandÄħrÄħlÄħr"
+msgid "Reading printer database..."
+msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
-#: ../../printer/printerdrake.pm_.c:2275
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "ĊžÉ™bəkə dayandÄħrÄħlÄħr"
-
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-msgid "Close"
-msgstr "Qapat"
+msgid "Select model manually"
+msgstr "Uzaq ‡ap Edici"
-#: ../../printer/printerdrake.pm_.c:2281
-#, fuzzy
-msgid "Print option list"
-msgstr "‡ap edici se§É™nəkləri"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The model is correct"
+msgstr "Doğrudur?"
-#: ../../printer/printerdrake.pm_.c:2301
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Your 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\" on the command line to get more "
-"information.\n"
+"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"
-"Do not use \"scannerdrake\" for this device!"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2322
-msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Your printer model"
+msgstr "Uzaq ‡ap Edici"
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-#, fuzzy
-msgid "Reading printer data..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Preparing printer database..."
msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Ä°nternet qurğularÄħ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Location"
+msgstr "Yeri"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Description"
+msgstr "Ä°zah"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer"
+msgstr "‡ap edici adÄħ"
-#: ../../printer/printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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/printerdrake.pm:1
+#, c-format
+msgid "Enter Printer Name and Comments"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2368
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Making printer port available for CUPS..."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo memory card access on your HP multi-function device"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning on your HP multi-function device"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing mtools packages..."
+msgstr "%s paketi qurulur"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing SANE packages..."
+msgstr "%s paketi qurulur"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking device and configuring HPOJ..."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing HPOJ package..."
+msgstr "%s paketi qurulur"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A command line must be entered!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Command line"
+msgstr "Sahə(domain) adÄħ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+"Here you can specify any arbitrary command line into which the job should be "
+"piped instead of being sent directly to a printer."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Pipe into command"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Detected model: %s %s"
+msgstr "%s tapÄħldÄħ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "‡ap Edici avadanlÄħğÄħ URI"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2375
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "QapÄħ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer host name or IP"
+msgstr "‡ap Edici Ev sahibi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The port number should be an integer!"
+msgstr "QapÄħ nĥmrəsi rəqəmlə yazÄħlmalÄħdÄħr"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer host name or IP missing!"
+msgstr "‡ap Edici Ev sahibi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). 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."
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "Soket ‡ap Edici QurğularÄħ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Scanning network..."
+msgstr "BağlantÄħnÄħz baĊŸladÄħlÄħr..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer auto-detection"
+msgstr "Avtomatik təsbit iĊŸlət"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP queue name missing!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP server name missing!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print Queue Name"
+msgstr "‡ap Edici Nĥvbə AdÄħ"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "Printer Server"
+msgstr "‡ap Edici Vericisi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, 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."
+"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."
-#: ../../printer/printerdrake.pm_.c:2400
-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"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "NetWare ‡ap Edici QurğularÄħ"
-#: ../../printer/printerdrake.pm_.c:2405
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2413
-#, fuzzy
-msgid "New printer name"
-msgstr "‡ap Edicisiz"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
-#: ../../printer/printerdrake.pm_.c:2416
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
+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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2427
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Samba share name missing!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Either the server name or the server's IP must be given!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Auto-detected"
+msgstr "Avtomatik təsbit iĊŸlət"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "Ä°ĊŸ qrupu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Share name"
+msgstr "PaylaĊŸdÄħrma adÄħ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "SMB verici IP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "SMB verici adÄħ"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2437
-#, fuzzy
-msgid "Refreshing printer data..."
-msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-msgid "Configuration of a remote printer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "SMB (Windows 9x/NT) ‡ap Edici Se§É™nəkləri"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "ĊžÉ™bəkə dayandÄħrÄħlÄħr"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2446
-#, fuzzy
-msgid "Starting network..."
-msgstr "BağlantÄħnÄħz baĊŸladÄħlÄħr..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remote printer name missing!"
+msgstr "UzaqdakÄħ ev sahibi adÄħ"
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-#, fuzzy
-msgid "Configure the network now"
-msgstr "ĊžÉ™bəkəni qur"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remote host name missing!"
+msgstr "UzaqdakÄħ ev sahibi adÄħ"
-#: ../../printer/printerdrake.pm_.c:2480
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Monitor qurulmayÄħb"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remote printer name"
+msgstr "Uzaq ‡ap Edici"
-#: ../../printer/printerdrake.pm_.c:2481
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remote host name"
+msgstr "UzaqdakÄħ ev sahibi adÄħ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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?"
+"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."
-#: ../../printer/printerdrake.pm_.c:2484
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "ĊžÉ™bəkə QurğularÄħ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "Uzaq ‡ap Edici (lpd) Se§É™nəkləri"
-#: ../../printer/printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Manual configuration"
+msgstr "QuraĊŸdÄħrma"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "‡ap Edici avadanlÄħğÄħ URI"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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\""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2519
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr "Modeminizin hansÄħ serial qapÄħya bağlÄħ olduğunu se§iniz"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2529
-#, fuzzy
-msgid "Restarting printing system..."
-msgstr "HansÄħ §ap edici sistemini istifadə etmək istəyirsiniz?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr "Modeminizin hansÄħ serial qapÄħya bağlÄħ olduğunu se§iniz"
-#: ../../printer/printerdrake.pm_.c:2568
-#, fuzzy
-msgid "high"
-msgstr "Yĵksək"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2568
-#, fuzzy
-msgid "paranoid"
-msgstr "Ċžĵbhəci"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
+msgid "Currently, no alternative possibility is available"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2570
+#: ../../printer/printerdrake.pm:1
#, 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?"
+"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/printerdrake.pm_.c:2604
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "HansÄħ §ap edici sistemini istifadə etmək istəyirsiniz?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The following printer was auto-detected. "
+msgstr "AĊŸağÄħdakÄħ paketlər sistemdən silinəcəklər"
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
#, 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?"
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Alternatively, you can specify a device name/file name in the input line"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "Rezolyusiya: %s\n"
+msgid "Available printers"
+msgstr "Yerli ‡ap Edici"
-#: ../../printer/printerdrake.pm_.c:2636
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "%s paketi qurulur"
+msgid "No printer found!"
+msgstr "Yerli ‡ap Edici"
-#: ../../printer/printerdrake.pm_.c:2685
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "‡ap Edici BağlantÄħsÄħ Se§in"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "You must enter a device or file name!"
+msgstr "‡ap Edici avadanlÄħğÄħ URI"
-#: ../../printer/printerdrake.pm_.c:2686
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "HansÄħ §ap edici sistemini istifadə etmək istəyirsiniz?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "‡ap Edicini Qur"
+msgid "Local Printer"
+msgstr "Yerli ‡ap Edici"
-#: ../../printer/printerdrake.pm_.c:2731
-#, fuzzy
-msgid "Installing Foomatic..."
-msgstr "%s paketi qurulur"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "USB printer \\#%s"
+msgstr "‡ap Edicisiz"
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
-msgstr "‡ap edici se§É™nəkləri"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer on parallel port \\#%s"
+msgstr "‡ap Edici Ev sahibi"
-#: ../../printer/printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Preparing Printerdrake..."
-msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "SMB/Windows 95/98/NT"
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "‡ap Edicini Qur"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Network printer \"%s\", port %s"
+msgstr "ĊžÉ™bəkə ‡ap Edicisi (soket) "
-#: ../../printer/printerdrake.pm_.c:2845
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Bir §ap edici qurmaq istəyirsiniz?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "%s tapÄħldÄħ"
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "SMB/Windows 95/98/NT"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2915
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/GIMP."
+"\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 ""
-"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."
-#: ../../printer/printerdrake.pm_.c:2916
-#, 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."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
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."
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2960
-#, fuzzy
-msgid "Change the printing system"
-msgstr "ĊžÉ™bəkəni qur"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Auto-detect printers connected to this machine"
+msgstr "Uzaq ‡ap Edici"
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-msgid "Normal Mode"
-msgstr "Normal Mod"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "QurğularÄħ sÄħnamaq istəyirsiniz?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3211
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Ä°nternet qurğularÄħ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3213
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
+msgid "Searching for new printers..."
+msgstr "Yerli ‡ap Edici"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "QurğularÄħ sÄħnamaq istəyirsiniz?"
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3217
-msgid "Do it!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "BağlantÄħnÄħzÄħ a§ÄħlÄħĊŸda baĊŸlatmaq istəyirsiniz?"
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "‡ap Edici BağlantÄħsÄħ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "‡ap edicini sÄħnamaq istəyirsiniz?"
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Modeminizin hansÄħ serial qapÄħya bağlÄħ olduğunu se§iniz"
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"There are no printers found which are directly connected to your machine"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-#, fuzzy
-msgid "Print test pages"
-msgstr "SÄħnaq səhifəsi §ap edilir..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"is directly connected to your system"
+msgstr "Siseminizdə ĊŸÉ™bəkə adapteri yoxdur!"
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "QurğularÄħ sÄħnamaq istəyirsiniz?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr "Siseminizdə ĊŸÉ™bəkə adapteri yoxdur!"
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-#, fuzzy
-msgid "Remove printer"
-msgstr "Uzaq ‡ap Edici"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printers\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr "Siseminizdə ĊŸÉ™bəkə adapteri yoxdur!"
-#: ../../printer/printerdrake.pm_.c:3282
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
+msgid "and %d unknown printers"
+msgstr "‡ap Edicisiz"
-#: ../../printer/printerdrake.pm_.c:3307
-#, fuzzy
-msgid "Default printer"
-msgstr "Yerli ‡ap Edici"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and one unknown printer"
+msgstr "‡ap Edicisiz"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Checking your system..."
+msgstr "HansÄħ §ap edici sistemini istifadə etmək istəyirsiniz?"
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
+msgid "IP address of host/network:"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "This host/network is already in the list, it cannot be added again.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+msgid "192.168.100.0/255.255.255.0\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgid "192.168.100.0/24\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
+msgid "10.0.0.*\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+"Choose the network or host on which the local printers should be made "
+"available:"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "ĊžÉ™bəkəni yenidən baĊŸlatmaq istəyirsiniz?"
+msgid "Sharing of local printers"
+msgstr "Yerli ‡ap Edici"
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
+msgid "Remove selected host/network"
+msgstr "Nĥvbəni sil"
-#: ../../raid.pm_.c:35
+#: ../../printer/printerdrake.pm:1
#, 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:137
-msgid "mkraid failed"
-msgstr "mkraid iflas etdi"
+msgid "Edit selected host/network"
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid iflas etdi (raidtools əksik ola bilər mi?)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add host/network"
+msgstr ""
-#: ../../raid.pm_.c:153
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "%d səviyyə RAID ĵ§ĵn §atmayan sayda disk bĥlməsi\n"
+msgid ""
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
+msgstr ""
-#: ../../security/main.pm_.c:36
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
msgstr ""
-#: ../../security/main.pm_.c:66
-#, fuzzy
-msgid "Security Level:"
-msgstr "Təhlĵkəsizlik səviyyəsinin quraĊŸdÄħrÄħlmasÄħ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Automatic correction of CUPS configuration"
+msgstr "Qurulum Tərzi QuraĊŸdÄħrÄħlmasÄħ"
-#: ../../security/main.pm_.c:77
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr " (Ĉsas)"
+msgid "No remote machines"
+msgstr "Uzaq ‡ap Edici"
-#: ../../security/main.pm_.c:113
-#, fuzzy
-msgid "Security Alerts:"
-msgstr "Təhlĵkəsizlik səviyyəsinin quraĊŸdÄħrÄħlmasÄħ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Custom configuration"
+msgstr "QuraĊŸdÄħrma"
-#: ../../security/main.pm_.c:115
-#, fuzzy
-msgid "Security Administrator:"
-msgstr "Uzaq ‡ap Edici (lpd) Se§É™nəkləri"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "‡ap Edici"
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "Network Options"
-msgstr "Modul se§É™nəkləri:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatically find available printers on remote machines"
+msgstr ""
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "System Options"
-msgstr "Modul se§É™nəkləri:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printers on this machine are available to other computers"
+msgstr ""
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
msgstr ""
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-#: ../../security/main.pm_.c:191
-#, fuzzy
-msgid "Please wait, setting security level..."
-msgstr "Təhlĵkəsizlik səviyyəsinin quraĊŸdÄħrÄħlmasÄħ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS printer sharing configuration"
+msgstr "Ä°nternet qurğularÄħ"
-#: ../../security/main.pm_.c:197
-#, fuzzy
-msgid "Please wait, setting security options..."
-msgstr "XahiĊŸ edirik gĥzləyin, qurulum hazÄħrlanÄħr"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr ""
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "ALSA səs sistemini (Advanced Linux Sound Architecture) baĊŸlat"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"Printers on remote CUPS servers do not need to be configured 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."
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
-msgstr "Anakron, periodik əmr zamanlayÄħcÄħsÄħ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "How is the printer connected?"
+msgstr "‡ap ediciniz nə ĊŸÉ™kildə bağlÄħdÄħr?"
-#: ../../services.pm_.c:21
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Connection"
+msgstr "‡ap Edici BağlantÄħsÄħ Se§in"
+
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the user umask."
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:23
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (val)\n"
+"\n"
+"Set the shell timeout. A value of zero means no timeout."
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:25
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (size)\n"
+"\n"
+"Set shell commands history size. A value of -1 means unlimited."
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:28
-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."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of sgid files."
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:31
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check open ports."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+"if set, send the mail report to this email address else send it to root."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result by mail."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check files/directories writable by everybody."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
msgstr ""
-"HardDrake texniki tə'minat sÄħnağÄħ aparar və onlarÄħ bir ĥn quraĊŸdÄħrmadan "
-"ke§irər."
-#: ../../services.pm_.c:33
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
msgstr ""
-"Apache bir World Wide Web vericisidir. HTML fayllarÄħ və CGI verilməsi ĵ§ĵn "
-"istifadə edilir."
-#: ../../services.pm_.c:34
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
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:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
msgstr ""
-"Linuks 2.2 seriyasÄħ §É™kirdəklərində firewall\n"
-"qurmaq ĵ§ĵn ĵ§ĵn paket sĵzĵlməsini baĊŸlat."
-#: ../../services.pm_.c:40
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
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:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
msgstr ""
-"/usr/include/linux/{autoconf,version}.h ĵ§ĵn \n"
-"/boot-da avtomatik §É™kirdək baĊŸlÄħğÄħ yaradÄħlmasÄħ."
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Texniki avadanlÄħğÄħn a§ÄħlÄħĊŸda avtomatik təsbiti və qurulmasÄħ."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
+msgstr ""
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
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:48
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
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:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
msgstr ""
-"Linuks Virtual Verici, yĵksək qabiliyyətli vericilər qurmaq ĵ§ĵn iĊŸlədilir."
-#: ../../services.pm_.c:52
-#, fuzzy
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
msgstr ""
-"named (BIND) verici adlarÄħnÄħ IP ĵnvanlarÄħna §evirən\n"
-"Sahə AdÄħ Vericisidir(DNS)."
-#: ../../services.pm_.c:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
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:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
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:57
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
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:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
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:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
msgstr ""
-"A§ÄħlÄħĊŸda XFree və konsolda numlock dĵyməsini\n"
-"avtomatik olaraq a§."
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "OKI 4w və uyğun Windows §ap edicilərini dəstəklə."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
+msgstr ""
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
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:68
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
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:71
-#, fuzzy
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
msgstr ""
-"Posfix, elektronik məktublarÄħn bir kompĵterdən digərinə yollayan \n"
-"Elektronik Məktub Yollama Vasitəsidir."
-#: ../../services.pm_.c:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
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:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
msgstr ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-#: ../../services.pm_.c:76
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
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:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
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:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
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:83
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
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:85
-msgid "Launch the sound system on your machine"
-msgstr "Kompĵterinizdə səs sistemÄħ baĊŸladÄħn"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
+msgstr ""
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
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:88
-msgid "Load the drivers for your usb devices."
-msgstr "USB avadanlÄħğÄħnÄħz ĵ§ĵn sĵrĵcĵləri yĵkləyin."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
+msgstr ""
-#: ../../services.pm_.c:89
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
msgstr ""
-"X Font Vericisini a§ÄħlÄħĊŸda iĊŸÉ™ salar (Bu, XFree icrasÄħ ĵ§ĵn məcburidir)."
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
-msgstr "A§ÄħlÄħĊŸda avtomatik olaraq baĊŸlayacaq xidmətləri se§in"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
+msgstr ""
-#: ../../services.pm_.c:127
-#, fuzzy
-msgid "Printing"
-msgstr "‡ap Edici"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
+msgstr ""
-#: ../../services.pm_.c:128
-msgid "Internet"
-msgstr "Ä°nternet"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr ""
-#: ../../services.pm_.c:131
-msgid "File sharing"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-#, fuzzy
-msgid "System"
-msgstr "Sistem modu"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Use libsafe for servers"
+msgstr "X verici ĵ§ĵn se§É™nəkləri gĥstərin"
-#: ../../services.pm_.c:138
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Uzaq ‡ap Edici (lpd) Se§É™nəkləri"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Security level"
+msgstr "Təhlĵkəsizlik səviyyəsinin quraĊŸdÄħrÄħlmasÄħ"
-#: ../../services.pm_.c:146
-#, fuzzy
-msgid "Database Server"
-msgstr "Databeyz"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Please choose the desired security level"
+msgstr "Təhlĵkəsizlik səviyyəsini se§in"
-#: ../../services.pm_.c:175
-#, c-format
-msgid "Services: %d activated for %d registered"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "DrakSec Basic Options"
+msgstr "Se§É™nəklər"
+
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid ""
+"This is similar to the previous level, but the system is entirely closed and "
+"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."
-#: ../../services.pm_.c:191
-#, fuzzy
-msgid "Services"
-msgstr "avadanlÄħq"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+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 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. "
-#: ../../services.pm_.c:203
-msgid "running"
-msgstr "iĊŸləmir"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
-#: ../../services.pm_.c:203
-msgid "stopped"
-msgstr "dayandÄħrÄħlÄħb"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+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."
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
-msgstr "Xidmətlər və vasitələr"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"Passwords 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."
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
+"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 xidmət haqqÄħnda təəsĵf ki,\n"
-"əlavə mə'lumat yoxdur."
+"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."
-#: ../../services.pm_.c:229
-msgid "On boot"
-msgstr "A§ÄħlÄħĊŸda"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "Ċžĵbhəci"
-#: ../../services.pm_.c:241
-#, fuzzy
-msgid "Start"
-msgstr "Hal:"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Higher"
+msgstr "Yĵksək"
-#: ../../services.pm_.c:241
-#, fuzzy
-msgid "Stop"
-msgstr "Sektor"
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "Yĵksək"
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "Zəif"
-#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "Krakerlərə xoĊŸgəlmiĊŸsiniz"
-#: ../../share/advertising/01-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
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/02-community.pl_.c:9
-#, fuzzy
-msgid "Get involved in the Free Software world"
-msgstr "Bĵtĵn dĵnya"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Welcome to the Open Source world"
+msgstr ""
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
msgstr ""
-#: ../../share/advertising/02-community.pl_.c:11
+#: ../../share/advertising/02-community.pl:1
+#, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
-msgid "Get the most from the Internet"
-msgstr "İnternetə bağlan"
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl:1
+#, fuzzy, c-format
+msgid "Get involved in the Free Software world"
+msgstr "Bĵtĵn dĵnya"
-#: ../../share/advertising/03-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
+#: ../../share/advertising/03-internet.pl:1
+#, fuzzy, c-format
+msgid "Get the most from the Internet"
+msgstr "İnternetə bağlan"
+
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid ""
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
+"files, edit and handle your images or photos, and play videos"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid "Push multimedia to its limits!"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:11
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
-"files, edit and handle your images or photos, and play videos"
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
+"strategy, ..."
msgstr ""
-#: ../../share/advertising/05-games.pl_.c:9
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid "Games"
msgstr "Oyunlar"
-#: ../../share/advertising/05-games.pl_.c:10
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
-"strategy, ..."
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
-#, fuzzy
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, fuzzy, c-format
msgid "Mandrake Control Center"
msgstr "İdarə Mərkəzi"
-#: ../../share/advertising/06-mcc.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
-"your machine"
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
+"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-#: ../../share/advertising/07-desktop.pl_.c:9
-#, fuzzy
+#: ../../share/advertising/07-desktop.pl:1
+#, fuzzy, c-format
msgid "User interfaces"
msgstr "ĊžÉ™bəkə ara ĵzĵ"
-#: ../../share/advertising/07-desktop.pl_.c:10
-msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
-"modified: KDE 3, Gnome 2, WindowMaker, ..."
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
-msgid "Development simplified"
-msgstr "Təcrĵbi"
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:11
+#: ../../share/advertising/08-development.pl:1
+#, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:10
+#: ../../share/advertising/08-development.pl:1
+#, fuzzy, c-format
+msgid "Development simplified"
+msgstr "Təcrĵbi"
+
+#: ../../share/advertising/09-server.pl:1
+#, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:9
-msgid "Optimize your security"
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid "Certify yourself on Linux"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Whether you choose to teach yourself online or via our network of training "
-"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
-"certification program (worldwide professional technical certification)"
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
-msgid "Become a MandrakeExpert"
-msgstr "Usta"
-
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
-msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
"technical support website:"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert Corporate"
-msgstr "Usta"
-
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, fuzzy, c-format
+msgid "Become a MandrakeExpert"
+msgstr "Usta"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, fuzzy, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "Usta"
+
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -9594,221 +12675,246 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:21
-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.\n"
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
msgstr ""
-#: ../../standalone.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
+#: ../../standalone/XFdrake:1
+#, 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"
+
+#: ../../standalone/XFdrake:1
+#, c-format
+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"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone.pm_.c:70
-msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No floppy drive available!"
+msgstr "Disket sĵrĵcĵ yoxdur"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "Klaviatura"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Please insert floppy disk:"
+msgstr "%s sĵrĵcĵsĵnə bir disket taxÄħn"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Write Config"
+msgstr "yenidən quraĊŸdÄħr"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone.pm_.c:84
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Server Configuration"
+msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
msgstr ""
-#: ../../standalone.pm_.c:94
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range Start:"
msgstr ""
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Name Servers:"
+msgstr "NIS Verici"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Domain Name:"
+msgstr "Sahə(domain) adÄħ"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Broadcast Address:"
msgstr ""
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
msgstr ""
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+msgid "Routers:"
msgstr ""
-#: ../../standalone.pm_.c:168
-#, fuzzy
-msgid "Installing packages..."
-msgstr "%s paketi qurulur"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Netmask:"
+msgstr "Netmask"
-#: ../../standalone/XFdrake_.c:138
-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"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet:"
+msgstr ""
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
#, 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"
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:239
-#, fuzzy
-msgid "Mandrake Terminal Server Configuration"
-msgstr "Ä°nternet qurğularÄħ"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Config..."
+msgstr "QuraĊŸdÄħrÄħlÄħr..."
-#: ../../standalone/drakTermServ_.c:253
-#, fuzzy
-msgid "Enable Server"
-msgstr "Databeyz"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete Client"
+msgstr "DHCP AlÄħcÄħsÄħ"
-#: ../../standalone/drakTermServ_.c:260
-#, fuzzy
-msgid "Disable Server"
-msgstr "Databeyz"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Edit Client"
+msgstr "DHCP AlÄħcÄħsÄħ"
-#: ../../standalone/drakTermServ_.c:268
-#, fuzzy
-msgid "Start Server"
-msgstr "NIS Verici"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add Client -->"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:275
-#, fuzzy
-msgid "Stop Server"
-msgstr "NIS Verici"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Allow Thin Clients"
+msgstr "DHCP AlÄħcÄħsÄħ"
-#: ../../standalone/drakTermServ_.c:283
-msgid "Etherboot Floppy/ISO"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Thin Client"
+msgstr "DHCP AlÄħcÄħsÄħ"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Nĥv: "
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:294
-#, fuzzy
-msgid "Add/Del Users"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Add User -->"
msgstr "Ä°stifadə§ini əlavə et"
-#: ../../standalone/drakTermServ_.c:299
-#, fuzzy
-msgid "Add/Del Clients"
-msgstr "DHCP AlÄħcÄħsÄħ"
-
-#: ../../standalone/drakTermServ_.c:328
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: ../../standalone/drakTermServ_.c:332
-msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete All NBIs"
+msgstr "Fayl se§"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Delete"
+msgstr "Sil"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No NIC selected!"
+msgstr "BağlÄħ deyil"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -9837,7 +12943,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -9848,8 +12954,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -9938,226 +13044,143 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:573
-msgid "No kernel selected!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:587
-#, fuzzy
-msgid "No nic selected!"
-msgstr "BağlÄħ deyil"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:604
-#, fuzzy
-msgid "<-- Delete"
-msgstr "Sil"
-
-#: ../../standalone/drakTermServ_.c:611
-#, fuzzy
-msgid "Delete All NBIs"
-msgstr "Fayl se§"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:673
-#, fuzzy
-msgid "Add User -->"
-msgstr "Ä°stifadə§ini əlavə et"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:720
+#: ../../standalone/drakTermServ:1
#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Nĥv: "
-
-#: ../../standalone/drakTermServ_.c:753
-msgid "No net boot images created!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:773
-#, fuzzy
-msgid "Thin Client"
-msgstr "DHCP AlÄħcÄħsÄħ"
-
-#: ../../standalone/drakTermServ_.c:775
-#, fuzzy
-msgid "Allow Thin Clients"
-msgstr "DHCP AlÄħcÄħsÄħ"
-
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:821
-#, fuzzy
-msgid "<-- Edit Client"
-msgstr "DHCP AlÄħcÄħsÄħ"
-
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
+msgid "Add/Del Clients"
msgstr "DHCP AlÄħcÄħsÄħ"
-#: ../../standalone/drakTermServ_.c:843
-#, fuzzy
-msgid "dhcpd Config..."
-msgstr "QuraĊŸdÄħrÄħlÄħr..."
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Add/Del Users"
+msgstr "Ä°stifadə§ini əlavə et"
-#: ../../standalone/drakTermServ_.c:876
-msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot Floppy/ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "Netmask"
-
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Stop Server"
+msgstr "NIS Verici"
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Start Server"
+msgstr "NIS Verici"
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Disable Server"
+msgstr "Databeyz"
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "Sahə(domain) adÄħ"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Enable Server"
+msgstr "Databeyz"
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
-msgstr "NIS Verici"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "Ä°nternet qurğularÄħ"
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Remove the last item"
+msgstr "Loopback faylÄħ ĊŸÉ™killəndirilir: %s"
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Add an item"
+msgstr "Ä°stifadə§i əlavə et"
-#: ../../standalone/drakTermServ_.c:1001
-#, fuzzy
-msgid "dhcpd Server Configuration"
-msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Auto Install"
+msgstr "Qurulum"
-#: ../../standalone/drakTermServ_.c:1002
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakTermServ_.c:1018
-#, fuzzy
-msgid "Write Config"
-msgstr "yenidən quraĊŸdÄħr"
-
-#: ../../standalone/drakTermServ_.c:1120
-#, fuzzy
-msgid "Please insert floppy disk:"
-msgstr "%s sĵrĵcĵsĵnə bir disket taxÄħn"
-
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr ""
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Congratulations!"
+msgstr "Təbriklər!"
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1129
-#, fuzzy
-msgid "No floppy drive available!"
-msgstr "Disket sĵrĵcĵ yoxdur"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Creating auto install floppy"
+msgstr "Avtomatik qurulum disketi hazÄħrlanÄħr"
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "Etherboot ISO image is %s"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
+msgid "manual"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Automatic Steps Configuration"
+msgstr "Qurulum Tərzi QuraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakautoinst_.c:40
-#, fuzzy
-msgid "Error!"
-msgstr "Xəta"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "replay"
+msgstr "Təkrarla"
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:43
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Qurulum sonrasÄħ qurğular"
-
-#: ../../standalone/drakautoinst_.c:44
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -10172,1427 +13195,1419 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "Təkrarla"
-
-#: ../../standalone/drakautoinst_.c:66
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Qurulum Tərzi QuraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Auto Install Configurator"
+msgstr "Qurulum sonrasÄħ qurğular"
-#: ../../standalone/drakautoinst_.c:67
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
-#, fuzzy
-msgid "Creating auto install floppy"
-msgstr "Avtomatik qurulum disketi hazÄħrlanÄħr"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Error!"
+msgstr "Xəta"
-#: ../../standalone/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Welcome.\n"
+"Restore Backup Problems:\n"
"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
-msgstr "Təbriklər!"
-
-#: ../../standalone/drakautoinst_.c:235
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:273
-#, fuzzy
-msgid "Auto Install"
-msgstr "Qurulum"
-
-#: ../../standalone/drakautoinst_.c:343
-#, fuzzy
-msgid "Add an item"
-msgstr "Ä°stifadə§i əlavə et"
-
-#: ../../standalone/drakautoinst_.c:350
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Loopback faylÄħ ĊŸÉ™killəndirilir: %s"
-
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:690
-msgid "WARNING"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:691
-#, fuzzy
-msgid "FATAL"
-msgstr "FAT"
-
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
+"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:704
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-" DrakBackup Report \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:705
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"Description:\n"
"\n"
-" DrakBackup Daemon Report\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"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:709
-msgid ""
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
"\n"
-" DrakBackup Report Details\n"
+" Per default all backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.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/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-#, fuzzy
-msgid "Total progess"
-msgstr "QapÄħlarÄħ sÄħna"
-
-#: ../../standalone/drakbackup_.c:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
-"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "This may take a moment to generate the keys."
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:801
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "ERROR: Cannot spawn %s."
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
+"\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
+"\n"
+"Otherwise, you are able to select only one of these.\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data 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 option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:819
-#, fuzzy, c-format
-msgid "Bad password on %s"
-msgstr "Parolsuz"
-
-#: ../../standalone/drakbackup_.c:820
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Permission denied transferring %s to %s"
+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 the 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 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 data 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:821
-#, fuzzy, c-format
-msgid "Can't find %s on %s"
-msgstr "%s a§Äħla bilmir: %s\n"
-
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "%s not responding"
+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:828
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
+"options description:\n"
"\n"
-"ssh -i %s %s\\@%s\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"
-"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:873
-msgid "WebDAV remote site already in sync!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore"
+msgstr "Fayldan geri §ağÄħr"
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Now"
+msgstr "Fayl sistemi qurğularÄħ"
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Advanced Configuration"
+msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Wizard Configuration"
+msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "View Backup Configuration."
+msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Now from configuration file"
+msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Drakbackup Configuration"
+msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakbackup_.c:1060
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
+msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Sending files..."
+msgstr "Fayla qeyd et"
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "XətalÄħ yedəkləmə faylÄħ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "files sending by FTP"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1236
-#, fuzzy
-msgid "Backup User files..."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup other files"
msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:1237
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1290
-#, fuzzy
-msgid "Backup Other files..."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup user files"
msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:1296
-#, fuzzy
-msgid "No changes to backup!"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup system files"
msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
+msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"file list sent by FTP: %s\n"
-" "
+"No configuration file found \n"
+"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:1322
-msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select data to backup..."
+msgstr "XahiĊŸ edirik istifadə ĵ§ĵn bir dil se§in."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select media for backup..."
+msgstr "XahiĊŸ edirik istifadə ĵ§ĵn bir dil se§in."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select data to restore..."
+msgstr "XahiĊŸ edirik istifadə ĵ§ĵn bir dil se§in."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "The following packages need to be installed:\n"
+msgstr "AĊŸağÄħdakÄħ paketlər qurulacaqdÄħr"
-#: ../../standalone/drakbackup_.c:1340
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:1354
-#, fuzzy
-msgid " Error during mail sending. \n"
-msgstr "%s faylÄħ oxunurkan xəta oldu"
-
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Next"
+msgstr "SonrakÄħ ->"
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-#, fuzzy
-msgid "File Selection"
-msgstr "Paket Qrup Se§kisi"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Previous"
+msgstr "<- Ĉvvəlki"
-#: ../../standalone/drakbackup_.c:1529
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Save"
+msgstr "Hal:"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Build Backup"
+msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:1574
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Progress"
+msgstr "Fayldan geri §ağÄħr"
-#: ../../standalone/drakbackup_.c:1575
-#, fuzzy
-msgid "Backup your System files. (/etc directory)"
-msgstr "XətalÄħ yedəkləmə faylÄħ"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From Catalog"
+msgstr "Bĥlmə cədvəlini qurtar"
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:1578
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Custom Restore"
+msgstr "Xĵsusi"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:1595
-#, 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:1
+#, fuzzy, c-format
+msgid "Restore Failed..."
+msgstr "Fayldan geri §ağÄħr"
-#: ../../standalone/drakbackup_.c:1622
-msgid "Do not include the browser cache"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Nĥvbəni sil"
-
-#: ../../standalone/drakbackup_.c:1679
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "\"Windows\"u sil"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Hostname required"
+msgstr "Ev sahibi adÄħ:"
-#: ../../standalone/drakbackup_.c:1714
-#, fuzzy
-msgid "Users"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Username required"
msgstr "Ä°stifadə§i adÄħ"
-#: ../../standalone/drakbackup_.c:1740
-#, fuzzy
-msgid "Use network connection to backup"
-msgstr "XətalÄħ yedəkləmə faylÄħ"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Password required"
+msgstr "Parol"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Host Name"
+msgstr "Ev sahibi adÄħ"
-#: ../../standalone/drakbackup_.c:1747
-msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1748
-msgid ""
-" Transfer \n"
-"Now"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Via Network"
+msgstr "Fayldan geri §ağÄħr"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:1749
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1753
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħ se§in"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From Tape"
+msgstr "Bĥlmə cədvəlini qurtar"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
-#: ../../standalone/drakbackup_.c:1758
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:1763
-#, fuzzy
-msgid "Please enter your login"
-msgstr "XahiĊŸ edirik təkrar sÄħnayÄħn"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From CD"
+msgstr "Disketdən geri §ağÄħr"
-#: ../../standalone/drakbackup_.c:1768
-#, fuzzy
-msgid "Please enter your password"
-msgstr "XahiĊŸ edirik təkrar sÄħnayÄħn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
-#: ../../standalone/drakbackup_.c:1774
-#, fuzzy
-msgid "Remember this password"
-msgstr "Parolsuz"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Fayldan geri §ağÄħr"
-#: ../../standalone/drakbackup_.c:1785
-msgid "Need hostname, username and password!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Nĥvbəni sil"
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:1882
-msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:1887
-#, fuzzy
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "Klaviatura quruluĊŸunu se§iniz."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1893
-#, fuzzy
-msgid "Please check for multisession CD"
-msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "select path to restore (instead of /)"
+msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħn nĥvĵnĵ se§in."
-#: ../../standalone/drakbackup_.c:1899
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Other"
+msgstr "Fayldan geri §ağÄħr"
-#: ../../standalone/drakbackup_.c:1905
-#, fuzzy
-msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Users"
+msgstr "Fayldan geri §ağÄħr"
-#: ../../standalone/drakbackup_.c:1906
-msgid " Erase Now "
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore system"
+msgstr "Sistemi qur"
-#: ../../standalone/drakbackup_.c:1912
-#, fuzzy
-msgid "Please check if you are using a DVDR device"
-msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Other Media"
+msgstr "Digər"
-#: ../../standalone/drakbackup_.c:1918
-#, fuzzy
-msgid "Please check if you are using a DVDRAM device"
-msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Select another media to restore from"
+msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħn nĥvĵnĵ se§in."
-#: ../../standalone/drakbackup_.c:1931
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:1964
-#, fuzzy
-msgid "No CD device defined!"
-msgstr "Fayl se§"
-
-#: ../../standalone/drakbackup_.c:2012
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "XətalÄħ yedəkləmə faylÄħ"
-
-#: ../../standalone/drakbackup_.c:2015
-msgid "Please enter the device name to use for backup"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore from Hard Disk."
+msgstr "Disketdən geri §ağÄħr"
-#: ../../standalone/drakbackup_.c:2021
-#, fuzzy
-msgid "Please check if you want to use the non-rewinding device."
-msgstr "XahiĊŸ edirik qurmaq istədiyiniz paketləri se§in."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Secure Connection"
+msgstr "‡ap Edici BağlantÄħsÄħ Se§in"
-#: ../../standalone/drakbackup_.c:2027
-#, fuzzy
-msgid "Please check if you want to erase your tape before the backup."
-msgstr "XahiĊŸ edirik qurmaq istədiyiniz paketləri se§in."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "FTP Connection"
+msgstr "Yerli ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakbackup_.c:2033
-#, fuzzy
-msgid "Please check if you want to eject your tape after the backup."
-msgstr "XahiĊŸ edirik qurmaq istədiyiniz paketləri se§in."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use quota for backup files."
+msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2103
-#, fuzzy
-msgid "Please enter the directory to save to:"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the directory to save:"
msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħ se§in"
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-#, fuzzy
-msgid "Use quota for backup files."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use Hard Disk to backup"
msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:2180
-#, fuzzy
-msgid "Network"
-msgstr "ĊžÉ™bəkə ara ĵzĵ"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "please choose the date to restore"
+msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħn nĥvĵnĵ se§in."
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup the system files before:"
+msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2195
-#, fuzzy
-msgid "Tape"
-msgstr "Nĥv"
-
-#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Restore Configuration "
+msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
-#, fuzzy
-msgid "Use daemon"
-msgstr "Ä°stifadə§i adÄħ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2234
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "XahiĊŸ edirik qurmaq istədiyiniz paketləri se§in."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please uncheck or remove it on next time."
+msgstr "Modeminizin hansÄħ serial qapÄħya bağlÄħ olduğunu se§iniz"
-#: ../../standalone/drakbackup_.c:2240
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "XahiĊŸ edirik istifadə ĵ§ĵn bir dil se§in."
+"List of data corrupted:\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2247
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
-msgid "What"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2329
-#, fuzzy
-msgid "Where"
-msgstr "‡É™rx"
-
-#: ../../standalone/drakbackup_.c:2334
-#, fuzzy
-msgid "When"
-msgstr "‡É™rx"
-
-#: ../../standalone/drakbackup_.c:2339
-#, fuzzy
-msgid "More Options"
-msgstr "Modul se§É™nəkləri:"
-
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
-
-#: ../../standalone/drakbackup_.c:2376
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "XahiĊŸ edirik qurmaq istədiyiniz paketləri se§in."
-
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2388
-msgid "across Network"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2406
-msgid "on Tape Device"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2449
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "XahiĊŸ edirik qurmaq istədiyiniz paketləri se§in."
-
-#: ../../standalone/drakbackup_.c:2450
-#, fuzzy
-msgid "Backup system"
-msgstr "Fayl sistemi qurğularÄħ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2537
-msgid ""
-"\n"
-"Backup Sources: \n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
-msgid ""
-"\n"
-"- System Files:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
"\n"
-"- User Files:\n"
-msgstr ""
+"- Options:\n"
+msgstr "Se§É™nəklər"
-#: ../../standalone/drakbackup_.c:2542
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"- Other Files:\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path: %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
-msgid ""
-"\n"
-"- Delete hard drive tar files after backup.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2553
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Burn to CD"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2554
-msgid "RW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2555
+#: ../../standalone/drakbackup:1
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Si§an avadanlÄħğÄħ: %s\n"
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2557
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "\t\tErase=%s"
+msgid ""
+"\n"
+"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2561
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2563
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
-msgstr "Se§É™nəklər"
-
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
+"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include:\n"
+"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2575
-msgid "\t-Tape \n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup system"
+msgstr "Fayl sistemi qurğularÄħ"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose what you want to backup"
+msgstr "XahiĊŸ edirik qurmaq istədiyiniz paketləri se§in."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2578
-msgid "\t-Network by rsync.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2579
-msgid "\t-Network by webdav.\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose where you want to backup"
+msgstr "XahiĊŸ edirik qurmaq istədiyiniz paketləri se§in."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "More Options"
+msgstr "Modul se§É™nəkləri:"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "When"
+msgstr "‡É™rx"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Where"
+msgstr "‡É™rx"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "What"
msgstr ""
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
-msgid ""
-"List of data to restore:\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data corrupted:\n"
+"Please be sure that the cron daemon is included in your services. \n"
"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2756
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Modeminizin hansÄħ serial qapÄħya bağlÄħ olduğunu se§iniz"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "XahiĊŸ edirik istifadə ĵ§ĵn bir dil se§in."
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "XahiĊŸ edirik qurmaq istədiyiniz paketləri se§in."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use daemon"
+msgstr "Ä°stifadə§i adÄħ"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2787
-msgid " All of your selected data have been "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
+msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2906
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "hourly"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2941
-msgid "User list to restore (only the most recent date per user is important)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:3019
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "XətalÄħ yedəkləmə faylÄħ"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the directory to save to:"
+msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħ se§in"
-#: ../../standalone/drakbackup_.c:3021
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħn nĥvĵnĵ se§in."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to eject your tape after the backup."
+msgstr "XahiĊŸ edirik qurmaq istədiyiniz paketləri se§in."
-#: ../../standalone/drakbackup_.c:3057
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "XətalÄħ yedəkləmə faylÄħ"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr "XahiĊŸ edirik qurmaq istədiyiniz paketləri se§in."
-#: ../../standalone/drakbackup_.c:3060
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħ se§in"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr "XahiĊŸ edirik qurmaq istədiyiniz paketləri se§in."
-#: ../../standalone/drakbackup_.c:3103
-#, fuzzy
-msgid "FTP Connection"
-msgstr "Yerli ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the device name to use for backup"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3110
-#, fuzzy
-msgid "Secure Connection"
-msgstr "‡ap Edici BağlantÄħsÄħ Se§in"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use tape to backup"
+msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:3134
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Disketdən geri §ağÄħr"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "No CD device defined!"
+msgstr "Fayl se§"
-#: ../../standalone/drakbackup_.c:3136
-msgid "Please enter the directory where backups are stored"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:3204
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħn nĥvĵnĵ se§in."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
-#: ../../standalone/drakbackup_.c:3206
-#, fuzzy
-msgid "Other Media"
-msgstr "Digər"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
-#: ../../standalone/drakbackup_.c:3211
-#, fuzzy
-msgid "Restore system"
-msgstr "Sistemi qur"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Erase Now "
+msgstr ""
-#: ../../standalone/drakbackup_.c:3212
-#, fuzzy
-msgid "Restore Users"
-msgstr "Fayldan geri §ağÄħr"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
-#: ../../standalone/drakbackup_.c:3213
-#, fuzzy
-msgid "Restore Other"
-msgstr "Fayldan geri §ağÄħr"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
-#: ../../standalone/drakbackup_.c:3215
-#, fuzzy
-msgid "select path to restore (instead of /)"
-msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħn nĥvĵnĵ se§in."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check for multisession CD"
+msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
-#: ../../standalone/drakbackup_.c:3219
-msgid "Do new backup before restore (only for incremental backups.)"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Klaviatura quruluĊŸunu se§iniz."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3334
-msgid ""
-"Restore Selected\n"
-"Catalog Entry"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:3344
-#, fuzzy
-msgid ""
-"Restore Selected\n"
-"Files"
-msgstr "Nĥvbəni sil"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Remember this password"
+msgstr "Parolsuz"
-#: ../../standalone/drakbackup_.c:3361
-#, fuzzy
-msgid ""
-"Change\n"
-"Restore Path"
-msgstr "Fayldan geri §ağÄħr"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter your password"
+msgstr "XahiĊŸ edirik təkrar sÄħnayÄħn"
-#: ../../standalone/drakbackup_.c:3427
-#, c-format
-msgid "Backup files not found at %s."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter your login"
+msgstr "XahiĊŸ edirik təkrar sÄħnayÄħn"
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:3440
-#, fuzzy
-msgid "Restore From CD"
-msgstr "Disketdən geri §ağÄħr"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the host name or IP."
+msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħ se§in"
-#: ../../standalone/drakbackup_.c:3442
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
+" Transfer \n"
+"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:3452
-#, fuzzy
-msgid "Restore From Tape"
-msgstr "Bĥlmə cədvəlini qurtar"
-
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
+msgid ""
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:3474
-#, fuzzy
-msgid "Restore Via Network"
-msgstr "Fayldan geri §ağÄħr"
-
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
+msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:3475
-#, fuzzy
-msgid "Host Name"
-msgstr "Ev sahibi adÄħ"
-
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3483
-#, fuzzy
-msgid "Password required"
-msgstr "Parol"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use network connection to backup"
+msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:3489
-#, fuzzy
-msgid "Username required"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Users"
msgstr "Ä°stifadə§i adÄħ"
-#: ../../standalone/drakbackup_.c:3492
-#, fuzzy
-msgid "Hostname required"
-msgstr "Ev sahibi adÄħ:"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Windows (FAT32)"
+msgstr "\"Windows\"u sil"
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3510
-msgid "Files Restored..."
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove Selected"
+msgstr "Nĥvbəni sil"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:3513
-#, fuzzy
-msgid "Restore Failed..."
-msgstr "Fayldan geri §ağÄħr"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+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:3751
-msgid "Restore all backups"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:3760
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Xĵsusi"
-
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3810
-msgid "Browse to new restore repository."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3813
-#, fuzzy
-msgid "Restore From Catalog"
-msgstr "Bĥlmə cədvəlini qurtar"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:3841
-#, fuzzy
-msgid "Restore Progress"
-msgstr "Fayldan geri §ağÄħr"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-#, fuzzy
-msgid "Previous"
-msgstr "<- Ĉvvəlki"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-#, fuzzy
-msgid "Save"
-msgstr "Hal:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3946
-#, fuzzy
-msgid "Build Backup"
-msgstr "XətalÄħ yedəkləmə faylÄħ"
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "File Selection"
+msgstr "Paket Qrup Se§kisi"
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-#, fuzzy
-msgid "Restore"
-msgstr "Fayldan geri §ağÄħr"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Error while sending mail. \n"
+msgstr "%s faylÄħ oxunurkan xəta oldu"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"\n"
+"Drakbackup activities via tape:\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4195
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"\n"
+"Drakbackup activities via CD:\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4209
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
-msgstr "AĊŸağÄħdakÄħ paketlər qurulacaqdÄħr"
-
-#: ../../standalone/drakbackup_.c:4232
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "XahiĊŸ edirik istifadə ĵ§ĵn bir dil se§in."
-
-#: ../../standalone/drakbackup_.c:4267
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "XahiĊŸ edirik istifadə ĵ§ĵn bir dil se§in."
-
-#: ../../standalone/drakbackup_.c:4275
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "XahiĊŸ edirik istifadə ĵ§ĵn bir dil se§in."
+"\n"
+"Drakbackup activities via %s:\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-#: ../../standalone/drakbackup_.c:4382
-#, fuzzy
-msgid "Backup system files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "No changes to backup!"
msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:4384
-#, fuzzy
-msgid "Backup user files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Hard Disk Backup files..."
msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:4386
-#, fuzzy
-msgid "Backup other files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Other files..."
msgstr "XətalÄħ yedəkləmə faylÄħ"
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup User files..."
+msgstr "XətalÄħ yedəkləmə faylÄħ"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4416
-#, fuzzy
-msgid "Sending files..."
-msgstr "Fayla qeyd et"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4500
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4505
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4526
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4531
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4536
-#, fuzzy
-msgid "Backup Now"
-msgstr "Fayl sistemi qurğularÄħ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:4624
-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"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:4654
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Total progess"
+msgstr "QapÄħlarÄħ sÄħna"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\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"
+"ssh -i %s %s\\@%s\n"
"\n"
+"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:4662
-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 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:1
+#, c-format
+msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:4701
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
-"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data 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 option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "%s a§Äħla bilmir: %s\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:4727
-msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Parolsuz"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:4729
-msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:4732
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"%s exists, delete?\n"
"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\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"
+" DrakBackup Report Details\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Daemon Report\n"
+"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4778
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Restore Backup Problems:\n"
+" DrakBackup Report \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/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "%s qurulumu iflas etdi. Olan xəta:"
-
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
+msgid "INFO"
msgstr ""
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "FATAL"
+msgstr "FAT"
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-#, fuzzy
-msgid "Standalone Tools"
-msgstr "Konsol Vasitələri"
-
-#: ../../standalone/drakbug_.c:53
-msgid "HardDrake"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbug_.c:54
-#, fuzzy
-msgid "Mandrake Online"
-msgstr "İdarə Mərkəzi"
-
-#: ../../standalone/drakbug_.c:55
-#, fuzzy
-msgid "Menudrake"
-msgstr "Usta"
-
-#: ../../standalone/drakbug_.c:56
-#, fuzzy
-msgid "Msec"
-msgstr "Si§an"
-
-#: ../../standalone/drakbug_.c:57
-#, fuzzy
-msgid "Remote Control"
-msgstr "Uzaq ‡ap Edici"
-
-#: ../../standalone/drakbug_.c:58
-#, fuzzy
-msgid "Software Manager"
-msgstr "PaylaĊŸdÄħrma adÄħ"
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "%s qurulumu iflas etdi. Olan xəta:"
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "No browser available! Please install one"
+msgstr "Qurulumdan sonra istifadə edə biləcəyiniz baĊŸqa dillər se§É™ bilərsiniz"
-#: ../../standalone/drakbug_.c:60
-msgid "Windows Migration tool"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:61
-#, fuzzy
-msgid "Userdrake"
-msgstr "‡ap Edici"
-
-#: ../../standalone/drakbug_.c:62
-#, fuzzy
-msgid "Configuration Wizards"
-msgstr "ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ SehirbazÄħ"
-
-#: ../../standalone/drakbug_.c:75
-#, fuzzy
-msgid "Application:"
-msgstr "TanÄħtma"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package not installed"
+msgstr "Qurulumdan §Äħx"
-#: ../../standalone/drakbug_.c:76
-#, fuzzy
-msgid "Package: "
-msgstr "Paket Qrup Se§kisi"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Not installed"
+msgstr "Qurulumdan §Äħx"
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Standalone Tools"
+msgstr "Konsol Vasitələri"
-#: ../../standalone/drakbug_.c:78
-#, fuzzy
-msgid "Release: "
-msgstr "XahiĊŸ edirik gĥzləyin"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Report"
+msgstr "QapÄħ"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -11604,331 +14619,347 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:112
-#, fuzzy
-msgid "Report"
-msgstr "QapÄħ"
-
-#: ../../standalone/drakbug_.c:148
-#, fuzzy
-msgid "Not installed"
-msgstr "Qurulumdan §Äħx"
-
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "Qurulumdan §Äħx"
-
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
-msgstr ""
-
-#: ../../standalone/drakbug_.c:180
-#, fuzzy
-msgid "No browser available! Please install one"
-msgstr "Qurulumdan sonra istifadə edə biləcəyiniz baĊŸqa dillər se§É™ bilərsiniz"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Release: "
+msgstr "XahiĊŸ edirik gĥzləyin"
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ (%d adapter)"
+msgid "Kernel:"
+msgstr ""
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-msgid "Profile: "
-msgstr "Profil: "
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package: "
+msgstr "Paket Qrup Se§kisi"
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr "Profili sil..."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Application:"
+msgstr "TanÄħtma"
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
-msgstr "Silinəcək profil:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Configuration Wizards"
+msgstr "ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ SehirbazÄħ"
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
-msgstr "Yeni profil..."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Userdrake"
+msgstr "‡ap Edici"
-#: ../../standalone/drakconnect_.c:131
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Windows Migration tool"
msgstr ""
-#: ../../standalone/drakconnect_.c:157
-msgid "Hostname: "
-msgstr "Ev sahibi adÄħ:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
+msgstr ""
-#: ../../standalone/drakconnect_.c:164
-msgid "Internet access"
-msgstr "Ä°nternet imkanÄħ"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Software Manager"
+msgstr "PaylaĊŸdÄħrma adÄħ"
-#: ../../standalone/drakconnect_.c:177
-msgid "Type:"
-msgstr "Nĥv: "
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Remote Control"
+msgstr "Uzaq ‡ap Edici"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "Ke§it:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Msec"
+msgstr "Si§an"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Interface:"
-msgstr "Ara ĵz"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Menudrake"
+msgstr "Usta"
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
-msgstr "Hal:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Mandrake Online"
+msgstr "İdarə Mərkəzi"
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "HardDrake"
msgstr ""
-#: ../../standalone/drakconnect_.c:216
-msgid "Configure Internet Access..."
-msgstr "Ä°nternet ke§iĊŸini Qur..."
-
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-msgid "LAN configuration"
-msgstr "Yerli ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
-
-#: ../../standalone/drakconnect_.c:228
-msgid "Driver"
-msgstr "Sĵrĵcĵ"
-
-#: ../../standalone/drakconnect_.c:228
-msgid "Interface"
-msgstr "Ara ĵz"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
+msgstr ""
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
-msgstr "Protokol"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "First Time Wizard"
+msgstr "Ä°lk Dəfə SehirbazÄħna XoĊŸ Gəldiniz"
-#: ../../standalone/drakconnect_.c:228
-#, fuzzy
-msgid "State"
-msgstr "Hal:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
+msgstr ""
-#: ../../standalone/drakconnect_.c:240
-msgid "Configure Local Area Network..."
-msgstr "Yerli ĊžÉ™bəkəni QuraĊŸdÄħr..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr "DHCP AlÄħcÄħsÄħ"
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
+msgstr "Eternet KartÄħ"
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "Sehirbaz..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "Ke§it"
-#: ../../standalone/drakconnect_.c:279
-msgid "Apply"
-msgstr "Ĉlavə Et"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
+msgstr "Parametrlər"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Connected"
-msgstr "BağlandÄħ"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection type: "
+msgstr "BağlantÄħ nĥvĵ:"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Not connected"
-msgstr "BağlÄħ deyil"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile: "
+msgstr "Profil: "
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Connect..."
-msgstr "Bağlan..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet Connection Configuration"
+msgstr "Ä°nternet BağlantÄħsÄħ QuraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Disconnect..."
-msgstr "BağlantÄħnÄħ Kəs..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet connection configuration"
+msgstr "Ä°nternet bağlantÄħsÄħ quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakconnect_.c:400
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
+"You don't have an 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/drakconnect_.c:427
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
msgstr ""
-"Qurulu ara ĵzĵnĵz yoxdure.\n"
-"Ĉvvəlcə onlarÄħ 'QuraĊŸdÄħr'a basaraq qurun"
-#: ../../standalone/drakconnect_.c:449
-msgid "LAN Configuration"
-msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "activate now"
+msgstr "Fəal"
-#: ../../standalone/drakconnect_.c:460
-#, c-format
-msgid "Adapter %s: %s"
-msgstr "%s Adapteri: %s"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "deactivate now"
+msgstr "Fəal"
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
-msgstr "A§ÄħlÄħĊŸ Protokolu"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP client"
+msgstr "DHCP alÄħcÄħsÄħ"
-#: ../../standalone/drakconnect_.c:467
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Started on boot"
msgstr "A§ÄħlÄħĊŸda baĊŸladÄħlÄħr"
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
-msgstr "DHCP alÄħcÄħsÄħ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
+msgstr "A§ÄħlÄħĊŸ Protokolu"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-#, fuzzy
-msgid "activate now"
-msgstr "Fəal"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
+msgstr "%s Adapteri: %s"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-#, fuzzy
-msgid "deactivate now"
-msgstr "Fəal"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN Configuration"
+msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakconnect_.c:499
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN configuration"
+msgstr "Yerli ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakconnect_.c:556
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
msgstr ""
-"He§ Ä°nternet bağlantÄħnÄħz yoxdur.\n"
+"Qurulu ara ĵzĵnĵz yoxdure.\n"
"Ĉvvəlcə onlarÄħ 'QuraĊŸdÄħr'a basaraq qurun"
-#: ../../standalone/drakconnect_.c:580
-msgid "Internet connection configuration"
-msgstr "Ä°nternet bağlantÄħsÄħ quraĊŸdÄħrÄħlmasÄħ"
-
-#: ../../standalone/drakconnect_.c:584
-msgid "Internet Connection Configuration"
-msgstr "Ä°nternet BağlantÄħsÄħ QuraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Connect..."
+msgstr "Bağlan..."
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-msgid "Connection type: "
-msgstr "BağlantÄħ nĥvĵ:"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Disconnect..."
+msgstr "BağlantÄħnÄħ Kəs..."
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
-msgstr "Parametrlər"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Not connected"
+msgstr "BağlÄħ deyil"
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "Ke§it"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connected"
+msgstr "BağlandÄħ"
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
-msgstr "Eternet KartÄħ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
-#: ../../standalone/drakconnect_.c:628
-msgid "DHCP Client"
-msgstr "DHCP AlÄħcÄħsÄħ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface:"
+msgstr "Ara ĵz"
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "Ke§it:"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Module name"
-msgstr "Modul adÄħ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Apply"
+msgstr "Ĉlavə Et"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Size"
-msgstr "Bĥyĵklĵk"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:45
-msgid "drakfloppy"
-msgstr "drakfloppy"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "Sehirbaz..."
-#: ../../standalone/drakfloppy_.c:63
-msgid "boot disk creation"
-msgstr "a§ÄħlÄħĊŸ disketi yaradÄħlmasÄħ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr "Hal:"
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr "əsas"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Type:"
+msgstr "Nĥv: "
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "DrakFloppy xətasÄħ: %s"
+msgid "Internet access"
+msgstr "Ä°nternet imkanÄħ"
-#: ../../standalone/drakfloppy_.c:98
-msgid "kernel version"
-msgstr "§É™yirdək buraxÄħlÄħĊŸÄħ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Hostname: "
+msgstr "Ev sahibi adÄħ:"
-#: ../../standalone/drakfloppy_.c:104
-msgid "General"
-msgstr "œmumi"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Local Area Network..."
+msgstr "Yerli ĊžÉ™bəkəni QuraĊŸdÄħr..."
-#: ../../standalone/drakfloppy_.c:109
-msgid "Expert Area"
-msgstr "UstalarÄħn Sahəsi"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "State"
+msgstr "Hal:"
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
-msgstr "mkinitrdin arzuya bağlÄħ olan arqumentləri"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Driver"
+msgstr "Sĵrĵcĵ"
-#: ../../standalone/drakfloppy_.c:113
-msgid "Add a module"
-msgstr "Modul əlavə et"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
+msgstr "Protokol"
-#: ../../standalone/drakfloppy_.c:133
-msgid "force"
-msgstr "zorla"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface"
+msgstr "Ara ĵz"
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
-msgstr "lazÄħm olarsa"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Internet Access..."
+msgstr "Ä°nternet ke§iĊŸini Qur..."
-#: ../../standalone/drakfloppy_.c:135
-msgid "omit scsi modules"
-msgstr "scsi modullarÄħ ke§"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:136
-msgid "omit raid modules"
-msgstr "raid modullarÄħ ke§"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:172
-msgid "Remove a module"
-msgstr "Modulu §Äħxart"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
+msgstr "Yeni profil..."
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
-msgstr "Nəticə"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr "Silinəcək profil:"
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
-msgstr "Diski yarat"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
+msgstr "Profili sil..."
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "%s avadanlÄħğÄħnda medya olduğundan əmin olun"
+msgid "Network configuration (%d adapters)"
+msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ (%d adapter)"
-#: ../../standalone/drakfloppy_.c:341
-#, fuzzy, c-format
+#: ../../standalone/drakedm:1
+#, c-format
msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
msgstr ""
-"%s avadanlÄħğÄħnda medya yoxdur.\n"
-"XahiĊŸ edirik. birini taxÄħn."
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakedm:1
#, c-format
-msgid "Unable to fork: %s"
-msgstr "Fork edilə bilmir: %s"
+msgid "Choosing a display manager"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
msgid ""
-"Unable to close properly mkbootdisk: \n"
+"Unable to properly close mkbootdisk: \n"
" %s \n"
" %s"
msgstr ""
@@ -11936,140 +14967,227 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Unable to fork: %s"
+msgstr "Fork edilə bilmir: %s"
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid ""
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
msgstr ""
+"%s avadanlÄħğÄħnda medya yoxdur.\n"
+"XahiĊŸ edirik. birini taxÄħn."
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Be sure a media is present for the device %s"
+msgstr "%s avadanlÄħğÄħnda medya olduğundan əmin olun"
-#: ../../standalone/drakfont_.c:242
-#, fuzzy
-msgid "no fonts found"
-msgstr "ĊŸÉ™bəkə kartÄħ tapÄħlmadÄħ"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Build the disk"
+msgstr "Diski yarat"
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-#, fuzzy
-msgid "done"
-msgstr "QurtardÄħ"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
+msgstr "Nəticə"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Remove a module"
+msgstr "Modulu §Äħxart"
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit raid modules"
+msgstr "raid modullarÄħ ke§"
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit scsi modules"
+msgstr "scsi modullarÄħ ke§"
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
+msgstr "lazÄħm olarsa"
-#: ../../standalone/drakfont_.c:359
-msgid "Fonts copy"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "force"
+msgstr "zorla"
-#: ../../standalone/drakfont_.c:363
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Qurulum hazÄħrlanÄħr"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Add a module"
+msgstr "Modul əlavə et"
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "mkinitrd optional arguments"
+msgstr "mkinitrdin arzuya bağlÄħ olan arqumentləri"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Area"
+msgstr "UstalarÄħn Sahəsi"
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "General"
+msgstr "œmumi"
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "kernel version"
+msgstr "§É™yirdək buraxÄħlÄħĊŸÄħ"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
+msgstr "DrakFloppy xətasÄħ: %s"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr "əsas"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "boot disk creation"
+msgstr "a§ÄħlÄħĊŸ disketi yaradÄħlmasÄħ"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "drakfloppy"
+msgstr "drakfloppy"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Size"
+msgstr "Bĥyĵklĵk"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Module name"
+msgstr "Modul adÄħ"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Post Uninstall"
+msgstr "Qurulumdan §Äħx"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove fonts on your system"
+msgstr "Siseminizdə ĊŸÉ™bəkə adapteri yoxdur!"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Initial tests"
+msgstr "Ä°nit Ä°smarÄħcÄħ"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Post Install"
+msgstr "Qurulum"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Copy fonts on your system"
+msgstr "Siseminizdə ĊŸÉ™bəkə adapteri yoxdur!"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove List"
+msgstr "Uzaq ‡ap Edici"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Selected All"
+msgstr "Fayl se§"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
msgstr ""
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
msgstr ""
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
msgstr ""
-#: ../../standalone/drakfont_.c:459
-#, fuzzy
-msgid "Restart XFS"
-msgstr "məhdudlaĊŸdÄħr"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Install List"
+msgstr "Sistemi qur"
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Select the font file or directory and click on 'Add'"
msgstr ""
-#: ../../standalone/drakfont_.c:528
-#, fuzzy
-msgid "xfs restart"
-msgstr "məhdudlaĊŸdÄħr"
-
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
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."
+"-You can install the fonts the normal way. In rare cases, bogus fonts may "
+"hang up your X Server."
msgstr ""
-#: ../../standalone/drakfont_.c:621
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Bĥlmə ĊŸÉ™killəndirilməsi"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Generic Printers"
+msgstr "‡ap Edici"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Abiword"
+msgstr "DayandÄħr"
-#: ../../standalone/drakfont_.c:658
-msgid "Uninstall Fonts"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "StarOffice"
+msgstr "Ä°ĊŸ Yeri"
-#: ../../standalone/drakfont_.c:669
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr ""
-#: ../../standalone/drakfont_.c:677
-#, fuzzy
-msgid "Font List"
-msgstr "Bağlama nĥqtəsi"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "ĊžÉ™killəndiriləcək disk bĥlmələrini se§in"
-#: ../../standalone/drakfont_.c:737
+#: ../../standalone/drakfont:1
+#, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\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"
@@ -12095,267 +15213,345 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
-"\n"
-"\n"
msgstr ""
-#: ../../standalone/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:862
-#, fuzzy
-msgid "Choose the applications that will support the fonts:"
-msgstr "ĊžÉ™killəndiriləcək disk bĥlmələrini se§in"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "About"
+msgstr "DayandÄħr"
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Font List"
+msgstr "Bağlama nĥqtəsi"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Advanced Options"
+msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Uninstall Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:877
-#, fuzzy
-msgid "StarOffice"
-msgstr "Ä°ĊŸ Yeri"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
+msgstr ""
-#: ../../standalone/drakfont_.c:884
-#, fuzzy
-msgid "Abiword"
-msgstr "DayandÄħr"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Import Fonts"
+msgstr "Bĥlmə ĊŸÉ™killəndirilməsi"
-#: ../../standalone/drakfont_.c:891
-#, fuzzy
-msgid "Generic Printers"
-msgstr "‡ap Edici"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "done"
+msgstr "QurtardÄħ"
-#: ../../standalone/drakfont_.c:958
-msgid "Select the font file or directory and click on 'Add'"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "xfs restart"
+msgstr "məhdudlaĊŸdÄħr"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
msgstr ""
-#: ../../standalone/drakfont_.c:1005
-#, fuzzy
-msgid "Install List"
-msgstr "Sistemi qur"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Restart XFS"
+msgstr "məhdudlaĊŸdÄħr"
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
msgstr ""
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
msgstr ""
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:1116
-#, fuzzy
-msgid "Selected All"
-msgstr "Fayl se§"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr ""
-#: ../../standalone/drakfont_.c:1120
-#, fuzzy
-msgid "Remove List"
-msgstr "Uzaq ‡ap Edici"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
+msgstr ""
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-#, fuzzy
-msgid "Initials tests"
-msgstr "Ä°nit Ä°smarÄħcÄħ"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
+msgstr ""
-#: ../../standalone/drakfont_.c:1145
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Siseminizdə ĊŸÉ™bəkə adapteri yoxdur!"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr ""
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
msgstr ""
-#: ../../standalone/drakfont_.c:1153
-#, fuzzy
-msgid "Post Install"
-msgstr "Qurulum"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "True Type fonts installation"
+msgstr "Qurulum hazÄħrlanÄħr"
-#: ../../standalone/drakfont_.c:1178
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Siseminizdə ĊŸÉ™bəkə adapteri yoxdur!"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts copy"
+msgstr ""
-#: ../../standalone/drakfont_.c:1182
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Qurulumdan §Äħx"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr ""
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr ""
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
msgstr ""
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi fəallaĊŸdÄħrÄħldÄħ"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr ""
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "no fonts found"
+msgstr "ĊŸÉ™bəkə kartÄħ tapÄħlmadÄħ"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"What would you like to do?"
+"%s\n"
+"\n"
+"Click on Configure to launch the setup wizard."
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"
+"Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrmə vasitəsinə XoĊŸ Gəldiniz!\n"
"\n"
-"Nə etmək istəyirsiniz?"
+"%s\n"
+"\n"
+"QuraĊŸdÄħrma sehirbazÄħnÄħ a§maq ĵ§ĵn QuraĊŸdÄħra tÄħqlayÄħn."
-#: ../../standalone/drakgw_.c:130
-msgid "disable"
-msgstr "passivləĊŸdir"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing configuration"
+msgstr "Ä°nternet bağlantÄħsÄħ bĥlĵĊŸdĵrĵlməsi quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
-msgstr "ke§"
+#: ../../standalone/drakgw:1
+#, c-format
+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:130 ../../standalone/drakgw_.c:154
-msgid "reconfigure"
-msgstr "yenidən quraĊŸdÄħr"
+#: ../../standalone/drakgw:1
+#, c-format
+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:133
-msgid "Disabling servers..."
-msgstr "Vericilər bağlanÄħr..."
+#: ../../standalone/drakgw:1
+#, c-format
+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:142
-msgid "Internet connection sharing is now disabled."
-msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi indi bağlandÄħ"
+#: ../../standalone/drakgw:1
+#, c-format
+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:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi passivləĊŸdirildi"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "Problems installing package %s"
+msgstr "%s paketi qurulurkən xəta oldu"
-#: ../../standalone/drakgw_.c:150
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring scripts, installing software, starting servers..."
+msgstr "Skriptlə qurulur, proqram tə'minatÄħ qurulur, xidmətlər baĊŸladÄħlÄħr..."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring..."
+msgstr "QuraĊŸdÄħrÄħlÄħr..."
+
+#: ../../standalone/drakgw:1
+#, 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:1
+#, c-format
+msgid "The Local Network did not finish with `.0', bailing out."
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:154
-msgid "enable"
-msgstr "fəallaĊŸdÄħr"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Re-configure interface and DHCP server"
+msgstr ""
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
-msgstr "Xidmətlər fəallaĊŸdÄħrÄħlÄħr..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The maximum lease (in seconds)"
+msgstr ""
-#: ../../standalone/drakgw_.c:166
-msgid "Internet connection sharing is now enabled."
-msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi indi a§ÄħldÄħ"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The default lease (in seconds)"
+msgstr ""
-#: ../../standalone/drakgw_.c:183
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP end range"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The internal domain name"
+msgstr "‡ap Edicisiz"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The DNS Server IP"
+msgstr "CUPS verici IP"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "(This) DHCP Server IP"
+msgstr "CUPS verici IP"
+
+#: ../../standalone/drakgw:1
+#, c-format
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"
+"DHCP Server Configuration.\n"
"\n"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\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"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Local Network adress"
+msgstr "ĊŸÉ™bəkə kartÄħ tapÄħlmadÄħ"
+
+#: ../../standalone/drakgw:1
+#, c-format
+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 Network that you use "
+"for your local network; I will not reconfigure it and I will not touch your "
+"DHCP server configuration.\n"
"\n"
-"XəbədarlÄħq: Yerli ĊžÉ™bəkə (LAN) qurmaq ĵ§ĵn uyğun ĊžÉ™bəkə Adapterinə "
-"ehtiyacÄħnÄħz var."
+"The default DNS entry is the Caching Nameserver configured on the firewall. "
+"You can replace that with your ISP DNS IP, for example.\n"
+"\t\t \n"
+"Otherwise, I can reconfigure your interface and (re)configure a DHCP server "
+"for you.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakgw_.c:211
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Ara œz %s (%s modulu iĊŸlədilir)"
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Current interface configuration"
+msgstr "Ä°nternet qurğularÄħ"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Show current interface configuration"
+msgstr "Ä°nternet qurğularÄħ"
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s"
-msgstr "Ara ĵz %s"
+msgid "No (experts only)"
+msgstr ""
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "Siseminizdə ĊŸÉ™bəkə adapteri yoxdur!"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Automatic reconfiguration"
+msgstr "Qurulum Tərzi QuraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakgw_.c:221
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
+"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 ""
-"Sisteminizdə ĊŸÉ™bəkə kartÄħ tapÄħla bilməyib.AvadanlÄħğÄħ quran vasitəni iĊŸÉ™ "
-"salÄħn."
-#: ../../standalone/drakgw_.c:227
-msgid "Network interface"
-msgstr "ĊžÉ™bəkə ara ĵzĵ"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Network interface already configured"
+msgstr "Monitor qurulmayÄħb"
-#: ../../standalone/drakgw_.c:228
+#: ../../standalone/drakgw:1
+#, c-format
+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:1
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12370,348 +15566,490 @@ msgstr ""
"\n"
"Yerli ĊžÉ™bəkə adapterinizi qurmaq ĵzərəyəm?"
-#: ../../standalone/drakgw_.c:235
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "ĊžÉ™bəkə ara ĵzĵ"
+
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
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"
+"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:261
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Monitor qurulmayÄħb"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "Siseminizdə ĊŸÉ™bəkə adapteri yoxdur!"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s"
+msgstr "Ara ĵz %s"
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
#, c-format
+msgid "Interface %s (using module %s)"
+msgstr "Ara œz %s (%s modulu iĊŸlədilir)"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
+"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"
-"Do you want an automatic re-configuration?\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
"\n"
-"You can do it manually but you need to know what you're doing."
+"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:267
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Qurulum Tərzi QuraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing"
+msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi"
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
-msgstr ""
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi indi a§ÄħldÄħ"
-#: ../../standalone/drakgw_.c:268
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Ä°nternet qurğularÄħ"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Enabling servers..."
+msgstr "Xidmətlər fəallaĊŸdÄħrÄħlÄħr..."
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "Ä°nternet qurğularÄħ"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "dismiss"
+msgstr "ke§"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "reconfigure"
+msgstr "yenidən quraĊŸdÄħr"
-#: ../../standalone/drakgw_.c:270
+#: ../../standalone/drakgw:1
#, c-format
+msgid "enable"
+msgstr "fəallaĊŸdÄħr"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
msgid ""
-"Current configuration of `%s':\n"
+"The setup of Internet connection sharing has already been done.\n"
+"It's currently disabled.\n"
"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
+"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:1
+#, c-format
+msgid "Internet Connection Sharing currently disabled"
+msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi passivləĊŸdirildi"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi indi bağlandÄħ"
-#: ../../standalone/drakgw_.c:283
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Disabling servers..."
+msgstr "Vericilər bağlanÄħr..."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "disable"
+msgstr "passivləĊŸdir"
+
+#: ../../standalone/drakgw:1
+#, c-format
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 Network that you use "
-"for your local network; I will not reconfigure it and I will not touch your "
-"DHCP server configuration.\n"
-"\n"
-"The default DNS entry is the Caching Nameserver configured on the firewall. "
-"You can replace that with your ISP DNS IP, for example.\n"
-"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
+"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:290
-#, fuzzy
-msgid "Local Network adress"
-msgstr "ĊŸÉ™bəkə kartÄħ tapÄħlmadÄħ"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "Ä°nternet BağlantÄħsÄħ BĥlĵĊŸdĵrĵlməsi fəallaĊŸdÄħrÄħldÄħ"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
+msgstr ""
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakhelp:1
+#, c-format
msgid ""
-"DHCP Server Configuration.\n"
-"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\n"
-"\n"
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
msgstr ""
-#: ../../standalone/drakgw_.c:300
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "CUPS verici IP"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group :"
+msgstr "Ä°ĊŸ qrupu"
-#: ../../standalone/drakgw_.c:301
-#, fuzzy
-msgid "The DNS Server IP"
-msgstr "CUPS verici IP"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "user :"
+msgstr "Ä°stifadə§i adÄħ"
-#: ../../standalone/drakgw_.c:302
-#, fuzzy
-msgid "The internal domain name"
-msgstr "‡ap Edicisiz"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Path selection"
+msgstr "Paket se§kilərini saxla"
-#: ../../standalone/drakgw_.c:303
-msgid "The DHCP start range"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakgw_.c:304
-msgid "The DHCP end range"
-msgstr ""
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Use group id for execution"
+msgstr "Avtomatik təsbit iĊŸlət"
-#: ../../standalone/drakgw_.c:305
-msgid "The default lease (in seconds)"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Use owner id for execution"
+msgstr "Avtomatik təsbit iĊŸlət"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakgw_.c:306
-msgid "The maximum lease (in seconds)"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakgw_.c:307
-msgid "Re-configure interface and DHCP server"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakgw_.c:314
-msgid "The Local Network did not finish with `.0', bailing out."
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakgw_.c:325
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Property"
+msgstr "QapÄħ"
+
+#: ../../standalone/drakperm:1
#, 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"
+msgid "Path"
+msgstr ""
-#: ../../standalone/drakgw_.c:335
-msgid "Configuring..."
-msgstr "QuraĊŸdÄħrÄħlÄħr..."
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Permissions"
+msgstr "BuraxÄħlÄħĊŸ: %s\n"
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Skriptlə qurulur, proqram tə'minatÄħ qurulur, xidmətlər baĊŸladÄħlÄħr..."
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Current user"
+msgstr "Ä°stifadə§ini qəbul et"
-#: ../../standalone/drakgw_.c:372
+#: ../../standalone/drakperm:1
#, c-format
-msgid "Problems installing package %s"
-msgstr "%s paketi qurulurkən xəta oldu"
+msgid "browse"
+msgstr ""
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "select perm file to see/edit"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
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)."
+"Drakperm is used to see files to use in order to fix permissions, owners, "
+"and groups via msec.\n"
+"You can also edit your own rules which will owerwrite the default rules."
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:523
-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/drakperm:1
+#, c-format
+msgid "Edit current rule"
+msgstr ""
-#: ../../standalone/drakgw_.c:524
-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/drakperm:1
+#, c-format
+msgid "edit"
+msgstr ""
-#: ../../standalone/drakgw_.c:525
-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/drakperm:1
+#, fuzzy, c-format
+msgid "Delete selected rule"
+msgstr "Nĥvbəni sil"
-#: ../../standalone/drakgw_.c:531
-msgid "Internet connection sharing configuration"
-msgstr "Ä°nternet bağlantÄħsÄħ bĥlĵĊŸdĵrĵlməsi quraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "delete"
+msgstr "Sil"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Add a new rule at the end"
+msgstr "‡ap Edicisiz"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "add a rule"
+msgstr "Modul əlavə et"
+
+#: ../../standalone/drakperm:1
#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
+msgid "Move selected rule down one level"
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/drakperm_.c:36
-#, fuzzy
-msgid "group"
-msgstr "Ä°ĊŸ qrupu"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Down"
+msgstr "QurtardÄħ"
-#: ../../standalone/drakperm_.c:36
-msgid "path"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule up one level"
msgstr ""
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Up"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
msgid "permissions"
msgstr "bĥlmə %s"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group"
+msgstr "Ä°ĊŸ qrupu"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
msgid "user"
msgstr "Ä°stifadə§i adÄħ"
-#: ../../standalone/drakperm_.c:43
-msgid "Up"
-msgstr ""
-
-#: ../../standalone/drakperm_.c:44
-#, fuzzy
-msgid "delete"
-msgstr "Sil"
-
-#: ../../standalone/drakperm_.c:45
-msgid "edit"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:46
-#, fuzzy
-msgid "Down"
-msgstr "QurtardÄħ"
-
-#: ../../standalone/drakperm_.c:47
-#, fuzzy
-msgid "add a rule"
-msgstr "Modul əlavə et"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "Avtomatik qurulum disketi hazÄħrlanÄħr"
-#: ../../standalone/drakperm_.c:48
-msgid "select perm file to see/edit"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Drakperm is used to see files to use in order to fix permissions, owners, "
-"and groups via msec.\n"
-"You can also edit your own rules which will owerwrite the default rules."
+"No CD or DVD image found, please copy the installation program and rpm files."
msgstr ""
-#: ../../standalone/drakperm_.c:56
-#, fuzzy
-msgid "Add a new rule at the end"
-msgstr "‡ap Edicisiz"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "No image found"
+msgstr "Yerli ‡ap Edici"
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
-msgstr ""
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation image directory"
+msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakperm_.c:58
-msgid "Up selected rule one level"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP end ip"
msgstr ""
-#: ../../standalone/drakperm_.c:60
-#, fuzzy
-msgid "Delete selected rule"
-msgstr "Nĥvbəni sil"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP start ip"
+msgstr ""
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:231
-#, fuzzy
-msgid "Current user"
-msgstr "Ä°stifadə§ini qəbul et"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Interface %s (on network %s)"
+msgstr "Ara œz %s (%s modulu iĊŸlədilir)"
-#: ../../standalone/drakperm_.c:236
-#, fuzzy
-msgid "Permissions"
-msgstr "BuraxÄħlÄħĊŸ: %s\n"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
+msgstr "Ä°nternetə bağlanmaq ĵ§ĵn ĊŸÉ™bəkə adapteri se§in."
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid ""
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\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/drakperm_.c:238
-#, fuzzy
-msgid "Property"
-msgstr "QapÄħ"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation Server Configuration"
+msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
-msgstr ""
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "PXE Server Configuration"
+msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
-msgstr ""
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security options..."
+msgstr "XahiĊŸ edirik gĥzləyin, qurulum hazÄħrlanÄħr"
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
-msgstr ""
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security level..."
+msgstr "Təhlĵkəsizlik səviyyəsinin quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakperm_.c:296
-msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
msgstr ""
-#: ../../standalone/drakperm_.c:297
-#, fuzzy
-msgid "Use owner id for execution"
-msgstr "Avtomatik təsbit iĊŸlət"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "System Options"
+msgstr "Modul se§É™nəkləri:"
-#: ../../standalone/drakperm_.c:298
-#, fuzzy
-msgid "Use group id for execution"
-msgstr "Avtomatik təsbit iĊŸlət"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Network Options"
+msgstr "Modul se§É™nəkləri:"
-#: ../../standalone/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
msgstr ""
-#: ../../standalone/drakperm_.c:304
-#, fuzzy
-msgid "Path selection"
-msgstr "Paket se§kilərini saxla"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Administrator:"
+msgstr "Uzaq ‡ap Edici (lpd) Se§É™nəkləri"
-#: ../../standalone/drakperm_.c:350
-#, fuzzy
-msgid "user :"
-msgstr "Ä°stifadə§i adÄħ"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Alerts:"
+msgstr "Təhlĵkəsizlik səviyyəsinin quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/drakperm_.c:352
-#, fuzzy
-msgid "group :"
-msgstr "Ä°ĊŸ qrupu"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "(default value: %s)"
+msgstr " (Ĉsas)"
-#: ../../standalone/draksound_.c:46
-#, fuzzy
-msgid "No Sound Card detected!"
-msgstr "BağlÄħ deyil"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Level:"
+msgstr "Təhlĵkəsizlik səviyyəsinin quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksec:1
+#, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -12720,714 +16058,811 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:21
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound 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/draksplash_.c:67
-#, fuzzy
-msgid "first step creation"
-msgstr "a§ÄħlÄħĊŸ disketi yaradÄħlmasÄħ"
+#: ../../standalone/draksound:1
+#, fuzzy, c-format
+msgid "No Sound Card detected!"
+msgstr "BağlÄħ deyil"
-#: ../../standalone/draksplash_.c:70
-#, fuzzy
-msgid "final resolution"
-msgstr "Rezolyusiya"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-#, fuzzy
-msgid "choose image file"
-msgstr "Monitorunuzu se§in"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Generating preview ..."
+msgstr "AvadanlÄħqlar tanÄħnÄħr..."
-#: ../../standalone/draksplash_.c:72
-#, fuzzy
-msgid "Theme name"
-msgstr "PaylaĊŸdÄħrma adÄħ"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "You must choose an image file first!"
+msgstr "‡ap Edici avadanlÄħğÄħ URI"
-#: ../../standalone/draksplash_.c:77
-msgid "Browse"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "ProgressBar color selection"
+msgstr "‡ap Edici BağlantÄħsÄħ"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
-#, fuzzy
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "choose image file"
+msgstr "Monitorunuzu se§in"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
msgid "Configure bootsplash picture"
msgstr "Xidmətləri qur"
-#: ../../standalone/draksplash_.c:90
-msgid ""
-"x coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:91
-msgid ""
-"y coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Choose color"
+msgstr "Monitorunuzu se§in"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Save theme"
+msgstr "Sistemi qur"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Preview"
+msgstr "avadanlÄħq"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:94
-msgid ""
-"the progress bar x coordinate\n"
-"of its upper left corner"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:95
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:98
-msgid "the color of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:113
-#, fuzzy
-msgid "Preview"
-msgstr "avadanlÄħq"
-
-#: ../../standalone/draksplash_.c:115
-#, fuzzy
-msgid "Save theme"
-msgstr "Sistemi qur"
-
-#: ../../standalone/draksplash_.c:116
-#, fuzzy
-msgid "Choose color"
-msgstr "Monitorunuzu se§in"
-
-#: ../../standalone/draksplash_.c:119
-msgid "Display logo on Console"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"y coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/draksplash:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:428
-#, fuzzy
-msgid "ProgressBar color selection"
-msgstr "‡ap Edici BağlantÄħsÄħ"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Theme name"
+msgstr "PaylaĊŸdÄħrma adÄħ"
-#: ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "You must choose an image file first!"
-msgstr "‡ap Edici avadanlÄħğÄħ URI"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "final resolution"
+msgstr "Rezolyusiya"
-#: ../../standalone/draksplash_.c:458
-#, fuzzy
-msgid "Generating preview ..."
-msgstr "AvadanlÄħqlar tanÄħnÄħr..."
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "first step creation"
+msgstr "a§ÄħlÄħĊŸ disketi yaradÄħlmasÄħ"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
+#: ../../standalone/draksplash:1
#, c-format
-msgid "%s BootSplash (%s) preview"
+msgid ""
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"XawTV isn't installed!\n"
+"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"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor "
-"saa7134\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"
+"You can visit our hardware database at:\n"
"\n"
"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:63
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "FransÄħzca (Kanada/Quebec)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "China (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
msgstr ""
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "East Europe"
-msgstr "Avropa"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "France [SECAM]"
-msgstr "FransÄħzca"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "Ireland"
-msgstr "Ä°zlandiya dili"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "West Europe"
-msgstr "Avropa"
-
-#: ../../standalone/drakxtv_.c:66
-#, fuzzy
-msgid "Australia"
-msgstr "serial"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "Paketlər qurulurkən bir xəta oldu:"
-#: ../../standalone/drakxtv_.c:66
-msgid "Newzealand"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
msgstr ""
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
msgstr ""
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "TV norm:"
msgstr ""
-#: ../../standalone/drakxtv_.c:102
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr ""
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Newzealand"
msgstr ""
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "France [SECAM]"
+msgstr "FransÄħzca"
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "East Europe"
+msgstr "Avropa"
+
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "West Europe"
+msgstr "Avropa"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "China (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:120
-#, fuzzy
-msgid "There was an error while scanning for TV channels"
-msgstr "Paketlər qurulurkən bir xəta oldu:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr ""
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Canada (cable)"
+msgstr "FransÄħzca (Kanada/Quebec)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
msgstr ""
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
+"XawTV isn't installed!\n"
"\n"
"\n"
-"You can visit our hardware database at:\n"
+"If you do have a TV card but DrakX has neither detected it (no bttv nor "
+"saa7134\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"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/harddrake2_.c:17
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "SÄħnaq səhifəsi §ap edilir..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Options"
+msgstr "/Se§É™nəklər"
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect jazz drives"
+msgstr "Avtomatik təsbit iĊŸlət"
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect modems"
+msgstr "Avtomatik təsbit iĊŸlət"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect printers"
+msgstr "Avtomatik təsbit iĊŸlət"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
msgstr ""
-#: ../../standalone/harddrake2_.c:21
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "secondary"
+msgstr "%d saniyə sonra §ÄħxÄħlacaq"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+"Click on a device in the left tree in order to display its information here."
msgstr ""
-#: ../../standalone/harddrake2_.c:22
-#, fuzzy
-msgid "Channel"
-msgstr "Ləğv et"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
msgstr ""
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Configure module"
+msgstr "Si§an qurğularÄħ"
-#: ../../standalone/harddrake2_.c:23
-msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Information"
+msgstr "Mə'lumatÄħ gĥstər"
-#: ../../standalone/harddrake2_.c:26
-#, fuzzy
-msgid "Bus identification"
-msgstr "TanÄħtma"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detected hardware"
+msgstr "AvadanlÄħq mə'lumatÄħna bax"
-#: ../../standalone/harddrake2_.c:27
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Harddrake2 version "
+msgstr "Sabit disk se§kisi"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detection in progress"
+msgstr "%s qapÄħsÄħnda tapÄħldÄħ"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Author:"
+msgstr "Avtomatik yoxla"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
+msgstr ""
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_About..."
+msgstr "/Kĥmək/_HaqqÄħnda..."
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
+msgstr "/_Kĥmək"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:30
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "par§a bĥyĵklĵyĵ"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Select a device !"
+msgstr "Ekran kartÄħnÄħzÄħ se§in"
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Description of the fields:\n"
+"\n"
msgstr ""
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
msgstr ""
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Fields description"
+msgstr "Ä°zah"
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "Avtomatik təsbit iĊŸlət"
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
+msgstr "/_Se§É™nəklər"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _modems"
+msgstr "Avtomatik təsbit iĊŸlət"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _printers"
+msgstr "Avtomatik təsbit iĊŸlət"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Quit"
+msgstr "‡Äħx"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the processor"
msgstr ""
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "Təhlĵkəsizlik səviyyəsinin quraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "The type of bus on which the mouse is connected"
+msgstr "Si§anÄħnÄħzÄħn bağlÄħ olduğu serial QapÄħyÄħ se§in."
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
msgstr ""
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model stepping"
+msgstr "ĊžÉ™killəndirilir"
-#: ../../standalone/harddrake2_.c:37
-msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the number of the processor"
msgstr ""
-#: ../../standalone/harddrake2_.c:38
-msgid "This field describes the device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
msgstr ""
-#: ../../standalone/harddrake2_.c:39
-#, fuzzy
-msgid "Old device file"
-msgstr "Fayl se§"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "network printer port"
+msgstr "ĊžÉ™bəkə ‡ap Edicisi (soket) "
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Name"
+msgstr "Ad: "
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Number of buttons"
+msgstr "2 dĵyməli"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Official vendor name of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:41
-#, fuzzy
-msgid "New devfs device"
-msgstr "Ke§it avadanlÄħğÄħ"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model name"
+msgstr "Modul adÄħ"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:43
-#, fuzzy
-msgid "Module"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model"
msgstr "Si§an"
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "hard disk model"
+msgstr "Kart mem (DMA)"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "class of hardware device"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Level"
+msgstr "səviyyə"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
msgstr ""
-#: ../../standalone/harddrake2_.c:46
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Floppy format"
+msgstr "ĊžÉ™killəndir"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "F00f bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "F00f bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
msgstr ""
-#: ../../standalone/harddrake2_.c:53
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "ĊžÉ™killəndir"
-
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "səviyyə"
-
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "class of hardware device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
-#, fuzzy
-msgid "Model"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Module"
msgstr "Si§an"
-#: ../../standalone/harddrake2_.c:58
-#, fuzzy
-msgid "hard disk model"
-msgstr "Kart mem (DMA)"
-
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
msgstr ""
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr "Modul adÄħ"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "New devfs device"
+msgstr "Ke§it avadanlÄħğÄħ"
-#: ../../standalone/harddrake2_.c:60
-msgid "Official vendor name of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
msgstr ""
-#: ../../standalone/harddrake2_.c:61
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 dĵyməli"
-
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "Ad: "
-
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr "ĊžÉ™bəkə ‡ap Edicisi (soket) "
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Old device file"
+msgstr "Fayl se§"
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "This field describes the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:64
-msgid "the number of the processor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
msgstr ""
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "ĊžÉ™killəndirilir"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
msgstr ""
-#: ../../standalone/harddrake2_.c:66
-#, fuzzy
-msgid "The type of bus on which the mouse is connected"
-msgstr "Si§anÄħnÄħzÄħn bağlÄħ olduğu serial QapÄħyÄħ se§in."
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cpuid level"
+msgstr "Təhlĵkəsizlik səviyyəsinin quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
msgstr ""
-#: ../../standalone/harddrake2_.c:68
-msgid "the vendor name of the processor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
msgstr ""
-#: ../../standalone/harddrake2_.c:82
-#, fuzzy
-msgid "/_Quit"
-msgstr "‡Äħx"
-
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "Avtomatik təsbit iĊŸlət"
-
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
-msgstr "/_Se§É™nəklər"
-
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "Avtomatik təsbit iĊŸlət"
-
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
-msgstr "/_Kĥmək"
-
-#: ../../standalone/harddrake2_.c:89
-#, fuzzy
-msgid "/_Help..."
-msgstr "/_Kĥmək"
-
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:93
-msgid ""
-"Description of the fields:\n"
-"\n"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "Ekran kartÄħnÄħzÄħ se§in"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cache size"
+msgstr "par§a bĥyĵklĵyĵ"
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
-#: ../../standalone/harddrake2_.c:102
-#, fuzzy
-msgid "/_About..."
-msgstr "/Kĥmək/_HaqqÄħnda..."
-
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:105
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
msgstr ""
-#: ../../standalone/harddrake2_.c:106
-#, fuzzy
-msgid "Author:"
-msgstr "Avtomatik yoxla"
-
-#: ../../standalone/harddrake2_.c:113
-#, fuzzy
-msgid "Detection in progress"
-msgstr "%s qapÄħsÄħnda tapÄħldÄħ"
-
-#: ../../standalone/harddrake2_.c:119
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "Sabit disk se§kisi"
-
-#: ../../standalone/harddrake2_.c:126
-#, fuzzy
-msgid "Detected hardware"
-msgstr "AvadanlÄħq mə'lumatÄħna bax"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Bus identification"
+msgstr "TanÄħtma"
-#: ../../standalone/harddrake2_.c:129
-#, fuzzy
-msgid "Information"
-msgstr "Mə'lumatÄħ gĥstər"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
+msgstr ""
-#: ../../standalone/harddrake2_.c:131
-#, fuzzy
-msgid "Configure module"
-msgstr "Si§an qurğularÄħ"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr ""
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../standalone/harddrake2_.c:143
+#: ../../standalone/harddrake2:1
#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
+msgid "Channel"
+msgstr "Ləğv et"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-#, fuzzy
-msgid "secondary"
-msgstr "%d saniyə sonra §ÄħxÄħlacaq"
-
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "Avtomatik təsbit iĊŸlət"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "Avtomatik təsbit iĊŸlət"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Alternative drivers"
+msgstr "SÄħnaq səhifəsi §ap edilir..."
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "/_Se§É™nəklər"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Do you want the BackSpace to return Delete in console?"
+msgstr "Konsolda BackSpace'in Silmə funksyasÄħnÄħ gĥrməyini istəyirmisiniz?"
-#: ../../standalone/keyboarddrake_.c:26
+#: ../../standalone/keyboarddrake:1
+#, c-format
msgid "Please, choose your keyboard layout."
msgstr "Klaviatura quruluĊŸunu se§iniz."
-#: ../../standalone/keyboarddrake_.c:35
-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:18
-msgid "Change Cd-Rom"
-msgstr "Cd-Romu dəyiĊŸdir"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
+msgstr "TəkmilləĊŸdirmə iĊŸi baĊŸlaya bilmir !!!\n"
-#: ../../standalone/livedrake_.c:19
+#: ../../standalone/livedrake:1
+#, c-format
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."
@@ -13435,871 +16870,857 @@ 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:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr "TəkmilləĊŸdirmə iĊŸi baĊŸlaya bilmir !!!\n"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Change Cd-Rom"
+msgstr "Cd-Romu dəyiĊŸdir"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
-msgstr "logdrake"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
+msgstr "Fərqli qeyd et..."
-#: ../../standalone/logdrake_.c:68
-#, fuzzy
-msgid "Show only for the selected day"
-msgstr "Təkcə bu gĵnĵnkĵnĵ gĥstər"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Please enter your email address below "
+msgstr "XahiĊŸ edirik təkrar sÄħnayÄħn"
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr "/Fayl/_Təze"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "alert configuration"
+msgstr "QuraĊŸdÄħrma"
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
-msgstr "<control>N"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr "/Fayl/_A§"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "load setting"
+msgstr "ĊžÉ™killəndirilir"
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
-msgstr "<control>O"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
+msgstr ""
-#: ../../standalone/logdrake_.c:77
-msgid "/File/_Save"
-msgstr "/Fayl/_Qeyd Et"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "service setting"
+msgstr "avadanlÄħq"
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
-msgstr "<control>S"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Xinetd Service"
+msgstr "‡ap Edici Vericisi"
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
-msgstr "/Fayl/_Fərqli Qeyd Et"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Webmin Service"
+msgstr "avadanlÄħq"
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
-msgstr "/Fayl/-"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "SSH Server"
+msgstr "NIS Verici"
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
-msgstr "/Se§É™nəklər/SÄħnaq"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Samba Server"
+msgstr "NIS Verici"
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
-msgstr "/Kĥmək/_HaqqÄħnda..."
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Postfix Mail Server"
+msgstr "Postfix məktub vericisi, Inn xəbər vericisi"
-#: ../../standalone/logdrake_.c:145
-#, fuzzy
-msgid "User"
-msgstr "Ä°stifadə§i adÄħ"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Ftp Server"
+msgstr "NIS Verici"
-#: ../../standalone/logdrake_.c:146
-#, fuzzy
-msgid "Messages"
-msgstr "ismarÄħclar"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Domain Name Resolver"
+msgstr "Sahə(domain) adÄħ"
-#: ../../standalone/logdrake_.c:147
-#, fuzzy
-msgid "Syslog"
-msgstr "sistem qeydi"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
+msgstr ""
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"Welcome to the mail configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
msgstr ""
-#: ../../standalone/logdrake_.c:151
-msgid "search"
-msgstr "axtar"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Mail alert configuration"
+msgstr "Yerli ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/logdrake_.c:161
-msgid "A tool to monitor your logs"
-msgstr "Qeydlərinizə baxan vasitə"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert"
+msgstr ""
-#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
-msgstr "Qurğular"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "xahiĊŸ edirik, gĥzləyin, fayl daranÄħr: %s"
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
-msgstr "oxĊŸayÄħr"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
+msgstr "Fayl məzmunu"
-#: ../../standalone/logdrake_.c:168
-msgid "but not matching"
-msgstr "amma oxĊŸamÄħr"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Calendar"
+msgstr "Təqvim"
-#: ../../standalone/logdrake_.c:172
+#: ../../standalone/logdrake:1
+#, c-format
msgid "Choose file"
msgstr "Fayl se§"
-#: ../../standalone/logdrake_.c:181
-msgid "Calendar"
-msgstr "Təqvim"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "but not matching"
+msgstr "amma oxĊŸamÄħr"
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
-msgstr "Fayl məzmunu"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "matching"
+msgstr "oxĊŸayÄħr"
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-msgid "Mail alert"
-msgstr ""
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
+msgstr "Qurğular"
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "xahiĊŸ edirik, gĥzləyin, fayl daranÄħr: %s"
+msgid "A tool to monitor your logs"
+msgstr "Qeydlərinizə baxan vasitə"
-#: ../../standalone/logdrake_.c:392
-#, fuzzy
-msgid "Mail alert configuration"
-msgstr "Yerli ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
+msgstr "axtar"
-#: ../../standalone/logdrake_.c:393
-msgid ""
-"Welcome to the mail configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mandrake Tools Explanation"
msgstr ""
-#: ../../standalone/logdrake_.c:400
-msgid "Apache World Wide Web Server"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Syslog"
+msgstr "sistem qeydi"
-#: ../../standalone/logdrake_.c:401
-#, fuzzy
-msgid "Domain Name Resolver"
-msgstr "Sahə(domain) adÄħ"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Messages"
+msgstr "ismarÄħclar"
-#: ../../standalone/logdrake_.c:402
-#, fuzzy
-msgid "Ftp Server"
-msgstr "NIS Verici"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "User"
+msgstr "Ä°stifadə§i adÄħ"
-#: ../../standalone/logdrake_.c:403
-#, fuzzy
-msgid "Postfix Mail Server"
-msgstr "Postfix məktub vericisi, Inn xəbər vericisi"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
+msgstr "/Kĥmək/_HaqqÄħnda..."
-#: ../../standalone/logdrake_.c:404
-#, fuzzy
-msgid "Samba Server"
-msgstr "NIS Verici"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
+msgstr "/Se§É™nəklər/SÄħnaq"
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "SSH Server"
-msgstr "NIS Verici"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
+msgstr "/Fayl/-"
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid "Webmin Service"
-msgstr "avadanlÄħq"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/Save _As"
+msgstr "/Fayl/_Fərqli Qeyd Et"
-#: ../../standalone/logdrake_.c:407
-#, fuzzy
-msgid "Xinetd Service"
-msgstr "‡ap Edici Vericisi"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr "<control>S"
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "service setting"
-msgstr "avadanlÄħq"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
+msgstr "/Fayl/_Qeyd Et"
-#: ../../standalone/logdrake_.c:415
-msgid ""
-"You will receive an alert if one of the selected services is no more running"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>O"
+msgstr "<control>O"
-#: ../../standalone/logdrake_.c:428
-#, fuzzy
-msgid "load setting"
-msgstr "ĊžÉ™killəndirilir"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr "/Fayl/_A§"
-#: ../../standalone/logdrake_.c:429
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr "<control>N"
-#: ../../standalone/logdrake_.c:444
-#, fuzzy
-msgid "alert configuration"
-msgstr "QuraĊŸdÄħrma"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr "/Fayl/_Təze"
-#: ../../standalone/logdrake_.c:445
-#, fuzzy
-msgid "Please enter your email address below "
-msgstr "XahiĊŸ edirik təkrar sÄħnayÄħn"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Show only for the selected day"
+msgstr "Təkcə bu gĵnĵnkĵnĵ gĥstər"
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
-msgstr "Fərqli qeyd et..."
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Emulate third button?"
+msgstr "3 dĵymə emulasiyasÄħ"
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħn nĥvĵnĵ se§in."
-#: ../../standalone/mousedrake_.c:50
-msgid "Emulate third button?"
-msgstr "3 dĵymə emulasiyasÄħ"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Bağlan"
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "BağlantÄħnÄħ kəs"
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "Profil: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr ""
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
msgstr ""
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "Fayla qeyd et"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
+msgstr ""
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
msgstr ""
-#: ../../standalone/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
+msgstr ""
+
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Local measure"
+msgstr "Yerli ‡ap Edici"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
+msgstr ""
+
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Color configuration"
+msgstr "QuraĊŸdÄħrma"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
+msgstr ""
+
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection complete."
msgstr "BağlantÄħ nĥvĵ:"
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
msgstr ""
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "BağlantÄħnÄħz sÄħnanÄħr..."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
+msgstr ""
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connecting to the Internet "
msgstr "İnternetə bağlan"
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnecting from the Internet "
msgstr "İnternetə bağlan"
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Wait please, testing your connection..."
+msgstr "BağlantÄħnÄħz sÄħnanÄħr..."
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
msgstr ""
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection Time: "
msgstr "BağlantÄħ nĥvĵ:"
-#: ../../standalone/net_monitor_.c:226
-msgid ""
-"Connection failed.\n"
-"Verify your configuration in the Mandrake Control Center."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
msgstr ""
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "QuraĊŸdÄħrma"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Sending Speed:"
+msgstr "Fayla qeyd et"
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
msgstr ""
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Profile "
+msgstr "Profil: "
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Network Monitoring"
+msgstr "ĊžÉ™bəkə quraĊŸdÄħrÄħlmasÄħ"
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "Yerli ‡ap Edici"
+#: ../../standalone/printerdrake:1
+#, fuzzy, c-format
+msgid "Reading printer data ..."
+msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Name/IP address of host:"
msgstr ""
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: ../../standalone/net_monitor_.c:453
-msgid ""
-"Warning, another internet connection has been detected, maybe using your "
-"network"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scannerdrake"
+msgstr "Ekran kartÄħnÄħzÄħ se§in"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "You must enter a host name or an IP address.\n"
+msgstr "XahiĊŸ edirik si§anÄħnÄħzÄħ se§in"
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Bağlan"
+msgid "Sharing of local scanners"
+msgstr "Yerli ‡ap Edici"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "BağlantÄħnÄħ kəs"
+msgid "This machine"
+msgstr "oxĊŸayÄħr"
-#: ../../standalone/printerdrake_.c:47
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "CUPS sĵrĵcĵ datasÄħ oxunur..."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Remove selected host"
+msgstr "Nĥvbəni sil"
-#: ../../standalone/scannerdrake_.c:39
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "AvadanlÄħqlar tanÄħnÄħr..."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Edit selected host"
+msgstr "%s tapÄħldÄħ"
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr "QapÄħlarÄħ sÄħna"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add host"
+msgstr "Ä°stifadə§ini əlavə et"
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
+msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:54
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "%s found on %s, configure it?"
-msgstr "Bir §ap edici qurmaq istəyirsiniz?"
+msgid "Usage of remote scanners"
+msgstr "BoĊŸ sahəni istifadə et"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "All remote machines"
+msgstr "Uzaq ‡ap Edici"
-#: ../../standalone/scannerdrake_.c:57
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
+msgid ""
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:63
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Ekran kartÄħnÄħzÄħ se§in"
-
-#: ../../standalone/scannerdrake_.c:91
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "This %s scanner is unsupported"
+msgid "Use the scanners on hosts: "
msgstr ""
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
+msgid "Use scanners on remote computers"
msgstr ""
-#: ../../standalone/scannerdrake_.c:107
-#, fuzzy
-msgid "choose device"
-msgstr "A§ÄħlÄħĊŸ avadanlÄħğÄħ"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "‡ap Edici"
-#: ../../standalone/scannerdrake_.c:113
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
+msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: ../../standalone/scannerdrake_.c:118
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-#: ../../standalone/service_harddrake_.c:44
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgid ""
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-#: ../../standalone/service_harddrake_.c:48
-msgid "Some devices were added:\n"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"Your %s has been configured.\n"
+"You may now scan documents using \"XSane\" from Multimedia/Graphics in the "
+"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:64
-#, fuzzy
-msgid "Hardware probing in progress"
-msgstr "%s qapÄħsÄħnda tapÄħldÄħ"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"The %s must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Ä°ĊŸlətdiyiniz dili se§in"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "choose device"
+msgstr "A§ÄħlÄħĊŸ avadanlÄħğÄħ"
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "QuruluĊŸ sinifini se§in"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Please select the device where your %s is attached"
+msgstr ""
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Sabit disk se§kisi"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is unsupported"
+msgstr ""
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Si§an qurğularÄħ"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr ""
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "KlaviaturanÄħzÄħ se§in"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Təhlĵkəsizlik"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
+msgstr ""
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Fayl sistemi qurğularÄħ"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for new scanners ..."
+msgstr "Yerli ‡ap Edici"
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Bĥlmə ĊŸÉ™killəndirilməsi"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for configured scanners ..."
+msgstr "Yerli ‡ap Edici"
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Qurulacaq paketləri se§in"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing"
+msgstr "‡ap Edici"
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Sistemi qur"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Add a scanner manually"
+msgstr ""
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Ä°stifadə§i əlavə et"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Search for new scanners"
+msgstr "Yerli ‡ap Edici"
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "ĊžÉ™bəkəni qur"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr ""
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Xidmətləri qur"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
+msgstr "Siseminizdə ĊŸÉ™bəkə adapteri yoxdur!"
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Sistem yĵkləyicini qur"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr "Siseminizdə ĊŸÉ™bəkə adapteri yoxdur!"
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "A§ÄħlÄħĊŸ disketi yarat"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Select a scanner"
+msgstr "Ekran kartÄħnÄħzÄħ se§in"
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "X qur"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Sistemi qur"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "Bir §ap edici qurmaq istəyirsiniz?"
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Qurulumdan §Äħx"
+#: ../../standalone/service_harddrake:1
+#, fuzzy, c-format
+msgid "Hardware probing in progress"
+msgstr "%s qapÄħsÄħnda tapÄħldÄħ"
-#: ../../ugtk.pm_.c:636
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
msgstr ""
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
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Äħ)"
+msgid "Office Workstation"
+msgstr "Ä°ĊŸ Yeri StansiyasÄħ"
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS vericisi, SMB vericisi, SSH vericisi, Vəkil Verici"
+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 "Office"
-msgstr "Ä°ĊŸ Yeri"
+msgid "Workstation"
+msgstr "Masa ĵstĵ"
#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome iĊŸ stansiyasÄħ"
+msgid "Game station"
+msgstr "Oyun stansiyasÄħ"
#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Palm Pilot və ya Visorunuz ĵ§ĵn vasitələr"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "Məzəli proqramlar: arkad, lĥvhə oyunlarÄħ, strategiya, vs"
#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Masa ĵstĵ"
+msgid "Multimedia station"
+msgstr "Multimedya stansiyasÄħ"
#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Verici, Firewall/Ruter"
+msgid "Sound and video playing/editing programs"
+msgstr "Səs və video §alÄħnmasÄħ/dĵzəliĊŸ proqramlarÄħ"
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domeyn Ad bə ĊžÉ™bəkə Mə'lumat Vericisi"
+msgid "Internet station"
+msgstr "Ä°nternet stansiyasÄħ"
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
-"Ä°darə proqramlarÄħ: kəlmə iĊŸləyənlər (kword, abiword), hesablayÄħcÄħlar və pdf "
-"gĥstəriciləri, vs."
+"Elektronik məktub və xəbər oxuyucusu (pine, mutt, tin..) və Web səyyahlarÄħ"
#: ../../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."
+msgid "Network Computer (client)"
+msgstr "ĊžÉ™bəkə Kompĵteri (alÄħcÄħ)"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr ""
+msgid "Clients for different protocols including ssh"
+msgstr "SSH daxil bir §ox protokollarÄħn alÄħcÄħlarÄħ"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Linuks və pulsuz proqram tə'minatÄħlarÄħ Kitablar və HowtolarÄħ"
+#, fuzzy
+msgid "Configuration"
+msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE iĊŸ stansiyasÄħ"
+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 "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, vs."
+msgid "Scientific Workstation"
+msgstr "Elmi iĊŸ stansiyasÄħ"
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedya - Video"
+msgid "Console Tools"
+msgstr "Konsol Vasitələri"
#: ../../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"
+msgid "Editors, shells, file tools, terminals"
+msgstr "Editorlar, rəflər, fayl vasitələri, terminallar"
#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Databeyz"
+msgid "KDE Workstation"
+msgstr "KDE iĊŸ stansiyasÄħ"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL və ya MySQL databeyz vericisi"
+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 "Tools to ease the configuration of your computer"
-msgstr "Kompĵter qurğularÄħnÄħ asandlaĊŸdÄħran vasitələr"
+msgid "Graphical Environment"
+msgstr "Qrafiki Ara œz"
#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedya - Səs"
+msgid "Gnome Workstation"
+msgstr "Gnome iĊŸ stansiyasÄħ"
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Sənədlər"
+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 "Console Tools"
-msgstr "Konsol Vasitələri"
+msgid "Other Graphical Desktops"
+msgstr "BaĊŸqa qrafiki ara ĵzlər"
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix məktub vericisi, Inn xəbər vericisi"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, vs."
#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Ä°nternet stansiyasÄħ"
+msgid "Development"
+msgstr "Təcrĵbi"
#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedya stansiyasÄħ"
+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
-#, fuzzy
-msgid "Configuration"
-msgstr "Yerli ĊžÉ™bəkə QuraĊŸdÄħrÄħlmasÄħ"
+msgid "Documentation"
+msgstr "Sənədlər"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "BaĊŸqa qrafiki ara ĵzlər (Gnome, IceWM)"
+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 ""
-"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Äħ"
+msgid "LSB"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Qrafiki Ara œz"
+msgid "Linux Standard Base. Third party applications support"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Təcrĵbi"
+msgid "Web/FTP"
+msgstr "Verici, Veb/FTP"
#: ../../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Äħ"
+msgid "Mail/Groupware/News"
+msgstr "Verici, ePo§t/Groupware/Xəbərlər"
#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Ä°ĊŸ Yeri StansiyasÄħ"
+msgid "Postfix mail server, Inn news server"
+msgstr "Postfix məktub vericisi, Inn xəbər vericisi"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, IceWM, Windows Maker, Enlightement, Fvwm, vs."
+msgid "Database"
+msgstr "Databeyz"
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Qrafika proqramlarÄħ, məsələn The Gimp"
+msgid "PostgreSQL or MySQL database server"
+msgstr "PostgreSQL və ya MySQL databeyz vericisi"
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
+msgstr "Verici, Firewall/Ruter"
+
+#: ../../share/compssUsers:999
+msgid "Internet gateway"
+msgstr "Ä°nternet ke§iĊŸÄħ"
#: ../../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"
+msgid "Domain Name and Network Information Server"
+msgstr "Domeyn Ad bə ĊžÉ™bəkə Mə'lumat Vericisi"
#: ../../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"
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr "NFS vericisi, SMB vericisi, SSH vericisi, Vəkil Verici"
#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Oyun stansiyasÄħ"
+msgid "Office"
+msgstr "Ä°ĊŸ Yeri"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Video §alğÄħ§ÄħlarÄħ və editorlarÄħ"
+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 "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Äħ"
+msgid "Graphics programs such as The Gimp"
+msgstr "Qrafika proqramlarÄħ, məsələn The Gimp"
#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "ĊžÉ™xsi Maliyyə"
+msgid "Multimedia - Sound"
+msgstr "Multimedya - Səs"
#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
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Äħ"
+"Səs ilə əlaqədər vasitələr: mp3 və ya midi §alğÄħ§Äħlar, qarÄħĊŸdÄħrÄħ§Äħlar, vs."
#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr ""
+msgid "Multimedia - Video"
+msgstr "Multimedya - Video"
#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Ä°nternet ke§iĊŸÄħ"
+msgid "Video players and editors"
+msgstr "Video §alğÄħ§ÄħlarÄħ və editorlarÄħ"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Səs və video §alÄħnmasÄħ/dĵzəliĊŸ proqramlarÄħ"
+msgid "Multimedia - CD Burning"
+msgstr "Multimedya - CD YandÄħrma"
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "BaĊŸqa qrafiki ara ĵzlər"
+msgid "Tools to create and burn CD's"
+msgstr "CD yazmaq və yandÄħrmaq proqramlarÄħ"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editorlar, rəflər, fayl vasitələri, terminallar"
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr "BaĊŸqa qrafiki ara ĵzlər (Gnome, IceWM)"
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "ĊžÉ™xsi maliyyə idarə§iləri, məsələn gnucash"
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Gnome, IceWM, Windows Maker, Enlightement, Fvwm, vs."
#: ../../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"
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr "Palm Pilot və ya Visorunuz ĵ§ĵn vasitələr"
#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Elmi iĊŸ stansiyasÄħ"
-
-#~ msgid "can not open /etc/inittab for reading: %s"
-#~ msgstr "/etc/inittab oxunmaq ĵ§ĵn a§Äħla bilmir: %s"
+msgid "Personal Finance"
+msgstr "ĊžÉ™xsi Maliyyə"
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "Telefon nĥmrəsi"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr "ĊžÉ™xsi maliyyə idarə§iləri, məsələn gnucash"
#~ 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"
+#~ "You must indicate where you wish to place the information required to "
+#~ "boot\n"
+#~ "GNU/Linux.\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"
+#~ "Unless you know exactly what you are doing, choose \"First sector of "
+#~ "drive\n"
+#~ "(MBR)\"."
#~ 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."
-
-#, fuzzy
-#~ msgid "Proxy configuration"
-#~ msgstr "Vəkil vericilər quraĊŸdÄħrÄħlmasÄħ"
-
-#, fuzzy
-#~ msgid "port"
-#~ msgstr "QapÄħ"
-
-#, fuzzy
-#~ msgid "Url should begin with 'http:'"
-#~ msgstr "Vəkil verici http://... ĊŸÉ™klində olmalÄħdÄħr."
-
-#, fuzzy
-#~ msgid "The port part should be numeric"
-#~ msgstr "QapÄħ nĥmrəsi rəqəmlə yazÄħlmalÄħdÄħr"
-
-#, fuzzy
-#~ msgid "login"
-#~ msgstr "Avtomatik GiriĊŸ"
-
-#, fuzzy
-#~ msgid "password"
-#~ msgstr "Parol"
-
-#, fuzzy
-#~ msgid "re-type password"
-#~ msgstr "Parolsuz"
-
-#, fuzzy
-#~ msgid "The passwords don't match. Try again!"
-#~ msgstr "Parollar uyğun gəlmir"
-
-#~ msgid "Can't write file %s"
-#~ msgstr "%s faylÄħna yazÄħla bilinmədi"
-
-#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#~ msgid "no help implemented yet.\n"
-#~ msgstr "hələlik yardÄħm sistemi mĥvcud deyildir.\n"
-
-#, fuzzy
-#~ msgid "Please click on a medium"
-#~ msgstr "XahiĊŸ edirik bir bĥlmə ĵstĵnə tÄħqlayÄħn"
-
-#~ msgid "usage: drakfloppy\n"
-#~ msgstr "istifadə qaydasÄħ: drakfloppy\n"
-
-#, fuzzy
-#~ msgid ""
+#~ "Linuksu a§maq ĵ§ĵn lazÄħmi bilgilərin harada saxlanÄħlacağÄħna qərar verin.\n"
#~ "\n"
-#~ "Usage: harddrake [-h|--help] [--test]\n"
-#~ msgstr "istifadə qaydasÄħ: keyboarddrake [--expert] [klavatura]\n"
+#~ "Nə etdiyinizi bilmirsinizsə, \"Diskin ilk sektoru (MBR)\" se§in."
-#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-#~ msgstr "istifadə qaydasÄħ: keyboarddrake [--expert] [klavatura]\n"
+#~ msgid "Please be patient. This operation can take several minutes."
+#~ msgstr "Səbrli olun. Bu əməliyyat bir ne§É™ deqiqə sĵrə bilər."
-#~ msgid "detected on interface %s"
-#~ msgstr "%s ara ĵzĵndə tapÄħldÄħ"
+#~ msgid "Test ports"
+#~ msgstr "QapÄħlarÄħ sÄħna"
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index cf55bebf4..d274f0260 100644
--- a/perl-install/share/po/be.po
+++ b/perl-install/share/po/be.po
@@ -13,2369 +13,1121 @@ msgstr ""
"Content-Type: text/plain; charset=windows-1251\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfig/card.pm_.c:16
-msgid "256 kB"
-msgstr "256 Êá"
-
-#: ../../Xconfig/card.pm_.c:17
-msgid "512 kB"
-msgstr "512 Êá"
-
-#: ../../Xconfig/card.pm_.c:18
-msgid "1 MB"
-msgstr "1 Ìá"
-
-#: ../../Xconfig/card.pm_.c:19
-msgid "2 MB"
-msgstr "2 Ìá"
-
-#: ../../Xconfig/card.pm_.c:20
-msgid "4 MB"
-msgstr "4 Ìá"
-
-#: ../../Xconfig/card.pm_.c:21
-msgid "8 MB"
-msgstr "8 Ìá"
-
-#: ../../Xconfig/card.pm_.c:22
-msgid "16 MB"
-msgstr "16 Ìá"
-
-#: ../../Xconfig/card.pm_.c:23
-msgid "32 MB"
-msgstr "32 Ìá"
-
-#: ../../Xconfig/card.pm_.c:24
-msgid "64 MB or more"
-msgstr "64 Ìá öi áîëċé"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "Choose a X server"
-msgstr "Àá˙ûöċ X ñċâċ"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "X server"
-msgstr "X ñċâċ"
-
-#: ../../Xconfig/card.pm_.c:230
-#, fuzzy
-msgid "Multi-head configuration"
-msgstr "÷ûòàííċ íàñòîéêi"
-
-#: ../../Xconfig/card.pm_.c:231
-msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfig/card.pm_.c:288
-msgid "Select the memory size of your graphics card"
-msgstr "Ïàçíà÷öċ ïàìċ âiäŭàïàì˙öi"
-
-#: ../../Xconfig/card.pm_.c:349
-msgid "XFree configuration"
-msgstr "Íàñòîéêà XFree"
-
-#: ../../Xconfig/card.pm_.c:351
-msgid "Which configuration of XFree do you want to have?"
-msgstr "ßêóŝ êàíôióàöûŝ XFree âû ĉàäàċöċ àòûìàöü?"
-
-#: ../../Xconfig/card.pm_.c:383
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfig/card.pm_.c:384
-msgid "Use Xinerama extension"
-msgstr ""
-
-#: ../../Xconfig/card.pm_.c:389
-#, fuzzy, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "Êàíôióàâàöü ìàŝ êàòó"
-
-#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1
#, c-format
-msgid "XFree %s"
-msgstr "Ñċâċ XFree86 %s"
-
-#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
-#: ../../Xconfig/various.pm_.c:23
+msgid ""
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
+msgstr ""
+
+#: ../../any.pm:1 ../../bootlook.pm:1 ../../install_steps_gtk.pm:1
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
+#: ../../interactive/stdio.pm:1 ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
+#: ../../standalone/drakgw:1 ../../standalone/draksec:1
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s ç ïàäòûìêàé 3D-ïàñêàŭíí˙"
+msgid "Cancel"
+msgstr "Àäìċíà"
-#: ../../Xconfig/card.pm_.c:416
+#: ../../any.pm:1
#, 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."
+msgid "Launch userdrake"
msgstr ""
-"Ïàäòûìêà 3D-ïàñêàŭíí˙ ˘ Âàĝàé â³äŭàêàöċ âûêàíàíà òîëüê³ ˘ XFree %s.\n"
-"XFree %s ìîĉà âûêàûñòî˘âàöü òîëüê³ 2D-ïàñêàŭííċ äë˙ ŭòàé â³äŭàêàòû."
-#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
+#: ../../any.pm:1
#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
+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 ""
-"Âàĝà âiäŭàêàòà ìîĉà ìċöü 3D-ïàñêàŭííċ, ˙êîċ ïàäòûìëiâàċööà òîëüêi XFree %"
-"s."
-#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s ç ŭêñïċûìċíòàëüíàé ïàäòûìêàé 3D-ïàñêàŭíí˙"
-
-#: ../../Xconfig/card.pm_.c:429
-#, 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."
+msgid "Mandatory package %s is missing"
msgstr ""
-"Âàĝà âiäŭàêàòà ìîĉà ìċöü 3D-ïàñêàŭííċ, ˙êîċ ïàäòûìëiâàċööà òîëüêi XFree %"
-"s.\n"
-"ÌÀÉÖĊ ÍÀ ĦÂÀÇĊ, ĜÒÎ ŬÒÀ ŬÊÑÏĊÛÌĊÍÒÀËÜÍÀß ÏÀÄÒÛÌÊÀ I ÌÎĈÀ ÏÛÂĊÑÖI ÄÀ\n"
-"ÇÀÂIÑÀÍÍß ÂÀĜÀÀ ÊÀÌÏ'ŜÒŬÓ. Âàĝà âiäŭàêàòà ïàäòûìëiâàċööà XFree %s, ˙êi\n"
-"ëċïċé ïàäòûìëiâàċ êàòû ç 2D-ïàñêàŭííċì."
-#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
+#: ../../any.pm:1
#, 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."
+"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-"Âàĝà âiäŭàêàòà ìîĉà ìċöü 3D-ïàñêàŭííċ, ˙êîċ ïàäòûìëiâàċööà òîëüêi XFree %"
-"s.\n"
-"ÌÀÉÖĊ ÍÀ ĦÂÀÇĊ, ĜÒÎ ŬÒÀ ŬÊÑÏĊÛÌĊÍÒÀËÜÍÀß ÏÀÄÒÛÌÊÀ I ÌÎĈÀ ÏÛÂĊÑÖI ÄÀ\n"
-"ÇÀÂIÑÀÍÍß ÂÀĜÀÀ ÊÀÌÏ'ŜÒŬÓ."
-#: ../../Xconfig/card.pm_.c:455
-msgid "Xpmac (installation display driver)"
-msgstr ""
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
-#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
+#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
msgid "Custom"
msgstr "Ïà âûáàó"
-#: ../../Xconfig/main.pm_.c:102
-#, fuzzy
-msgid "Graphic Card"
-msgstr "Âiäŭàêàòà"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Allow all users"
+msgstr "Äàäàöü êàûñòàëüíiêà"
-#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
-msgid "Monitor"
-msgstr "Ìàíiòî"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "No sharing"
+msgstr "×àêàċööà"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
-msgid "Resolution"
-msgstr "Ïàìċû ŭêàíó"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "More"
+msgstr "Ïċàíîñ"
-#: ../../Xconfig/main.pm_.c:113
-msgid "Test"
+#: ../../any.pm:1
+#, c-format
+msgid "Here is the full list of available countries"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/smbnfs_gtk.pm_.c:86
-msgid "Options"
-msgstr "Îïöûi"
-
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
-#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
-#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
-#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
-#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
-#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
-msgid "Ok"
-msgstr "Îê"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose your country."
+msgstr "êàëi ëàñêà, ïàçíà÷öċ òûï âàĝàé ìûĝû."
-#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
-#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
-msgid "Quit"
-msgstr "Âûġàä"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Country"
+msgstr "Ìàíöiàâàííċ"
-#: ../../Xconfig/main.pm_.c:145
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
+msgid "Use Unicode by default"
msgstr ""
-"Ö³ ĉàäàċöċ Âû çàġàâàöü çì˙íċíí³?\n"
-"Á˙ó÷à˙ êàíô³óàöû˙:\n"
-"\n"
-"%s"
-#: ../../Xconfig/monitor.pm_.c:93
-msgid "Choose a monitor"
-msgstr "Àá˙ûöċ ìàíiòî"
-
-#: ../../Xconfig/monitor.pm_.c:97
-msgid "Plug'n Play"
-msgstr ""
-
-#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
-msgid "Generic"
-msgstr "Àóëüíû"
-
-#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
-#: ../../standalone/harddrake2_.c:68
-#, fuzzy
-msgid "Vendor"
-msgstr "Àäêàò"
-
-#: ../../Xconfig/monitor.pm_.c:109
-msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "All"
+msgstr "Óñ¸"
-#: ../../Xconfig/monitor.pm_.c:114
+#: ../../any.pm:1
+#, c-format
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"
-"÷àñö³í˙ àûçàíòàëüíàé ñiíġàíiçàöûi àçîòêi, öi ÷àñö³í˙ âûâàäó\n"
-"àäêî˘ ŭêàíó.\n"
-"\n"
-"ÂĊËÜÌI ÂÀĈÍÀ, êàá àáàíû âàìi ìàíiòî ìċ˘ ÷àñö³íŝ ñiíġàíiçàöûi, ˙êà˙\n"
-"íċ ïċàâûĝàċ ôàêòû÷íû˙ ìà÷ûìàñöi âàĝàà ìàíiòîó: ó ïîöiëċëûì âûïàäêó\n"
-"âû ìîĉàöċ ñàïñàâàöü ìàíiòî.\n"
-"Êàëi âû ñóìí˙âàċöċñ˙, àá˙ûöċ êàíñċâàòû˘íû˙ íàñòîéêi."
-
-#: ../../Xconfig/monitor.pm_.c:121
-msgid "Horizontal refresh rate"
-msgstr "×àñö³í˙ àûçàíòàëüíûé àçîòêi"
-
-#: ../../Xconfig/monitor.pm_.c:122
-msgid "Vertical refresh rate"
-msgstr "×àñö³í˙ âċòûêàëüíàé àçîòêi"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:12
-msgid "256 colors (8 bits)"
-msgstr "256 êîëċà˘ (8 áiòà˘)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:13
-msgid "32 thousand colors (15 bits)"
-msgstr "32 òûñ˙÷û êîëċà˘ (15 áiòà˘)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:14
-msgid "65 thousand colors (16 bits)"
-msgstr "65 òûñ˙÷ êîëċà˘ (16 áiòà˘)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:15
-msgid "16 million colors (24 bits)"
-msgstr "16 ìiëü¸íà˘ êîëċà˘ (24 áiòû)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:16
-msgid "4 billion colors (32 bits)"
-msgstr "4 ìiëi˙äà êîëċà˘ (24 áiòû)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:130
-msgid "Resolutions"
-msgstr "Ïàìċû ŭêàíó"
+"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 "Âû ìîĉàöċ àáàöü ³íĝû˙ ìîâû, ˙êi˙ áóäóöü äàñòóïíû ïàñë˙ ˘ñòàë˙âàíí˙"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
-msgid "Choose the resolution and the color depth"
-msgstr "Âûáà ïàìċà˘ ŭêàíó i ëûáiíi êîëċó"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose a language to use."
+msgstr "Êàëi ëàñêà, àá˙ûöċ ìîâó äë˙ êàûñòàíí˙."
-#: ../../Xconfig/resolution_and_depth.pm_.c:256
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s"
-msgstr "Âiäŭàêàòà: %s"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
-#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
-#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
-#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
-#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
-#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
-#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
-#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
-#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
-#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
-#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
-#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
-#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
-#: ../../ugtk2.pm_.c:926
-msgid "Cancel"
-msgstr "Àäìċíà"
+msgid "Choose the window manager to run:"
+msgstr "Àá˙ûöċ ìŭíŭäĉà âîêíà˘:"
-#: ../../Xconfig/test.pm_.c:29
-msgid "Test of the configuration"
-msgstr "Ïàâċêà ïààìċòà˘ íàñòîéêi"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the default user:"
+msgstr "Àá˙ûöċ àñíî˘íàà êàûñòàëüíiêà:"
-#: ../../Xconfig/test.pm_.c:30
-msgid "Do you want to test the configuration?"
-msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Do you want to use this feature?"
+msgstr "Âû ĉàäàċöċ âûêàûñòî˘âàöü aboot?"
-#: ../../Xconfig/test.pm_.c:30
-#, fuzzy
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Ïàï˙ŭäĉàííċ: òŭñöiàâàííċ íà ŭòàé âiäŭàêàöċ íċá˙ñïċ÷íà"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "I can set up your computer to automatically log on one user."
+msgstr ""
+"Ìîĉíà íàñòîiöü ñiñòŭìó äë˙ à˘òàìàòû÷íàà ˘âàġîäó ˘ ñiñòŭìó äë˙\n"
+"àäíàî êàûñòàëüíiêà. Êàëi Âû íċ ĉàäàċöċ ŭòàà, íàöiñíiöċ \"Àäìċíà\"."
-#: ../../Xconfig/various.pm_.c:29
+#: ../../any.pm:1
#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Òûï êëàâi˙òóû: %s\n"
+msgid "Autologin"
+msgstr "À˘òàìàòû÷íû ˘âàġîä ó ñiñòŭìó"
-#: ../../Xconfig/various.pm_.c:30
+#: ../../any.pm:1
#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Òûï ìûĝû: %s\n"
+msgid "Icon"
+msgstr "Ïiêòààìà"
-#: ../../Xconfig/various.pm_.c:31
+#: ../../any.pm:1
#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Ìûĝ: %s\n"
+msgid "Shell"
+msgstr "Àáàëîíêà:"
-#: ../../Xconfig/various.pm_.c:32
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid "Monitor: %s\n"
-msgstr "Ìàíiòî: %s\n"
+msgid "Password (again)"
+msgstr "Ïà˘òàûöċ ïàîëü"
-#: ../../Xconfig/various.pm_.c:33
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "×àñö³í˙ à.àç. ìàíiòîó: %s\n"
+msgid "Password"
+msgstr "Ïàîëü"
-#: ../../Xconfig/various.pm_.c:34
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "×àñö³í˙ âċò.àç. ìàíiòîó: %s\n"
+msgid "User name"
+msgstr "Iì˙ êàûñòàëüíiêó:"
-#: ../../Xconfig/various.pm_.c:35
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s\n"
-msgstr "Âiäŭàêàòà: %s\n"
+msgid "Real name"
+msgstr "Óëàñíàċ iì˙"
-#: ../../Xconfig/various.pm_.c:36
+#: ../../any.pm:1
#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "Âiäŭàïàì˙öü: %s Êá\n"
+msgid "Accept user"
+msgstr "Ïûí˙öü êàûñòàëüíiêà"
-#: ../../Xconfig/various.pm_.c:38
+#: ../../any.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/scannerdrake:1
#, c-format
-msgid "Color depth: %s\n"
-msgstr "Ïààìċòû ëûáiíi êîëċó: %s\n"
+msgid "Done"
+msgstr "Çîáëċíà"
-#: ../../Xconfig/various.pm_.c:39
+#: ../../any.pm:1
#, c-format
-msgid "Resolution: %s\n"
-msgstr "Ïàìċû ŭêàíó: %s\n"
+msgid ""
+"Enter a user\n"
+"%s"
+msgstr ""
+"Óâ˙äçiöċ iì˙ êàûñòàëüíiêó\n"
+"%s"
-#: ../../Xconfig/various.pm_.c:41
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Ñċâċ XFree86: %s\n"
+msgid "Add user"
+msgstr "Äàäàöü êàûñòàëüíiêà"
-#: ../../Xconfig/various.pm_.c:42
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Ñċâċ XFree86: %s\n"
-
-#: ../../Xconfig/various.pm_.c:61
-msgid "Graphical interface at startup"
-msgstr "Çàïóñê X ïû ñòàöċ ñiñòŭìû"
+msgid "This user name has already been added"
+msgstr "ŭòà iì˙ êàûñòàëüíiêó ˘ĉî äàäàäçċíà"
-#: ../../Xconfig/various.pm_.c:62
-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 ""
-"Ìîĉíà íàñòîiöü ñiñòŭìó äë˙ à˘òàìàòû÷íàà çàïóñêó X ïàñë˙ ñòàòó ñiñòŭìû.\n"
-"Ĉàäàċöċ, êàá X ñòàòàâà˘ ïû ŭñòàöċ?"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "The user name is too long"
+msgstr "ŭòà iì˙ êàûñòàëüíiêó ˘ĉî äàäàäçċíà"
-#: ../../Xconfig/various.pm_.c:73
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
-msgstr ""
-
-#: ../../Xconfig/various.pm_.c:85
-#, fuzzy
-msgid "What norm is your TV using?"
-msgstr "ßêi òûï âàĝàà ISDN çëó÷ŭíí˙?"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132
-msgid "First sector of boot partition"
-msgstr "Ïċĝû ñċêòà çàóçà÷íàà àçäçċëó"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
-msgid "First sector of drive (MBR)"
-msgstr "Ïċĝû ñċêòà ïûëàäû (MBR)"
-
-#: ../../any.pm_.c:111
-msgid "SILO Installation"
-msgstr "Óñòàë˙âàííċ SILO"
-
-#: ../../any.pm_.c:112 ../../any.pm_.c:125
-msgid "Where do you want to install the bootloader?"
-msgstr "Êóäû âû ĉàäàċöċ ˘ñòàë˙âàöü ïà÷àòêîâû çàóç÷ûê?"
-
-#: ../../any.pm_.c:124
-msgid "LILO/grub Installation"
-msgstr "Óñòàë˙âàííċ LILO/GRUB"
-
-#: ../../any.pm_.c:136 ../../any.pm_.c:150
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:138
-msgid "LILO with text menu"
-msgstr ""
-
-#: ../../any.pm_.c:139 ../../any.pm_.c:150
-msgid "LILO with graphical menu"
-msgstr ""
-
-#: ../../any.pm_.c:142
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:146
-msgid "Boot from DOS/Windows (loadlin)"
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
+"Iì˙ êàûñòàëüíiêó ïàâiííà çì˙ĝ÷àöü ëiòàû òîëüêi íà íiĉíiì ŭiñòû, \n"
+"ëi÷áû, `-' i `_'"
-#: ../../any.pm_.c:148 ../../any.pm_.c:150
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:158 ../../any.pm_.c:189
-msgid "Bootloader main options"
-msgstr "àëî˘íû˙ îïöûi ïà÷àòêîâàà çàóç÷ûêó"
-
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
-#, fuzzy
-msgid "Bootloader to use"
-msgstr "àëî˘íû˙ îïöûi ïà÷àòêîâàà çàóç÷ûêó"
-
-#: ../../any.pm_.c:161
-msgid "Bootloader installation"
-msgstr "Óñòàë˙âàííċ çàóç÷ûêó"
-
-#: ../../any.pm_.c:163 ../../any.pm_.c:192
-msgid "Boot device"
-msgstr "Çàóçà÷íà˙ ïûëàäà"
-
-#: ../../any.pm_.c:164
-msgid "Compact"
-msgstr "Êàìïàêòíà"
-
-#: ../../any.pm_.c:164
-msgid "compact"
-msgstr "êàìïàêòíà"
-
-#: ../../any.pm_.c:165 ../../any.pm_.c:289
-msgid "Video mode"
-msgstr "Âiäŭà-ŭĉûì"
-
-#: ../../any.pm_.c:167
-msgid "Delay before booting default image"
-msgstr "Çàòûìêà ïċàä çàóçêàé âîáàçó ïà äàìà˘ëċííŝ"
-
-#: ../../any.pm_.c:169 ../../any.pm_.c:772
-#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
-#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
-#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
-#: ../../standalone/drakconnect_.c:647
-msgid "Password"
-msgstr "Ïàîëü"
-
-#: ../../any.pm_.c:170 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1078
-msgid "Password (again)"
-msgstr "Ïà˘òàûöċ ïàîëü"
-
-#: ../../any.pm_.c:171
-msgid "Restrict command line options"
-msgstr "Àáìċĉàâàííċ îïöû˙˘ êàìàíäíàà àäêà"
-
-#: ../../any.pm_.c:171
-msgid "restrict"
-msgstr "àáìċĉàâàííċ"
-
-#: ../../any.pm_.c:173
-msgid "Clean /tmp at each boot"
-msgstr "À÷ûĝ÷àöü /tmp ïû êîĉíàé çàóçöû"
-
-#: ../../any.pm_.c:174
+#: ../../any.pm:1
#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Ïàçíà÷öċ äàêëàäíû ïàìċ RAM (çíîéäçċíà %d Má)"
-
-#: ../../any.pm_.c:176
-msgid "Enable multi profiles"
-msgstr "Äàñòóïíà ĝìàò ïîôië˙˘"
-
-#: ../../any.pm_.c:180
-msgid "Give the ram size in MB"
-msgstr "Ïàçíà÷öċ ïàìċ RAM ó Má"
+msgid "Please give a user name"
+msgstr "Êàëi ëàñêà, óâ˙äçiöċ iì˙ êàûñòàëüíiêó"
-#: ../../any.pm_.c:182
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Îïöû˙ ``Àáìċĉàâàííċ îïöû˙˘ êàìàíäíàà àäêó'' íċ âûêàûñòî˘âàċööà áċç ïàîë˙"
+#: ../../any.pm:1
+#, c-format
+msgid "This password is too simple"
+msgstr "ŭòû ïàîëü çàíàäòà ïîñòû"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../diskdrake/interactive.pm_.c:1204
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid "Please try again"
msgstr "Ïàñïàáóéöċ ˙ĝ÷ŭ àç"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
msgid "The passwords do not match"
msgstr "Ïàîëi íċ ñóïàäàŝöü"
-#: ../../any.pm_.c:191
-msgid "Init Message"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "(already added %s)"
+msgstr "(óĉî äàäàäçċíà %s)"
-#: ../../any.pm_.c:193
-msgid "Open Firmware Delay"
+#: ../../any.pm:1
+#, c-format
+msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:194
-msgid "Kernel Boot Timeout"
+#: ../../any.pm:1
+#, c-format
+msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:195
-msgid "Enable CD Boot?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:196
-msgid "Enable OF Boot?"
+#: ../../any.pm:1
+#, c-format
+msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:197
-#, fuzzy
-msgid "Default OS?"
-msgstr "Ïà äàìà˘ëċííŝ"
+#: ../../any.pm:1
+#, c-format
+msgid "access to rpm tools"
+msgstr ""
-#: ../../any.pm_.c:231
-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?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm:1
+#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
+"You can create additional entries or change the existing ones."
msgstr ""
"Ó ìċíŝ ìàŝööà íàñòóïíû˙ ïóíêòû.\n"
"Âû ìîĉàöċ äàäàöü ˙ĝ÷ŭ, àëüáî çì˙íiöü iñíóŝ÷û˙."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
-#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
-#: ../../standalone/drakfont_.c:996
-msgid "Add"
-msgstr "Äàäàöü"
-
-#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
-#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
-msgid "Done"
-msgstr "Çîáëċíà"
-
-#: ../../any.pm_.c:257
-#, fuzzy
-msgid "Modify"
-msgstr "Çì˙íiöü RAID"
-
-#: ../../any.pm_.c:265
-msgid "Which type of entry do you want to add?"
-msgstr "ßêi òûï ïóíêòà ĉàäàċöċ äàäàöü?"
-
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:266
-msgid "Other OS (SunOS...)"
-msgstr "Iíĝà˙ ÀÑ (SunOS,...)"
-
-#: ../../any.pm_.c:267
-msgid "Other OS (MacOS...)"
-msgstr "Iíĝà˙ ÀÑ (MacOS,...)"
-
-#: ../../any.pm_.c:267
+#: ../../any.pm:1
+#, c-format
msgid "Other OS (windows...)"
msgstr "Iíĝà˙ ÀÑ (windows...)"
-#: ../../any.pm_.c:285
-msgid "Image"
-msgstr "Âîáàç"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (MacOS...)"
+msgstr "Iíĝà˙ ÀÑ (MacOS,...)"
-#: ../../any.pm_.c:286 ../../any.pm_.c:297
-msgid "Root"
-msgstr "Root"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (SunOS...)"
+msgstr "Iíĝà˙ ÀÑ (SunOS,...)"
-#: ../../any.pm_.c:287 ../../any.pm_.c:315
-msgid "Append"
-msgstr "Äàëó÷ûöü"
+#: ../../any.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Linux"
+msgstr "Linux"
-#: ../../any.pm_.c:291
-msgid "Initrd"
-msgstr "Initrd"
+#: ../../any.pm:1
+#, c-format
+msgid "Which type of entry do you want to add?"
+msgstr "ßêi òûï ïóíêòà ĉàäàċöċ äàäàöü?"
-#: ../../any.pm_.c:292
-msgid "Read-write"
-msgstr "×ûòàííċ-çàïiñ"
+#: ../../any.pm:1
+#, c-format
+msgid "This label is already used"
+msgstr "ŭòà˙ ìċòêà ˘ĉî âûêàûñòî˘âàċööà"
-#: ../../any.pm_.c:299
-msgid "Table"
-msgstr "Òàáëiöà"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "You must specify a root partition"
+msgstr "Âû ïàâiííû ìċöü àçäçċë swap"
-#: ../../any.pm_.c:300
-msgid "Unsafe"
-msgstr "Íċíàäçċéíà"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a kernel image"
+msgstr ""
-#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
-msgid "Label"
-msgstr "Ìċòêà"
+#: ../../any.pm:1
+#, c-format
+msgid "Empty label not allowed"
+msgstr "Ïóñòà˙ ìċòêà íċ äàçâàë˙ċööà"
-#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
+#: ../../any.pm:1 ../../harddrake/v4l.pm:1
+#, c-format
msgid "Default"
msgstr "Ïà äàìà˘ëċííŝ"
-#: ../../any.pm_.c:316
-#, fuzzy
-msgid "Initrd-size"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:318
+#: ../../any.pm:1
+#, c-format
msgid "NoVideo"
msgstr ""
-#: ../../any.pm_.c:326
-msgid "Remove entry"
-msgstr "Âûäàëiöü çàïiñ"
-
-#: ../../any.pm_.c:329
-msgid "Empty label not allowed"
-msgstr "Ïóñòà˙ ìċòêà íċ äàçâàë˙ċööà"
-
-#: ../../any.pm_.c:330
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:330
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Âû ïàâiííû ìċöü àçäçċë swap"
-
-#: ../../any.pm_.c:331
-msgid "This label is already used"
-msgstr "ŭòà˙ ìċòêà ˘ĉî âûêàûñòî˘âàċööà"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Initrd-size"
+msgstr "Initrd"
-#: ../../any.pm_.c:640
+#: ../../any.pm:1
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Çíîéäçċíû %s %s iíòŭôċéñû"
-
-#: ../../any.pm_.c:641
-msgid "Do you have another one?"
-msgstr "Öi ¸ñöü ó âàñ iíĝû?"
+msgid "Append"
+msgstr "Äàëó÷ûöü"
-#: ../../any.pm_.c:642
+#: ../../any.pm:1
#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Öi ¸ñöü ó âàñ %s iíòŭôċéñ?"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
-msgid "No"
-msgstr "Íċ"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
-#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
-#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
-msgid "Yes"
-msgstr "Òàê"
-
-#: ../../any.pm_.c:645
-msgid "See hardware info"
-msgstr "ë. àïiñàííċ àáñòàë˙âàíí˙"
+msgid "Label"
+msgstr "Ìċòêà"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:662
+#: ../../any.pm:1
#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Óñòàë˙âàííċ äàéâċó äë˙ %s êàòû %s"
+msgid "Unsafe"
+msgstr "Íċíàäçċéíà"
-#: ../../any.pm_.c:663
+#: ../../any.pm:1
#, c-format
-msgid "(module %s)"
-msgstr "(ìîäóëü %s)"
+msgid "Table"
+msgstr "Òàáëiöà"
-#: ../../any.pm_.c:674
+#: ../../any.pm:1
#, 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 ""
+msgid "Root"
+msgstr "Root"
-#: ../../any.pm_.c:680
+#: ../../any.pm:1
#, 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 ""
-"Âû íċ ìîĉàöċ çàäàöü îïöûi ìîäóëŝ %s.\n"
-"Îïöûi - ó ôàìàöċ ``iì˙=çíà÷ŭííċ iì˙2=çíà÷ŭííċ2 ...''.\n"
-"Íàïûêëàä, ``io=0x300 irq=7''"
-
-#: ../../any.pm_.c:682
-msgid "Module options:"
-msgstr "Îïöûi ìîäóëŝ:"
+msgid "Read-write"
+msgstr "×ûòàííċ-çàïiñ"
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:694
+#: ../../any.pm:1
#, c-format
-msgid "Which %s driver should I try?"
-msgstr "ßêi äàéâċ %s ïàñïàáàâàöü?"
+msgid "Initrd"
+msgstr "Initrd"
-#: ../../any.pm_.c:703
+#: ../../any.pm:1
#, 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"
-"˘ ïîĝóêàġ íċàáġîäíàé iíôàìàöûi? Ìà÷ûìà, òŭñöiàâàííċ ïûâ˙äçċ\n"
-"äà ñïûíċíí˙ êàìï'ŝòŭó, àëċ ˙íî íi÷îà íċ ñàïñóċ."
+msgid "Video mode"
+msgstr "Âiäŭà-ŭĉûì"
-#: ../../any.pm_.c:707
-msgid "Autoprobe"
-msgstr "À˘òàïîĝóê"
+#: ../../any.pm:1
+#, c-format
+msgid "Image"
+msgstr "Âîáàç"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "Ïàçíà÷öċ ïààìċòû"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Default OS?"
+msgstr "Ïà äàìà˘ëċííŝ"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
+msgid "Enable OF Boot?"
msgstr ""
-"Çàóçêà ìîäóëŝ %s íċ ïàéĝëà.\n"
-"Ĉàäàċöċ ïàñïàáàâàöü ç iíĝûìi ïààìċòàìi?"
-#: ../../any.pm_.c:734
-msgid "access to X programs"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable CD Boot?"
msgstr ""
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
+#: ../../any.pm:1
+#, c-format
+msgid "Kernel Boot Timeout"
msgstr ""
-#: ../../any.pm_.c:736
-msgid "allow \"su\""
+#: ../../any.pm:1
+#, c-format
+msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Boot device"
+msgstr "Çàóçà÷íà˙ ïûëàäà"
-#: ../../any.pm_.c:738
-msgid "access to network tools"
+#: ../../any.pm:1
+#, c-format
+msgid "Init Message"
msgstr ""
-#: ../../any.pm_.c:739
-msgid "access to compilation tools"
-msgstr ""
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Bootloader to use"
+msgstr "àëî˘íû˙ îïöûi ïà÷àòêîâàà çàóç÷ûêó"
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(óĉî äàäàäçċíà %s)"
-
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "ŭòû ïàîëü çàíàäòà ïîñòû"
-
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "Êàëi ëàñêà, óâ˙äçiöċ iì˙ êàûñòàëüíiêó"
+msgid "Bootloader main options"
+msgstr "àëî˘íû˙ îïöûi ïà÷àòêîâàà çàóç÷ûêó"
-#: ../../any.pm_.c:751
+#: ../../any.pm:1
+#, c-format
msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
+"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-"Iì˙ êàûñòàëüíiêó ïàâiííà çì˙ĝ÷àöü ëiòàû òîëüêi íà íiĉíiì ŭiñòû, \n"
-"ëi÷áû, `-' i `_'"
-
-#: ../../any.pm_.c:752
-#, fuzzy
-msgid "The user name is too long"
-msgstr "ŭòà iì˙ êàûñòàëüíiêó ˘ĉî äàäàäçċíà"
+"Îïöû˙ ``Àáìċĉàâàííċ îïöû˙˘ êàìàíäíàà àäêó'' íċ âûêàûñòî˘âàċööà áċç ïàîë˙"
-#: ../../any.pm_.c:753
-msgid "This user name is already added"
-msgstr "ŭòà iì˙ êàûñòàëüíiêó ˘ĉî äàäàäçċíà"
+#: ../../any.pm:1
+#, c-format
+msgid "Give the ram size in MB"
+msgstr "Ïàçíà÷öċ ïàìċ RAM ó Má"
-#: ../../any.pm_.c:757
-msgid "Add user"
-msgstr "Äàäàöü êàûñòàëüíiêà"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable multiple profiles"
+msgstr "Äàñòóïíà ĝìàò ïîôië˙˘"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Óâ˙äçiöċ iì˙ êàûñòàëüíiêó\n"
-"%s"
+msgid "Precise RAM size if needed (found %d MB)"
+msgstr "Ïàçíà÷öċ äàêëàäíû ïàìċ RAM (çíîéäçċíà %d Má)"
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "Ïûí˙öü êàûñòàëüíiêà"
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "À÷ûĝ÷àöü /tmp ïû êîĉíàé çàóçöû"
-#: ../../any.pm_.c:770
-msgid "Real name"
-msgstr "Óëàñíàċ iì˙"
+#: ../../any.pm:1
+#, c-format
+msgid "Create a bootdisk"
+msgstr "Ñòâàûöü çà. äûñê"
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "Iì˙ êàûñòàëüíiêó:"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "àáìċĉàâàííċ"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "Àáàëîíêà:"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "Àáìċĉàâàííċ îïöû˙˘ êàìàíäíàà àäêà"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "Ïiêòààìà"
+#: ../../any.pm:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "Çàòûìêà ïċàä çàóçêàé âîáàçó ïà äàìà˘ëċííŝ"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "À˘òàìàòû÷íû ˘âàġîä ó ñiñòŭìó"
+#: ../../any.pm:1
+#, c-format
+msgid "compact"
+msgstr "êàìïàêòíà"
-#: ../../any.pm_.c:804
-#, 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 Âû íċ ĉàäàċöċ ŭòàà, íàöiñíiöċ \"Àäìċíà\"."
+#: ../../any.pm:1
+#, c-format
+msgid "Compact"
+msgstr "Êàìïàêòíà"
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "Àá˙ûöċ àñíî˘íàà êàûñòàëüíiêà:"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "Óñòàë˙âàííċ çàóç÷ûêó"
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "Àá˙ûöċ ìŭíŭäĉà âîêíà˘:"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of boot partition"
+msgstr "Ïċĝû ñċêòà çàóçà÷íàà àçäçċëó"
-#: ../../any.pm_.c:824
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Êàëi ëàñêà, àá˙ûöċ ìîâó äë˙ êàûñòàíí˙."
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "Ïċĝû ñċêòà ïûëàäû (MBR)"
-#: ../../any.pm_.c:826
-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 "Âû ìîĉàöċ àáàöü ³íĝû˙ ìîâû, ˙êi˙ áóäóöü äàñòóïíû ïàñë˙ ˘ñòàë˙âàíí˙"
+#: ../../any.pm:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "Êóäû âû ĉàäàċöċ ˘ñòàë˙âàöü ïà÷àòêîâû çàóç÷ûê?"
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "Óñ¸"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "Óñòàë˙âàííċ LILO/GRUB"
-#: ../../any.pm_.c:961
-#, fuzzy
-msgid "Allow all users"
-msgstr "Äàäàöü êàûñòàëüíiêà"
+#: ../../any.pm:1
+#, c-format
+msgid "SILO Installation"
+msgstr "Óñòàë˙âàííċ SILO"
-#: ../../any.pm_.c:961
-#, fuzzy
-msgid "No sharing"
-msgstr "×àêàċööà"
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Skip"
+msgstr "Ïàïóñöiöü"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
+#: ../../any.pm:1
#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
-
-#: ../../any.pm_.c:973
-msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
-msgstr ""
+msgid "On Floppy"
+msgstr "Çàġàâàííċ íà äûñêċòó"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:987
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"
+"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"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:1001
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:1003
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
+"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "Ñàäŭ÷íà çàïàĝàċì ó Crackers"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "Çóñ³ì ñëàáû"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "Ñòàíäàòíû"
-
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "Âûñîêi"
-
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-#, fuzzy
-msgid "Higher"
-msgstr "Âûñîêi"
+#: ../../any.pm:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "Ñòâàŭííċ çàóçà÷íàé äûñêċòû"
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "Ïààíàiäàëüíû"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
+msgstr "Óñòà˘öċ äûñêċòó ˘ äûñêàâîä %s"
-#: ../../any.pm_.c:1061
-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:1
+#, c-format
+msgid "Choose the floppy drive you want to use to make the bootdisk"
+msgstr "Àá˙ûöċ äûñêàâîä, ó ˙êiì áóäçċ ñòâààööà çàóçà÷íà˙ äûñêċòà"
-#: ../../any.pm_.c:1064
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Ïàîëü çààç óêëŝ÷àíû, àëċ âûêàûñòàííċ êàìï'ŝòŭó ˘ ˙êàñöi ñċòêàâàà\n"
-"òàêñàìà íċ ŭêàìċíäàâàíà."
+#: ../../any.pm:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "Äói äûñêàâîä"
-#: ../../any.pm_.c:1065
-#, 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:1
+#, c-format
+msgid "First floppy drive"
+msgstr "Ïċĝû äûñêàâîä"
-#: ../../any.pm_.c:1066
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Sorry, no floppy drive available"
+msgstr "Âûáà÷àéöċ, àëċ äûñêàâîä íċäàñòóïíû"
-#: ../../any.pm_.c:1067
-#, fuzzy
+#: ../../any.pm:1
+#, c-format
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 choose a lower level."
+"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 ""
-"Íà ŭòàì óçî˘íċ á˙ñïċêi ìà÷ûìà âûêàûñòàííċ ñiñòŭìû ˘ ˙êàñöi\n"
-"ñċâċó. Óçîâċíü á˙ñïċêi äàñòàòêîâà âûñîêi äë˙ àáîòû\n"
-"ñċâċó, ˙êi äàïóñêàċ çëó÷ŭííi ñà ĝìàòëiêiìi êëiċíòàìi."
+"Ç äàïàìîàé çàóçà÷íàà äûñêó âû çìîĉàöċ çàóĉàöü Linux òàêñàìà ˙ê i \n"
+"ñòàíäàòíûì çàóç÷ûêàì. ŭòà ìîĉà áûöü ˙êàñíà, êàëi âû íċ ĉàäàċöċ \n"
+"˘ñòà븢âàöü LILO (öi Grub), êàëi iíĝà˙ àïċàöûéíà˙ ñiñòŭìà âûäàë˙ċ LILO,\n"
+"öi LILO íċ ìîĉà ïàöàâàöü ó âàĝàé êàíôióàöûi. Çàóçà÷íû äûñê òàêñàìà "
+"ìîĉà\n"
+"áûöü âûêàûñòàíû ñóìċñíà ç àìîíòíàé äûñêċòàé Mandrake Linux, ˙êà˙ âċëüìi \n"
+"ïàëċ÷ûöü âûàòàâàííċ ñiñòŭìû ïàñë˙ çáîŝ.\n"
+"\n"
+"Ĉàäàċöċ ñòâàûöü çàóçà÷íû äûñê çààç?\n"
+"%s"
-#: ../../any.pm_.c:1070
-#, fuzzy
+#: ../../any.pm:1
+#, c-format
msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
+"\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 ""
-"Ïûìàŝööà ˘ëàñöiâàñöi 4 óçî˘í˙, àëċ çààç ñiñòŭìà ïî˘íàñöŝ çà÷ûíċíà.\n"
-"Ïààìċòû á˙ñïċêi ˘ñòàíî˘ëċíû íà ìàêñiìóì."
-
-#: ../../any.pm_.c:1076
-#, fuzzy
-msgid "DrakSec Basic Options"
-msgstr "Îïöûi"
-
-#: ../../any.pm_.c:1077
-#, fuzzy
-msgid "Please choose the desired security level"
-msgstr "Óçîâċíü á˙ñïċêi"
-
-#: ../../any.pm_.c:1080
-#, fuzzy
-msgid "Security level"
-msgstr "Íàñòîéêi ˘çî˘í˙ á˙ñïċêi"
-#: ../../any.pm_.c:1082
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Àá˙ûöċ äàäàòêîâû˙ íàñòîéêi äë˙ ñċâċà"
-
-#: ../../any.pm_.c:1083
+#: ../../any.pm:1
+#, c-format
msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
+"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"
+"ìîĉà ïàöàâàöü ó âàĝàé êàíôióàöûi. Çàóçà÷íû äûñê òàêñàìà ìîĉà áûöü \n"
+"âûêàûñòàí ñóìċñíà ç âûàòàâàëüíàé äûñêċòàé Mandrake Linux, ˙êà˙ âċëüìi \n"
+"ïàëċ÷ûöü âûàòàâàííċ ñiñòŭìû ïàñë˙ çáîŝ.\n"
+"\n"
+"Êàëi ĉàäàċöċ ñòâàûöü çàóçà÷íû äûñê çààç, óñòà˘öċ äûñêċòó ˘ ïċĝû\n"
+"äûñêàâîä i íàöiñíiöċ \"Ok\"."
-#: ../../any.pm_.c:1166
-msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
-msgstr ""
+#: ../../bootloader.pm:1
+#, fuzzy, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Êóäû âû ĉàäàċöċ ˘ñòàë˙âàöü ïà÷àòêîâû çàóç÷ûê?"
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:436
+#: ../../bootloader.pm:1
#, 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 ""
+msgid "not enough room in /boot"
+msgstr "Íċ ġàïàċ äûñêàâàé ïàñòîû ˘ /boot"
#. -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:983
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Welcome to GRUB the operating system chooser!"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr "The highlighted entry will be booted automatically in %d seconds."
#. -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:986
+#: ../../bootloader.pm:1
#, 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."
+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:989
+#: ../../bootloader.pm:1
+#, c-format
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:992
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "commands before booting, or 'c' for a command-line."
+#: ../../bootloader.pm:1
+#, 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:995
+#: ../../bootloader.pm:1
#, 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:999
-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:1099
-msgid "Desktop"
-msgstr "Ïàöî˘íû ñòîë"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "Ñòàòàâàċ ìċíŝ"
-
-#: ../../bootloader.pm_.c:1120
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Êóäû âû ĉàäàċöċ ˘ñòàë˙âàöü ïà÷àòêîâû çàóç÷ûê?"
-
-#: ../../bootlook.pm_.c:53
-#, fuzzy
-msgid "Boot Style Configuration"
-msgstr "Íàñòîéêà ìàäŭìó"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-#, fuzzy
-msgid "/_File"
-msgstr "Ôàéëû:\n"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr ""
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr ""
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr ""
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr "Welcome to GRUB the operating system chooser!"
-#: ../../bootlook.pm_.c:83
-#, fuzzy
-msgid "NewStyle Monitor"
-msgstr "Ìàíiòî"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Yaboot"
+msgstr "Yaboot"
-#: ../../bootlook.pm_.c:84
-#, fuzzy
-msgid "Traditional Monitor"
-msgstr "Çì˙íiöü ìàíiòî"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Grub"
+msgstr "Grub"
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with text menu"
msgstr ""
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with graphical menu"
msgstr ""
-#: ../../bootlook.pm_.c:89
-#, fuzzy
-msgid "Lilo/grub mode"
-msgstr "ŭĉûì çëó÷ŭíí˙"
-
-#: ../../bootlook.pm_.c:89
-#, fuzzy
-msgid "Yaboot mode"
-msgstr "Çàóçà÷íà˙ ïûëàäà"
-
-#: ../../bootlook.pm_.c:138
-#, fuzzy
-msgid "Install themes"
-msgstr "Óñòàë˙âàííċ ñiñòŭìû"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "SILO"
+msgstr "SILO"
-#: ../../bootlook.pm_.c:139
+#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
+#: ../../bootloader.pm:1
+#, c-format
msgid ""
-"Display theme\n"
-"under console"
+"Welcome to %s the operating system chooser!\n"
+"\n"
+"Choose an operating system from the list above or\n"
+"wait %d seconds for default boot.\n"
+"\n"
msgstr ""
-#: ../../bootlook.pm_.c:140
-#, fuzzy
-msgid "Create new theme"
-msgstr "Ñòâàŭííċ íîâàà àçäçċëó"
-
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
#, c-format
-msgid "Backup %s to %s.old"
+msgid "OK"
msgstr ""
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copy %s to %s"
+msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "Ïàìûëêà"
-
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:222
-msgid "Can't write /etc/sysconfig/bootsplash."
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:222
-#, fuzzy, c-format
-msgid "Write %s"
-msgstr "Ñċâċ XFree86 %s"
-
-#: ../../bootlook.pm_.c:224
-msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
+#: ../../bootlook.pm:1
+#, c-format
+msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:235
+#: ../../bootlook.pm:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
+msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:238
+#: ../../bootlook.pm:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:244
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
-msgstr ""
-
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
+"\n"
+"Select the theme for\n"
+"lilo and bootsplash,\n"
+"you can choose\n"
+"them separately"
msgstr ""
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "Notice"
-msgstr "àëüĝòóê"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Themes"
+msgstr "Äŭâà"
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
-msgstr ""
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Splash selection"
+msgstr "Àñàáiñòû âûáà ïàêċòà˘"
-#: ../../bootlook.pm_.c:251
-#, fuzzy
-msgid "Theme installation failed!"
-msgstr "Êëàñ óñòàë˙âàíí˙"
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Configure"
+msgstr "Íàñòîéêà X Window"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm:1
#, fuzzy, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ"
-#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-#, fuzzy
-msgid "Configure"
-msgstr "Íàñòîéêà X Window"
-
-#: ../../bootlook.pm_.c:268
-#, fuzzy
-msgid "Splash selection"
-msgstr "Àñàáiñòû âûáà ïàêċòà˘"
-
-#: ../../bootlook.pm_.c:271
-#, fuzzy
-msgid "Themes"
-msgstr "Äŭâà"
-
-#: ../../bootlook.pm_.c:273
-msgid ""
-"\n"
-"Select theme for\n"
-"lilo and bootsplash,\n"
-"you can choose\n"
-"them separatly"
-msgstr ""
-
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
-msgstr ""
-
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
-msgstr ""
-
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr ""
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr ""
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr ""
-
-#: ../../bootlook.pm_.c:325
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-
-#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
-msgid "OK"
-msgstr ""
-
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr ""
-
-#: ../../common.pm_.c:107
-msgid "KB"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "Ìá"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Theme installation failed!"
+msgstr "Êëàñ óñòàë˙âàíí˙"
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr ""
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Notice"
+msgstr "àëüĝòóê"
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
#, c-format
-msgid "%d minutes"
-msgstr "%d ġâiëií"
-
-#: ../../common.pm_.c:125
-msgid "1 minute"
-msgstr "1 ġâiëiíà"
+msgid "Error"
+msgstr "Ïàìûëêà"
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d seconds"
-msgstr "%d ñċêóíäà˘"
-
-#: ../../common.pm_.c:172
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Äàäàöü àçäçċë íċìà÷ûìà"
-
-#: ../../common.pm_.c:179
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Âû ìîĉàöċ àáàöü ³íĝû˙ ìîâû, ˙êi˙ áóäóöü äàñòóïíû ïàñë˙ ˘ñòàë˙âàíí˙"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-msgid "France"
-msgstr "Ôàíöû˙"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-#, fuzzy
-msgid "Belgium"
-msgstr "Áċëüiéñêi"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Germany"
-msgstr "Í˙ìċöêi"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Greece"
-msgstr "ŭ÷àñêi"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-#, fuzzy
-msgid "Norway"
-msgstr "Íàâċĉñêi"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-#, fuzzy
-msgid "Sweden"
-msgstr "ë."
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "Italy"
-msgstr "Iòàëü˙íñêi"
-
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-#, fuzzy
-msgid "Austria"
-msgstr "ïàñë˙äî˘íà˙"
-
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
+msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:19
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../diskdrake/dav.pm_.c:27
-msgid "New"
-msgstr "Íîâû"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "àçìàíöiàâàöü"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Ìàíöiàâàííċ"
-
-#: ../../diskdrake/dav.pm_.c:65
-#, fuzzy
-msgid "Server"
-msgstr "ñċâċ"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "Êîïêà ìàíöiàâàíí˙"
-
-#: ../../diskdrake/dav.pm_.c:85
-#, fuzzy
-msgid "Please enter the WebDAV server URL"
-msgstr "Êàë³ ëàñêà, çàá³öċ íċêàëüê³ óġà˘ ìûĝĝó."
-
-#: ../../diskdrake/dav.pm_.c:88
-msgid "The URL must begin with http:// or https://"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../diskdrake/dav.pm_.c:109
-#, fuzzy
-msgid "Server: "
-msgstr "ñċâċ"
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "Ïóíêò ìàíöiàâàíí˙:"
-
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "Îïöûi: %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "Ïà-ïċĝàċ, çàáiöċ ŭçċâîâóŝ êîïiŝ âàĝûġ äàäçċíûġ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "×ûòàéöċ ˘âàĉëiâà!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:100
-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"
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-"Êàëi âû ïëàíóċöċ âûêàûñòî˘âàöü boot âîáëàñöü, òàäû àçì˙ñöiöċ ˙ċ\n"
-" íċ äàëċé çà 2048 ñċêòàî˘ àä ïà÷àòêó äûñêà"
-
-#: ../../diskdrake/hd_gtk.pm_.c:154
-msgid "Wizard"
-msgstr "Ìàéñòà ñòâàŭíí˙"
-
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "Àá˙ûöċ äçċ˙ííċ"
-#: ../../diskdrake/hd_gtk.pm_.c:191
+#: ../../bootlook.pm:1
+#, c-format
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\")"
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
msgstr ""
-"Çààç âû ìàċöċ òîëüêi àäçií â˙ëiêi àçäçċë FAT\n"
-"(˙ê³ çâû÷àéíà âûêàûñòî˘âàċ MS Dos/Windows).\n"
-"Ïàïàíóŝ, ïà-ïċĝàċ, çì˙íiöü ïàìċû àçäçċëà\n"
-"(êëiêíiöċ íà ˙î, à ïîòûì íà \"çì˙íċííċ ïàìċà˘\")"
-#: ../../diskdrake/hd_gtk.pm_.c:194
-msgid "Please click on a partition"
-msgstr "Íàö³ñí³öċ íà àçäçċë"
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "Ïàäàá˙çíàñöi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:254
-#, fuzzy
-msgid "No hard drives found"
-msgstr "Ëàêàëüíû ïûíòŭ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-#, fuzzy
-msgid "Journalised FS"
-msgstr "ïàìûëêà ìàíöiàâàíí˙"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "Ïóñòà"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "²íĝû˙"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "Òûïû ôàéëàâûġ ñiñòŭìà˘:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "Ñòâàûöü"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "Òûï"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Write %s"
+msgstr "Ñċâċ XFree86 %s"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
+#: ../../bootlook.pm:1
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Âûêàûñòî˘âàéöċ ``%s'' çàìċñò"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "Çíiĝ÷ûöü"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "Ñïà÷àòêó çàáiöċ ``Unmount''"
+msgid "Can't write /etc/sysconfig/bootsplash."
+msgstr ""
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "Óñċ äàäçċíû˙ ˘ àçäçċëċ %s áóäóöü ñòà÷àíû ïàñë˙ çìċíû ˙î òûïó"
-
-#: ../../diskdrake/interactive.pm_.c:177
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Àá˙ûöċ äçċ˙ííċ"
-
-#: ../../diskdrake/interactive.pm_.c:177
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Ñòâàŭííċ íîâàà àçäçċëó"
-
-#: ../../diskdrake/interactive.pm_.c:202
-#, fuzzy
-msgid "Exit"
-msgstr "Ext2"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "ŭĉûì ŭêñïċòó"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "Çâû÷àéíû ŭĉûì"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "Àäêàò"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "Ñàïà˘äû ïàö˙âàöü?"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "Âûéñöi áċç çàġàâàíí˙"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without writing the partition table?"
-msgstr "Âûéñöi áċç çàïiñó òàáëiöû àçäçċëà˘"
-
-#: ../../diskdrake/interactive.pm_.c:257
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "À÷ûñöiöü óñ¸"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "àçìċêàâàöü à˘òàìàòû÷íà"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-#, fuzzy
-msgid "More"
-msgstr "Ïċàíîñ"
-
-#: ../../diskdrake/interactive.pm_.c:278
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Iíôàìàöû˙"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "Óñċ ïċĝàñíû˙ àçäçċëû âûêàûñòàíû"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "Äàäàöü àçäçċë íċìà÷ûìà"
-
-#: ../../diskdrake/interactive.pm_.c:312
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
+msgid "Lilo message not found"
msgstr ""
-"Êàá çàáiöü áîëüĝ àçäċëà˘, âûäàëiöċ àäçií i ñòâàûöċ ïàĝûàíû àçäçċë "
-"(extended)"
-
-#: ../../diskdrake/interactive.pm_.c:322
-#, fuzzy
-msgid "Save partition table"
-msgstr "Çàïiñ òàáëiöû àçäçċëà˘"
-
-#: ../../diskdrake/interactive.pm_.c:323
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Äàäàòêîâà˙ òàáëiöà àçäçċëà˘"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "Äàäàòêîâà˙ òàáëiöà àçäçċëà˘"
-
-#: ../../diskdrake/interactive.pm_.c:326
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Äàäàòêîâà˙ òàáëiöà àçäçċëà˘"
-
-#: ../../diskdrake/interactive.pm_.c:331
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "À˘òàìàíöiàâàííċ çìċííûġ íàçàïàĝâàëüí³êà˘"
-
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "Àá˙ûöċ ôàéë"
-#: ../../diskdrake/interactive.pm_.c:347
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Copy %s to %s"
msgstr ""
-"Òàáëiöà àçì˙ĝ÷ŭíí˙ ŭçċâîâàà äûñêó ìàċ iíĝû ïàìċ\n"
-"Ïàö˙âàöü äàëċé?"
-#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "Óâàà!"
-
-#: ../../diskdrake/interactive.pm_.c:362
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Backup %s to %s.old"
msgstr ""
-"Óñòà˘öċ äûñêċòó ˘ äûñêàâîä\n"
-"Óñċ äàäçċíû˙ íà ŭòàé äûñêċöċ áóäóöü ñòà÷àíû"
-
-#: ../../diskdrake/interactive.pm_.c:373
-msgid "Trying to rescue partition table"
-msgstr "Ïàñïàáóċì âûàòàâàöü òàáëiöó àçäçċëà˘"
-
-#: ../../diskdrake/interactive.pm_.c:379
-#, fuzzy
-msgid "Detailed information"
-msgstr "Iíôàìàöû˙"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "Çì˙íċííċ ïàìċà˘"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "Ïċàíîñ"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "Ôàìàòàâàííċ"
-
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "Äàäàöü äà RAID"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "Äàäàöü äà LVM"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "Âûäàëiöü ç RAID"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "Âûäàëiöü ç LVM"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "Çì˙íiöü RAID"
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "Âûêàûñòî˘âàöü äë˙ âiòóàëüíàé ôàéëàâàé ñiñòŭìû"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Create new theme"
msgstr "Ñòâàŭííċ íîâàà àçäçċëó"
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "Ïà÷àòêîâû ñċêòà:"
-
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "Ïàìċ ó Ìá:"
-
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "Òûï ôàéëàâàé ñiñòŭìû:"
-
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "Ïààìċòû: "
-
-#: ../../diskdrake/interactive.pm_.c:481
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
+"Display theme\n"
+"under console"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:511
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Ôàìàòàâàííċ âiòóàëüíàà àçäçċëó %s"
-
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "Çì˙íiöü òûï àçäçċëó"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Install themes"
+msgstr "Óñòàë˙âàííċ ñiñòŭìû"
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-#, fuzzy
-msgid "Which filesystem do you want?"
-msgstr "ßêóŝ ñiñòŭìó äóêó Âû ĉàäàċöċ âûêàûñòî˘âàöü?"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Lilo/grub mode"
+msgstr "ŭĉûì çëó÷ŭíí˙"
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
-msgstr ""
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Yaboot mode"
+msgstr "Çàóçà÷íà˙ ïûëàäà"
-#: ../../diskdrake/interactive.pm_.c:578
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Êóäû âû ĉàäàċöċ ìàíöiàâàöü âiòóàëüíóŝ ïûëàäó %s?"
+msgid "Launch Aurora at boot time"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:579
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Êóäû âû ĉàäàċöċ ìàíöiàâàöü ïûëàäó %s?"
-
-#: ../../diskdrake/interactive.pm_.c:585
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+msgid "Traditional Gtk+ Monitor"
msgstr ""
-"Íċëüà ˘ñòàë˙âàöü ïóíêò ìàíöiàâàíí˙, òàìó ĝòî àçäċë âûêàûñòî˘âàċööà äë˙\n"
-"âiòóàëüíàé ôàéëàâàé ñiñòŭìû.\n"
-"Ñïà÷àòêó âûäàëiöċ âiòóàëüíóŝ ñiñòŭìó"
-#: ../../diskdrake/interactive.pm_.c:606
+#: ../../bootlook.pm:1
#, fuzzy, c-format
-msgid "Where do you want to mount %s?"
-msgstr "Êóäû âû ĉàäàċöċ ìàíöiàâàöü ïûëàäó %s?"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "Ïàäë³ê ìċĉà˘ ôàéëàâàé ñiñòŭìû FAT"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "Çì˙íċííċ ïàìċà˘"
-
-#: ../../diskdrake/interactive.pm_.c:662
-#, fuzzy
-msgid "This partition is not resizeable"
-msgstr "Ïàìċû ˙êîà àçäçċëà âû ĉàäàċöċ çì˙íiöü?"
+msgid "Traditional Monitor"
+msgstr "Çì˙íiöü ìàíiòî"
-#: ../../diskdrake/interactive.pm_.c:667
-msgid "All data on this partition should be backed-up"
-msgstr "Óñċ äàäçċíû˙ ˘ ŭòûì àçäçċëċ ïàâiííû áûöü çàġiâàâàíû˙"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "NewStyle Monitor"
+msgstr "Ìàíiòî"
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Óñċ äàäçċíû˙ ˘ àçäçċëċ %s áóäóöü ñòà÷àíû"
-
-#: ../../diskdrake/interactive.pm_.c:674
-msgid "Choose the new size"
-msgstr "Âûáà íîâûġ ïàìċà˘"
-
-#: ../../diskdrake/interactive.pm_.c:675
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Ïàìċ ó Ìá:"
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "Íà ˙êi äûñê ïċàíċñö³?"
-
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "Ñċêòà"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "Íà ˙êi ñċêòà ïċàíċñö³?"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "Ïċàíîñ³ì"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "Ïċàíîñ³ööà àçäçċë..."
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
-msgstr "Àá˙ûöċ iñíóŝ÷û RAID äë˙ äàäàíí˙"
-
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "íîâû"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
-msgstr "Âûá˙ûöċ iñíóŝ÷û LVM äë˙ äàáà˘ëċíí˙"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
+msgid "NewStyle Categorizing Monitor"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "This partition can't be used for loopback"
-msgstr "ŭòû àçäçċë íċ ìîĉà áûöü âûêàûñòàíû ïàä âiòóàëüíóŝ ôàéëàâóŝ ñiñòŭìó"
-
-#: ../../diskdrake/interactive.pm_.c:825
-msgid "Loopback"
-msgstr "Âiòóàëüíà˙ ôàéëàâà˙ ñiñòŭìà (loopback)"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "Iì˙ âiòóàëüíàà àçäçċëó"
-
-#: ../../diskdrake/interactive.pm_.c:831
-#, fuzzy
-msgid "Give a file name"
-msgstr "Óëàñíàċ iì˙"
-
-#: ../../diskdrake/interactive.pm_.c:834
-msgid "File already used by another loopback, choose another one"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "<control>Q"
msgstr ""
-"Ôàéë óĉî âûêàûñòî˘âàċööà iíĝàé âiòóàëüíàé ñiñòŭìàé. Êàëi ëàñêà, \n"
-"àá˙ûöċ iíĝóŝ íàçâó"
-#: ../../diskdrake/interactive.pm_.c:835
-msgid "File already exists. Use it?"
-msgstr "Ôàéë óĉî iñíóċ. Âûêàûñòàöü ˙î?"
-
-#: ../../diskdrake/interactive.pm_.c:858
-#, fuzzy
-msgid "Mount options"
-msgstr "Îïöûi ìîäóëŝ:"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Quit"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "ïûëàäà"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "óçîâċíü"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "ïàìċ áëîêó"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "Áóäçüöċ óâàĉëiâû. ŭòóŝ àïċàöûŝ íċëüà àäì˙íiöü"
-
-#: ../../diskdrake/interactive.pm_.c:962
-#, fuzzy
-msgid "What type of partitioning?"
-msgstr "ßêi òûï äóêàêi âû ìàċöċ?"
-
-#: ../../diskdrake/interactive.pm_.c:978
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, fuzzy, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
-
-#: ../../diskdrake/interactive.pm_.c:992
-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 íċ ïàòŭáíû."
+msgid "/_File"
+msgstr "Ôàéëû:\n"
-#: ../../diskdrake/interactive.pm_.c:996
-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 êààí¸âàà (/) àçäçċë ôiçi÷íà çíàġîäçiöà äàëċé\n"
-"1024-à öûëiíäó ĉîñòêàà äûñêó, à ˘ âàñ í˙ìà àçäçċëó /boot .\n"
-"Êàëi áóäçċ âûêàûñòî˘âàööà äûñïċ÷à çàóçêi LILO, íċ çàïàì˙òàéöċ äàäàöü\n"
-"àçäçċë /boot"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Boot Style Configuration"
+msgstr "Íàñòîéêà ìàäŭìó"
-#: ../../diskdrake/interactive.pm_.c:1002
-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"
+#: ../../common.pm:1
+#, c-format
+msgid "consolehelper missing"
msgstr ""
-"Âû àáàëi RAID àçäçċë ˙ê êààí¸âû.\n"
-"Í˙ìà çàóç÷ûêó, ˙êi á çàóçi˘ñ˙ áċç /boot àçäçċëà.\n"
-"Äàäàéöċ àçäċë /boot, êàëi ëàñêà."
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../common.pm:1
#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Òàáëiöà àçì˙ĝ÷ŭíí˙ ïûëàäû %s áóäçċ çàïiñàíà íà äûñê!"
-
-#: ../../diskdrake/interactive.pm_.c:1026
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Êàá çì˙íċííi ˘ñòóïiëi ˘ äçċ˙ííċ, íċîáġîäíà ïċàçàóçiööà"
+msgid "kdesu missing"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1037
-#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Óñċ äàäçċíûċ ˘ àçäçċëċ %s áóäóöü ñòà÷àíû ïàñë˙ ôàìàòàâàíí˙"
+#: ../../common.pm:1
+#, fuzzy, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "Âû ìîĉàöċ àáàöü ³íĝû˙ ìîâû, ˙êi˙ áóäóöü äàñòóïíû ïàñë˙ ˘ñòàë˙âàíí˙"
-#: ../../diskdrake/interactive.pm_.c:1039
-msgid "Formatting"
-msgstr "Ôàìàòàâàííċ"
+#: ../../common.pm:1
+#, fuzzy, c-format
+msgid "Can't make screenshots before partitioning"
+msgstr "Äàäàöü àçäçċë íċìà÷ûìà"
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../common.pm:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Ôàìàòàâàííċ âiòóàëüíàà àçäçċëó %s"
+msgid "%d seconds"
+msgstr "%d ñċêóíäà˘"
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../common.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "Ôàìàòàâàííċ àçäçċëó %s"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid íċ ïàöàçäîëüíû"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Íċ ġàïàċ ïàñòîû äë˙ ñòâàŭíí˙ íîâûġ àçäçċëà˘"
+msgid "1 minute"
+msgstr "1 ġâiëiíà"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../common.pm:1
#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1064
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Íċ ġàïàċ ïàñòîû äë˙ ñòâàŭíí˙ íîâûġ àçäçċëà˘"
+msgid "%d minutes"
+msgstr "%d ġâiëií"
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../common.pm:1
#, c-format
-msgid "Copying %s"
+msgid "TB"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1072
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Ïàìċû ŭêàíó: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../common.pm:1
#, c-format
-msgid "partition %s is now known as %s"
+msgid "GB"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "Ïûëàäà:"
-
-#: ../../diskdrake/interactive.pm_.c:1104
-#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Ëiòàà äë˙ DOS-äûñêó: %s (íà˘àä)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "Òûï: "
-
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "Iì˙: "
-
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../common.pm:1
#, c-format
-msgid "Start: sector %s\n"
-msgstr "Ïà÷àòàê: ñċêòà %s\n"
+msgid "MB"
+msgstr "Ìá"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s"
-msgstr "Ïàìċ: %s"
+msgid "KB"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s ñċêòàà˘"
+msgid "United States"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../crypto.pm:1 ../../lang.pm:1
#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Öûëiíäû ç %d ïà %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "Ôàìàòàâàííċ\n"
-
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "Íċ àäôàìàòàâàíà\n"
+msgid "Austria"
+msgstr "ïàñë˙äî˘íà˙"
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "Çàìàíöiàâàíà\n"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Italy"
+msgstr "Iòàëü˙íñêi"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "Netherlands"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../crypto.pm:1 ../../lang.pm:1
#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Ôàéë(û) âiòóàëüíàé ôàéëàâàé ñiñòŭìû: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1132
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Çàóçà÷íû àçäçċë ïà äàìà˘ëċííŝ\n"
-" (äë˙ çàóçêi MS-DOS, à íċ äë˙ lilo)\n"
+msgid "Sweden"
+msgstr "ë."
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "Level %s\n"
-msgstr "Óçîâċíü %s\n"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Norway"
+msgstr "Íàâċĉñêi"
-#: ../../diskdrake/interactive.pm_.c:1135
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Ïàìċ ôàìċíòó %s\n"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Greece"
+msgstr "ŭ÷àñêi"
-#: ../../diskdrake/interactive.pm_.c:1136
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-äûñêi %s\n"
+msgid "Germany"
+msgstr "Í˙ìċöêi"
-#: ../../diskdrake/interactive.pm_.c:1138
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "Iì˙ ôàéëó âiòóàëüíàé ôàéëàâàé ñiñòŭìû: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1141
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1144
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
+msgid "Czech Republic"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1163
-msgid "Read-only"
-msgstr ""
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "Belgium"
+msgstr "Áċëüiéñêi"
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Size: %s\n"
-msgstr "Ïàìċ: %s\n"
+msgid "France"
+msgstr "Ôàíöû˙"
-#: ../../diskdrake/interactive.pm_.c:1165
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "ċàìċòû˙: %s öûëiíäà˘, %s àëîâàê, %s ñċêòàà˘\n"
-
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "Iíôàìàöû˙: "
+msgid "Costa Rica"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1167
+#: ../../fsedit.pm:1
#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-äûñêi %s\n"
+msgid "Error opening %s for writing: %s"
+msgstr "Ïàìûëêà àäêûöö˙ %s äë˙ çàïiñó: %s"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../fsedit.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Òûï òàáëiöû àçäçċëà˘: %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1169
-#, fuzzy, c-format
-msgid "on channel %d id %d\n"
-msgstr "íà ĝûíċ %d id %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1199
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Òûï ôàéëàâàé ñiñòŭìû:"
-
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
+msgid "Nothing to do"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../fsedit.pm:1
#, 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:1204
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Ïàîëi íċ ñóïàäàŝöü"
-
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr ""
-
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Çì˙íiöü òûï àçäçċëó"
+msgid "Not enough free space for auto-allocating"
+msgstr "Íċ ġàïàċ ïàñòîû äë˙ ñòâàŭíí˙ íîâûġ àçäçċëà˘"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
-#, c-format
-msgid "Can't login using username %s (bad password?)"
+#: ../../fsedit.pm:1
+#, 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"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-#, fuzzy
-msgid "Domain Authentication Required"
-msgstr "À˘òŭíòûôiêàöû˙"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Another one"
-msgstr "öiêàâà"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Which username"
-msgstr "Iì˙ êàûñòàëüíiêó:"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
+#: ../../fsedit.pm:1
+#, fuzzy, c-format
msgid ""
-"Please enter your username, password and domain name to access this host."
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
msgstr ""
+"Âàì íċàáġîäíà çàäàöü ïàâiëüíû òûï ôàéëàâàé ñiñòŭìû (ext2, reiserfs)\n"
+"äë˙ ŭòàé êîïêi ìàíöiàâàíí˙\n"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-#, fuzzy
-msgid "Username"
-msgstr "Iì˙ êàûñòàëüíiêó:"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-#, fuzzy
-msgid "Domain"
-msgstr "NIS Domain"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS ñċâċ"
-
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s ïàìûëêà ôàìàòàâàíí˙ %s"
-
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Íċ âċäàŝ ˙ê àäôàìàòàâàöü %s ç òûïàì %s"
+msgid "This directory should remain within the root filesystem"
+msgstr "ŭòû êàòàëî ïàâ³íċí çíàġîäç³ööà ˘íóòû êààí¸âàé ôàéëàâàé ñ³ñòŭìû"
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
+msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, c-format
-msgid "error unmounting %s: %s"
-msgstr "ïàìûëêà àçìàíöiàâàíí˙ %s: %s"
+msgid "There is already a partition with mount point %s\n"
+msgstr "Óĉî ¸ñöü àçäçċë ç ïóíêòàì ìàíöiàâàíí˙ %s\n"
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr ""
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Mount points must begin with a leading /"
+msgstr "Ïóíêò ìàíöiàâàíí˙ ïàâiíċí ïà÷ûíàööà ç /"
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use ReiserFS for partitions smaller than 32MB"
+msgstr "Âû íċ ìîĉàöċ àçáiâàöü íà àçäċëû, ïàìċ ˙êiġ ìċíċé çà 32 Ìá"
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "ñċâċ"
+#: ../../fsedit.pm:1
+#, fuzzy, c-format
+msgid "You can't use JFS for partitions smaller than 16MB"
+msgstr "Âû íċ ìîĉàöċ àçáiâàöü íà àçäċëû, ïàìċ ˙êiġ ìċíċé çà 16 Ìá"
-#: ../../fsedit.pm_.c:240
+#: ../../fsedit.pm:1
#, fuzzy, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2393,295 +1145,574 @@ msgstr ""
"\n"
"Öi ĉàäàċöċ ñòàöiöü óñċ àçäçċëû?\n"
-#: ../../fsedit.pm_.c:501
-#, fuzzy
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Âû íċ ìîĉàöċ àçáiâàöü íà àçäċëû, ïàìċ ˙êiġ ìċíċé çà 16 Ìá"
-
-#: ../../fsedit.pm_.c:502
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Âû íċ ìîĉàöċ àçáiâàöü íà àçäċëû, ïàìċ ˙êiġ ìċíċé çà 32 Ìá"
-
-#: ../../fsedit.pm_.c:521
-msgid "Mount points must begin with a leading /"
-msgstr "Ïóíêò ìàíöiàâàíí˙ ïàâiíċí ïà÷ûíàööà ç /"
-
-#: ../../fsedit.pm_.c:522
+#: ../../fsedit.pm:1
#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Óĉî ¸ñöü àçäçċë ç ïóíêòàì ìàíöiàâàíí˙ %s\n"
+msgid "server"
+msgstr "ñċâċ"
-#: ../../fsedit.pm_.c:526
+#: ../../fsedit.pm:1
#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
+msgid "with /usr"
msgstr ""
-#: ../../fsedit.pm_.c:528
-msgid "This directory should remain within the root filesystem"
-msgstr "ŭòû êàòàëî ïàâ³íċí çíàġîäç³ööà ˘íóòû êààí¸âàé ôàéëàâàé ñ³ñòŭìû"
-
-#: ../../fsedit.pm_.c:530
-#, fuzzy
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "simple"
msgstr ""
-"Âàì íċàáġîäíà çàäàöü ïàâiëüíû òûï ôàéëàâàé ñiñòŭìû (ext2, reiserfs)\n"
-"äë˙ ŭòàé êîïêi ìàíöiàâàíí˙\n"
-#: ../../fsedit.pm_.c:532
+#: ../../fs.pm:1
#, 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"
+msgid "Enabling swap partition %s"
+msgstr "Ôàìàòàâàííċ àçäçċëó %s"
-#: ../../fsedit.pm_.c:599
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Íċ ġàïàċ ïàñòîû äë˙ ñòâàŭíí˙ íîâûġ àçäçċëà˘"
+#: ../../fs.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "ïàìûëêà àçìàíöiàâàíí˙ %s: %s"
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
+#: ../../fs.pm:1
+#, c-format
+msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fsedit.pm_.c:694
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Mounting partition %s"
+msgstr "Ôàìàòàâàííċ àçäçċëó %s"
+
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Checking %s"
+msgstr "Ïàìċû ŭêàíó: %s\n"
+
+#: ../../fs.pm:1
#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Ïàìûëêà àäêûöö˙ %s äë˙ çàïiñó: %s"
+msgid "Formatting partition %s"
+msgstr "Ôàìàòàâàííċ àçäçċëó %s"
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "Creating and formatting file %s"
+msgstr "Ñòâàŭííċ i ôàìàòàâàííċ ôàéëà %s"
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "I don't know how to format %s in type %s"
+msgstr "Íċ âċäàŝ ˙ê àäôàìàòàâàöü %s ç òûïàì %s"
-#: ../../harddrake/sound.pm_.c:171
+#: ../../fs.pm:1
#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s ïàìûëêà ôàìàòàâàíí˙ %s"
+
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
+"\n"
+"Click on \"<- Previous\" to stop this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
+"Íàö³ñí³öċ \"Òàê\", êàë³ ĉàäàċöċ âûäàë³öü óñċ äàäçċíû˙\n"
+"³ àçäçċëû íà ŭòûì äûñêó. Áóäçöċ óâàĉë³âû˙, ïàñë˙ ŭòàé àïċàöû³ âû íċ\n"
+"\n"
+"çäîëċċöċ àäíàâ³öü ëŝáû˙ äàäçċíû˙ ³ àçäçċëû, óë³÷âàŝ÷û ³ äàäçċíû˙ Windows\n"
+"\n"
+"\n"
+"Íàö³ñí³öċ \"Àäìċíà\" êàá àäì˙í³öü àïċàöûŝ áċç ñòàòû äàäçċíûġ ³ àçäçċëà˘"
-#: ../../harddrake/sound.pm_.c:173
-#, fuzzy
-msgid "Sound configuration"
-msgstr "Íàñòîéêà"
-
-#: ../../harddrake/sound.pm_.c:174
-#, c-format
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
+"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"
+" çí³ĝ÷àíû ³ ³ġ íċìà÷ûìà áóäçċ àäíàâ³öü."
-#: ../../harddrake/sound.pm_.c:176
+#: ../../help.pm:1
#, c-format
msgid ""
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:178
-#, fuzzy
-msgid "Driver:"
-msgstr "ñċâċ"
-
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-msgid "Help"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
+"\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
+"\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\n"
+"\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\n"
+"\n"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\n"
+"\n"
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
+"\n"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\n"
+"\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
+"\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
+"\n"
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
msgstr ""
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
msgstr ""
-#: ../../harddrake/sound.pm_.c:186
+#: ../../help.pm:1
+#, c-format
msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
+"Yaboot's main options are:\n"
"\n"
-"It also provides a much higher API than OSS.\n"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\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\n"
+"Open 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 ""
-#: ../../harddrake/sound.pm_.c:202
+#: ../../help.pm:1
#, c-format
msgid ""
-"The old \"%s\" driver is blacklisted.\n"
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\n"
"\n"
-"It has been reported to oopses the kernel on unloading.\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Ïàâċêà ïààìċòà˘ íàñòîéêi"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "Êàëi ëàñêà, ïà÷àêàéöċ"
-
-#: ../../harddrake/sound.pm_.c:210
-msgid "No known driver"
+"For Linux, there are a few possible options:\n"
+"\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"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 often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\n"
+"\n"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"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 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\n"
+"\n"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with 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 pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
msgstr ""
-#: ../../harddrake/sound.pm_.c:211
+#: ../../help.pm:1
#, c-format
-msgid "There's no known driver for your sound card (%s)"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:214
-msgid "Unkown driver"
+msgid ""
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
+"\n"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\n"
+"\n"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\n"
+"\n"
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
msgstr ""
-#: ../../harddrake/sound.pm_.c:215
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\n"
+"\n"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\n"
+"\n"
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
+msgstr ""
+
+#: ../../help.pm:1
#, c-format
msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\n"
+"\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way 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 it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\n"
+"\n"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\n"
+"\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
+"\n"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-#, fuzzy
-msgid "Auto-detect"
-msgstr "Àääàëċíû ïûíòŭ"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-#, fuzzy
-msgid "Unknown|Generic"
-msgstr "Àóëüíû"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\n"
+"\n"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\n"
+"\n"
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"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ööà!"
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"This dialog allows to finely tune your bootloader:\n"
+"\n"
+" * \"Bootloader to use\": there are three choices for your bootloader:\n"
+"\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
+"\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\n"
+"\n"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"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\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
+"\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\n"
+"\n"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
msgstr ""
-#: ../../harddrake/v4l.pm_.c:224
+#: ../../help.pm:1
+#, c-format
msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
+"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 the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it 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"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\n"
+"\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. 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"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\n"
+"\n"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
+"\n"
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
msgstr ""
-#: ../../harddrake/v4l.pm_.c:227
-#, fuzzy
-msgid "Card model:"
-msgstr "Àäàñû ïàì˙ö³ êàòû (DMA)"
-
-#: ../../harddrake/v4l.pm_.c:228
-#, fuzzy
-msgid "Tuner type:"
-msgstr "Çì˙íiöü òûï àçäçċëó"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\n"
+"\n"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"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 and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\n"
+"\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
msgstr ""
-#: ../../harddrake/v4l.pm_.c:231
-#, fuzzy
-msgid "PLL setting:"
-msgstr "ôàìàòàâàííċ"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\n"
+"\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\n"
+"\n"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\n"
+"\n"
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
msgstr ""
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
+"\n"
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
msgstr ""
-#: ../../help.pm_.c:13
+#: ../../help.pm:1
+#, c-format
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 this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"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\n"
-"first 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 the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after 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 the people meant to use that computer. When you are\n"
-"finish adding all the users you want, select \"Done\".\n"
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\n"
"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default).\n"
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\n"
+"\n"
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\n"
"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\n"
+"\n"
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
msgstr ""
-#: ../../help.pm_.c:48
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
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 \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+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: \"Name\", \"Capacity\".\n"
+"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
+"\"Capacity\".\n"
"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\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 drive is an IDE hard drive and\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\". For IDE\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"
@@ -2693,26 +1724,27 @@ msgid ""
" * \"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"
+"\"second lowest SCSI ID\", etc.\n"
"\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"
-"\"²ì˙\" êàäàâàíà òàê - \"òûï äûñêó\", \"íóìà äûñêó\", \"íóìà àçäçċëó\" \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"
@@ -2720,295 +1752,275 @@ msgstr ""
"\n"
"\n"
"Äë˙ SCSI äûñêà˘ - \"a\" ŭòà \"ïċĝàñíû ĉîñê³ äûñê\", \"b\" - \"äóàñíû "
-"ĉîñê³ äûñê\", ³ .ä."
-
-#: ../../help.pm_.c:79
-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 ""
+"ĉîñê³ äûñê\", ³ .ä.\n"
+"\n"
+"\"Windows ²ì˙\" ñ³ìâàë âàĝàà äûñêó ˘ Windows (ïċĝû äûñê ö³\n"
+"àçäçċë ïàçíà÷àċööà ˙ê \"C:\")."
-#: ../../help.pm_.c:84
+#: ../../help.pm:1
+#, c-format
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"
+"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"
-"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"
+"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"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
+"To partition the selected hard drive, you can use these options:\n"
"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation,\n"
-"select one or more of the corresponding groups;\n"
+" * \"Clear all\": this option deletes all partitions on the selected hard\n"
+"drive\n"
"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\n"
+"and swap partitions in free space of your hard drive\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"
+"\"More\": gives access to additional features:\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"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery, if necessary. It is strongly\n"
+"recommended that you perform this step.\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect 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"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a floppy disk.\n"
"\n"
-" * \"With X\": install the fewest packages possible to have a working\n"
-"graphical desktop;\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"
+"doesn't always work.\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"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\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"
+" * \"Removable media automounting\": unchecking this option will force\n"
+"users to manually mount and unmount removable medias such as floppies and\n"
+"CD-ROMs.\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"
+" * \"Wizard\": use this option if you wish to use a wizard to partition\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\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 to repair or\n"
-"update an existing system."
-msgstr ""
-
-#: ../../help.pm_.c:135
-msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+" * \"Undo\": use this option to cancel your changes.\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 installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"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"
+" * \"Toggle to normal/expert mode\": allows additional actions on\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\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"
+" * \"Done\": when you are finished partitioning your hard drive, this will\n"
+"save your changes back to disk.\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 the previous step on how to\n"
-"create such a floppy disk."
-msgstr ""
-
-#: ../../help.pm_.c:171
-msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
+"Note: you can reach any option using the keyboard. Navigate through the\n"
+"partitions using [Tab] and the [Up/Down] arrows.\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"
+"When a partition is selected, you can use:\n"
"\n"
-"You can consult the ``Starter Guide'' chapter about Internet connections\n"
-"for details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
+"\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
+" * Ctrl-m to set the mount point\n"
+"\n"
+"To get information about the different file system 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:193
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You may now choose which services you wish to start at boot time.\n"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\n"
"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"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"
-"!!"
+"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:210
+#: ../../help.pm:1
+#, c-format
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 unselecting \"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"
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able 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"
-"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."
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"the selected package( s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm:1
+#, fuzzy, c-format
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.\n"
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\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"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". A window will\n"
-"then appear and ask you if you can see it.\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"
+"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"
+"Click on \"Next ->\" when you are ready to format partitions.\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. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new 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:246
+#: ../../help.pm:1
+#, c-format
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."
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\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"
+"that will automatically perform a whole installation without the help of an\n"
+"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. The\n"
+"partitioning step is the only interactive procedure.\n"
+"\n"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\n"
+"\n"
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\n"
+"\n"
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>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:253
-msgid ""
-"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 bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, 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"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
-msgstr ""
-
-#: ../../help.pm_.c:277
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux system.\n"
+"At this point, you need to decide 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"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux 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"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, 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 ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here by clicking the dialog's \"Wizard\" button.\n"
+"Depending on your hard drive configuration, several options are available:\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"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\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. You will then be asked to choose the mount points associated to\n"
+"option. You will then be asked to choose the mount points associated with\n"
"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\n"
+"and for the most part it's a good idea to keep them.\n"
"\n"
" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows 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"
-"Microsoft Windows on the same computer.\n"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\n"
"\n"
" Before choosing this option, please understand that after this\n"
"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store 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"
+"system, choose this option. Be careful, because you will not be able to\n"
+"undo your choice after you confirm.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+" !! If you choose this option, all data on your disk will be deleted. !!\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"
+"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 option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
msgstr ""
"Ó ŭòûì ïóíêöċ, âû ïàâ³ííû àáàöü äçċ íà âàĝûì ĉîñê³ì \n"
"äûñêó óñòàë˙âàöü àïċàöûéíóŝ ñ³ñòŭìó Mandrake Linux. Êàë³ äûñê ïóñòû\n"
@@ -3069,743 +2081,431 @@ msgstr ""
" ë¸êà çóá³öü ñâàċ äàäçċíû˙. Òàìó íċ àá³àéöċ ŭòóŝ îïöûŝ êàë³ âûíċ âċäàċöċ "
"ĝòî îá³öċ."
-#: ../../help.pm_.c:347
+#: ../../help.pm:1
+#, c-format
msgid ""
-"There you are. Installation is now completed 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"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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"
+" * 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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\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"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
-#: ../../help.pm_.c:378
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem on it).\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"
-"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."
+"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"
-"Ó òîé ĉà ÷àñ, âû ìîĉàöċ ïċàôàìàòàâàöü óĉî ³ñíóŝ÷û˙ àçäçċëû, êàá ñö¸ö³\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
+#: ../../help.pm:1
+#, c-format
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."
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
msgstr ""
-"Âàĝà íîâà˙ àïċàöûéíà˙ ñ³ñòŭìà Mandrake Linux çààç óñòà븢âàċööà.\n"
-"ŭòà àïċàöû˙ àäûìċ ïŭ˘íû ÷àñ(ĝòî çàëċĉûöü àä ïàìċó àáàíàà ˘ñòàë˙âàíí˙ ³ "
-"ġóòêàñö³\n"
-" êàìï'ŝòŭó) .\n"
-"\n"
-"\n"
-"Êàë³ ëàñêà, ïà÷àêàéöċ."
-#: ../../help.pm_.c:412
+#: ../../help.pm:1
+#, c-format
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 able 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"
+"Resolution\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."
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
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 included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"Accept\" button."
-msgstr ""
-
-#: ../../help.pm_.c:432
+#: ../../help.pm:1
+#, c-format
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"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"Monitor\n"
"\n"
-"If you do not know what to choose, keep the default option."
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm:1
+#, c-format
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"
+"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 upon.\n"
"\n"
-" * \"Clear all\": this option deletes all partitions on the selected hard\n"
-"drive;\n"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
-"\"More\": gives access to additional features:\n"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
-"for later partition-table recovery, if necessary. It is strongly\n"
-"recommended to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a 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"
+"Monitor\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
-"users 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\n"
-"your 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"
+"Resolution\n"
"\n"
-" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\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"
+"Test\n"
"\n"
-" * Ctrl-c to create a new partition (when an empty partition is selected);\n"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\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"
+"Options\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."
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
msgstr ""
-#: ../../help.pm_.c:513
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
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"
+"Graphic Card\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"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
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
+#: ../../help.pm:1
+#, c-format
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\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
-"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
-"\n"
-"Depending on your GNU/Linux knowledge, select one of the following 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"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-" * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
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:582
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\n"
+"This step is used to choose which services you wish to start at boot time.\n"
"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\n"
"\n"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"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 that 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:598
+#: ../../help.pm:1
+#, c-format
msgid ""
-"The first step is to choose your preferred language.\n"
-"\n"
-"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 host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"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.\n"
-"\n"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
msgstr ""
-#: ../../help.pm_.c:617
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it 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"
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\n"
"\n"
-"If you wish to specify a different type of mouse, select the appropriate\n"
-"type from the provided list.\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\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.\n"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
"\n"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
-msgstr ""
-
-#: ../../help.pm_.c:638
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
msgstr ""
-#: ../../help.pm_.c:642
+#: ../../help.pm:1
+#, c-format
msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to 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"
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present 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"
-"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"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"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 during boot. !!\n"
"\n"
-"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your network administrator.\n"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\n"
"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such a floppy."
msgstr ""
-#: ../../help.pm_.c:678
+#: ../../help.pm:1
+#, c-format
msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\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\n"
-"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"
+"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"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\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"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\n"
"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved for the expert user."
-msgstr ""
-
-#: ../../help.pm_.c:718
-#, fuzzy
-msgid ""
-"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"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\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.\n"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\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"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\n"
"\n"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\n"
"\n"
-"Òàêñàìà âû ìîĉàöċ ïàĉàäàöü i íċ äàáà˘ë˙öü iíĝû˙ àïċàöûéíû˙ ñiñòŭìû.\n"
-"Ó òàêiì âûïàäêó ïàòŭáíà âûäàëiöü àäïàâċäíû˙ çàïiñû. Àëċ ĉ òàäû âàì \n"
-"ïàòŭáíà áóäçċ çàóçà÷íà˙ äûñêċòà, êàá çàóçiööà!"
-
-#: ../../help.pm_.c:732
-#, fuzzy
-msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"Íċàáġîäíà ïàçíà÷ûöü, äçċ âû ĉàäàċöċ àçì˙ñöiöü iíôàìàöûŝ, ˙êà˙ íċàáġîäíà\n"
-"äë˙ çàóçêi Linux.\n"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working 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"
-"Êàëi âû íċ àä÷óâàċöċ àáñàëŝòíà äàêëàäíà, ĝòî âû îáiöċ, \n"
-"àá˙ûöċ \"Ïċĝû ñċêòà íà äûñêó (MBR)\"."
-
-#: ../../help.pm_.c:739
-msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
+" * \"Truly minimal install\": will install the absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\n"
"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a 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 first 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"
+"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"
-" * \"CUPS\" -- ``Common Unix Printing System'', is excellent at printing to\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+"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:759
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards 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 with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to 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 manually provide options to the driver."
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD as required."
msgstr ""
-#: ../../help.pm_.c:781
+#: ../../help.pm:1
+#, fuzzy, c-format
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 OSes, 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\n"
-"prompt 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"
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\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"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\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"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a filesystem check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\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."
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc."
msgstr ""
-
-#: ../../help.pm_.c:828
-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"
+"Äàëċé àäçíà÷àíû óñċ ³ñíóŝ÷û˙ àçäçċëû Linux, çíîéäçċíû˙ íà âàĝûì äûñêó,\n"
+" ˙ê³˙ çîáëċíû ìàéñòàì âûëó÷ŭíí˙ äûñêà˘. Âû ìîĉàöċ ïàê³íóöü ³ġ òàê ³ "
+"âûêàûñò˘âàöü\n"
+" äàëċé, áî ˙íû äîáà ïàäûġîäç˙öü äë˙ çâû÷àéíàà âûêàûñòàíí˙. Êàë³ âû\n"
+" ˘íîñ³öċ çìċíû, âû ïàâ³ííû, âûëó÷ûöü ġàö˙ àçäçċë (\"/\"). àá³öċ\n"
+" àçäçċë íċ âċëüì³ ìàëûì, áî ˘ àäâàîòíûì âûïàäêó âû í˙ çäîëċċöċ óñòàë˙âàöü\n"
+" äàñòàòêîâà ïààìíàà çàáċñï˙÷ŭíí˙.Êàë³ âû ĉàäàċöċ çàġàâàöü âàĝû˙ "
+"äàäçċíû˙\n"
+" íà àñîáíûì àçäçċëċ, âû ïàâ³ííû àáàöü ïóíêò ìàíö³àâàíí˙ \"/home\".\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+"Êîĉíû àçäçċë ïàçíà÷àíû íàñòóïíûì ÷ûíàì \"²ì˙\", \"Ñâîéñòâû\".\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"
+"(íàïûêëàä, \"hda1\").\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"
+"\"Òûï äûñêó\" êàäàâàíû ˙ê \"hd\", êàë³ ŭòà IDE, ³ \"sd\" êàë³ SCSI.\n"
+" * \"à\" \"master\" íà ïċĝàñíûì êàíàëċ IDE \n"
+" * \"b\" \"slave\" íà ïċĝàñíûì êàíàëċ IDE\n"
+" * \"c\" \"master\" íà äóàñíûì êàíàëċ IDE\n"
+" * \"d\" \"slave\" íà äóàñíûì êàíàëċ IDE\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open 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 ""
+"Äë˙ SCSI äûñêà˘ - \"a\" ŭòà \"ïċĝàñíû ĉîñê³ äûñê\", \"b\" - \"äóàñíû "
+"ĉîñê³ äûñê\", ³ .ä."
-#: ../../help.pm_.c:860
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may 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\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to 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. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
msgstr ""
-#: ../../help.pm_.c:891
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
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!"
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
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 stop this operation without losing any data and\n"
-"partitions present on this hard drive."
+#: ../../install2.pm:1
+#, c-format
+msgid "You must also format %s"
msgstr ""
-"Íàö³ñí³öċ \"Òàê\", êàë³ ĉàäàċöċ âûäàë³öü óñċ äàäçċíû˙\n"
-"³ àçäçċëû íà ŭòûì äûñêó. Áóäçöċ óâàĉë³âû˙, ïàñë˙ ŭòàé àïċàöû³ âû íċ\n"
-"\n"
-"çäîëċċöċ àäíàâ³öü ëŝáû˙ äàäçċíû˙ ³ àçäçċëû, óë³÷âàŝ÷û ³ äàäçċíû˙ Windows\n"
-"\n"
-"\n"
-"Íàö³ñí³öċ \"Àäìċíà\" êàá àäì˙í³öü àïċàöûŝ áċç ñòàòû äàäçċíûġ ³ àçäçċëà˘"
-#: ../../install2.pm_.c:111
+#: ../../install2.pm:1
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -3813,174 +2513,185 @@ msgid ""
"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install2.pm_.c:167
+#: ../../install_any.pm:1
#, c-format
-msgid "You must also format %s"
+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 ""
+"Ïàìûëêà: äë˙ ñòâàŭíí˙ íîâûġ ôàéëàâûġ ñiñòŭìà˘ íċ çíàéäçċíû àäïàâċäíû˙ \n"
+"ïûëàäû. Ïàâċöċ àáñòàë˙âàííċ äë˙ ïîĝóêó iìàâċíàé ïû÷ûíû."
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm:1 ../../partition_table.pm:1
#, 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 ""
+msgid "Error reading file %s"
+msgstr "Ïàìûëêà ÷ûòàíí˙ ôàéëó %s"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm:1
#, c-format
msgid ""
-"The following packages will be removed to allow upgrading your system: %s\n"
-"\n"
-"\n"
-"Do you really want to remove these packages?\n"
+"To use this saved packages selection, boot installation with ``linux "
+"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:471
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Íċìà÷ûìà âûêàûñòî˘âàöü broadcast áċç äàìċíà NIS"
+#: ../../install_any.pm:1
+#, c-format
+msgid "This floppy is not FAT formatted"
+msgstr ""
-#: ../../install_any.pm_.c:879
+#: ../../install_any.pm:1
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Óñòà˘öċ äûñêċòó ˘ äûñêàâîä %s"
-#: ../../install_any.pm_.c:883
-msgid "This floppy is not FAT formatted"
-msgstr ""
+#: ../../install_any.pm:1
+#, c-format
+msgid "Can't use broadcast with no NIS domain"
+msgstr "Íċìà÷ûìà âûêàûñòî˘âàöü broadcast áċç äàìċíà NIS"
-#: ../../install_any.pm_.c:895
+#: ../../install_any.pm:1
+#, c-format
msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
#, c-format
-msgid "Error reading file %s"
-msgstr "Ïàìûëêà ÷ûòàíí˙ ôàéëó %s"
+msgid "No"
+msgstr "Íċ"
-#: ../../install_any.pm_.c:1040
-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 ""
-"Ïàìûëêà: äë˙ ñòâàŭíí˙ íîâûġ ôàéëàâûġ ñiñòŭìà˘ íċ çíàéäçċíû àäïàâċäíû˙ \n"
-"ïûëàäû. Ïàâċöċ àáñòàë˙âàííċ äë˙ ïîĝóêó iìàâċíàé ïû÷ûíû."
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
+#, c-format
+msgid "Yes"
+msgstr "Òàê"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_any.pm:1
#, c-format
msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
+"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 ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
+"\n"
+"\n"
+"Do you really want to install these servers?\n"
msgstr ""
-"Ïŭ˘íàċ àáñòàë˙âàííċ ïàòàáóċ êàìċöûéíûġ äàéâċà˘ äë˙ ïàöû.\n"
-"×àñòêîâà ³íôàìàöûŝ ïà ³ġ ìîĉíà àòûìàöü òóò: %s"
-#: ../../install_interactive.pm_.c:56
-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_gtk.pm:1
+#, fuzzy, c-format
+msgid "System configuration"
+msgstr "Íàñòîéêà"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr "Âû ïàâiííû ìċöü àçäçċë swap"
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System installation"
+msgstr "Óñòàë˙âàííċ SILO"
-#: ../../install_interactive.pm_.c:62
-msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Í˙ìà àçäçċëà swap.\n"
-"\n"
-"Óñ¸ àäíî ïàö˙âàöü?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing down the network"
+msgstr "Àäëó÷ŭííċ àä ñċòêi"
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Âû ïàâiííû ìċöü àçäçċë swap"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing up the network"
+msgstr "Äàëó÷ŭííċ äà ñċòêi"
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Âûêàûñòî˘âàöü íċçàí˙òóŝ ïàñòîó"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Partitioning failed: %s"
+msgstr "Ïàäûġòî˘êà àçäċëà˘ íċ ˘äàëàñ˙: %s"
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Íċ ġàïàċ ïàñòîû äë˙ ñòâàŭíí˙ íîâûġ àçäçċëà˘"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "The DrakX Partitioning wizard found the following solutions:"
+msgstr "Ìàéñòà ïàäûġòî˘êi àçäçċëà˘ DrakX çíàéĝî˘ íàñòóïíû˙ âàû˙íòû:"
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partitions"
-msgstr "Âûêàûñòî˘âàöü iñíóŝ÷û àçäçċë"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "I can't find any room for installing"
+msgstr "Äàäàöü àçäçċë íċìà÷ûìà"
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Í˙ìà iñíóŝ÷ûġ àçäçċëà˘, ˙êi˙ ìîĉíà âûêàûñòàöü"
+#: ../../install_interactive.pm:1
+#, 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:109
-msgid "Use the Windows partition for loopback"
-msgstr "Âûêàûñòî˘âàöü àçäçċë Windows äë˙ âiòóàëüíàé ôàéëàâàé ñiñòŭìû"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use fdisk"
+msgstr "Âûêàûñòî˘âàöü fdisk"
-#: ../../install_interactive.pm_.c:112
-#, fuzzy
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Ïàìċû ˙êîà àçäçċëà âû ĉàäàċöċ çì˙íiöü?"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "Custom disk partitioning"
+msgstr "Âûêàûñòî˘âàöü iñíóŝ÷û àçäçċë"
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Âûáà ïàìċà˘"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "ALL existing partitions and their data will be lost on drive %s"
+msgstr "Óñċ iñíóŝ÷û˙ àçäçċëû íà äûñêó %s i äàäçċíû˙ íà iġ áóäóöü ñòà÷àíû"
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Êààí¸âû àçäçċë ˘ Má: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "You have more than one hard drive, which one do you install linux on?"
+msgstr "Íà ˙êi ç ìàŝ÷ûġñ˙ ĉîñòêiġ äûñêà˘ Âû ĉàäàċöċ ˘ñòàë˙âàöü Linux?"
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Ïàìċ swap àçäçċëó ˘ Má:"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "Ñö¸öi äàäçċíû˙ íà ˘ñiì äûñêó"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr "Âûêàûñòî˘âàöü íċçàí˙òóŝ ïàñòîó íà àçäçċëċ Windows"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "Âûäàëiöü Windows(TM)"
-#: ../../install_interactive.pm_.c:129
-msgid "Which partition do you want to resize?"
-msgstr "Ïàìċû ˙êîà àçäçċëà âû ĉàäàċöċ çì˙íiöü?"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to resize (or not enough space left)"
+msgstr ""
+"Íċ çíîéäçċíà àçäçċëà˘ FAT äë˙ çì˙íċíí˙ ïàìċà˘ àëüáî âûêàûñòàíí˙\n"
+"˘ ˙êàñöi âiòóàëüíàé ôàéëàâàé ñiñòŭìû (öi íċäàñòàòêîâà ïàñòîû íà äûñêó)"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "À˘òàçì˙íċííċ ïàìċà˘ íċ àòûìàëàñ˙ äë˙ àçäçċëó FAT %s"
+
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
msgstr "Âûëi÷ŭííċ ìċĉà˘ ôàéëàâàé ñiñòŭìû Windows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Ó ïààìû çìċíû ïàìċà˘ àçäçċëà FAT íċ àòûìàëàñ˙\n"
-"àïàöàâàöü Âàĝ àçäçċë, ïàìûëêà: %s"
+msgid "Resizing"
+msgstr "Çì˙íċííċ ïàìċà˘"
-#: ../../install_interactive.pm_.c:137
-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 çàíàäòà ôàìċíòàâàíû. \n"
-"ŭêàìċíäóċì ñïà÷àòêó çàïóñöiöü ïààìó ``defrag''"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "àçäçċë %s"
-#: ../../install_interactive.pm_.c:138
-#, fuzzy
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which size do you want to keep for Windows on"
+msgstr "ßêóŝ ïàñòîó çàġàâàöü äë˙ Windows?"
+
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -4000,324 +2711,167 @@ msgstr ""
"äàäçċíûġ i òîëüêi ïîòûì çíî˘ â˙íiöċñ˙ äà ïààìû ˘ñòàë˙âàíí˙.\n"
"Êàëi ïàäûġòàâàëiñ˙, íàöiñíiöċ Ok."
-#: ../../install_interactive.pm_.c:148
-msgid "Which size do you want to keep for Windows on"
-msgstr "ßêóŝ ïàñòîó çàġàâàöü äë˙ Windows?"
-
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm:1
#, c-format
-msgid "partition %s"
-msgstr "àçäçċë %s"
-
-#: ../../install_interactive.pm_.c:156
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "À˘òàçì˙íċííċ ïàìċà˘ íċ àòûìàëàñ˙ äë˙ àçäçċëó FAT %s"
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition to resize or to use as loopback (or not enough "
-"space left)"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
msgstr ""
-"Íċ çíîéäçċíà àçäçċëà˘ FAT äë˙ çì˙íċíí˙ ïàìċà˘ àëüáî âûêàûñòàíí˙\n"
-"˘ ˙êàñöi âiòóàëüíàé ôàéëàâàé ñiñòŭìû (öi íċäàñòàòêîâà ïàñòîû íà äûñêó)"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Erase entire disk"
-msgstr "Ñö¸öi äàäçċíû˙ íà ˘ñiì äûñêó"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr "Âûäàëiöü Windows(TM)"
-
-#: ../../install_interactive.pm_.c:180
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Íà ˙êi ç ìàŝ÷ûġñ˙ ĉîñòêiġ äûñêà˘ Âû ĉàäàċöċ ˘ñòàë˙âàöü Linux?"
-
-#: ../../install_interactive.pm_.c:183
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "Óñċ iñíóŝ÷û˙ àçäçċëû íà äûñêó %s i äàäçċíû˙ íà iġ áóäóöü ñòà÷àíû"
-
-#: ../../install_interactive.pm_.c:191
-#, fuzzy
-msgid "Custom disk partitioning"
-msgstr "Âûêàûñòî˘âàöü iñíóŝ÷û àçäçċë"
+"Âàĝ àçäçċë ç Windows çàíàäòà ôàìċíòàâàíû. \n"
+"ŭêàìċíäóċì ñïà÷àòêó çàïóñöiöü ïààìó ``defrag''"
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr "Âûêàûñòî˘âàöü fdisk"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "Computing the size of the Windows partition"
+msgstr "Âûêàûñòî˘âàöü íċçàí˙òóŝ ïàñòîó íà àçäçċëċ Windows"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
msgstr ""
-"Âû ìîĉàöċ ö˙ïċ àçáiöü âàĝ äûñê %s\n"
-"Ïà çàêàí÷ŭííi íċ çàáóäçüöċñ˙ çàġàâàöü çì˙íċííi, ñêàûñòà˘ĝû `w'"
-
-#: ../../install_interactive.pm_.c:227
-#, fuzzy
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Âûêàûñòî˘âàöü íċçàí˙òóŝ ïàñòîó íà àçäçċëċ Windows"
-
-#: ../../install_interactive.pm_.c:243
-#, 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 çíàéĝî˘ íàñòóïíû˙ âàû˙íòû:"
+"Ó ïààìû çìċíû ïàìċà˘ àçäçċëà FAT íċ àòûìàëàñ˙\n"
+"àïàöàâàöü Âàĝ àçäçċë, ïàìûëêà: %s"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Ïàäûġòî˘êà àçäċëà˘ íċ ˘äàëàñ˙: %s"
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr "Äàëó÷ŭííċ äà ñċòêi"
-
-#: ../../install_interactive.pm_.c:265
-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"
-"òàìó ïàö˙âàéöċ íà ñâàŝ ûçûêó."
+msgid "Which partition do you want to resize?"
+msgstr "Ïàìċû ˙êîà àçäçċëà âû ĉàäàċöċ çì˙íiöü?"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Äóáë˙âàííċ ïóíêòó ìàíöiàâàíí˙ %s"
+msgid "Use the free space on the Windows partition"
+msgstr "Âûêàûñòî˘âàöü íċçàí˙òóŝ ïàñòîó íà àçäçċëċ Windows"
-#: ../../install_steps.pm_.c:380
-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"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
-"Íċêàòîû˙ âàĉíû˙ ïàêċòû íċ áûëi ˘ñòàë˙âàíû êàŭêòíà.\n"
-"Äói âàĝ cdrom äûñê öi âàĝ cdrom ìàŝöü äŭôċêòû.\n"
-"Ïàâċöċ cdrom íà âàĝûì êàìïóòàû, âûêàûñòî˘âàŝ÷û\"rpm -qpl Mandrake/RPMS/*."
-"rpm\"\n"
+"Íċ çíîéäçċíà àçäçċëà˘ FAT äë˙ çì˙íċíí˙ ïàìċà˘ àëüáî âûêàûñòàíí˙\n"
+"˘ ˙êàñöi âiòóàëüíàé ôàéëàâàé ñiñòŭìû (öi íċäàñòàòêîâà ïàñòîû íà äûñêó)"
-#: ../../install_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr "Ħ°Ñ€´ÑÑ‡½° ·°żÑ€°Ñˆ°µĵ у %s"
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
-msgstr "Äûñêàâîä íċäàñòóïíû"
+msgid "Swap partition size in MB: "
+msgstr "Ïàìċ swap àçäçċëó ˘ Má:"
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Ïċàġîä íà êîê `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:146
-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 ""
-"Ó Âàĝàé ñiñòŭìċ ìàċööà íċäàġîï ŭñóñà˘, òàìó ìà÷ûìû ïàáëċìû\n"
-"ïû ˘ñòàë˙âàííi Mandrake Linux. Ó ŭòûì âûïàäêó ïàñïàáóéöċ òŭêñòàâóŝ\n"
-"ïààìó ˘ñòàë˙âàíí˙. Äë˙ ŭòàà íàöiñíiöċ `F1' ó ÷àñ çàóçêi, à ïîòûì\n"
-"íàá˙ûöċ `text' i íàöiñíiöċ <ENTER>."
-
-#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr "Êëàñ Óñòàë˙âàíí˙"
-
-#: ../../install_steps_gtk.pm_.c:160
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Êàëi ëàñêà, àá˙ûöċ àäçií ç êëàñà˘ óñòàë˙âàíí˙:"
-
-#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr "Âûáà óïû ïàêċòà˘"
-
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr "Àñàáiñòû âûáà ïàêċòà˘"
+msgid "Root partition size in MB: "
+msgstr "Êààí¸âû àçäçċë ˘ Má: "
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Àóëüíû ïàìċ: %d / %d Má"
+msgid "Choose the sizes"
+msgstr "Âûáà ïàìċà˘"
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr "Äŭííû ïàêċò"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "Which partition do you want to use for Linux4Win?"
+msgstr "Ïàìċû ˙êîà àçäçċëà âû ĉàäàċöċ çì˙íiöü?"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr "Iì˙: %s\n"
+msgid "Use the Windows partition for loopback"
+msgstr "Âûêàûñòî˘âàöü àçäçċë Windows äë˙ âiòóàëüíàé ôàéëàâàé ñiñòŭìû"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "Âċñi˙: %s\n"
+msgid "There is no existing partition to use"
+msgstr "Í˙ìà iñíóŝ÷ûġ àçäçċëà˘, ˙êi˙ ìîĉíà âûêàûñòàöü"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr "Ïàìċ: %d Ká\n"
+msgid "Use existing partitions"
+msgstr "Âûêàûñòî˘âàöü iñíóŝ÷û àçäçċë"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr "Çíà÷íàñöü: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:360
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Âû íċ ìîĉàöċ âûáàöü ŭòû ïàêċò, òàìó ˙ê íċ ġàïàċ ìċñöà äë˙ ˙î ˘ñòàë˙âàíí˙"
-
-#: ../../install_steps_gtk.pm_.c:365
-msgid "The following packages are going to be installed"
-msgstr "Íàñòóïíû˙ ïàêċòû áóäóöü äàäàíû äà ñiñòŭìû"
-
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr "Íàñòóïíû˙ ïàêċòû áóäóöü âûäàëċíû"
-
-#: ../../install_steps_gtk.pm_.c:378
-msgid "You can't select/unselect this package"
-msgstr "Âû íċ ìîĉàöċ âûëó÷àöü ³ àäì˙í˙öü âûëó÷ŭííċ ŭòàà ïàêċòó"
+msgid "Not enough free space to allocate new partitions"
+msgstr "Íċ ġàïàċ ïàñòîû äë˙ ñòâàŭíí˙ íîâûġ àçäçċëà˘"
-#: ../../install_steps_gtk.pm_.c:390
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "ŭòà àáàâ˙çêîâû ïàêċò, ˙î âûëó÷ŭííċ íċëüà àäì˙íiöü"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use free space"
+msgstr "Âûêàûñòî˘âàöü íċçàí˙òóŝ ïàñòîó"
-#: ../../install_steps_gtk.pm_.c:392
-msgid "You can't unselect this package. It is already installed"
-msgstr "Âû íċ ìîĉàöċ àäì˙íiöü âûëó÷ŭííċ ŭòàà ïàêċòó. ¨í óĉî ˘ñòàë˙âàíû"
+#: ../../install_interactive.pm:1 ../../install_steps.pm:1
+#, fuzzy, c-format
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "Âû ïàâiííû ìċöü àçäçċë swap"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"ŭòû ïàêċò ïàâiíċí áûöü àáíî˘ëċíû\n"
-"Âû ˘ïŭ˘íċíû, ĝòî ġî÷àöċ àäì˙íiöü âûëó÷ŭííċ?"
-
-#: ../../install_steps_gtk.pm_.c:398
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Âû íċ ìîĉàöċ àäì˙íiöü âûëó÷ŭííċ ŭòàà ïàêċòó. ßî ïàòŭáíà àáíàâiöü"
-
-#: ../../install_steps_gtk.pm_.c:403
-msgid "Show automatically selected packages"
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
+"Í˙ìà àçäçċëà swap.\n"
+"\n"
+"Óñ¸ àäíî ïàö˙âàöü?"
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr "Óñòà븢êà"
-
-#: ../../install_steps_gtk.pm_.c:407
-#, fuzzy
-msgid "Load/Save on floppy"
-msgstr "Çàġàâàííċ íà äûñêċòó"
-
-#: ../../install_steps_gtk.pm_.c:408
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Àñàáiñòû âûáà ïàêċòà˘"
-
-#: ../../install_steps_gtk.pm_.c:413
-#, fuzzy
-msgid "Minimal install"
-msgstr "Âûäàëiöü ç ñiñòŭìû"
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr "Óñòà븢âàċì"
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr "×àêàċööà"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr "Çàñòàëîñ˙ ÷àñó "
-
-#: ../../install_steps_gtk.pm_.c:469
-#, fuzzy
-msgid "Please wait, preparing installation..."
-msgstr "Ïàäûġòî˘êà ˘ñòàë˙âàíüí˙"
-
-#: ../../install_steps_gtk.pm_.c:551
+#: ../../install_interactive.pm:1
#, c-format
-msgid "%d packages"
-msgstr "%d ïàêċòà˘"
+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_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr "Óñòàë˙âàííċ ïàêċòó %s"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "Ïûí˙öü"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
-msgstr "Àäêàçàöü"
+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_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
+#: ../../install_messages.pm:1
#, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\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."
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\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öċ âàĝ Cd-Rom!\n"
+"Âiíĝóċì, óñòàë˙âàííċ çàâċĝàíà.\n"
+"Âûäàëiöċ çàóçà÷íû äûñê i íàöiñíiöċ enter äë˙ ïċàçàóçêi.\n"
"\n"
-"Êàëi ëàñêà, óñòà˘öċ Cd-Rom, ïàçíà÷àíû \"%s\", ó âàĝ äûñêàâîä i íàöiñíiöċ Oê "
-"ïàñë˙.\n"
-"Êàëi âû íċ ìàċöċ ˙î, íàöiñíiöċ Àäì˙íiöü, êàá àäì˙íiöü óñòàë˙âàííċ ç ŭòàà "
-"Cd."
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr "Óñ¸ î˘íà ïàö˙âàöü?"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
-msgstr "Àòûìàëàñ˙ ïàìûëêà ˘ïààäêàâàíí˙ ïàêċòà˘:"
+"\n"
+"Çà iíôàìàöû˙é ïà çì˙íċííi äàäçċíàà âûïóñêó Mandrake Linux,\n"
+"çâ˙òàéöċñü íà \n"
+"\n"
+"\n"
+"%s\n"
+"\n"
+"\n"
+"Iíôàìàöû˙ ïà íàñòîéêċ âàĝàé ñiñòŭìû ¸ñòü ˘ ïàñë˙-˘ñòàë¸âà÷íàé\n"
+"ëàâċ âàĝàà Äàïàìîĉíiêà Êàûñòàëüíiêó ç Àôiöûéíàà Mandrake Linux."
-#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr "Àòûìàëàñ˙ ïàìûëêà ˘ïààäêàâàíí˙ ïàêċòà˘:"
+#: ../../install_messages.pm:1
+#, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -4349,20 +2903,8 @@ msgid ""
"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:112
-msgid "License agreement"
-msgstr "˳öŭíç³éíà˙ äàìîâà"
-
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -4483,249 +3025,687 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
-msgstr ""
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "Ïċàġîä íà êîê `%s'\n"
-#: ../../install_steps_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "Êëàâi˙òóà"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "Óñ¸ î˘íà ïàö˙âàöü?"
-#: ../../install_steps_interactive.pm_.c:218
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Êàëi ëàñêà, àá˙ûöċ òûï êëàâi˙òóû."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "Àòûìàëàñ˙ ïàìûëêà ˘ïààäêàâàíí˙ ïàêċòà˘:"
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "Àòûìàëàñ˙ ïàìûëêà ˘ïààäêàâàíí˙ ïàêċòà˘:"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, 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 íàöiñíiöċ Oê "
+"ïàñë˙.\n"
+"Êàëi âû íċ ìàċöċ ˙î, íàöiñíiöċ Àäì˙íiöü, êàá àäì˙íiöü óñòàë˙âàííċ ç ŭòàà "
+"Cd."
-#: ../../install_steps_interactive.pm_.c:237
-msgid "Which installation class do you want?"
-msgstr "ßêi êëàñ óñòàë˙âàíí˙ âû ĉàäàċöċ?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "Àäêàçàöü"
-#: ../../install_steps_interactive.pm_.c:241
-#, fuzzy
-msgid "Install/Update"
-msgstr "Óñòà븢êà"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "Ïûí˙öü"
-#: ../../install_steps_interactive.pm_.c:241
-#, fuzzy
-msgid "Is this an install or an update?"
-msgstr "Àá˙ûöċ ˘ñòàë˙âàííċ öi àáíà˘ëċííċ"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "Óñòàë˙âàííċ ïàêċòó %s"
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Recommended"
-msgstr "ŭêàìċíäàâàíà"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d ïàêċòà˘"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "Ŭêñïċò"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "No details"
+msgstr "Ïàäàá˙çíàñöi"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade"
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "Ïàäàá˙çíàñöi"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#, fuzzy
-msgid "Upgrade packages only"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Please wait, preparing installation..."
+msgstr "Ïàäûġòî˘êà ˘ñòàë˙âàíüí˙"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "Çàñòàëîñ˙ ÷àñó "
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "×àêàċööà"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "Óñòà븢âàċì"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
+
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Minimal install"
+msgstr "Âûäàëiöü ç ñiñòŭìû"
+
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Updating package selection"
msgstr "Àñàáiñòû âûáà ïàêċòà˘"
-#: ../../install_steps_interactive.pm_.c:282
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "êàëi ëàñêà, ïàçíà÷öċ òûï âàĝàé ìûĝû."
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Load/Save on floppy"
+msgstr "Çàġàâàííċ íà äûñêċòó"
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr "Ïîò ìûĝû"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "<- Previous"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Êàëi ëàñêà, ïàçíà÷öċ ïîñë˙äî˘íû ïîò, äà ˙êîà ïàäêëŝ÷àíà âàĝà˙ ìûĝ."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "Óñòà븢êà"
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It must be upgraded"
+msgstr "Âû íċ ìîĉàöċ àäì˙íiöü âûëó÷ŭííċ ŭòàà ïàêċòó. ßî ïàòŭáíà àáíàâiöü"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid ""
+"This package must be upgraded.\n"
+"Are you sure you want to deselect it?"
msgstr ""
+"ŭòû ïàêċò ïàâiíċí áûöü àáíî˘ëċíû\n"
+"Âû ˘ïŭ˘íċíû, ĝòî ġî÷àöċ àäì˙íiöü âûëó÷ŭííċ?"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It is already installed"
+msgstr "Âû íċ ìîĉàöċ àäì˙íiöü âûëó÷ŭííċ ŭòàà ïàêċòó. ¨í óĉî ˘ñòàë˙âàíû"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "This is a mandatory package, it can't be unselected"
+msgstr "ŭòà àáàâ˙çêîâû ïàêċò, ˙î âûëó÷ŭííċ íċëüà àäì˙íiöü"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "Âû íċ ìîĉàöċ âûëó÷àöü ³ àäì˙í˙öü âûëó÷ŭííċ ŭòàà ïàêċòó"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "Íàñòóïíû˙ ïàêċòû áóäóöü âûäàëċíû"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be installed"
+msgstr "Íàñòóïíû˙ ïàêċòû áóäóöü äàäàíû äà ñiñòŭìû"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid ""
+"You can't select this package as there is not enough space left to install it"
msgstr ""
+"Âû íċ ìîĉàöċ âûáàöü ŭòû ïàêċò, òàìó ˙ê íċ ġàïàċ ìċñöà äë˙ ˙î ˘ñòàë˙âàíí˙"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr "Íàñòîéêà êàò PCMCIA ..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Çíà÷íàñöü: %s\n"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Ïàìċ: %d Ká\n"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr "Íàñòîéêà IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Version: %s\n"
+msgstr "Âċñi˙: %s\n"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Name: %s\n"
+msgstr "Iì˙: %s\n"
-#: ../../install_steps_interactive.pm_.c:345
-msgid "No partition available"
-msgstr "í˙ìà äàñòóïíûġ àçäçċëà˘"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Bad package"
+msgstr "Äŭííû ïàêċò"
-#: ../../install_steps_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "²íĝû˙"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Àóëüíû ïàìċ: %d / %d Má"
+
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Next ->"
+msgstr "Äàëċé ->"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Individual package selection"
+msgstr "Àñàáiñòû âûáà ïàêċòà˘"
+
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Help"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
-msgstr "Àá˙ûöċ ïóíêòû ìàíöiàâàíí˙"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package Group Selection"
+msgstr "Âûáà óïû ïàêċòà˘"
-#: ../../install_steps_interactive.pm_.c:386
+#: ../../install_steps_gtk.pm:1
+#, c-format
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"
+"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 ""
+"Ó Âàĝàé ñiñòŭìċ ìàċööà íċäàġîï ŭñóñà˘, òàìó ìà÷ûìû ïàáëċìû\n"
+"ïû ˘ñòàë˙âàííi Mandrake Linux. Ó ŭòûì âûïàäêó ïàñïàáóéöċ òŭêñòàâóŝ\n"
+"ïààìó ˘ñòàë˙âàíí˙. Äë˙ ŭòàà íàöiñíiöċ `F1' ó ÷àñ çàóçêi, à ïîòûì\n"
+"íàá˙ûöċ `text' i íàöiñíiöċ <ENTER>."
-#: ../../install_steps_interactive.pm_.c:395
-#, fuzzy
-msgid "No root partition found to perform an upgrade"
-msgstr "Êààí¸âû àçäçċë íċ çíîéäçċíû"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Save packages selection"
+msgstr "Àñàáiñòû âûáà ïàêċòà˘"
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Êààí¸âû àçäçċë"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "À˘òàìàòû÷íû"
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "ßêi àäçċë êààí¸âû (/) äë˙ âàĝàé ñiñòŭìû?"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Replay"
+msgstr "Ïċàçàóç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:1
+#, c-format
+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:435
-msgid "Choose the partitions you want to format"
-msgstr "Âûáà àçäçċëà˘ äë˙ ôàìàòàâàíí˙"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Generate auto install floppy"
+msgstr "Ñòâàŭííċ äûñêċòû äë˙ ˘ñòàë˙âàíí˙"
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Ïàâċûöü íà íà˙˘íàñöü äŭííûġ áëîêà˘?"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Reboot"
+msgstr "Root"
-#: ../../install_steps_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr "Ôàìàòàâàíí˙ àçäçċëà˘"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Some steps are not completed.\n"
+"\n"
+"Do you really want to quit now?"
+msgstr ""
+"Íċêàòîû˙ êîêi íċ çàâċĝàíû.\n"
+"Âû ñàïà˘äû ĉàäàċöċ âûéñöi çààç?"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Ñòâàŭííċ i ôàìàòàâàííċ ôàéëà %s"
+msgid "Creating auto install floppy..."
+msgstr "Ñòâàŭííċ äûñêċòû äë˙ ˘ñòàë˙âàíí˙"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
+#, c-format
+msgid "Insert a blank floppy in drive %s"
+msgstr "Óñòà˘öċ äûñêċòó ˘ äûñêàâîä %s"
-#: ../../install_steps_interactive.pm_.c:470
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
+"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:472
-msgid "Not enough swap space to fulfill installation, please add some"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installation of bootloader failed. The following error occured:"
+msgstr "Ïàöŭñ óñòàë˙âàíí˙ çàóç÷ûêà íċ àòûìà˘ñ˙. Óçíiêëà íàñòóïíà˙ ïàìûëêà:"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Installing bootloader"
+msgstr "Óñòàë˙âàííċ çàóç÷ûêó"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Error installing aboot, \n"
+"try to force installation even if that destroys the first partition?"
msgstr ""
-"Íċ ġàïàċ ìċñöà ˘ áóôċû ïàäêà÷êi (swap) äë˙ ˘ñòàë˙âàíí˙, ïàâ˙ëi÷öċ ˙î."
+"Ïàìûëêà ˘ñòàë˙âàíí˙ àboot, \n"
+"ñïàáàâàöü óñòà븢âàöü, íċëċäç˙÷û íà ìà÷ûìàñöü ïàóĝŭíí˙ ïċĝàà àçäċëó?"
-#: ../../install_steps_interactive.pm_.c:479
-#, fuzzy
-msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "Ïàë˙ä äàñòóïíûġ ïàêċòà˘"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "Âû ĉàäàċöċ âûêàûñòî˘âàöü aboot?"
-#: ../../install_steps_interactive.pm_.c:480
-msgid "Looking for available packages..."
-msgstr "Ïàë˙ä äàñòóïíûġ ïàêċòà˘"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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 or some other means to boot your machine"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:483
-#, fuzzy
-msgid "Looking at packages already installed..."
-msgstr "Âû íċ ìîĉàöċ àäì˙íiöü âûëó÷ŭííċ ŭòàà ïàêċòó. ¨í óĉî ˘ñòàë˙âàíû"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing bootloader..."
+msgstr "Ïàäûġòî˘êà çàóç÷ûêà"
-#: ../../install_steps_interactive.pm_.c:487
-msgid "Finding packages to upgrade..."
-msgstr "Ïîĝóê ïàêċòà˘ äë˙ àáíà˘ëċíí˙"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Domain Admin Password"
+msgstr "Ïàäöâċäçiöü ïàîëü"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Domain Admin User Name"
+msgstr "Iì˙ äàìċíó"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Windows Domain"
+msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Authentication Windows Domain"
+msgstr "À˘òŭíòûôiêàöû˙"
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
msgstr ""
-"Âàĝà ñiñòŭìà íċ ìàċ äàñòàêîâà ìċñöà äë˙ ˘ñòàë˙âàíí˙ öi àáíà˘ëċíí˙ (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:541
-msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Server"
+msgstr "NIS ñċâċ:"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "NIS Domain"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Authentication NIS"
+msgstr "À˘òŭíòûôiêàöû˙ NIS"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "NIS"
+msgstr "Âûêàûñòî˘âàöü NIS"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "LDAP Server"
+msgstr "ñċâċ"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:543
-#, fuzzy
-msgid "Load from floppy"
-msgstr "Àäíà˘ëċííċ ç äûñêċòû"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Authentication LDAP"
+msgstr "À˘òŭíòûôiêàöû˙"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr "Çàġàâàííċ íà äûñêċòó"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:547
-#, fuzzy
-msgid "Loading from floppy"
-msgstr "Àäíà˘ëċííċ ç äûñêċòû"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Local files"
+msgstr "Ëàêàëüíû ïûíòŭ"
-#: ../../install_steps_interactive.pm_.c:547
-#, fuzzy
-msgid "Package selection"
-msgstr "Âûáà óïû ïàêċòà˘"
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "À˘òŭíòûôiêàöû˙"
-#: ../../install_steps_interactive.pm_.c:552
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Óñòà˘öċ äûñêċòó ˘ äûñêàâîä %s"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it must be at least %d characters long)"
+msgstr ""
+"ŭòû ïàîëü çàíàäòà ïîñòû (˙î äà˘ĉûí˙ ïàâiííà áûöü íċ ìċíċé çà %d ëiòàà˘)"
-#: ../../install_steps_interactive.pm_.c:634
-msgid "Selected size is larger than available space"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No password"
+msgstr "Í˙ìà ïàîëŝ"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Set root password"
+msgstr "Ïàîëü äë˙ root"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You have not configured X. Are you sure you really want this?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:649
-#, fuzzy
-msgid "Type of install"
-msgstr "Âûáà ïàêċòà˘ äë˙ óñòàë˙âàíí˙"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services: %d activated for %d registered"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:650
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, fuzzy, c-format
+msgid "Services"
+msgstr "ïûëàäà"
+
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "System"
+msgstr "Mouse Systems"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Bootloader"
+msgstr "àëî˘íû˙ îïöûi ïà÷àòêîâàà çàóç÷ûêó"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Boot"
+msgstr "Root"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "disabled"
+msgstr "Òàáëiöà"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "activated"
+msgstr "Àêòû˘íû"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Firewall"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:653
-#, fuzzy
-msgid "With X"
-msgstr "×àêàéöċ"
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Security"
+msgstr "êó÷ààâû"
-#: ../../install_steps_interactive.pm_.c:655
-msgid "With basic documentation (recommended!)"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Security Level"
+msgstr "Íàñòîéêi ˘çî˘í˙ á˙ñïċêi"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "not configured"
+msgstr "Íàñòîéêà X Window"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Network"
+msgstr "Ñċòêà:"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Network & Internet"
+msgstr "Ñċòêàâû iíòŭôċéñ"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Graphical interface"
+msgstr "Çàïóñê X ïû ñòàöċ ñiñòŭìû"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "TV card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:741
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Do you have an ISA sound card?"
+msgstr "Öi ¸ñöü ó âàñ iíĝû?"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Sound card"
+msgstr "Ñòàíäàòíû"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "Àääàëċíû ñċâċ CUPS"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "No printer"
+msgstr "Iì˙ äóêàêi"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer"
+msgstr "Ïûíòŭ"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Mouse"
+msgstr "Ïîò ìûĝû"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Timezone"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "Êëàâi˙òóà"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "NTP Server"
+msgstr "NIS ñċâċ:"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Hardware clock set to GMT"
+msgstr "Âàĝ ñiñòŭìíû àäçiííiê óñòàë˙âàíû íà GMT?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "ßêi âàĝ ÷àñàâû ïî˙ñ?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Contacting the mirror to get the list of available packages..."
+msgstr "Ñóâ˙çü ç ëŝàì äë˙ àòûìàíí˙ ñïiñó äàñòóïíûġ ïàêċòà˘"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "Âûáà ëŝñòà äë˙ àòûìàíí˙ ïàêċòà˘"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid ""
+"Contacting Mandrake Linux web site to get the list of available mirrors..."
+msgstr "Ñóâ˙çü ç ëŝàì äë˙ àòûìàíí˙ ñïiñó äàñòóïíûġ ïàêċòà˘"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"You now have the opportunity to download updated packages. These packages\n"
+"have been updated 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:1
+#, fuzzy, c-format
+msgid "Please insert the Update Modules floppy in drive %s"
+msgstr "Óñòà˘öċ äûñêċòó ˘ äûñêàâîä %s"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "Óñòà˘öċ äûñêċòó ˘ äûñêàâîä %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "Íàñòîéêà ïàñë˙ ˘ñòàë˙âàíí˙"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Installing package %s\n"
+"%d%%"
+msgstr ""
+"Óñòàë˙âàííċ ïàêċòó %s\n"
+"%d%%"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "Ïàäûġòî˘êà ˘ñòàë˙âàíüí˙"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "Cd-Rom ïàçíà÷àíû \"%s\""
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4735,3219 +3715,6488 @@ msgstr ""
"Êàëi âû íċ ìàċöċ àíi âîäíàà ç ŭòûġ CD äûñêà˘, íàöiñíiöċ Àäì˙íiöü.\n"
"Êàëi íċêàòîûġ ç CD äûñêà˘ íċ ìàċöċ, àäì˙íiöċ iġ âûäç˙ëċííċ i íàöiñíiöċ Îê."
-#: ../../install_steps_interactive.pm_.c:746
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom ïàçíà÷àíû \"%s\""
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr "Ïàäûġòî˘êà ˘ñòàë˙âàíüí˙"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "With X"
+msgstr "×àêàéöċ"
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Installing package %s\n"
-"%d%%"
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
msgstr ""
-"Óñòàë˙âàííċ ïàêċòó %s\n"
-"%d%%"
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr "Íàñòîéêà ïàñë˙ ˘ñòàë˙âàíí˙"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Type of install"
+msgstr "Âûáà ïàêċòà˘ äë˙ óñòàë˙âàíí˙"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Selected size is larger than available space"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm:1
#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
+msgid "Insert a floppy containing package selection"
msgstr "Óñòà˘öċ äûñêċòó ˘ äûñêàâîä %s"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1
#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Óñòà˘öċ äûñêċòó ˘ äûñêàâîä %s"
+msgid "Loading from floppy"
+msgstr "Àäíà˘ëċííċ ç äûñêċòû"
-#: ../../install_steps_interactive.pm_.c:861
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Package selection"
+msgstr "Âûáà óïû ïàêċòà˘"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "Çàġàâàííċ íà äûñêċòó"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Load from floppy"
+msgstr "Àäíà˘ëċííċ ç äûñêċòû"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
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 ?"
+"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:876
-#, fuzzy
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
-msgstr "Ñóâ˙çü ç ëŝàì äë˙ àòûìàíí˙ ñïiñó äàñòóïíûġ ïàêċòà˘"
+"Your system does not have enough space left for installation or upgrade (%d "
+"> %d)"
+msgstr ""
+"Âàĝà ñiñòŭìà íċ ìàċ äàñòàêîâà ìċñöà äë˙ ˘ñòàë˙âàíí˙ öi àáíà˘ëċíí˙ (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:881
-msgid "Choose a mirror from which to get the packages"
-msgstr "Âûáà ëŝñòà äë˙ àòûìàíí˙ ïàêċòà˘"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "Ïîĝóê ïàêċòà˘ äë˙ àáíà˘ëċíí˙"
-#: ../../install_steps_interactive.pm_.c:890
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr "Ñóâ˙çü ç ëŝàì äë˙ àòûìàíí˙ ñïiñó äàñòóïíûġ ïàêċòà˘"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Looking at packages already installed..."
+msgstr "Âû íċ ìîĉàöċ àäì˙íiöü âûëó÷ŭííċ ŭòàà ïàêċòó. ¨í óĉî ˘ñòàë˙âàíû"
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr "ßêi âàĝ ÷àñàâû ïî˙ñ?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages..."
+msgstr "Ïàë˙ä äàñòóïíûġ ïàêċòà˘"
-#: ../../install_steps_interactive.pm_.c:923
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "Âàĝ ñiñòŭìíû àäçiííiê óñòàë˙âàíû íà GMT?"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr "Ïàë˙ä äàñòóïíûġ ïàêċòà˘"
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
+"Íċ ġàïàċ ìċñöà ˘ áóôċû ïàäêà÷êi (swap) äë˙ ˘ñòàë˙âàíí˙, ïàâ˙ëi÷öċ ˙î."
-#: ../../install_steps_interactive.pm_.c:931
-#, fuzzy
-msgid "NTP Server"
-msgstr "NIS ñċâċ:"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr "Àääàëċíû ñċâċ CUPS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Check bad blocks?"
+msgstr "Ïàâċûöü íà íà˙˘íàñöü äŭííûġ áëîêà˘?"
-#: ../../install_steps_interactive.pm_.c:966
-#, fuzzy
-msgid "No printer"
-msgstr "Iì˙ äóêàêi"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "Âûáà àçäçċëà˘ äë˙ ôàìàòàâàíí˙"
-#: ../../install_steps_interactive.pm_.c:982
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Öi ¸ñöü ó âàñ iíĝû?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You need to reboot for the partition table modifications to take place"
+msgstr "Êàá ìàäûôiêàöû˙ òàáëiöû àçäçċëà˘ çäċéñíiëàñ˙, ïàòŭáíà ïċàçàóçêà."
-#: ../../install_steps_interactive.pm_.c:984
-msgid "Run \"sndconfig\" after installation to configure your sound card"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:986
-msgid "No sound card detected. Try \"harddrake\" after installation"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "Àá˙ûöċ ïóíêòû ìàíöiàâàíí˙"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No partition available"
+msgstr "í˙ìà äàñòóïíûġ àçäçċëà˘"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring IDE"
+msgstr "Íàñòîéêà IDE"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "Íàñòîéêà êàò PCMCIA ..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "PCMCIA"
+msgstr "PCMCIA"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:994
-#, fuzzy
-msgid "Mouse"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 2 Emulation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose which serial port your mouse is connected to."
+msgstr "Êàëi ëàñêà, ïàçíà÷öċ ïîñë˙äî˘íû ïîò, äà ˙êîà ïàäêëŝ÷àíà âàĝà˙ ìûĝ."
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
msgstr "Ïîò ìûĝû"
-#: ../../install_steps_interactive.pm_.c:996
-msgid "Timezone"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Please choose your type of mouse."
+msgstr "êàëi ëàñêà, ïàçíà÷öċ òûï âàĝàé ìûĝû."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
-msgid "Printer"
-msgstr "Ïûíòŭ"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade %s"
+msgstr "àçäçċë %s"
-#: ../../install_steps_interactive.pm_.c:999
-#, fuzzy
-msgid "ISDN card"
-msgstr "Óíóòàíà˙ ISDN êàòà"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "Àá˙ûöċ ˘ñòàë˙âàííċ öi àáíà˘ëċííċ"
-#: ../../install_steps_interactive.pm_.c:1003
-#: ../../install_steps_interactive.pm_.c:1009
-#, fuzzy
-msgid "Sound card"
-msgstr "Ñòàíäàòíû"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Install/Upgrade"
+msgstr "Óñòà븢êà"
-#: ../../install_steps_interactive.pm_.c:1012
-msgid "TV card"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Please choose your keyboard layout."
+msgstr "Êàëi ëàñêà, àá˙ûöċ òûï êëàâi˙òóû."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "˳öŭíç³éíà˙ äàìîâà"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "default:LTR"
+msgstr "Ïà äàìà˘ëċííŝ"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "An error occurred"
+msgstr "Àäáûëàñ˙ ïàìûëêà"
+
+#: ../../install_steps_newt.pm:1
+#, c-format
+msgid ""
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
+" <Tab>/<Alt-Tab> ïàìiĉ ŭëċìċíòàìi | <Space> âûáà | <F12> íàñòóïíû ŭêàí "
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-#, fuzzy
-msgid "NIS"
-msgstr "Âûêàûñòî˘âàöü NIS"
+#: ../../install_steps_newt.pm:1
+#, c-format
+msgid "Mandrake Linux Installation %s"
+msgstr "Óñòàë˙âàííċ Mandrake Linux %s"
-#: ../../install_steps_interactive.pm_.c:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
-#, fuzzy
-msgid "Windows Domain"
-msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "Äûñêàâîä íċäàñòóïíû"
-#: ../../install_steps_interactive.pm_.c:1058
-#: ../../install_steps_interactive.pm_.c:1080
-#, fuzzy
-msgid "Local files"
-msgstr "Ëàêàëüíû ïûíòŭ"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "Ħ°Ñ€´ÑÑ‡½° ·°żÑ€°Ñˆ°µĵ у %s"
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Ïàîëü äë˙ root"
+#: ../../install_steps.pm:1
+#, c-format
+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_interactive.pm_.c:1069
-msgid "No password"
-msgstr "Í˙ìà ïàîëŝ"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "Äóáë˙âàííċ ïóíêòó ìàíöiàâàíí˙ %s"
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps.pm:1
#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
+msgid ""
+"An error occurred, but I don't know how to handle it nicely.\n"
+"Continue at your own risk."
msgstr ""
-"ŭòû ïàîëü çàíàäòà ïîñòû (˙î äà˘ĉûí˙ ïàâiííà áûöü íċ ìċíċé çà %d ëiòàà˘)"
+"Óçíiêëà ïàìûëêà, ˙êóŝ íċ àòûìë³âàċööà êàŭêòíà àïàöàâàöü,\n"
+"òàìó ïàö˙âàéöċ íà ñâàŝ ûçûêó."
-#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "À˘òŭíòûôiêàöû˙"
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Please wait"
+msgstr "Êàëi ëàñêà, ïà÷àêàéöċ"
-#: ../../install_steps_interactive.pm_.c:1088
-#, fuzzy
-msgid "Authentication LDAP"
-msgstr "À˘òŭíòûôiêàöû˙"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "Îê"
-#: ../../install_steps_interactive.pm_.c:1089
-msgid "LDAP Base dn"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
+#, fuzzy, c-format
+msgid "Finish"
+msgstr "Ôiíñêi"
+
+#: ../../interactive.pm:1 ../../standalone/draksec:1
+#, c-format
+msgid "Basic"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1090
-#, fuzzy
-msgid "LDAP Server"
-msgstr "ñċâċ"
+#: ../../interactive.pm:1
+#, c-format
+msgid "Advanced"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1096
-#, fuzzy
-msgid "Authentication NIS"
-msgstr "À˘òŭíòûôiêàöû˙ NIS"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, fuzzy, c-format
+msgid "Remove"
+msgstr "Àääàëċíû ïûíòŭ"
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "NIS Domain"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, fuzzy, c-format
+msgid "Modify"
+msgstr "Çì˙íiöü RAID"
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr "NIS ñċâċ:"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Add"
+msgstr "Äàäàöü"
+
+#: ../../interactive.pm:1
+#, fuzzy, c-format
+msgid "Choose a file"
+msgstr "Àá˙ûöċ äçċ˙ííċ"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../keyboard.pm:1
+#, c-format
msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
+"Here you can choose the key or key combination that will \n"
+"allow switching between the different keyboard layouts\n"
+"(eg: latin and non latin)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
-#, fuzzy
-msgid "Authentication Windows Domain"
-msgstr "À˘òŭíòûôiêàöû˙"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right \"Windows\" key"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1108
-#, fuzzy
-msgid "Domain Admin User Name"
-msgstr "Iì˙ äàìċíó"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Left \"Windows\" key"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
-#, fuzzy
-msgid "Domain Admin Password"
-msgstr "Ïàäöâċäçiöü ïàîëü"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "\"Menu\" key"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1144
-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\"."
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Alt and Shift keys simultaneously"
msgstr ""
-"Ç äàïàìîàé çàóçà÷íàà äûñêà âû çìîĉàöċ çàóĉàöü Linux íċçàëċĉíà àä\n"
-" ñòàíäàòíàà çàóç÷ûêà. ŭòà ìîĉà áûöü ˙êàñíà, êàëi âû íċ ĉàäàċöċ \n"
-"˘ñòà븢âàöü SILO, êàëi iíĝà˙ àïċàöûéíà˙ ñiñòŭìà âûäàë˙ċ SILO, öi SILO íċ \n"
-"ìîĉà ïàöàâàöü ó âàĝàé êàíôióàöûi. Çàóçà÷íû äûñê òàêñàìà ìîĉà áûöü \n"
-"âûêàûñòàí ñóìċñíà ç âûàòàâàëüíàé äûñêċòàé Mandrake Linux, ˙êà˙ âċëüìi \n"
-"ïàëċ÷ûöü âûàòàâàííċ ñiñòŭìû ïàñë˙ çáîŝ.\n"
-"\n"
-"Êàëi ĉàäàċöċ ñòâàûöü çàóçà÷íû äûñê çààç, óñòà˘öċ äûñêċòó ˘ ïċĝû\n"
-"äûñêàâîä i íàöiñíiöċ \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "First floppy drive"
-msgstr "Ïċĝû äûñêàâîä"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "Äói äûñêàâîä"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "CapsLock key"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "Ïàïóñöiöü"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Control and Shift keys simultaneously"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../keyboard.pm:1
#, 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"
+msgid "Both Shift keys simultaneously"
msgstr ""
-"Ç äàïàìîàé çàóçà÷íàà äûñêó âû çìîĉàöċ çàóĉàöü Linux òàêñàìà ˙ê i \n"
-"ñòàíäàòíûì çàóç÷ûêàì. ŭòà ìîĉà áûöü ˙êàñíà, êàëi âû íċ ĉàäàċöċ \n"
-"˘ñòà븢âàöü LILO (öi Grub), êàëi iíĝà˙ àïċàöûéíà˙ ñiñòŭìà âûäàë˙ċ LILO,\n"
-"öi LILO íċ ìîĉà ïàöàâàöü ó âàĝàé êàíôióàöûi. Çàóçà÷íû äûñê òàêñàìà "
-"ìîĉà\n"
-"áûöü âûêàûñòàíû ñóìċñíà ç àìîíòíàé äûñêċòàé Mandrake Linux, ˙êà˙ âċëüìi \n"
-"ïàëċ÷ûöü âûàòàâàííċ ñiñòŭìû ïàñë˙ çáîŝ.\n"
-"\n"
-"Ĉàäàċöċ ñòâàûöü çàóçà÷íû äûñê çààç?\n"
-"%s"
-#: ../../install_steps_interactive.pm_.c:1173
-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)."
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right Alt key"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1181
-msgid "Sorry, no floppy drive available"
-msgstr "Âûáà÷àéöċ, àëċ äûñêàâîä íċäàñòóïíû"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Yugoslavian (latin)"
+msgstr "Àçċáàéäĉàíñê³ (latin)"
-#: ../../install_steps_interactive.pm_.c:1185
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Àá˙ûöċ äûñêàâîä, ó ˙êiì áóäçċ ñòâààööà çàóçà÷íà˙ äûñêċòà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "Âüċòíàìñêi \"íóìà àäêà\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard (international)"
+msgstr "US êëàâi˙òóà (ìiĉíàîäíà˙)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard"
+msgstr "US êëàâi˙òóà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "UK keyboard"
+msgstr "UK êëàâi˙òóà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "Óêàiíñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr "Òóŭöêi (ñó÷àñíà˙ \"Q\" ìàäŭëü)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "Òóŭöêi (òàäûöû¸íà˙ \"F\" ìàäŭëü)"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../keyboard.pm:1
#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Óñòà˘öċ äûñêċòó ˘ äûñêàâîä %s"
+msgid "Tajik keyboard"
+msgstr "Òàéñêà˙ êëàâi˙òóà"
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr "Ñòâàŭííċ çàóçà÷íàé äûñêċòû"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Thai keyboard"
+msgstr "Òàéñêà˙ êëàâi˙òóà"
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr "Ïàäûġòî˘êà çàóç÷ûêà"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "Àì˙íñêi (typewriter)"
-#: ../../install_steps_interactive.pm_.c:1210
-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"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (ISCII-layout)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1216
-msgid "Do you want to use aboot?"
-msgstr "Âû ĉàäàċöċ âûêàûñòî˘âàöü aboot?"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Serbian (cyrillic)"
+msgstr "Àçċáàéäĉàíñê³ (ê³ûë³öà)"
-#: ../../install_steps_interactive.pm_.c:1219
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTY)"
+msgstr "Ñëàâàöêi (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTZ)"
+msgstr "Ñëàâàöêi (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovenian"
+msgstr "Ñëàâċíñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swedish"
+msgstr "Ĝâċöêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian (Yawerty)"
+msgstr "óñêi (ß-Â-Ċ--Ò-È)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "óñêi"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Romanian (qwerty)"
+msgstr "óñêi (ß-Â-Ċ--Ò-È)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Romanian (qwertz)"
+msgstr "óñêi (ß-Â-Ċ--Ò-È)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Canadian (Quebec)"
+msgstr "Êàíàäñêi (Êâċáŭê)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "Ïàòóàëüñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwertz layout)"
+msgstr "Ïîëüñêi (qwertz àñêëàäêà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "Ïîëüñêi (ñòàíäàòíà˙ àñêëàäêà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Norwegian"
+msgstr "Íàâċĉñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "àëàíäñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
msgstr ""
-"Ïàìûëêà ˘ñòàë˙âàíí˙ àboot, \n"
-"ñïàáàâàöü óñòà븢âàöü, íċëċäç˙÷û íà ìà÷ûìàñöü ïàóĝŭíí˙ ïċĝàà àçäċëó?"
-#: ../../install_steps_interactive.pm_.c:1226
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Óñòàë˙âàííċ çàóç÷ûêó"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (UK)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Ïàöŭñ óñòàë˙âàíí˙ çàóç÷ûêà íċ àòûìà˘ñ˙. Óçíiêëà íàñòóïíà˙ ïàìûëêà:"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Mongolian (cyrillic)"
+msgstr "Àçċáàéäĉàíñê³ (ê³ûë³öà)"
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../keyboard.pm:1
#, 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."
+msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../keyboard.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Óñòà˘öċ äûñêċòó ˘ äûñêàâîä %s"
+msgid "Macedonian"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1278
-msgid "Creating auto install floppy..."
-msgstr "Ñòâàŭííċ äûñêċòû äë˙ ˘ñòàë˙âàíí˙"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Malayalam"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1289
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Latvian"
+msgstr "àçìċêàâàííċ"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "Ëiòî˘ñêi \"ôàíċòû÷íû\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "Ëiòî˘ñêi \"íóìà àäêà\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (new)"
+msgstr "Ëiòî˘ñêi AZERTY (íîâû)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "Ëiòî˘ñêi AZERTY (ñòàû)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Laotian"
+msgstr "àçìċêàâàííċ"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latin American"
+msgstr "Ëàöiíà-Àìċûêàíñêi"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Korean keyboard"
+msgstr "UK êëàâi˙òóà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Japanese 106 keys"
+msgstr "ßïîíñêi 106 êëàâiĝ"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Inuktitut"
msgstr ""
-"Íċêàòîû˙ êîêi íċ çàâċĝàíû.\n"
-"Âû ñàïà˘äû ĉàäàċöċ âûéñöi çààç?"
-#: ../../install_steps_interactive.pm_.c:1300
+#: ../../keyboard.pm:1
#, c-format
-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"
-"%s\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
+msgid "Italian"
+msgstr "Iòàëü˙íñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Icelandic"
+msgstr "Iñëàíäñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "Iàíñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "I˘ûò (ôàíċòû÷íû)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli"
+msgstr "I˘ûò"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Croatian"
+msgstr "Ġàâàöêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "Ìàäü˙ñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
msgstr ""
-"Âiíĝóċì, óñòàë˙âàííċ çàâċĝàíà.\n"
-"Âûäàëiöċ çàóçà÷íû äûñê i íàöiñíiöċ enter äë˙ ïċàçàóçêi.\n"
-"\n"
-"\n"
-"Çà iíôàìàöû˙é ïà çì˙íċííi äàäçċíàà âûïóñêó Mandrake Linux,\n"
-"çâ˙òàéöċñü íà \n"
-"\n"
-"\n"
-"%s\n"
-"\n"
-"\n"
-"Iíôàìàöû˙ ïà íàñòîéêċ âàĝàé ñiñòŭìû ¸ñòü ˘ ïàñë˙-˘ñòàë¸âà÷íàé\n"
-"ëàâċ âàĝàà Äàïàìîĉíiêà Êàûñòàëüíiêó ç Àôiöûéíàà Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1313
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gujarati"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1318
-#, fuzzy
-msgid "Generate auto install floppy"
-msgstr "Ñòâàŭííċ äûñêċòû äë˙ ˘ñòàë˙âàíí˙"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Greek"
+msgstr "ŭ÷àñêi"
-#: ../../install_steps_interactive.pm_.c:1320
-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"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "óçiíñêi (\"Ëàöiíñêà˙\" àñêëàäêà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "óçiíñêi (\"óñêà˙\" àñêëàäêà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "French"
+msgstr "Ôàíöóçñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Finnish"
+msgstr "Ôiíñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Spanish"
+msgstr "Iñïàíñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Estonian"
+msgstr "Ŭñòîíñêi"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (US)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Dvorak (Íàâċĉñêi)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Dvorak (US)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "Äàöêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Automated"
-msgstr "À˘òàìàòû÷íû"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "Í˙ìċöêi (í˙ìà çàáëàêiàâàíûġ êëàâiĝ)"
-#: ../../install_steps_interactive.pm_.c:1325
-#, fuzzy
-msgid "Replay"
-msgstr "Ïċàçàóçiöü"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "Í˙ìċöêi"
-#: ../../install_steps_interactive.pm_.c:1328
-#, fuzzy
-msgid "Save packages selection"
-msgstr "Àñàáiñòû âûáà ïàêċòà˘"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTY)"
+msgstr "×ċĝñêi (QWERTY)"
-#: ../../install_steps_newt.pm_.c:20
+#: ../../keyboard.pm:1
#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Óñòàë˙âàííċ Mandrake Linux %s"
+msgid "Czech (QWERTZ)"
+msgstr "×ċĝñêi (QWERTZ)"
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "Ĝâċéöàñêi (Ôàíöóçñêà˙ àñêëàäêà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "Ĝâċéöàñêi (Í˙ìċöêà˙ àñêëàäêà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "Áċëàóñê³"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bosnian"
+msgstr "Ŭñòîíñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "Áàçiëüñêi (ABNT-2)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bulgarian (BDS)"
+msgstr "Áàëàñêi"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bulgarian (phonetic)"
+msgstr "Àì˙íñêi (ôàíċòû÷íû)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bengali"
+msgstr "Òàáëiöà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belgian"
+msgstr "Áċëüiéñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "Àçċáàéäĉàíñê³ (latin)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
+msgstr "Àì˙íñêi (ôàíċòû÷íû)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "Àì˙íñêi (typewriter)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (old)"
+msgstr "Àì˙íñêi (ñòàû)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Albanian"
+msgstr "Iàíñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish"
+msgstr "Ïîëüñêi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Dvorak"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Zimbabwe"
+msgstr "ìîĉà áûöü"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
msgstr ""
-" <Tab>/<Alt-Tab> ïàìiĉ ŭëċìċíòàìi | <Space> âûáà | <F12> íàñòóïíû ŭêàí "
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
msgstr ""
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Serbia"
+msgstr "ïàñë˙äî˘íà˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mayotte"
msgstr ""
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Àá˙ûöċ äçċ˙ííċ"
+#: ../../lang.pm:1
+#, c-format
+msgid "Yemen"
+msgstr ""
-#: ../../interactive.pm_.c:318
-msgid "Advanced"
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
msgstr ""
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
-msgid "Basic"
+#: ../../lang.pm:1
+#, c-format
+msgid "Wallis and Futuna"
msgstr ""
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
+#: ../../lang.pm:1
+#, c-format
+msgid "Vanuatu"
msgstr ""
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-#, fuzzy
-msgid "Next"
-msgstr "Òŭêñò"
+#: ../../lang.pm:1
+#, c-format
+msgid "Vietnam"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr "Äŭííû âûáà, ïàñïàáóéöċ ˙ĝ÷ċ\n"
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../lang.pm:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Âàĝ âûáà? (çìî˘÷àííċ %s) "
+msgid "Virgin Islands (British)"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:54
+#: ../../lang.pm:1
#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
+msgid "Venezuela"
msgstr ""
-#: ../../interactive/stdio.pm_.c:70
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
+msgstr ""
+
+#: ../../lang.pm:1
#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Âàĝ âûáà? (çìî˘÷àííċ %s) "
+msgid "Vatican"
+msgstr "àçìċêàâàííċ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uruguay"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:95
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+#: ../../lang.pm:1
#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Îïöûi: %s"
+msgid "Uganda"
+msgstr "Àäêàò"
-#: ../../interactive/stdio.pm_.c:96
-#, fuzzy
-msgid "Do you want to click on this button?"
-msgstr "Âû ĉàäàċöċ âûêàûñòî˘âàöü aboot?"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Ukraine"
+msgstr "Óêàiíñêi"
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
msgstr ""
-#: ../../interactive/stdio.pm_.c:105
+#: ../../lang.pm:1
#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Âàĝ âûáà? (çìî˘÷àííċ %s) "
+msgid "Taiwan"
+msgstr "àçìċêàâàííċ"
-#: ../../interactive/stdio.pm_.c:123
+#: ../../lang.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
+msgid "Tuvalu"
msgstr ""
-#: ../../interactive/stdio.pm_.c:126
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
msgstr ""
-#: ../../interactive/stdio.pm_.c:139
+#: ../../lang.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
+msgid "Turkey"
msgstr ""
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
msgstr ""
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
-msgid "Czech (QWERTZ)"
-msgstr "×ċĝñêi (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tunisia"
+msgstr ""
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "Í˙ìċöêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkmenistan"
+msgstr ""
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Dvorak"
+#: ../../lang.pm:1
+#, c-format
+msgid "East Timor"
+msgstr ""
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
-msgid "Spanish"
-msgstr "Iñïàíñêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tokelau"
+msgstr ""
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
-msgid "Finnish"
-msgstr "Ôiíñêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr ""
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
-msgid "French"
-msgstr "Ôàíöóçñêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr ""
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
-msgid "Norwegian"
-msgstr "Íàâċĉñêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Togo"
+msgstr ""
-#: ../../keyboard.pm_.c:160
-msgid "Polish"
-msgstr "Ïîëüñêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Southern Territories"
+msgstr ""
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turks and Caicos Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Swaziland"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Syria"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Suriname"
+msgstr "Iì˙ äë˙ àçìċêàâàíàà ŭñóñó"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Somalia"
+msgstr "NIS Domain"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Senegal"
+msgstr "Òàáëiöà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Slovakia"
+msgstr "Ñëàâċíñêi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Slovenia"
+msgstr "Ñëàâċíñêi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Helena"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Sudan"
+msgstr "SunOS"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Seychelles"
+msgstr "Àáàëîíêà:"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Russia"
msgstr "óñêi"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
-msgid "Swedish"
-msgstr "Ĝâċöêi"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Romania"
+msgstr "NIS Domain"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "UK êëàâi˙òóà"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Reunion"
+msgstr "Ïàìċû ŭêàíó"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "US êëàâi˙òóà"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Qatar"
+msgstr "Ñòàòàâàċ ìċíŝ"
-#: ../../keyboard.pm_.c:167
-#, fuzzy
-msgid "Albanian"
-msgstr "Iàíñêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
+msgstr ""
-#: ../../keyboard.pm_.c:168
-msgid "Armenian (old)"
-msgstr "Àì˙íñêi (ñòàû)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr ""
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "Àì˙íñêi (typewriter)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Portugal"
+msgstr "Ïîò"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
-msgstr "Àì˙íñêi (ôàíċòû÷íû)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Palestine"
+msgstr "Àñàáiñòû âûáà ïàêċòà˘"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "Àçċáàéäĉàíñê³ (latin)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Puerto Rico"
+msgstr ""
-#: ../../keyboard.pm_.c:177
-msgid "Belgian"
-msgstr "Áċëüiéñêi"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Pitcairn"
+msgstr "Ïûíòŭ"
-#: ../../keyboard.pm_.c:178
-#, fuzzy
-msgid "Bengali"
-msgstr "Òàáëiöà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
+msgstr ""
-#: ../../keyboard.pm_.c:179
-#, fuzzy
-msgid "Bulgarian (phonetic)"
-msgstr "Àì˙íñêi (ôàíċòû÷íû)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Poland"
+msgstr "Iñëàíäñêi"
-#: ../../keyboard.pm_.c:180
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Áàëàñêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr ""
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "Áàçiëüñêi (ABNT-2)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
+msgstr ""
-#: ../../keyboard.pm_.c:184
-#, fuzzy
-msgid "Bosnian"
-msgstr "Ŭñòîíñêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr ""
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "Áċëàóñê³"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr ""
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "Ĝâċéöàñêi (Í˙ìċöêà˙ àñêëàäêà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr ""
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "Ĝâċéöàñêi (Ôàíöóçñêà˙ àñêëàäêà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr ""
-#: ../../keyboard.pm_.c:189
-msgid "Czech (QWERTY)"
-msgstr "×ċĝñêi (QWERTY)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Oman"
+msgstr "NIS Domain"
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr "Í˙ìċöêi (í˙ìà çàáëàêiàâàíûġ êëàâiĝ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "New Zealand"
+msgstr ""
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Niue"
+msgstr "àëüĝòóê"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
msgstr ""
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "Äàöêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr ""
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr ""
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Íàâċĉñêi)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Nigeria"
+msgstr "ïàñë˙äî˘íà˙"
-#: ../../keyboard.pm_.c:196
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr ""
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "Ŭñòîíñêi"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Niger"
+msgstr "Âûñîêi"
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "óçiíñêi (\"óñêà˙\" àñêëàäêà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "New Caledonia"
+msgstr ""
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "óçiíñêi (\"Ëàöiíñêà˙\" àñêëàäêà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr ""
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "ŭ÷àñêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr ""
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
+#: ../../lang.pm:1
+#, c-format
+msgid "Malaysia"
msgstr ""
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Mexico"
+msgstr "Ïîò ìûĝû"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
msgstr ""
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritius"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Montserrat"
+msgstr "Ïîò ìûĝû"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Macedonia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Monaco"
+msgstr "Ìàíiòî"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Libya"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Latvia"
+msgstr "àçìċêàâàííċ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Liberia"
+msgstr "ïàñë˙äî˘íà˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liechtenstein"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Laos"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Kuwait"
+msgstr "Âûġàä"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Korea"
+msgstr "Ïċàíîñ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Kenya"
+msgstr "Êëàâi˙òóà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Jordan"
+msgstr "Iàíñêi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iceland"
+msgstr "Iñëàíäñêi"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iran"
+msgstr "Iàíñêi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "India"
+msgstr "Iàíñêi"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Israel"
+msgstr "I˘ûò"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Ireland"
+msgstr "Iñëàíäñêi"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Indonesia"
+msgstr "í˙ìà"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Hungary"
msgstr "Ìàäü˙ñêi"
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Croatia"
msgstr "Ġàâàöêi"
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
-msgstr "I˘ûò"
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr ""
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "I˘ûò (ôàíċòû÷íû)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Heard and McDonald Islands"
+msgstr ""
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "Iàíñêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr ""
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Guam"
+msgstr "Çàáàâû"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Guatemala"
+msgstr "Ĝëŝç"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "South Georgia and the South Sandwich Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Guinea"
+msgstr "Àóëüíû"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Greenland"
msgstr "Iñëàíäñêi"
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "Iòàëü˙íñêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr ""
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
msgstr ""
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "ßïîíñêi 106 êëàâiĝ"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "French Guiana"
+msgstr "Ôàíöóçñêi"
-#: ../../keyboard.pm_.c:217
-#, fuzzy
-msgid "Korean keyboard"
-msgstr "UK êëàâi˙òóà"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Georgia"
+msgstr "Íàâċĉñêi"
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "Ëàöiíà-Àìċûêàíñêi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
+msgstr ""
-#: ../../keyboard.pm_.c:219
-#, fuzzy
-msgid "Laotian"
-msgstr "àçìċêàâàííċ"
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr ""
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "Ëiòî˘ñêi AZERTY (ñòàû)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr ""
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "Ëiòî˘ñêi AZERTY (íîâû)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Faroe Islands"
+msgstr "Iñëàíäñêi"
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Ëiòî˘ñêi \"íóìà àäêà\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Micronesia"
+msgstr ""
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Ëiòî˘ñêi \"ôàíċòû÷íû\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
+msgstr ""
-#: ../../keyboard.pm_.c:225
-#, fuzzy
-msgid "Latvian"
-msgstr "àçìċêàâàííċ"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Fiji"
+msgstr "Ôiíñêi"
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
msgstr ""
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Ethiopia"
+msgstr "Ŭñòîíñêi"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Spain"
+msgstr "Iñïàíñêi"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Eritrea"
+msgstr "Ŭêñïċò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
msgstr ""
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Egypt"
+msgstr "Ïóñòà"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Estonia"
+msgstr "Ŭñòîíñêi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
msgstr ""
-#: ../../keyboard.pm_.c:229
-#, fuzzy
-msgid "Mongolian (cyrillic)"
-msgstr "Àçċáàéäĉàíñê³ (ê³ûë³öà)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Algeria"
+msgstr "ïàñë˙äî˘íà˙"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominican Republic"
msgstr ""
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Dominica"
+msgstr "NIS Domain"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
msgstr ""
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "àëàíäñêi"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Djibouti"
+msgstr "Àäì˙íiöü"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "Ïîëüñêi (ñòàíäàòíà˙ àñêëàäêà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr ""
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "Ïîëüñêi (qwertz àñêëàäêà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
+msgstr ""
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "Ïàòóàëüñêi"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Cape Verde"
+msgstr "Çàíóöü äŭâà"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
-msgstr "Êàíàäñêi (Êâċáŭê)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr ""
-#: ../../keyboard.pm_.c:239
-#, fuzzy
-msgid "Romanian (qwertz)"
-msgstr "óñêi (ß-Â-Ċ--Ò-È)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr ""
-#: ../../keyboard.pm_.c:240
-#, fuzzy
-msgid "Romanian (qwerty)"
-msgstr "óñêi (ß-Â-Ċ--Ò-È)"
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr ""
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "óñêi (ß-Â-Ċ--Ò-È)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cameroon"
+msgstr ""
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "Ñëàâċíñêi"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Chile"
+msgstr "Ïîò ìûĝû"
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "Ñëàâàöêi (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr ""
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "Ñëàâàöêi (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr ""
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Àçċáàéäĉàíñê³ (ê³ûë³öà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Switzerland"
+msgstr ""
-#: ../../keyboard.pm_.c:250
-#, fuzzy
-msgid "Tamil (Unicode)"
-msgstr "i18n (äîáà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
+msgstr ""
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Central African Republic"
msgstr ""
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "Òàéñêà˙ êëàâi˙òóà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
+msgstr ""
-#: ../../keyboard.pm_.c:254
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Òàéñêà˙ êëàâi˙òóà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
+msgstr ""
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Òóŭöêi (òàäûöû¸íà˙ \"F\" ìàäŭëü)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Canada"
+msgstr "Êàíàäñêi (Êâċáŭê)"
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Òóŭöêi (ñó÷àñíà˙ \"Q\" ìàäŭëü)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Belize"
+msgstr "Çì˙íċííċ ïàìċà˘"
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "Óêàiíñêi"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Belarus"
+msgstr "Áċëàóñê³"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "US êëàâi˙òóà (ìiĉíàîäíà˙)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Botswana"
+msgstr "Ŭñòîíñêi"
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Âüċòíàìñêi \"íóìà àäêà\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
+msgstr ""
-#: ../../keyboard.pm_.c:263
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Àçċáàéäĉàíñê³ (latin)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr ""
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
msgstr ""
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
msgstr ""
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
msgstr ""
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
msgstr ""
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Bermuda"
+msgstr "Í˙ìċöêi"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Benin"
+msgstr "Áċëüiéñêi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burundi"
msgstr ""
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
msgstr ""
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Bulgaria"
+msgstr "Ìàäü˙ñêi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
msgstr ""
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
msgstr ""
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
msgstr ""
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Ìàíöiàâàííċ äûñêó %s\n"
+msgid "Bosnia and Herzegovina"
+msgstr ""
-#: ../../lvm.pm_.c:103
-msgid "Remove the logical volumes first\n"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Azerbaijan"
+msgstr "Iàíñêi"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Aruba"
+msgstr "Grub"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Australia"
+msgstr "ïàñë˙äî˘íà˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "American Samoa"
msgstr ""
-#: ../../modules.pm_.c:290
-msgid ""
-"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
msgstr ""
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
msgstr ""
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "Äûñêàâîä íċäàñòóïíû"
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
+msgstr ""
-#: ../../modules/parameters.pm_.c:50
-#, fuzzy
-msgid "a number"
-msgstr "Íóìà òŭëċôîíó"
+#: ../../lang.pm:1
+#, c-format
+msgid "Netherlands Antilles"
+msgstr ""
-#: ../../modules/parameters.pm_.c:52
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Armenia"
+msgstr "Àì˙íñêi (ñòàû)"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Albania"
+msgstr "Iàíñêi"
+
+#: ../../lang.pm:1
#, c-format
-msgid "%d comma separated numbers"
+msgid "Anguilla"
msgstr ""
-#: ../../modules/parameters.pm_.c:52
+#: ../../lang.pm:1
#, c-format
-msgid "%d comma separated strings"
+msgid "Antigua and Barbuda"
msgstr ""
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
+#: ../../lang.pm:1
+#, c-format
+msgid "United Arab Emirates"
msgstr ""
-#: ../../modules/parameters.pm_.c:54
-#, fuzzy
-msgid "comma separated strings"
-msgstr "Ôàìàòàâàííċ àçäçċëà˘"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Andorra"
+msgstr "Àäêàò"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Ìûĝ"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Afghanistan"
+msgstr "Iàíñêi"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
+#: ../../loopback.pm:1
+#, c-format
+msgid "Circular mounts %s\n"
+msgstr "Ìàíöiàâàííċ äûñêó %s\n"
-#: ../../mouse.pm_.c:33
-#, fuzzy
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Çâû÷àéíà˙ ìûĝ ç 2 êíîïêàì³"
+#: ../../lvm.pm:1
+#, c-format
+msgid "Remove the logical volumes first\n"
+msgstr ""
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../modules.pm:1
+#, c-format
+msgid ""
+"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+msgstr ""
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "óĝöċ êîëàì ìûĝû!"
+
+#: ../../mouse.pm:1
+#, fuzzy, c-format
+msgid "To activate the mouse,"
+msgstr "Êàë³ ëàñêà, çàá³öċ íċêàëüê³ óġà˘ ìûĝĝó."
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Please test the mouse"
+msgstr "Êàë³ ëàñêà, çàá³öċ íċêàëüê³ óġà˘ ìûĝĝó."
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "Í˙ìà ìûĝû"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "í˙ìà"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "3 êíîïêi"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "2 êíîïêi"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, fuzzy, c-format
+msgid "1 button"
+msgstr "2 êíîïêi"
+
+#: ../../mouse.pm:1
+#, fuzzy, c-format
+msgid "busmouse"
+msgstr "Í˙ìà ìûĝû"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Logitech Mouse (ïàñë˙äî˘íà˙, ñòàû òûï C7)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Series"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-#, fuzzy
-msgid "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Logitech CC Series"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Mouse Systems"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Logitech MouseMan"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-#, fuzzy
-msgid "1 button"
-msgstr "2 êíîïêi"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "Çâû÷àéíà˙ ìûĝ ç 3 êíîïêàì³"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 2 Button Mouse"
msgstr "Çâû÷àéíà˙ ìûĝ ç 2 êíîïêàì³"
-#: ../../mouse.pm_.c:47
+#: ../../mouse.pm:1
+#, c-format
+msgid "serial"
+msgstr "ïàñë˙äî˘íà˙"
+
+#: ../../mouse.pm:1
+#, fuzzy, c-format
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Wheel"
msgstr "Ç êîëàì"
-#: ../../mouse.pm_.c:51
-msgid "serial"
-msgstr "ïàñë˙äî˘íà˙"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "Àóëüíû"
-#: ../../mouse.pm_.c:54
-msgid "Generic 3 Button Mouse"
-msgstr "Çâû÷àéíà˙ ìûĝ ç 3 êíîïêàì³"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
+#: ../../mouse.pm:1
+#, fuzzy, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Çâû÷àéíà˙ ìûĝ ç 2 êíîïêàì³"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "Ñòàíäàòíû"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Sun - Ìûĝ"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Series"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "Ïċàêëŝ÷ŭííċ ïàìiĉ óïààäêàâàííċì ïà óïċ i àñîáêàġ"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "Çàíóöü äŭâà"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (ïàñë˙äî˘íà˙, ñòàû òûï C7)"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "àçàíóöü äŭâà"
-#: ../../mouse.pm_.c:68
-#, fuzzy
-msgid "busmouse"
-msgstr "Í˙ìà ìûĝû"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "Iíôàìàöû˙"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "2 êíîïêi"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "ŭòà äàêëàäíà?"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "3 êíîïêi"
+#: ../../my_gtk.pm:1
+#, c-format
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr ""
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "í˙ìà"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "Ïàìûëêà çàïiñó ˘ ôàéë %s"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "Í˙ìà ìûĝû"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "Êàë³ ëàñêà, çàá³öċ íċêàëüê³ óġà˘ ìûĝĝó."
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "Àäíà˘ëċííċ ç ôàéëà %s íċ àòûìàëàñ˙: %s"
-#: ../../mouse.pm_.c:491
-#, fuzzy
-msgid "To activate the mouse,"
-msgstr "Êàë³ ëàñêà, çàá³öċ íċêàëüê³ óġà˘ ìûĝĝó."
+#: ../../partition_table.pm:1
+#, c-format
+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) àçäçċëàì"
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr "óĝöċ êîëàì ìûĝû!"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "Ïàĝûàíû àçäçċë íċ ïàäòûìëiâàċööà ŭòàé ïëàòôîìàé"
-#: ../../my_gtk.pm_.c:65
-msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "ïàìûëêà ìàíöiàâàíí˙: "
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "ìîĉà áûöü"
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "äîáà"
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "âċëüìi äîáà"
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "âàĉíà"
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "ïàâiííû ìċöü"
+
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "Íċäàñòàòêîâà àçäçċëà˘ äë˙ RAID óçî˘í˙ %d\n"
+
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "mkraid íċ ïàöàçäîëüíû"
+
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "mkraid íċ ïàöàçäîëüíû (ìîĉà raid ïûëàäû àäñóòíi÷àŝöü?)"
+
+#: ../../raid.pm:1
+#, c-format
+msgid "Can't add a partition to _formatted_ RAID md%d"
+msgstr "Íċ àòûìëiâàċööà äàäàöü àçäçċë íà _àäôàìàöiàâàíû_ RAID md%d"
+
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Stop"
+msgstr "Ñċêòà"
+
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Start"
+msgstr "Ñòàòàâàċ ìċíŝ"
+
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "On boot"
+msgstr "Yaboot"
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"No additional information\n"
+"about this service, sorry."
msgstr ""
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-#, fuzzy
-msgid "Finish"
-msgstr "Ôiíñêi"
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr ""
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "Äàëċé ->"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "stopped"
+msgstr "Äàëó÷ûöü"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "ŭòà äàêëàäíà?"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "running"
+msgstr "Óâàà!"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "Iíôàìàöû˙"
+#: ../../services.pm:1
+#, c-format
+msgid "Choose which services should be automatically started at boot time"
+msgstr "Àá˙ûöċ, ˙êi˙ ñċâiñû çàïóñêàöü à˘òàìàòû÷íà ïû çàóçöû"
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "àçàíóöü äŭâà"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Database Server"
+msgstr "Ñċâċ äóêó"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "Çàíóöü äŭâà"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Remote Administration"
+msgstr "Îïöûi àääàëċíàà ïûíòŭó lpd"
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr "Ïċàêëŝ÷ŭííċ ïàìiĉ óïààäêàâàííċì ïà óïċ i àñîáêàġ"
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
+msgstr ""
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "âûêàûñòî˘âàöü pppoe"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Internet"
+msgstr "öiêàâà"
-#: ../../network/adsl.pm_.c:24
-#, fuzzy
-msgid "use pptp"
-msgstr "âûêàûñòî˘âàöü pppoe"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Printing"
+msgstr "Ïûíòŭ"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+msgstr "Çàïóñêàċ i ïûïûí˙ċ X Font Server ïû çàóçöû i âûêëŝ÷ŭííi."
+
+#: ../../services.pm:1
+#, c-format
+msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
+#: ../../services.pm:1
+#, c-format
+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 äîáà äë˙ àë˙äó ïàöû îçíûġ ñëóĉáà˘."
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the sound system on your machine"
msgstr ""
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Äàëó÷ŭííċ äà Iíòŭíŭòó"
+#: ../../services.pm:1
+#, c-format
+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)."
-#: ../../network/adsl.pm_.c:30
+#: ../../services.pm:1
+#, c-format
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'"
+"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 ïàöóċ íà ìàĝûíàġ ˘ ñċòöû."
-#: ../../network/adsl.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"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."
-#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
-msgid "Web Server"
-msgstr "ñċâċ"
+#: ../../services.pm:1
+#, c-format
+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 - ó â˙ëiêiġ ñċòêàġ."
-#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
-msgid "Domain Name Server"
-msgstr "Iì˙ äàìċíó"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Assign raw devices to block devices (such as hard drive\n"
+"partitions), for the use of applications such as Oracle"
+msgstr ""
-#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
-msgid "Mail Server"
-msgstr "Ñċâċ äóêó"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
+msgstr ""
+"Çàġàâàöü i àäíàâiöü ñiñòŭìíû ŭíòàïiéíû ïóë äë˙ âûñîêàé ˙êàñöi\n"
+"ċíċàöû³ âûïàäêîâûġ ë³êà˘."
-#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
-msgid "POP and IMAP Server"
-msgstr "ñċâċ"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid ""
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
+msgstr ""
+"Postfix - ŭòà ïàĝòîâû òàíñïàòíû àċíò, ïààìà, ˙êà˙\n"
+"ïċàì˙ĝ÷àċ ïîĝòó ç àäíîé ìàĝûíû íà éíĝóŝ."
-#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
-msgid "No network card"
-msgstr "ñċòêàâà˙ êàòà íċ çíîéäçċíà"
+#: ../../services.pm:1
+#, c-format
+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"
+"âûêàûñòî˘âàŝööà òàêiìi ïàòàêîëàìi ˙ê NFS i NIS. Portmap ñċâċ ïàâiíċí "
+"âûêîíâàööà\n"
+"íà ìàĝûíàġ ˙êi˙ ïàöóŝöü ˙ê ñċâċû äë˙ ïàòàêîëà˘, ˙êi˙ ñêàûñòî˘âàŝöü RPC."
-#: ../../network/drakfirewall.pm_.c:129
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall 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."
+"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 ˙íà íċ íà˘òáóê."
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
+msgstr ""
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
msgstr ""
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"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 ôàéë."
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"Activates/Deactivates all network interfaces configured to start\n"
+"at boot time."
msgstr ""
+"Àêòûâiçàâàöü/äŭàêòûâiçàâàöü óñċ ñċòêàâû˙ iíòŭôċéñû, ñêàíôióàâàíû˙ äë˙\n"
+"ñòàòó ïû çàóçöû ñiñòŭìû."
-#: ../../network/drakfirewall.pm_.c:167
-#, fuzzy
-msgid "Everything (no firewall)"
-msgstr "Ħñ¸ ñêàíôióàâàíà!"
+#: ../../services.pm:1
+#, c-format
+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àâàíí˙."
-#: ../../network/drakfirewall.pm_.c:169
-#, fuzzy
-msgid "Other ports"
-msgstr "Iíĝû˙ êàiíû"
+#: ../../services.pm:1
+#, fuzzy, c-format
+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 àäàñû."
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"Linux Virtual Server, used to build a high-performance and highly\n"
+"available server."
msgstr ""
-"ßêi dhcp êëiċíò âû ïëàíóċöċ âûêàûñòî˘âàöü?\n"
-"Ïà çìî˘÷àííŝ, ŭòà dhcp-client"
-#: ../../network/ethernet.pm_.c:88
-#, fuzzy
+#: ../../services.pm:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"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 ""
-"Íi âîäíû ethernet ñċòêàâû àäàïòà ó âàĝàé ñiñòŭìċ íċ âûçíà÷àíû. Êàëi ëàñêà, "
-"ñêàûñòàéöċ êàíôióàöûéíû iíñòóìŭíò."
+"lpd - ŭòû äŭìàí äóêó, ïàòŭáíû äë˙ êàŭêòíàé ïàöû lpr. ŭòà\n"
+"ñċâċ, ˙êi êióċ ïàöàé ïûíòŭó(à˘)."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "Ïàçíà÷öċ ñċòêàâû iíòŭôċéñ"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linuxconf will sometimes arrange to perform various tasks\n"
+"at boot-time to maintain the system configuration."
+msgstr ""
+
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr ""
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
+"Automatic regeneration of kernel header in /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-"Êàëi ëàñêà, ïàçíà÷öċ ñċòêàâû àäàïòà, ˙êi ïëàíóċöċ âûêàûñòî˘âàöü äë˙ "
-"äàëó÷ŭíí˙ äà iíòŭíŭò"
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "ñċòêàâà˙ êàòà íċ çíîéäçċíà"
+#: ../../services.pm:1
+#, c-format
+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öü äàñòóïíàé ˙ċ äë˙ ĝìàòë³ê³ġ ìàĝûíà˘."
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "Íàñòîéêà ñċòêi"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Launch packet filtering for Linux kernel 2.2 series, to set\n"
+"up a firewall to protect your machine from network attacks."
+msgstr ""
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
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''."
+"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öċ iì˙ ñâà¸é ìàĝûíû (host).\n"
-"Iì˙ âàĝàé ìàĝûíû ïàâiííà áûöü çàäàäçċíà ïî˘íàñöŝ,\n"
-"íàïûêëàä ``mybox.mylab.myco.com''.\n"
-"Âû ìîĉàöċ òàêñàìà ˘âċñöi IP àäàñ ĝëŝçó, êàëi ¸í ó âàñ ¸ñöü."
+"Iíòŭíŭò ñóïċñċâċ-äŭìàí (çàâċööà inetd) çàïóñêàċ ïû ñòàöċ \n"
+"êîëüêàñöü îçíûġ iíòŭíŭò ñëóĉáà˘, ˙êi˙ íċàáġîäíû. ßî ìîĉíà âûêàûñòî˘âàöü "
+"äë˙ ïóñêó\n"
+"ĝìàòë³ê³ġ ñëóĉáà˘, óêëŝ÷àŝ÷û telnet, ftp, rsh i rlogin. Áëàêóŝ÷û inetd, "
+"áëàêóċì\n"
+"óñċ ñëóĉáû, çà ˙êi˙ ¸í àäêàçâàċ."
-#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "Iì˙ ìàĝûíû"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-#, fuzzy
-msgid "Network Configuration Wizard"
-msgstr "Êàíôióàöû˙ ñċòêi"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"HardDrake runs a hardware probe, and optionally configures\n"
+"new/changed hardware."
+msgstr ""
-#: ../../network/isdn.pm_.c:22
-#, fuzzy
-msgid "External ISDN modem"
-msgstr "Óíóòàíà˙ ISDN êàòà"
+#: ../../services.pm:1
+#, c-format
+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. ŭòà äàçâàë˙ċ âûêàûñòî˘âàöü ìûĝ ïû "
+"êàïiàâàííi i ˘ñòà˘öû,\n"
+"i ˘êëŝ÷àċ ïàäòûìêó ˘ñïëûâàŝ÷ûġ (pop-up) ìċíŝ ˘ òŭêñòàâûì ŭĉûìċ."
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Óíóòàíà˙ ISDN êàòà"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "ßêi òûï âàĝàà ISDN çëó÷ŭíí˙?"
+#: ../../services.pm:1
+#, c-format
+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ĉŭé äàñòàòêîâàé."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\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"
+"apmd is used for monitoring battery 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"
+"ßî ìîĉíà âûêàûñòî˘âàöü äë˙ âûêëŝ÷ŭíí˙ ìàĝûíû ïû íiçêiì çààäçċ áàòàŭi."
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Çíîéäçċíà ñ³ñòŭìà ñċòêàâàé á˙ñïċê³ (firewall)!"
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is a periodic command scheduler."
+msgstr "Anacron, ïċû˙äû÷íû êàìàíäíû ïëàíàâàëüíiê."
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Çíîéäçċíà ñ³ñòŭìà ñċòêàâàé á˙ñïċê³ (firewall)!"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr ""
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "Íàñòîéêà ISDN"
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "Installing packages..."
+msgstr "Óñòàë˙âàííċ ïàêċòó %s"
-#: ../../network/isdn.pm_.c:166
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
msgstr ""
-"Àá˙ûöċ âàĝàà ïàâàéäàà.\n"
-"êàëi ˙î í˙ìà ˘ ŭòûì ñïiñċ, àá˙ûöċ òûï ``Iíĝû''"
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
msgstr ""
-#: ../../network/isdn.pm_.c:179
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Ċ˘îïà (EDSS1)"
-
-#: ../../network/isdn.pm_.c:181
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "Ïàäêëŝ÷ŭííċ"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
-#: ../../network/isdn.pm_.c:181
-#, fuzzy
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
msgstr ""
-"Ïàäêëŝ÷ŭííċ \n"
-" íċ ïàç D-êàíàë (âûëó÷àíû˙ êàíàëû)"
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
-msgstr "ßêi ïàòàêîë âû ĉàäàċöċ âûêàûñòî˘âàöü?"
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
-#: ../../network/isdn.pm_.c:196
+#: ../../standalone.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
msgstr ""
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
-msgstr "ßêi òûï êàòû âû ìàċöċ?"
+#: ../../standalone.pm:1
+#, c-format
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "Íċ â˙äîìà"
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "[keyboard]"
+msgstr "Êëàâi˙òóà"
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../standalone.pm:1
+#, c-format
msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+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"
-"Êàëi âû ìàċöċ ISA êàòó, âċëi÷ûíi íà íàñòóïíûì ŭêàíċ ïàâiííû áûöü "
-"ñàïà˘äíûìi.\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"
-"Êàëi âû ìàċöċ PCMCIA êàòó, âû ïàâiííû âċäàöü irq i io âàĝàé êàòû.\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"
+msgstr ""
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "Àäì˙íiöü"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "Çàêàí÷ŭííċ ˘ñòàë˙âàíí˙"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "Ïàö˙íóöü"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Install system updates"
+msgstr "Óñòàë˙âàííċ ñiñòŭìû"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "ßêà˙ ˘ âàñ ISDN êàòà?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "Íàñòîéêà ñëóĉáà˘"
-#: ../../network/isdn.pm_.c:239
-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 ""
-"Âûçíà÷àíà ISDN PCI êàòà, àëċ íċâ˙äîìû ˙ċ òûï. Êàëi ëàñêà, ïàçíà÷öċ PCI "
-"êàòó íà íàñòóïíûì ŭêàíċ."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "Íàñòîéêà X Window"
-#: ../../network/isdn.pm_.c:248
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Êàòà ISDN PCI íċ çíîéäçċíà. Êàëi ëàñêà, ïàçíà÷öċ íà íàñòóïíûì ŭêàíċ."
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "Óñòàë˙âàííċ çàóç÷ûêó"
-#: ../../network/modem.pm_.c:57
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Äà ˙êîà ïàñë˙äî˘íàà ïîòó äàëó÷àíû ìàäŭì?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "Íàñòîéêà ñċòêi"
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "Ïààìċòû êàìóòàâàíàà çëó÷ŭíí˙ (Dialup)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "Äàäàöü êàûñòàëüíiêà"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
-msgstr "Iì˙ çëó÷ŭíí˙"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "Óñòàë˙âàííċ ñiñòŭìû"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "Íóìà òŭëċôîíó"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "Âûáà ïàêċòà˘"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "Iì˙ (login ID)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "Ôàìàòàâàííċ àçäçċëà˘"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
-msgstr "CHAP"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Partitioning"
+msgstr "Ïûíòŭ"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "Âûáà êëàâi˙òóû"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "íà àñíîâċ ñêûïòó"
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "Êëàñ óñòàë˙âàíí˙"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "íà àñíîâċ òŭìiíàëó"
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "Âûçíà÷ŭííċ ĉîñòêàà äûñêó"
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "Iì˙ äàìċíó"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "Íàñòîéêà ìûĝû"
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-#, fuzzy
-msgid "First DNS Server (optional)"
-msgstr "Ïċĝû ñċâċ DNS"
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
+msgstr ""
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-#, fuzzy
-msgid "Second DNS Server (optional)"
-msgstr "Äói ñċâċ DNS:"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "Âûáà ìîâû"
+
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
+msgstr ""
+
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr ""
+
+#: ../../ugtk.pm:1
+#, c-format
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr ""
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr ""
-#: ../../network/modem.pm_.c:95
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+"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ÑÀÍÍß ÂÀĜÀÀ ÊÀÌÏ'ŜÒŬÓ."
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "XFree %s ç ŭêñïċûìċíòàëüíàé ïàäòûìêàé 3D-ïàñêàŭíí˙"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
+"Âàĝà âiäŭàêàòà ìîĉà ìċöü 3D-ïàñêàŭííċ, ˙êîċ ïàäòûìëiâàċööà òîëüêi XFree %"
+"s."
-#: ../../network/modem.pm_.c:97
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "XFree %s ç ïàäòûìêàé 3D-ïàñêàŭíí˙"
+
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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-ïàñêàŭííċì."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "×àêàċööà"
+#: ../../Xconfig/card.pm:1
+#, 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-ïàñêàŭííċ äë˙ ŭòàé â³äŭàêàòû."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "Óñòà븢êà"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "Ñċâċ XFree86 %s"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "Òàáëiöà"
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "Êàíôióàâàöü ìàŝ êàòó"
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr ""
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr ""
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "ßêóŝ êàíôióàöûŝ XFree âû ĉàäàċöċ àòûìàöü?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "Íàñòîéêà XFree"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "Ïàçíà÷öċ ïàìċ âiäŭàïàì˙öi"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
-"\n"
-"Âû ìîĉàöċ àäêëŝ÷ûööà ö³ ïċàêàíô³óàâàöü âàĝàċ çëó÷ŭííċ."
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
-#, fuzzy
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Multi-head configuration"
+msgstr "÷ûòàííċ íàñòîéêi"
+
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Choose an X server"
+msgstr "Àá˙ûöċ X ñċâċ"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "X ñċâċ"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "64 Ìá öi áîëċé"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 Ìá"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "16 MB"
+msgstr "16 Ìá"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 Ìá"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 Ìá"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 Ìá"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 Ìá"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 Êá"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 Êá"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
-"You can reconfigure your connection."
+"%s"
msgstr ""
+"Ö³ ĉàäàċöċ Âû çàġàâàöü çì˙íċíí³?\n"
+"Á˙ó÷à˙ êàíô³óàöû˙:\n"
"\n"
-"Âû ìîĉàöċ àäêëŝ÷ûööà ö³ ïċàêàíô³óàâàöü âàĝàċ çëó÷ŭííċ."
+"%s"
-#: ../../network/netconnect.pm_.c:29
-#, fuzzy
-msgid "You are currently connected to internet."
-msgstr "ßê âû ïëàíóċöċ äàëó÷ûööà äà Iíòŭíŭòó?"
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "Îïöûi"
-#: ../../network/netconnect.pm_.c:32
-#, fuzzy
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr ""
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "Ïàìċû ŭêàíó"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "Ìàíiòî"
+
+#: ../../Xconfig/main.pm:1
+#, fuzzy, c-format
+msgid "Graphic Card"
+msgstr "Âiäŭàêàòà"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "Âûġàä"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "×àñö³í˙ âċòûêàëüíàé àçîòêi"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "×àñö³í˙ àûçàíòàëüíûé àçîòêi"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
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"
-"You can connect to Internet or reconfigure your connection."
+"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"
+"÷àñö³í˙ àûçàíòàëüíàé ñiíġàíiçàöûi àçîòêi, öi ÷àñö³í˙ âûâàäó\n"
+"àäêî˘ ŭêàíó.\n"
"\n"
-"Âû ìîĉàöċ àäêëŝ÷ûööà ö³ ïċàêàíô³óàâàöü âàĝàċ çëó÷ŭííċ."
+"ÂĊËÜÌI ÂÀĈÍÀ, êàá àáàíû âàìi ìàíiòî ìċ˘ ÷àñö³íŝ ñiíġàíiçàöûi, ˙êà˙\n"
+"íċ ïċàâûĝàċ ôàêòû÷íû˙ ìà÷ûìàñöi âàĝàà ìàíiòîó: ó ïîöiëċëûì âûïàäêó\n"
+"âû ìîĉàöċ ñàïñàâàöü ìàíiòî.\n"
+"Êàëi âû ñóìí˙âàċöċñ˙, àá˙ûöċ êàíñċâàòû˘íû˙ íàñòîéêi."
-#: ../../network/netconnect.pm_.c:32
-#, fuzzy
-msgid "You are not currently connected to Internet."
-msgstr "ßê âû ïëàíóċöċ äàëó÷ûööà äà Iíòŭíŭòó?"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr ""
-#: ../../network/netconnect.pm_.c:36
-#, fuzzy
-msgid "Connect"
-msgstr "Iì˙ çëó÷ŭíí˙"
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Vendor"
+msgstr "Àäêàò"
-#: ../../network/netconnect.pm_.c:37
-#, fuzzy
-msgid "Disconnect"
-msgstr "Íàñòîéêà ISDN"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr ""
-#: ../../network/netconnect.pm_.c:38
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Íàñòîéêà ñċòêi"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "Àá˙ûöċ ìàíiòî"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr "Iíòŭíŭò çëó÷ŭííċ i êàíôióàöû˙"
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "Âiäŭàêàòà: %s"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Choose the resolution and the color depth"
+msgstr "Âûáà ïàìċà˘ ŭêàíó i ëûáiíi êîëċó"
-#: ../../network/netconnect.pm_.c:94
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "Ïàìċû ŭêàíó"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4 ìiëi˙äà êîëċà˘ (24 áiòû)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16 ìiëü¸íà˘ êîëċà˘ (24 áiòû)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65 òûñ˙÷ êîëċà˘ (16 áiòà˘)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32 òûñ˙÷û êîëċà˘ (15 áiòà˘)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 êîëċà˘ (8 áiòà˘)"
+
+#: ../../Xconfig/test.pm:1
#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
+msgid "Is this the correct setting?"
+msgstr "ŭòà äàêëàäíà?"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Leaving in %d seconds"
+msgstr "%d ñċêóíäà˘"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid ""
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
msgstr ""
-"\n"
-"Âû ìîĉàöċ àäêëŝ÷ûööà ö³ ïċàêàíô³óàâàöü âàĝàċ çëó÷ŭííċ."
-#: ../../network/netconnect.pm_.c:103
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Ïàï˙ŭäĉàííċ: òŭñöiàâàííċ íà ŭòàé âiäŭàêàöċ íċá˙ñïċ÷íà"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "Ïàâċêà ïààìċòà˘ íàñòîéêi"
+
+#: ../../Xconfig/various.pm:1
#, fuzzy, c-format
+msgid "What norm is your TV using?"
+msgstr "ßêi òûï âàĝàà ISDN çëó÷ŭíí˙?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
msgid ""
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\n"
"\n"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
+"Do you have this feature?"
msgstr ""
-"\n"
-"Âû ìîĉàöċ àäêëŝ÷ûööà ö³ ïċàêàíô³óàâàöü âàĝàċ çëó÷ŭííċ."
-#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr "Êàíôióàöû˙ ñċòêi"
+#: ../../Xconfig/various.pm:1
+#, c-format
+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 ""
+"Ìîĉíà íàñòîiöü ñiñòŭìó äë˙ à˘òàìàòû÷íàà çàïóñêó X ïàñë˙ ñòàòó ñiñòŭìû.\n"
+"Ĉàäàċöċ, êàá X ñòàòàâà˘ ïû ŭñòàöċ?"
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "Çàïóñê X ïû ñòàöċ ñiñòŭìû"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "Ñċâċ XFree86: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "Ñċâċ XFree86: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "Ïàìċû ŭêàíó: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Color depth: %s\n"
+msgstr "Ïààìċòû ëûáiíi êîëċó: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "Âiäŭàïàì˙öü: %s Êá\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "Âiäŭàêàòà: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "×àñö³í˙ âċò.àç. ìàíiòîó: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor HorizSync: %s\n"
+msgstr "×àñö³í˙ à.àç. ìàíiòîó: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "Ìàíiòî: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "Ìûĝ: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "Òûï ìûĝû: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "Òûï êëàâi˙òóû: %s\n"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "Îïöûi: %s"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "Ïóíêò ìàíöiàâàíí˙:"
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "Server: "
+msgstr "ñċâċ"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr ""
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "Êàë³ ëàñêà, çàá³öċ íċêàëüê³ óġà˘ ìûĝĝó."
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "Êîïêà ìàíöiàâàíí˙"
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "Server"
+msgstr "ñċâċ"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "Ìàíöiàâàííċ"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "àçìàíöiàâàöü"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "New"
+msgstr "Íîâû"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
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"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
msgstr ""
-#: ../../network/netconnect.pm_.c:157
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Âûêàûñòî˘âàéöċ ``%s'' çàìċñò"
+
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "Òûï"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "Ñïà÷àòêó çàáiöċ ``Unmount''"
+
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "Çíiĝ÷ûöü"
+
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "Ñòâàûöü"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Filesystem types:"
+msgstr "Òûïû ôàéëàâûġ ñiñòŭìà˘:"
+
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "Ïóñòà"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Windows"
+msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "SunOS"
+msgstr "SunOS"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "Swap"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Journalised FS"
+msgstr "ïàìûëêà ìàíöiàâàíí˙"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "No hard drives found"
+msgstr "Ëàêàëüíû ïûíòŭ"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "Íàö³ñí³öċ íà àçäçċë"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
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"
+"You have one big MicroSoft Windows partition.\n"
+"I suggest you first resize that partition\n"
+"(click on it, then click on \"Resize\")"
msgstr ""
+"Çààç âû ìàċöċ òîëüêi àäçií â˙ëiêi àçäçċë FAT\n"
+"(˙ê³ çâû÷àéíà âûêàûñòî˘âàċ MS Dos/Windows).\n"
+"Ïàïàíóŝ, ïà-ïċĝàċ, çì˙íiöü ïàìċû àçäçċëà\n"
+"(êëiêíiöċ íà ˙î, à ïîòûì íà \"çì˙íċííċ ïàìċà˘\")"
-#: ../../network/netconnect.pm_.c:163
-#, fuzzy
-msgid "Choose the profile to configure"
-msgstr "Àá˙ûöċ àñíî˘íàà êàûñòàëüíiêà:"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Choose action"
+msgstr "Àá˙ûöċ äçċ˙ííċ"
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "Ìàéñòà ñòâàŭíí˙"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+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 ñċêòàî˘ àä ïà÷àòêó äûñêà"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-#, fuzzy
-msgid "Expert Mode"
-msgstr "Ŭêñïċò"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "Ïà-ïċĝàċ, çàáiöċ ŭçċâîâóŝ êîïiŝ âàĝûġ äàäçċíûġ"
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr "Âûçíà÷ŭííċ ïûëàäà˘..."
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "×ûòàéöċ ˘âàĉëiâà!"
-#: ../../network/netconnect.pm_.c:214
-msgid "Normal modem connection"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
msgstr ""
-#: ../../network/netconnect.pm_.c:214
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
#, fuzzy, c-format
-msgid "detected on port %s"
-msgstr "Äóáë˙âàííċ ïóíêòó ìàíöiàâàíí˙ %s"
+msgid "The encryption keys do not match"
+msgstr "Ïàîëi íċ ñóïàäàŝöü"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "Çëó÷ŭííċ ïûíòŭó"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+"ŭòû ïàîëü çàíàäòà ïîñòû (˙î äà˘ĉûí˙ ïàâiííà áûöü íċ ìċíċé çà %d ëiòàà˘)"
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "Àääàëċíû ïûíòŭ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose your filesystem encryption key"
+msgstr ""
-#: ../../network/netconnect.pm_.c:216
-#, fuzzy
-msgid "ISDN connection"
-msgstr "Íàñòîéêà ISDN"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Filesystem encryption key"
+msgstr "Òûï ôàéëàâàé ñiñòŭìû:"
-#: ../../network/netconnect.pm_.c:216
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "detected %s"
-msgstr ""
+msgid "Type: "
+msgstr "Òûï: "
-#: ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "ADSL connection"
-msgstr "àçìċêàâàííċ"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "on channel %d id %d\n"
+msgstr "íà ĝûíċ %d id %d\n"
-#: ../../network/netconnect.pm_.c:218
-#, fuzzy
-msgid "Cable connection"
-msgstr "Çëó÷ŭííċ ïûíòŭó"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Òûï òàáëiöû àçäçċëà˘: %s\n"
-#: ../../network/netconnect.pm_.c:218
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Çëó÷ŭííċ ïûíòŭó"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "LVM-äûñêi %s\n"
-#: ../../network/netconnect.pm_.c:219
-#, fuzzy
-msgid "LAN connection"
-msgstr "àçìċêàâàííċ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "Iíôàìàöû˙: "
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "ċàìċòû˙: %s öûëiíäà˘, %s àëîâàê, %s ñċêòàà˘\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "Ïàìċ: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
msgstr ""
-#: ../../network/netconnect.pm_.c:222
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Àá˙ûöċ iíñòóìċíò, ˙êi ĉàäàċöċ ñêàûñòàöü"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "Ïûëàäà:"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
"\n"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:247
-#, fuzzy
-msgid "Internet connection"
-msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\n"
+msgstr ""
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr "Âû ĉàäàċöċ, êàá ŭòàċ çëó÷ŭííċ ñòàòàâàëà ïû çàóçöû?"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Iì˙ ôàéëó âiòóàëüíàé ôàéëàâàé ñiñòŭìû: %s"
-#: ../../network/netconnect.pm_.c:267
-#, fuzzy
-msgid "Network configuration"
-msgstr "Êàíôióàöû˙ ñċòêi"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "RAID-äûñêi %s\n"
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Ïàìċ ôàìċíòó %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "Óçîâċíü %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
msgstr ""
+"Çàóçà÷íû àçäçċë ïà äàìà˘ëċííŝ\n"
+" (äë˙ çàóçêi MS-DOS, à íċ äë˙ lilo)\n"
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/interactive.pm:1
#, fuzzy, c-format
msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+"Loopback file(s):\n"
+" %s\n"
+msgstr "Ôàéë(û) âiòóàëüíàé ôàéëàâàé ñiñòŭìû: %s\n"
-#: ../../network/netconnect.pm_.c:282
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mounted\n"
+msgstr "Çàìàíöiàâàíà\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Not formatted\n"
+msgstr "Íċ àäôàìàòàâàíà\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "Ôàìàòàâàííċ\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Öûëiíäû ç %d ïà %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s ñċêòàà˘"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "Ïàìċ: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Ïà÷àòàê: ñċêòà %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "Iì˙: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "Ëiòàà äë˙ DOS-äûñêó: %s (íà˘àä)\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Removing %s"
+msgstr "Ïàìċû ŭêàíó: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Copying %s"
msgstr ""
-#: ../../network/netconnect.pm_.c:286
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Moving files to the new partition"
+msgstr "Íċ ġàïàċ ïàñòîû äë˙ ñòâàŭíí˙ íîâûġ àçäçċëà˘"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
+"Directory %s already contains data\n"
+"(%s)"
msgstr ""
-#: ../../network/netconnect.pm_.c:287
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Hide files"
+msgstr "mkraid íċ ïàöàçäîëüíû"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Move files to the new partition"
+msgstr "Íċ ġàïàċ ïàñòîû äë˙ ñòâàŭíí˙ íîâûġ àçäçċëà˘"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After formatting partition %s, all data on this partition will be lost"
+msgstr "Óñċ äàäçċíûċ ˘ àçäçċëċ %s áóäóöü ñòà÷àíû ïàñë˙ ôàìàòàâàíí˙"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "You'll need to reboot before the modification can take place"
+msgstr "Êàá çì˙íċííi ˘ñòóïiëi ˘ äçċ˙ííċ, íċîáġîäíà ïċàçàóçiööà"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table of drive %s is going to be written to disk!"
+msgstr "Òàáëiöà àçì˙ĝ÷ŭíí˙ ïûëàäû %s áóäçċ çàïiñàíà íà äûñê!"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
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."
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure to add a /boot partition"
msgstr ""
+"Âû àáàëi RAID àçäçċë ˙ê êààí¸âû.\n"
+"Í˙ìà çàóç÷ûêó, ˙êi á çàóçi˘ñ˙ áċç /boot àçäçċëà.\n"
+"Äàäàéöċ àçäċë /boot, êàëi ëàñêà."
-#: ../../network/network.pm_.c:278
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"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 êààí¸âàà (/) àçäçċë ôiçi÷íà çíàġîäçiöà äàëċé\n"
+"1024-à öûëiíäó ĉîñòêàà äûñêó, à ˘ âàñ í˙ìà àçäçċëó /boot .\n"
+"Êàëi áóäçċ âûêàûñòî˘âàööà äûñïċ÷à çàóçêi LILO, íċ çàïàì˙òàéöċ äàäàöü\n"
+"àçäçċë /boot"
-#: ../../network/network.pm_.c:283
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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)."
+"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 ""
-"Êàëi ëàñêà, óâ˙äçiöċ IP êàíôióàöûŝ äë˙ âàĝàé ìàĝûíû.\n"
-"Êîĉíû ïóíêò ïàâiíċí áûöü çàïî˘íċíû ˙ê IP àäàñ ˘ äçċñ˙òêîâà-êîïêàâàé \n"
-"íàòàöûi (íàïûêëàä, 1.2.3.4)."
+"Ïàáà÷öċ, àëċ íċëüà ñòâàûöü /boot íà ŭòûì äûñêó (íà öûëiíäû > 1024).\n"
+"Êàë³ âû äóìàċöċ âûêàûñòî˘âàöü LILO - òàäû ŭòà íċ áóäçċ ïàöàâàöü, LILO íċ "
+"âûêàûñòî˘âàċöà, òàäû /boot íċ ïàòŭáíû."
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "The package %s is needed. Install it?"
+msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
-#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "What type of partitioning?"
+msgstr "ßêi òûï äóêàêi âû ìàċöċ?"
+
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr "Íàñòîéêà ñċòêàâàé ïûëàäû %s"
+msgid "Be careful: this operation is dangerous."
+msgstr "Áóäçüöċ óâàĉëiâû. ŭòóŝ àïċàöûŝ íċëüà àäì˙íiöü"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "ïàìċ áëîêó"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "óçîâċíü"
+
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "ïûëàäà"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
+msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, fuzzy, c-format
-msgid " (driver %s)"
-msgstr "Ñċâċ XFree86: %s\n"
+msgid "Mount options"
+msgstr "Îïöûi ìîäóëŝ:"
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "IP àäàñ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
+msgstr "Ôàéë óĉî iñíóċ. Âûêàûñòàöü ˙î?"
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "Ìàñêà ñċòêi"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "File is already used by another loopback, choose another one"
+msgstr ""
+"Ôàéë óĉî âûêàûñòî˘âàċööà iíĝàé âiòóàëüíàé ñiñòŭìàé. Êàëi ëàñêà, \n"
+"àá˙ûöċ iíĝóŝ íàçâó"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Give a file name"
+msgstr "Óëàñíàċ iì˙"
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "À˘òàìàòû÷íû IP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "Òûï ôàéëàâàé ñiñòŭìû:"
-#: ../../network/network.pm_.c:299
-#, fuzzy
-msgid "Start at boot"
-msgstr "Ñòâàûöü çà. äûñê"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "Ïàìċ ó Ìá:"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP àäàñ ïàâiíċí áûöü ó ôàìàöċ 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "Iì˙ âiòóàëüíàà àçäçċëó"
-#: ../../network/network.pm_.c:326
-msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Âiòóàëüíà˙ ôàéëàâà˙ ñiñòŭìà (loopback)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "ŭòû àçäçċë íċ ìîĉà áûöü âûêàûñòàíû ïàä âiòóàëüíóŝ ôàéëàâóŝ ñiñòŭìó"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
msgstr ""
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "íîâû"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr "Âûá˙ûöċ iñíóŝ÷û LVM äë˙ äàáà˘ëċíí˙"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr "Àá˙ûöċ iñíóŝ÷û RAID äë˙ äàäàíí˙"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "Ïċàíîñ³ööà àçäçċë..."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "Ïċàíîñ³ì"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "Íà ˙êi ñċêòà ïċàíċñö³?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "Ñċêòà"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "Íà ˙êi äûñê ïċàíċñö³?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "Ïċàíîñ"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "New size in MB: "
+msgstr "Ïàìċ ó Ìá:"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "Âûáà íîâûġ ïàìċà˘"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "Çì˙íċííċ ïàìċà˘"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After resizing partition %s, all data on this partition will be lost"
+msgstr "Óñċ äàäçċíû˙ ˘ àçäçċëċ %s áóäóöü ñòà÷àíû"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All data on this partition should be backed-up"
+msgstr "Óñċ äàäçċíû˙ ˘ ŭòûì àçäçċëċ ïàâiííû áûöü çàġiâàâàíû˙"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "This partition is not resizeable"
+msgstr "Ïàìċû ˙êîà àçäçċëà âû ĉàäàċöċ çì˙íiöü?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "Ïàäë³ê ìċĉà˘ ôàéëàâàé ñiñòŭìû FAT"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount %s?"
+msgstr "Êóäû âû ĉàäàċöċ ìàíöiàâàöü ïûëàäó %s?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"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ñòŭìó"
-#: ../../network/network.pm_.c:350
-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"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Êóäû âû ĉàäàċöċ ìàíöiàâàöü ïûëàäó %s?"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "Êóäû âû ĉàäàċöċ ìàíöiàâàöü âiòóàëüíóŝ ïûëàäó %s?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
msgstr ""
-"Óâ˙äçiöċ iì˙ ñâà¸é ìàĝûíû (host).\n"
-"Iì˙ âàĝàé ìàĝûíû ïàâiííà áûöü çàäàäçċíà ïî˘íàñöŝ,\n"
-"íàïûêëàä ``mybox.mylab.myco.com''.\n"
-"Âû ìîĉàöċ òàêñàìà ˘âċñöi IP àäàñ ĝëŝçó, êàëi ¸í ó âàñ ¸ñöü."
-#: ../../network/network.pm_.c:355
-msgid "DNS server"
-msgstr "DNS ñċâċ"
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, fuzzy, c-format
+msgid "Which filesystem do you want?"
+msgstr "ßêóŝ ñiñòŭìó äóêó Âû ĉàäàċöċ âûêàûñòî˘âàöü?"
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
+msgid "Change partition type"
+msgstr "Çì˙íiöü òûï àçäçċëó"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"After changing type of partition %s, all data on this partition will be lost"
+msgstr "Óñċ äàäçċíû˙ ˘ àçäçċëċ %s áóäóöü ñòà÷àíû ïàñë˙ çìċíû ˙î òûïó"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Remove the loopback file?"
+msgstr "Ôàìàòàâàííċ âiòóàëüíàà àçäçċëó %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"You can't create a new partition\n"
+"(since you reached the maximal number of primary partitions).\n"
+"First remove a primary partition and create an extended partition."
msgstr ""
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "Ïûëàäà-ĝëŝç"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Preference: "
+msgstr "Ïààìċòû: "
-#: ../../network/network.pm_.c:363
-#, fuzzy
-msgid "DNS server address should be in format 1.2.3.4"
-msgstr "IP àäàñ ïàâiíċí áûöü ó ôàìàöċ 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start sector: "
+msgstr "Ïà÷àòêîâû ñċêòà:"
-#: ../../network/network.pm_.c:367
-#, fuzzy
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr "IP àäàñ ïàâiíċí áûöü ó ôàìàöċ 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create a new partition"
+msgstr "Ñòâàŭííċ íîâàà àçäçċëó"
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Íàñòîéêà proxy êŭĝóŝ÷ûġ ñċâċà˘"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "Âûêàûñòî˘âàöü äë˙ âiòóàëüíàé ôàéëàâàé ñiñòŭìû"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "Çì˙íiöü RAID"
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "Âûäàëiöü ç LVM"
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "Âûäàëiöü ç RAID"
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy ïàâiíċí áûöü http://..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "Äàäàöü äà LVM"
-#: ../../network/network.pm_.c:388
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Proxy ïàâiíċí áûöü http://..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "Äàäàöü äà RAID"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "Çíîéäçċíà ñ³ñòŭìà ñċòêàâàé á˙ñïċê³ (firewall)!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "Ôàìàòàâàííċ"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Detailed information"
+msgstr "Iíôàìàöû˙"
-#: ../../network/shorewall.pm_.c:27
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "Ïàñïàáóċì âûàòàâàöü òàáëiöó àçäçċëà˘"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
msgstr ""
-"Óâàà! Çíîéäçċíà ³ñíóŝ÷à˙ ñiñòŭìà ñċòêàâàé á˙ñïċêi (firewall). Âàì ìà÷ûìà "
-"ñïàòŭá³ööà ñêàŭêòàâàöü ˙ċ ïàñë˙ ˘ñòàë˙âàíí˙."
+"Óñòà˘öċ äûñêċòó ˘ äûñêàâîä\n"
+"Óñċ äàäçċíû˙ íà ŭòàé äûñêċöċ áóäóöü ñòà÷àíû"
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "Óâàà!"
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Öi ĉàäàċöċ çààç ïàñïàáàâàöü äàëó÷ûööà äà Iíòŭíŭòó?"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "Àá˙ûöċ ôàéë"
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "ßêi òûï âàĝàà ISDN çëó÷ŭíí˙?"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"The backup partition table has not the same size\n"
+"Still continue?"
+msgstr ""
+"Òàáëiöà àçì˙ĝ÷ŭíí˙ ŭçċâîâàà äûñêó ìàċ iíĝû ïàìċ\n"
+"Ïàö˙âàöü äàëċé?"
-#: ../../network/tools.pm_.c:70
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr "ßê âû ïëàíóċöċ äàëó÷ûööà äà Iíòŭíŭòó?"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Removable media automounting"
+msgstr "À˘òàìàíöiàâàííċ çìċííûġ íàçàïàĝâàëüí³êà˘"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Reload partition table"
+msgstr "Äàäàòêîâà˙ òàáëiöà àçäçċëà˘"
-#: ../../network/tools.pm_.c:72
-#, fuzzy
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Rescue partition table"
+msgstr "Äàäàòêîâà˙ òàáëiöà àçäçċëà˘"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Restore partition table"
+msgstr "Äàäàòêîâà˙ òàáëiöà àçäçċëà˘"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Save partition table"
+msgstr "Çàïiñ òàáëiöû àçäçċëà˘"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
msgstr ""
-"\n"
-"Âû ìîĉàöċ àäêëŝ÷ûööà ö³ ïċàêàíô³óàâàöü âàĝàċ çëó÷ŭííċ."
+"Êàá çàáiöü áîëüĝ àçäċëà˘, âûäàëiöċ àäçií i ñòâàûöċ ïàĝûàíû àçäçċë "
+"(extended)"
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr "Íàñòîéêà äàëó÷ŭíí˙ äà Iíòŭíŭòó"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "I can't add any more partition"
+msgstr "Äàäàöü àçäçċë íċìà÷ûìà"
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
-msgstr "Êàëi ëàñêà, çàïî˘íiöċ öi ïàçíà÷öċ ïîëċ íiĉŭé"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "Óñċ ïċĝàñíû˙ àçäçċëû âûêàûñòàíû"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr "IRQ êàòû"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Hard drive information"
+msgstr "Iíôàìàöû˙"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "Àäàñû ïàì˙ö³ êàòû (DMA)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Auto allocate"
+msgstr "àçìċêàâàöü à˘òàìàòû÷íà"
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "IO êàòû"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "À÷ûñöiöü óñ¸"
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "IO_0 êàòû"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "IO_1 êàòû"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "Âûéñöi áċç çàïiñó òàáëiöû àçäçċëà˘"
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
-msgstr "Âàĝ àñàáiñòû òŭëċôîííû íóìà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "Âûéñöi áċç çàġàâàíí˙"
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr "Iì˙ ïàâàéäàó, íàïûêëàä ïàâàéäà.net"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "Ñàïà˘äû ïàö˙âàöü?"
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr "Íóìà òŭëċôîíó ïàâàéäàà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "ŭĉûì ŭêñïċòó"
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-#, fuzzy
-msgid "Provider dns 1 (optional)"
-msgstr "DNS 1 ïàâàéäàó"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "Çâû÷àéíû ŭĉûì"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-#, fuzzy
-msgid "Provider dns 2 (optional)"
-msgstr "DNS 2 ïàâàéäàó"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "Àäêàò"
-#: ../../network/tools.pm_.c:109
-#, fuzzy
-msgid "Choose your country"
-msgstr "Âûáà êëàâi˙òóû"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Exit"
+msgstr "Ext2"
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr "ŭĉûì çëó÷ŭíí˙"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Choose a partition"
+msgstr "Àá˙ûöċ äçċ˙ííċ"
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-#, fuzzy
-msgid "Connection speed"
-msgstr "Iì˙ çëó÷ŭíí˙"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Choose another partition"
+msgstr "Ñòâàŭííċ íîâàà àçäçċëó"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Iì˙ çëó÷ŭíí˙"
+#: ../../diskdrake/removable.pm:1
+#, fuzzy, c-format
+msgid "Change type"
+msgstr "Çì˙íiöü òûï àçäçċëó"
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr "Iì˙ äë˙ ˘âàġîäó (iì˙ êàûñòàëüíiêó)"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Search servers"
+msgstr "DNS ñċâċ"
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Ïàîëü äë˙ ˘âàġîäó"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Domain"
+msgstr "NIS Domain"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Username"
+msgstr "Iì˙ êàûñòàëüíiêó:"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid ""
+"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "ïàìûëêà ìàíöiàâàíí˙: "
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Domain Authentication Required"
+msgstr "À˘òŭíòûôiêàöû˙"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
-msgstr "Ïàĝûàíû àçäçċë íċ ïàäòûìëiâàċööà ŭòàé ïëàòôîìàé"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Another one"
+msgstr "öiêàâà"
-#: ../../partition_table.pm_.c:685
-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."
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Which username"
+msgstr "Iì˙ êàûñòàëüíiêó:"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Can't login using username %s (bad password?)"
msgstr ""
-"Âû ìàċöċ äçiêó ˘ òàáëiöû àäçċëà˘, àëċ ˙ íċ ìàŝ ìà÷ûìàñöi ˙ċ ñêàûñòàöü.\n"
-"Àäçiíû âûġàä ó òûì, êàá ïċàì˙ñöiöü ïċĝàñíû˙ àçäçċëû òàê, êàá äçiêà iĝëà\n"
-"àäàçó çà ïàĝûàíûì (extended) àçäçċëàì"
-#: ../../partition_table.pm_.c:774
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Àäíà˘ëċííċ ç ôàéëà %s íċ àòûìàëàñ˙: %s"
+msgid "cpu # "
+msgstr ""
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SMBus controllers"
+msgstr ""
-#: ../../partition_table.pm_.c:796
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr "Ïàìûëêà çàïiñó ˘ ôàéë %s"
+msgid "USB controllers"
+msgstr ""
-#: ../../partition_table/raw.pm_.c:192
-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"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SCSI controllers"
msgstr ""
-#: ../../pkgs.pm_.c:26
-msgid "must have"
-msgstr "ïàâiííû ìċöü"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "(E)IDE/ATA controllers"
+msgstr ""
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr "âàĉíà"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
+msgstr ""
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr "âċëüìi äîáà"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Scanner"
+msgstr "Àá˙ûöċ âiäŭàêàòó"
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr "äîáà"
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Unknown/Others"
+msgstr "Àóëüíû"
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr "ìîĉà áûöü"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Bridges and system controllers"
+msgstr ""
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Modem"
+msgstr "Ïîò ìûĝû"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Ethernetcard"
+msgstr "öiêàâà"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Processors"
msgstr ""
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Webcam"
msgstr ""
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Soundcard"
+msgstr "Ñòàíäàòíû"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Other MultiMedia devices"
+msgstr "²íĝû˙"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Tvcard"
msgstr ""
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Videocard"
+msgstr "Âiäŭà-ŭĉûì"
+
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Tape"
+msgstr "Òûï: "
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "DVD-ROM"
msgstr ""
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CD/DVD burners"
msgstr ""
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CDROM"
msgstr ""
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Disk"
+msgstr "Äàöêi"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Zip"
msgstr ""
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Floppy"
+msgstr "Çàġàâàííċ íà äûñêċòó"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Let me pick any driver"
msgstr ""
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-msgid "Unknown Model"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Driver:"
+msgstr "ñċâċ"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
+"\n"
+"The current driver for your \"%s\" sound card is \"%s\" "
msgstr ""
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "Ëàêàëüíû ïûíòŭ"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Choosing an arbitratry driver"
+msgstr ""
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "Àääàëċíû ïûíòŭ"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
+msgstr ""
-#: ../../printer/main.pm_.c:28
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Àääàëċíû ñċâċ CUPS"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound trouble shooting"
+msgstr ""
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Àääàëċíû ñċâċ lpd"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr ""
-#: ../../printer/main.pm_.c:30
-msgid "Network printer (TCP/Socket)"
-msgstr "Ñċòêàâû ïûíòŭ (TCP/Socket)"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Unkown driver"
+msgstr ""
-#: ../../printer/main.pm_.c:31
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Windows 95/98/NT"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
-#: ../../printer/main.pm_.c:32
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Ñċâċ äóêó"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No known driver"
+msgstr ""
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "URI ïûíòŭó"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
+msgstr ""
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No open source driver"
msgstr ""
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Please Wait... Applying the configuration"
+msgstr "Ïàâċêà ïààìċòà˘ íàñòîéêi"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
-#: ../../printer/main.pm_.c:317
-#, fuzzy
-msgid "Local Printers"
-msgstr "Ëàêàëüíû ïûíòŭ"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Trouble shooting"
+msgstr ""
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Àääàëċíû ïûíòŭ"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", USB printer \\/*%s"
+msgid ""
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
msgstr ""
-#: ../../printer/main.pm_.c:334
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Sound configuration"
+msgstr "Íàñòîéêà"
+
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No alternative driver"
msgstr ""
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "enable radio support"
msgstr ""
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Radio support:"
msgstr ""
-#: ../../printer/main.pm_.c:344
+#: ../../harddrake/v4l.pm:1
#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Ïàìûëêà çàïiñó ˘ ôàéë %s"
+msgid "PLL setting:"
+msgstr "ôàìàòàâàííċ"
-#: ../../printer/main.pm_.c:346
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
+msgid "number of capture buffers for mmap'ed capture"
msgstr ""
-#: ../../printer/main.pm_.c:348
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
+msgid "Number of capture buffers:"
msgstr ""
-#: ../../printer/main.pm_.c:352
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Tuner type:"
+msgstr "Çì˙íiöü òûï àçäçċëó"
+
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Card model:"
+msgstr "Àäàñû ïàì˙ö³ êàòû (DMA)"
+
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgid ""
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
msgstr ""
-#: ../../printer/main.pm_.c:356
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Unknown|Generic"
+msgstr "Àóëüíû"
+
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
+msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr ""
-#: ../../printer/main.pm_.c:358
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid ", using command %s"
+msgid "Unknown|CPH05X (bt878) [many vendors]"
msgstr ""
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Auto-detect"
+msgstr "Àääàëċíû ïûíòŭ"
+
+#: ../../interactive/newt.pm:1
+#, fuzzy, c-format
+msgid "Do"
+msgstr "Çîáëċíà"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "Âàĝ âûáà? (çìî˘÷àííċ %s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Bad choice, try again\n"
+msgstr "Äŭííû âûáà, ïàñïàáóéöċ ˙ĝ÷ċ\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Re-submit"
msgstr ""
-#: ../../printer/main.pm_.c:647
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
+
+#: ../../interactive/stdio.pm:1
#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(ìîäóëü %s)"
+msgid "Your choice? (default `%s'%s) "
+msgstr "Âàĝ âûáà? (çìî˘÷àííċ %s) "
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
msgstr ""
-#: ../../printer/main.pm_.c:674
+#: ../../interactive/stdio.pm:1
#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP ñċâċà SMB"
+msgid "Do you want to click on this button?"
+msgstr "Âû ĉàäàċöċ âûêàûñòî˘âàöü aboot?"
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr " (Ïà äàìà˘ëċííŝ)"
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Îïöûi: %s"
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr "Âûáà òûïó çëó÷ŭíí˙ ïûíòŭó"
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Âàĝ âûáà? (çìî˘÷àííċ %s) "
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr "ßê ïûíòà äàëó÷àíû?"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:30
-#, fuzzy
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
+"Loading module %s failed.\n"
+"Do you want to try again with other parameters?"
msgstr ""
-"Àääàëċíû CUPS ñċâċ íċ ïàòàáóċ àä Âàñ íàñòîéê³ ïûíòŭó\n"
-"íà ŭòàé ìàĝûíċ, ¸í áóäçċ çíîéäçċíû à˘òàìàòû÷íà.\n"
-"Êàë³ Âû íċ ˘ïŭ˘íċíû, àá˙ûöċ \"Àääàëċíû ñċâċ CUPS\"."
+"Çàóçêà ìîäóëŝ %s íċ ïàéĝëà.\n"
+"Ĉàäàċöċ ïàñïàáàâàöü ç iíĝûìi ïààìċòàìi?"
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "Ïàçíà÷öċ ïààìċòû"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "À˘òàïîĝóê"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. 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"
+"˘ ïîĝóêàġ íċàáġîäíàé iíôàìàöûi? Ìà÷ûìà, òŭñöiàâàííċ ïûâ˙äçċ\n"
+"äà ñïûíċíí˙ êàìï'ŝòŭó, àëċ ˙íî íi÷îà íċ ñàïñóċ."
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "Íàñòîéêà"
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "ßêi äàéâċ %s ïàñïàáàâàöü?"
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Àääàëċíû ñċâċ CUPS"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "Îïöûi ìîäóëŝ:"
-#: ../../printer/printerdrake.pm_.c:83
+#: ../../modules/interactive.pm:1
+#, c-format
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."
+"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 ""
+"Âû íċ ìîĉàöċ çàäàöü îïöûi ìîäóëŝ %s.\n"
+"Îïöûi - ó ôàìàöċ ``iì˙=çíà÷ŭííċ iì˙2=çíà÷ŭííċ2 ...''.\n"
+"Íàïûêëàä, ``io=0x300 irq=7''"
-#: ../../printer/printerdrake.pm_.c:84
+#: ../../modules/interactive.pm:1
+#, c-format
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\")."
+"You may now provide options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:88
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP àäàñ ïàâiíċí áûöü ó ôàìàöċ 1.2.3.4"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(ìîäóëü %s)"
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-msgid "The port number should be an integer!"
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "Óñòàë˙âàííċ äàéâċó äë˙ %s êàòû %s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "ë. àïiñàííċ àáñòàë˙âàíí˙"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "Öi ¸ñöü ó âàñ %s iíòŭôċéñ?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "Öi ¸ñöü ó âàñ iíĝû?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "Çíîéäçċíû %s %s iíòŭôċéñû"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:99
-#, fuzzy
-msgid "CUPS server IP"
-msgstr "IP ñċâċà SMB"
+#: ../../modules/parameters.pm:1
+#, fuzzy, c-format
+msgid "comma separated strings"
+msgstr "Ôàìàòàâàííċ àçäçċëà˘"
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "Ïîò"
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:102
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Íàñòîéêà ìàäŭìó"
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:159
-#, fuzzy
-msgid "Checking your system..."
-msgstr "ßêóŝ ñiñòŭìó äóêó Âû ĉàäàċöċ âûêàûñòî˘âàöü?"
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Ïûíòŭ"
+#: ../../modules/parameters.pm:1
+#, fuzzy, c-format
+msgid "a number"
+msgstr "Íóìà òŭëċôîíó"
-#: ../../printer/printerdrake.pm_.c:167
+#: ../../network/adsl.pm:1
+#, c-format
msgid ""
-"There are no printers found which are directly connected to your machine"
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:179
-#, fuzzy
+#: ../../network/adsl.pm:1
+#, c-format
msgid ""
-"The following printers\n"
-"\n"
-msgstr "Íàñòóïíû˙ ïàêċòû áóäóöü âûäàëċíû"
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few use dhcp.\n"
+"If you don't know, choose 'use pppoe'"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:180
-#, fuzzy
-msgid ""
-"The following printer\n"
-"\n"
-msgstr "Íàñòóïíû˙ ïàêċòû áóäóöü âûäàëċíû"
+#: ../../network/adsl.pm:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "Äàëó÷ŭííċ äà Iíòŭíŭòó"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Alcatel speedtouch usb"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, fuzzy, c-format
+msgid "use pptp"
+msgstr "âûêàûñòî˘âàöü pppoe"
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "âûêàûñòî˘âàöü pppoe"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Other ports"
+msgstr "Iíĝû˙ êàiíû"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Everything (no firewall)"
+msgstr "Ħñ¸ ñêàíôióàâàíà!"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
-"\n"
-"and one unknown printer are "
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../network/drakfirewall.pm:1
#, c-format
msgid ""
-"\n"
-"and %d unknown printers are "
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
+msgstr ""
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"are "
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"is "
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:189
-#, fuzzy
-msgid "directly connected to your system"
-msgstr "Ó âàĝàé ñ³ñòŭìċ í˙ìà íiâîäíàà ñċòêàâàà àäàïòàà!"
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "No network card"
+msgstr "ñċòêàâà˙ êàòà íċ çíîéäçċíà"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "POP and IMAP Server"
+msgstr "ñċâċ"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Mail Server"
+msgstr "Ñċâċ äóêó"
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Domain Name Server"
+msgstr "Iì˙ äàìċíó"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Web Server"
+msgstr "ñċâċ"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
+msgstr ""
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Zeroconf Host name"
+msgstr "Iì˙ ìàĝûíû"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "Iì˙ ìàĝûíû"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
msgid ""
"\n"
-"There is one unknown printer directly connected to your system"
+"\n"
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../network/ethernet.pm:1
#, c-format
msgid ""
-"\n"
-"There are %d unknown printers directly connected to your system"
+"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 ¸í ó âàñ ¸ñöü."
-#: ../../printer/printerdrake.pm_.c:200
-#, fuzzy
-msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr "Äà ˙êîà ïàñë˙äî˘íàà ïîòó äàëó÷àíû ìàäŭì?"
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "Íàñòîéêà ñċòêi"
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "ñċòêàâà˙ êàòà íċ çíîéäçċíà"
+
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"Please choose which network adapter you want to use to connect to Internet."
msgstr ""
+"Êàëi ëàñêà, ïàçíà÷öċ ñċòêàâû àäàïòà, ˙êi ïëàíóċöċ âûêàûñòî˘âàöü äë˙ "
+"äàëó÷ŭíí˙ äà iíòŭíŭò"
-#: ../../printer/printerdrake.pm_.c:215
-#, fuzzy
-msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr "Ĉàäàċöċ ïàòŭñöiàâàöü äóê?"
-
-#: ../../printer/printerdrake.pm_.c:217
-#, fuzzy
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Âû ĉàäàċöċ, êàá ŭòàċ çëó÷ŭííċ ñòàòàâàëà ïû çàóçöû?"
+#: ../../network/ethernet.pm:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "Ïàçíà÷öċ ñċòêàâû iíòŭôċéñ"
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
+#: ../../network/ethernet.pm:1
+#, fuzzy, c-format
+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íñòóìŭíò."
-#: ../../printer/printerdrake.pm_.c:219
+#: ../../network/ethernet.pm:1
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
msgstr ""
+"ßêi dhcp êëiċíò âû ïëàíóċöċ âûêàûñòî˘âàöü?\n"
+"Ïà çìî˘÷àííŝ, ŭòà dhcp-client"
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Iì˙ äóêàêi"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "No ISDN PCI card found. Please select one on the next screen."
+msgstr "Êàòà ISDN PCI íċ çíîéäçċíà. Êàëi ëàñêà, ïàçíà÷öċ íà íàñòóïíûì ŭêàíċ."
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/isdn.pm:1
+#, c-format
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."
+"I have detected an ISDN PCI card, but I don't know its type. Please select a "
+"PCI card on the next screen."
msgstr ""
+"Âûçíà÷àíà ISDN PCI êàòà, àëċ íċâ˙äîìû ˙ċ òûï. Êàëi ëàñêà, ïàçíà÷öċ PCI "
+"êàòó íà íàñòóïíûì ŭêàíċ."
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "ßêà˙ ˘ âàñ ISDN êàòà?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "Íàñòîéêà ISDN"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "Àäì˙íiöü"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "Ïàö˙íóöü"
+
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
+"If you have an ISA card, the values on the next screen should be right.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
+"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
+"card.\n"
+msgstr ""
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
+"Êàëi âû ìàċöċ ISA êàòó, âċëi÷ûíi íà íàñòóïíûì ŭêàíċ ïàâiííû áûöü "
+"ñàïà˘äíûìi.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Êàëi âû ìàċöċ PCMCIA êàòó, âû ïàâiííû âċäàöü irq i io âàĝàé êàòû.\n"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "I don't know"
+msgstr "Íċ â˙äîìà"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "PCI"
+msgstr "PCI"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISA / PCMCIA"
+msgstr "ISA / PCMCIA"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind of card do you have?"
+msgstr "ßêi òûï êàòû âû ìàċöċ?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which protocol do you want to use?"
+msgstr "ßêi ïàòàêîë âû ĉàäàċöċ âûêàûñòî˘âàöü?"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Protocol for the rest of the world"
+msgstr "Ïàäêëŝ÷ŭííċ"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
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"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\n"
-"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Protocol for the rest of the world\n"
+"No D-Channel (leased lines)"
msgstr ""
+"Ïàäêëŝ÷ŭííċ \n"
+" íċ ïàç D-êàíàë (âûëó÷àíû˙ êàíàëû)"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "European protocol"
+msgstr "Ċ˘îïà (EDSS1)"
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "European protocol (EDSS1)"
+msgstr "Ċ˘îïà (EDSS1)"
+
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
+msgstr ""
+"Àá˙ûöċ âàĝàà ïàâàéäàà.\n"
+"êàëi ˙î í˙ìà ˘ ŭòûì ñïiñċ, àá˙ûöċ òûï ``Iíĝû''"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "External ISDN modem"
+msgstr "Óíóòàíà˙ ISDN êàòà"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "Óíóòàíà˙ ISDN êàòà"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "ßêi òûï âàĝàà ISDN çëó÷ŭíí˙?"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Network Configuration Wizard"
+msgstr "Êàíôióàöû˙ ñċòêi"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "Çíîéäçċíà ñ³ñòŭìà ñċòêàâàé á˙ñïċê³ (firewall)!"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "New configuration (isdn-light)"
+msgstr "Çíîéäçċíà ñ³ñòŭìà ñċòêàâàé á˙ñïċê³ (firewall)!"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Which ISDN configuration do you prefer?\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
+"* The Old configuration uses isdn4net. It contains powerful\n"
+" tools, but is tricky to configure, and not standard.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"We recommand the light configuration.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:307
-#, fuzzy
-msgid "Auto-detect printers connected to this machine"
-msgstr "Àääàëċíû ïûíòŭ"
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Do nothing"
+msgstr "×àêàċööà"
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Install rpm"
+msgstr "Óñòà븢êà"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Title"
+msgstr "Òàáëiöà"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Second DNS Server (optional)"
+msgstr "Äói ñċâċ DNS:"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "First DNS Server (optional)"
+msgstr "Ïċĝû ñċâċ DNS"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "Iì˙ äàìċíó"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr "CHAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "íà àñíîâċ ñêûïòó"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "íà àñíîâċ òŭìiíàëó"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "Iì˙ (login ID)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "Íóìà òŭëċôîíó"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "Iì˙ çëó÷ŭíí˙"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "Ïààìċòû êàìóòàâàíàà çëó÷ŭíí˙ (Dialup)"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Please choose which serial port your modem is connected to."
+msgstr "Äà ˙êîà ïàñë˙äî˘íàà ïîòó äàëó÷àíû ìàäŭì?"
+
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "Êàíôióàöû˙ ñċòêi"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
+msgstr ""
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
"\n"
-"Congratulations, your printer is now installed and configured!\n"
+msgstr ""
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid ""
+"A problem occured while restarting the network: \n"
"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
+"%s"
+msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
+msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Network configuration"
+msgstr "Êàíôióàöû˙ ñċòêi"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Do you want to start the connection at boot?"
+msgstr "Âû ĉàäàċöċ, êàá ŭòàċ çëó÷ŭííċ ñòàòàâàëà ïû çàóçöû?"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Internet connection"
+msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\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 ""
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Printer auto-detection"
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Choose the connection you want to configure"
+msgstr "Àá˙ûöċ iíñòóìċíò, ˙êi ĉàäàċöċ ñêàûñòàöü"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr ""
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "LAN connection"
+msgstr "àçìċêàâàííċ"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "cable connection detected"
+msgstr "Çëó÷ŭííċ ïûíòŭó"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Cable connection"
+msgstr "Çëó÷ŭííċ ïûíòŭó"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "detected"
msgstr "Àääàëċíû ïûíòŭ"
-#: ../../printer/printerdrake.pm_.c:385
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "ADSL connection"
+msgstr "àçìċêàâàííċ"
+
+#: ../../network/netconnect.pm:1
#, c-format
-msgid ", network printer \"%s\", port %s"
+msgid "detected %s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:387
+#: ../../network/netconnect.pm:1
#, fuzzy, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/Windows 95/98/NT"
+msgid "ISDN connection"
+msgstr "Íàñòîéêà ISDN"
-#: ../../printer/printerdrake.pm_.c:391
+#: ../../network/netconnect.pm:1
#, fuzzy, c-format
-msgid "Detected %s"
+msgid "Winmodem connection"
+msgstr "Çëó÷ŭííċ ïûíòŭó"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "detected on port %s"
msgstr "Äóáë˙âàííċ ïóíêòó ìàíöiàâàíí˙ %s"
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/netconnect.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
+msgid "Normal modem connection"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "USB printer \\/*%s"
-msgstr ""
+msgid "Detecting devices..."
+msgstr "Âûçíà÷ŭííċ ïûëàäà˘..."
-#: ../../printer/printerdrake.pm_.c:399
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
#, fuzzy, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "Ñċòêàâû ïûíòŭ (TCP/Socket)"
+msgid "Expert Mode"
+msgstr "Ŭêñïċò"
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
+msgstr ""
+
+#: ../../network/netconnect.pm:1
#, fuzzy, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/Windows 95/98/NT"
+msgid "Choose the profile to configure"
+msgstr "Àá˙ûöċ àñíî˘íàà êàûñòàëüíiêà:"
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-#, fuzzy
-msgid "Local Printer"
-msgstr "Ëàêàëüíû ïûíòŭ"
+#: ../../network/netconnect.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:526
+#: ../../network/netconnect.pm:1
+#, c-format
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, ...)."
+"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 ""
-#: ../../printer/printerdrake.pm_.c:530
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "URI ïûíòŭó"
+#: ../../network/netconnect.pm:1
+#, 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"
+"Âû ìîĉàöċ àäêëŝ÷ûööà ö³ ïċàêàíô³óàâàöü âàĝàċ çëó÷ŭííċ."
-#: ../../printer/printerdrake.pm_.c:539
-#, fuzzy
-msgid "No printer found!"
-msgstr "Ëàêàëüíû ïûíòŭ"
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "We are now going to configure the %s connection."
+msgstr ""
+"\n"
+"Âû ìîĉàöċ àäêëŝ÷ûööà ö³ ïċàêàíô³óàâàöü âàĝàċ çëó÷ŭííċ."
-#: ../../printer/printerdrake.pm_.c:548
-#, fuzzy
-msgid "Available printers"
-msgstr "Äàñòóïíû˙ ïàêċòû"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "Iíòŭíŭò çëó÷ŭííċ i êàíôióàöû˙"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Configure the connection"
+msgstr "Íàñòîéêà ñċòêi"
-#: ../../printer/printerdrake.pm_.c:552
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Disconnect"
+msgstr "Íàñòîéêà ISDN"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Connect"
+msgstr "Iì˙ çëó÷ŭíí˙"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
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"
+"\n"
+"You can reconfigure your connection."
msgstr ""
+"\n"
+"Âû ìîĉàöċ àäêëŝ÷ûööà ö³ ïċàêàíô³óàâàöü âàĝàċ çëó÷ŭííċ."
-#: ../../printer/printerdrake.pm_.c:553
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
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"
+"\n"
+"You can connect to the Internet or reconfigure your connection."
msgstr ""
+"\n"
+"Âû ìîĉàöċ àäêëŝ÷ûööà ö³ ïċàêàíô³óàâàöü âàĝàċ çëó÷ŭííċ."
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "ßê âû ïëàíóċöċ äàëó÷ûööà äà Iíòŭíŭòó?"
-#: ../../printer/printerdrake.pm_.c:555
+#: ../../network/netconnect.pm:1
+#, c-format
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\"."
+"\n"
+"You can disconnect or reconfigure your connection."
msgstr ""
+"\n"
+"Âû ìîĉàöċ àäêëŝ÷ûööà ö³ ïċàêàíô³óàâàöü âàĝàċ çëó÷ŭííċ."
-#: ../../printer/printerdrake.pm_.c:556
-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\"."
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "You are currently connected to the Internet."
+msgstr "ßê âû ïëàíóċöċ äàëó÷ûööà äà Iíòŭíŭòó?"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "Proxy ïàâiíċí áûöü http://..."
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Proxy should be http://..."
+msgstr "Proxy ïàâiíċí áûöü http://..."
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "FTP proxy"
+msgstr "FTP proxy"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "HTTP proxy"
+msgstr "HTTP proxy"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Proxies configuration"
+msgstr "Íàñòîéêà proxy êŭĝóŝ÷ûġ ñċâċà˘"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP àäàñ ïàâiíċí áûöü ó ôàìàöċ 1.2.3.4"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP àäàñ ïàâiíċí áûöü ó ôàìàöċ 1.2.3.4"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway device"
+msgstr "Ïûëàäà-ĝëŝç"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "DNS ñċâċ"
+
+#: ../../network/network.pm:1
+#, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"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 ¸í ó âàñ ¸ñöü."
-#: ../../printer/printerdrake.pm_.c:559
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Äà ˙êîà ïàñë˙äî˘íàà ïîòó äàëó÷àíû ìàäŭì?"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:561
+#: ../../network/network.pm:1
+#, c-format
msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:565
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "URI ïûíòŭó"
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address should be in format 1.2.3.4"
+msgstr "IP àäàñ ïàâiíċí áûöü ó ôàìàöċ 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:584
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Íàñòîéêà"
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Start at boot"
+msgstr "Ñòâàûöü çà. äûñê"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr "Îïöûi àääàëċíàà ïûíòŭó lpd"
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Network Hotplugging"
+msgstr "Êàíôióàöû˙ ñċòêi"
-#: ../../printer/printerdrake.pm_.c:634
-#, 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."
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
msgstr ""
-"Äë˙ íàñòîéêi àääàëċíàé ÷ài äóêó âàì ïàòŭáíà\n"
-"ïàçíà÷ûöü iì˙ àääàëċíàà ñċâċà i iì˙ ÷ài äóêó,\n"
-"ó ˙êóŝ àääàëċíû ñċâċ áóäçċ àäïà˘ë˙öü çàäàííi."
-#: ../../printer/printerdrake.pm_.c:635
-#, fuzzy
-msgid "Remote host name"
-msgstr "Àääàëċíû âóçċë"
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(bootp/dhcp)"
-#: ../../printer/printerdrake.pm_.c:636
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Àääàëċíû ïûíòŭ"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "À˘òàìàòû÷íû IP"
-#: ../../printer/printerdrake.pm_.c:639
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Àääàëċíû âóçċë"
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "Ìàñêà ñċòêi"
-#: ../../printer/printerdrake.pm_.c:643
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Àääàëċíû âóçċë"
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "IP àäàñ"
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
+#: ../../network/network.pm:1
#, fuzzy, c-format
-msgid "Detected model: %s %s"
-msgstr "Äóáë˙âàííċ ïóíêòó ìàíöiàâàíí˙ %s"
+msgid " (driver %s)"
+msgstr "Ñċâċ XFree86: %s\n"
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Scanning network..."
-msgstr "ßêi òûï âàĝàà ISDN çëó÷ŭíí˙?"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "Íàñòîéêà ñċòêàâàé ïûëàäû %s"
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#: ../../network/network.pm:1
#, c-format
-msgid ", printer \"%s\" on server \"%s\""
+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)."
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
+#: ../../network/network.pm:1
+#, c-format
+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/shorewall.pm:1
+#, c-format
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes after installation."
+msgstr ""
+"Óâàà! Çíîéäçċíà ³ñíóŝ÷à˙ ñiñòŭìà ñċòêàâàé á˙ñïċêi (firewall). Âàì ìà÷ûìà "
+"ñïàòŭá³ööà ñêàŭêòàâàöü ˙ċ ïàñë˙ ˘ñòàë˙âàíí˙."
+
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "Çíîéäçċíà ñ³ñòŭìà ñċòêàâàé á˙ñïċê³ (firewall)!"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "Ïàîëü äë˙ ˘âàġîäó"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "Iì˙ äë˙ ˘âàġîäó (iì˙ êàûñòàëüíiêó)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
#, fuzzy, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "Àäëó÷ŭííċ àä ñċòêi"
+msgid "Connection timeout (in sec)"
+msgstr "Iì˙ çëó÷ŭíí˙"
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Îïöûi ïûíòŭó SMB (Windows 9x/NT)"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Connection speed"
+msgstr "Iì˙ çëó÷ŭíí˙"
-#: ../../printer/printerdrake.pm_.c:796
-#, fuzzy
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Dialing mode"
+msgstr "ŭĉûì çëó÷ŭíí˙"
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "Choose your country"
+msgstr "Âûáà êëàâi˙òóû"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "DNS 2 ïàâàéäàó"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "DNS 1 ïàâàéäàó"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "Íóìà òŭëċôîíó ïàâàéäàà"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "Iì˙ ïàâàéäàó, íàïûêëàä ïàâàéäà.net"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "Âàĝ àñàáiñòû òŭëċôîííû íóìà"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "IO_1 êàòû"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "IO_0 êàòû"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "IO êàòû"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "Àäàñû ïàì˙ö³ êàòû (DMA)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "IRQ êàòû"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
+msgstr "Êàëi ëàñêà, çàïî˘íiöċ öi ïàçíà÷öċ ïîëċ íiĉŭé"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Connection Configuration"
+msgstr "Íàñòîéêà äàëó÷ŭíí˙ äà Iíòŭíŭòó"
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
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."
+"The system doesn't seem to be connected to the Internet.\n"
+"Try to reconfigure your connection."
msgstr ""
-"Äë˙ äóêó íà ïûíòŭû SMB íċàáġîäíà ïàçíà÷ûöü iì˙ ġîñòó SMB (íċ çà˘ñ¸äû "
-"ñóïàäàċ ç iìċíċì ó ñċòöû TCP/IP) i àäàñ IP ñċâċà äóêó, à òàêñàìà iì˙ "
-"ŭñóñó, ˙êi ñïàëó÷àíû ç âûáàíûì ïûíòŭàì, iì˙ êàûñòàëüíiêó, ïàîëü i "
-"iíôàìàöûŝ àá ïàöî˘íàé óïċ."
+"\n"
+"Âû ìîĉàöċ àäêëŝ÷ûööà ö³ ïċàêàíô³óàâàöü âàĝàċ çëó÷ŭííċ."
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "For security reasons, it will be disconnected now."
+msgstr ""
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "The system is now connected to the Internet."
+msgstr "ßê âû ïëàíóċöċ äàëó÷ûööà äà Iíòŭíŭòó?"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Testing your connection..."
+msgstr "ßêi òûï âàĝàà ISDN çëó÷ŭíí˙?"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Öi ĉàäàċöċ çààç ïàñïàáàâàöü äàëó÷ûööà äà Iíòŭíŭòó?"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Internet configuration"
+msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
-#: ../../printer/printerdrake.pm_.c:797
+#: ../../partition_table/raw.pm:1
+#, c-format
msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
+"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, corrupted "
+"data."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr "Iì˙ ñċâċó SMB"
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr " (Ïà äàìà˘ëċííŝ)"
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
+#: ../../printer/cups.pm:1
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
msgstr "IP ñċâċà SMB"
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr "Iì˙ äë˙ àçìċêàâàíàà ŭñóñó"
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Remote Printers"
+msgstr "Àääàëċíû ïûíòŭ"
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "Ïàöî˘íà˙ óïà"
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:806
-#, fuzzy
-msgid "Auto-detected"
-msgstr "Àääàëċíû ïûíòŭ"
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:816
-msgid "Either the server name or the server's IP must be given!"
+#: ../../printer/cups.pm:1
+#, fuzzy, c-format
+msgid "(on %s)"
+msgstr "(ìîäóëü %s)"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:827
+#: ../../printer/data.pm:1
#, 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"
+msgid "LPD"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../printer/data.pm:1
#, 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"
+msgid "LPD - Line Printer Daemon"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:840
-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?"
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr "Îïöûi ïûíòŭó NetWare"
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:912
-#, 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."
+#: ../../printer/detect.pm:1
+#, c-format
+msgid "Unknown Model"
msgstr ""
-"Äë˙ äóêó íà ïûíòŭû NetWare íċàáġîäíà ïàçíà÷ûöü iì˙ ñċâċó äóêó NetWare "
-"(íċ çà˘ñ¸äû ñóïàäàċ ç iìċíċì ó ñċòöû TCP/IP) i iì˙ ÷ài äóêó, ˙êà˙ "
-"àäïàâ˙äàċ àáàíàìó ïûíòŭó, à òàêñàìà iì˙ êàûñòàëüíiêó i ïàîëü."
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr "Ñċâċ äóêó"
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr "Iì˙ ÷ài äóêó"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Host %s"
+msgstr "Iì˙ ìàĝûíû"
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Network %s"
+msgstr "Ñċòêà:"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Interface \"%s\""
+msgstr "Ñċòêàâû iíòŭôċéñ"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local network(s)"
+msgstr "ñċòêàâà˙ êàòà íċ çíîéäçċíà"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#: ../../printer/main.pm:1
#, c-format
-msgid ", host \"%s\", port %s"
+msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../printer/main.pm:1
#, c-format
-msgid "Host \"%s\", port %s"
+msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1030
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Îïöûi ñîêċòó ïûíòŭó"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1032
-msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1033
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "Ïàìûëêà çàïiñó ˘ ôàéë %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
msgstr ""
-"Êàá äóêàâàöü ïàç ñîêċò äóêàêi, âàì íċàáġîäíà çàá˙ñïċ÷ûöü\n"
-"iì˙ ïûíòŭó i ìà÷ûìà ˙î íóìà ïîòó."
-#: ../../printer/printerdrake.pm_.c:1037
-#, fuzzy
-msgid "Printer host name or IP missing!"
-msgstr "Iì˙ ïûíòŭó"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1059
-#, fuzzy
-msgid "Printer host name or IP"
-msgstr "Iì˙ ïûíòŭó"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr "URI ïûíòŭó"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on parallel port \\#%s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1108
-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."
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", USB printer"
+msgstr "Iì˙ äóêàêi"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", USB printer \\#%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " on parallel port \\#%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1463
-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."
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local Printers"
+msgstr "Ëàêàëüíû ïûíòŭ"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Pipe job into a command"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr "Iì˙ äóêàêi"
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Enter a printer device URI"
+msgstr "URI ïûíòŭó"
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "Àïiñàííċ"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Printer on NetWare server"
+msgstr "Ñċâċ äóêó"
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "àçìċêàâàííċ"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "SMB/Windows 95/98/NT"
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-#, fuzzy
-msgid "Reading printer database..."
-msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "Ñċòêàâû ïûíòŭ (TCP/Socket)"
-#: ../../printer/printerdrake.pm_.c:1482
-#, fuzzy
-msgid "Preparing printer database..."
-msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer on remote lpd server"
+msgstr "Àääàëċíû ñċâċ lpd"
-#: ../../printer/printerdrake.pm_.c:1578
-#, fuzzy
-msgid "Your printer model"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Printer on remote CUPS server"
+msgstr "Àääàëċíû ñċâċ CUPS"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
msgstr "Àääàëċíû ïûíòŭ"
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../printer/main.pm:1
#, 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 ""
+msgid "Local printer"
+msgstr "Ëàêàëüíû ïûíòŭ"
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-#, fuzzy
-msgid "The model is correct"
-msgstr "ŭòà äàêëàäíà?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuring applications..."
+msgstr "Íàñòîéêà ïûíòŭó"
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-#, fuzzy
-msgid "Select model manually"
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, fuzzy, c-format
+msgid "Printerdrake"
+msgstr "Ïûíòŭ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to configure another printer?"
+msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remove printer"
msgstr "Àääàëċíû ïûíòŭ"
-#: ../../printer/printerdrake.pm_.c:1606
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Çëó÷ŭííċ ïûíòŭó"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Know how to use this printer"
+msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
-#: ../../printer/printerdrake.pm_.c:1607
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "ßêi òûï äóêàêi âû ìàċöċ?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Print test pages"
+msgstr "Äóê òŭñòàâûġ ñòàîíàê"
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../printer/printerdrake.pm:1
+#, c-format
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\"."
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1697
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-#, fuzzy
-msgid "Lexmark inkjet configuration"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Default printer"
+msgstr "Ëàêàëüíû ïûíòŭ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Set this printer as the default"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "Îïöûi ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model, driver"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer name, description, location"
+msgstr "Çëó÷ŭííċ ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer connection type"
+msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Learn how to use this printer"
+msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Raw printer"
+msgstr "Iì˙ äóêàêi"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do it!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Close"
+msgstr "Ïîò ìûĝû"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Printer %s\n"
+"What do you want to modify on this printer?"
+msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Modify printer configuration"
msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
-#: ../../printer/printerdrake.pm_.c:1719
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Add a new printer"
+msgstr "Iì˙ äóêàêi"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Normal Mode"
+msgstr "Çâû÷àéíû"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Change the printing system"
+msgstr "Íàñòîéêà ñċòêi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing"
+msgstr "Ïûíòŭ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS configuration"
+msgstr "Íàñòîéêà"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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."
+"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ñíóŝ÷û˙."
-#: ../../printer/printerdrake.pm_.c:1746
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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/). Click on the \"Drivers\" link. 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."
+"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/GIMP."
msgstr ""
+"Òóò çì˙ĝ÷àŝööà ÷ŭi äóêó.\n"
+"Âû ìîĉàöċ äàäàöü ˙ĝ÷ŭ, àëüáî çì˙íiöü iñíóŝ÷û˙."
-#: ../../printer/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Would you like to configure printing?"
+msgstr "Ĉàäàċöċ íàñòîiöü ïûíòŭ?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Preparing Printerdrake..."
+msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing Foomatic..."
+msgstr "Óñòàë˙âàííċ ïàêċòó %s"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "Íàñòîéêà ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "Íàñòîéêà ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Reading printer data..."
+msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "ßêóŝ ñiñòŭìó äóêó Âû ĉàäàċöċ âûêàûñòî˘âàöü?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Select Printer Spooler"
+msgstr "Âûáà òûïó çëó÷ŭíí˙ ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "Óñòàë˙âàííċ ïàêċòó %s"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Ïàìċû ŭêàíó: %s\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer belongs to the group of GDI laser printers (winprinters) sold "
-"by different manufacturers which uses the Zenographics ZJ-stream raster "
-"format for the data sent to the printer. The driver for these printers is "
-"still in a very early development stage and so it will perhaps not always "
-"work properly. Especially it is possible that the printer only works when "
-"you choose the A4 paper size.\n"
-"\n"
-"Some of these printers, as the HP LaserJet 1000, for which this driver was "
-"originally created, need their firmware to be uploaded to them after they "
-"are turned on. In the case of the HP LaserJet 1000 you have to search the "
-"printer's Windows driver CD or your Windows partition for the file "
-"\"sihp1000.img\" and upload the file to the printer with one of the "
-"following commands:\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-" lpr -o raw sihp1000.img\n"
-" cat sihp1000.img > /dev/usb/lp0\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"
-"The first command can be given by any normal user, the second must be given "
-"as root. After having done so you can print normally.\n"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1972
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Starting the printing system at boot time"
+msgstr "ßêóŝ ñiñòŭìó äóêó Âû ĉàäàċöċ âûêàûñòî˘âàöü?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Printer default settings\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\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."
+"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 ""
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
+msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1985
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "paranoid"
+msgstr "Ïààíàiäàëüíû"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "high"
+msgstr "Âûñîêi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Restarting printing system..."
+msgstr "ßêóŝ ñiñòŭìó äóêó Âû ĉàäàċöċ âûêàûñòî˘âàöü?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuration of a remote printer"
+msgstr "Íàñòîéêà ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be a number!"
+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 ""
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
+msgid ""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is 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 ""
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
+msgid "Configure the network now"
+msgstr "Íàñòîéêà ñċòêi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Go on without configuring the network"
+msgstr "Íàñòîéêà ñċòêi"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Ĉàäàċöċ ïàòŭñöiàâàöü äóê?"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Test pages"
-msgstr "Ïàâċêà ïàòî˘"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Network functionality not configured"
+msgstr "Ìàíiòî ïàêóëü íċ íàñòîċíû"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Starting network..."
+msgstr "ßêi òûï âàĝàà ISDN çëó÷ŭíí˙?"
-#: ../../printer/printerdrake.pm_.c:2052
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Refreshing printer data..."
+msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2056
-#, fuzzy
-msgid "No test pages"
-msgstr "Òàê, íàäóêàâàöü àáċäçâċ ñòàîíêi òŭêñòó"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Transfer printer configuration"
+msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
-#: ../../printer/printerdrake.pm_.c:2057
-#, fuzzy
-msgid "Print"
-msgstr "Ïûíòŭ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transferring %s..."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2114
-#, fuzzy
-msgid "Standard test page"
-msgstr "Ñòàíäàòíû"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "New printer name"
+msgstr "Iì˙ äóêàêi"
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2120
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "Äóê òŭñòàâûġ ñòàîíàê"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer should contain only letters, numbers and the underscore"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2122
-#, fuzzy
-msgid "Photo test page"
-msgstr "Äóê òŭñòàâûġ ñòàîíàê"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2126
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Äóê òŭñòàâûġ ñòàîíàê"
+#: ../../printer/printerdrake.pm:1
+#, 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/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
-msgstr "Äóê òŭñòàâûġ ñòàîíàê"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2159
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm:1
+#, 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"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
msgstr ""
-"Òŭñòàâû˙ ñòàîíêi àäïà˘ëċíû äŭìàíó äóêó.\n"
-"Ïċàä òûì, ˙ê ïûíòŭ çàïàöóċ, ìîĉà ïàéñöi ïŭ˘íû ÷àñ.\n"
-"Ñòàòóñ äóêó:\n"
-"%s\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
"\n"
-"¨í ïàöóċ íàìàëüíà?"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2163
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-"Òŭñòàâû˙ ñòàîíêi àäïà˘ëċíû äŭìàíó äóêó.\n"
-"Ïċàä òûì, ˙ê ïûíòŭ çàïàöóċ, ìîĉà ïàéñöi ïŭ˘íû ÷àñ.\n"
-"¨í ïàöóċ íàìàëüíà?"
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-#, fuzzy
-msgid "Raw printer"
-msgstr "Iì˙ äóêàêi"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1
#, 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"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2218
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
+"Your 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\" on the command line to get more "
+"information.\n"
"\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>\". "
+"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "Äóê òŭñòàâûġ ñòàîíàê"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Print option list"
+msgstr "Îïöûi ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Àäëó÷ŭííċ àä ñċòêi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "Àäëó÷ŭííċ àä ñċòêi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Àäëó÷ŭííċ àä ñċòêi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "Àäëó÷ŭííċ àä ñċòêi"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7955,1215 +10204,1977 @@ msgid ""
"\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Here is a list of the available printing options for the current printer:\n"
"\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 ""
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
+#: ../../printer/printerdrake.pm:1
+#, c-format
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 ""
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+"<file>\".\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2257
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
#, 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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+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"
+"¨í ïàöóċ íàìàëüíà?"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"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 ""
+"Òŭñòàâû˙ ñòàîíêi àäïà˘ëċíû äŭìàíó äóêó.\n"
+"Ïċàä òûì, ˙ê ïûíòŭ çàïàöóċ, ìîĉà ïàéñöi ïŭ˘íû ÷àñ.\n"
+"Ñòàòóñ äóêó:\n"
+"%s\n"
+"\n"
+"¨í ïàöóċ íàìàëüíà?"
-#: ../../printer/printerdrake.pm_.c:2271
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Àäëó÷ŭííċ àä ñċòêi"
+msgid "Do not print any test page"
+msgstr "Äóê òŭñòàâûġ ñòàîíàê"
-#: ../../printer/printerdrake.pm_.c:2272
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Àäëó÷ŭííċ àä ñċòêi"
+msgid "Photo test page"
+msgstr "Äóê òŭñòàâûġ ñòàîíàê"
-#: ../../printer/printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Àäëó÷ŭííċ àä ñċòêi"
+msgid "Alternative test page (A4)"
+msgstr "Äóê òŭñòàâûġ ñòàîíàê"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (Letter)"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2275
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Àäëó÷ŭííċ àä ñċòêi"
+msgid "Standard test page"
+msgstr "Ñòàíäàòíû"
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-#, fuzzy
-msgid "Close"
-msgstr "Ïîò ìûĝû"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Print"
+msgstr "Ïûíòŭ"
-#: ../../printer/printerdrake.pm_.c:2281
-#, fuzzy
-msgid "Print option list"
-msgstr "Îïöûi ïûíòŭó"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "No test pages"
+msgstr "Òàê, íàäóêàâàöü àáċäçâċ ñòàîíêi òŭêñòó"
-#: ../../printer/printerdrake.pm_.c:2301
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Your 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\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2322
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Test pages"
+msgstr "Ïàâċêà ïàòî˘"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
+msgstr "Ĉàäàċöċ ïàòŭñöiàâàöü äóê?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-#, fuzzy
-msgid "Reading printer data..."
-msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be a number!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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/printerdrake.pm_.c:2368
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"The first command can be given by any normal user, the second must be given "
+"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+"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/). Click on the \"Drivers\" link. 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 ""
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Lexmark inkjet configuration"
+msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2375
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "OKI winprinter configuration"
+msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Which printer model do you have?"
+msgstr "ßêi òûï äóêàêi âû ìàċöċ?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer model selection"
+msgstr "Çëó÷ŭííċ ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Reading printer database..."
+msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Select model manually"
+msgstr "Àääàëċíû ïûíòŭ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The model is correct"
+msgstr "ŭòà äàêëàäíà?"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Your printer model"
+msgstr "Àääàëċíû ïûíòŭ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Preparing printer database..."
+msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Location"
+msgstr "àçìċêàâàííċ"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Description"
+msgstr "Àïiñàííċ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer"
+msgstr "Iì˙ äóêàêi"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter Printer Name and Comments"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm:1
#, 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."
+msgid "Making printer port available for CUPS..."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2400
-msgid "Name of printer should contain only letters, numbers and the underscore"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo memory card access on your HP multi-function device"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2405
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+msgid "Scanning on your HP multi-function device"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2413
-#, fuzzy
-msgid "New printer name"
-msgstr "Iì˙ äóêàêi"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing mtools packages..."
+msgstr "Óñòàë˙âàííċ ïàêċòó %s"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing SANE packages..."
+msgstr "Óñòàë˙âàííċ ïàêċòó %s"
-#: ../../printer/printerdrake.pm_.c:2416
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
+msgid "Checking device and configuring HPOJ..."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2427
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing HPOJ package..."
+msgstr "Óñòàë˙âàííċ ïàêċòó %s"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2437
-#, fuzzy
-msgid "Refreshing printer data..."
-msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A command line must be entered!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-#, fuzzy
-msgid "Configuration of a remote printer"
-msgstr "Íàñòîéêà ïûíòŭó"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Command line"
+msgstr "Iì˙ äàìċíó"
-#: ../../printer/printerdrake.pm_.c:2446
-#, fuzzy
-msgid "Starting network..."
-msgstr "ßêi òûï âàĝàà ISDN çëó÷ŭíí˙?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Íàñòîéêà ñċòêi"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Pipe into command"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2480
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Ìàíiòî ïàêóëü íċ íàñòîċíû"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Detected model: %s %s"
+msgstr "Äóáë˙âàííċ ïóíêòó ìàíöiàâàíí˙ %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2481
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "URI ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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?"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2484
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Íàñòîéêà ñċòêi"
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "Ïîò"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer host name or IP"
+msgstr "Iì˙ ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The port number should be an integer!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer host name or IP missing!"
+msgstr "Iì˙ ïûíòŭó"
-#: ../../printer/printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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\""
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). 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 ìà÷ûìà ˙î íóìà ïîòó."
-#: ../../printer/printerdrake.pm_.c:2519
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2529
-#, fuzzy
-msgid "Restarting printing system..."
-msgstr "ßêóŝ ñiñòŭìó äóêó Âû ĉàäàċöċ âûêàûñòî˘âàöü?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "Îïöûi ñîêċòó ïûíòŭó"
-#: ../../printer/printerdrake.pm_.c:2568
-#, fuzzy
-msgid "high"
-msgstr "Âûñîêi"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Host \"%s\", port %s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2568
-#, fuzzy
-msgid "paranoid"
-msgstr "Ïààíàiäàëüíû"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Scanning network..."
+msgstr "ßêi òûï âàĝàà ISDN çëó÷ŭíí˙?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer auto-detection"
+msgstr "Àääàëċíû ïûíòŭ"
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
+msgid "NCP queue name missing!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2570
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP server name missing!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print Queue Name"
+msgstr "Iì˙ ÷ài äóêó"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "Printer Server"
+msgstr "Ñċâċ äóêó"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
+"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 ïàîëü."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "Îïöûi ïûíòŭó NetWare"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 configure printing on this machine?"
+"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2604
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "ßêóŝ ñiñòŭìó äóêó Âû ĉàäàċöċ âûêàûñòî˘âàöü?"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
+"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"
-"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"
+"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"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SECURITY WARNING!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Samba share name missing!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "Ïàìċû ŭêàíó: %s\n"
+msgid "Auto-detected"
+msgstr "Àääàëċíû ïûíòŭ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "Ïàöî˘íà˙ óïà"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Share name"
+msgstr "Iì˙ äë˙ àçìċêàâàíàà ŭñóñó"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "IP ñċâċà SMB"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "Iì˙ ñċâċó SMB"
-#: ../../printer/printerdrake.pm_.c:2636
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "Óñòàë˙âàííċ ïàêċòó %s"
+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íôàìàöûŝ àá ïàöî˘íàé óïċ."
-#: ../../printer/printerdrake.pm_.c:2685
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Âûáà òûïó çëó÷ŭíí˙ ïûíòŭó"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "Îïöûi ïûíòŭó SMB (Windows 9x/NT)"
-#: ../../printer/printerdrake.pm_.c:2686
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "ßêóŝ ñiñòŭìó äóêó Âû ĉàäàċöċ âûêàûñòî˘âàöü?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "Àäëó÷ŭííċ àä ñċòêi"
-#: ../../printer/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on server \"%s\""
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Íàñòîéêà ïûíòŭó"
+msgid "Remote printer name missing!"
+msgstr "Àääàëċíû âóçċë"
-#: ../../printer/printerdrake.pm_.c:2731
-#, fuzzy
-msgid "Installing Foomatic..."
-msgstr "Óñòàë˙âàííċ ïàêċòó %s"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remote host name missing!"
+msgstr "Àääàëċíû âóçċë"
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
-msgstr "Îïöûi ïûíòŭó"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remote printer name"
+msgstr "Àääàëċíû ïûíòŭ"
-#: ../../printer/printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Preparing Printerdrake..."
-msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remote host name"
+msgstr "Àääàëċíû âóçċë"
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Íàñòîéêà ïûíòŭó"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:2845
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Ĉàäàċöċ íàñòîiöü ïûíòŭ?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "Îïöûi àääàëċíàà ïûíòŭó lpd"
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Manual configuration"
+msgstr "Íàñòîéêà"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "URI ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2915
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr "Äà ˙êîà ïàñë˙äî˘íàà ïîòó äàëó÷àíû ìàäŭì?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/GIMP."
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-"Òóò çì˙ĝ÷àŝööà ÷ŭi äóêó.\n"
-"Âû ìîĉàöċ äàäàöü ˙ĝ÷ŭ, àëüáî çì˙íiöü iñíóŝ÷û˙."
-#: ../../printer/printerdrake.pm_.c:2916
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr "Äà ˙êîà ïàñë˙äî˘íàà ïîòó äàëó÷àíû ìàäŭì?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"Òóò çì˙ĝ÷àŝööà ÷ŭi äóêó.\n"
-"Âû ìîĉàöċ äàäàöü ˙ĝ÷ŭ, àëüáî çì˙íiöü iñíóŝ÷û˙."
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2960
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Íàñòîéêà ñċòêi"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Currently, no alternative possibility is available"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-#, fuzzy
-msgid "Normal Mode"
-msgstr "Çâû÷àéíû"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"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/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The following printer was auto-detected. "
+msgstr "Íàñòóïíû˙ ïàêċòû áóäóöü âûäàëċíû"
-#: ../../printer/printerdrake.pm_.c:3211
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3213
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Alternatively, you can specify a device name/file name in the input line"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Available printers"
+msgstr "Äàñòóïíû˙ ïàêċòû"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "No printer found!"
+msgstr "Ëàêàëüíû ïûíòŭ"
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
+msgid "You must enter a device or file name!"
+msgstr "URI ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+"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/printerdrake.pm_.c:3217
-msgid "Do it!"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local Printer"
+msgstr "Ëàêàëüíû ïûíòŭ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "USB printer \\#%s"
+msgstr "Iì˙ äóêàêi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer on parallel port \\#%s"
+msgstr "Iì˙ ïûíòŭó"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "SMB/Windows 95/98/NT"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Network printer \"%s\", port %s"
+msgstr "Ñċòêàâû ïûíòŭ (TCP/Socket)"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "Äóáë˙âàííċ ïóíêòó ìàíöiàâàíí˙ %s"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "SMB/Windows 95/98/NT"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Çëó÷ŭííċ ïûíòŭó"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Auto-detect printers connected to this machine"
+msgstr "Àääàëċíû ïûíòŭ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-#, fuzzy
-msgid "Print test pages"
-msgstr "Äóê òŭñòàâûġ ñòàîíàê"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Searching for new printers..."
+msgstr "Äàñòóïíû˙ ïàêċòû"
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-#, fuzzy
-msgid "Remove printer"
-msgstr "Àääàëċíû ïûíòŭ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3282
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Âû ĉàäàċöċ, êàá ŭòàċ çëó÷ŭííċ ñòàòàâàëà ïû çàóçöû?"
-#: ../../printer/printerdrake.pm_.c:3307
-#, fuzzy
-msgid "Default printer"
-msgstr "Ëàêàëüíû ïûíòŭ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "Ĉàäàċöċ ïàòŭñöiàâàöü äóê?"
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Äà ˙êîà ïàñë˙äî˘íàà ïîòó äàëó÷àíû ìàäŭì?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"There are no printers found which are directly connected to your machine"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+"\n"
+"There are %d unknown printers directly connected to your system"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"is directly connected to your system"
+msgstr "Ó âàĝàé ñ³ñòŭìċ í˙ìà íiâîäíàà ñċòêàâàà àäàïòàà!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr "Ó âàĝàé ñ³ñòŭìċ í˙ìà íiâîäíàà ñċòêàâàà àäàïòàà!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printers\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr "Ó âàĝàé ñ³ñòŭìċ í˙ìà íiâîäíàà ñċòêàâàà àäàïòàà!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and %d unknown printers"
+msgstr "Iì˙ äóêàêi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and one unknown printer"
+msgstr "Iì˙ äóêàêi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Checking your system..."
+msgstr "ßêóŝ ñiñòŭìó äóêó Âû ĉàäàċöċ âûêàûñòî˘âàöü?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address of host/network:"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
+msgid "This host/network is already in the list, it cannot be added again.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/255.255.255.0\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/24\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.0.0.*\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+"Choose the network or host on which the local printers should be made "
+"available:"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+msgid "Sharing of local printers"
+msgstr "Äàñòóïíû˙ ïàêċòû"
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+msgid "Remove selected host/network"
+msgstr "Âûäàëiöü ÷àó äóêó"
-#: ../../raid.pm_.c:35
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Íċ àòûìëiâàċööà äàäàöü àçäçċë íà _àäôàìàöiàâàíû_ RAID md%d"
-
-#: ../../raid.pm_.c:137
-msgid "mkraid failed"
-msgstr "mkraid íċ ïàöàçäîëüíû"
+msgid "Edit selected host/network"
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid íċ ïàöàçäîëüíû (ìîĉà raid ïûëàäû àäñóòíi÷àŝöü?)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add host/network"
+msgstr ""
-#: ../../raid.pm_.c:153
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Íċäàñòàòêîâà àçäçċëà˘ äë˙ RAID óçî˘í˙ %d\n"
+msgid ""
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
+msgstr ""
-#: ../../security/main.pm_.c:36
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
msgstr ""
-#: ../../security/main.pm_.c:66
-#, fuzzy
-msgid "Security Level:"
-msgstr "Íàñòîéêi ˘çî˘í˙ á˙ñïċêi"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Automatic correction of CUPS configuration"
+msgstr "Íàñòîéêà ìàäŭìó"
-#: ../../security/main.pm_.c:77
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr " ? (çìî˘÷àííċ %s) "
+msgid "No remote machines"
+msgstr "Àääàëċíû ïûíòŭ"
-#: ../../security/main.pm_.c:113
-#, fuzzy
-msgid "Security Alerts:"
-msgstr "Íàñòîéêi ˘çî˘í˙ á˙ñïċêi"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Custom configuration"
+msgstr "Íàñòîéêà"
-#: ../../security/main.pm_.c:115
-#, fuzzy
-msgid "Security Administrator:"
-msgstr "Îïöûi àääàëċíàà ïûíòŭó lpd"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "Ïûíòŭ"
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "Network Options"
-msgstr "Îïöûi ìîäóëŝ:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatically find available printers on remote machines"
+msgstr ""
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "System Options"
-msgstr "Îïöûi ìîäóëŝ:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printers on this machine are available to other computers"
+msgstr ""
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
msgstr ""
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-#: ../../security/main.pm_.c:191
-#, fuzzy
-msgid "Please wait, setting security level..."
-msgstr "Íàñòîéêi ˘çî˘í˙ á˙ñïċêi"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS printer sharing configuration"
+msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
-#: ../../security/main.pm_.c:197
-#, fuzzy
-msgid "Please wait, setting security options..."
-msgstr "Ïàäûġòî˘êà ˘ñòàë˙âàíüí˙"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr ""
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"Printers on remote CUPS servers do not need to be configured here; these "
+"printers will be automatically detected."
msgstr ""
+"Àääàëċíû CUPS ñċâċ íċ ïàòàáóċ àä Âàñ íàñòîéê³ ïûíòŭó\n"
+"íà ŭòàé ìàĝûíċ, ¸í áóäçċ çíîéäçċíû à˘òàìàòû÷íà.\n"
+"Êàë³ Âû íċ ˘ïŭ˘íċíû, àá˙ûöċ \"Àääàëċíû ñċâċ CUPS\"."
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, ïċû˙äû÷íû êàìàíäíû ïëàíàâàëüíiê."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "How is the printer connected?"
+msgstr "ßê ïûíòà äàëó÷àíû?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Connection"
+msgstr "Âûáà òûïó çëó÷ŭíí˙ ïûíòŭó"
-#: ../../services.pm_.c:21
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the user umask."
msgstr ""
-"ampd âûêàûñòî˘âàċööà äë˙ àäñëċĉâàíí˙ ñòàòóñó áàòàŭi i â˙äçċíí˙ "
-"ñòàòûñòûêi.\n"
-"ßî ìîĉíà âûêàûñòî˘âàöü äë˙ âûêëŝ÷ŭíí˙ ìàĝûíû ïû íiçêiì çààäçċ áàòàŭi."
-#: ../../services.pm_.c:23
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (val)\n"
+"\n"
+"Set the shell timeout. A value of zero means no timeout."
msgstr ""
-"Êàìàíäû, ˙êi˙ âûêîíâàŝööà, ôiêñóŝööà ïà êàìàíäçċ i ÷àñċ ˙ċ âûêàíàíí˙\n"
-"i âûêîíâàŝööà óïû êàìàíä, êàëi çàóçêà ïàì˙öi íiĉŭé äàñòàòêîâàé."
-#: ../../services.pm_.c:25
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (size)\n"
+"\n"
+"Set shell commands history size. A value of -1 means unlimited."
msgstr ""
-"cron - ñòàíäàòíà˙ UNIX ïààìà, ˙êà˙ âûêîíâàċ ïààìû êàûñòàëüíiêà\n"
-"ïàç ïàçíà÷àíû˙ ïċû˙äû ÷àñó. Vixie cron äàäàċ àä äàïà˘íċíí˙˘ äà "
-"ñòàíäàòíàà\n"
-"UNIX cron, óêëŝ÷àŝ÷û ëċïĝû ˘çîâċíü á˙ñïċêi i ìîöíû˙ êàíôióàöûéíû˙ îïöûi."
-#: ../../services.pm_.c:28
-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."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of sgid files."
msgstr ""
-"GPM äàäàċ ïàäòûìêó ìûĝû äà ïààìà˘, ˙êi˙ ïàöóŝöü ó òŭêñòàâûì ŭĉûìċ,\n"
-"òàêiġ ˙ê Midnight Commander. ŭòà äàçâàë˙ċ âûêàûñòî˘âàöü ìûĝ ïû "
-"êàïiàâàííi i ˘ñòà˘öû,\n"
-"i ˘êëŝ÷àċ ïàäòûìêó ˘ñïëûâàŝ÷ûġ (pop-up) ìċíŝ ˘ òŭêñòàâûì ŭĉûìċ."
-#: ../../services.pm_.c:31
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check open ports."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+"if set, send the mail report to this email address else send it to root."
msgstr ""
-#: ../../services.pm_.c:33
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result by mail."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check files/directories writable by everybody."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
msgstr ""
-"Apache - ŭòà World Wide Web ñċâċ. ¨í âûêàûñòî˘çâàċöà äë˙ àáñëóî˘âàíí˙\n"
-"HTML ôàéëà˘ i CGI."
-#: ../../services.pm_.c:34
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
msgstr ""
-"Iíòŭíŭò ñóïċñċâċ-äŭìàí (çàâċööà inetd) çàïóñêàċ ïû ñòàöċ \n"
-"êîëüêàñöü îçíûġ iíòŭíŭò ñëóĉáà˘, ˙êi˙ íċàáġîäíû. ßî ìîĉíà âûêàûñòî˘âàöü "
-"äë˙ ïóñêó\n"
-"ĝìàòë³ê³ġ ñëóĉáà˘, óêëŝ÷àŝ÷û telnet, ftp, rsh i rlogin. Áëàêóŝ÷û inetd, "
-"áëàêóċì\n"
-"óñċ ñëóĉáû, çà ˙êi˙ ¸í àäêàçâàċ."
-#: ../../services.pm_.c:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
msgstr ""
-#: ../../services.pm_.c:40
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
msgstr ""
-"ŭòû ïàêċò çàóĉàċ àáàíóŝ àñêëàäêó êëàâi˙òóû ˙ê íàáî ç\n"
-"/etc/sysconfig/keyboard. ¨íà ìîĉà áûöü àáàíà òàêñàìà ç äàïàìîàé "
-"kbdconfig.\n"
-"Âû ìîĉàöċ çàáiöü äàñòóïíàé ˙ċ äë˙ ĝìàòë³ê³ġ ìàĝûíà˘."
-#: ../../services.pm_.c:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
msgstr ""
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
msgstr ""
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
msgstr ""
-#: ../../services.pm_.c:48
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
msgstr ""
-"lpd - ŭòû äŭìàí äóêó, ïàòŭáíû äë˙ êàŭêòíàé ïàöû lpr. ŭòà\n"
-"ñċâċ, ˙êi êióċ ïàöàé ïûíòŭó(à˘)."
-#: ../../services.pm_.c:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
msgstr ""
-#: ../../services.pm_.c:52
-#, fuzzy
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
msgstr ""
-"named (BIND) - ŭòà ñċâċ äàìċííûġ iì¸íà˘, ˙êi âûêàûñòî˘âàċööà äë˙\n"
-"ïċàêëàäàíí˙ iì¸í âóçëî˘ ó IP àäàñû."
-#: ../../services.pm_.c:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
msgstr ""
-"Ìàíöiàâàöü i àçìàíöiàâàöü óñċ ñċòêàâû˙ ôàéëàâû˙ ñiñòŭìû (NFS),\n"
-" SMB (Lan Manager/Windows) i NCP (Netware) ïóíêòû ìàíöiàâàíí˙."
-#: ../../services.pm_.c:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
msgstr ""
-"Àêòûâiçàâàöü/äŭàêòûâiçàâàöü óñċ ñċòêàâû˙ iíòŭôċéñû, ñêàíôióàâàíû˙ äë˙\n"
-"ñòàòó ïû çàóçöû ñiñòŭìû."
-#: ../../services.pm_.c:57
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
msgstr ""
-"NFS - ŭòà â˙äîìû ïàòàêîë äë˙ äîñòóïó äà ôàéëà˘ ïàç TCP/IP ñċòêi.\n"
-"ŭòà˙ ñëóĉáà çàá˙ñïċ÷âàċööà NFS ñċâċàì, ˙êi êàíôióûóċöà ïàç\n"
-"/etc/exports ôàéë."
-#: ../../services.pm_.c:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
msgstr ""
-"NFS - ŭòà â˙äîìû ïàòàêîë äë˙ äîñòóïó äà ôàéëà˘ ïàç TCP/IP\n"
-"ñċòêi. ŭòà˙ ñëóĉáà ˘ïëûâàċ íà íà˙˘íàñöü ñóâ˙çi ïàìiĉ NFS ôàéëàìi."
-#: ../../services.pm_.c:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
msgstr ""
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
msgstr ""
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
msgstr ""
-"Ïàäòûìêà PCMCIA - ŭòà çâû÷àéíà ïàäòûìêà òàêiġ ŭ÷à˘, ˙ê Ethernet i\n"
-"ìàäŭìû ˘ íà˘òáóêàġ. Âàì í˙ìà íċàáġîäíàñöi êàíôióàâàöü iġ, êàëi íà âàĝàé\n"
-"ìàĝûíċ iġ í˙ìà, öi ˙íà íċ íà˘òáóê."
-#: ../../services.pm_.c:68
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
msgstr ""
-"Portmapper (àë˙äàëüíiê ïàòî˘) êióċ RPC çëó÷ŭíí˙ìi, ˙êi˙ çâû÷àéíà\n"
-"âûêàûñòî˘âàŝööà òàêiìi ïàòàêîëàìi ˙ê NFS i NIS. Portmap ñċâċ ïàâiíċí "
-"âûêîíâàööà\n"
-"íà ìàĝûíàġ ˙êi˙ ïàöóŝöü ˙ê ñċâċû äë˙ ïàòàêîëà˘, ˙êi˙ ñêàûñòî˘âàŝöü RPC."
-#: ../../services.pm_.c:71
-#, fuzzy
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
msgstr ""
-"Postfix - ŭòà ïàĝòîâû òàíñïàòíû àċíò, ïààìà, ˙êà˙\n"
-"ïċàì˙ĝ÷àċ ïîĝòó ç àäíîé ìàĝûíû íà éíĝóŝ."
-#: ../../services.pm_.c:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
msgstr ""
-"Çàġàâàöü i àäíàâiöü ñiñòŭìíû ŭíòàïiéíû ïóë äë˙ âûñîêàé ˙êàñöi\n"
-"ċíċàöû³ âûïàäêîâûġ ë³êà˘."
-#: ../../services.pm_.c:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
msgstr ""
-#: ../../services.pm_.c:76
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
msgstr ""
-"Äŭìàí ìàĝóòûçàöûi äàçâàë˙ċ äûíàìi÷íûì òàáëiöàì IP ìàĝóòûçàöûi\n"
-"àäíà˘ë˙ööà ïàç RIP ïàòàêîë. RIP âûêàûñòî˘âàċööà ˘ ìàëûġ ñċòêàġ, áîëüĝ\n"
-"ñêëàäàíû˙ ïàòàêîëû ìàĝóòûçàöûi - ó â˙ëiêiġ ñċòêàġ."
-#: ../../services.pm_.c:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
msgstr ""
-"Ïàòàêîë rstat äàçâàë˙ċ êàûñòàëüíiêàì ñċòêi àòûìëiâàöü\n"
-"ïàìċû íàóçêi äë˙ êîĉíàé ìàĝûíû ñċòêi."
-#: ../../services.pm_.c:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
msgstr ""
-"Ïàòàêîë rusers äàçâàë˙ċ êàûñòàëüíiêàì ñċòêi âûçíà÷àöü, ġòî\n"
-"˘âàéĝî˘ i ïàöóċ íà ìàĝûíàġ ˘ ñċòöû."
-#: ../../services.pm_.c:83
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
msgstr ""
-"Ïàòàêîë rwho äàċ ìà÷ûìàñöü êàûñòàëüíiêàì àòûìàöü ñïiñ ˘ñiġ\n"
-"êàûñòàëüíiêà˘, óâàéĝî˘ĝûġ íà ìàĝûíó, âûêàíà˘ rwho äŭìàí (ïàäîáíû íà finger)."
-#: ../../services.pm_.c:85
-msgid "Launch the sound system on your machine"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
msgstr ""
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
msgstr ""
-"Syslog - ŭòà ñîäàê, ç äàïàìîàé ˙êîà ìíîi˙ äŭìàíû çàïiñâàŝöü "
-"ïàâċäàìëċííi\n"
-"˘ îçíû˙ ôàéëû ñòàòûñòûêi. ŭòà âċëüìi äîáà äë˙ àë˙äó ïàöû îçíûġ ñëóĉáà˘."
-#: ../../services.pm_.c:88
-msgid "Load the drivers for your usb devices."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
msgstr ""
-#: ../../services.pm_.c:89
-#, fuzzy
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Çàïóñêàċ i ïûïûí˙ċ X Font Server ïû çàóçöû i âûêëŝ÷ŭííi."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
+msgstr ""
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Àá˙ûöċ, ˙êi˙ ñċâiñû çàïóñêàöü à˘òàìàòû÷íà ïû çàóçöû"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
+msgstr ""
-#: ../../services.pm_.c:127
-#, fuzzy
-msgid "Printing"
-msgstr "Ïûíòŭ"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
+msgstr ""
-#: ../../services.pm_.c:128
-#, fuzzy
-msgid "Internet"
-msgstr "öiêàâà"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr ""
-#: ../../services.pm_.c:131
-msgid "File sharing"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-#, fuzzy
-msgid "System"
-msgstr "Mouse Systems"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Use libsafe for servers"
+msgstr "Àá˙ûöċ äàäàòêîâû˙ íàñòîéêi äë˙ ñċâċà"
-#: ../../services.pm_.c:138
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Îïöûi àääàëċíàà ïûíòŭó lpd"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Security level"
+msgstr "Íàñòîéêi ˘çî˘í˙ á˙ñïċêi"
-#: ../../services.pm_.c:146
-#, fuzzy
-msgid "Database Server"
-msgstr "Ñċâċ äóêó"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Please choose the desired security level"
+msgstr "Óçîâċíü á˙ñïċêi"
-#: ../../services.pm_.c:175
-#, c-format
-msgid "Services: %d activated for %d registered"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "DrakSec Basic Options"
+msgstr "Îïöûi"
+
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid ""
+"This is similar to the previous level, but the system is entirely closed and "
+"security features are at their maximum."
msgstr ""
+"Ïûìàŝööà ˘ëàñöiâàñöi 4 óçî˘í˙, àëċ çààç ñiñòŭìà ïî˘íàñöŝ çà÷ûíċíà.\n"
+"Ïààìċòû á˙ñïċêi ˘ñòàíî˘ëċíû íà ìàêñiìóì."
-#: ../../services.pm_.c:191
-#, fuzzy
-msgid "Services"
-msgstr "ïûëàäà"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+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 choose a lower level."
+msgstr ""
+"Íà ŭòàì óçî˘íċ á˙ñïċêi ìà÷ûìà âûêàûñòàííċ ñiñòŭìû ˘ ˙êàñöi\n"
+"ñċâċó. Óçîâċíü á˙ñïċêi äàñòàòêîâà âûñîêi äë˙ àáîòû\n"
+"ñċâċó, ˙êi äàïóñêàċ çëó÷ŭííi ñà ĝìàòëiêiìi êëiċíòàìi."
-#: ../../services.pm_.c:203
-#, fuzzy
-msgid "running"
-msgstr "Óâàà!"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
-#: ../../services.pm_.c:203
-#, fuzzy
-msgid "stopped"
-msgstr "Äàëó÷ûöü"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+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."
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"Passwords are now enabled, but use as a networked computer is still not "
+"recommended."
msgstr ""
+"Ïàîëü çààç óêëŝ÷àíû, àëċ âûêàûñòàííċ êàìï'ŝòŭó ˘ ˙êàñöi ñċòêàâàà\n"
+"òàêñàìà íċ ŭêàìċíäàâàíà."
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
+"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. Óâàġîä íċ àáàîíċíû "
+"ïàîëċì."
-#: ../../services.pm_.c:229
-#, fuzzy
-msgid "On boot"
-msgstr "Yaboot"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "Ïààíàiäàëüíû"
-#: ../../services.pm_.c:241
-#, fuzzy
-msgid "Start"
-msgstr "Ñòàòàâàċ ìċíŝ"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Higher"
+msgstr "Âûñîêi"
-#: ../../services.pm_.c:241
-#, fuzzy
-msgid "Stop"
-msgstr "Ñċêòà"
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "Âûñîêi"
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "Çóñ³ì ñëàáû"
-#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "Ñàäŭ÷íà çàïàĝàċì ó Crackers"
-#: ../../share/advertising/01-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
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/02-community.pl_.c:9
-#, fuzzy
-msgid "Get involved in the Free Software world"
-msgstr "Ïàäêëŝ÷ŭííċ"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Welcome to the Open Source world"
+msgstr ""
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
msgstr ""
-#: ../../share/advertising/02-community.pl_.c:11
+#: ../../share/advertising/02-community.pl:1
+#, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
-msgid "Get the most from the Internet"
-msgstr "Äàëó÷ŭííċ äà Iíòŭíŭòó"
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl:1
+#, fuzzy, c-format
+msgid "Get involved in the Free Software world"
+msgstr "Ïàäêëŝ÷ŭííċ"
-#: ../../share/advertising/03-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
+#: ../../share/advertising/03-internet.pl:1
+#, fuzzy, c-format
+msgid "Get the most from the Internet"
+msgstr "Äàëó÷ŭííċ äà Iíòŭíŭòó"
+
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid ""
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
+"files, edit and handle your images or photos, and play videos"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid "Push multimedia to its limits!"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:11
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
-"files, edit and handle your images or photos, and play videos"
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
+"strategy, ..."
msgstr ""
-#: ../../share/advertising/05-games.pl_.c:9
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid "Games"
msgstr "Çàáàâû"
-#: ../../share/advertising/05-games.pl_.c:10
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
-"strategy, ..."
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
-#, fuzzy
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, fuzzy, c-format
msgid "Mandrake Control Center"
msgstr "Äàëó÷ŭííċ äà Iíòŭíŭòó"
-#: ../../share/advertising/06-mcc.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
-"your machine"
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
+"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-#: ../../share/advertising/07-desktop.pl_.c:9
-#, fuzzy
+#: ../../share/advertising/07-desktop.pl:1
+#, fuzzy, c-format
msgid "User interfaces"
msgstr "Ñċòêàâû iíòŭôċéñ"
-#: ../../share/advertising/07-desktop.pl_.c:10
-msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
-"modified: KDE 3, Gnome 2, WindowMaker, ..."
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
-msgid "Development simplified"
-msgstr "àñïàöî˘ĝ÷ûê"
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:11
+#: ../../share/advertising/08-development.pl:1
+#, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:10
+#: ../../share/advertising/08-development.pl:1
+#, fuzzy, c-format
+msgid "Development simplified"
+msgstr "àñïàöî˘ĝ÷ûê"
+
+#: ../../share/advertising/09-server.pl:1
+#, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:9
-msgid "Optimize your security"
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid "Certify yourself on Linux"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Whether you choose to teach yourself online or via our network of training "
-"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
-"certification program (worldwide professional technical certification)"
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
-msgid "Become a MandrakeExpert"
-msgstr "ŭêñïċò"
-
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
-msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
"technical support website:"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert Corporate"
-msgstr "ŭêñïċò"
-
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, fuzzy, c-format
+msgid "Become a MandrakeExpert"
+msgstr "ŭêñïċò"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, fuzzy, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "ŭêñïċò"
+
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -9173,221 +12184,246 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:21
-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.\n"
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
msgstr ""
-#: ../../standalone.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Êàëi ëàñêà, ïċàéäçiöċ ˘ %s äë˙ àêòûâàöûi çì˙íċíí˙˘"
+
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Êàëi ëàñêà, âûéäçiöċ, à ïîòûì ñêàûñòàéöċ Ctrl-Alt-BackSpace"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone.pm_.c:70
-msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No floppy drive available!"
+msgstr "Äûñêàâîä íċäàñòóïíû"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "Êëàâi˙òóà"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Please insert floppy disk:"
+msgstr "Óñòà˘öċ äûñêċòó ˘ äûñêàâîä %s"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Write Config"
+msgstr "Íàñòîéêà X Window"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone.pm_.c:84
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Server Configuration"
+msgstr "Çàêàí÷ŭííċ íàñòîéêi"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
msgstr ""
-#: ../../standalone.pm_.c:94
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range Start:"
msgstr ""
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Name Servers:"
+msgstr "NIS ñċâċ:"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Domain Name:"
+msgstr "Iì˙ äàìċíó"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Broadcast Address:"
msgstr ""
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
msgstr ""
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+msgid "Routers:"
msgstr ""
-#: ../../standalone.pm_.c:168
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Óñòàë˙âàííċ ïàêċòó %s"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Netmask:"
+msgstr "Ìàñêà ñċòêi"
-#: ../../standalone/XFdrake_.c:138
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Êàëi ëàñêà, âûéäçiöċ, à ïîòûì ñêàûñòàéöċ Ctrl-Alt-BackSpace"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet:"
+msgstr ""
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Êàëi ëàñêà, ïċàéäçiöċ ˘ %s äë˙ àêòûâàöûi çì˙íċíí˙˘"
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:239
-#, fuzzy
-msgid "Mandrake Terminal Server Configuration"
-msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Config..."
+msgstr "Íàñòîéêà IDE"
-#: ../../standalone/drakTermServ_.c:253
-#, fuzzy
-msgid "Enable Server"
-msgstr "Ñċâċ äóêó"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete Client"
+msgstr "Çíiĝ÷ûöü"
-#: ../../standalone/drakTermServ_.c:260
-#, fuzzy
-msgid "Disable Server"
-msgstr "Ñċâċ äóêó"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Edit Client"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:268
-#, fuzzy
-msgid "Start Server"
-msgstr "NIS ñċâċ:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add Client -->"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:275
-#, fuzzy
-msgid "Stop Server"
-msgstr "NIS ñċâċ:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Allow Thin Clients"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:283
-#, fuzzy
-msgid "Etherboot Floppy/ISO"
-msgstr "Ñòâàûöü çà. äûñê"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Thin Client"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:294
-#, fuzzy
-msgid "Add/Del Users"
-msgstr "Äàäàöü êàûñòàëüíiêà"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Òûï: "
-#: ../../standalone/drakTermServ_.c:299
-msgid "Add/Del Clients"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:328
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Add User -->"
+msgstr "Äàäàöü êàûñòàëüíiêà"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: ../../standalone/drakTermServ_.c:332
-msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete All NBIs"
+msgstr "Àá˙ûöċ ôàéë"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Delete"
+msgstr "Çíiĝ÷ûöü"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No NIC selected!"
+msgstr "àçìċêàâàííċ"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -9416,7 +12452,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -9427,8 +12463,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -9517,223 +12553,143 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:573
-msgid "No kernel selected!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:587
-#, fuzzy
-msgid "No nic selected!"
-msgstr "àçìċêàâàííċ"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:604
-#, fuzzy
-msgid "<-- Delete"
-msgstr "Çíiĝ÷ûöü"
-
-#: ../../standalone/drakTermServ_.c:611
-#, fuzzy
-msgid "Delete All NBIs"
-msgstr "Àá˙ûöċ ôàéë"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:673
-#, fuzzy
-msgid "Add User -->"
-msgstr "Äàäàöü êàûñòàëüíiêà"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:720
+#: ../../standalone/drakTermServ:1
#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Òûï: "
-
-#: ../../standalone/drakTermServ_.c:753
-msgid "No net boot images created!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:773
-msgid "Thin Client"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:775
-msgid "Allow Thin Clients"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:821
-msgid "<-- Edit Client"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
-msgstr "Çíiĝ÷ûöü"
-
-#: ../../standalone/drakTermServ_.c:843
-#, fuzzy
-msgid "dhcpd Config..."
-msgstr "Íàñòîéêà IDE"
-
-#: ../../standalone/drakTermServ_.c:876
-msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
-msgstr ""
+msgid "Add/Del Users"
+msgstr "Äàäàöü êàûñòàëüíiêà"
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "Ìàñêà ñċòêi"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Etherboot Floppy/ISO"
+msgstr "Ñòâàûöü çà. äûñê"
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Stop Server"
+msgstr "NIS ñċâċ:"
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Start Server"
+msgstr "NIS ñċâċ:"
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Disable Server"
+msgstr "Ñċâċ äóêó"
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "Iì˙ äàìċíó"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Enable Server"
+msgstr "Ñċâċ äóêó"
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
-msgstr "NIS ñċâċ:"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Remove the last item"
+msgstr "Ôàìàòàâàííċ âiòóàëüíàà àçäçċëó %s"
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Add an item"
+msgstr "Äàäàöü êàûñòàëüíiêà"
-#: ../../standalone/drakTermServ_.c:1001
-#, fuzzy
-msgid "dhcpd Server Configuration"
-msgstr "Çàêàí÷ŭííċ íàñòîéêi"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Auto Install"
+msgstr "Óñòà븢êà"
-#: ../../standalone/drakTermServ_.c:1002
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakTermServ_.c:1018
-#, fuzzy
-msgid "Write Config"
-msgstr "Íàñòîéêà X Window"
-
-#: ../../standalone/drakTermServ_.c:1120
-#, fuzzy
-msgid "Please insert floppy disk:"
-msgstr "Óñòà˘öċ äûñêċòó ˘ äûñêàâîä %s"
-
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr ""
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Congratulations!"
+msgstr "Ïûì³öċ âiíĝàâàííi!"
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1129
-#, fuzzy
-msgid "No floppy drive available!"
-msgstr "Äûñêàâîä íċäàñòóïíû"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Creating auto install floppy"
+msgstr "Ñòâàŭííċ äûñêċòû äë˙ ˘ñòàë˙âàíí˙"
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "Etherboot ISO image is %s"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
+msgid "manual"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Automatic Steps Configuration"
+msgstr "Íàñòîéêà ìàäŭìó"
-#: ../../standalone/drakautoinst_.c:40
-#, fuzzy
-msgid "Error!"
-msgstr "Ïàìûëêà"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "replay"
+msgstr "Ïċàçàóçiöü"
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:43
-#, fuzzy
-msgid "Auto Install Configurator"
-msgstr "Íàñòîéêà ïàñë˙ ˘ñòàë˙âàíí˙"
-
-#: ../../standalone/drakautoinst_.c:44
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -9748,1431 +12704,1419 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "Ïċàçàóçiöü"
-
-#: ../../standalone/drakautoinst_.c:66
-#, fuzzy
-msgid "Automatic Steps Configuration"
-msgstr "Íàñòîéêà ìàäŭìó"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Auto Install Configurator"
+msgstr "Íàñòîéêà ïàñë˙ ˘ñòàë˙âàíí˙"
-#: ../../standalone/drakautoinst_.c:67
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
-#, fuzzy
-msgid "Creating auto install floppy"
-msgstr "Ñòâàŭííċ äûñêċòû äë˙ ˘ñòàë˙âàíí˙"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Error!"
+msgstr "Ïàìûëêà"
-#: ../../standalone/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Welcome.\n"
+"Restore Backup Problems:\n"
"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
-msgstr "Ïûì³öċ âiíĝàâàííi!"
-
-#: ../../standalone/drakautoinst_.c:235
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:273
-#, fuzzy
-msgid "Auto Install"
-msgstr "Óñòà븢êà"
-
-#: ../../standalone/drakautoinst_.c:343
-#, fuzzy
-msgid "Add an item"
-msgstr "Äàäàöü êàûñòàëüíiêà"
-
-#: ../../standalone/drakautoinst_.c:350
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Ôàìàòàâàííċ âiòóàëüíàà àçäçċëó %s"
-
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:690
-msgid "WARNING"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:691
-#, fuzzy
-msgid "FATAL"
-msgstr "FAT"
-
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
+"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:704
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-" DrakBackup Report \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:705
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"Description:\n"
"\n"
-" DrakBackup Daemon Report\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"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:709
-msgid ""
+" Per default all backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
"\n"
-" DrakBackup Report Details\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.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/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-#, fuzzy
-msgid "Total progess"
-msgstr "Ïàâċêà ïàòî˘"
-
-#: ../../standalone/drakbackup_.c:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
-"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "This may take a moment to generate the keys."
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:801
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "ERROR: Cannot spawn %s."
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
+"\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
+"\n"
+"Otherwise, you are able to select only one of these.\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data 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 option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:819
-#, fuzzy, c-format
-msgid "Bad password on %s"
-msgstr "Í˙ìà ïàîëŝ"
-
-#: ../../standalone/drakbackup_.c:820
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Permission denied transferring %s to %s"
+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 the 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 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 data 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:821
-#, fuzzy, c-format
-msgid "Can't find %s on %s"
-msgstr "Ïàìûëêà àäêûöö˙ %s äë˙ çàïiñó: %s"
-
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "%s not responding"
+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:828
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
+"options description:\n"
"\n"
-"ssh -i %s %s\\@%s\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"
-"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:873
-msgid "WebDAV remote site already in sync!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore"
+msgstr "Àäíà˘ëċííċ ç ôàéëó"
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Now"
+msgstr "Íàñò. ôàéëàâûġ ñiñòŭìà˘"
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Advanced Configuration"
+msgstr "Çàêàí÷ŭííċ íàñòîéêi"
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Wizard Configuration"
+msgstr "Íàñòîéêà"
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "View Backup Configuration."
+msgstr "Êàíôióàöû˙ ñċòêi"
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Now from configuration file"
+msgstr "Êàíôióàöû˙ ñċòêi"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Drakbackup Configuration"
+msgstr "Êàíôióàöû˙ ñċòêi"
-#: ../../standalone/drakbackup_.c:1060
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
+msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Sending files..."
+msgstr "Çàġàâàííċ ˘ ôàéë"
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "files sending by FTP"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1236
-#, fuzzy
-msgid "Backup User files..."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup other files"
msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:1237
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1290
-#, fuzzy
-msgid "Backup Other files..."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup user files"
msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:1296
-#, fuzzy
-msgid "No changes to backup!"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup system files"
msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
+msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"file list sent by FTP: %s\n"
-" "
+"No configuration file found \n"
+"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:1322
-msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select data to backup..."
+msgstr "Êàëi ëàñêà, àá˙ûöċ ìîâó äë˙ êàûñòàíí˙."
-#: ../../standalone/drakbackup_.c:1340
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select media for backup..."
+msgstr "Êàëi ëàñêà, àá˙ûöċ ìîâó äë˙ êàûñòàíí˙."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select data to restore..."
+msgstr "Êàëi ëàñêà, àá˙ûöċ ìîâó äë˙ êàûñòàíí˙."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "The following packages need to be installed:\n"
+msgstr "Íàñòóïíû˙ ïàêċòû áóäóöü äàäàíû äà ñiñòŭìû"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:1354
-#, fuzzy
-msgid " Error during mail sending. \n"
-msgstr "Ïàìûëêà ÷ûòàíí˙ ôàéëó %s"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Next"
+msgstr "Òŭêñò"
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Previous"
msgstr ""
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-#, fuzzy
-msgid "File Selection"
-msgstr "Âûáà óïû ïàêċòà˘"
-
-#: ../../standalone/drakbackup_.c:1529
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Save"
+msgstr "Ñòàòàâàċ ìċíŝ"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Build Backup"
+msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:1574
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Progress"
+msgstr "Àäíà˘ëċííċ ç ôàéëó"
-#: ../../standalone/drakbackup_.c:1575
-#, fuzzy
-msgid "Backup your System files. (/etc directory)"
-msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From Catalog"
+msgstr "Äàäàòêîâà˙ òàáëiöà àçäçċëà˘"
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:1578
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Custom Restore"
+msgstr "Ïà âûáàó"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:1595
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Failed..."
+msgstr "Àäíà˘ëċííċ ç ôàéëó"
-#: ../../standalone/drakbackup_.c:1622
-msgid "Do not include the browser cache"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Âûäàëiöü ÷àó äóêó"
-
-#: ../../standalone/drakbackup_.c:1679
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Âûäàëiöü Windows(TM)"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Hostname required"
+msgstr "Iì˙ ìàĝûíû"
-#: ../../standalone/drakbackup_.c:1714
-#, fuzzy
-msgid "Users"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Username required"
msgstr "Iì˙ êàûñòàëüíiêó:"
-#: ../../standalone/drakbackup_.c:1740
-#, fuzzy
-msgid "Use network connection to backup"
-msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Password required"
+msgstr "Ïàîëü"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Host Name"
+msgstr "Iì˙ ìàĝûíû"
-#: ../../standalone/drakbackup_.c:1747
-msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1748
-msgid ""
-" Transfer \n"
-"Now"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Via Network"
+msgstr "Ïċàêàíôióàâàöü ëàêàëüíóŝ ñċòêó"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:1749
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1753
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Êàë³ ëàñêà, çàá³öċ íċêàëüê³ óġà˘ ìûĝĝó."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From Tape"
+msgstr "Äàäàòêîâà˙ òàáëiöà àçäçċëà˘"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
-#: ../../standalone/drakbackup_.c:1758
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:1763
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Ïàñïàáóéöċ ˙ĝ÷ŭ àç"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From CD"
+msgstr "Àäíà˘ëċííċ ç äûñêċòû"
-#: ../../standalone/drakbackup_.c:1768
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Ïàñïàáóéöċ ˙ĝ÷ŭ àç"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
-#: ../../standalone/drakbackup_.c:1774
-#, fuzzy
-msgid "Remember this password"
-msgstr "Í˙ìà ïàîëŝ"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Àäíà˘ëċííċ ç ôàéëó"
-#: ../../standalone/drakbackup_.c:1785
-msgid "Need hostname, username and password!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Âûäàëiöü ÷àó äóêó"
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:1882
-msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:1887
-#, fuzzy
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "Êàëi ëàñêà, àá˙ûöċ òûï êëàâi˙òóû."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1893
-#, fuzzy
-msgid "Please check for multisession CD"
-msgstr "Íàö³ñí³öċ íà àçäçċë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "select path to restore (instead of /)"
+msgstr "êàëi ëàñêà, ïàçíà÷öċ òûï âàĝàé ìûĝû."
-#: ../../standalone/drakbackup_.c:1899
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Íàö³ñí³öċ íà àçäçċë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Other"
+msgstr "Àäíà˘ëċííċ ç ôàéëó"
-#: ../../standalone/drakbackup_.c:1905
-#, fuzzy
-msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Íàö³ñí³öċ íà àçäçċë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Users"
+msgstr "Àäíà˘ëċííċ ç ôàéëó"
-#: ../../standalone/drakbackup_.c:1906
-msgid " Erase Now "
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore system"
+msgstr "Óñòàë˙âàííċ ñiñòŭìû"
-#: ../../standalone/drakbackup_.c:1912
-#, fuzzy
-msgid "Please check if you are using a DVDR device"
-msgstr "Íàö³ñí³öċ íà àçäçċë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Other Media"
+msgstr "²íĝû˙"
-#: ../../standalone/drakbackup_.c:1918
-#, fuzzy
-msgid "Please check if you are using a DVDRAM device"
-msgstr "Íàö³ñí³öċ íà àçäçċë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Select another media to restore from"
+msgstr "êàëi ëàñêà, ïàçíà÷öċ òûï âàĝàé ìûĝû."
-#: ../../standalone/drakbackup_.c:1931
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:1964
-#, fuzzy
-msgid "No CD device defined!"
-msgstr "Àá˙ûöċ ôàéë"
-
-#: ../../standalone/drakbackup_.c:2012
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-
-#: ../../standalone/drakbackup_.c:2015
-msgid "Please enter the device name to use for backup"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore from Hard Disk."
+msgstr "Àäíà˘ëċííċ ç äûñêċòû"
-#: ../../standalone/drakbackup_.c:2021
-#, fuzzy
-msgid "Please check if you want to use the non-rewinding device."
-msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Secure Connection"
+msgstr "Âûáà òûïó çëó÷ŭíí˙ ïûíòŭó"
-#: ../../standalone/drakbackup_.c:2027
-#, fuzzy
-msgid "Please check if you want to erase your tape before the backup."
-msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "FTP Connection"
+msgstr "àçìċêàâàííċ"
-#: ../../standalone/drakbackup_.c:2033
-#, fuzzy
-msgid "Please check if you want to eject your tape after the backup."
-msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use quota for backup files."
+msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2103
-#, fuzzy
-msgid "Please enter the directory to save to:"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the directory to save:"
msgstr "Êàë³ ëàñêà, çàá³öċ íċêàëüê³ óġà˘ ìûĝĝó."
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-#, fuzzy
-msgid "Use quota for backup files."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use Hard Disk to backup"
msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:2180
-#, fuzzy
-msgid "Network"
-msgstr "Ñċòêà:"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "please choose the date to restore"
+msgstr "êàëi ëàñêà, ïàçíà÷öċ òûï âàĝàé ìûĝû."
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup the system files before:"
+msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2195
-#, fuzzy
-msgid "Tape"
-msgstr "Òûï: "
-
-#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Restore Configuration "
+msgstr "Êàíôióàöû˙ ñċòêi"
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
-#, fuzzy
-msgid "Use daemon"
-msgstr "Iì˙ êàûñòàëüíiêó:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2234
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please uncheck or remove it on next time."
+msgstr "Äà ˙êîà ïàñë˙äî˘íàà ïîòó äàëó÷àíû ìàäŭì?"
-#: ../../standalone/drakbackup_.c:2240
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Êàëi ëàñêà, àá˙ûöċ ìîâó äë˙ êàûñòàíí˙."
+"List of data corrupted:\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2247
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
-#, fuzzy
-msgid "What"
-msgstr "×àêàéöċ"
-
-#: ../../standalone/drakbackup_.c:2329
-#, fuzzy
-msgid "Where"
-msgstr "Ç êîëàì"
-
-#: ../../standalone/drakbackup_.c:2334
-#, fuzzy
-msgid "When"
-msgstr "Ç êîëàì"
-
-#: ../../standalone/drakbackup_.c:2339
-#, fuzzy
-msgid "More Options"
-msgstr "Îïöûi ìîäóëŝ:"
-
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Êàíôióàöû˙ ñċòêi"
-
-#: ../../standalone/drakbackup_.c:2376
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
-
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2388
-#, fuzzy
-msgid "across Network"
-msgstr "Ñċòêà:"
-
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2406
-#, fuzzy
-msgid "on Tape Device"
-msgstr "Ïîò ïûíòŭó"
-
-#: ../../standalone/drakbackup_.c:2449
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2450
-#, fuzzy
-msgid "Backup system"
-msgstr "Íàñò. ôàéëàâûġ ñiñòŭìà˘"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "\t-Tape \n"
+msgstr "Òûï: "
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2537
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Backup Sources: \n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
-msgid ""
-"\n"
-"- System Files:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
-msgid ""
-"\n"
-"- User Files:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2542
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
"\n"
-"- Other Files:\n"
-msgstr ""
+"- Options:\n"
+msgstr "Îïöûi"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\n"
-"- Save on Hard drive on path: %s\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Delete hard drive tar files after backup.\n"
+"- Save via %s on host: %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2553
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Burn to CD"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2554
-msgid "RW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2555
+#: ../../standalone/drakbackup:1
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Ìûĝ: %s\n"
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2557
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "\t\tErase=%s"
+msgid ""
+"\n"
+"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2561
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2563
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
-msgstr "Îïöûi"
-
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
+"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include:\n"
+"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2575
-#, fuzzy
-msgid "\t-Tape \n"
-msgstr "Òûï: "
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup system"
+msgstr "Íàñò. ôàéëàâûġ ñiñòŭìà˘"
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose what you want to backup"
+msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "on Tape Device"
+msgstr "Ïîò ïûíòŭó"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2578
-msgid "\t-Network by rsync.\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "across Network"
+msgstr "Ñċòêà:"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2579
-msgid "\t-Network by webdav.\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose where you want to backup"
+msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "More Options"
+msgstr "Îïöûi ìîäóëŝ:"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "When"
+msgstr "Ç êîëàì"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Where"
+msgstr "Ç êîëàì"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "What"
+msgstr "×àêàéöċ"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data to restore:\n"
+"Please be sure that the cron daemon is included in your services. \n"
"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
+"Please choose the\n"
+"media for backup."
+msgstr "Êàëi ëàñêà, àá˙ûöċ ìîâó äë˙ êàûñòàíí˙."
-#: ../../standalone/drakbackup_.c:2756
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Äà ˙êîà ïàñë˙äî˘íàà ïîòó äàëó÷àíû ìàäŭì?"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use daemon"
+msgstr "Iì˙ êàûñòàëüíiêó:"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2787
-msgid " All of your selected data have been "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
+msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2906
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Êàíôióàöû˙ ñċòêi"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "hourly"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2941
-msgid "User list to restore (only the most recent date per user is important)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:3019
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the directory to save to:"
+msgstr "Êàë³ ëàñêà, çàá³öċ íċêàëüê³ óġà˘ ìûĝĝó."
-#: ../../standalone/drakbackup_.c:3021
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "êàëi ëàñêà, ïàçíà÷öċ òûï âàĝàé ìûĝû."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to eject your tape after the backup."
+msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
-#: ../../standalone/drakbackup_.c:3057
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
-#: ../../standalone/drakbackup_.c:3060
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Êàë³ ëàñêà, çàá³öċ íċêàëüê³ óġà˘ ìûĝĝó."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
-#: ../../standalone/drakbackup_.c:3103
-#, fuzzy
-msgid "FTP Connection"
-msgstr "àçìċêàâàííċ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the device name to use for backup"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3110
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Âûáà òûïó çëó÷ŭíí˙ ïûíòŭó"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use tape to backup"
+msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:3134
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Àäíà˘ëċííċ ç äûñêċòû"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "No CD device defined!"
+msgstr "Àá˙ûöċ ôàéë"
-#: ../../standalone/drakbackup_.c:3136
-msgid "Please enter the directory where backups are stored"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:3204
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "êàëi ëàñêà, ïàçíà÷öċ òûï âàĝàé ìûĝû."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "Íàö³ñí³öċ íà àçäçċë"
-#: ../../standalone/drakbackup_.c:3206
-#, fuzzy
-msgid "Other Media"
-msgstr "²íĝû˙"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "Íàö³ñí³öċ íà àçäçċë"
-#: ../../standalone/drakbackup_.c:3211
-#, fuzzy
-msgid "Restore system"
-msgstr "Óñòàë˙âàííċ ñiñòŭìû"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Erase Now "
+msgstr ""
-#: ../../standalone/drakbackup_.c:3212
-#, fuzzy
-msgid "Restore Users"
-msgstr "Àäíà˘ëċííċ ç ôàéëó"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr "Íàö³ñí³öċ íà àçäçċë"
-#: ../../standalone/drakbackup_.c:3213
-#, fuzzy
-msgid "Restore Other"
-msgstr "Àäíà˘ëċííċ ç ôàéëó"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "Íàö³ñí³öċ íà àçäçċë"
-#: ../../standalone/drakbackup_.c:3215
-#, fuzzy
-msgid "select path to restore (instead of /)"
-msgstr "êàëi ëàñêà, ïàçíà÷öċ òûï âàĝàé ìûĝû."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check for multisession CD"
+msgstr "Íàö³ñí³öċ íà àçäçċë"
-#: ../../standalone/drakbackup_.c:3219
-msgid "Do new backup before restore (only for incremental backups.)"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Êàëi ëàñêà, àá˙ûöċ òûï êëàâi˙òóû."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3334
-msgid ""
-"Restore Selected\n"
-"Catalog Entry"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:3344
-#, fuzzy
-msgid ""
-"Restore Selected\n"
-"Files"
-msgstr "Âûäàëiöü ÷àó äóêó"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Remember this password"
+msgstr "Í˙ìà ïàîëŝ"
-#: ../../standalone/drakbackup_.c:3361
-#, fuzzy
-msgid ""
-"Change\n"
-"Restore Path"
-msgstr "Àäíà˘ëċííċ ç ôàéëó"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter your password"
+msgstr "Ïàñïàáóéöċ ˙ĝ÷ŭ àç"
-#: ../../standalone/drakbackup_.c:3427
-#, c-format
-msgid "Backup files not found at %s."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter your login"
+msgstr "Ïàñïàáóéöċ ˙ĝ÷ŭ àç"
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:3440
-#, fuzzy
-msgid "Restore From CD"
-msgstr "Àäíà˘ëċííċ ç äûñêċòû"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the host name or IP."
+msgstr "Êàë³ ëàñêà, çàá³öċ íċêàëüê³ óġà˘ ìûĝĝó."
-#: ../../standalone/drakbackup_.c:3442
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
+" Transfer \n"
+"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:3452
-#, fuzzy
-msgid "Restore From Tape"
-msgstr "Äàäàòêîâà˙ òàáëiöà àçäçċëà˘"
-
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
+msgid ""
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:3474
-#, fuzzy
-msgid "Restore Via Network"
-msgstr "Ïċàêàíôióàâàöü ëàêàëüíóŝ ñċòêó"
-
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
+msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:3475
-#, fuzzy
-msgid "Host Name"
-msgstr "Iì˙ ìàĝûíû"
-
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3483
-#, fuzzy
-msgid "Password required"
-msgstr "Ïàîëü"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use network connection to backup"
+msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:3489
-#, fuzzy
-msgid "Username required"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Users"
msgstr "Iì˙ êàûñòàëüíiêó:"
-#: ../../standalone/drakbackup_.c:3492
-#, fuzzy
-msgid "Hostname required"
-msgstr "Iì˙ ìàĝûíû"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Windows (FAT32)"
+msgstr "Âûäàëiöü Windows(TM)"
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3510
-msgid "Files Restored..."
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove Selected"
+msgstr "Âûäàëiöü ÷àó äóêó"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:3513
-#, fuzzy
-msgid "Restore Failed..."
-msgstr "Àäíà˘ëċííċ ç ôàéëó"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check all users that you want to include in your backup."
+msgstr "Âûáà ïàêċòà˘ äë˙ ˘ñòàë˙âàíí˙"
-#: ../../standalone/drakbackup_.c:3751
-msgid "Restore all backups"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:3760
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Ïà âûáàó"
-
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3810
-msgid "Browse to new restore repository."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3813
-#, fuzzy
-msgid "Restore From Catalog"
-msgstr "Äàäàòêîâà˙ òàáëiöà àçäçċëà˘"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:3841
-#, fuzzy
-msgid "Restore Progress"
-msgstr "Àäíà˘ëċííċ ç ôàéëó"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-msgid "Previous"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-#, fuzzy
-msgid "Save"
-msgstr "Ñòàòàâàċ ìċíŝ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3946
-#, fuzzy
-msgid "Build Backup"
-msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "File Selection"
+msgstr "Âûáà óïû ïàêċòà˘"
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-#, fuzzy
-msgid "Restore"
-msgstr "Àäíà˘ëċííċ ç ôàéëó"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Error while sending mail. \n"
+msgstr "Ïàìûëêà ÷ûòàíí˙ ôàéëó %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"\n"
+"Drakbackup activities via tape:\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4195
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"\n"
+"Drakbackup activities via CD:\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4209
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
-msgstr "Íàñòóïíû˙ ïàêċòû áóäóöü äàäàíû äà ñiñòŭìû"
-
-#: ../../standalone/drakbackup_.c:4232
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Êàëi ëàñêà, àá˙ûöċ ìîâó äë˙ êàûñòàíí˙."
-
-#: ../../standalone/drakbackup_.c:4267
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Êàëi ëàñêà, àá˙ûöċ ìîâó äë˙ êàûñòàíí˙."
-
-#: ../../standalone/drakbackup_.c:4275
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Êàëi ëàñêà, àá˙ûöċ ìîâó äë˙ êàûñòàíí˙."
+"\n"
+"Drakbackup activities via %s:\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-#: ../../standalone/drakbackup_.c:4382
-#, fuzzy
-msgid "Backup system files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "No changes to backup!"
msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:4384
-#, fuzzy
-msgid "Backup user files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Hard Disk Backup files..."
msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:4386
-#, fuzzy
-msgid "Backup other files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Other files..."
msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup User files..."
+msgstr "Äŭííû ôàéë ŭçċâîâàé êîïii"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4416
-#, fuzzy
-msgid "Sending files..."
-msgstr "Çàġàâàííċ ˘ ôàéë"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4500
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Êàíôióàöû˙ ñċòêi"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4505
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Êàíôióàöû˙ ñċòêi"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4526
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Íàñòîéêà"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4531
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Çàêàí÷ŭííċ íàñòîéêi"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4536
-#, fuzzy
-msgid "Backup Now"
-msgstr "Íàñò. ôàéëàâûġ ñiñòŭìà˘"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:4624
-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"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:4654
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Total progess"
+msgstr "Ïàâċêà ïàòî˘"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\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"
+"ssh -i %s %s\\@%s\n"
"\n"
+"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:4662
-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 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:1
+#, c-format
+msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:4701
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
-"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data 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 option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Ïàìûëêà àäêûöö˙ %s äë˙ çàïiñó: %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:4727
-msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Í˙ìà ïàîëŝ"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:4729
-msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:4732
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"%s exists, delete?\n"
"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\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"
+" DrakBackup Report Details\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Daemon Report\n"
+"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4778
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Restore Backup Problems:\n"
+" DrakBackup Report \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/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Óñòàë˙âàííċ %s íċ àòûìàëàñ˙. Óçíiêëà íàñòóïíà˙ ïàìûëêà:"
-
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
+msgid "INFO"
msgstr ""
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "FATAL"
+msgstr "FAT"
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-#, fuzzy
-msgid "Standalone Tools"
-msgstr "Êàíñîëüíû˙ ³íñòóìċíòàëüíû˙ ñîäê³"
-
-#: ../../standalone/drakbug_.c:53
-msgid "HardDrake"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbug_.c:54
-#, fuzzy
-msgid "Mandrake Online"
-msgstr "Äàëó÷ŭííċ äà Iíòŭíŭòó"
-
-#: ../../standalone/drakbug_.c:55
-#, fuzzy
-msgid "Menudrake"
-msgstr "àáàâ˙çêîâà"
-
-#: ../../standalone/drakbug_.c:56
-#, fuzzy
-msgid "Msec"
-msgstr "Ïîò ìûĝû"
-
-#: ../../standalone/drakbug_.c:57
-#, fuzzy
-msgid "Remote Control"
-msgstr "Àääàëċíû ïûíòŭ"
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Óñòàë˙âàííċ %s íċ àòûìàëàñ˙. Óçíiêëà íàñòóïíà˙ ïàìûëêà:"
-#: ../../standalone/drakbug_.c:58
-#, fuzzy
-msgid "Software Manager"
-msgstr "Iì˙ äë˙ àçìċêàâàíàà ŭñóñó"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "No browser available! Please install one"
+msgstr "Âû ìîĉàöċ àáàöü ³íĝû˙ ìîâû, ˙êi˙ áóäóöü äàñòóïíû ïàñë˙ ˘ñòàë˙âàíí˙"
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:60
-#, fuzzy
-msgid "Windows Migration tool"
-msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
-
-#: ../../standalone/drakbug_.c:61
-#, fuzzy
-msgid "Userdrake"
-msgstr "Âûêàûñòî˘âàöü DiskDrake"
-
-#: ../../standalone/drakbug_.c:62
-#, fuzzy
-msgid "Configuration Wizards"
-msgstr "Êàíôióàöû˙ ñċòêi"
-
-#: ../../standalone/drakbug_.c:75
-#, fuzzy
-msgid "Application:"
-msgstr "àçìċêàâàííċ"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package not installed"
+msgstr "Çàêàí÷ŭííċ ˘ñòàë˙âàíí˙"
-#: ../../standalone/drakbug_.c:76
-#, fuzzy
-msgid "Package: "
-msgstr "Ïàêċò"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Not installed"
+msgstr "Çàêàí÷ŭííċ ˘ñòàë˙âàíí˙"
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Standalone Tools"
+msgstr "Êàíñîëüíû˙ ³íñòóìċíòàëüíû˙ ñîäê³"
-#: ../../standalone/drakbug_.c:78
-#, fuzzy
-msgid "Release: "
-msgstr "Êàëi ëàñêà, ïà÷àêàéöċ"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Report"
+msgstr "Ïîò"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -11184,490 +14128,566 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:112
-#, fuzzy
-msgid "Report"
-msgstr "Ïîò"
-
-#: ../../standalone/drakbug_.c:148
-#, fuzzy
-msgid "Not installed"
-msgstr "Çàêàí÷ŭííċ ˘ñòàë˙âàíí˙"
-
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "Çàêàí÷ŭííċ ˘ñòàë˙âàíí˙"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Release: "
+msgstr "Êàëi ëàñêà, ïà÷àêàéöċ"
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:180
-#, fuzzy
-msgid "No browser available! Please install one"
-msgstr "Âû ìîĉàöċ àáàöü ³íĝû˙ ìîâû, ˙êi˙ áóäóöü äàñòóïíû ïàñë˙ ˘ñòàë˙âàíí˙"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package: "
+msgstr "Ïàêċò"
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, fuzzy, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Êàíôióàöû˙ ñċòêi"
+msgid "Application:"
+msgstr "àçìċêàâàííċ"
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-#, fuzzy
-msgid "Profile: "
-msgstr "ïàìûëêà ìàíöiàâàíí˙: "
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Configuration Wizards"
+msgstr "Êàíôióàöû˙ ñċòêi"
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Userdrake"
+msgstr "Âûêàûñòî˘âàöü DiskDrake"
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Windows Migration tool"
+msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
msgstr ""
-#: ../../standalone/drakconnect_.c:131
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Software Manager"
+msgstr "Iì˙ äë˙ àçìċêàâàíàà ŭñóñó"
-#: ../../standalone/drakconnect_.c:157
-#, fuzzy
-msgid "Hostname: "
-msgstr "Iì˙ ìàĝûíû"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Remote Control"
+msgstr "Àääàëċíû ïûíòŭ"
-#: ../../standalone/drakconnect_.c:164
-msgid "Internet access"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Msec"
+msgstr "Ïîò ìûĝû"
-#: ../../standalone/drakconnect_.c:177
-#, fuzzy
-msgid "Type:"
-msgstr "Òûï: "
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Menudrake"
+msgstr "àáàâ˙çêîâà"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "Ĝëŝç:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Mandrake Online"
+msgstr "Äàëó÷ŭííċ äà Iíòŭíŭòó"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Interface:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "HardDrake"
msgstr ""
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "First Time Wizard"
msgstr ""
-#: ../../standalone/drakconnect_.c:216
-#, fuzzy
-msgid "Configure Internet Access..."
-msgstr "Íàñòîéêà ñëóĉáà˘"
-
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-#, fuzzy
-msgid "LAN configuration"
-msgstr "Íàñòîéêà ADSL"
-
-#: ../../standalone/drakconnect_.c:228
-#, fuzzy
-msgid "Driver"
-msgstr "ñċâċ"
-
-#: ../../standalone/drakconnect_.c:228
-#, fuzzy
-msgid "Interface"
-msgstr "Ñċòêàâû iíòŭôċéñ"
-
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
msgstr ""
-#: ../../standalone/drakconnect_.c:228
-#, fuzzy
-msgid "State"
-msgstr "Ñòàòàâàċ ìċíŝ"
-
-#: ../../standalone/drakconnect_.c:240
-#, fuzzy
-msgid "Configure Local Area Network..."
-msgstr "Íàñòîéêà ëàêàëüíàé ñċòêi"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr ""
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
msgstr ""
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "Ìàéñòà ñòâàŭíí˙..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "Ĝëŝç"
-#: ../../standalone/drakconnect_.c:279
-msgid "Apply"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
msgstr ""
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-#, fuzzy
-msgid "Connected"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection type: "
msgstr "Iì˙ çëó÷ŭíí˙"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-#, fuzzy
-msgid "Not connected"
-msgstr "àçìċêàâàííċ"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Profile: "
+msgstr "ïàìûëêà ìàíöiàâàíí˙: "
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Connect..."
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Internet Connection Configuration"
+msgstr "Iíòŭíŭò çëó÷ŭííċ i êàíôióàöû˙"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Disconnect..."
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Internet connection configuration"
+msgstr "Iíòŭíŭò çëó÷ŭííċ i êàíôióàöû˙"
-#: ../../standalone/drakconnect_.c:400
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
+"You don't have an Internet connection.\n"
+"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/drakconnect_.c:427
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
msgstr ""
-#: ../../standalone/drakconnect_.c:449
-#, fuzzy
-msgid "LAN Configuration"
-msgstr "Íàñòîéêà"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "activate now"
+msgstr "Àêòû˘íû"
-#: ../../standalone/drakconnect_.c:460
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "deactivate now"
+msgstr "Àêòû˘íû"
+
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Adapter %s: %s"
+msgid "DHCP client"
msgstr ""
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Started on boot"
msgstr ""
-#: ../../standalone/drakconnect_.c:467
-msgid "Started on boot"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
msgstr ""
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
msgstr ""
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-#, fuzzy
-msgid "activate now"
-msgstr "Àêòû˘íû"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "LAN Configuration"
+msgstr "Íàñòîéêà"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-#, fuzzy
-msgid "deactivate now"
-msgstr "Àêòû˘íû"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "LAN configuration"
+msgstr "Íàñòîéêà ADSL"
-#: ../../standalone/drakconnect_.c:499
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/drakconnect_.c:556
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Connect..."
msgstr ""
-#: ../../standalone/drakconnect_.c:580
-#, fuzzy
-msgid "Internet connection configuration"
-msgstr "Iíòŭíŭò çëó÷ŭííċ i êàíôióàöû˙"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Disconnect..."
+msgstr ""
-#: ../../standalone/drakconnect_.c:584
-#, fuzzy
-msgid "Internet Connection Configuration"
-msgstr "Iíòŭíŭò çëó÷ŭííċ i êàíôióàöû˙"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Not connected"
+msgstr "àçìċêàâàííċ"
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-#, fuzzy
-msgid "Connection type: "
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connected"
msgstr "Iì˙ çëó÷ŭíí˙"
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
msgstr ""
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "Ĝëŝç"
-
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface:"
msgstr ""
-#: ../../standalone/drakconnect_.c:628
-msgid "DHCP Client"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "Ĝëŝç:"
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Apply"
msgstr ""
-#: ../../standalone/drakfloppy_.c:40
-#, fuzzy
-msgid "Module name"
-msgstr "Îïöûi ìîäóëŝ:"
-
-#: ../../standalone/drakfloppy_.c:40
-#, fuzzy
-msgid "Size"
-msgstr "Ïàìċ: %s"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:45
-#, fuzzy
-msgid "drakfloppy"
-msgstr "Àäíà˘ëċííċ ç äûñêċòû"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "Ìàéñòà ñòâàŭíí˙..."
-#: ../../standalone/drakfloppy_.c:63
-#, fuzzy
-msgid "boot disk creation"
-msgstr "Íàñòîéêà ïàñë˙ ˘ñòàë˙âàíí˙"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr "Ïà äàìà˘ëċííŝ"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Type:"
+msgstr "Òûï: "
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "DrakFloppy Error: %s"
+msgid "Internet access"
msgstr ""
-#: ../../standalone/drakfloppy_.c:98
-#, fuzzy
-msgid "kernel version"
-msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Hostname: "
+msgstr "Iì˙ ìàĝûíû"
-#: ../../standalone/drakfloppy_.c:104
-#, fuzzy
-msgid "General"
-msgstr "Àóëüíû"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Configure Local Area Network..."
+msgstr "Íàñòîéêà ëàêàëüíàé ñċòêi"
-#: ../../standalone/drakfloppy_.c:109
-#, fuzzy
-msgid "Expert Area"
-msgstr "Ŭêñïċò"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "State"
+msgstr "Ñòàòàâàċ ìċíŝ"
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Driver"
+msgstr "ñċâċ"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
msgstr ""
-#: ../../standalone/drakfloppy_.c:113
-#, fuzzy
-msgid "Add a module"
-msgstr "Äàäàöü êàûñòàëüíiêà"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Interface"
+msgstr "Ñċòêàâû iíòŭôċéñ"
-#: ../../standalone/drakfloppy_.c:133
-#, fuzzy
-msgid "force"
-msgstr "Ïċàíîñ"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Configure Internet Access..."
+msgstr "Íàñòîéêà ñëóĉáà˘"
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
msgstr ""
-#: ../../standalone/drakfloppy_.c:135
-#, fuzzy
-msgid "omit scsi modules"
-msgstr "ŭĉûì çëó÷ŭíí˙"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:136
-msgid "omit raid modules"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
msgstr ""
-#: ../../standalone/drakfloppy_.c:172
-#, fuzzy
-msgid "Remove a module"
-msgstr "Àäâàîòíû ïààäàê ñòàîíàê"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
msgstr ""
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Network configuration (%d adapters)"
+msgstr "Êàíôióàöû˙ ñċòêi"
+
+#: ../../standalone/drakedm:1
+#, c-format
+msgid ""
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
msgstr ""
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakedm:1
#, c-format
-msgid "Be sure a media is present for the device %s"
+msgid "Choosing a display manager"
msgstr ""
-#: ../../standalone/drakfloppy_.c:341
+#: ../../standalone/drakfloppy:1
#, c-format
msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
+"Unable to properly close mkbootdisk: \n"
+" %s \n"
+" %s"
msgstr ""
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakfloppy:1
#, fuzzy, c-format
msgid "Unable to fork: %s"
msgstr "Çàáiöü íċàêòû˘íûì ñċòêàâàċ çëó÷ŭííċ"
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
msgid ""
-"Unable to close properly mkbootdisk: \n"
-" %s \n"
-" %s"
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
msgstr ""
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Be sure a media is present for the device %s"
msgstr ""
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Build the disk"
msgstr ""
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
msgstr ""
-#: ../../standalone/drakfont_.c:242
-#, fuzzy
-msgid "no fonts found"
-msgstr "Íċ çíàéĝëi %s"
-
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-#, fuzzy
-msgid "done"
-msgstr "Çîáëċíà"
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid "Remove a module"
+msgstr "Àäâàîòíû ïààäàê ñòàîíàê"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit raid modules"
msgstr ""
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid "omit scsi modules"
+msgstr "ŭĉûì çëó÷ŭíí˙"
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
msgstr ""
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid "force"
+msgstr "Ïċàíîñ"
+
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid "Add a module"
+msgstr "Äàäàöü êàûñòàëüíiêà"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "mkinitrd optional arguments"
msgstr ""
-#: ../../standalone/drakfont_.c:359
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Ôàìàòàâàöü äûñêċòó"
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid "Expert Area"
+msgstr "Ŭêñïċò"
-#: ../../standalone/drakfont_.c:363
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Ïàäûġòî˘êà ˘ñòàë˙âàíüí˙"
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid "General"
+msgstr "Àóëüíû"
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid "kernel version"
+msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
msgstr ""
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr "Ïà äàìà˘ëċííŝ"
+
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid "boot disk creation"
+msgstr "Íàñòîéêà ïàñë˙ ˘ñòàë˙âàíí˙"
+
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid "drakfloppy"
+msgstr "Àäíà˘ëċííċ ç äûñêċòû"
+
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid "Size"
+msgstr "Ïàìċ: %s"
+
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid "Module name"
+msgstr "Îïöûi ìîäóëŝ:"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
msgstr ""
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Post Uninstall"
+msgstr "Çàêàí÷ŭííċ ˘ñòàë˙âàíí˙"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove fonts on your system"
+msgstr "Ó âàĝàé ñ³ñòŭìċ í˙ìà íiâîäíàà ñċòêàâàà àäàïòàà!"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Initial tests"
msgstr ""
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Post Install"
+msgstr "Óñòà븢êà"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Copy fonts on your system"
+msgstr "Ó âàĝàé ñ³ñòŭìċ í˙ìà íiâîäíàà ñċòêàâàà àäàïòàà!"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove List"
+msgstr "Àääàëċíû ïûíòŭ"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Selected All"
+msgstr "Àá˙ûöċ ôàéë"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
msgstr ""
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
msgstr ""
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
msgstr ""
-#: ../../standalone/drakfont_.c:459
-#, fuzzy
-msgid "Restart XFS"
-msgstr "àáìċĉàâàííċ"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Install List"
+msgstr "Óñòàë˙âàííċ ñiñòŭìû"
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Select the font file or directory and click on 'Add'"
msgstr ""
-#: ../../standalone/drakfont_.c:528
-#, fuzzy
-msgid "xfs restart"
-msgstr "àáìċĉàâàííċ"
-
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
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."
+"-You can install the fonts the normal way. In rare cases, bogus fonts may "
+"hang up your X Server."
msgstr ""
-#: ../../standalone/drakfont_.c:621
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Ôàìàòàâàííċ àçäçċëà˘"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Generic Printers"
+msgstr "Ïûíòŭ"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Abiword"
+msgstr "Àäì˙íiöü"
-#: ../../standalone/drakfont_.c:658
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr "Âûäàëċííċ âûáàíûġ RPM-ïàêċòà˘ ç ñiñòŭìû"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "StarOffice"
+msgstr "äîáà"
-#: ../../standalone/drakfont_.c:669
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Çàêàí÷ŭííċ íàñòîéêi"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr ""
-#: ../../standalone/drakfont_.c:677
-#, fuzzy
-msgid "Font List"
-msgstr "Êîïêà ìàíöiàâàíí˙"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "Âûáà àçäçċëà˘ äë˙ ôàìàòàâàíí˙"
-#: ../../standalone/drakfont_.c:737
+#: ../../standalone/drakfont:1
+#, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\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"
@@ -11693,274 +14713,334 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
-"\n"
-"\n"
msgstr ""
-#: ../../standalone/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:862
-#, fuzzy
-msgid "Choose the applications that will support the fonts:"
-msgstr "Âûáà àçäçċëà˘ äë˙ ôàìàòàâàíí˙"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "About"
+msgstr "Àäì˙íiöü"
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Font List"
+msgstr "Êîïêà ìàíöiàâàíí˙"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Advanced Options"
+msgstr "Çàêàí÷ŭííċ íàñòîéêi"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Uninstall Fonts"
+msgstr "Âûäàëċííċ âûáàíûġ RPM-ïàêċòà˘ ç ñiñòŭìû"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:877
-#, fuzzy
-msgid "StarOffice"
-msgstr "äîáà"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Import Fonts"
+msgstr "Ôàìàòàâàííċ àçäçċëà˘"
-#: ../../standalone/drakfont_.c:884
-#, fuzzy
-msgid "Abiword"
-msgstr "Àäì˙íiöü"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "done"
+msgstr "Çîáëċíà"
-#: ../../standalone/drakfont_.c:891
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Ïûíòŭ"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "xfs restart"
+msgstr "àáìċĉàâàííċ"
-#: ../../standalone/drakfont_.c:958
-msgid "Select the font file or directory and click on 'Add'"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
msgstr ""
-#: ../../standalone/drakfont_.c:1005
-#, fuzzy
-msgid "Install List"
-msgstr "Óñòàë˙âàííċ ñiñòŭìû"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Restart XFS"
+msgstr "àáìċĉàâàííċ"
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
msgstr ""
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
msgstr ""
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:1116
-#, fuzzy
-msgid "Selected All"
-msgstr "Àá˙ûöċ ôàéë"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr ""
-#: ../../standalone/drakfont_.c:1120
-#, fuzzy
-msgid "Remove List"
-msgstr "Àääàëċíû ïûíòŭ"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
+msgstr ""
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-msgid "Initials tests"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:1145
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Ó âàĝàé ñ³ñòŭìċ í˙ìà íiâîäíàà ñċòêàâàà àäàïòàà!"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr ""
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
msgstr ""
-#: ../../standalone/drakfont_.c:1153
-#, fuzzy
-msgid "Post Install"
-msgstr "Óñòà븢êà"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "True Type fonts installation"
+msgstr "Ïàäûġòî˘êà ˘ñòàë˙âàíüí˙"
-#: ../../standalone/drakfont_.c:1178
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Ó âàĝàé ñ³ñòŭìċ í˙ìà íiâîäíàà ñċòêàâàà àäàïòàà!"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Fonts copy"
+msgstr "Ôàìàòàâàöü äûñêċòó"
-#: ../../standalone/drakfont_.c:1182
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Çàêàí÷ŭííċ ˘ñòàë˙âàíí˙"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr ""
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr ""
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
msgstr ""
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ çààç ìà÷ûìà"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "no fonts found"
+msgstr "Íċ çíàéĝëi %s"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr ""
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"What would you like to do?"
+"%s\n"
+"\n"
+"Click on Configure to launch the setup wizard."
+msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Internet Connection Sharing configuration"
+msgstr "Iíòŭíŭò çëó÷ŭííċ i êàíôióàöû˙"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "No Internet Connection Sharing has ever been configured."
+msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ çààç ìà÷ûìà"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, and it's currently enabled."
msgstr ""
-#: ../../standalone/drakgw_.c:130
-#, fuzzy
-msgid "disable"
-msgstr "Òàáëiöà"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, but it's currently disabled."
+msgstr ""
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
+#: ../../standalone/drakgw:1
+#, c-format
+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:130 ../../standalone/drakgw_.c:154
-#, fuzzy
-msgid "reconfigure"
-msgstr "Íàñòîéêà X Window"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "Problems installing package %s"
+msgstr "Ïàáëċìû ç óñòàë˙âàííċì ïàêċòó %s"
-#: ../../standalone/drakgw_.c:133
-#, fuzzy
-msgid "Disabling servers..."
-msgstr "Âûçíà÷ŭííċ ïûëàäà˘..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring scripts, installing software, starting servers..."
+msgstr "Êàíô³óàöû˙ ñöŭíàà˘, óñòàë˙âàííċ ÏÇ, çàïóñê ñëóĉáà˘..."
-#: ../../standalone/drakgw_.c:142
-#, fuzzy
-msgid "Internet connection sharing is now disabled."
-msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ çààç çàáàîíċíà"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Configuring..."
+msgstr "Íàñòîéêà IDE"
-#: ../../standalone/drakgw_.c:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ çààç çàáàîíċíà"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Potential LAN address conflict found in current config of %s!\n"
+msgstr "Ïàòŭíöûéíû àäàñ ËÂÑ êàíôëiêòóċ ç á˙ó÷àé êàíôióàöû˙é %s!\n"
-#: ../../standalone/drakgw_.c:150
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:154
-#, fuzzy
-msgid "enable"
-msgstr "Òàáëiöà"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Re-configure interface and DHCP server"
+msgstr ""
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The maximum lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:166
-#, fuzzy
-msgid "Internet connection sharing is now enabled."
-msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ çààç ìà÷ûìà"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The default lease (in seconds)"
+msgstr ""
-#: ../../standalone/drakgw_.c:183
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP end range"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The internal domain name"
+msgstr "Iì˙ äóêàêi"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The DNS Server IP"
+msgstr "IP ñċâċà SMB"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "(This) DHCP Server IP"
+msgstr "IP ñċâċà SMB"
+
+#: ../../standalone/drakgw:1
+#, c-format
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"
+"DHCP Server Configuration.\n"
"\n"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\n"
"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
msgstr ""
-"Âàĝ êàìï'ŝòà ìîĉà áûöü ñêàíô³óàâàíû íà ñóìċñíàċ âûêàûñòàííċ\n"
-" ²íòŭíŭòó (Internet Connection Sharing)?\n"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Local Network adress"
+msgstr "ñċòêàâà˙ êàòà íċ çíîéäçċíà"
+
+#: ../../standalone/drakgw:1
+#, c-format
+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 Network that you use "
+"for your local network; I will not reconfigure it and I will not touch your "
+"DHCP server configuration.\n"
"\n"
-"Çà˘âàà: âàì ïàòŭáíû ñċòêàâû àäàïòà äë˙ ïàäêëŝ÷ŭíí˙ äà ËÂÑ.\n"
+"The default DNS entry is the Caching Nameserver configured on the firewall. "
+"You can replace that with your ISP DNS IP, for example.\n"
+"\t\t \n"
+"Otherwise, I can reconfigure your interface and (re)configure a DHCP server "
+"for you.\n"
"\n"
-"Âû ĉàäàċöċ óñòàë˙âàöü ñóìċñíû äîñòóï äà Internet?"
+msgstr ""
-#: ../../standalone/drakgw_.c:211
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s (using module %s)"
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
#, fuzzy, c-format
-msgid "Interface %s"
-msgstr "Ñċòêàâû iíòŭôċéñ"
+msgid "Current interface configuration"
+msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "Ó âàĝàé ñ³ñòŭìċ í˙ìà íiâîäíàà ñċòêàâàà àäàïòàà!"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Show current interface configuration"
+msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
-#: ../../standalone/drakgw_.c:221
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No (experts only)"
msgstr ""
-"Íi âîäíû ethernet ñċòêàâû àäàïòà ó âàĝàé ñiñòŭìċ íċ âûçíà÷àíû. Êàëi ëàñêà, "
-"ñêàûñòàéöċ êàíôióàöûéíû iíñòóìŭíò."
-#: ../../standalone/drakgw_.c:227
-msgid "Network interface"
-msgstr "Ñċòêàâû iíòŭôċéñ"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Automatic reconfiguration"
+msgstr "Íàñòîéêà ìàäŭìó"
-#: ../../standalone/drakgw_.c:228
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"There is only one configured network adapter on your system:\n"
+"Warning, the network adapter (%s) is already configured.\n"
"\n"
-"%s\n"
+"Do you want an automatic re-configuration?\n"
"\n"
-"I am about to setup your Local Area Network with that adapter."
+"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:235
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Network interface already configured"
+msgstr "Ìàíiòî ïàêóëü íċ íàñòîċíû"
+
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -11968,339 +15048,494 @@ msgstr ""
"Êàëi ëàñêà, àá˙ûöċ ñċòêàâû àäàïòà, ˙ê³ áóäçċ âûêàûñòàíû äë˙ äàëó÷ŭíí˙ äà "
"âàĝàé ëàêàëüíàé ñċòêi."
-#: ../../standalone/drakgw_.c:261
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Ìàíiòî ïàêóëü íċ íàñòîċíû"
-
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
+"There is only one configured network adapter on your system:\n"
"\n"
-"Do you want an automatic re-configuration?\n"
+"%s\n"
"\n"
-"You can do it manually but you need to know what you're doing."
+"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/drakgw_.c:267
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Íàñòîéêà ìàäŭìó"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "Ñċòêàâû iíòŭôċéñ"
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+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:268
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "Ó âàĝàé ñ³ñòŭìċ í˙ìà íiâîäíàà ñċòêàâàà àäàïòàà!"
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Interface %s"
+msgstr "Ñċòêàâû iíòŭôċéñ"
-#: ../../standalone/drakgw_.c:270
+#: ../../standalone/drakgw:1
#, c-format
-msgid ""
-"Current configuration of `%s':\n"
-"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
+msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../standalone/drakgw_.c:283
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
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 Network that you use "
-"for your local network; I will not reconfigure it and I will not touch your "
-"DHCP server configuration.\n"
+"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"
-"The default DNS entry is the Caching Nameserver configured on the firewall. "
-"You can replace that with your ISP DNS IP, for example.\n"
-"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
"\n"
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
msgstr ""
-
-#: ../../standalone/drakgw_.c:290
-#, fuzzy
-msgid "Local Network adress"
-msgstr "ñċòêàâà˙ êàòà íċ çíîéäçċíà"
-
-#: ../../standalone/drakgw_.c:294
-msgid ""
-"DHCP Server Configuration.\n"
+"Âàĝ êàìï'ŝòà ìîĉà áûöü ñêàíô³óàâàíû íà ñóìċñíàċ âûêàûñòàííċ\n"
+" ²íòŭíŭòó (Internet Connection Sharing)?\n"
"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\n"
+"Çà˘âàà: âàì ïàòŭáíû ñċòêàâû àäàïòà äë˙ ïàäêëŝ÷ŭíí˙ äà ËÂÑ.\n"
"\n"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:300
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP ñċâċà SMB"
-
-#: ../../standalone/drakgw_.c:301
-#, fuzzy
-msgid "The DNS Server IP"
-msgstr "IP ñċâċà SMB"
+"Âû ĉàäàċöċ óñòàë˙âàöü ñóìċñíû äîñòóï äà Internet?"
-#: ../../standalone/drakgw_.c:302
-#, fuzzy
-msgid "The internal domain name"
-msgstr "Iì˙ äóêàêi"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing"
+msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ"
-#: ../../standalone/drakgw_.c:303
-msgid "The DHCP start range"
-msgstr ""
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ çààç ìà÷ûìà"
-#: ../../standalone/drakgw_.c:304
-msgid "The DHCP end range"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:305
-msgid "The default lease (in seconds)"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:306
-msgid "The maximum lease (in seconds)"
-msgstr ""
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "reconfigure"
+msgstr "Íàñòîéêà X Window"
-#: ../../standalone/drakgw_.c:307
-msgid "Re-configure interface and DHCP server"
-msgstr ""
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "enable"
+msgstr "Òàáëiöà"
-#: ../../standalone/drakgw_.c:314
-msgid "The Local Network did not finish with `.0', bailing out."
+#: ../../standalone/drakgw:1
+#, c-format
+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:325
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Ïàòŭíöûéíû àäàñ ËÂÑ êàíôëiêòóċ ç á˙ó÷àé êàíôióàöû˙é %s!\n"
+msgid "Internet Connection Sharing currently disabled"
+msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ çààç çàáàîíċíà"
-#: ../../standalone/drakgw_.c:335
-#, fuzzy
-msgid "Configuring..."
-msgstr "Íàñòîéêà IDE"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ çààç çàáàîíċíà"
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Êàíô³óàöû˙ ñöŭíàà˘, óñòàë˙âàííċ ÏÇ, çàïóñê ñëóĉáà˘..."
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Disabling servers..."
+msgstr "Âûçíà÷ŭííċ ïûëàäà˘..."
-#: ../../standalone/drakgw_.c:372
-#, c-format
-msgid "Problems installing package %s"
-msgstr "Ïàáëċìû ç óñòàë˙âàííċì ïàêċòó %s"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "disable"
+msgstr "Òàáëiöà"
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakgw:1
+#, c-format
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)."
+"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"
-"Çààç âû ìîĉàöċ ñóìċñíà âûêàûñòî˘âàöü ïàäêëŝ÷ŭííċ äà Internet\n"
-"ç ³íĝûì³ êàìï'ŝòŭàì³ ˘ âàĝàé ËÂÑ, êàûñòàŝ÷ûñ˙ à˘òàìàòû÷íûì\n"
-"êàíô³óàâàííċì (DHCP)."
-#: ../../standalone/drakgw_.c:523
-msgid "The setup has already been done, but it's currently disabled."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ çààç ìà÷ûìà"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:524
-msgid "The setup has already been done, and it's currently enabled."
+#: ../../standalone/drakhelp:1
+#, c-format
+msgid ""
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
msgstr ""
-#: ../../standalone/drakgw_.c:525
-#, fuzzy
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Ñóìċñíàċ Iíòŭíŭò-çëó÷ŭííċ çààç ìà÷ûìà"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group :"
+msgstr "Ïàöî˘íà˙ óïà"
-#: ../../standalone/drakgw_.c:531
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr "Iíòŭíŭò çëó÷ŭííċ i êàíôióàöû˙"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "user :"
+msgstr "Iì˙ êàûñòàëüíiêó:"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakperm:1
#, 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íòŭíŭò-çëó÷ŭííċ"
+msgid "Path selection"
+msgstr "Àñàáiñòû âûáà ïàêċòà˘"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "group"
-msgstr "Ïàöî˘íà˙ óïà"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
+msgstr ""
-#: ../../standalone/drakperm_.c:36
-msgid "path"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "permissions"
-msgstr "àçäçċë %s"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use owner id for execution"
+msgstr ""
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "user"
-msgstr "Iì˙ êàûñòàëüíiêó:"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
+msgstr ""
-#: ../../standalone/drakperm_.c:43
-msgid "Up"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakperm_.c:44
-#, fuzzy
-msgid "delete"
-msgstr "Çíiĝ÷ûöü"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
+msgstr ""
-#: ../../standalone/drakperm_.c:45
-#, fuzzy
-msgid "edit"
-msgstr "Ñ˙ŭäíi"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "sticky-bit"
+msgstr ""
-#: ../../standalone/drakperm_.c:46
-#, fuzzy
-msgid "Down"
-msgstr "Çîáëċíà"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Property"
+msgstr "Ïîò"
-#: ../../standalone/drakperm_.c:47
-#, fuzzy
-msgid "add a rule"
-msgstr "Äàäàöü êàûñòàëüíiêà"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Permissions"
+msgstr "Âċñi˙: %s\n"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Current user"
+msgstr "Ïûí˙öü êàûñòàëüíiêà"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "browse"
+msgstr ""
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm:1
+#, c-format
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm:1
+#, c-format
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:56
-#, fuzzy
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Edit current rule"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "edit"
+msgstr "Ñ˙ŭäíi"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Delete selected rule"
+msgstr "Âûäàëiöü ÷àó äóêó"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "delete"
+msgstr "Çíiĝ÷ûöü"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
msgid "Add a new rule at the end"
msgstr "Iì˙ äóêàêi"
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "add a rule"
+msgstr "Äàäàöü êàûñòàëüíiêà"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule down one level"
msgstr ""
-#: ../../standalone/drakperm_.c:58
-msgid "Up selected rule one level"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Down"
+msgstr "Çîáëċíà"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule up one level"
msgstr ""
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:60
-#, fuzzy
-msgid "Delete selected rule"
-msgstr "Âûäàëiöü ÷àó äóêó"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "permissions"
+msgstr "àçäçċë %s"
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group"
+msgstr "Ïàöî˘íà˙ óïà"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "user"
+msgstr "Iì˙ êàûñòàëüíiêó:"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:231
-#, fuzzy
-msgid "Current user"
-msgstr "Ïûí˙öü êàûñòàëüíiêà"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "Ñòâàŭííċ äûñêċòû äë˙ ˘ñòàë˙âàíí˙"
-#: ../../standalone/drakperm_.c:236
-#, fuzzy
-msgid "Permissions"
-msgstr "Âċñi˙: %s\n"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No CD or DVD image found, please copy the installation program and rpm files."
msgstr ""
-#: ../../standalone/drakperm_.c:238
-#, fuzzy
-msgid "Property"
-msgstr "Ïîò"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "No image found"
+msgstr "Ëàêàëüíû ïûíòŭ"
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation image directory"
+msgstr "Çàêàí÷ŭííċ íàñòîéêi"
+
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP end ip"
msgstr ""
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP start ip"
msgstr ""
-#: ../../standalone/drakperm_.c:296
+#: ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:297
-msgid "Use owner id for execution"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Interface %s (on network %s)"
+msgstr "Ñċòêàâû iíòŭôċéñ"
+
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
msgstr ""
+"Êàëi ëàñêà, ïàçíà÷öċ ñċòêàâû àäàïòà, ˙êi ïëàíóċöċ âûêàûñòî˘âàöü äë˙ "
+"äàëó÷ŭíí˙ äà iíòŭíŭò"
-#: ../../standalone/drakperm_.c:298
-msgid "Use group id for execution"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid ""
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\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/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation Server Configuration"
+msgstr "Çàêàí÷ŭííċ íàñòîéêi"
+
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "PXE Server Configuration"
+msgstr "Çàêàí÷ŭííċ íàñòîéêi"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security options..."
+msgstr "Ïàäûġòî˘êà ˘ñòàë˙âàíüí˙"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security level..."
+msgstr "Íàñòîéêi ˘çî˘í˙ á˙ñïċêi"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
msgstr ""
-#: ../../standalone/drakperm_.c:304
-#, fuzzy
-msgid "Path selection"
-msgstr "Àñàáiñòû âûáà ïàêċòà˘"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "System Options"
+msgstr "Îïöûi ìîäóëŝ:"
-#: ../../standalone/drakperm_.c:350
-#, fuzzy
-msgid "user :"
-msgstr "Iì˙ êàûñòàëüíiêó:"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Network Options"
+msgstr "Îïöûi ìîäóëŝ:"
-#: ../../standalone/drakperm_.c:352
-#, fuzzy
-msgid "group :"
-msgstr "Ïàöî˘íà˙ óïà"
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
+msgstr ""
-#: ../../standalone/draksound_.c:46
-#, fuzzy
-msgid "No Sound Card detected!"
-msgstr "àçìċêàâàííċ"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Administrator:"
+msgstr "Îïöûi àääàëċíàà ïûíòŭó lpd"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Alerts:"
+msgstr "Íàñòîéêi ˘çî˘í˙ á˙ñïċêi"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "(default value: %s)"
+msgstr " ? (çìî˘÷àííċ %s) "
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Level:"
+msgstr "Íàñòîéêi ˘çî˘í˙ á˙ñïċêi"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksec:1
+#, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -12309,715 +15544,811 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:21
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound 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/draksplash_.c:67
-#, fuzzy
-msgid "first step creation"
-msgstr "Íàñòîéêà ïàñë˙ ˘ñòàë˙âàíí˙"
+#: ../../standalone/draksound:1
+#, fuzzy, c-format
+msgid "No Sound Card detected!"
+msgstr "àçìċêàâàííċ"
-#: ../../standalone/draksplash_.c:70
-#, fuzzy
-msgid "final resolution"
-msgstr "Ïàìċû ŭêàíó"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-#, fuzzy
-msgid "choose image file"
-msgstr "Àá˙ûöċ äçċ˙ííċ"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Generating preview ..."
+msgstr "Âûçíà÷ŭííċ ïûëàäà˘..."
-#: ../../standalone/draksplash_.c:72
-#, fuzzy
-msgid "Theme name"
-msgstr "Iì˙ äë˙ àçìċêàâàíàà ŭñóñó"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "You must choose an image file first!"
+msgstr "URI ïûíòŭó"
-#: ../../standalone/draksplash_.c:77
-msgid "Browse"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "ProgressBar color selection"
+msgstr "Çëó÷ŭííċ ïûíòŭó"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
-#, fuzzy
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "choose image file"
+msgstr "Àá˙ûöċ äçċ˙ííċ"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
msgid "Configure bootsplash picture"
msgstr "Íàñòîéêà ñëóĉáà˘"
-#: ../../standalone/draksplash_.c:90
-msgid ""
-"x coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:91
-msgid ""
-"y coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Choose color"
+msgstr "Àá˙ûöċ ìàíiòî"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Save theme"
+msgstr "Óñòàë˙âàííċ ñiñòŭìû"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Preview"
+msgstr "ïûëàäà"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:94
-msgid ""
-"the progress bar x coordinate\n"
-"of its upper left corner"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:95
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:98
-msgid "the color of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:113
-#, fuzzy
-msgid "Preview"
-msgstr "ïûëàäà"
-
-#: ../../standalone/draksplash_.c:115
-#, fuzzy
-msgid "Save theme"
-msgstr "Óñòàë˙âàííċ ñiñòŭìû"
-
-#: ../../standalone/draksplash_.c:116
-#, fuzzy
-msgid "Choose color"
-msgstr "Àá˙ûöċ ìàíiòî"
-
-#: ../../standalone/draksplash_.c:119
-msgid "Display logo on Console"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"y coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/draksplash:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:428
-#, fuzzy
-msgid "ProgressBar color selection"
-msgstr "Çëó÷ŭííċ ïûíòŭó"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Theme name"
+msgstr "Iì˙ äë˙ àçìċêàâàíàà ŭñóñó"
-#: ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "You must choose an image file first!"
-msgstr "URI ïûíòŭó"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "final resolution"
+msgstr "Ïàìċû ŭêàíó"
-#: ../../standalone/draksplash_.c:458
-#, fuzzy
-msgid "Generating preview ..."
-msgstr "Âûçíà÷ŭííċ ïûëàäà˘..."
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "first step creation"
+msgstr "Íàñòîéêà ïàñë˙ ˘ñòàë˙âàíí˙"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
+#: ../../standalone/draksplash:1
#, c-format
-msgid "%s BootSplash (%s) preview"
+msgid ""
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"XawTV isn't installed!\n"
+"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"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor "
-"saa7134\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"
+"You can visit our hardware database at:\n"
"\n"
"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:63
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Êàíàäñêi (Êâċáŭê)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "China (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
msgstr ""
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "East Europe"
-msgstr "Ċ˘îïà"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "France [SECAM]"
-msgstr "Ôàíöû˙"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "Ireland"
-msgstr "Iñëàíäñêi"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "West Europe"
-msgstr "Ċ˘îïà"
-
-#: ../../standalone/drakxtv_.c:66
-#, fuzzy
-msgid "Australia"
-msgstr "ïàñë˙äî˘íà˙"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "Àòûìàëàñ˙ ïàìûëêà ˘ïààäêàâàíí˙ ïàêċòà˘:"
-#: ../../standalone/drakxtv_.c:66
-msgid "Newzealand"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
msgstr ""
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
msgstr ""
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "TV norm:"
msgstr ""
-#: ../../standalone/drakxtv_.c:102
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr ""
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Newzealand"
msgstr ""
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "France [SECAM]"
+msgstr "Ôàíöû˙"
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "East Europe"
+msgstr "Ċ˘îïà"
+
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "West Europe"
+msgstr "Ċ˘îïà"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "China (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:120
-#, fuzzy
-msgid "There was an error while scanning for TV channels"
-msgstr "Àòûìàëàñ˙ ïàìûëêà ˘ïààäêàâàíí˙ ïàêċòà˘:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr ""
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Canada (cable)"
+msgstr "Êàíàäñêi (Êâċáŭê)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
msgstr ""
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
+"XawTV isn't installed!\n"
"\n"
"\n"
-"You can visit our hardware database at:\n"
+"If you do have a TV card but DrakX has neither detected it (no bttv nor "
+"saa7134\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"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/harddrake2_.c:17
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "Äóê òŭñòàâûġ ñòàîíàê"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Options"
+msgstr "Îïöûi"
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect jazz drives"
+msgstr "Àääàëċíû ïûíòŭ"
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect modems"
+msgstr "Àääàëċíû ïûíòŭ"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect printers"
+msgstr "Àääàëċíû ïûíòŭ"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
msgstr ""
-#: ../../standalone/harddrake2_.c:21
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "secondary"
+msgstr "%d ñċêóíäà˘"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+"Click on a device in the left tree in order to display its information here."
msgstr ""
-#: ../../standalone/harddrake2_.c:22
-#, fuzzy
-msgid "Channel"
-msgstr "Àäìċíà"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
msgstr ""
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Configure module"
+msgstr "Íàñòîéêà ìûĝû"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Information"
+msgstr "Iíôàìàöû˙"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detected hardware"
+msgstr "ë. àïiñàííċ àáñòàë˙âàíí˙"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Harddrake2 version "
+msgstr "Âûçíà÷ŭííċ ĉîñòêàà äûñêó"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detection in progress"
+msgstr "Äóáë˙âàííċ ïóíêòó ìàíöiàâàíí˙ %s"
-#: ../../standalone/harddrake2_.c:23
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Author:"
+msgstr "À˘òàïîĝóê"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
-#: ../../standalone/harddrake2_.c:26
-#, fuzzy
-msgid "Bus identification"
-msgstr "À˘òŭíòûôiêàöû˙"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
+msgstr ""
-#: ../../standalone/harddrake2_.c:27
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_About..."
+msgstr "Àäì˙íiöü"
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
msgstr ""
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:30
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "ïàìċ áëîêó"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Select a device !"
+msgstr "Àá˙ûöċ âiäŭàêàòó"
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Description of the fields:\n"
+"\n"
msgstr ""
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
msgstr ""
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Fields description"
+msgstr "Àïiñàííċ"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "Àääàëċíû ïûíòŭ"
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
msgstr ""
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _modems"
+msgstr "Àääàëċíû ïûíòŭ"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _printers"
+msgstr "Àääàëċíû ïûíòŭ"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Quit"
+msgstr "Âûġàä"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the processor"
msgstr ""
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "Íàñòîéêi ˘çî˘í˙ á˙ñïċêi"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "The type of bus on which the mouse is connected"
+msgstr "Êàëi ëàñêà, ïàçíà÷öċ ïîñë˙äî˘íû ïîò, äà ˙êîà ïàäêëŝ÷àíà âàĝà˙ ìûĝ."
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
msgstr ""
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model stepping"
+msgstr "ôàìàòàâàííċ"
-#: ../../standalone/harddrake2_.c:37
-msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the number of the processor"
msgstr ""
-#: ../../standalone/harddrake2_.c:38
-msgid "This field describes the device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
msgstr ""
-#: ../../standalone/harddrake2_.c:39
-#, fuzzy
-msgid "Old device file"
-msgstr "Àá˙ûöċ ôàéë"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "network printer port"
+msgstr "Ñċòêàâû ïûíòŭ (TCP/Socket)"
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Name"
+msgstr "Iì˙: "
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Number of buttons"
+msgstr "2 êíîïêi"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Official vendor name of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:41
-#, fuzzy
-msgid "New devfs device"
-msgstr "Ïûëàäà-ĝëŝç"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model name"
+msgstr "Îïöûi ìîäóëŝ:"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:43
-#, fuzzy
-msgid "Module"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model"
msgstr "Ïîò ìûĝû"
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "hard disk model"
+msgstr "Àäàñû ïàì˙ö³ êàòû (DMA)"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "class of hardware device"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Level"
+msgstr "óçîâċíü"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
msgstr ""
-#: ../../standalone/harddrake2_.c:46
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Floppy format"
+msgstr "Ôàìàòàâàííċ"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "F00f bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "F00f bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
msgstr ""
-#: ../../standalone/harddrake2_.c:53
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "Ôàìàòàâàííċ"
-
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "óçîâċíü"
-
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "class of hardware device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
-#, fuzzy
-msgid "Model"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Module"
msgstr "Ïîò ìûĝû"
-#: ../../standalone/harddrake2_.c:58
-#, fuzzy
-msgid "hard disk model"
-msgstr "Àäàñû ïàì˙ö³ êàòû (DMA)"
-
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
msgstr ""
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr "Îïöûi ìîäóëŝ:"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "New devfs device"
+msgstr "Ïûëàäà-ĝëŝç"
-#: ../../standalone/harddrake2_.c:60
-msgid "Official vendor name of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
msgstr ""
-#: ../../standalone/harddrake2_.c:61
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 êíîïêi"
-
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "Iì˙: "
-
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr "Ñċòêàâû ïûíòŭ (TCP/Socket)"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Old device file"
+msgstr "Àá˙ûöċ ôàéë"
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "This field describes the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:64
-msgid "the number of the processor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
msgstr ""
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "ôàìàòàâàííċ"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
msgstr ""
-#: ../../standalone/harddrake2_.c:66
-#, fuzzy
-msgid "The type of bus on which the mouse is connected"
-msgstr "Êàëi ëàñêà, ïàçíà÷öċ ïîñë˙äî˘íû ïîò, äà ˙êîà ïàäêëŝ÷àíà âàĝà˙ ìûĝ."
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cpuid level"
+msgstr "Íàñòîéêi ˘çî˘í˙ á˙ñïċêi"
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
msgstr ""
-#: ../../standalone/harddrake2_.c:68
-msgid "the vendor name of the processor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
msgstr ""
-#: ../../standalone/harddrake2_.c:82
-#, fuzzy
-msgid "/_Quit"
-msgstr "Âûġàä"
-
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "Àääàëċíû ïûíòŭ"
-
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "Àääàëċíû ïûíòŭ"
-
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:89
-msgid "/_Help..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
msgstr ""
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cache size"
+msgstr "ïàìċ áëîêó"
-#: ../../standalone/harddrake2_.c:93
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Description of the fields:\n"
-"\n"
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "Àá˙ûöċ âiäŭàêàòó"
-
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
msgstr ""
-#: ../../standalone/harddrake2_.c:102
-#, fuzzy
-msgid "/_About..."
-msgstr "Àäì˙íiöü"
-
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Bus identification"
+msgstr "À˘òŭíòûôiêàöû˙"
-#: ../../standalone/harddrake2_.c:105
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
msgstr ""
-#: ../../standalone/harddrake2_.c:106
-#, fuzzy
-msgid "Author:"
-msgstr "À˘òàïîĝóê"
-
-#: ../../standalone/harddrake2_.c:113
-#, fuzzy
-msgid "Detection in progress"
-msgstr "Äóáë˙âàííċ ïóíêòó ìàíöiàâàíí˙ %s"
-
-#: ../../standalone/harddrake2_.c:119
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "Âûçíà÷ŭííċ ĉîñòêàà äûñêó"
-
-#: ../../standalone/harddrake2_.c:126
-#, fuzzy
-msgid "Detected hardware"
-msgstr "ë. àïiñàííċ àáñòàë˙âàíí˙"
-
-#: ../../standalone/harddrake2_.c:129
-#, fuzzy
-msgid "Information"
-msgstr "Iíôàìàöû˙"
-
-#: ../../standalone/harddrake2_.c:131
-#, fuzzy
-msgid "Configure module"
-msgstr "Íàñòîéêà ìûĝû"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr ""
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../standalone/harddrake2_.c:143
+#: ../../standalone/harddrake2:1
#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+msgid "Channel"
+msgstr "Àäìċíà"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-#, fuzzy
-msgid "secondary"
-msgstr "%d ñċêóíäà˘"
-
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "Àääàëċíû ïûíòŭ"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "Àääàëċíû ïûíòŭ"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Alternative drivers"
+msgstr "Äóê òŭñòàâûġ ñòàîíàê"
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "Îïöûi"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Do you want the BackSpace to return Delete in console?"
+msgstr "Âû ĉàäàċöċ êàá BackSpace ïàöàâà˘ ó êàíñîë³ ˙ê Delete?"
-#: ../../standalone/keyboarddrake_.c:26
+#: ../../standalone/keyboarddrake:1
+#, c-format
msgid "Please, choose your keyboard layout."
msgstr "Êàëi ëàñêà, àá˙ûöċ òûï êëàâi˙òóû."
-#: ../../standalone/keyboarddrake_.c:35
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Âû ĉàäàċöċ êàá BackSpace ïàöàâà˘ ó êàíñîë³ ˙ê Delete?"
-
-#: ../../standalone/livedrake_.c:18
-#, fuzzy
-msgid "Change Cd-Rom"
-msgstr "Çì˙íiöü ïàìċû ŭêàíó"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
+msgstr "Íċìà÷ûìà çàïóñö³öü live upgrade !!!\n"
-#: ../../standalone/livedrake_.c:19
-#, fuzzy
+#: ../../standalone/livedrake:1
+#, fuzzy, c-format
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."
@@ -13029,660 +16360,785 @@ msgstr ""
"Êàëi âû íċ ìàċöċ ˙î, íàöiñíiöċ Àäì˙íiöü, êàá àäì˙íiöü óñòàë˙âàííċ ç ŭòàà "
"Cd."
-#: ../../standalone/livedrake_.c:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Íċìà÷ûìà çàïóñö³öü live upgrade !!!\n"
+#: ../../standalone/livedrake:1
+#, fuzzy, c-format
+msgid "Change Cd-Rom"
+msgstr "Çì˙íiöü ïàìċû ŭêàíó"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
msgstr ""
-#: ../../standalone/logdrake_.c:68
-msgid "Show only for the selected day"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Please enter your email address below "
+msgstr "Ïàñïàáóéöċ ˙ĝ÷ŭ àç"
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "alert configuration"
+msgstr "Íàñòîéêà"
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "You will receive an alert if the load is higher than this value"
msgstr ""
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "load setting"
+msgstr "ôàìàòàâàííċ"
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
msgstr ""
-#: ../../standalone/logdrake_.c:77
-msgid "/File/_Save"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "service setting"
+msgstr "ïûëàäà"
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Xinetd Service"
+msgstr "Ñċâċ äóêó"
+
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Webmin Service"
+msgstr "ïûëàäà"
+
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "SSH Server"
+msgstr "NIS ñċâċ:"
+
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Samba Server"
+msgstr "NIS ñċâċ:"
+
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Postfix Mail Server"
+msgstr "Ñċâċ äóêó"
+
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Ftp Server"
+msgstr "NIS ñċâċ:"
+
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Domain Name Resolver"
+msgstr "Iì˙ äàìċíó"
+
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
msgstr ""
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"Welcome to the mail configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
msgstr ""
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Mail alert configuration"
+msgstr "Íàñòîéêà ADSL"
+
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert"
msgstr ""
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "please wait, parsing file: %s"
msgstr ""
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
msgstr ""
-#: ../../standalone/logdrake_.c:145
-#, fuzzy
-msgid "User"
-msgstr "Iì˙ êàûñòàëüíiêó:"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Calendar"
+msgstr ""
-#: ../../standalone/logdrake_.c:146
-#, fuzzy
-msgid "Messages"
-msgstr "Ïàâċêà ïàòî˘"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Choose file"
+msgstr ""
-#: ../../standalone/logdrake_.c:147
-msgid "Syslog"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "but not matching"
msgstr ""
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "matching"
msgstr ""
-#: ../../standalone/logdrake_.c:151
-msgid "search"
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
msgstr ""
-#: ../../standalone/logdrake_.c:161
+#: ../../standalone/logdrake:1
+#, c-format
msgid "A tool to monitor your logs"
msgstr ""
-#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
msgstr ""
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mandrake Tools Explanation"
msgstr ""
-#: ../../standalone/logdrake_.c:168
-msgid "but not matching"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Syslog"
msgstr ""
-#: ../../standalone/logdrake_.c:172
-msgid "Choose file"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Messages"
+msgstr "Ïàâċêà ïàòî˘"
-#: ../../standalone/logdrake_.c:181
-msgid "Calendar"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "User"
+msgstr "Iì˙ êàûñòàëüíiêó:"
+
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
msgstr ""
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
msgstr ""
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-msgid "Mail alert"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
msgstr ""
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, c-format
-msgid "please wait, parsing file: %s"
+msgid "/File/Save _As"
msgstr ""
-#: ../../standalone/logdrake_.c:392
-#, fuzzy
-msgid "Mail alert configuration"
-msgstr "Íàñòîéêà ADSL"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr ""
-#: ../../standalone/logdrake_.c:393
-msgid ""
-"Welcome to the mail configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
msgstr ""
-#: ../../standalone/logdrake_.c:400
-msgid "Apache World Wide Web Server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>O"
msgstr ""
-#: ../../standalone/logdrake_.c:401
-#, fuzzy
-msgid "Domain Name Resolver"
-msgstr "Iì˙ äàìċíó"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr ""
-#: ../../standalone/logdrake_.c:402
-#, fuzzy
-msgid "Ftp Server"
-msgstr "NIS ñċâċ:"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr ""
-#: ../../standalone/logdrake_.c:403
-#, fuzzy
-msgid "Postfix Mail Server"
-msgstr "Ñċâċ äóêó"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr ""
-#: ../../standalone/logdrake_.c:404
-#, fuzzy
-msgid "Samba Server"
-msgstr "NIS ñċâċ:"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Show only for the selected day"
+msgstr ""
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "SSH Server"
-msgstr "NIS ñċâċ:"
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Emulate third button?"
+msgstr "Ŭìóë˙âàöü òŭöŝŝ êíîïêó?"
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid "Webmin Service"
-msgstr "ïûëàäà"
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
+msgstr "êàëi ëàñêà, ïàçíà÷öċ òûï âàĝàé ìûĝû."
-#: ../../standalone/logdrake_.c:407
-#, fuzzy
-msgid "Xinetd Service"
-msgstr "Ñċâċ äóêó"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Iì˙ çëó÷ŭíí˙"
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "service setting"
-msgstr "ïûëàäà"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Íàñòîéêà ISDN"
-#: ../../standalone/logdrake_.c:415
+#: ../../standalone/net_monitor:1
+#, c-format
msgid ""
-"You will receive an alert if one of the selected services is no more running"
+"Warning, another internet connection has been detected, maybe using your "
+"network"
msgstr ""
-#: ../../standalone/logdrake_.c:428
-#, fuzzy
-msgid "load setting"
-msgstr "ôàìàòàâàííċ"
-
-#: ../../standalone/logdrake_.c:429
-msgid "You will receive an alert if the load is higher than this value"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
msgstr ""
-#: ../../standalone/logdrake_.c:444
-#, fuzzy
-msgid "alert configuration"
-msgstr "Íàñòîéêà"
-
-#: ../../standalone/logdrake_.c:445
-#, fuzzy
-msgid "Please enter your email address below "
-msgstr "Ïàñïàáóéöċ ˙ĝ÷ŭ àç"
-
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
msgstr ""
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
-msgstr "êàëi ëàñêà, ïàçíà÷öċ òûï âàĝàé ìûĝû."
-
-#: ../../standalone/mousedrake_.c:50
-msgid "Emulate third button?"
-msgstr "Ŭìóë˙âàöü òŭöŝŝ êíîïêó?"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
+msgstr ""
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "Êàíôióàöû˙ ñċòêi"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
+msgstr ""
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "ïàìûëêà ìàíöiàâàíí˙: "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Local measure"
+msgstr "Ëàêàëüíû ïûíòŭ"
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
msgstr ""
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "Çàġàâàííċ ˘ ôàéë"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Color configuration"
+msgstr "Íàñòîéêà"
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
msgstr ""
-#: ../../standalone/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection complete."
msgstr "Iì˙ çëó÷ŭíí˙"
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
msgstr ""
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "ßêi òûï âàĝàà ISDN çëó÷ŭíí˙?"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
+msgstr ""
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connecting to the Internet "
msgstr "Äàëó÷ŭííċ äà Iíòŭíŭòó"
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnecting from the Internet "
msgstr "Äàëó÷ŭííċ äà Iíòŭíŭòó"
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Wait please, testing your connection..."
+msgstr "ßêi òûï âàĝàà ISDN çëó÷ŭíí˙?"
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
msgstr ""
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection Time: "
msgstr "Iì˙ çëó÷ŭíí˙"
-#: ../../standalone/net_monitor_.c:226
-msgid ""
-"Connection failed.\n"
-"Verify your configuration in the Mandrake Control Center."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
msgstr ""
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "Íàñòîéêà"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Sending Speed:"
+msgstr "Çàġàâàííċ ˘ ôàéë"
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
msgstr ""
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Profile "
+msgstr "ïàìûëêà ìàíöiàâàíí˙: "
+
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Network Monitoring"
+msgstr "Êàíôióàöû˙ ñċòêi"
+
+#: ../../standalone/printerdrake:1
+#, fuzzy, c-format
+msgid "Reading printer data ..."
+msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Name/IP address of host:"
msgstr ""
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "Ëàêàëüíû ïûíòŭ"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scannerdrake"
+msgstr "Àá˙ûöċ âiäŭàêàòó"
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
-msgstr ""
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "You must enter a host name or an IP address.\n"
+msgstr "Êàë³ ëàñêà, çàá³öċ íċêàëüê³ óġà˘ ìûĝĝó."
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: ../../standalone/net_monitor_.c:453
-msgid ""
-"Warning, another internet connection has been detected, maybe using your "
-"network"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Sharing of local scanners"
+msgstr "Äàñòóïíû˙ ïàêċòû"
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "This machine"
msgstr ""
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Iì˙ çëó÷ŭíí˙"
+msgid "Remove selected host"
+msgstr "Âûäàëiöü ÷àó äóêó"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Íàñòîéêà ISDN"
+msgid "Edit selected host"
+msgstr "Âûäàëiöü ÷àó äóêó"
-#: ../../standalone/printerdrake_.c:47
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "×ûòàŝ áàçó äàäçċíûġ äàéâċî˘ CUPS"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add host"
+msgstr "Äàäàöü êàûñòàëüíiêà"
-#: ../../standalone/scannerdrake_.c:39
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Âûçíà÷ŭííċ ïûëàäà˘..."
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "These are the machines from which the scanners should be used:"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr "Ïàâċêà ïàòî˘"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Usage of remote scanners"
+msgstr "Âûêàûñòî˘âàöü íċçàí˙òóŝ ïàñòîó"
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "All remote machines"
+msgstr "Àääàëċíû ïûíòŭ"
+
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
+msgid ""
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:54
-#, fuzzy, c-format
-msgid "%s found on %s, configure it?"
-msgstr "Ĉàäàċöċ íàñòîiöü ïûíòŭ?"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Use the scanners on hosts: "
+msgstr ""
-#: ../../standalone/scannerdrake_.c:57
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
+msgid "Use scanners on remote computers"
msgstr ""
-#: ../../standalone/scannerdrake_.c:63
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Àá˙ûöċ âiäŭàêàòó"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "Ïûíòŭ"
-#: ../../standalone/scannerdrake_.c:91
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "This %s scanner is unsupported"
+msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-#: ../../standalone/scannerdrake_.c:107
-#, fuzzy
-msgid "choose device"
-msgstr "Çàóçà÷íà˙ ïûëàäà"
-
-#: ../../standalone/scannerdrake_.c:113
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-#: ../../standalone/scannerdrake_.c:118
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"Your %s has been configured.\n"
+"You may now scan documents using \"XSane\" from Multimedia/Graphics in the "
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:44
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
-msgstr ""
-
-#: ../../standalone/service_harddrake_.c:48
-msgid "Some devices were added:\n"
+msgid ""
+"The %s must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
msgstr ""
-#: ../../standalone/service_harddrake_.c:64
-#, fuzzy
-msgid "Hardware probing in progress"
-msgstr "Äóáë˙âàííċ ïóíêòó ìàíöiàâàíí˙ %s"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Âûáà ìîâû"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Êëàñ óñòàë˙âàíí˙"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "choose device"
+msgstr "Çàóçà÷íà˙ ïûëàäà"
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Âûçíà÷ŭííċ ĉîñòêàà äûñêó"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Please select the device where your %s is attached"
+msgstr ""
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Íàñòîéêà ìûĝû"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is unsupported"
+msgstr ""
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Âûáà êëàâi˙òóû"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr ""
-#: ../../steps.pm_.c:19
-#, fuzzy
-msgid "Security"
-msgstr "êó÷ààâû"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Íàñò. ôàéëàâûġ ñiñòŭìà˘"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
+msgstr ""
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Ôàìàòàâàííċ àçäçċëà˘"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for new scanners ..."
+msgstr "Äàñòóïíû˙ ïàêċòû"
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Âûáà ïàêċòà˘"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for configured scanners ..."
+msgstr "Äàñòóïíû˙ ïàêċòû"
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Óñòàë˙âàííċ ñiñòŭìû"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing"
+msgstr "Ïûíòŭ"
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Äàäàöü êàûñòàëüíiêà"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Add a scanner manually"
+msgstr ""
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Íàñòîéêà ñċòêi"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Search for new scanners"
+msgstr "Äàñòóïíû˙ ïàêċòû"
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Íàñòîéêà ñëóĉáà˘"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr ""
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Óñòàë˙âàííċ çàóç÷ûêó"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
+msgstr "Ó âàĝàé ñ³ñòŭìċ í˙ìà íiâîäíàà ñċòêàâàà àäàïòàà!"
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Ñòâàûöü çà. äûñê"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr "Ó âàĝàé ñ³ñòŭìċ í˙ìà íiâîäíàà ñċòêàâàà àäàïòàà!"
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Íàñòîéêà X Window"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Select a scanner"
+msgstr "Àá˙ûöċ âiäŭàêàòó"
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Óñòàë˙âàííċ ñiñòŭìû"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Çàêàí÷ŭííċ ˘ñòàë˙âàíí˙"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "Ĉàäàċöċ íàñòîiöü ïûíòŭ?"
-#: ../../ugtk.pm_.c:636
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr ""
+#: ../../standalone/service_harddrake:1
+#, fuzzy, c-format
+msgid "Hardware probing in progress"
+msgstr "Äóáë˙âàííċ ïóíêòó ìàíöiàâàíí˙ %s"
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
msgstr ""
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Network Computer (client)"
-msgstr "Ñċòêàâû ïûíòŭ (socket)"
+msgid "Office Workstation"
+msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
+msgid ""
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
msgstr ""
+"Îô³ñíû˙ ïààìû: ïàöŭñàû ñëîâà˘ (kword, abiword), ŭëċêòîíû˙ òàáë³öû, "
+"àë˙äàëüí³ê³ pdf-ôàéëà˘, ³ .ä."
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Office"
-msgstr "äîáà"
+msgid "Workstation"
+msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Gnome Workstation"
-msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
+msgid "Game station"
+msgstr "Ìóëüòûìċäû˙ - óê"
#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "²íñòóìċíòàëüíû˙ ñîäê³ äë˙ Palm Pilot ³ Visor"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "Çàáà˘ë˙ëüíû˙ ïààìû: àêàäû, ñòàòŭ³³ ³ .ä."
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Workstation"
-msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
+msgid "Multimedia station"
+msgstr "Ìóëüòûìċäû˙ - óê"
#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr ""
+msgid "Sound and video playing/editing programs"
+msgstr "ŭäàêòàû ³ ïàéàâàëüí³ê³ óêó ³ â³äŭà"
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
+#, fuzzy
+msgid "Internet station"
+msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
-"Îô³ñíû˙ ïààìû: ïàöŭñàû ñëîâà˘ (kword, abiword), ŭëċêòîíû˙ òàáë³öû, "
-"àë˙äàëüí³ê³ pdf-ôàéëà˘, ³ .ä."
+"Ïûêëàäàíí³ äë˙ ÷ûòàíí˙ ³ àäïà˘ê³ ïîĝòû ³ íàâ³íà˘ (pine, mutt, tin...), "
+"Web àë˙äàëüí³ê³"
#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "À˘äû¸ñîäê³: ïàéàâàëüí³ê³ mp3 ³ midi, ì³êĝàû ³ .ä."
+#, fuzzy
+msgid "Network Computer (client)"
+msgstr "Ñċòêàâû ïûíòŭ (socket)"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
+msgid "Clients for different protocols including ssh"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "í³³ ³ Howto ïà Linux ³ Free Software"
+#, fuzzy
+msgid "Configuration"
+msgstr "Íàñòîéêà"
#: ../../share/compssUsers:999
#, fuzzy
-msgid "KDE Workstation"
+msgid "Tools to ease the configuration of your computer"
+msgstr "Öi ĉàäàċöċ ïàòŭñöiàâàöü íàñòîéêi?"
+
+#: ../../share/compssUsers:999
+#, fuzzy
+msgid "Scientific Workstation"
msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+msgid "Console Tools"
+msgstr "Êàíñîëüíû˙ ³íñòóìċíòàëüíû˙ ñîäê³"
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Ìóëüòûìċäû˙ - â³äŭà"
+msgid "Editors, shells, file tools, terminals"
+msgstr "ŭäàêòàû, àáàëîíê³, òŭì³íàëû"
#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Íàáî ³íñòóìċíòà˘ äë˙ ïîĝòû, íàâ³íà˘, web'ó, ïċàäà÷û ôàéëà˘, ³ chat"
+#, fuzzy
+msgid "KDE Workstation"
+msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
#: ../../share/compssUsers:999
-msgid "Database"
+msgid ""
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
msgstr ""
+"The K Desktop Environment - àñíî˘íàċ àô³÷íàċ àñ˙îäçċ ç êàëċêöû˙é "
+"³íñòóìċíòàëüíûġ ñîäêà˘"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
+msgid "Graphical Environment"
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 "Ìóëüòûìċäû˙ - óê"
+msgid "Gnome Workstation"
+msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Documentation"
-msgstr "À˘òŭíòûôiêàöû˙"
+msgid ""
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
+msgstr ""
+"àô³÷íàċ àñ˙îäçċ ñà çó÷íûì äçċë˙ âûêàûñòàíí˙ íàáîàì ïûêëàäàíí˙˘ ³ "
+"³íñòóìċíòàëüíûġ ñîäêà˘"
#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Êàíñîëüíû˙ ³íñòóìċíòàëüíû˙ ñîäê³"
+msgid "Other Graphical Desktops"
+msgstr "²íĝû˙ àô³÷íû˙ Ïàöî˘íû˙ ñòàëû"
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Internet station"
-msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
+msgid "Development"
+msgstr "àñïàöî˘ĝ÷ûê"
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia station"
-msgstr "Ìóëüòûìċäû˙ - óê"
+msgid "C and C++ development libraries, programs and include files"
+msgstr "Á³áë³˙òŭê³ ³ ïààìû äë˙ àñïàöî˘ê³ íà Ñ ³ Ñ++"
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Configuration"
-msgstr "Íàñòîéêà"
+msgid "Documentation"
+msgstr "À˘òŭíòûôiêàöû˙"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Ĝìàò àô³÷íûġ ìŭíàäĉŭà˘ Ïàöî˘íûġ ñòàëî˘(Gnome, IceWM)"
+msgid "Books and Howto's on Linux and Free Software"
+msgstr "í³³ ³ Howto ïà Linux ³ Free Software"
#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
+msgid "LSB"
msgstr ""
-"The K Desktop Environment - àñíî˘íàċ àô³÷íàċ àñ˙îäçċ ç êàëċêöû˙é "
-"³íñòóìċíòàëüíûġ ñîäêà˘"
#: ../../share/compssUsers:999
-msgid "Graphical Environment"
+msgid "Linux Standard Base. Third party applications support"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Development"
-msgstr "àñïàöî˘ĝ÷ûê"
+msgid "Web/FTP"
+msgstr ""
#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "²íñòóìċíòàëüíû˙ ñîäê³ ñòâàŭíüí˙ CD"
+msgid "Mail/Groupware/News"
+msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Office Workstation"
-msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
+msgid "Postfix mail server, Inn news server"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgid "Database"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "àô³÷íû˙ ïààìû òûïó The Gimp"
+msgid "PostgreSQL or MySQL database server"
+msgstr ""
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
+msgstr ""
+
+#: ../../share/compssUsers:999
+#, fuzzy
+msgid "Internet gateway"
+msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
#: ../../share/compssUsers:999
msgid "DNS/NIS "
msgstr ""
#: ../../share/compssUsers:999
-msgid "C and C++ development libraries, programs and include files"
-msgstr "Á³áë³˙òŭê³ ³ ïààìû äë˙ àñïàöî˘ê³ íà Ñ ³ Ñ++"
+msgid "Domain Name and Network Information Server"
+msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
@@ -13690,211 +17146,76 @@ msgid "Network Computer server"
msgstr "Ñċòêàâû ïûíòŭ (socket)"
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
+msgid "NFS server, SMB server, Proxy server, ssh server"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Game station"
-msgstr "Ìóëüòûìċäû˙ - óê"
+msgid "Office"
+msgstr "äîáà"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "ŭäàêòàû ³ ïàéàâàëüí³ê³ â³äŭà"
+msgid "Set of tools for mail, news, web, file transfer, and chat"
+msgstr "Íàáî ³íñòóìċíòà˘ äë˙ ïîĝòû, íàâ³íà˘, web'ó, ïċàäà÷û ôàéëà˘, ³ chat"
#: ../../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 "Personal Finance"
-msgstr "Ïċñàíàëüíû˙ ô³íàíñû"
+msgid "Graphics programs such as The Gimp"
+msgstr "àô³÷íû˙ ïààìû òûïó The Gimp"
#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"àô³÷íàċ àñ˙îäçċ ñà çó÷íûì äçċë˙ âûêàûñòàíí˙ íàáîàì ïûêëàäàíí˙˘ ³ "
-"³íñòóìċíòàëüíûġ ñîäêà˘"
+msgid "Multimedia - Sound"
+msgstr "Ìóëüòûìċäû˙ - óê"
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgstr "À˘äû¸ñîäê³: ïàéàâàëüí³ê³ mp3 ³ midi, ì³êĝàû ³ .ä."
#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr ""
+msgid "Multimedia - Video"
+msgstr "Ìóëüòûìċäû˙ - â³äŭà"
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "Íàñòîéêà çëó÷ŭíí˙ ç Iíòŭíŭòàì"
+msgid "Video players and editors"
+msgstr "ŭäàêòàû ³ ïàéàâàëüí³ê³ â³äŭà"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "ŭäàêòàû ³ ïàéàâàëüí³ê³ óêó ³ â³äŭà"
+msgid "Multimedia - CD Burning"
+msgstr "Ìóëüòûìċäû˙ - Ñòâàŭííċ CD"
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "²íĝû˙ àô³÷íû˙ Ïàöî˘íû˙ ñòàëû"
+msgid "Tools to create and burn CD's"
+msgstr "²íñòóìċíòàëüíû˙ ñîäê³ ñòâàŭíüí˙ CD"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "ŭäàêòàû, àáàëîíê³, òŭì³íàëû"
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr "Ĝìàò àô³÷íûġ ìŭíàäĉŭà˘ Ïàöî˘íûġ ñòàëî˘(Gnome, IceWM)"
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Ïààìû ê³àâàíí˙ âàĝûì³ ô³íàíñàì³, òûïó gnucash"
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr ""
#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Ìŭíàäĉà àñàá³ñòàé ³íôàìàöû³"
#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Ìóëüòûìċäû˙ - Ñòâàŭííċ CD"
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr "²íñòóìċíòàëüíû˙ ñîäê³ äë˙ Palm Pilot ³ Visor"
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Íàâóêîâû˙ ïûêëàäàíí³"
-
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "Íóìà òŭëċôîíó"
-
-#~ 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 ""
-#~ "Çààç âû ìàċöċ ìà÷ûìàñöü çàóç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 iíĝûìi ñòàòàì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 iíĝûìi "
-#~ "ì˙ñöîâûìi\n"
-#~ "çàêîíàìi.\n"
-#~ "\n"
-#~ "Ç ëŝáûìi ïûòàíí˙ìi, ˙êi˙ äàòû÷àööà äàäçċííàà ïààäíċíí˙, çâ˙òàéöċñ˙: \n"
-#~ "Mandrakesoft\n"
-#~ "43, rue d'Aboukir\n"
-#~ "75002 Paris\n"
-#~ "FRANCE"
-
-#, fuzzy
-#~ msgid "Proxy configuration"
-#~ msgstr "Íàñòîéêà proxy êŭĝóŝ÷ûġ ñċâċà˘"
-
-#, fuzzy
-#~ msgid "port"
-#~ msgstr "Ïîò"
-
-#, fuzzy
-#~ msgid "Url should begin with 'http:'"
-#~ msgstr "Proxy ïàâiíċí áûöü http://..."
-
-#, fuzzy
-#~ msgid "login"
-#~ msgstr "À˘òàìàòû÷íû ˘âàġîä ó ñiñòŭìó"
-
-#, fuzzy
-#~ msgid "password"
-#~ msgstr "Ïàîëü"
-
-#, fuzzy
-#~ msgid "re-type password"
-#~ msgstr "Í˙ìà ïàîëŝ"
-
-#, fuzzy
-#~ msgid "The passwords don't match. Try again!"
-#~ msgstr "Ïàîëi íċ ñóïàäàŝöü"
+msgid "Personal Finance"
+msgstr "Ïċñàíàëüíû˙ ô³íàíñû"
-#~ msgid "Can't write file %s"
-#~ msgstr "Íċ àòûìëiâàċööà çàïiñ ó ôàéë %s"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr "Ïààìû ê³àâàíí˙ âàĝûì³ ô³íàíñàì³, òûïó gnucash"
-#, fuzzy
-#~ msgid "Please click on a medium"
-#~ msgstr "Íàö³ñí³öċ íà àçäçċë"
+#~ msgid "Please be patient. This operation can take several minutes."
+#~ msgstr "Êàë³ ëàñêà, ïà÷àêàéöċ. ŭòà˙ àïċàöû˙ àäûìċ ïŭ˘íû ÷àñ."
-#, fuzzy
-#~ msgid "detected on interface %s"
-#~ msgstr "Ñċòêàâû iíòŭôċéñ"
+#~ msgid "Test ports"
+#~ msgstr "Ïàâċêà ïàòî˘"
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index 1ad2b46b9..79ee82b3a 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -15,1111 +15,651 @@ msgstr ""
"Content-Type: text/plain; charset=windows-1251\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfig/card.pm_.c:16
-msgid "256 kB"
-msgstr "256 ÊÁ"
-
-#: ../../Xconfig/card.pm_.c:17
-msgid "512 kB"
-msgstr "512 ÊÁ"
-
-#: ../../Xconfig/card.pm_.c:18
-msgid "1 MB"
-msgstr "1 ÌÁ"
-
-#: ../../Xconfig/card.pm_.c:19
-msgid "2 MB"
-msgstr "2 ÌÁ"
-
-#: ../../Xconfig/card.pm_.c:20
-msgid "4 MB"
-msgstr "4 ÌÁ"
-
-#: ../../Xconfig/card.pm_.c:21
-msgid "8 MB"
-msgstr "8 ÌÁ"
-
-#: ../../Xconfig/card.pm_.c:22
-msgid "16 MB"
-msgstr "16 ÌÁ"
-
-#: ../../Xconfig/card.pm_.c:23
-msgid "32 MB"
-msgstr "32 ÌÁ"
-
-#: ../../Xconfig/card.pm_.c:24
-msgid "64 MB or more"
-msgstr "64 ÌÁ èëè ïîâċ÷ċ"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "Choose a X server"
-msgstr "Èçáċċòċ X ñúâú"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "X server"
-msgstr "X ñúâú"
-
-#: ../../Xconfig/card.pm_.c:230
-msgid "Multi-head configuration"
-msgstr ""
-
-#: ../../Xconfig/card.pm_.c:231
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfig/card.pm_.c:288
-msgid "Select the memory size of your graphics card"
-msgstr "Èçáċċòċ êàïàöèòċò íà ïàìċòòà íà àôè÷íàòà ñè êàòà"
-
-#: ../../Xconfig/card.pm_.c:349
-msgid "XFree configuration"
-msgstr "Íàñòîéêà íà XFree"
-
-#: ../../Xconfig/card.pm_.c:351
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Êî˙ íàñòîéêà íà XFree èñêàòċ äà èìàòċ ?"
-
-#: ../../Xconfig/card.pm_.c:383
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfig/card.pm_.c:384
-msgid "Use Xinerama extension"
-msgstr "Èçïîëçâàé àçĝèċíèċòî Xinerama"
-
-#: ../../Xconfig/card.pm_.c:389
-#, fuzzy, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "Íàñòîéêà ñàìî íà êàòà \"%s\" (%s)"
-
-#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
-#: ../../Xconfig/various.pm_.c:23
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
+msgstr ""
+
+#: ../../any.pm:1 ../../bootlook.pm:1 ../../install_steps_gtk.pm:1
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
+#: ../../interactive/stdio.pm:1 ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
+#: ../../standalone/drakgw:1 ../../standalone/draksec:1
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Cancel"
+msgstr "Îòêàç"
-#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s ñ ġàäóċíî 3D óñêîċíèċ"
+msgid "Launch userdrake"
+msgstr ""
-#: ../../Xconfig/card.pm_.c:416
+#: ../../any.pm:1
#, 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."
+"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 ""
-"Êàòàòà âè ìîĉċ äà èìà ïîääúĉêà íà ġàäóċíî 3D óñêîċíèċ, íî ñàìî ñ Xfree %"
-"s.\n"
-"Êàòàòà âè ñċ ïîääúĉà îò XFree %s, êîéòî ìîĉċ äà èìà ïî-äîáà ïîääúĉêà íà "
-"2D."
-#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Êàòàòà âè ìîĉċ äà èìà ïîääúĉêà íà ġàäóċíî 3D óñêîċíèċ â XFree %s."
-
-#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s ñ ĊÊÑÏĊÈÌĊÍÒÀËÍO ġàäóċíî 3D óñêîċíèċ"
-
-#: ../../Xconfig/card.pm_.c:429
-#, 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."
+msgid "Mandatory package %s is missing"
msgstr ""
-"Êàòàòà âè ìîĉċ äà èìà ïîääúĉêà íà ġàäóċíî 3D óñêîċíèċ, íî ñàìî ñ XFree %"
-"s,\n"
-"ÎÒÁĊËĊĈĊÒĊ, ×Ċ ÒÎÂÀ Ċ ĊÊÑÏĊÈÌĊÍÒÀËÍÀ ÏÎÄÄÚĈÊÀ È ÌÎĈĊ ÄÀ ÇÀÁÈĊ ÊÎÌÏŜÒÚÀ "
-"ÂÈ.\n"
-"Êàòàòà âè ñċ ïîääúĉà îò XFree %s, êîéòî ìîĉċ äà èìà ïî-äîáà ïîääúĉêà íà "
-"2D."
-#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
+#: ../../any.pm:1
#, 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."
+"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-"Êàòàòà âè ìîĉċ äà èìà ïîääúĉêà íà ġàäóċíî 3D óñêîċíèċ ñ XFree %s.\n"
-"ÎÒÁĊËĊĈĊÒĊ, ×Ċ ÒÎÂÀ Ċ ĊÊÑÏĊÈÌĊÍÒÀËÍÀ ÏÎÄÄÚĈÊÀ È ÊÎÌÏŜÒÚÚÒ ÂÈ ÌÎĈĊ ÄÀ "
-"ÇÀÁÈĊ."
-#: ../../Xconfig/card.pm_.c:455
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (èíñòàëàöè˙ àôè÷ċí äàéâċ)"
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr ""
+"Òîçè ïàêċò ò˙áâà äà áúäċ îáíîâċí\n"
+"Ñèóíè ëè ñòċ, ÷ċ èñêàòċ äà î èçêëŝ÷èòċ ?"
-#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
+#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
msgid "Custom"
msgstr "Êëèċíòñêà"
-#: ../../Xconfig/main.pm_.c:102
-#, fuzzy
-msgid "Graphic Card"
-msgstr "àôè÷íà êàòà"
-
-#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
-msgid "Monitor"
-msgstr "Ìîíèòî"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Allow all users"
+msgstr "Äîáàâ˙íċ íà ïîòċáèòċë"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
-msgid "Resolution"
-msgstr "àçäċëèòċëíà ñïîñîáíîñò"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "No sharing"
+msgstr "Ïîäċë˙íċ íà ôàéëîâċ"
-#: ../../Xconfig/main.pm_.c:113
-msgid "Test"
-msgstr ""
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "More"
+msgstr "Îùċ"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/smbnfs_gtk.pm_.c:86
-msgid "Options"
-msgstr "Îïöèè"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Here is the full list of available countries"
+msgstr "Ċòî ïúëċí ñïèñúê íà äîñòúïíèòċ êëàâèàòóè"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
-#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
-#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
-#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
-#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
-#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
-msgid "Ok"
-msgstr "Ok"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose your country."
+msgstr "Ìîë˙, èçáċċòċ òèï íà ìèĝêàòà."
-#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
-#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
-msgid "Quit"
-msgstr "Èçġîä"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Country"
+msgstr "Ñòàíà:"
-#: ../../Xconfig/main.pm_.c:145
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Äà çàïàç˙ ëè ïîìċíèòċ ?\n"
-"Òċêóùàòà íàñòîéêà ċ:\n"
-"\n"
-"%s"
-
-#: ../../Xconfig/monitor.pm_.c:93
-msgid "Choose a monitor"
-msgstr "Èçáċċòċ ìîíèòî"
-
-#: ../../Xconfig/monitor.pm_.c:97
-msgid "Plug'n Play"
+msgid "Use Unicode by default"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
-msgid "Generic"
-msgstr "Îáù"
-
-#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
-#: ../../standalone/harddrake2_.c:68
-#, fuzzy
-msgid "Vendor"
-msgstr "Âúíè"
-
-#: ../../Xconfig/monitor.pm_.c:109
-msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "All"
+msgstr "Âñè÷êè"
-#: ../../Xconfig/monitor.pm_.c:114
+#: ../../any.pm:1
+#, c-format
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"
-" Àêî èìàòċ í˙êàêâè ñúìíċíè˙, èçáċċòċ êîíñċâàòèâíà íàñòîéêà."
-
-#: ../../Xconfig/monitor.pm_.c:121
-msgid "Horizontal refresh rate"
-msgstr "Ġîèçîíòàëíà ñêîîñò íà âúçñòàíîâ˙âàíċ"
-
-#: ../../Xconfig/monitor.pm_.c:122
-msgid "Vertical refresh rate"
-msgstr "Âċòèêàëíà ñêîîñò íà âúçñòàíîâ˙âàíċ"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:12
-msgid "256 colors (8 bits)"
-msgstr "256 öâ˙òà (8 áèòà)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:13
-msgid "32 thousand colors (15 bits)"
-msgstr "32 ġèë˙äè öâ˙òà (15 áèòà)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:14
-msgid "65 thousand colors (16 bits)"
-msgstr "65 ġèë˙äè öâ˙òà (16 áèòà)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:15
-msgid "16 million colors (24 bits)"
-msgstr "16 ìèëèîíà öâ˙òà (24 áèòà)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:16
-msgid "4 billion colors (32 bits)"
-msgstr "4 ìèëèàäà öâ˙òà (32 áèòà)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:130
-msgid "Resolutions"
-msgstr "àçäċëèòċëíà ñïîñîáíîñò"
+"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 "Ìîĉċòċ äà èçáċċòċ äóè ċçèöè, êîèòî ùċ áúäàò íàëèöċ ñëċäèíñòàëàöè˙òà"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
-msgid "Choose the resolution and the color depth"
-msgstr "Èçáċċòċ àçäċëèòċëíà ñïîñîáíîñò è äúëáî÷èíà íà öâċòîâċòċ"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose a language to use."
+msgstr "Ìîë˙, èçáċċòċ èçïîëçâàí ċçèê."
-#: ../../Xconfig/resolution_and_depth.pm_.c:256
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s"
-msgstr "àôè÷íà êàòà: %s"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
-#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
-#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
-#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
-#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
-#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
-#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
-#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
-#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
-#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
-#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
-#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
-#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
-#: ../../ugtk2.pm_.c:926
-msgid "Cancel"
-msgstr "Îòêàç"
+msgid "Choose the window manager to run:"
+msgstr "Èçáċċòċ Windows Manager çà ñòàòèàíċ:"
-#: ../../Xconfig/test.pm_.c:29
-msgid "Test of the configuration"
-msgstr "Ïîâċêà íà íàñòîéêàòà"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the default user:"
+msgstr "Èçáċċòċ ïîäàçáèàù ñċ ïîòċáèòċë :"
-#: ../../Xconfig/test.pm_.c:30
-msgid "Do you want to test the configuration?"
-msgstr "Èñêàòċ ëè äà òċñòâàòċ íàñòîéêèòċ?"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Do you want to use this feature?"
+msgstr "Èñêàòċ ëè äà èçïîëçâàòċ aboot ?"
-#: ../../Xconfig/test.pm_.c:30
-#, fuzzy
-msgid "Warning: testing this graphic card may freeze your computer"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "I can set up your computer to automatically log on one user."
msgstr ""
-"Âíèìàíèċ: òċñòâàíċòî íà òàçè àôè÷íà êàòà ìîĉċ äà \"çàìàçè\" êîìïŝòúà âè"
+"Ìîà äà íàñòî˙ êîìïŝòúà âè äà âëèçàíċ â ñèñòċìàòà àâòîìàòè÷íî êàòî í˙êîé "
+"ïîòċáèòċë.\n"
+"Èñêàòċ ëè òàçè âúçìîĉíîñò ?"
-#: ../../Xconfig/various.pm_.c:29
+#: ../../any.pm:1
#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Òèï êëàâèàòóà: %s\n"
+msgid "Autologin"
+msgstr "Autologin"
-#: ../../Xconfig/various.pm_.c:30
+#: ../../any.pm:1
#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Òèï ìèĝêà: %s\n"
+msgid "Icon"
+msgstr "Èêîíà"
-#: ../../Xconfig/various.pm_.c:31
+#: ../../any.pm:1
#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Óñòîéñòâî íà ìèĝêàòà: %s\n"
+msgid "Shell"
+msgstr "Ĝċë"
-#: ../../Xconfig/various.pm_.c:32
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid "Monitor: %s\n"
-msgstr "Ìîíèòî: %s\n"
+msgid "Password (again)"
+msgstr "Ïàîëà (îòíîâî)"
-#: ../../Xconfig/various.pm_.c:33
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Ġîèçîíòàëíà ñèíġîíèçàöè˙ íà ìîíèòîà: %s\n"
+msgid "Password"
+msgstr "Ïàîëà"
-#: ../../Xconfig/various.pm_.c:34
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Âċòèêàëíî îïċñí˙âàíċ íà ìîíèòîà: %s\n"
+msgid "User name"
+msgstr "Ïîòċáèòċëñêî èìċ"
-#: ../../Xconfig/various.pm_.c:35
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s\n"
-msgstr "àôè÷íà êàòà: %s\n"
+msgid "Real name"
+msgstr "Èñòèíñêî èìċ"
-#: ../../Xconfig/various.pm_.c:36
+#: ../../any.pm:1
#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "àôè÷íà ïàìċò: %s kB\n"
+msgid "Accept user"
+msgstr "Ïèċìè ïîòċáèòċë"
-#: ../../Xconfig/various.pm_.c:38
+#: ../../any.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/scannerdrake:1
#, c-format
-msgid "Color depth: %s\n"
-msgstr "Äúëáî÷èíà íà öâċòà: %s\n"
+msgid "Done"
+msgstr "îòîâî"
-#: ../../Xconfig/various.pm_.c:39
+#: ../../any.pm:1
#, c-format
-msgid "Resolution: %s\n"
-msgstr "àçäċëèòċëíà ñïîñîáíîñò: %s\n"
+msgid ""
+"Enter a user\n"
+"%s"
+msgstr ""
+"Âúâċäċòċ ïîòċáèòċë\n"
+"%s"
-#: ../../Xconfig/various.pm_.c:41
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 ñúâú: %s\n"
+msgid "Add user"
+msgstr "Äîáàâè ïîòċáèòċë"
-#: ../../Xconfig/various.pm_.c:42
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 äàéâċ: %s\n"
-
-#: ../../Xconfig/various.pm_.c:61
-msgid "Graphical interface at startup"
-msgstr "X ïè ñòàòèàíċ íà ñèñòċìàòà"
+msgid "This user name has already been added"
+msgstr "Òîâà ïîòċáèòċëñêî èìċ ċ âċ÷ċ äîáàâċíî"
-#: ../../Xconfig/various.pm_.c:62
-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 ""
-"Kîìïŝòúà âè ìîĉċ àâòîìàòè÷íî, äà âëċçċ â X ïè ñòàòèàíċ.\n"
-"Èñêàòċ ëè X äà ñċ ñòàòèà, êîàòî ċñòàòèàòċ ñèñòċìàòà?"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "The user name is too long"
+msgstr "Òîâà ïîòċáèòċëñêî èìċ ċ âċ÷ċ äîáàâċíî"
-#: ../../Xconfig/various.pm_.c:73
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
+"Ïîòċáèòċëñêîòî èìċ ìîĉċ äà âêëŝ÷âà ñàìî ìàëêè áóêâè, íîìċà, `-' è `_'"
-#: ../../Xconfig/various.pm_.c:85
-#, fuzzy
-msgid "What norm is your TV using?"
-msgstr "Êàêúâ ċ òèïúò íà ISDN âúçêàòà ?"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132
-msgid "First sector of boot partition"
-msgstr "Ïúâè ñċêòî îò ñòàòèàùè˙ ñċ ä˙ë"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
-msgid "First sector of drive (MBR)"
-msgstr "Ïúâè˙ò ñċêòî îò äàéâà (MBR)"
-
-#: ../../any.pm_.c:111
-msgid "SILO Installation"
-msgstr "SILO èíñòàëàöè˙"
-
-#: ../../any.pm_.c:112 ../../any.pm_.c:125
-msgid "Where do you want to install the bootloader?"
-msgstr "Êúäċ èñêàòċ äà èíñòàëèàòċ bootloader-à?"
-
-#: ../../any.pm_.c:124
-msgid "LILO/grub Installation"
-msgstr "LILO/grub èíñòàëàöè˙"
-
-#: ../../any.pm_.c:136 ../../any.pm_.c:150
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:138
-msgid "LILO with text menu"
-msgstr "LILO ñ òċêñòîâî ìċíŝ"
-
-#: ../../any.pm_.c:139 ../../any.pm_.c:150
-msgid "LILO with graphical menu"
-msgstr "LILO ñ àôè÷íî ìċíŝ"
-
-#: ../../any.pm_.c:142
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:146
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Ñòàòèàíċ îò DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:150
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:158 ../../any.pm_.c:189
-msgid "Bootloader main options"
-msgstr "Îïöèè íà çàċĉäàùàòà ïîàìà"
-
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
-msgid "Bootloader to use"
-msgstr "Èçïîëçâàíà çàċĉäàùàòà ïîàìà"
-
-#: ../../any.pm_.c:161
-msgid "Bootloader installation"
-msgstr "Bootloader èíñòàëàöè˙"
-
-#: ../../any.pm_.c:163 ../../any.pm_.c:192
-msgid "Boot device"
-msgstr "Ñòàòèàùî óñòîéñòâî"
-
-#: ../../any.pm_.c:164
-msgid "Compact"
-msgstr "Êîìïàêòċí"
-
-#: ../../any.pm_.c:164
-msgid "compact"
-msgstr "êîìïàêòċí"
-
-#: ../../any.pm_.c:165 ../../any.pm_.c:289
-msgid "Video mode"
-msgstr "Âèäċî ċĉèì"
-
-#: ../../any.pm_.c:167
-msgid "Delay before booting default image"
-msgstr "Çàáàâ˙íċ ïċäè ñòàòèàíċòî íà default ä˙ëà"
-
-#: ../../any.pm_.c:169 ../../any.pm_.c:772
-#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
-#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
-#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
-#: ../../standalone/drakconnect_.c:647
-msgid "Password"
-msgstr "Ïàîëà"
-
-#: ../../any.pm_.c:170 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1078
-msgid "Password (again)"
-msgstr "Ïàîëà (îòíîâî)"
-
-#: ../../any.pm_.c:171
-msgid "Restrict command line options"
-msgstr "Îàíè÷è îïöèèòċ, çàäàâàíè îò êîìàíäíè˙ ċä"
-
-#: ../../any.pm_.c:171
-msgid "restrict"
-msgstr "îàíè÷è"
-
-#: ../../any.pm_.c:173
-msgid "Clean /tmp at each boot"
-msgstr "Ïî÷èñòâàíċ íà /tmp ïè âñ˙êî çàċĉäàíċ"
-
-#: ../../any.pm_.c:174
+#: ../../any.pm:1
#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Òî÷ċí àçìċ íà RAM-ïàìċòòà, àêî ċ íċîáġîäèìî (íàìċċíè %d MB)"
-
-#: ../../any.pm_.c:176
-msgid "Enable multi profiles"
-msgstr "Âêëŝ÷è ìíîî ïîôèëè"
-
-#: ../../any.pm_.c:180
-msgid "Give the ram size in MB"
-msgstr "Äàéòċ àçìċà RAM-ïàìċò â Mb"
+msgid "Please give a user name"
+msgstr "Ìîë˙, çàäàéòċ ïîòċáèòċëñêî èìċ"
-#: ../../any.pm_.c:182
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr "Îïöè˙òà ``Îàíè÷è îïöèèòċ îò êîìàíäíè˙ ċä'' ċ áċçïîëċçíà áċç ïàîëà"
+#: ../../any.pm:1
+#, c-format
+msgid "This password is too simple"
+msgstr "Òàçè ïàîëà ċ ïċêàëċíî ïîñòà"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../diskdrake/interactive.pm_.c:1204
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid "Please try again"
msgstr "Ìîë˙, îïèòàéòċ îòíîâî"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
msgid "The passwords do not match"
msgstr "Ïàîëèòċ íà ñúâïàäàò"
-#: ../../any.pm_.c:191
-msgid "Init Message"
-msgstr "Ñòàòîâî ñúîáùċíèċ"
+#: ../../any.pm:1
+#, c-format
+msgid "(already added %s)"
+msgstr "(âċ÷ċ ïèáàâèġ %s)"
-#: ../../any.pm_.c:193
-msgid "Open Firmware Delay"
-msgstr "Èç÷àêâàíċ íà Open Firmware"
+#: ../../any.pm:1
+#, c-format
+msgid "access to compilation tools"
+msgstr ""
-#: ../../any.pm_.c:194
-msgid "Kernel Boot Timeout"
-msgstr "Èç÷àêâàíċ çà ñòàòèàíċ íà ˙äîòî"
+#: ../../any.pm:1
+#, c-format
+msgid "access to network tools"
+msgstr ""
-#: ../../any.pm_.c:195
-msgid "Enable CD Boot?"
-msgstr "Ñòàòèàíċ îò CD ?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to administrative files"
+msgstr ""
-#: ../../any.pm_.c:196
-msgid "Enable OF Boot?"
-msgstr "Ñòàòèàíċ îò OF ?"
+#: ../../any.pm:1
+#, c-format
+msgid "allow \"su\""
+msgstr ""
-#: ../../any.pm_.c:197
-msgid "Default OS?"
-msgstr "ÎÑ ïî ïîäàçáèàíċ ?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to rpm tools"
+msgstr ""
-#: ../../any.pm_.c:231
-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?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm:1
+#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
+"You can create additional entries or change the existing ones."
msgstr ""
"Òîâà ñà àçëè÷íèòċ çàïèñè.\n"
"Ìîĉċòċ äà äîáàâèòċ îùċ èëè äà ïîìċíèòċ ñúùċñòâóâàùèòċ."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
-#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
-#: ../../standalone/drakfont_.c:996
-msgid "Add"
-msgstr "Äîáàâè"
-
-#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
-#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
-msgid "Done"
-msgstr "îòîâî"
-
-#: ../../any.pm_.c:257
-msgid "Modify"
-msgstr "Ìîäèôèöèàé"
-
-#: ../../any.pm_.c:265
-msgid "Which type of entry do you want to add?"
-msgstr "Êàêúâ òèï èíôîìàöè˙ èñêàòċ äà ïèáàâèòċ"
-
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:266
-msgid "Other OS (SunOS...)"
-msgstr "Äóà ÎÑ (SunOS...)"
-
-#: ../../any.pm_.c:267
-msgid "Other OS (MacOS...)"
-msgstr "Äóà ÎÑ (MacOS...)"
-
-#: ../../any.pm_.c:267
+#: ../../any.pm:1
+#, c-format
msgid "Other OS (windows...)"
msgstr "Äóà ÎÑ (Windows...)"
-#: ../../any.pm_.c:285
-msgid "Image"
-msgstr "Îáàç"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (MacOS...)"
+msgstr "Äóà ÎÑ (MacOS...)"
-#: ../../any.pm_.c:286 ../../any.pm_.c:297
-msgid "Root"
-msgstr "ëàâċí"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (SunOS...)"
+msgstr "Äóà ÎÑ (SunOS...)"
-#: ../../any.pm_.c:287 ../../any.pm_.c:315
-msgid "Append"
-msgstr "Äîïúëâàíċ"
+#: ../../any.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Linux"
+msgstr "Linux"
-#: ../../any.pm_.c:291
-msgid "Initrd"
-msgstr "Initrd"
+#: ../../any.pm:1
+#, c-format
+msgid "Which type of entry do you want to add?"
+msgstr "Êàêúâ òèï èíôîìàöè˙ èñêàòċ äà ïèáàâèòċ"
-#: ../../any.pm_.c:292
-msgid "Read-write"
-msgstr "×ċòċíċ-çàïèñ"
+#: ../../any.pm:1
+#, c-format
+msgid "This label is already used"
+msgstr "Òîçè ċòèêċò âċ÷ċ ñċ èçïîëçâà"
-#: ../../any.pm_.c:299
-msgid "Table"
-msgstr "Òàáëèöà"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "You must specify a root partition"
+msgstr "Ò˙áâà äà èìàòċ swap-ä˙ë"
-#: ../../any.pm_.c:300
-msgid "Unsafe"
-msgstr "Îïàñċí"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a kernel image"
+msgstr ""
-#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
-msgid "Label"
-msgstr "Ċòèêċò"
+#: ../../any.pm:1
+#, c-format
+msgid "Empty label not allowed"
+msgstr "Ïàçċí ċòèêċò íċ ċ àçċĝċí"
-#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
+#: ../../any.pm:1 ../../harddrake/v4l.pm:1
+#, c-format
msgid "Default"
msgstr "Ïî ïîäàçáèàíċ"
-#: ../../any.pm_.c:316
-msgid "Initrd-size"
-msgstr "Initrd-îëċìèíà"
-
-#: ../../any.pm_.c:318
+#: ../../any.pm:1
+#, c-format
msgid "NoVideo"
msgstr "Áċç àôèêà"
-#: ../../any.pm_.c:326
-msgid "Remove entry"
-msgstr "Ïċìàġíè çàïèñ"
-
-#: ../../any.pm_.c:329
-msgid "Empty label not allowed"
-msgstr "Ïàçċí ċòèêċò íċ ċ àçċĝċí"
-
-#: ../../any.pm_.c:330
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:330
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Ò˙áâà äà èìàòċ swap-ä˙ë"
-
-#: ../../any.pm_.c:331
-msgid "This label is already used"
-msgstr "Òîçè ċòèêċò âċ÷ċ ñċ èçïîëçâà"
-
-#: ../../any.pm_.c:640
+#: ../../any.pm:1
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Íàìċċíè ñà %s %s èíòċôċéñè"
-
-#: ../../any.pm_.c:641
-msgid "Do you have another one?"
-msgstr "Èìàòċ ëè äó(è) ?"
+msgid "Initrd-size"
+msgstr "Initrd-îëċìèíà"
-#: ../../any.pm_.c:642
+#: ../../any.pm:1
#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Èìàòċ ëè í˙êàêúâ %s èíòċôċéñ?"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
-msgid "No"
-msgstr "Íċ"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
-#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
-#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
-msgid "Yes"
-msgstr "Äà"
-
-#: ../../any.pm_.c:645
-msgid "See hardware info"
-msgstr "Âèĉ ġàäóċíàòà èíôîìàöè˙"
+msgid "Append"
+msgstr "Äîïúëâàíċ"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:662
+#: ../../any.pm:1
#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Èíñòàëèàíċ íà äàéâċ çà %s ïëàòêà %s"
+msgid "Label"
+msgstr "Ċòèêċò"
-#: ../../any.pm_.c:663
+#: ../../any.pm:1
#, c-format
-msgid "(module %s)"
-msgstr "(ìîäóë %s)"
+msgid "Unsafe"
+msgstr "Îïàñċí"
-#: ../../any.pm_.c:674
+#: ../../any.pm:1
#, 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 ""
+msgid "Table"
+msgstr "Òàáëèöà"
-#: ../../any.pm_.c:680
+#: ../../any.pm:1
#, 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:682
-msgid "Module options:"
-msgstr "Îïöèè íà ìîäóëà:"
+msgid "Root"
+msgstr "ëàâċí"
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:694
+#: ../../any.pm:1
#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Êîé %s äàéâċ äà ïîáâàì ?"
+msgid "Read-write"
+msgstr "×ċòċíċ-çàïèñ"
-#: ../../any.pm_.c:703
+#: ../../any.pm:1
#, 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:707
-msgid "Autoprobe"
-msgstr "Àâòîìàòè÷íî çàñè÷àíċ"
+msgid "Initrd"
+msgstr "Initrd"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "Çàäàé îïöèè"
+#: ../../any.pm:1
+#, c-format
+msgid "Video mode"
+msgstr "Âèäċî ċĉèì"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
-msgstr ""
-"Çàċĉäàíċòî íà ìîäóëà %s íċ óñï˙.\n"
-"Èñêàòċ ëè äà îïèòàòċ îòíîâî ñ äóè ïààìċòè ?"
+msgid "Image"
+msgstr "Îáàç"
-#: ../../any.pm_.c:734
-msgid "access to X programs"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Default OS?"
+msgstr "ÎÑ ïî ïîäàçáèàíċ ?"
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Enable OF Boot?"
+msgstr "Ñòàòèàíċ îò OF ?"
-#: ../../any.pm_.c:736
-msgid "allow \"su\""
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Enable CD Boot?"
+msgstr "Ñòàòèàíċ îò CD ?"
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Kernel Boot Timeout"
+msgstr "Èç÷àêâàíċ çà ñòàòèàíċ íà ˙äîòî"
-#: ../../any.pm_.c:738
-msgid "access to network tools"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Open Firmware Delay"
+msgstr "Èç÷àêâàíċ íà Open Firmware"
-#: ../../any.pm_.c:739
-msgid "access to compilation tools"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Boot device"
+msgstr "Ñòàòèàùî óñòîéñòâî"
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(âċ÷ċ ïèáàâèġ %s)"
+msgid "Init Message"
+msgstr "Ñòàòîâî ñúîáùċíèċ"
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "Òàçè ïàîëà ċ ïċêàëċíî ïîñòà"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader to use"
+msgstr "Èçïîëçâàíà çàċĉäàùàòà ïîàìà"
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "Ìîë˙, çàäàéòċ ïîòċáèòċëñêî èìċ"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader main options"
+msgstr "Îïöèè íà çàċĉäàùàòà ïîàìà"
-#: ../../any.pm_.c:751
+#: ../../any.pm:1
+#, c-format
msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Ïîòċáèòċëñêîòî èìċ ìîĉċ äà âêëŝ÷âà ñàìî ìàëêè áóêâè, íîìċà, `-' è `_'"
-
-#: ../../any.pm_.c:752
-#, fuzzy
-msgid "The user name is too long"
-msgstr "Òîâà ïîòċáèòċëñêî èìċ ċ âċ÷ċ äîáàâċíî"
+"Option ``Restrict command line options'' is of no use without a password"
+msgstr "Îïöè˙òà ``Îàíè÷è îïöèèòċ îò êîìàíäíè˙ ċä'' ċ áċçïîëċçíà áċç ïàîëà"
-#: ../../any.pm_.c:753
-msgid "This user name is already added"
-msgstr "Òîâà ïîòċáèòċëñêî èìċ ċ âċ÷ċ äîáàâċíî"
+#: ../../any.pm:1
+#, c-format
+msgid "Give the ram size in MB"
+msgstr "Äàéòċ àçìċà RAM-ïàìċò â Mb"
-#: ../../any.pm_.c:757
-msgid "Add user"
-msgstr "Äîáàâè ïîòċáèòċë"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable multiple profiles"
+msgstr "Âêëŝ÷è ìíîî ïîôèëè"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Âúâċäċòċ ïîòċáèòċë\n"
-"%s"
+msgid "Precise RAM size if needed (found %d MB)"
+msgstr "Òî÷ċí àçìċ íà RAM-ïàìċòòà, àêî ċ íċîáġîäèìî (íàìċċíè %d MB)"
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "Ïèċìè ïîòċáèòċë"
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "Ïî÷èñòâàíċ íà /tmp ïè âñ˙êî çàċĉäàíċ"
-#: ../../any.pm_.c:770
-msgid "Real name"
-msgstr "Èñòèíñêî èìċ"
+#: ../../any.pm:1
+#, c-format
+msgid "Create a bootdisk"
+msgstr "Ñúçäàâàíċ íà boot-äèñêċòà"
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "Ïîòċáèòċëñêî èìċ"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "îàíè÷è"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "Ĝċë"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "Îàíè÷è îïöèèòċ, çàäàâàíè îò êîìàíäíè˙ ċä"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "Èêîíà"
+#: ../../any.pm:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "Çàáàâ˙íċ ïċäè ñòàòèàíċòî íà default ä˙ëà"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "Autologin"
+#: ../../any.pm:1
+#, c-format
+msgid "compact"
+msgstr "êîìïàêòċí"
-#: ../../any.pm_.c:804
-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:1
+#, c-format
+msgid "Compact"
+msgstr "Êîìïàêòċí"
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "Èçáċċòċ ïîäàçáèàù ñċ ïîòċáèòċë :"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "Bootloader èíñòàëàöè˙"
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "Èçáċċòċ Windows Manager çà ñòàòèàíċ:"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of boot partition"
+msgstr "Ïúâè ñċêòî îò ñòàòèàùè˙ ñċ ä˙ë"
-#: ../../any.pm_.c:824
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Ìîë˙, èçáċċòċ èçïîëçâàí ċçèê."
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "Ïúâè˙ò ñċêòî îò äàéâà (MBR)"
-#: ../../any.pm_.c:826
-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:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "Êúäċ èñêàòċ äà èíñòàëèàòċ bootloader-à?"
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "Âñè÷êè"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "LILO/grub èíñòàëàöè˙"
-#: ../../any.pm_.c:961
-#, fuzzy
-msgid "Allow all users"
-msgstr "Äîáàâ˙íċ íà ïîòċáèòċë"
+#: ../../any.pm:1
+#, c-format
+msgid "SILO Installation"
+msgstr "SILO èíñòàëàöè˙"
-#: ../../any.pm_.c:961
-#, fuzzy
-msgid "No sharing"
-msgstr "Ïîäċë˙íċ íà ôàéëîâċ"
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Skip"
+msgstr "Ïċñêî÷è"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
+#: ../../any.pm:1
#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-"Òîçè ïàêċò ò˙áâà äà áúäċ îáíîâċí\n"
-"Ñèóíè ëè ñòċ, ÷ċ èñêàòċ äà î èçêëŝ÷èòċ ?"
-
-#: ../../any.pm_.c:973
-msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
-msgstr ""
+msgid "On Floppy"
+msgstr "Çàïàçè íà äèñêċòà"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:987
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"
+"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"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:1001
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:1003
-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:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "Äîáċ äîĝëè ïè Cracker-èòċ"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "Ëîĝî"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "Ñòàíäàòíà"
-
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "Âèñîêî"
-
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-#, fuzzy
-msgid "Higher"
-msgstr "Âèñîêî"
-
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "Ïààíîè÷íî"
-
-#: ../../any.pm_.c:1061
-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:1064
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Ïàîëàòà ñċà ċ âêëŝ÷ċíà, íî èçïîëçâàíċòî êàòî ìċĉîâ êîìïŝòú íċ ċ "
-"ïċïîú÷èòċëíî."
-
-#: ../../any.pm_.c:1065
-#, 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:1066
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
+"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:1067
-#, 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 choose a lower level."
-msgstr ""
-"Ñ òîâà íèâî íà ñèóíîñò, ïîëçâàíċòî íà ñèñòċìàòà êàòî ñúâú ñòàâà "
-"âúçìîĉíî.\n"
-"Ñèóíîñòòà ñċà ċ äîñòàòú÷íî îë˙ìà äà ñċ èçïîëçâà ñèñòċìàòà êàòî\n"
-"ñúâú ïèċìàù âúçêè îò ìíîî êëèċíòè. "
+#: ../../any.pm:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "Ñúçäàâàíċ íà ñòàòèàùà äèñêċòà"
-#: ../../any.pm_.c:1070
-#, 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:1
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
+msgstr "Ñëîĉċòċ äèñêċòà â óñòîéñòâî %s"
-#: ../../any.pm_.c:1076
-#, fuzzy
-msgid "DrakSec Basic Options"
-msgstr "Îïöèè"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the floppy drive you want to use to make the bootdisk"
+msgstr "Èçáċċòċ ôëîïè äàéâ,êúäċòî äà íàïàâèòċ ñòàòèàùà äèñêċòà"
-#: ../../any.pm_.c:1077
-#, fuzzy
-msgid "Please choose the desired security level"
-msgstr "Èçáċċòċ íèâî íà ñèóíîñò"
+#: ../../any.pm:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "Âòîî ôëîïè óñòîéñòâî"
-#: ../../any.pm_.c:1080
-msgid "Security level"
-msgstr "Íèâî íà ñèóíîñò"
+#: ../../any.pm:1
+#, c-format
+msgid "First floppy drive"
+msgstr "Ïúâî ôëîïè óñòîéñòâî"
-#: ../../any.pm_.c:1082
-msgid "Use libsafe for servers"
-msgstr "Èçïîëçâàéòċ libsafe çà ñúâúè"
+#: ../../any.pm:1
+#, c-format
+msgid "Sorry, no floppy drive available"
+msgstr "Ñúĉàë˙âàì í˙ìà ôëîïè"
-#: ../../any.pm_.c:1083
+#: ../../any.pm:1
+#, c-format
msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Áèáëèîòċêà, êî˙òî îñèó˙âà çàùèòà îò aòàêè ñ ïċïúëâàíċ íà áóôċ è ôîìàòíè "
-"ñòèíîâċ."
-
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
+"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"
-#: ../../any.pm_.c:1166
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
+"\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 ""
-# 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:436
+#: ../../any.pm:1
#, 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"
+"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 ""
-"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"
+"Êëèċíòñê˙ò bootdisk ċ íċîáġîäèì çà ñòàòèàíċ â Linux ñèñòċìàòà âè "
+"íċçàâèñèìî\n"
+"îò îáèêíîâċíè˙ bootloader. Òîâà ċ ïîëċçíî, àêî íċ èñêàòċ äà èíñòàëèàòċ\n"
+"SILO íà ñèñòċìàòà ñè, àêî í˙êî˙ äóà îïċàöèîííà ñèñòċìà ìàġíċ SILO\n"
+"èëè àêî SILO íċ àáîòè ñ ġàäóċíàòà âè íàñòîéêà. Êëèċíòñêè˙ò bootdisk\n"
+"ìîĉċ äà áúäċ èçïîëçâàí ñúñ\n"
+"ñïàñèòċëíè˙ò îáàç íà Mandrake, óëċñí˙âàêè âúçñòàíîâ˙âàíċòî ïè ċäêè\n"
+"ñëó÷àè íà ñèâ.\n"
"\n"
+"Àêî èñêàòċ äà ñúçäàäċòċ bootdisk çà âàĝàòà ñèñòċìà, ïîñòàâċòċ äèñêċòà â\n"
+"ïúâîòî óñòîéñòâî è íàòèñíċòċ \"Ok\"."
+
+#: ../../bootloader.pm:1
+#, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Íċ ìîĉċòċ äà èíñòàëèàòċ bootloader íà ä˙ëà %s\n"
+
+#: ../../bootloader.pm:1
+#, c-format
+msgid "not enough room in /boot"
+msgstr "í˙ìà äîñòàòú÷íî ì˙ñòî çà /boot"
# 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
@@ -1131,9 +671,10 @@ 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:983
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Welcome to GRUB the operating system chooser!"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr "The highlighted entry will be booted automatically in %d seconds."
# 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
@@ -1145,10 +686,10 @@ 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:986
+#: ../../bootloader.pm:1
#, 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."
+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
@@ -1160,7 +701,8 @@ 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:989
+#: ../../bootloader.pm:1
+#, c-format
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Press enter to boot the selected OS, 'e' to edit the"
@@ -1174,9 +716,10 @@ 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:992
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "commands before booting, or 'c' for a command-line."
+#: ../../bootloader.pm:1
+#, 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
@@ -1188,1231 +731,458 @@ 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:995
+#: ../../bootloader.pm:1
#, 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:999
-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:1099
-msgid "Desktop"
-msgstr "Äċñêòîï"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "Ñòàòîâî Ìċíŝ"
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr "Welcome to GRUB the operating system chooser!"
-#: ../../bootloader.pm_.c:1120
+#: ../../bootloader.pm:1
#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Íċ ìîĉċòċ äà èíñòàëèàòċ bootloader íà ä˙ëà %s\n"
-
-#: ../../bootlook.pm_.c:53
-msgid "Boot Style Configuration"
-msgstr "Íàñòîéêà íà íà÷èíà íà ñòàòèàíċ"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-msgid "/_File"
-msgstr "/_Ôàéë"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr "/Ôàéë/_Èçġîä"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle êàòċîèçèàí ìîíèòî"
-
-#: ../../bootlook.pm_.c:83
-msgid "NewStyle Monitor"
-msgstr "NewStyle ìîíèòî"
-
-#: ../../bootlook.pm_.c:84
-msgid "Traditional Monitor"
-msgstr "Îáèêíîâċí ìîíèòî"
-
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
-msgstr "Îáèêíîâċí Gtk+ ìîíèòî"
-
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
-msgstr "Ïóñíè Aurora ïè ñòàòèàíċ"
-
-#: ../../bootlook.pm_.c:89
-msgid "Lilo/grub mode"
-msgstr "ċĉèì íà Lilo/grub"
-
-#: ../../bootlook.pm_.c:89
-msgid "Yaboot mode"
-msgstr "ċĉèì íà Yaboot"
-
-#: ../../bootlook.pm_.c:138
-#, fuzzy
-msgid "Install themes"
-msgstr "Èíñòàëèàíċ íà ñèñòċìàòà"
-
-#: ../../bootlook.pm_.c:139
-msgid ""
-"Display theme\n"
-"under console"
-msgstr ""
-
-#: ../../bootlook.pm_.c:140
-#, fuzzy
-msgid "Create new theme"
-msgstr "Ñúçäàé íîâ ä˙ë"
+msgid "Yaboot"
+msgstr "Yaboot"
-#: ../../bootlook.pm_.c:184
+#: ../../bootloader.pm:1
#, c-format
-msgid "Backup %s to %s.old"
-msgstr ""
-
-#: ../../bootlook.pm_.c:187
-#, fuzzy, c-format
-msgid "Copy %s to %s"
-msgstr "Êîïèàíċ íà %s"
-
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "ċĝêà"
-
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
-msgstr ""
-
-#: ../../bootlook.pm_.c:222
-msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr ""
-
-#: ../../bootlook.pm_.c:222
-#, fuzzy, c-format
-msgid "Write %s"
-msgstr "XFree %s"
-
-#: ../../bootlook.pm_.c:224
-msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
-msgstr ""
+msgid "Grub"
+msgstr "Grub"
-#: ../../bootlook.pm_.c:235
+#: ../../bootloader.pm:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr ""
+msgid "LILO with text menu"
+msgstr "LILO ñ òċêñòîâî ìċíŝ"
-#: ../../bootlook.pm_.c:238
+#: ../../bootloader.pm:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr ""
-
-#: ../../bootlook.pm_.c:244
-msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
-msgstr ""
-
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
-msgstr ""
-
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "Notice"
-msgstr "Áċç àôèêà"
-
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
-msgstr ""
-
-#: ../../bootlook.pm_.c:251
-#, fuzzy
-msgid "Theme installation failed!"
-msgstr "Èçáî íà êëàñ èíñòàëàöè˙"
+msgid "LILO with graphical menu"
+msgstr "LILO ñ àôè÷íî ìċíŝ"
-#: ../../bootlook.pm_.c:259
+#: ../../bootloader.pm:1
#, c-format
-msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Â ìîìċíòà èçïîëçâàòċ %s êàòî ïîàìà çà ñòàòèàíċ.\n"
-"Öúêíċòċ íà Íàñòîé, çà äà ñòàòèàòċ óñòàíîâ˙âàùè˙ ìàüîñíèê."
-
-#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-msgid "Configure"
-msgstr "Íàñòîé"
-
-#: ../../bootlook.pm_.c:268
-#, fuzzy
-msgid "Splash selection"
-msgstr "Çàïàçè èçáî íà ïàêċòè"
-
-#: ../../bootlook.pm_.c:271
-msgid "Themes"
-msgstr ""
+msgid "SILO"
+msgstr "SILO"
-#: ../../bootlook.pm_.c:273
+# 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:1
+#, c-format
msgid ""
+"Welcome to %s the operating system chooser!\n"
+"\n"
+"Choose an operating system from the list above or\n"
+"wait %d seconds for default boot.\n"
"\n"
-"Select theme for\n"
-"lilo and bootsplash,\n"
-"you can choose\n"
-"them separatly"
-msgstr ""
-
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
-msgstr ""
-
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
msgstr ""
+"Welcome to %s the operating system chooser!\n"
+"\n"
+"Choose an operating system from the list above or\n"
+"wait %d seconds for default boot.\n"
+"\n"
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr "Ñèñòċìċí ċĉèì"
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr "Ïóñíè X-Window ñèñòċìàòà ïè ñòàòèàíċ"
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr "Íċ, íċ èñêàì autologin"
-
-#: ../../bootlook.pm_.c:325
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Äà, èñêàì autologin ñ òîâà (ïîòċáèòċë, äċñêòîï)"
-
-#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
msgid "OK"
msgstr "OK"
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr "Á"
-
-#: ../../common.pm_.c:107
-msgid "KB"
-msgstr "ÊÁ"
-
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "ÌÁ"
-
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr "ÒÁ"
-
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d minutes"
-msgstr "%d ìèíóòè"
-
-#: ../../common.pm_.c:125
-msgid "1 minute"
-msgstr "1 ìèíóòà"
+msgid "Yes, I want autologin with this (user, desktop)"
+msgstr "Äà, èñêàì autologin ñ òîâà (ïîòċáèòċë, äċñêòîï)"
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d seconds"
-msgstr "%d ñċêóíäè"
-
-#: ../../common.pm_.c:172
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Íċ ìîà äà äîáàâ˙ ïîâċ÷ċ ä˙ëîâċ"
-
-#: ../../common.pm_.c:179
-#, fuzzy, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Ìîĉċòċ äà èçáċċòċ äóè ċçèöè, êîèòî ùċ áúäàò íàëèöċ ñëċäèíñòàëàöè˙òà"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-msgid "France"
-msgstr "Ôàíöè˙"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-#, fuzzy
-msgid "Belgium"
-msgstr "Áċëèéñêà"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Germany"
-msgstr "Íċìñêà"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Greece"
-msgstr "úöêà"
+msgid "No, I don't want autologin"
+msgstr "Íċ, íċ èñêàì autologin"
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-#, fuzzy
-msgid "Norway"
-msgstr "Íîâċĉêà"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Launch the graphical environment when your system starts"
+msgstr "Ïóñíè X-Window ñèñòċìàòà ïè ñòàòèàíċ"
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-#, fuzzy
-msgid "Sweden"
-msgstr "Âèĉ"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "System mode"
+msgstr "Ñèñòċìċí ċĉèì"
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Bootsplash"
msgstr ""
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "Italy"
-msgstr "Èòàëèàíñêà"
-
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-#, fuzzy
-msgid "Austria"
-msgstr "ñċèéíà"
-
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Lilo screen"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:19
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
-msgstr ""
-
-#: ../../diskdrake/dav.pm_.c:27
-#, fuzzy
-msgid "New"
-msgstr "íîâ"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Äċìîíòèàé"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Ìîíòèàé"
-
-#: ../../diskdrake/dav.pm_.c:65
-msgid "Server"
-msgstr "Ñúâú"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "Ì˙ñòî íà ìîíòèàíċ"
-
-#: ../../diskdrake/dav.pm_.c:85
-#, fuzzy
-msgid "Please enter the WebDAV server URL"
-msgstr "Ìîë˙, ïîáâàéòċ ìèĝêàòà ñè"
-
-#: ../../diskdrake/dav.pm_.c:88
-msgid "The URL must begin with http:// or https://"
+"\n"
+"Select the theme for\n"
+"lilo and bootsplash,\n"
+"you can choose\n"
+"them separately"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:109
-#, fuzzy
-msgid "Server: "
-msgstr "Ñúâú"
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "Ì˙ñòî íà ìîíòèàíċ: "
-
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "Îïöèè: %s"
+msgid "Themes"
+msgstr "Òċìè"
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "Ïúâî ñúçäàéòċ backup íà ñâîèòċ äàííè"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Splash selection"
+msgstr "Çàïàçè èçáî íà ïàêċòè"
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "Ïî÷ċòċòċ âíèìàòċëíî !"
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
+#, c-format
+msgid "Configure"
+msgstr "Íàñòîé"
-#: ../../diskdrake/hd_gtk.pm_.c:100
+#: ../../bootlook.pm:1
+#, c-format
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"
+"You are currently using %s as your boot manager.\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
-"Àêî ñì˙òàòċ äà èçïîëçâàòċ aboot, îñòàâċòċ ñâîáîäíî ïîñòàíñòâî (2048 "
-"ñċêòîà\n"
-"ñà äîñòàòú÷íè) â íà÷àëîòî íà äèñêà"
-
-#: ../../diskdrake/hd_gtk.pm_.c:154
-msgid "Wizard"
-msgstr "Ìàüîñíèê"
-
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "Èçáċċòċ äċéñòâèċ"
+"Â ìîìċíòà èçïîëçâàòċ %s êàòî ïîàìà çà ñòàòèàíċ.\n"
+"Öúêíċòċ íà Íàñòîé, çà äà ñòàòèàòċ óñòàíîâ˙âàùè˙ ìàüîñíèê."
-#: ../../diskdrake/hd_gtk.pm_.c:191
-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\")"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-"Èìàòċ ċäèí îë˙ì FAT ä˙ë\n"
-"(ïî ïèíöèï ñċ ïîëçâàò îò Microsoft Dos/Windows).\n"
-"Ïċäëààì ïúâî äà ïîìċíèòċ îëċìèíàòà íà òîçè ä˙ë\n"
-"(ùàêíċòċ âúġó íċî, à ñëċä òîâà ùàêíċòċ âúġó \"Ïîìċíè îëċìèíàòà\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:194
-msgid "Please click on a partition"
-msgstr "Ìîë˙, öúêíċòċ íà ä˙ëà"
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "Ïîäîáíîñòè"
-#: ../../diskdrake/hd_gtk.pm_.c:254
-#, fuzzy
-msgid "No hard drives found"
-msgstr "Ëîêàëċí ïèíòċ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Journalised FS"
-msgstr "Ĉóíàëíà FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "Ïàçċí"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "Äóà"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "Âèäîâċ ôàéëîâà ñèñòċìà:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "Ñúçäàé"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Theme installation failed!"
+msgstr "Èçáî íà êëàñ èíñòàëàöè˙"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "Âèä"
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Notice"
+msgstr "Áċç àôèêà"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Âìċñòî òîâà èçïîëçâàéòċ ``%s''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "Èçòèé"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "Ïúâî èçïîëçâàéòċ 'Äċìîíòèàíċ'"
+msgid "Error"
+msgstr "ċĝêà"
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
+msgid "Relaunch 'lilo'"
msgstr ""
-"Ñëċä ïîì˙íà íà òèïà íà ä˙ëà %s, âñè÷êè äàííè âúġó íċî ùċ áúäàò çàóáċíè"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose a partition"
-msgstr "Èçáċċòċ ä˙ë"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose another partition"
-msgstr "Èçáċċòċ äó ä˙ë"
-
-#: ../../diskdrake/interactive.pm_.c:202
-msgid "Exit"
-msgstr "Èçëċç"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "Ïċìèíè â Ċêñïċòċí ċĉèì"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "Ïċìèíè â Íîìàëċí ċĉèì"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "Âúíè"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "Ïîäúëĉċíèċ âúïċêè âñè÷êî ?"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "Èçġîä áċç çàïèñ"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without writing the partition table?"
-msgstr "Èçġîä, áċç äà çàïèñ íà òàáëèöàòà íà ä˙ëîâċòċ ?"
-
-#: ../../diskdrake/interactive.pm_.c:257
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Èñêàòċ ëè äà çàïàçèòċ ïîìċíèòċ â /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "Èç÷èñòè âñè÷êî"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "Àâòîìàòè÷íî ñúçäàâàíċ"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-msgid "More"
-msgstr "Îùċ"
-
-#: ../../diskdrake/interactive.pm_.c:278
-msgid "Hard drive information"
-msgstr "Èíôîìàöè˙òà çà òâúäè˙ äèñê"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "Âñè÷êè ïúâè÷íè ä˙ëîâċ ñċ èçïîëçâàò"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "Íċ ìîà äà äîáàâ˙ ïîâċ÷ċ ä˙ëîâċ"
-#: ../../diskdrake/interactive.pm_.c:312
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-"Àêî èñêàòċ îùċ ä˙ëîâċ, ìîë˙ èçòèéòċ ċäèí, çà äà ìîĉċòċ äà ñúçäàäċòċ ċäèí "
-"àçĝèċí ä˙ë"
-
-#: ../../diskdrake/interactive.pm_.c:322
-msgid "Save partition table"
-msgstr "Çàïàçè òàáëèöàòà ñ ä˙ëîâċòċ"
-
-#: ../../diskdrake/interactive.pm_.c:323
-msgid "Restore partition table"
-msgstr "Âúçñòàíîâè òàáëèöàòà ñ ä˙ëîâċòċ"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "Ñïàñ˙âàíċ òàáëèöàòà ñ ä˙ëîâċòċ"
-
-#: ../../diskdrake/interactive.pm_.c:326
-msgid "Reload partition table"
-msgstr "Ïċçàċäè òàáëèöàòà ñ ä˙ëîâċòċ"
-
-#: ../../diskdrake/interactive.pm_.c:331
-msgid "Removable media automounting"
-msgstr "Àâòîìàòè÷íî ìîíòèàíċ íà ñìċí˙ċì íîñèòċë"
-
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "Èçáċċòċ ôàéë"
-#: ../../diskdrake/interactive.pm_.c:347
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-"ċçċâíàòà òàáëèöà íà ä˙ëîâċòċ íċ ċ ñúñ ñúùàòà îëċìèíà\n"
-"Äà ïîäúëĉà ëè âñċ ïàê ?"
-#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "Ïċäóïċĉäċíèċ"
-
-#: ../../diskdrake/interactive.pm_.c:362
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-"Ñëîĉċòċ äèñêċòà âúâ ôëîïèòî\n"
-"Âñè÷êè äàííè, íàìèàùè ñċ âúġó äèñêċòàòà, ùċ áúäàò çàóáċíè"
-#: ../../diskdrake/interactive.pm_.c:373
-msgid "Trying to rescue partition table"
-msgstr "Îïèòâàì ñċ äà ñïàñ˙ òàáëèöàòà íà ä˙ëîâċòċ"
-
-#: ../../diskdrake/interactive.pm_.c:379
-msgid "Detailed information"
-msgstr "Ïîäîáíà èíôîìàöè˙"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "Ïîìċíè îëċìèíàòà"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "Ïċìċñòè"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "Ôîìàòèàé"
-
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "Ïèáàâè êúì RAID"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "Ïèáàâè êúì LVM"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "Ïċìàġíè îò RAID"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "Ïċìàġíè îò LVM"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "Ìîäèôèöèàé RAID"
-
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "Èçïîëçâàé çà loopback"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
-msgstr "Ñúçäàé íîâ ä˙ë"
-
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "Íà÷àëċí ñċêòî: "
-
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "îëċìèíà â MB: "
-
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "Âèä ôàéëîâà ñèñòċìà: "
-
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "Ïċäïî÷èòàíèċ: "
-
-#: ../../diskdrake/interactive.pm_.c:481
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:511
-msgid "Remove the loopback file?"
-msgstr "Äà ïċìàġíà ëè loopback ôàéëà ?"
-
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "Ïîì˙íà òèïà íà ä˙ëà"
-
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Êî˙ ôàéëîâà ñèñòċìà èñêàòċ ?"
-
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
-msgstr "Ïċġîä îò ext2 êúì ext3"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Write %s"
+msgstr "XFree %s"
-#: ../../diskdrake/interactive.pm_.c:578
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Êúäċ èñêàòċ äà ìîíòèàòċ loopback-ôàéëà %s ?"
+msgid "Can't write /etc/sysconfig/bootsplash."
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:579
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Êúäċ èñêàòċ äà ìîíòèàòċ óñòîéñòâî %s ?"
-
-#: ../../diskdrake/interactive.pm_.c:585
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+msgid "Lilo message not found"
msgstr ""
-"Íċ ìîà äà ìàġíà òî÷êàòà íà ìîíòèàíċ, òúé êàòî ä˙ëúò ñċ èçïîëçâà çà "
-"loopback.\n"
-"Ïúâî ìàġíċòċ loopback"
-#: ../../diskdrake/interactive.pm_.c:606
+#: ../../bootlook.pm:1
#, fuzzy, c-format
-msgid "Where do you want to mount %s?"
-msgstr "Êúäċ èñêàòċ äà ìîíòèàòċ óñòîéñòâî %s ?"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "Èç÷èñë˙âàì àíèöèòċ íà fat ôàéëîâàòà ñèñòċìà"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "Ïîì˙íà íà îëċìèíàòà"
-
-#: ../../diskdrake/interactive.pm_.c:662
-msgid "This partition is not resizeable"
-msgstr "îëċìèíàòà íà ä˙ëà íċ ìîĉċ äà áúäċ ïîìċíċíà"
-
-#: ../../diskdrake/interactive.pm_.c:667
-msgid "All data on this partition should be backed-up"
-msgstr "Âñè÷êè äàííè íà òîçè ä˙ë ò˙áâà äà áúäàò àġèâèàíè"
+msgid "Copy %s to %s"
+msgstr "Êîïèàíċ íà %s"
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
+msgid "Backup %s to %s.old"
msgstr ""
-"Ñëċä ïîì˙íà îëċìèíàòà íà ä˙ëà %s, äàííète âúġó íċî ùċ áúäàò çàóáċíè"
-
-#: ../../diskdrake/interactive.pm_.c:674
-msgid "Choose the new size"
-msgstr "Èçáċċòċ íîâà îëċìèíà"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "New size in MB: "
-msgstr "Íîâà îëċìèíà â MB: "
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "Íà êîé äèñê èñêàòċ äà î ïċìċñòèòċ ?"
-
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "Ñċêòî"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "Íà êîé ñċêòî èñêàòċ äà î ïċìċñòèòċ?"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "Ìċñòċíċ"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "Ìċñòâ˙ ä˙ëà ... "
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
-msgstr "Èçáċċòċ ñúùċñòâóâàù RAID çà ïèáàâ˙íċ"
-
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "íîâ"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
-msgstr "Èçáċċòċ ñúùċñòâóâàù LVM çà ïèáàâ˙íċ"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
-msgstr "LVM èìċ ?"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "This partition can't be used for loopback"
-msgstr "Òîçè ä˙ë íċ ìîĉċ äà áúäċ èçïîëçâàí çà loopback"
-
-#: ../../diskdrake/interactive.pm_.c:825
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "Èìċ íà loopback ôàéëà: "
-#: ../../diskdrake/interactive.pm_.c:831
-msgid "Give a file name"
-msgstr "Äàéòċ èìċ íà ôàéë"
-
-#: ../../diskdrake/interactive.pm_.c:834
-msgid "File already used by another loopback, choose another one"
-msgstr "Ôàéëúò âċ÷ċ ñċ èçïîëçâà òî äó loopback, èçáċċòċ äó ôàéë."
-
-#: ../../diskdrake/interactive.pm_.c:835
-msgid "File already exists. Use it?"
-msgstr "Ôàéëúò âċ÷ċ ñúĝċñòâóâà. Äà î èçïîëçâàì ëè ?"
-
-#: ../../diskdrake/interactive.pm_.c:858
-msgid "Mount options"
-msgstr "Îïöèè çà mount:"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
-msgstr "àçëè÷íè"
-
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "óñòîéñòâî"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "íèâî"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "îëċìèíà íà ïà÷ċòî"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "Âíèìàíèċ: òàçè îïċàöè˙ ċ îïàñíà"
-
-#: ../../diskdrake/interactive.pm_.c:962
-msgid "What type of partitioning?"
-msgstr "Êàêúâ òèï àçäċë˙íċ íà ä˙ëîâċ ?"
-
-#: ../../diskdrake/interactive.pm_.c:978
+#: ../../bootlook.pm:1
#, fuzzy, c-format
-msgid "The package %s is needed. Install it?"
-msgstr ""
-"Òîçè ïàêċò ò˙áâà äà áúäċ îáíîâċí\n"
-"Ñèóíè ëè ñòċ, ÷ċ èñêàòċ äà î èçêëŝ÷èòċ ?"
-
-#: ../../diskdrake/interactive.pm_.c:992
-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"
+msgid "Create new theme"
+msgstr "Ñúçäàé íîâ ä˙ë"
-#: ../../diskdrake/interactive.pm_.c:996
+#: ../../bootlook.pm:1
+#, c-format
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"
+"Display theme\n"
+"under console"
msgstr ""
-"Ä˙ëúò, êîéòî ñòċ ìàêèàëè çà root (/) ċ ôèçè÷ċñêè àçïîëîĉċí îòâúä\n"
-"1024-è˙ öèëèíäú íà òâúäè˙ äèñê è í˙ìàòċ /boot ä˙ë.\n"
-"Àêî ñì˙òàòċ äà èçïîëçâàòċ boot ìċíèäĉúà LILO, áúäċòċ âíèìàòċëíè ïè\n"
-"ïèáàâ˙íċòî íà /boot ä˙ë"
-#: ../../diskdrake/interactive.pm_.c:1002
-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 ä˙ë"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Install themes"
+msgstr "Èíñòàëèàíċ íà ñèñòċìàòà"
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../bootlook.pm:1
#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Òàáëèöàòà íà ä˙ëîâċòċ íà óñòîéñòâî %s ùċ áúäċ çàïèñàíà âúġó äèñêà !"
-
-#: ../../diskdrake/interactive.pm_.c:1026
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Ò˙áâà äà ċñòàòèàòċ, ïċäè ïîìċíèòċ äà âë˙çàò â ñèëà"
+msgid "Lilo/grub mode"
+msgstr "ċĉèì íà Lilo/grub"
-#: ../../diskdrake/interactive.pm_.c:1037
+#: ../../bootlook.pm:1
#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Ñëċä ôîìàòèàíċ íà ä˙ëà %s, âñè÷êè äàííè âúġó íċî ùċ áúäàò çàóáċíè"
-
-#: ../../diskdrake/interactive.pm_.c:1039
-msgid "Formatting"
-msgstr "Ôîìàòèàíċ"
+msgid "Yaboot mode"
+msgstr "ċĉèì íà Yaboot"
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Ôîìàòèàíċ íà loopback ôàéëà %s"
+msgid "Launch Aurora at boot time"
+msgstr "Ïóñíè Aurora ïè ñòàòèàíċ"
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "Ôîìàòèàíċ íà ä˙ëà %s"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Hide files"
-msgstr "Ñêèé ôàéëîâċòċ"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Move files to the new partition"
-msgstr "Ïċìċñòè ôàéëîâċòċ íà íîâ ä˙ë"
+msgid "Traditional Gtk+ Monitor"
+msgstr "Îáèêíîâċí Gtk+ ìîíèòî"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
-msgstr ""
-"Äèċêòîè˙òà %s âċ÷ċ ñúäúĉà í˙êàêâè äàííè\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid "Moving files to the new partition"
-msgstr "Ïċìċñòè ôàéëîâċòċ íà íîâ ä˙ë"
+msgid "Traditional Monitor"
+msgstr "Îáèêíîâċí ìîíèòî"
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copying %s"
-msgstr "Êîïèàíċ íà %s"
+msgid "NewStyle Monitor"
+msgstr "NewStyle ìîíèòî"
-#: ../../diskdrake/interactive.pm_.c:1072
+#: ../../bootlook.pm:1
#, c-format
-msgid "Removing %s"
-msgstr "Èçòèâàíċ íà %s"
+msgid "NewStyle Categorizing Monitor"
+msgstr "NewStyle êàòċîèçèàí ìîíèòî"
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "partition %s is now known as %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "Óñòîéñòâî: "
+msgid "<control>Q"
+msgstr "<control>Q"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Áóêâà íà óñòîéñòâîòî ïîä DOS: %s (ïîñòî ïċäïîëîĉċíèċ)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "Âèä: "
+msgid "/File/_Quit"
+msgstr "/Ôàéë/_Èçġîä"
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "Èìċ: "
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_File"
+msgstr "/_Ôàéë"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../bootlook.pm:1
#, c-format
-msgid "Start: sector %s\n"
-msgstr "Íà÷àëî: ñċêòî %s\n"
+msgid "Boot Style Configuration"
+msgstr "Íàñòîéêà íà íà÷èíà íà ñòàòèàíċ"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s"
-msgstr "àçìċ: %s"
+msgid "consolehelper missing"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../common.pm:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s ñċêòîà"
+msgid "kdesu missing"
+msgstr "ëèïñâà kdesu"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../common.pm:1
#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Îò öèëèíäú %d äî öèëèíäú %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "Ôîìàòèàí\n"
-
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "Íċôîìàòèàí\n"
+msgid "Screenshots will be available after install in %s"
+msgstr "Ìîĉċòċ äà èçáċċòċ äóè ċçèöè, êîèòî ùċ áúäàò íàëèöċ ñëċäèíñòàëàöè˙òà"
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "Ìîíòèàí\n"
+#: ../../common.pm:1
+#, fuzzy, c-format
+msgid "Can't make screenshots before partitioning"
+msgstr "Íċ ìîà äà äîáàâ˙ ïîâċ÷ċ ä˙ëîâċ"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../common.pm:1
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "%d seconds"
+msgstr "%d ñċêóíäè"
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../common.pm:1
#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback ôàéë(îâċ):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1132
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Ä˙ë, êîéòî ñċ ñòàòèà ïî ïîäàçáèàíċ\n"
-" (çà MS-DOS boot, íċ çà lilo)\n"
+msgid "1 minute"
+msgstr "1 ìèíóòà"
-#: ../../diskdrake/interactive.pm_.c:1134
+#: ../../common.pm:1
#, c-format
-msgid "Level %s\n"
-msgstr "Íèâî %s\n"
+msgid "%d minutes"
+msgstr "%d ìèíóòè"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../common.pm:1
#, c-format
-msgid "Chunk size %s\n"
-msgstr "àçìċ íà ïà÷ċòî %s\n"
+msgid "TB"
+msgstr "ÒÁ"
-#: ../../diskdrake/interactive.pm_.c:1136
+#: ../../common.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-äèñêîâċ %s\n"
+msgid "GB"
+msgstr "Á"
-#: ../../diskdrake/interactive.pm_.c:1138
+#: ../../common.pm:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "Èìċ íà loopback ôàéëà: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1141
-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:1144
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Òàçè ñïċöèàëíà ñòàòèàùà\n"
-"èâèöà íà ä˙ëà ċ çà äâîéíî\n"
-"ñòàòèàíċ íà ñèñòċìàòà âè.\n"
-
-#: ../../diskdrake/interactive.pm_.c:1163
-msgid "Read-only"
-msgstr ""
+msgid "MB"
+msgstr "ÌÁ"
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s\n"
-msgstr "àçìċ: %s\n"
+msgid "KB"
+msgstr "ÊÁ"
-#: ../../diskdrake/interactive.pm_.c:1165
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "ċîìċòè˙: %s öèëèíäè, %s ëàâè, %s ñċêòîè\n"
+msgid "United States"
+msgstr "ÑÀÙ"
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "Èíôîìàöè˙: "
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Austria"
+msgstr "ñċèéíà"
-#: ../../diskdrake/interactive.pm_.c:1167
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-äèñêîâċ %s\n"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Italy"
+msgstr "Èòàëèàíñêà"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Òèï íà òàáëèöàòà ñ ä˙ëîâċ: %s\n"
+msgid "Netherlands"
+msgstr "Ġîëàíäè˙"
-#: ../../diskdrake/interactive.pm_.c:1169
+#: ../../crypto.pm:1 ../../lang.pm:1
#, fuzzy, c-format
-msgid "on channel %d id %d\n"
-msgstr "íà ĝèíà %d àäċñ %d\n"
+msgid "Sweden"
+msgstr "Âèĉ"
-#: ../../diskdrake/interactive.pm_.c:1199
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Âèä ôàéëîâà ñèñòċìà: "
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Norway"
+msgstr "Íîâċĉêà"
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
-msgstr ""
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Greece"
+msgstr "úöêà"
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../crypto.pm:1 ../../lang.pm:1
#, fuzzy, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "Ïàîëàòà ċ ïċêàëċíî ïîñòà (ò˙áâà äà áúäċ äúëà ïîíċ %d ñèìâîëà)"
+msgid "Germany"
+msgstr "Íċìñêà"
-#: ../../diskdrake/interactive.pm_.c:1204
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "Ïàîëèòċ íà ñúâïàäàò"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Czech Republic"
+msgstr "×ċĝêà ċïóáëèêà"
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr ""
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "Belgium"
+msgstr "Áċëèéñêà"
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr ""
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "France"
+msgstr "Ôàíöè˙"
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Ïîì˙íè òèïà"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Costa Rica"
+msgstr "Êîñòà èêà"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
+#: ../../fsedit.pm:1
#, c-format
-msgid "Can't login using username %s (bad password?)"
-msgstr ""
+msgid "Error opening %s for writing: %s"
+msgstr "ċĝêà ïè îòâà˙íċ íà %s çà çàïèñ: %s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-#, fuzzy
-msgid "Domain Authentication Required"
-msgstr "Èäċíòèôèêàöè˙"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Nothing to do"
+msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Another one"
-msgstr "Èíòċíċò"
+#: ../../fsedit.pm:1
+#, fuzzy, c-format
+msgid "Not enough free space for auto-allocating"
+msgstr "Í˙ìà äîñòàòú÷íî ì˙ñòî çà àâòîìàòè÷íî çàċìàíċ"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Which username"
-msgstr "Ïîòċáèòċëñêî èìċ"
+#: ../../fsedit.pm:1
+#, fuzzy, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr "Íċ ìîĉċòċ äà èçïîëçâàòċ LVM ëîè÷ċñêè òèï çà ì˙ñòî íà ìîíòèàíċ %s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
+#: ../../fsedit.pm:1
+#, fuzzy, c-format
msgid ""
-"Please enter your username, password and domain name to access this host."
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
msgstr ""
+"Íóĉäàċòċ ñċ îò èñòèíñêà ôàéëîâà ñèñòċìà (ext2, reiserfs) çà òàçè òî÷êà íà "
+"ìîíòèàíċ\n"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-#, fuzzy
-msgid "Username"
-msgstr "Ïîòċáèòċëñêî èìċ"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-#, fuzzy
-msgid "Domain"
-msgstr "NIS äîìċéí"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-#, fuzzy
-msgid "Search servers"
-msgstr "DNS ñúâú"
-
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
+#: ../../fsedit.pm:1
#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s ôîìàòèàíċ îò %s ïîâàëċíî"
+msgid "This directory should remain within the root filesystem"
+msgstr "Òàçè äèċêòîè˙ ò˙áâà äà îñòàíċ â àìêèòċ íà root ôàéëîâàòà ñèñòċìà."
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "íċ çíàì êàê äà ôîìàòèàì %s â òèï %s"
+msgid "You can't use a LVM Logical Volume for mount point %s"
+msgstr "Íċ ìîĉċòċ äà èçïîëçâàòċ LVM ëîè÷ċñêè òèï çà ì˙ñòî íà ìîíòèàíċ %s"
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr ""
+msgid "There is already a partition with mount point %s\n"
+msgstr "Âċ÷ċ èìà ä˙ë ñ òàçè ì˙ñòî íà ìîíòèàíċ %s\n"
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, c-format
-msgid "error unmounting %s: %s"
-msgstr "ċĝêà ïè äċìîíòèàíċòî íà %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "ïîñò"
+msgid "Mount points must begin with a leading /"
+msgstr "Òî÷êèòċ íà ìîíòèàíċ ò˙áâà äà çàïî÷âàò ñ /"
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use ReiserFS for partitions smaller than 32MB"
+msgstr "Íċ ìîĉċòċ äà èíñòàëèàíċ ReiserFS íà ä˙ë ïî-ìàëúê îò 32 ÌÁ"
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "ñúâú"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use JFS for partitions smaller than 16MB"
+msgstr "Íċ ìîĉċòċ äà èçïîëçâàòċ JFS çà ä˙ë ïî-ìàëúê îò 16 ÌÁ"
-#: ../../fsedit.pm_.c:240
+#: ../../fsedit.pm:1
#, fuzzy, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2428,744 +1198,344 @@ msgstr ""
"Äóî ċĝċíèċ ċ äà çàáàíèòċ íà DrakX ïîïàâ˙ òàáëèöàòà ñ ä˙ëîâċ.\n"
"(ċĝêàòà ċ %s)\n"
-#: ../../fsedit.pm_.c:501
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Íċ ìîĉċòċ äà èçïîëçâàòċ JFS çà ä˙ë ïî-ìàëúê îò 16 ÌÁ"
-
-#: ../../fsedit.pm_.c:502
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Íċ ìîĉċòċ äà èíñòàëèàíċ ReiserFS íà ä˙ë ïî-ìàëúê îò 32 ÌÁ"
-
-#: ../../fsedit.pm_.c:521
-msgid "Mount points must begin with a leading /"
-msgstr "Òî÷êèòċ íà ìîíòèàíċ ò˙áâà äà çàïî÷âàò ñ /"
-
-#: ../../fsedit.pm_.c:522
-#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Âċ÷ċ èìà ä˙ë ñ òàçè ì˙ñòî íà ìîíòèàíċ %s\n"
-
-#: ../../fsedit.pm_.c:526
+#: ../../fsedit.pm:1
#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Íċ ìîĉċòċ äà èçïîëçâàòċ LVM ëîè÷ċñêè òèï çà ì˙ñòî íà ìîíòèàíċ %s"
-
-#: ../../fsedit.pm_.c:528
-msgid "This directory should remain within the root filesystem"
-msgstr "Òàçè äèċêòîè˙ ò˙áâà äà îñòàíċ â àìêèòċ íà root ôàéëîâàòà ñèñòċìà."
-
-#: ../../fsedit.pm_.c:530
-#, fuzzy
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
-"Íóĉäàċòċ ñċ îò èñòèíñêà ôàéëîâà ñèñòċìà (ext2, reiserfs) çà òàçè òî÷êà íà "
-"ìîíòèàíċ\n"
-
-#: ../../fsedit.pm_.c:532
-#, fuzzy, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Íċ ìîĉċòċ äà èçïîëçâàòċ LVM ëîè÷ċñêè òèï çà ì˙ñòî íà ìîíòèàíċ %s"
-
-#: ../../fsedit.pm_.c:599
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Í˙ìà äîñòàòú÷íî ì˙ñòî çà àâòîìàòè÷íî çàċìàíċ"
-
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
-msgstr ""
+msgid "server"
+msgstr "ñúâú"
-#: ../../fsedit.pm_.c:694
+#: ../../fsedit.pm:1
#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "ċĝêà ïè îòâà˙íċ íà %s çà çàïèñ: %s"
-
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
+msgid "with /usr"
msgstr ""
-#: ../../harddrake/sound.pm_.c:171
+#: ../../fsedit.pm:1
#, c-format
-msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
-msgstr ""
+msgid "simple"
+msgstr "ïîñò"
-#: ../../harddrake/sound.pm_.c:173
-#, fuzzy
-msgid "Sound configuration"
-msgstr "Íàñòîéêà"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Enabling swap partition %s"
+msgstr "Ôîìàòèàíċ íà ä˙ëà %s"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../fs.pm:1 ../../partition_table.pm:1
#, c-format
-msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
-msgstr ""
+msgid "error unmounting %s: %s"
+msgstr "ċĝêà ïè äċìîíòèàíċòî íà %s: %s"
-#: ../../harddrake/sound.pm_.c:176
+#: ../../fs.pm:1
#, c-format
-msgid ""
-"\n"
-"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
+msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../harddrake/sound.pm_.c:178
-#, fuzzy
-msgid "Driver:"
-msgstr "Äàéâċ"
-
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-#, fuzzy
-msgid "Help"
-msgstr "/_Ïîìîù"
-
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
-msgstr ""
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Mounting partition %s"
+msgstr "Ôîìàòèàíċ íà ä˙ëà %s"
-#: ../../harddrake/sound.pm_.c:186
-msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
-"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
-"\n"
-"It also provides a much higher API than OSS.\n"
-"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\n"
-msgstr ""
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Checking %s"
+msgstr "Êîïèàíċ íà %s"
-#: ../../harddrake/sound.pm_.c:202
+#: ../../fs.pm:1
#, c-format
-msgid ""
-"The old \"%s\" driver is blacklisted.\n"
-"\n"
-"It has been reported to oopses the kernel on unloading.\n"
-"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-msgid "Please Wait... Applying the configuration"
-msgstr "Ìîë˙, ïî÷àêàéòċ ... Ïèëààíċ íà íàñòîéêèòċ"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "Ìîë˙ èç÷àêàéòċ"
-
-#: ../../harddrake/sound.pm_.c:210
-msgid "No known driver"
-msgstr ""
+msgid "Formatting partition %s"
+msgstr "Ôîìàòèàíċ íà ä˙ëà %s"
-#: ../../harddrake/sound.pm_.c:211
+#: ../../fs.pm:1
#, c-format
-msgid "There's no known driver for your sound card (%s)"
-msgstr ""
+msgid "Creating and formatting file %s"
+msgstr "Ñúçäàâàíċ è ôîìàòèàíċ íà ôàéëà %s"
-#: ../../harddrake/sound.pm_.c:214
-#, fuzzy
-msgid "Unkown driver"
-msgstr "Íċèçâċñòċí ìîäċë"
+#: ../../fs.pm:1
+#, c-format
+msgid "I don't know how to format %s in type %s"
+msgstr "íċ çíàì êàê äà ôîìàòèàì %s â òèï %s"
-#: ../../harddrake/sound.pm_.c:215
+#: ../../fs.pm:1
#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s ôîìàòèàíċ îò %s ïîâàëċíî"
+
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-#, fuzzy
-msgid "Auto-detect"
-msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-#, fuzzy
-msgid "Unknown|Generic"
-msgstr "Îáù"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
+"Click on \"<- Previous\" to stop this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
+"Öúêíċòċ \"OK\", àêî èñêàòċ äà èçòèċòċ âñè÷êè äàííè è\n"
+"ä˙ëîâċ ñúùċñòâóâàùè íà òîçè òâúä äèñê. Âíèìàíèċ, ñëċä öúêàíċ íà \"OK\", "
+"í˙ìàäà ìîĉċòċ äà âúçñòàíîâèòċ êàêâèòî è äà áèëî äàííè è ä˙ëîâċ ñúùċñòâóâàùè "
+"íà òîçè òâúä äèñê,\n"
+"âêëŝ÷èòċëíî êàêâèòî è äà ċ Windows äàííè.\n"
+"\n"
+"Öúêíċòċ \"Îòì˙íà\", çà äà îòìċíèòċ òàçè îïċàöè˙ áċç çàóáà äà äàííèòċ è\n"
+"ä˙ëîâċòċ ñúùċñòâóâàùè íà òîçè òâúä äèñê."
-#: ../../harddrake/v4l.pm_.c:224
+#: ../../help.pm:1
+#, c-format
msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:227
-#, fuzzy
-msgid "Card model:"
-msgstr "Ïàìċò (DMA) íà êàòàòà"
-
-#: ../../harddrake/v4l.pm_.c:228
-#, fuzzy
-msgid "Tuner type:"
-msgstr "Ïîì˙íè òèïà"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:231
-#, fuzzy
-msgid "PLL setting:"
-msgstr "Ôîìàòèàíċ"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
+"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:13
+#: ../../help.pm:1
+#, c-format
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 this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"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\n"
-"first 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 the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after 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 the people meant to use that computer. When you are\n"
-"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).\n"
-"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
-msgstr ""
-"GNU/Linux ċ ìíîîïîòċáèòċëñêà ñèñòċìà, êî˙òî îçíà÷àâà, ÷ċ âñċêè ïîòċáèòċë "
-"ìîĉċ\n"
-"äà èìà ñâîè ïċäïî÷ċòàíè˙, ôàéëîâċ è ò.í.. ìîĉċòċ äà ïî÷ċòċòċ úêîâîñòâîòî "
-"íà\n"
-"Ïîòċáèòċë˙, çà äà íàó÷èòċ ïîâċ÷ċ.\n"
-"Çà àçëèêà îò Root, êîéòî ċ àäìèíèñòàòîúò, ïîòċáèòċëèòċ, êîèòî ùċ "
-"äîáàâèòċ òóê\n"
-"í˙ìà äà ìîàò äà ïîìċí˙ò íèùî îñâċí ñîáñòâċíèòċ ñè ôàéëîâċ è òċġíèòċ "
-"íàñòîéêè.\n"
-"Ùċ ò˙áâà äà ñúçäàäċòċ ïîíċ ċäèí îáèêíîâċí ïîòċáèòċë çà ñċáċ ñè.\n"
-"Ñ òîçè àêàóíò ùċ ò˙áâà äà âëèçàòċ çà óòèííà äċéíîñò. Âúïċêè òîâà "
-"ïàêòèêàòà\n"
-"äà âëèçàòċ êàòî root ċĉċäíċâíî, ìîĉċ äà áúäċ ìíîî îïàñíà ! È íàé-"
-"ìàëêàòàċĝêà\n"
-"ìîĉċ äà îçíà÷àâà, ÷ċ ñèñòċìàòà âè í˙ìà äà àáîòè ïîâċ÷ċ. Àêî íàïàâèòċ í˙êî˙ "
-"ñċèîçíà\n"
-"ċĝêà êàòî ïîòċáèòċë, òîâà ìîĉċ ñà äà äîâċäċ äî çàóáà íà ÷àñò îò "
-"èíôîìàöè˙òà,\n"
-"íî íċ è íà ö˙ëàòà ñèñòċìà.\n"
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
-"Ïúâî, ò˙áâà äà ñè âúâċäċòċ èìċòî. Òîâà íċ ċ çàäúëĉèòċëíî, àçáèà ñċ, "
-"âñúùíîñò\n"
-"ìîĉċòċ äà âúâċäċòċ êàêâîòî è äà ċ. DrakX ñëċä òîâà ùċ èçáċċ ïúâàòà "
-"âúâċäċíà\n"
-"â êóòèéêàòà äóìà è ùċ î èçêàà êàòî ïîòċáèòċëñêî èìċ. Òîâà ċ èìċòî, ñ "
-"êîċòî\n"
-"âñúùíîñò îïċäċëċíè˙ò ïîòċáèòċë ùċ âëèçà â ñèñòċìàòà. Ìîĉċòċ äà î "
-"ïîìċíèòċ.\n"
-"Ò˙áâà äà âúâċäċòċ è ïàîëà òóê. Ïàîëàòà íà íċïċâèëċèîâàí (îáèêíîâċí) "
-"ïîòċáèòċë\n"
-"íċ ċ òîëêîâà ôàòàëíà êàòî òàçè íà Root îò ëċäíà òî÷êà íà ñèóíîñòòà, íî "
-"âñċ\n"
-"ïàê í˙ìà ïè÷èíà äà ˙ ïîäöċí˙âàòà, òúé êàòî èñêóâàòċ ôàéëîâċòċ ñè.\n"
-"\n"
-"Ñëċä êàòî öúêíċòċ íà \"Ïèċìè ïîòċáèòċë\", ìîĉċòċ äà äîáàâèòċ êîëêîòî ñè "
-"èñêàòċ.\n"
-"Äîáàâċòċ ïî ċäèí ïîòċáèòċë çà âñċêè îò ïè˙òċëèòċ ñè: áàùà ñè, ñċñòà ñè, "
-"íàïèìċ.\n"
-"Êîàòî ñòċ äîáàâèëè âñè÷êè ïîòċáèòċëè, êîèòî èñêàòċ, öúêíċòċ îòîâî.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"Öúêíċòċ íà áóòîíà \"Íàïċäíè÷àâ\", çà äà ïîìċíèòċ îáâèâêàòà ïî ïîäàçáèàíċ "
-"íà\n"
-"ïîòċáèòċë˙ (bash ïî ïîäàçáèàíċ)."
-
-#: ../../help.pm_.c:48
-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 \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\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"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
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:79
+#: ../../help.pm:1
+#, c-format
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."
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
msgstr ""
-"Èíñòàëàöè˙òà íà Mandrake Linux ċ àçïîëîĉċíà íà í˙êîëêî CDROM-à. DrakX\n"
-"çíàċ äàëè èçáàí ïàêċò íċ ñċ íàìèà íà äó CDROM èëè ùċ èçâàäè òċêóùîòî\n"
-"CD è ùċ âè îñòàâè äà âêààòċ òîâà, îò êîċòî èìà íóĉäà."
-#: ../../help.pm_.c:84
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
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,\n"
-"select 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"
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\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"
+"Yaboot's main options are:\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"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect 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"
+" * 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"
-" * \"With X\": install the fewest packages possible to have a working\n"
-"graphical desktop;\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"
-" * \"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"
+" * 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"
-" * \"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"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\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"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\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 to repair or\n"
-"update an existing system."
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
msgstr ""
-"Ñċà ċ ìîìċíòúò äà îïċäċëèòċ êîè ïîàìè èñêàòċ äà áúäàò èíñòàëèàíè íà\n"
-"ñèñòċìàòà âè. Â Mandrake Linux äèñòèáóöè˙òà èìà ġèë˙äè ïàêċòè, íî íċ ċ\n"
-"çàäúëĉèòċëíî äà è çíàċòċ íàèçóñò.\n"
-"\n"
-"Àêî èçâúĝâàòċ ñòàíäàòíà èíñòëàöè˙ îò CDROM, ïúâî ùċ áúäċòċ ïîïèòàíè êîè\n"
-"CD-òà èìàòċ (â Ċêñïċòċí ċĉèì). Ïîâċċòċ çàëàâè˙òà íà CD-òàòà è ïîñî÷ċòċ\n"
-"êóòèéêèòċ ñúîòâċòñòâàùè íà CD-òàòà, ñ êîèòî àçïîëààòċ. Öúêíċòċ \"OK\",\n"
-"êîàòî ñòċ îòîâè äà ïîäúëĉèòċ.\n"
-"\n"
-"Ïàêċòèòċ ñà ïîäċäċíè â óïè ñúîòâċòñòâàùè íà ïàêòè÷ċñêàòà óïîòċáà íà\n"
-"ìàĝèíàòà âè. óïèòċ, ñàìè ïî ñċáċ ñè, ñà ïîäċäċíè â ÷ċòèè ñċêöèè:\n"
-"\n"
-" * \"àáîòíà ñòàíöè˙\": àêî ñì˙òàòċ äà èçïîëçâàòċ ìàĝèíàòà ñè êàòî àáîòíà "
-"ñòàíöè˙,\n"
-"èçáċċòċ ċäíà èëè ïîâċ÷ċ ñúîòâċòíèòċ óïè.\n"
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\n"
"\n"
-" * \"àçàáîòêà\": àêî ìàĝèíàòà âè ùċ áúäċ èçïîëçâàíċ çà ïîàìèàíċ, "
-"èçáċċòċ\n"
-"ĉċëàíàòà(èòċ) óïà(è).\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
-" * \"Ñúâú\": íàêà˙, àêî ìàĝèíàòà âè ùċ áúäċ èçïîëçâàíà çà ñúâú, ùċ\n"
-"ìîĉċòċ äà èçáċċòċ êîè îò íàé-÷ċñòî èçïîëçâàíèòċ óñëóè èñêàòċ äà èìàòċ\n"
-"èíñòàëèàíè íà ìàĝèíàòà.\n"
+"For Linux, there are a few possible options:\n"
"\n"
-" * \"àôè÷íà ñċäà\": òóê ìîĉċòċ äà èçáċċòċ ïċäïî÷èòàíàòà àôè÷íà "
-"ñċäà.\n"
-"Ïîíċ ċäíà ò˙áâà äà áúäċ èçáàíà, àêî èñêàòċ äà èìàòċ àôè÷íà ñċäà !\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\n"
-"Ïċìċñòâàéêè êóñîà íà ìèĝíàòà íàä èìċòî íà óïàòà, ùċ âèäèòċ êàòúê\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"
-"Ìîĉċòċ äà öúêíċòċ êóòèéêàòà \"Èíäèâèäóàëċí èçáî íà ïàêċòè\", êî˙òî ċ "
-"ïîëċçíà,\n"
-"àêî ñòċ çàïîçíàòè ñ ïàêċòèòċ, êîèòî ùċ âè áúäàò ïċäëîĉċíè èëè àêî èñêàòċ "
-"äà\n"
-"èìàòċ ïúëċí êîíòîë íàä òîâà, êîċòî äà áúäċ èíñòàëèàíî.\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\n"
"\n"
-"Àêî ñòċ çàïî÷íàëè èíñòàëàöè˙òà â ċĉèì íà \"Îáíîâ˙âàíċ\", ìîĉċòċ äà "
-"èçêëŝ÷èòċ\n"
-"âñè÷êè óïè, çà äà èçáċíċòċ èíñòàëèàíċòî íà íîâè ïàêċòè. Òîâà ċ ïîëċçíî\n"
-"ïè ïîïàâêà èëè îáíîâ˙âàíċ íà ñúùċñòâóâàùàòà ñèñòċìà."
-
-#: ../../help.pm_.c:135
-msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\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 installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\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"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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 the previous step on how to\n"
-"create such a floppy disk."
-msgstr ""
-"Íàêà˙, â çàâèñèìîñò îò èçáîà âè äàëè äà èçáèàòċ ïàêċòè ċäèí ïî ċäèí, ùċ\n"
-"âè áúäċ ïċäñòàâċíî äúâî ñúäúĉàùî âñè÷êè ïàêċòè ïîäċäċíè ïî óïè è\n"
-"ïîäóïè. Äîêàòî îáġîĉäàòċ äúâîòî, ìîĉċòċ äà èçáċċòċ öċëè óïè, "
-"ïîäóïè\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"
-"Êîàòî ïîñî÷èòċ ïàêċò îò äúâîòî, ùċ ñċ ïî˙âè îïèñàíèċ âä˙ñíî. Êîàòî\n"
-"èçáîúò ċ ïèêëŝ÷ċí, öúêíċòċ áóòîíà \"Èíñòàëèàé\", êîéòî ùċ ïóñíċ ïîöċñà\n"
-"íà èíñòàëàöè˙. Â çàâèñèìîñò îò ñêîîñòòà íà ġàäóċà âè è áî˙ íà ïàêċòèòċ,\n"
-"êîèòî èñêàòċ äà áúäàò èíñòàëèàíè, ïîöċñúò ìîĉċ äà îòíċìċ èçâċñòíî âċìċ.\n"
-"Î÷àêâàíîòî âċìċ çà ïèêëŝ÷âàíċ íà ïîöċñà, ÷ċ áúäċ ïîêàçàíî íà ċêàòà, çà\n"
-"äà âè ïîìîíċ äà ïċöċíèòċ äàëè èìàòċ äîñòàòú÷íî âċìċ äà ñċ íàñëàäèòċ íà\n"
-"÷àĝà êàôċ.\n"
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\n"
"\n"
-"!! Àêî ċ èçáàí ñúâúċí ïàêċò, áèëî òî óìèĝëċíî èëè çàùîòî ċ ÷àñò îò ö˙ëà\n"
-"óïà, ùċ áúäċòċ ïîìîëċíè çà ïîòâúĉäċíèċ, ÷ċ íàèñòèíà èñêàòċ òîçè ñúâú\n"
-"äà áúäċ èíñòàëèàí.  Mandrake Linux, âñè÷êè ñúâúè òúâàò ïî "
-"ïîäàçáèàíċ\n"
-"ïè çàċĉäàíċ.Äàĉċ àêî ñà ñèóíè è í˙ìàò èçâċñòíè ïîáëċìè, êîàòî\n"
-"äèñòèáóöè˙òà ñċ àçïîñòàí˙âà, ìîĉċ äà ñċ ñëó÷è òàêà, ÷ċ äà ñċ ïî˙â˙ò\n"
-"äóïêè â ñèóíîñòòà, ñëċä êàòî âċñè˙òà íà Mandrake Linux ċ çàâúĝċíà. Àêî\n"
-"íċ çíàċòċ çà êàêâî ñëóĉè îïċäċëċíà óñëóà èëè çàùî ċ èíñòàëèàíà, öúêíċòċ\n"
-"\"Íċ\". Ñ öúêàíċ íà \"Äà\" ùċ èíñòàëèàòċ èçáîċíè óñëóè è òċ ùċ áúäàò\n"
-"ñòàòèàíè àâòîìàòè÷íî ïî ïîäàçáèàíċ. !!\n"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with this option.\n"
"\n"
-"Îïöè˙òà \"Àâòîìàòè÷íè çàâèñèìîñòè\" èçêëŝ÷âà ïċäóïċäèòċëíèòċ äèàëîçè,\n"
-"êîàòî èíñòàëàòîúò àâîìàòè÷íî ċĝè èçáċċ ïàêċò. Òîâà ñċ ñëó÷âà, çàùîòî\n"
-"ċ ċĝèë, ÷ċ ñċ íóĉäàċ äà çàäîâîëè çàâèñèìîñò ñ äó ïàêċò, çà äà ïèêëŝ÷è\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"
-"Ìàëêàòà èêîíêà íà äèñêċòêà â äúíîòî íà ñïèñúêà ïîçâîë˙âà äà çàċäèòċ ñïèñúê\n"
-"ñ ïàêċòè îò ïċäèĝíà èíñòàëàöè˙. Àêî öúêíċòċ íà òàçè èêîíêà, ùċ áúäċòċ\n"
-"ïîìîëċíè äà âêààòċ äèñêċòà ñúçäàäċíà ïċäè òîâà â êà˙ íà äóà "
-"èíñòàëàöè˙.\n"
-"Âèĉòċ âòîàòà ïîäñêàçêà ïî âċìċ íà ïîñëċäíàòà ñòúïêà, çà òîâà êàê äà\n"
-"ñúçäàäċòċ òàêàâà äèñêċòà."
+" * Default: selects this entry as being the default Linux selection,\n"
+"selectable by pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
+msgstr ""
-#: ../../help.pm_.c:171
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\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"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\n"
"\n"
-"You can consult the ``Starter Guide'' chapter about Internet connections\n"
-"for 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\"."
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
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:193
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"time.\n"
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\n"
+"\n"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\n"
+"\n"
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\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"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way you will be able to load either GNU/Linux or another\n"
+"OS.\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"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
-"Òóê ñà ïċäñòàâċíè âñè÷êè óñëóè, äîñòúïíè ñ íàñòî˙ùàòà èíñòàëàöè˙.\n"
-"Ïċëċäàéòċ è âíèìàòċëíî è èçêëŝ÷ċòċ òċçè, êîèòî íċ âè ò˙áâàò âèíàè ïè "
-"ñòàòèàíċ.\n"
+"If it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\n"
"\n"
-"Ìîĉċòċ âèäèòċ êàòúê îá˙ñíèòċëċí òċêñò çà óñëóàòà, êàòî ïîñòàâèòċ êóîà íà "
-"ìèĝêàòà ñè\n"
-"íàä èìċòî íà óñëóàòà. Àêî íċ ñòċ ñèóíè, äàëè óñëóàòà ċ ïîëċçíà èëè íċ, "
-"ïî-äîáċ\n"
-"ċ äà îñòàâèòċ èçáîà ïî ïîäàçáèàíċ.\n"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\n"
"\n"
-"Âíèìàâàéòċ ñ òàçè ñòúïêà, àêî ñì˙òàòċ äà èçïîëçâàòċ ìàĝèíàòà ñè êàòî "
-"ñúâú:\n"
-"ñèóíî íċ áèġòċ èñêàëè äà ïóñêàòċ óñëóè, îò êîèòî íċ ñċ íóĉäàċòċ. Ìîë˙,\n"
-"çàïîìíċòċ, ÷ċ í˙êîè óñëóè ìîàò äà áúäàò îïàñíè, àêî ñà âêëŝ÷ċíè íà "
-"ñúâúà.\n"
-"Ïî ïèíöèï, èçáèàéòċ ñàìî óñëóèòċ, îò êîèòî íàèñòèíà ñċ íóĉäàċòċ."
-
-#: ../../help.pm_.c:210
-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 unselecting \"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"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\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:224
-#, 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.\n"
-"\n"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". 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. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
-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:246
-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:253
-#, fuzzy
-msgid ""
"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 bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, 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"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
"Mandrake Linux CDROM-úò èìà âàäċí ñïàñèòċëċí ċĉèì. Ìîĉċòċ äà î\n"
"äîñòèíċòċ, êàòî ñòàòèàòċ îò CDROM-à, íàòèñíċòċ êëàâèĝà >>F1<< è íàïèĝċòċ\n"
@@ -3193,349 +1563,334 @@ msgstr ""
"äàííè, îò êîèòî íċ ñċ íóĉäàċòċ. Í˙ìà íóĉäà äà ˙ ôîìàòèàòċ, òúé êàòî DrakX\n"
"ùċ ïċçàïèĝċ ö˙ëàòà äèñêċòà."
-#: ../../help.pm_.c:277
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux 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"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\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 ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here by clicking the dialog's \"Wizard\" button.\n"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\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"
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"operating systems!"
+msgstr ""
+"LILO (èëè LInux LOader) è Grub ñà bootloader-è: òċ ìîà äà ñòàòèàò\n"
+"GNU/Linux èëè êî˙ äà ċ äóà îïċàöèîííà ñèñòċìà ñúùċñòâóâàùà íà êîìïŝòúà "
+"âè.\n"
+"Îáèêíîâċííî, òċçè äóè îïċàöèîííè ñèñòċìà ñċ çàñè÷àò è èíñòàëèàò\n"
+"ïàâèëíî. Àêî òîâà íċ ñòàâà ïè âàñ, ìîĉċòċ äà äîáàâ˙òċ çàïèñè íà úêà â\n"
+"òîçè ċêàí. ëċäàéòċ äà èçáċċòċ âċíè ïààìċòè.\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"
+"â êîéòî ñëó÷àé ìîĉċòċ äà èçòèċòċ ñúîòâċòíèòċ çàïèñè. Íî â òàêúâ ñëó÷àé,\n"
+"ùċ ñċ íóĉäàċòċ îò boot-äèñêċòà, çà äà è ñòàòèàòċ !"
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"This dialog allows to finely tune your bootloader:\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. You will then be asked to choose the mount points associated to\n"
-"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\n"
+" * \"Bootloader to use\": there are three choices for your bootloader:\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows 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"
-"Microsoft Windows on the same computer.\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\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"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\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"
-" * \"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"
+" * \"Delay before booting the default image\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\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 option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
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"
+
+#: ../../help.pm:1
+#, c-format
+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 the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it be difficult to become \"root\".\n"
"\n"
-"Àêî ä˙ëîâċòċ íċ ñà îïċäċëċíè, ùċ ò˙áâà äà ñúçäàäċòċ òàêèâà èçïîëçâàéêè\n"
-"ìàüîñíèêà. Â çàâèñèìîñò îò íàñòîéêàòà íà òâúäè˙ äèñê, ñà âúçìîĉíè "
-"í˙êîëêî\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"
-" * \"Èçïîëçâàé ñâîáîäíîòî ïîñòàíñòâî\": òàçè îïöè˙ ïîñòî ùċ äîâċäċ òî\n"
-"àâòîìàòè÷íî ïîäċë˙íċ íà ïàçíîòî ïîñòàíñòâî íà òâúäè˙ âè äèñê. Í˙ìà äà\n"
-"áúäċòċ ïèòàíè çà òîâà.\n"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\n"
"\n"
-" * \"Èçïîëçâàé ñúùċñòâóâàù ä˙ë\": ìàüîñíèêúò ċ çàñ˙êúë ċäèí èëè ïîâċ÷ċ\n"
-"ñúùċñòâóâàùè Linux ä˙ëîâċ íà òâúäè˙ âè äèñê. Àêî èñêàòċ äà è èçïîëçâàòċ,\n"
-"èçáċċòċ òàçè îïöè˙.\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. 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"
-" * \"Èçïîëçâàé ñâîáîäíîòî ïîñòàíñòâî íà Windows ä˙ë\": àêî èìàòċ "
-"èíñòàëèàí\n"
-"Microsoft Windows íà òâúäè˙ ñè äèñê è òîé çàċìà ö˙ëîòî äîñòúïíî\n"
-"ïîñòàíñòâî íà íċî, ò˙áâà äà îñâîáîäèòċ ì˙ñòî çà Linux äàííè. Çà äà\n"
-"íàïàâèòċòîâà, ìîĉċòċ äà èçòèċòċ Microsoft Windows ä˙ëà è äàííèòċ (âèĉòċ\n"
-"ċĝċíè˙òà \"Èçòèé öċëè˙ äèñê\" èëè \"Ċêïċòċí ċĉèì\") èëè äà ïîìċíèòċ\n"
-"îëċìèíàòà íà Microsoft Windows ä˙ëà. Ïîì˙íàòà íà îëċìèíàòà ìîĉċ äà áúäċ\n"
-"èçâúĝċíà áċç çàóáà íà äàííè. Òîâà ċĝċíèċ ñċ ïċïîú÷âà, àêî èñêàòċ\n"
-"ċäíîâċìċííî Mandrake Linux è Microsoft Windows íà ċäèí è ñúùè êîìïŝòú.\n"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\n"
"\n"
-" Ïċäè äà èçáċċòċ òàçè îïöè˙, ìîë˙, àçáċċòċ, ÷ċ ñëċä òàçè ïîöċäóà,\n"
-"îëċìèíàòà íà Microsoft Windows ä˙ëà ùċ áúäċ ïî-ìàëêà, îòêîëêîòî ïċäè "
-"òîâà.\n"
-"Ùċ èìàòċ ïî-ìàëêî ì˙ñòî ïîä Microsoft Windows çà ñúġàí˙âàíċ íà äàííè èëè "
-"çà\n"
-"èíñòàëèà íà íîâ ñîôòóċ.\n"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
"\n"
-" * \"Èçòèé öċëè˙ äèñê\": àêî èñêàòċ äà èçòèċòċ âñè÷êè äàííè è ä˙ëîâċ, "
-"êîèòî\n"
-"ñúùċñòâóâàò íà âàĝè˙ òâúä äèñê è äà è çàìċíèòċ ñ íîâàòà Mandrake Linux\n"
-"ñèñòċìà, èçáċċòċ òàçè îïöè˙. Áúäċòċ âíèìàòċëíè ñ òîâà ċĝċíè˙, çàùîòî í˙ìà\n"
-"äà ìîĉċòċ äà âúíċòċ îáàòíî èçáîà ñè, ñëċä êàòî ïîòâúäèòċ.\n"
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+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:1
+#, fuzzy, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\n"
"\n"
-" !! Àêî èçáċċòċ òàçè îïöè˙, âñè÷êè äàííè íà äèñêà âè ùċ áúäàò "
-"çàóáċíè !!\n"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"from the provided list.\n"
"\n"
-" * \"Èçòèé Windows\": Òîâà ïîñòî ùċ èçòèċ âñè÷êî íà äèñêà è ùċ çàïî÷íċ "
-"íà\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 and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\n"
+"\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
+msgstr ""
+"Ïî ïîäàçáèàíċ, DrakX ïċäïîëàà ÷ċ èìàòċ äâóáóòîííà ìèĝêà è ùċ âêëŝ÷è\n"
+"ñèìóëèàíċ íà òè áóòîíà. DrakX àâòîìàòè÷íî àçáèà äàëè ċ PS/2, ñċèéíà "
+"èëè\n"
+"USB ìèĝêà.\n"
"\n"
-" !! Àêî èçáċċòċ òàçè îïöè˙, âñè÷êè äàííè íà äèñêà âè ùċ áúäàò "
-"çàóáċíè !!\n"
+"Àêî èñêàòċ äà îïċäċëèòċ äó òèï íà ìèĝêàòà, èçáċċòċ ïîäġîä˙ù îò ñïèñúêà,\n"
+"êîéòî ùċ âè áúäċ ïċäñòàâċí.\n"
"\n"
-" * \"Ċêñïċòċí ċĉèì\": èçáċċòċ òàçè îïöè˙, àêî èñêàòċ ú÷íî äà àçäċëèòċ\n"
-"òâúäè˙ ñè äèñê. Áúäċòċ âíèìàòċëíè - òîâà ċ ìîùċí, íî îïàñċí èçáî. Ìîĉċòċ\n"
-"ìíîî ëċñíî äà çàóáèòċ âñè÷êè äàííè. Òàêà ÷ċ íċ èçáèàéòċ òîâà, àêî íċ\n"
-"çíàċòċ êàêâî ïàâèòċ."
+"Àêî èçáċċòċ ìèĝêà àçëè÷íà îò òàçè ïî ïîäàçáèàíċ, ùċ âè áúäċ ïċäîñòàâċí\n"
+"ċêàí çà ïîáà. Èçïîëçâàéòċ áóòîíèòċ è êîëċëöċòî, çà äà ïîâċèòċ, ÷ċ\n"
+"íàñòîéêàòà ċ äîà. Àêî ìèĝêàòà íċ àáîòè, êàêòî ò˙áâà, íàòèñíċòċ èíòċâàë\n"
+"èëè ÑĊ ÂÚÍĊÒĊ êúì \"Îòêàç\" è èçáċċòċ ïàê."
-#: ../../help.pm_.c:347
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"There you are. Installation is now completed 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"
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\n"
"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\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"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\n"
"\n"
-" Note that two different options are available after clicking the button:\n"
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
+msgstr ""
+"Ìîë˙, öúêíċòċ íà ïċäïî÷èòàíè˙ ċçèê íà èíñòàëàöè˙ è ñèñòċìíà óïîòċáà.\n"
"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
+"Öúêàíċòî íà áóòîíà \"Íàïċäíè÷àâ\" ùċ âè ïîçâîëè äà èçáċċòċ äóè ċçèöè\n"
+"äà áúäàò èíñòàëèàíè íà àáîòíàòà âè ñòàíöè˙. Èçáèàíċòî íà äóè ċçèöè\n"
+"ùċ èíñòàëèà ôàéëîâċ ñïċöèâè÷íè çà ċçèöèòċ çà ñèñòċìíà äîêóìċíòàöè˙ è\n"
+"ïèëîĉċíè˙. Íàïèìċ, àêî èìàòċ ïîòċáèòċëè îò Èçïàíè˙ íà ìàĝèíàòà ñè,\n"
+"èçáċċòċ àíëèéñêè êàòî ëàâċí ċçèê â äúâîâèäíàòà ôîìà è â ñċêöè˙\n"
+"\"Íàïċäíè÷àâ\" öúêíċòċ íà ñèâàòà çâċçäà ñúîòâċòñòâàùà íà\n"
+"\"Èñïàíñêè|Èñïàíè˙\".\n"
+"Îòáċëċĉċòċ, ÷ċ ìîàò äà áúäàò èíñòàëèàíè í˙êîëêî ċçèêà. Âċäíúĉ èçáàí\n"
+"í˙êàêúâ ëîêàë, öúêíċòċ áóòîíà \"OK\", çà äà ïîäúëĉèòċ."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
"\n"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\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"
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
+msgstr ""
+"Îáèêíîâċíî, DrakX áè ò˙áâàëî äà èçáċċ ïàâèëíàòà çà âàñ êëàâèàòóà (â "
+"çàâèñèìîñò\n"
+"îò ċçèêà, êîéòî ñòċ èçáàëè) è í˙ìà äà ñċ íàëîĉè äà âèäèòċ òàçè ñòúïêà. "
+"Îáà÷ċ ìîĉċ äà\n"
+"í˙ìàòċ êëàâèàòóà ñúîòâċòñòâàùà òî÷íî íà âàĝè˙ ċçèê: íàïèìċ, àêî ñòċ "
+"àíëîîâî˙ù ĝâċä,\n"
+"ìîĉċ áè ùċ èñêàòċ êëàâèàòóàòà âè äà áúäċ ĝâċäñêà. Èëè àêî îâîèòċ "
+"aíëèéñêè, íî ñòċ\n"
+"â Êâċáċê, ìîĉċ áè ùċ ñòċ â ñúùàòà ñèòóàöè˙. È â äâàòà ñëó÷à˙, ùċ ò˙áâà äà "
+"ñċ âúíċòċ\n"
+"êúì òàçè èíñòàëàöèîííà ñòúïêà è äà èçáċċòċ ïàâèëíàòà êëàâèàòóà îò "
+"ñïèñúêà.\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"
+"îò ñïèñúêà, êîéòî ùċ ñċ ïî˙âè ïċä âàñ.\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"
+"íà áóòîíà \"Íàïċäíè÷àâ\". Ùċ âè áúäċ ïċäîñòàâċí ïúëċí ñïèñúê ñ "
+"ïîääúĉàíèòċ êëàâèàòóè."
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\n"
"\n"
-"Áóòîíà \"Íàïċäíè÷àâ\" (ñàìî â \"Ċêñïċòċí\") ïîêàçâà îùċ äâà áóòîíà çà:\n"
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\n"
"\n"
-" * \"ċíċèàíċ íà äèñêċòà çà àâòîìàòè÷íà èíñòàëàöè˙\": çà äà ñúçäàäċòċ\n"
-"èíñòàëàöèîííà äèñêċòà, êî˙òî ñëċä òîâà àâòîìàòè÷íî äà èç÷úĝâà ö˙ëàòà\n"
-"èíñòàëàöè˙ áċç ïîìîùòà íà îïċàòî, ïèëè÷àùà íà èíñòàëàöè˙òà, êî˙òî òîêó-"
-"ùî\n"
-"ñòċ èçâúĝèëè.\n"
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\n"
"\n"
-" Îòáċëċĉċòċ, ÷ċ äâċ àçëè÷íè îïöèè ñà äîñòúíè, ÷ċç öúêàíċ íà áóòîíà:\n"
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\n"
"\n"
-" * \"Ïċèàé\". Òîâà ċ ÷àñòè÷íî àâòîìàòèçèàíà èíñòàëàöè˙ êàòî ñòúïêèòċ\n"
-"ïî àçäċë˙íċ íà ä˙ëîâċ îñòàâàò èíòċàêòèâíè.\n"
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+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"
-" * \"Àâòîìàòè÷íà\". Íàïúëíî àâòîìàòè÷íà èíñòàëàöè˙: òâúäè˙ò äèñê ñċ\n"
-"ïċçàïèñâà íàïúëíî, âñ˙êàêâè äàííè ñċ çàóáâàò.\n"
+"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
+"\"Capacity\".\n"
"\n"
-" Òàçè îñîáċíîñò ċ ìíîî óäîáíà, êîàòî èíñòàëèàòċ îë˙ì áîé ïîäîáíî\n"
-"ìàĝèíè. Âèĉòċ ñċêöè˙òà çà àâòîìàòè÷íà èíñòàëàöè˙ íà íàĝè˙ web-ñàéò.\n"
+"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\n"
"\n"
-" * \"Çàïàçè èçáîà íà ïàêċòè\"(*): çàïàçâà èçáîà íà ïàêċòè, òàêà êàêòî "
-"ċ\n"
-"íàïàâċí ïċäè. Êîàòî ïàâèòċ äóà èíñòàëàöè˙, âêààéòċ äèñêċòàòà â\n"
-"óñòîéñòâîòî è ïóñíċòċ èíñòàëàöè˙òà äà âúâè ÷ċç ïîìîùíè˙ ċêàí, êàòî\n"
-"íàòèñíċòċ êëàâèĝà [F1] è êàòî íàïèĝċòċ >>linux defcfg=\"floppy\"<<.\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"
-"(*) Ò˙áâà âè 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 on it).\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-"it.\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc.\n"
"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
+"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
+"disk or partition is called \"C:\")."
msgstr ""
-"Âñè÷êè íîâîäċôèíèàíè ä˙ëîâċ ò˙áâà äà áúäàò ôîìàòèàíè, çà äà ñċ "
-"èçïîëçâàò\n"
-"(ôîìàòèàíċ îçíà÷àâà ñúçäàâàíċ íà ôàéëîâà ñèñòċìà).\n"
+"Áċĝċ çàñċ÷ċí ïîâċ÷ċ îò ċäèí Microsoft Windows ä˙ë\n"
+"íà òâúäè˙ âè äèñêà. Èçáċċòċ òîçè, ÷è˙òî äúëĉèíà èñêàòċ äà ïîìċíèòċ, çà "
+"äà\n"
+"èíñòàëèàòċ Mandrake Linux îïċàöèîííà ñèñòċìà.\n"
"\n"
-"Â òîçè ìîìċíòà ìîĉċ áè èñêàòċ äà ïċôîìàòèàòċ í˙êîè ñúùċñòâóâàùè ä˙ëîâċ, "
-"çà\n"
-"äà èçòèċòċ âñ˙êàêâè äàííè, êîèòî ñúäúĉàò. Àêî èñêàòċ äà î íàïàâèòċ, "
-"ìîë˙\n"
-"èçáċċòċ ò˙ġ.\n"
"\n"
-"Ìîë˙, îòáċëċĉċòċ, ÷ċ íċ ċ íċîáġîäèìî äà ïċôîìàòèàòċ âñè÷êè ä˙ëîâċ\n"
-"ñúùċñòâóâàùè îòïċäè. Ò˙áâà äà ïċôîìàòèàòċ ä˙ëîâċòċ ñúäúĉàùè\n"
-"îïċàöèîííàòà ñèñòċìà (êàòî \"/\", \"/usr\" èëè \"/var\"), íî òîâà íċ ċ\n"
-"çàäúëĉèòċëíî çà ä˙ëîâċ ñúäúĉàùè äàííè, êîèòî èñêàòċ äà çàïàçèòċ "
-"(îáèêíîâċíî\n"
-"\"/home\").\n"
+"Çà èíôîìàöè˙, âñċêè ä˙ë ċ èçáîċí êàêòî ñëċäâà: \"Linux èìċ\", \"Windows èìċ"
+"\", \"Êàïàöèòċò\".\n"
"\n"
-"Ìîë˙, áúäċòċ âíèìàòċëíè, êîàòî èçáèàòċ ä˙ëîâċòċ. Ñëċä ôîìàòèàíċ âñè÷êè\n"
-"äàííè íà ïîñî÷ċíèòċ ä˙ëîâċ ùċ áúäàò èçòèòè è í˙ìà äà ìîĉċòċ äà è\n"
-"âúçñòàíîâèòċ.\n"
+"\"Linux èìċòî\" ñċ êîäèà êàêòî ñëċäâà: \"òèï íà äèñêà\", \"íîìċ íà äèñêà"
+"\",\n"
+"\"íîìċ íà ä˙ë\" (íàïèìċ, \"hda1\").\n"
"\n"
-"Öúêíċòċ \"OK\", êîàòî ñòċ îòîâè äà ôîìàòèàòċ äàëîâċ.\n"
"\n"
-"Öúêíċòċ \"Îòêàç\", àêî èñêàòċ äà èçáċċòċ äóè ä˙ëîâċ çà èíñòàëàöè˙ íà "
-"íîâàòà\n"
-"ñè Mandrake Linux îïċàöèîííà ñèñòċìà.\n"
+"\"Òèïúò íà äèñêà\" ìîĉċ äà ċ \"hd\", àêî ċ IDE òâúä äèñê, èëè \"sd\", àêî "
+"ċ\n"
+"SCSI òâúä äèñê.\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"
+"\"Íîìċúò íà äèñêà\" âèíàè ċ áóêâàòà ñëċä \"hd\" èëè \"sd\". Ïè IDE "
+"äèñêîâċ:\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 able 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"
+" * \"a\" îçíà÷àâà \"master äèñê íà ïúâè˙ IDE êîíòîëċ\",\n"
+" * \"b\" îçíà÷àâà \"slave äèñê íà ïúâè˙ IDE êîíòîëċ\",\n"
+" * \"c\" îçíà÷àâà \"master äèñê íà âòîè˙ IDE êîíòîëċ\",\n"
+" * \"d\" îçíà÷àâà \"slave äèñê íà âòîè˙ IDE êîíòîëċ\".\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 included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"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"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"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"
+"Ïè SCSI óñòîéñòâà, \"a\" îçíà÷àâà \"ïúâè òâúä äèñê\", \"b\" îçíà÷àâà "
+"\"âòîè òâúä äèñê\" è ò.í..\n"
"\n"
-"Àêî íċ çíàċòċ êàêòî äà èçáċċòċ, èçáċċòċ îïöè˙òà ïî ïîäàçáèàíċ."
+"\"Windows èìċòî\" ċ áóêâàòà íà òâúäè˙ âè äèñê ïîä Windows (ïúâè˙ò äèñê "
+"èëè\n"
+"ä˙ë ñċ íàè÷à \"C:\")."
-#: ../../help.pm_.c:442
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
@@ -3550,59 +1905,63 @@ msgid ""
"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"
+"drive\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\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\n"
-"recommended to perform this step;\n"
+"recommended that you perform this step.\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a floppy disk;\n"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a 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"
+"doesn't always work.\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\n"
"\n"
" * \"Removable media automounting\": unchecking this option will force\n"
"users 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\n"
-"your hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\n"
"\n"
" * \"Done\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
+"partitions using [Tab] and the [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"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
-" * Ctrl-d to delete a partition;\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-" * Ctrl-m to set the mount point.\n"
+" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different filesystem types available, please\n"
+"To get information about the different file system 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"
+"``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."
@@ -3674,641 +2033,955 @@ msgstr ""
"íàìċèòċ çà ïîëċçíî ì˙ñòî, êúäċòî äà ñúġàí˙âàòċ í˙êîċ ˙äî èëè image íà\n"
"ramdisk â ñëó÷àé íà èçâúíċäíè ñèòóàöèè."
-#: ../../help.pm_.c:513
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\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"
+"If you do not know what to choose, keep the default option."
+msgstr ""
+"Â òîçè ìîìċíò, ò˙áâà äà èçáċċòċ íèâîòî íà ñèóíîñò, êîċòî èñêàòċ çà\n"
+"ìàĝèíàòà. Ïî ïàâèëî, êîëêîòî ïîâċ÷ċ ìàĝèíàòà âè ċ äîñòúïíà è êîëêîòî "
+"ïîâċ÷ċ\n"
+"äàííè ñċ ñúġàí˙âàò íà íċ˙, òîëêîâà ïî-âèñîêî ò˙áâà äà ċ íèâîòî íà "
+"ñèóíîñò.\n"
+"Âúïċêè òîâà, âèñîêàòà ñèóíîñò ċ çà ñìċòêà íà ëċêîòàòà íà àáîòà.\n"
+"Îáúíċòċ ñċ êúì ëàâàòà MSEC íà Reference Manual, çà äà ïîëó÷èòċ ïîâċ÷ċ "
+"èíôîìàöè˙\n"
+"çà çíà÷ċíèċòî íà òċçè íèâà.\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"
+"Àêî íċ çíàċòċ êàêòî äà èçáċċòċ, èçáċċòċ îïöè˙òà ïî ïîäàçáèàíċ."
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able 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"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"the selected package( s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
+"it.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Click on \"Next ->\" when you are ready to format partitions.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new Mandrake Linux operating system installation.\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
msgstr ""
-"Áċĝċ çàñċ÷ċí ïîâċ÷ċ îò ċäèí Microsoft Windows ä˙ë\n"
-"íà òâúäè˙ âè äèñêà. Èçáċċòċ òîçè, ÷è˙òî äúëĉèíà èñêàòċ äà ïîìċíèòċ, çà "
-"äà\n"
-"èíñòàëèàòċ Mandrake Linux îïċàöèîííà ñèñòċìà.\n"
+"Âñè÷êè íîâîäċôèíèàíè ä˙ëîâċ ò˙áâà äà áúäàò ôîìàòèàíè, çà äà ñċ "
+"èçïîëçâàò\n"
+"(ôîìàòèàíċ îçíà÷àâà ñúçäàâàíċ íà ôàéëîâà ñèñòċìà).\n"
"\n"
+"Â òîçè ìîìċíòà ìîĉċ áè èñêàòċ äà ïċôîìàòèàòċ í˙êîè ñúùċñòâóâàùè ä˙ëîâċ, "
+"çà\n"
+"äà èçòèċòċ âñ˙êàêâè äàííè, êîèòî ñúäúĉàò. Àêî èñêàòċ äà î íàïàâèòċ, "
+"ìîë˙\n"
+"èçáċċòċ ò˙ġ.\n"
"\n"
-"Çà èíôîìàöè˙, âñċêè ä˙ë ċ èçáîċí êàêòî ñëċäâà: \"Linux èìċ\", \"Windows èìċ"
-"\", \"Êàïàöèòċò\".\n"
+"Ìîë˙, îòáċëċĉċòċ, ÷ċ íċ ċ íċîáġîäèìî äà ïċôîìàòèàòċ âñè÷êè ä˙ëîâċ\n"
+"ñúùċñòâóâàùè îòïċäè. Ò˙áâà äà ïċôîìàòèàòċ ä˙ëîâċòċ ñúäúĉàùè\n"
+"îïċàöèîííàòà ñèñòċìà (êàòî \"/\", \"/usr\" èëè \"/var\"), íî òîâà íċ ċ\n"
+"çàäúëĉèòċëíî çà ä˙ëîâċ ñúäúĉàùè äàííè, êîèòî èñêàòċ äà çàïàçèòċ "
+"(îáèêíîâċíî\n"
+"\"/home\").\n"
"\n"
-"\"Linux èìċòî\" ñċ êîäèà êàêòî ñëċäâà: \"òèï íà äèñêà\", \"íîìċ íà äèñêà"
-"\",\n"
-"\"íîìċ íà ä˙ë\" (íàïèìċ, \"hda1\").\n"
+"Ìîë˙, áúäċòċ âíèìàòċëíè, êîàòî èçáèàòċ ä˙ëîâċòċ. Ñëċä ôîìàòèàíċ âñè÷êè\n"
+"äàííè íà ïîñî÷ċíèòċ ä˙ëîâċ ùċ áúäàò èçòèòè è í˙ìà äà ìîĉċòċ äà è\n"
+"âúçñòàíîâèòċ.\n"
"\n"
+"Öúêíċòċ \"OK\", êîàòî ñòċ îòîâè äà ôîìàòèàòċ äàëîâċ.\n"
"\n"
-"\"Òèïúò íà äèñêà\" ìîĉċ äà ċ \"hd\", àêî ċ IDE òâúä äèñê, èëè \"sd\", àêî "
-"ċ\n"
-"SCSI òâúä äèñê.\n"
+"Öúêíċòċ \"Îòêàç\", àêî èñêàòċ äà èçáċċòċ äóè ä˙ëîâċ çà èíñòàëàöè˙ íà "
+"íîâàòà\n"
+"ñè Mandrake Linux îïċàöèîííà ñèñòċìà.\n"
"\n"
+"Öúêíċòċ \"Íàïċäíè÷àâ\", àêî èñêàòċ äà èçáċċòċ ä˙ëîâċ, êîèòî äà áúäàò\n"
+"ïîâċċíè çà ëîĝè áëîêîâċ îò äèñêà."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\n"
"\n"
-"\"Íîìċúò íà äèñêà\" âèíàè ċ áóêâàòà ñëċä \"hd\" èëè \"sd\". Ïè IDE "
-"äèñêîâċ:\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-" * \"a\" îçíà÷àâà \"master äèñê íà ïúâè˙ IDE êîíòîëċ\",\n"
-" * \"b\" îçíà÷àâà \"slave äèñê íà ïúâè˙ IDE êîíòîëċ\",\n"
-" * \"c\" îçíà÷àâà \"master äèñê íà âòîè˙ IDE êîíòîëċ\",\n"
-" * \"d\" îçíà÷àâà \"slave äèñê íà âòîè˙ IDE êîíòîëċ\".\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"that will automatically perform a whole installation without the help of an\n"
+"operator, similar to the installation you just configured.\n"
"\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-"Ïè SCSI óñòîéñòâà, \"a\" îçíà÷àâà \"ïúâè òâúä äèñê\", \"b\" îçíà÷àâà "
-"\"âòîè òâúä äèñê\" è ò.í..\n"
+" * \"Replay\". This is a partially automated installation. The\n"
+"partitioning step is the only interactive procedure.\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\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
-"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
-"\n"
-"Depending on your GNU/Linux knowledge, select one of the following 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 GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
-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:582
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\n"
-"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\n"
+"\n"
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\n"
"\n"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>linux defcfg=\"floppy\" <<.\n"
+"\n"
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
msgstr ""
-"Îáèêíîâċíî, DrakX áè ò˙áâàëî äà èçáċċ ïàâèëíàòà çà âàñ êëàâèàòóà (â "
-"çàâèñèìîñò\n"
-"îò ċçèêà, êîéòî ñòċ èçáàëè) è í˙ìà äà ñċ íàëîĉè äà âèäèòċ òàçè ñòúïêà. "
-"Îáà÷ċ ìîĉċ äà\n"
-"í˙ìàòċ êëàâèàòóà ñúîòâċòñòâàùà òî÷íî íà âàĝè˙ ċçèê: íàïèìċ, àêî ñòċ "
-"àíëîîâî˙ù ĝâċä,\n"
-"ìîĉċ áè ùċ èñêàòċ êëàâèàòóàòà âè äà áúäċ ĝâċäñêà. Èëè àêî îâîèòċ "
-"aíëèéñêè, íî ñòċ\n"
-"â Êâċáċê, ìîĉċ áè ùċ ñòċ â ñúùàòà ñèòóàöè˙. È â äâàòà ñëó÷à˙, ùċ ò˙áâà äà "
-"ñċ âúíċòċ\n"
-"êúì òàçè èíñòàëàöèîííà ñòúïêà è äà èçáċċòċ ïàâèëíàòà êëàâèàòóà îò "
-"ñïèñúêà.\n"
+"À òàêà ! Èíñòàëàöè˙òà ċ çàâúĝċíà è GNU/Linux ñèñòċìàòà âè ċ îòîâà çà\n"
+"óïîòċáà. Ïîñòî öúêíċòċ \"OK\", çà äà ċñòàòèàòċ ñèñòċìàòà. Ìîĉċòċ äà\n"
+"ñòàòèàòċ GNU/Linux èëè Windows, êîċòî ïċäïî÷èòàòċ (àêî èìàòċ äâċ "
+"ñèñòċìè),\n"
+"âċäíàà ñëċä êàòî êîìïŝòúúò ñòàòèà îòíîâî.\n"
"\n"
-"Âñè÷êî, êîċòî ò˙áâà äà íàïàâèòċ, ċ äà ïîñî÷èòċ ïċäïî÷èòàíàòà êëàâèàòóíà "
-"íàċäáà\n"
-"îò ñïèñúêà, êîéòî ùċ ñċ ïî˙âè ïċä âàñ.\n"
+"Áóòîíà \"Íàïċäíè÷àâ\" (ñàìî â \"Ċêñïċòċí\") ïîêàçâà îùċ äâà áóòîíà çà:\n"
"\n"
-"Àêî èìàòċ êëàâèàòóà îò ċçèê àçëè÷ċí îò òîçè èçïîëçâàí ïî ïîäàçáèàíċ, "
-"öúêíċòċ\n"
-"íà áóòîíà \"Íàïċäíè÷àâ\". Ùċ âè áúäċ ïċäîñòàâċí ïúëċí ñïèñúê ñ "
-"ïîääúĉàíèòċ êëàâèàòóè."
-
-#: ../../help.pm_.c:598
-msgid ""
-"The first step is to choose your preferred language.\n"
+" * \"ċíċèàíċ íà äèñêċòà çà àâòîìàòè÷íà èíñòàëàöè˙\": çà äà ñúçäàäċòċ\n"
+"èíñòàëàöèîííà äèñêċòà, êî˙òî ñëċä òîâà àâòîìàòè÷íî äà èç÷úĝâà ö˙ëàòà\n"
+"èíñòàëàöè˙ áċç ïîìîùòà íà îïċàòî, ïèëè÷àùà íà èíñòàëàöè˙òà, êî˙òî òîêó-"
+"ùî\n"
+"ñòċ èçâúĝèëè.\n"
"\n"
-"Please choose your preferred language for installation and system usage.\n"
+" Îòáċëċĉċòċ, ÷ċ äâċ àçëè÷íè îïöèè ñà äîñòúíè, ÷ċç öúêàíċ íà áóòîíà:\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 host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"section, click on the box corresponding to \"Spanish|Spain\".\n"
+" * \"Ïċèàé\". Òîâà ċ ÷àñòè÷íî àâòîìàòèçèàíà èíñòàëàöè˙ êàòî ñòúïêèòċ\n"
+"ïî àçäċë˙íċ íà ä˙ëîâċ îñòàâàò èíòċàêòèâíè.\n"
"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue.\n"
+" * \"Àâòîìàòè÷íà\". Íàïúëíî àâòîìàòè÷íà èíñòàëàöè˙: òâúäè˙ò äèñê ñċ\n"
+"ïċçàïèñâà íàïúëíî, âñ˙êàêâè äàííè ñċ çàóáâàò.\n"
"\n"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
-msgstr ""
-"Ìîë˙, öúêíċòċ íà ïċäïî÷èòàíè˙ ċçèê íà èíñòàëàöè˙ è ñèñòċìíà óïîòċáà.\n"
+" Òàçè îñîáċíîñò ċ ìíîî óäîáíà, êîàòî èíñòàëèàòċ îë˙ì áîé ïîäîáíî\n"
+"ìàĝèíè. Âèĉòċ ñċêöè˙òà çà àâòîìàòè÷íà èíñòàëàöè˙ íà íàĝè˙ web-ñàéò.\n"
"\n"
-"Öúêàíċòî íà áóòîíà \"Íàïċäíè÷àâ\" ùċ âè ïîçâîëè äà èçáċċòċ äóè ċçèöè\n"
-"äà áúäàò èíñòàëèàíè íà àáîòíàòà âè ñòàíöè˙. Èçáèàíċòî íà äóè ċçèöè\n"
-"ùċ èíñòàëèà ôàéëîâċ ñïċöèâè÷íè çà ċçèöèòċ çà ñèñòċìíà äîêóìċíòàöè˙ è\n"
-"ïèëîĉċíè˙. Íàïèìċ, àêî èìàòċ ïîòċáèòċëè îò Èçïàíè˙ íà ìàĝèíàòà ñè,\n"
-"èçáċċòċ àíëèéñêè êàòî ëàâċí ċçèê â äúâîâèäíàòà ôîìà è â ñċêöè˙\n"
-"\"Íàïċäíè÷àâ\" öúêíċòċ íà ñèâàòà çâċçäà ñúîòâċòñòâàùà íà\n"
-"\"Èñïàíñêè|Èñïàíè˙\".\n"
-"Îòáċëċĉċòċ, ÷ċ ìîàò äà áúäàò èíñòàëèàíè í˙êîëêî ċçèêà. Âċäíúĉ èçáàí\n"
-"í˙êàêúâ ëîêàë, öúêíċòċ áóòîíà \"OK\", çà äà ïîäúëĉèòċ."
+" * \"Çàïàçè èçáîà íà ïàêċòè\"(*): çàïàçâà èçáîà íà ïàêċòè, òàêà êàêòî "
+"ċ\n"
+"íàïàâċí ïċäè. Êîàòî ïàâèòċ äóà èíñòàëàöè˙, âêààéòċ äèñêċòàòà â\n"
+"óñòîéñòâîòî è ïóñíċòċ èíñòàëàöè˙òà äà âúâè ÷ċç ïîìîùíè˙ ċêàí, êàòî\n"
+"íàòèñíċòċ êëàâèĝà [F1] è êàòî íàïèĝċòċ >>linux defcfg=\"floppy\"<<.\n"
+"\n"
+"(*) Ò˙áâà âè FAT-ôîìàòèàíà äèñêċòà (çà äà ñúçäàäċòċ òàêâà ïîä GNU/Linux,\n"
+"íàïèĝċòċ \"mformat a:\")"
-#: ../../help.pm_.c:617
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it 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"
+"At this point, you need to decide 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"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux system.\n"
"\n"
-"If you wish to specify a different type of mouse, select the appropriate\n"
-"type from the provided list.\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, take your time.\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.\n"
+"Depending on your hard drive configuration, several options are available:\n"
"\n"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
-msgstr ""
-"Ïî ïîäàçáèàíċ, DrakX ïċäïîëàà ÷ċ èìàòċ äâóáóòîííà ìèĝêà è ùċ âêëŝ÷è\n"
-"ñèìóëèàíċ íà òè áóòîíà. DrakX àâòîìàòè÷íî àçáèà äàëè ċ PS/2, ñċèéíà "
-"èëè\n"
-"USB ìèĝêà.\n"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\n"
"\n"
-"Àêî èñêàòċ äà îïċäċëèòċ äó òèï íà ìèĝêàòà, èçáċċòċ ïîäġîä˙ù îò ñïèñúêà,\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. You will then be asked to choose the mount points associated with\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and for the most part it's a good idea to keep them.\n"
"\n"
-"Àêî èçáċċòċ ìèĝêà àçëè÷íà îò òàçè ïî ïîäàçáèàíċ, ùċ âè áúäċ ïċäîñòàâċí\n"
-"ċêàí çà ïîáà. Èçïîëçâàéòċ áóòîíèòċ è êîëċëöċòî, çà äà ïîâċèòċ, ÷ċ\n"
-"íàñòîéêàòà ċ äîà. Àêî ìèĝêàòà íċ àáîòè, êàêòî ò˙áâà, íàòèñíċòċ èíòċâàë\n"
-"èëè ÑĊ ÂÚÍĊÒĊ êúì \"Îòêàç\" è èçáċċòċ ïàê."
-
-#: ../../help.pm_.c:638
-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:642
-msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to be difficult to become \"root\".\n"
+" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\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"
+" Before choosing this option, please understand that after this\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store your data or to install new software.\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"
+" * \"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, because you will not be able to\n"
+"undo your choice after you confirm.\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"
+" !! If you choose this option, all data on your disk will be deleted. !!\n"
"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\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 your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your network administrator.\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
msgstr ""
-
-#: ../../help.pm_.c:678
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\n"
+"Â òîçè ìîìċíò ò˙áâà èçáċċòċ êúäċ íà òâúäè˙ ñè äèñêà äà èíñòàëèàòċ "
+"âàĝàòà\n"
+"Mandrake Linux îïċàöèîííà ñèñòċìà. Àêî òâúäè˙ò âè äèñê ċ ïàçċí èëè äóà\n"
+"îïċàöèîííà ñèñòċìà èçïîëçâà ö˙ëîòî ïîñòàíñòâî, ùċ ò˙áâà äà î "
+"àçäċëèòċ.\n"
+"Êàçàíî ïîñòè÷êî, àçäċë˙íċòî íà òâúäè˙ äèñê ñċ ñúñòîè â ëîè÷ċñêî "
+"àçäċë˙íċ\n"
+"öċë äà ñċ ñúçäàäċ ì˙ñòî çà èíñòàëàöè˙ íà íîâàòà Mandrake Linux ñèñòċìà.\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"
+"èçëċĉäà ïëàĝċù è ñò˙ñêàù, àêî ñòċ íċîïèòċí ïîòċáèòċë. Ñëàâà Áîó, èìà\n"
+"ìàüîñíèê, êîéòî îïîñò˙âà òîçè ïîöċñ. Ïċäè äà çàïî÷íċòċ, êîíñóëòèàéòċ "
+"ñċ\n"
+"ñ úêîâîäñòâîòî è íċ áúçàéòċ.\n"
"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
+"Àêî ïóñêàòċ èíñòàëàöè˙òà â Ċêñïċòċí ċĉèì, ùċ áúäċòċ âúâċäċíè â DiskDrake,\n"
+"àçäċë˙ùè˙ èíñòóìċíò íà Mandrake Linux, êîéòî âè ïîçâîë˙âà äà äîíàñòîèòċ\n"
+"ä˙ëîâċòċ ñè. Âèĉòċ ëàâàòà DiskDrake îò úêîâîäñòâîòî. Îò èíñòàëàöèîííè˙\n"
+"èíòċôċéñ ìîĉċòċ äà èçïîëçâàòċ ìàüîñíèöèòċ, êàòî íàòèñíċòċ áóòîíà\n"
+"\"Ìàüîñíèê\" íà äèàëîà.\n"
"\n"
-"if in doubt, DrakX will display a dialog with various options.\n"
+"Àêî ä˙ëîâċòċ ñà âċ÷ċ îïċäċëċíè, äàëè îò ïċäèĝíà èíñòàëàöè˙ èëè îò äó\n"
+"èñòóìċíò çà àçäċë˙íċ, ïîñòî èçáċċòċ íà êîé äà èíñòàëèàòċ Linux\n"
+"ñèñòċìàòà.\n"
"\n"
-" * \"Bootloader to use\": you have three choices:\n"
+"Àêî ä˙ëîâċòċ íċ ñà îïċäċëċíè, ùċ ò˙áâà äà ñúçäàäċòċ òàêèâà èçïîëçâàéêè\n"
+"ìàüîñíèêà. Â çàâèñèìîñò îò íàñòîéêàòà íà òâúäè˙ äèñê, ñà âúçìîĉíè "
+"í˙êîëêî\n"
+"îïöèè:\n"
"\n"
-" * \"GRUB\": if you prefer grub (text menu);\n"
+" * \"Èçïîëçâàé ñâîáîäíîòî ïîñòàíñòâî\": òàçè îïöè˙ ïîñòî ùċ äîâċäċ òî\n"
+"àâòîìàòè÷íî ïîäċë˙íċ íà ïàçíîòî ïîñòàíñòâî íà òâúäè˙ âè äèñê. Í˙ìà äà\n"
+"áúäċòċ ïèòàíè çà òîâà.\n"
"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface;\n"
+" * \"Èçïîëçâàé ñúùċñòâóâàù ä˙ë\": ìàüîñíèêúò ċ çàñ˙êúë ċäèí èëè ïîâċ÷ċ\n"
+"ñúùċñòâóâàùè Linux ä˙ëîâċ íà òâúäè˙ âè äèñê. Àêî èñêàòċ äà è èçïîëçâàòċ,\n"
+"èçáċċòċ òàçè îïöè˙.\n"
"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
-"interface.\n"
+" * \"Èçïîëçâàé ñâîáîäíîòî ïîñòàíñòâî íà Windows ä˙ë\": àêî èìàòċ "
+"èíñòàëèàí\n"
+"Microsoft Windows íà òâúäè˙ ñè äèñê è òîé çàċìà ö˙ëîòî äîñòúïíî\n"
+"ïîñòàíñòâî íà íċî, ò˙áâà äà îñâîáîäèòċ ì˙ñòî çà Linux äàííè. Çà äà\n"
+"íàïàâèòċòîâà, ìîĉċòċ äà èçòèċòċ Microsoft Windows ä˙ëà è äàííèòċ (âèĉòċ\n"
+"ċĝċíè˙òà \"Èçòèé öċëè˙ äèñê\" èëè \"Ċêïċòċí ċĉèì\") èëè äà ïîìċíèòċ\n"
+"îëċìèíàòà íà Microsoft Windows ä˙ëà. Ïîì˙íàòà íà îëċìèíàòà ìîĉċ äà áúäċ\n"
+"èçâúĝċíà áċç çàóáà íà äàííè. Òîâà ċĝċíèċ ñċ ïċïîú÷âà, àêî èñêàòċ\n"
+"ċäíîâċìċííî Mandrake Linux è Microsoft Windows íà ċäèí è ñúùè êîìïŝòú.\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"
+"îëċìèíàòà íà Microsoft Windows ä˙ëà ùċ áúäċ ïî-ìàëêà, îòêîëêîòî ïċäè "
+"òîâà.\n"
+"Ùċ èìàòċ ïî-ìàëêî ì˙ñòî ïîä Microsoft Windows çà ñúġàí˙âàíċ íà äàííè èëè "
+"çà\n"
+"èíñòàëèà íà íîâ ñîôòóċ.\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"
+"ñúùċñòâóâàò íà âàĝè˙ òâúä äèñê è äà è çàìċíèòċ ñ íîâàòà Mandrake Linux\n"
+"ñèñòċìà, èçáċċòċ òàçè îïöè˙. Áúäċòċ âíèìàòċëíè ñ òîâà ċĝċíè˙, çàùîòî í˙ìà\n"
+"äà ìîĉċòċ äà âúíċòċ îáàòíî èçáîà ñè, ñëċä êàòî ïîòâúäèòċ.\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"
"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved for the expert user."
-msgstr ""
+" * \"Èçòèé Windows\": Òîâà ïîñòî ùċ èçòèċ âñè÷êî íà äèñêà è ùċ çàïî÷íċ "
+"íà\n"
+"÷èñòî, àçäċë˙íċ îò àç. Âñ˙êàêâè äàííè íà äèñêà âè ùċ áúäàò çàóáċíè.\n"
+"\n"
+" !! Àêî èçáċċòċ òàçè îïöè˙, âñè÷êè äàííè íà äèñêà âè ùċ áúäàò "
+"çàóáċíè !!\n"
+"\n"
+" * \"Ċêñïċòċí ċĉèì\": èçáċċòċ òàçè îïöè˙, àêî èñêàòċ ú÷íî äà àçäċëèòċ\n"
+"òâúäè˙ ñè äèñê. Áúäċòċ âíèìàòċëíè - òîâà ċ ìîùċí, íî îïàñċí èçáî. Ìîĉċòċ\n"
+"ìíîî ëċñíî äà çàóáèòċ âñè÷êè äàííè. Òàêà ÷ċ íċ èçáèàéòċ òîâà, àêî íċ\n"
+"çíàċòċ êàêâî ïàâèòċ."
-#: ../../help.pm_.c:718
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"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"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\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.\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!"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
-"LILO (èëè LInux LOader) è Grub ñà bootloader-è: òċ ìîà äà ñòàòèàò\n"
-"GNU/Linux èëè êî˙ äà ċ äóà îïċàöèîííà ñèñòċìà ñúùċñòâóâàùà íà êîìïŝòúà "
-"âè.\n"
-"Îáèêíîâċííî, òċçè äóè îïċàöèîííè ñèñòċìà ñċ çàñè÷àò è èíñòàëèàò\n"
-"ïàâèëíî. Àêî òîâà íċ ñòàâà ïè âàñ, ìîĉċòċ äà äîáàâ˙òċ çàïèñè íà úêà â\n"
-"òîçè ċêàí. ëċäàéòċ äà èçáċċòċ âċíè ïààìċòè.\n"
+"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"
-"Ìîĉċ äà íċ èñêàòċ äà äàâàòċ äîñòúï äî òċçè îïċàöèîííè ñèñòċìè íà íèêîé,\n"
-"â êîéòî ñëó÷àé ìîĉċòċ äà èçòèċòċ ñúîòâċòíèòċ çàïèñè. Íî â òàêúâ ñëó÷àé,\n"
-"ùċ ñċ íóĉäàċòċ îò boot-äèñêċòà, çà äà è ñòàòèàòċ !"
+" * àêî ñċ ïî˙âè ïîáëċì è íċ ìîĉċòċ äà ïóñíċòċ GNU/Linux îò òâúäè˙ ñè "
+"äèñê,\n"
+"òàçè äèñêċòà ùċ èìà çà öċë ñàìî äà ñòàòèà GNU/Linux. Ò˙ ñúäúĉà "
+"çàäîâîëèòċëċí\n"
+"áîé ñèñòċìíè èíñòóìċíòè çà âúçñòàíîâ˙âàíċ íà ñèñòċìà, êî˙òî ċ çàáèëà ñëċä\n"
+"ñèâ â çàġàíâàíċòî, ñëó÷àéíà ċĝêà, ċĝêà â ïàîëàòà èëè í˙êàêâà äóà\n"
+"ïè÷èíà.\n"
+"\n"
+"Êîàòî öúêíċòċ íà òàçè ñòúïêà, ùċ áúäċòċ ïîìîëċíè äà ïîñòàâèòċ äèñê â\n"
+"óñòîéñòâîòî. Äèñêċòàòà, êî˙òî âêààòċ, ò˙áâà äà áúäċ ïàçíà èëè äà "
+"ñúäúĉà\n"
+"äàííè, îò êîèòî íċ ñċ íóĉäàċòċ. Í˙ìà íóĉäà äà ˙ ôîìàòèàòċ, òúé êàòî DrakX\n"
+"ùċ ïċçàïèĝċ ö˙ëàòà äèñêċòà."
-#: ../../help.pm_.c:732
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
-"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
+"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"
-"ïîñòàâèòċ èíôîìàöè˙òà, íċîáġîäèìà çà ñòàòèàíċòî íà GNU/Linux.\n"
-"\n"
-"Àêî íċ ñòċ ñèóíè â òîâà, êîċòî ïàâèòċ, èçáċċòċ \"Ïúâè˙ ñċêòî íà\n"
-"óñòîéñòâîòî (MBR)\"."
+"Íàêà˙, ùċ áúäċòċ ïîïèòàíè äàëè èñêàòċ äà âèĉäàòċ àôè÷íè˙ èíòċôċéñ ïè\n"
+"çàċĉäàíċ. Îòáċëċĉċòċ, ÷ċ òîçè âúïîñ ùċ âè áúäċ çàäàäċí äàĉċ àêî èçáċċòċ,\n"
+"äà íċ òċñòâàòċ íàñòîéêàòà. Î÷ċâèäíî, áèġòċ îòîâîèëè ñ \"Íċ\", àêî "
+"ìàĝèíàòà\n"
+"ùċ àáîòè êàòî ñúâú èëè àêî í˙ìà óñïċĝíî íàñòîċí äèñïëċé."
-#: ../../help.pm_.c:739
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
-"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a 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 first 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\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
msgstr ""
-#: ../../help.pm_.c:759
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
+"Resolution\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 with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to 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"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Monitor\n"
"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to manually provide options to the driver."
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
msgstr ""
-#: ../../help.pm_.c:781
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
+"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 upon.\n"
"\n"
-"For other OSes, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\n"
"\n"
-"For Linux, there are a few possible options:\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
-" * Label: this is simply the name you will have to type at the yaboot\n"
-"prompt to select this boot option;\n"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\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"
+"Monitor\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\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"
+"Resolution\n"
"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a filesystem check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\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:828
-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"
+"Test\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\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"
+"Options\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Graphic Card\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt;\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
msgstr ""
-#: ../../help.pm_.c:860
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may not), see the following entries:\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"This step is used to choose which services you wish to start at boot time.\n"
"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\n"
"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in;\n"
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"it is safer to leave the default behavior.\n"
"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\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 that 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"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
+"Òóê ñà ïċäñòàâċíè âñè÷êè óñëóè, äîñòúïíè ñ íàñòî˙ùàòà èíñòàëàöè˙.\n"
+"Ïċëċäàéòċ è âíèìàòċëíî è èçêëŝ÷ċòċ òċçè, êîèòî íċ âè ò˙áâàò âèíàè ïè "
+"ñòàòèàíċ.\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\n"
+"Ìîĉċòċ âèäèòċ êàòúê îá˙ñíèòċëċí òċêñò çà óñëóàòà, êàòî ïîñòàâèòċ êóîà íà "
+"ìèĝêàòà ñè\n"
+"íàä èìċòî íà óñëóàòà. Àêî íċ ñòċ ñèóíè, äàëè óñëóàòà ċ ïîëċçíà èëè íċ, "
+"ïî-äîáċ\n"
+"ċ äà îñòàâèòċ èçáîà ïî ïîäàçáèàíċ.\n"
"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"Âíèìàâàéòċ ñ òàçè ñòúïêà, àêî ñì˙òàòċ äà èçïîëçâàòċ ìàĝèíàòà ñè êàòî "
+"ñúâú:\n"
+"ñèóíî íċ áèġòċ èñêàëè äà ïóñêàòċ óñëóè, îò êîèòî íċ ñċ íóĉäàċòċ. Ìîë˙,\n"
+"çàïîìíċòċ, ÷ċ í˙êîè óñëóè ìîàò äà áúäàò îïàñíè, àêî ñà âêëŝ÷ċíè íà "
+"ñúâúà.\n"
+"Ïî ïèíöèï, èçáèàéòċ ñàìî óñëóèòċ, îò êîèòî íàèñòèíà ñċ íóĉäàċòċ."
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
msgstr ""
-#: ../../help.pm_.c:891
+#: ../../help.pm:1
+#, fuzzy, c-format
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!"
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\n"
+"\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\n"
+"\n"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
+"\n"
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
msgstr ""
-"Èçáċċòċ òâúäè˙ äèñê, êîéòî èñêàòċ äà èçòċòċ, çà äà\n"
-"èíñòàëèàì íîâè˙ âè Mandrake Linux ä˙ë. Âíèìàíèċ, âñè÷êè äàííè íà íċî ùċ "
-"áúäàò çàóáċíè\n"
-"è í˙ìà äà ìîàò äà ñċ âúçñòàíîâ˙ò."
+"Àêî èñêàòċ äà ñâúĉċòċ êîìïŝòúà ñè êúì Èíòċíċò èëè êúì ëîêàëíà ìċĉà, "
+"ìîë˙\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:896
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present 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"
-"Click on \"Cancel\" to stop this operation without losing any data and\n"
-"partitions present on this hard drive."
+"Whenever you select a package on the tree, a description appears on the\n"
+"right to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"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 during boot. !!\n"
+"\n"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\n"
+"\n"
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such a floppy."
msgstr ""
-"Öúêíċòċ \"OK\", àêî èñêàòċ äà èçòèċòċ âñè÷êè äàííè è\n"
-"ä˙ëîâċ ñúùċñòâóâàùè íà òîçè òâúä äèñê. Âíèìàíèċ, ñëċä öúêàíċ íà \"OK\", "
-"í˙ìàäà ìîĉċòċ äà âúçñòàíîâèòċ êàêâèòî è äà áèëî äàííè è ä˙ëîâċ ñúùċñòâóâàùè "
-"íà òîçè òâúä äèñê,\n"
-"âêëŝ÷èòċëíî êàêâèòî è äà ċ Windows äàííè.\n"
+"Íàêà˙, â çàâèñèìîñò îò èçáîà âè äàëè äà èçáèàòċ ïàêċòè ċäèí ïî ċäèí, ùċ\n"
+"âè áúäċ ïċäñòàâċíî äúâî ñúäúĉàùî âñè÷êè ïàêċòè ïîäċäċíè ïî óïè è\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"
+"ñúçäàäċòċ òàêàâà äèñêċòà."
-#: ../../install2.pm_.c:111
-#, c-format
+#: ../../help.pm:1
+#, fuzzy, 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)"
+"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"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\n"
+"\n"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\n"
+"\n"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\n"
+"\n"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\n"
+"\n"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\n"
+"\n"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\n"
+"\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\n"
+"\n"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working 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 absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\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"
+"ïè ïîïàâêà èëè îáíîâ˙âàíċ íà ñúùċñòâóâàùàòà ñèñòċìà."
-#: ../../install2.pm_.c:167
-#, c-format
-msgid "You must also format %s"
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD as required."
msgstr ""
+"Èíñòàëàöè˙òà íà Mandrake Linux ċ àçïîëîĉċíà íà í˙êîëêî CDROM-à. DrakX\n"
+"çíàċ äàëè èçáàí ïàêċò íċ ñċ íàìèà íà äó CDROM èëè ùċ èçâàäè òċêóùîòî\n"
+"CD è ùċ âè îñòàâè äà âêààòċ òîâà, îò êîċòî èìà íóĉäà."
-#: ../../install_any.pm_.c:423
-#, c-format
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You have selected the following server(s): %s\n"
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\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"
+"\"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"
-"Do you really want to install these servers?\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 ""
-"Èçáàëè ñòċ ñëċäíè˙(òċ) ñúâú(è): %s\n"
+"Ïî-îċ ñà èçáîċíè çàñċ÷ċíèòċ Linux ä˙ëîâċ ñúùċñòâóâàùè\n"
+"íà òâúäè˙ âè äèñê. Ìîĉċòċ äà çàïàçèòċ èçáîà íàïàâċí îò ìàüîñíèêà, òċ ñà\n"
+"äîáè çà îáùà óïîòċáà. Àêî è ïîìċíèòċ, ò˙áâà äà ïîíċ äà îïċäċëèòċ\n"
+"root ä˙ë (\"/\"). Íċ èçáèàéòċ ïċêàëċíî ìàëêè ä˙ëîâċ, çàùîòî í˙ìà äà "
+"ìîĉċòċ\n"
+"äà èíñòàëèàòċ äîñòàòú÷íî ñîôòóċ. Àêî èñêàòċ äà ñúġàí˙âàòċ äàííèòċ ñè íà\n"
+"îòäċëċí ä˙ë, ò˙áâà äà èçáċċòċ \"/home\" (âúçìîĉíî ċ ñàìî, àêî èìàòċ "
+"ïîâċ÷ċ\n"
+"îò ċäèí Linux ä˙ë).\n"
"\n"
"\n"
-"Òċçè ñúâúè ñċ àêòèâèàò ïî ïîäàçáèàíċ. Òċ í˙ìàò èçâċñòíè ïîáëċìè ñúñ\n"
-"ñèóíîñòòà, íî ìîĉċ äà ñċ íàìċ˙ò íîâè.  òîçè ñëó÷àé, ùċ ò˙áâà äà ñòċ\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\" îçíà÷àâà "
+"\"âòîè òâúä äèñê\" è ò.í.."
-#: ../../install_any.pm_.c:441
-#, c-format
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"The following packages will be removed to allow upgrading your system: %s\n"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
"\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
"\n"
-"Do you really want to remove these packages?\n"
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
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 ïî ïîäàçáèàíċ)."
-#: ../../install_any.pm_.c:471
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Íċ ìîĉċòċ äà èçïîëçâàòċ broadcast áċç NIS äîìċéí"
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
+msgstr ""
+"Ïċäè äà ïîäúëĉèòċ, ò˙áâà âíèìàòċëíî äà ïî÷ċòċòċ óñëîâè˙òà íà ëèöċíçà. "
+"Òîé\n"
+"ïîêèâà ö˙ëàòà Mandrake Linux äèñòèáóöè˙, è, àêî íċ ñòċ ñúëàñíè ñ âñè÷êè "
+"óñëîâè˙\n"
+"â íċî, öúêíċòċ íà áóòîíà Îòêàç. Òîâà íċçàáàâíî ùċ ïèêëŝ÷è èíñòàëàöè˙òà. Çà "
+"äà\n"
+"ïîäúëĉèòċ ñ èíñòàëàöè˙òà, öúêíċòċ íà áóòîíà Ïèċìè."
-#: ../../install_any.pm_.c:879
+#: ../../install2.pm:1
#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Ñëîĉċòċ FAT ôîìàòèàíà äèñêċòà â óñòîéñòâî %s"
-
-#: ../../install_any.pm_.c:883
-msgid "This floppy is not FAT formatted"
-msgstr "Òàçè äèñêċòà íċ ċ ôîìàòèàíà íà FAT"
+msgid "You must also format %s"
+msgstr ""
-#: ../../install_any.pm_.c:895
+#: ../../install2.pm:1
+#, c-format
msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
+"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 ""
-"Çà äà èçïîëçâàòċ çàïàçċí èçáî íà ïàêċòè, ñòàòèàéòċ èíñòàëàöè˙òà ñ ``linux "
-"defcfg=floppy''"
-#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
+#: ../../install_any.pm:1
#, c-format
-msgid "Error reading file %s"
-msgstr "ċĝêà ïè ÷ċòċíċòî íà ôàéëà %s"
-
-#: ../../install_any.pm_.c:1040
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"
@@ -4317,111 +2990,187 @@ msgstr ""
"ñúçäàäċíè íîâè ôàéëîâè ñèñòċìè. Ìîë˙ ïîâċċòċ òâúäè˙ ñè äèñê ñè çà "
"ïè÷èíàòà çà òîçè ïîáëċì"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_any.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "Error reading file %s"
+msgstr "ċĝêà ïè ÷ċòċíċòî íà ôàéëà %s"
+
+#: ../../install_any.pm:1
#, c-format
msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
+"To use this saved packages selection, boot installation with ``linux "
+"defcfg=floppy''"
msgstr ""
-"×àñò îò ġàäóċà íà êîìïŝòúà âè ñċ íóĉäàċ îò ``ñîáñòâċíèòċ ñè'' äàéâċè, "
-"çà äà àáîòè.\n"
-"Ìîĉċòċ äà íàìċèòċ ïîâċ÷ċ èíôîìàöè˙ çà òîâà íà: %s"
+"Çà äà èçïîëçâàòċ çàïàçċí èçáî íà ïàêċòè, ñòàòèàéòċ èíñòàëàöè˙òà ñ ``linux "
+"defcfg=floppy''"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "This floppy is not FAT formatted"
+msgstr "Òàçè äèñêċòà íċ ċ ôîìàòèàíà íà FAT"
-#: ../../install_interactive.pm_.c:56
+#: ../../install_any.pm:1
+#, c-format
+msgid "Insert a FAT formatted floppy in drive %s"
+msgstr "Ñëîĉċòċ FAT ôîìàòèàíà äèñêċòà â óñòîéñòâî %s"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "Can't use broadcast with no NIS domain"
+msgstr "Íċ ìîĉċòċ äà èçïîëçâàòċ broadcast áċç NIS äîìċéí"
+
+#: ../../install_any.pm:1
+#, c-format
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 `/'"
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
msgstr ""
-"Ò˙áâà äà èìàòċ root-ä˙ë.\n"
-"Çàòîâà ñúçäàéòċ ä˙ë (èëè öúêíċòċ íà ñúùċñòâóâàù).\n"
-"Òîàâà èçáċċòċ äċéñòâèċ ``Ì˙ñòî íà ìîíòèàíċ'' è î ñëîĉċòċ `/'"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr "Ò˙áâà äà èìàòċ swap-ä˙ë"
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
+#, c-format
+msgid "No"
+msgstr "Íċ"
-#: ../../install_interactive.pm_.c:62
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
+#, c-format
+msgid "Yes"
+msgstr "Äà"
+
+#: ../../install_any.pm:1
+#, fuzzy, c-format
msgid ""
-"You don't have a swap partition.\n"
+"You have selected the following server(s): %s\n"
"\n"
-"Continue anyway?"
+"\n"
+"These servers are activated by default. They don't have any known security\n"
+"issues, but some new ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
+"\n"
+"\n"
+"Do you really want to install these servers?\n"
msgstr ""
-"Í˙ìàòċ swap-ä˙ë\n"
+"Èçáàëè ñòċ ñëċäíè˙(òċ) ñúâú(è): %s\n"
"\n"
-"Äà ïîäúëĉà ëè âñċ ïàê ?"
+"\n"
+"Òċçè ñúâúè ñċ àêòèâèàò ïî ïîäàçáèàíċ. Òċ í˙ìàò èçâċñòíè ïîáëċìè ñúñ\n"
+"ñèóíîñòòà, íî ìîĉċ äà ñċ íàìċ˙ò íîâè.  òîçè ñëó÷àé, ùċ ò˙áâà äà ñòċ\n"
+"ñèóíè, ÷ċ ùċ íàäàĉäàòċ âúçìîĉíî íàé-áúçî.\n"
+"\n"
+"\n"
+"Íàèñòèíà ëè èñêàòċ äà èíñòàëèàòċ òċçè ñúâúè ?\n"
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Ò˙áâà äà èìàòċ FAT ä˙ë ìîíòèàí â /boot/efi"
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System configuration"
+msgstr "Íàñòîéêà íà öâċòîâċ"
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Èçïîëçâàé ñâîáîäíîòî ì˙ñòî"
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System installation"
+msgstr "SILO èíñòàëàöè˙"
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Í˙ìà äîñòàòú÷íî ì˙ñòî çà ñúçäàâàíċ íà íîâ ä˙ë"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing down the network"
+msgstr "Èçêëŝ÷âàíċ íà ìċĉàòà"
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partitions"
-msgstr "Èçïîçâàíċ íà ñúùċñòâóâàù ä˙ë"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing up the network"
+msgstr "Âêëŝ÷âàì ìċĉàòà"
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Í˙ìà ä˙ë, êîéòî ìîà äà èçïîëçâàì"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Partitioning failed: %s"
+msgstr "Íċóñïċĝíî àçäċë˙íċ íà: %s"
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Èçïîëçâàé çà Windows ä˙ëúò çà loopback"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "The DrakX Partitioning wizard found the following solutions:"
+msgstr "Ïîìîùíèêúò çà àçäċëèíċ íà ä˙ëîâċ íà DrakX íàìċè ñëċäíèòċ ċĝċíè˙:"
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Êîé ä˙ë èñêàòċ äà èçïîëçâàòċ çà Linux4Win ?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "I can't find any room for installing"
+msgstr "Íċ ìîà äà íàìċ˙ íèêàêâî ì˙ñòî çà èíñòàëàöè˙"
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Èçáċċòċ îëċìèíèòċ"
+#: ../../install_interactive.pm:1
+#, 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:115
-msgid "Root partition size in MB: "
-msgstr "îëċìèíà íà root-ä˙ëà â MB: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use fdisk"
+msgstr "Èçïîëçâàé fdisk"
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "îëċìèíà íà swap-ä˙ëà â MB: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Custom disk partitioning"
+msgstr "Êëèċíòñêî àçäċë˙íċ íà äèñêà"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr "Èçïîëçâàé ñâîáîäíîòî ì˙ñòî íà Windows ä˙ëà"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "ALL existing partitions and their data will be lost on drive %s"
+msgstr "ÂÑÈ×ÊÈ ñúùċñòâóâàùè ä˙ëîâċ è äàííèòe âúġó ò˙ġ íà %s ùċ áúäàò çàóáċíè"
-#: ../../install_interactive.pm_.c:129
-msgid "Which partition do you want to resize?"
-msgstr "Êîé ä˙ë ĉċëàċòċ äà ïîìċíèòċ?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "You have more than one hard drive, which one do you install linux on?"
+msgstr "èìàòċ ïîâċ÷ċ îò ċäèí òâúäè äèñêîâċ, êîé äà èçïîëçâàì çà èíñòàëàöè˙òà?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "Èçòèé öċëè˙ äèñê"
+
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "Ïċìàġíè Windows(TM)"
+
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to resize (or not enough space left)"
+msgstr ""
+"Í˙ìà FAT ä˙ëîâċ çà ñì˙íà íà îëċìèíàòà èëè çà èçïîëçâàíċ êàòî loopback (èëè "
+"í˙ìà äîñòàòú÷íî ì˙ñòî íà äèñêà)"
+
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "Íċóñïċĝíî ïċàçäċë˙íċ íà FAT: %s"
+
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
msgstr "Èç÷èñë˙âàì àíèöèòċ íà Windows ôàéëîâàòà ñèñòċìà"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Íċ âúçìîĉíîñò çà àáîòà ñ âàĝè˙ FAT ä˙ë, \n"
-"ïîàäè ïîëó÷ċíàòà ċĝêà: %s"
+msgid "Resizing"
+msgstr "Ïîì˙íà íà îëċìèíàòà"
-#: ../../install_interactive.pm_.c:137
-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 ä˙ë ċ ìíîî ôàìċíòèàí, ìîë˙ ïúâî ñòàòèàéòċ ''defrag''"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "ä˙ë %s"
+
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which size do you want to keep for Windows on"
+msgstr "Êîëêî èñêàòċ äà îñòàâèòċ çà windows?"
-#: ../../install_interactive.pm_.c:138
-#, fuzzy
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -4441,318 +3190,167 @@ msgstr ""
"ïîâòîċòċ èíñòàëàöèà˙òà. Áè áèëî äîáċ äà íàïàâèòċ àġèâ íà äàííèòċ ñè.\n"
"Êîàòî ñòċ ñèóíè, íàòèñíċòċ ÎÊ."
-#: ../../install_interactive.pm_.c:148
-msgid "Which size do you want to keep for Windows on"
-msgstr "Êîëêî èñêàòċ äà îñòàâèòċ çà windows?"
-
-#: ../../install_interactive.pm_.c:149
-#, c-format
-msgid "partition %s"
-msgstr "ä˙ë %s"
-
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm:1
#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Íċóñïċĝíî ïċàçäċë˙íċ íà FAT: %s"
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition to resize or to use as loopback (or not enough "
-"space left)"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
msgstr ""
-"Í˙ìà FAT ä˙ëîâċ çà ñì˙íà íà îëċìèíàòà èëè çà èçïîëçâàíċ êàòî loopback (èëè "
-"í˙ìà äîñòàòú÷íî ì˙ñòî íà äèñêà)"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Erase entire disk"
-msgstr "Èçòèé öċëè˙ äèñê"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr "Ïċìàġíè Windows(TM)"
-
-#: ../../install_interactive.pm_.c:180
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "èìàòċ ïîâċ÷ċ îò ċäèí òâúäè äèñêîâċ, êîé äà èçïîëçâàì çà èíñòàëàöè˙òà?"
-
-#: ../../install_interactive.pm_.c:183
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "ÂÑÈ×ÊÈ ñúùċñòâóâàùè ä˙ëîâċ è äàííèòe âúġó ò˙ġ íà %s ùċ áúäàò çàóáċíè"
-
-#: ../../install_interactive.pm_.c:191
-msgid "Custom disk partitioning"
-msgstr "Êëèċíòñêî àçäċë˙íċ íà äèñêà"
+"Âàĝè˙ò Windows ä˙ë ċ ìíîî ôàìċíòèàí, ìîë˙ ïúâî ñòàòèàéòċ ''defrag''"
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr "Èçïîëçâàé fdisk"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "Computing the size of the Windows partition"
+msgstr "Èçïîëçâàé ñâîáîäíîòî ì˙ñòî íà Windows ä˙ëà"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
msgstr ""
-"Ñċà ìîĉċòċ äà àçäċëèòċ %s.\n"
-"Êîàòî ñòċ îòîâè, íċ çàáàâ˙éòċ äà çàïèĝċòċ èçïîëçâàéêè `w'"
-
-#: ../../install_interactive.pm_.c:227
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Í˙ìà äîñòàòú÷íî ñâîáîäíî ì˙ñòî íà ä˙ëà"
-
-#: ../../install_interactive.pm_.c:243
-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 íàìċè ñëċäíèòċ ċĝċíè˙:"
+"Íċ âúçìîĉíîñò çà àáîòà ñ âàĝè˙ FAT ä˙ë, \n"
+"ïîàäè ïîëó÷ċíàòà ċĝêà: %s"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Íċóñïċĝíî àçäċë˙íċ íà: %s"
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr "Âêëŝ÷âàì ìċĉàòà"
-
-#: ../../install_interactive.pm_.c:265
-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"
-"Ìîĉċòċ äà ïîäúëĉèòċ íà ñâîé èñê."
+msgid "Which partition do you want to resize?"
+msgstr "Êîé ä˙ë ĉċëàċòċ äà ïîìċíèòċ?"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Äóáëèàé òî÷êàòà íà ìîíòèàíċ %s"
+msgid "Use the free space on the Windows partition"
+msgstr "Èçïîëçâàé ñâîáîäíîòî ì˙ñòî íà Windows ä˙ëà"
-#: ../../install_steps.pm_.c:380
-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"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
-"Í˙êîè âàĉíè ïàêċòè íċ ñċ èíñòàëèàġà êàêòî ò˙áâà.\n"
-"Èëè CDROM óñòîéñòâîòî âè èëè êîìïàêò äèñêà âè ċ äċôċêòċí.\n"
-"Ïîâċċòċ êîìïàêò äèñêà íà èíñòàëèàíè˙ êîìïŝòú èçïîëçâàéêè \"rpm -qpl "
-"Mandrake/RPMS/*.rpm\"\n"
+"Í˙ìà FAT ä˙ëîâċ çà ñì˙íà íà îëċìèíàòà èëè çà èçïîëçâàíċ êàòî loopback (èëè "
+"í˙ìà äîñòàòú÷íî ì˙ñòî íà äèñêà)"
-#: ../../install_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr "Äîáċ äîĝëè â %s"
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
-msgstr "Í˙ìà ôëîïè óñòîéñòâî"
+msgid "Swap partition size in MB: "
+msgstr "îëċìèíà íà swap-ä˙ëà â MB: "
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Íàâëèçàì â ċòàï `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:146
-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 ""
-"Âàĝàòà ñèñòċìà ċ ñ ìàëêè ċñóñè. Ìîĉċ äà èìàòċ ïîáëċìè ñ èíñòàëèàíċòî\n"
-"íà Mandrake Linux. Àêî ñċ ïî˙âè ïîáëċì îïèòàéòċ ñ òċêñòîâàòà èíñàëàöè˙. "
-"Çàöċëòà,\n"
-"íàòèñíċòċ 'F1', êîàòî ñòàòèàòċ îò CDROM è âúâċäċòċ 'òċüò'."
-
-#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr "Êëàñ èíñòàëàöè˙"
-
-#: ../../install_steps_gtk.pm_.c:160
-#, fuzzy
-msgid "Please choose one of the following classes of installation:"
-msgstr "Ìîë˙, èçáċċòċ ċäèí îò ñëċäíèòċ êëàñîâċ íà èíñòàëàöè˙:"
+msgid "Root partition size in MB: "
+msgstr "îëċìèíà íà root-ä˙ëà â MB: "
-#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr "Èçáî íà óïà ïàêċòè"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Choose the sizes"
+msgstr "Èçáċċòċ îëċìèíèòċ"
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr "Èçáèàíċ íà ïàêċòè ċäèí ïî ċäèí"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which partition do you want to use for Linux4Win?"
+msgstr "Êîé ä˙ë èñêàòċ äà èçïîëçâàòċ çà Linux4Win ?"
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Îáùà îëċìèíà: %d / %d MB"
+msgid "Use the Windows partition for loopback"
+msgstr "Èçïîëçâàé çà Windows ä˙ëúò çà loopback"
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr "Ëîĝ ïàêċò"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no existing partition to use"
+msgstr "Í˙ìà ä˙ë, êîéòî ìîà äà èçïîëçâàì"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr "Èìċ: %s\n"
+msgid "Use existing partitions"
+msgstr "Èçïîçâàíċ íà ñúùċñòâóâàù ä˙ë"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "Âċñè˙: %s\n"
+msgid "Not enough free space to allocate new partitions"
+msgstr "Í˙ìà äîñòàòú÷íî ì˙ñòî çà ñúçäàâàíċ íà íîâ ä˙ë"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr "îëċìèíà: %d KB\n"
+msgid "Use free space"
+msgstr "Èçïîëçâàé ñâîáîäíîòî ì˙ñòî"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_interactive.pm:1 ../../install_steps.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr "Âàĉíîñò: %s\n"
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "Ò˙áâà äà èìàòċ FAT ä˙ë ìîíòèàí â /boot/efi"
-#: ../../install_steps_gtk.pm_.c:360
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"You can't select this package as there is not enough space left to install it"
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
-"Íċ ìîĉċòċ äà îñòàâèòċ ïàêċòà íċìàêèàí, çàùîòî í˙ìàòċ ì˙ñòî äà î "
-"èíñòàëèàòċ"
-
-#: ../../install_steps_gtk.pm_.c:365
-msgid "The following packages are going to be installed"
-msgstr "Ñëċäíèòċ ïàêċòè ùċ áúäàò èíñòàëèàíè"
-
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr "Ñëċäíèòċ ïàêċòè ùċ áúäàò ïċìàġíàòè"
-
-#: ../../install_steps_gtk.pm_.c:378
-msgid "You can't select/unselect this package"
-msgstr "Íċ ìîĉċòċ äà îòáċëċĉċòċ/äċîòáċëċĉċòċ òîçè ïàêċò"
-
-#: ../../install_steps_gtk.pm_.c:390
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Òîâà ċ íóĉċí ïàêċò, íċ ìîĉċ äà áúäċ íċìàêèàí"
-
-#: ../../install_steps_gtk.pm_.c:392
-msgid "You can't unselect this package. It is already installed"
-msgstr "Íċ ìîĉċòċ äà îñòàâèòċ òîçè ïàêċò íċìàêèàí. Òîé âċ÷ċ ċ èíñòàëèàí"
+"Í˙ìàòċ swap-ä˙ë\n"
+"\n"
+"Äà ïîäúëĉà ëè âñċ ïàê ?"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
+"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"
-"Ñèóíè ëè ñòċ, ÷ċ èñêàòċ äà î èçêëŝ÷èòċ ?"
-
-#: ../../install_steps_gtk.pm_.c:398
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Íċ ìîĉċòċ äà èçêëŝ÷èòċ òîçè ïàêċò. Òîé ò˙áâà äà áúäċ îáíîâċí"
-
-#: ../../install_steps_gtk.pm_.c:403
-msgid "Show automatically selected packages"
-msgstr "Ïîêàĉè àâòîìàòè÷íî îòáċë˙çàíèòċ ïàêċòè"
-
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr "Èíñòàëèàé"
-
-#: ../../install_steps_gtk.pm_.c:407
-msgid "Load/Save on floppy"
-msgstr "Çàċäè/Çàïàçè íà äèñêċòà"
-
-#: ../../install_steps_gtk.pm_.c:408
-msgid "Updating package selection"
-msgstr "Îáíîâ˙âàíċ íà èçáîà íà ïàêċòè"
-
-#: ../../install_steps_gtk.pm_.c:413
-msgid "Minimal install"
-msgstr "Ìèìèíàëíà èíñòàëàöè˙"
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr "Èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ"
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr "Èíñòàëèàì"
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr "Ïċñì˙òàíċ"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr "Îñòàâàùî âċìċ "
-
-#: ../../install_steps_gtk.pm_.c:469
-msgid "Please wait, preparing installation..."
-msgstr "Ìîë˙, èç÷àêàéòċ, ïîäîòâ˙íċ íà èíñòàëàöè˙òà"
-
-#: ../../install_steps_gtk.pm_.c:551
-#, c-format
-msgid "%d packages"
-msgstr "%d ïàêċòà"
+"Ò˙áâà äà èìàòċ root-ä˙ë.\n"
+"Çàòîâà ñúçäàéòċ ä˙ë (èëè öúêíċòċ íà ñúùċñòâóâàù).\n"
+"Òîàâà èçáċċòċ äċéñòâèċ ``Ì˙ñòî íà ìîíòèàíċ'' è î ñëîĉċòċ `/'"
-#: ../../install_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr "Èíñòàëèàíċ íà ïàêċòà %s"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "Ïèċìè"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
-msgstr "Îòêàĉè"
+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_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
+#: ../../install_messages.pm:1
#, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\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."
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\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 ""
-"Ñìċíċòċ CD-ROM !\n"
+"Ïîçäàâëċíè˙, èíñòàëàöè˙òà ċ ïċêëŝ÷ċíà.\n"
+"Ïċìàġíċòċ ñòàòîâîòî óñòîéñòâî è íàòèñċíċ Enter çà äà ċñòàòèàéòċ.\n"
"\n"
-"Ìîë˙, ñëîĉċòċ CD-ROM îçàëàâċí \"%s\" â óñòîéñòâîòî è íàòèñíċòċ Ok, êîàòî "
-"ñòċ îòîâè.\n"
-"Àêî î í˙ìàòċ, íàòèñíċòċ Îòì˙íà, çà äà èçáċíċòċ èíñòàëèàíċòî îò òîçè CD-"
-"ROM."
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr "Äà ïîäúëĉà ëè âñċ ïàê ?"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
-msgstr "Ïî˙âè ñċ ċĝêà ïè ïîú÷âàíċòî íà ïàêċòèòċ:"
+"\n"
+"Çà èíôîìàöè˙ îòíîñíî ïîïàâêè, íà òàçè âċñè˙ íà Mandrake Linux,\n"
+"ñċ êîíñóëòèàéòċ ñ Errata, íà àäċñ : \n"
+"\n"
+"\n"
+"%s\n"
+"\n"
+"\n"
+"Èíôîìàöè˙ çà íàñòîéâàíċ íà ñèñòċìàòà âè ìîĉċòċ äà íàìċèòċ â\n"
+"ñëċäèíñòàëàöèîííàòà ëàâà îò Official Mandrake Linux User's Guide."
-#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr "Ïî˙âè ñċ ċĝêà ïè èíñòàëèàíċ íà ïàêċòèòċ:"
+#: ../../install_messages.pm:1
+#, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -4813,20 +3411,8 @@ msgstr ""
"ñúîòâċòíèòċ èì àâòîè è ñà çàùèòċíè êàòî èíòċëċêòóàëíà ñîáñòâċíîñò îò\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:112
-msgid "License agreement"
-msgstr "Ëèöċíçèîíċí äîîâî"
-
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -5065,3498 +3651,7311 @@ msgstr ""
"íċîâè˙ îèèíàë íà\n"
"àíëèéñêè.\n"
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "Íàâëèçàì â ċòàï `%s'\n"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "Äà ïîäúëĉà ëè âñċ ïàê ?"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "Ïî˙âè ñċ ċĝêà ïè èíñòàëèàíċ íà ïàêċòèòċ:"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "Ïî˙âè ñċ ċĝêà ïè ïîú÷âàíċòî íà ïàêċòèòċ:"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, 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_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "Êëàâèàòóà"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "Îòêàĉè"
-#: ../../install_steps_interactive.pm_.c:218
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Ìîë˙, èçáċċòċ ïîäċĉäàíċ íà êëàâèàòóàòà."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "Ïèċìè"
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
-msgstr "Ċòî ïúëċí ñïèñúê íà äîñòúïíèòċ êëàâèàòóè"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "Èíñòàëèàíċ íà ïàêċòà %s"
-#: ../../install_steps_interactive.pm_.c:237
-msgid "Which installation class do you want?"
-msgstr "Êàêúâ êëàñ èíñòàëàöè˙ ĉċëàċòċ ?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d ïàêċòà"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Install/Update"
-msgstr "Èíñòàëèàé/Îáíîâè"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "No details"
+msgstr "Ïîäîáíîñòè"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Is this an install or an update?"
-msgstr "Òîâà íîâà èíñòàëàöè˙ ëè ċ èëè îáíîâ˙âàíċ ?"
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "Ïîäîáíîñòè"
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Recommended"
-msgstr "Ïċïîú÷èòċëíà"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Please wait, preparing installation..."
+msgstr "Ìîë˙, èç÷àêàéòċ, ïîäîòâ˙íċ íà èíñòàëàöè˙òà"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "Ċêñïċòíà"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "Îñòàâàùî âċìċ "
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#, fuzzy
-msgid "Upgrade"
-msgstr "Îáíîâ˙âàíċ"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "Ïċñì˙òàíċ"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Îáíîâ˙âàíċ íà èçáîà íà ïàêċòè"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "Èíñòàëèàì"
-#: ../../install_steps_interactive.pm_.c:282
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Ìîë˙, èçáċċòċ òèï íà ìèĝêàòà."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "Èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ"
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr "Ïîò íà ìèĝêàòà"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Minimal install"
+msgstr "Ìèìèíàëíà èíñòàëàöè˙"
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Ìîë˙, èçáċċòċ êúì êîé ñċèċí ïîò ċ ñâúçàíà ìèĝêàòà âè."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Updating package selection"
+msgstr "Îáíîâ˙âàíċ íà èçáîà íà ïàêċòè"
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
-msgstr "Èìèòàöè˙ íà áóòîíè"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Load/Save on floppy"
+msgstr "Çàċäè/Çàïàçè íà äèñêċòà"
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
-msgstr "Èìèòàöè˙ íà 2 áóòîíà"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "<- Previous"
+msgstr "<- Ïċäèĝċí"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
-msgstr "Èìèòàöè˙ íà 3 áóòîíà"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "Èíñòàëèàé"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr "Íàñòîéêà íà PCMCIA êàòèòċ ..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
+msgstr "Ïîêàĉè àâòîìàòè÷íî îòáċë˙çàíèòċ ïàêċòè"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It must be upgraded"
+msgstr "Íċ ìîĉċòċ äà èçêëŝ÷èòċ òîçè ïàêċò. Òîé ò˙áâà äà áúäċ îáíîâċí"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr "Íàñòîéêà íà IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid ""
+"This package must be upgraded.\n"
+"Are you sure you want to deselect it?"
+msgstr ""
+"Òîçè ïàêċò ò˙áâà äà áúäċ îáíîâċí\n"
+"Ñèóíè ëè ñòċ, ÷ċ èñêàòċ äà î èçêëŝ÷èòċ ?"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It is already installed"
+msgstr "Íċ ìîĉċòċ äà îñòàâèòċ òîçè ïàêċò íċìàêèàí. Òîé âċ÷ċ ċ èíñòàëèàí"
-#: ../../install_steps_interactive.pm_.c:345
-msgid "No partition available"
-msgstr "í˙ìà ä˙ëîâċ íà àçïîëîĉċíèċ"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "This is a mandatory package, it can't be unselected"
+msgstr "Òîâà ċ íóĉċí ïàêċò, íċ ìîĉċ äà áúäċ íċìàêèàí"
-#: ../../install_steps_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
-msgstr "Ïċòúñâàíċ íà ä˙ëîâċòċ çà íàìèàíċ íà òî÷êè íà ìîíòèàíċ"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "Íċ ìîĉċòċ äà îòáċëċĉċòċ/äċîòáċëċĉċòċ òîçè ïàêċò"
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
-msgstr "Èçáċċòċ ìċñòà çà ìîíòèàíċ"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "Ñëċäíèòċ ïàêċòè ùċ áúäàò ïċìàġíàòè"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be installed"
+msgstr "Ñëċäíèòċ ïàêċòè ùċ áúäàò èíñòàëèàíè"
-#: ../../install_steps_interactive.pm_.c:386
+#: ../../install_steps_gtk.pm:1
+#, c-format
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"
+"You can't select this package as there is not enough space left to install it"
msgstr ""
-"Í˙ìà ñâîáîäíî ì˙ñòî çà 1 ÌÁ ñòàòèàùî ïîëċ ! Èíñòàëàöè˙òà ùċ ïîäúëĉè, íî, "
-"çà äà ñòàòèàòċ ñèñòċìàòà ñè, ùċ ò˙áâà äà ñúçäàäċòċ ñòàòèàùî ïîëċ â "
-"DiskDrake"
+"Íċ ìîĉċòċ äà îñòàâèòċ ïàêċòà íċìàêèàí, çàùîòî í˙ìàòċ ì˙ñòî äà î "
+"èíñòàëèàòċ"
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Íċ ċ íàìċċí ëàâċí ä˙ë çà íàäàĉäàíċ"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Âàĉíîñò: %s\n"
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Root ä˙ë"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "îëċìèíà: %d KB\n"
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Êîé ċ root-ä˙ëúò (/) íà ñèñòċìàòà âè ?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Version: %s\n"
+msgstr "Âċñè˙: %s\n"
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Íàëàà ñċ à ċñòàòèàòċ, ïċäè ìîäèôèêàöèèòċ äà ïċäèçâèêàò ċôċêò"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Name: %s\n"
+msgstr "Èìċ: %s\n"
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Èçáċċòċ ä˙ëîâċòċ, êîèòî èñêàòċ äà ôîìàòèàòċ"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Bad package"
+msgstr "Ëîĝ ïàêċò"
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Ïîâċêà çà ëîĝè ñċêòîè ?"
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "Äóà"
-#: ../../install_steps_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr "Ôîìàòèàíċ íà ä˙ëowe"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Îáùà îëċìèíà: %d / %d MB"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Ñúçäàâàíċ è ôîìàòèàíċ íà ôàéëà %s"
+msgid "Next ->"
+msgstr "Ñëċäâàù ->"
-#: ../../install_steps_interactive.pm_.c:470
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
-msgstr ""
+msgid "Individual package selection"
+msgstr "Èçáèàíċ íà ïàêċòè ċäèí ïî ċäèí"
-#: ../../install_steps_interactive.pm_.c:472
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr ""
-"Í˙ìà äîñòàòú÷íî swap çà ïèêëŝ÷âàíċ íà èíñòàëàöè˙òà, ìîë˙ äîáàâċòċ ìàëêî"
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Help"
+msgstr "/_Ïîìîù"
-#: ../../install_steps_interactive.pm_.c:479
-#, fuzzy
-msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "Òúñ˙ íàëè÷íè ïàêċòè"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package Group Selection"
+msgstr "Èçáî íà óïà ïàêċòè"
-#: ../../install_steps_interactive.pm_.c:480
-msgid "Looking for available packages..."
-msgstr "Òúñ˙ íàëè÷íè ïàêċòè"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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 ""
+"Âàĝàòà ñèñòċìà ċ ñ ìàëêè ċñóñè. Ìîĉċ äà èìàòċ ïîáëċìè ñ èíñòàëèàíċòî\n"
+"íà Mandrake Linux. Àêî ñċ ïî˙âè ïîáëċì îïèòàéòċ ñ òċêñòîâàòà èíñàëàöè˙. "
+"Çàöċëòà,\n"
+"íàòèñíċòċ 'F1', êîàòî ñòàòèàòċ îò CDROM è âúâċäċòċ 'òċüò'."
-#: ../../install_steps_interactive.pm_.c:483
-#, fuzzy
-msgid "Looking at packages already installed..."
-msgstr "Íċ ìîĉċòċ äà îñòàâèòċ òîçè ïàêċò íċìàêèàí. Òîé âċ÷ċ ċ èíñòàëèàí"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save packages selection"
+msgstr "Çàïàçè èçáî íà ïàêċòè"
-#: ../../install_steps_interactive.pm_.c:487
-msgid "Finding packages to upgrade..."
-msgstr "Òúñ˙ ïàêċòè çà îáíîâ˙âàíċ"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "Àâòîìàòèçèàí"
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Replay"
+msgstr "Ïîâòîè"
+
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
+"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 ""
-"Ñèñòċìàòà âè í˙ìà äîñòàòú÷íî ì˙ñòî çà èíñòàëàöè˙ èëè îáíîâ˙âàíċ (%d > %d)"
+"Àâòîìàòè÷íàòà èíñòàëàöè˙ ìîĉċ äà áúäċ íàïúëíî àâòîìàòèçèàíà,\n"
+"â òàêúâ ñëó÷àé ùċ ïċâçċìċ òâúäè˙ âè äèñê !!!\n"
+"(òîâà ċ çà ïċäíàçíà÷ċíî çà èíñòàëèàíċ íà äóà ìàĝèíà).\n"
+"\n"
+"Ìîĉċ áè èñêàòċ äà ïîâòîèòċ èíñòàëàöè˙òà.\n"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Generate auto install floppy"
+msgstr "Ïîäîòâè äèñêċòà çà àâòîìàòè÷íà èíñòàëàöè˙"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Reboot"
+msgstr "ëàâċí"
-#: ../../install_steps_interactive.pm_.c:541
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
+"Some steps are not completed.\n"
+"\n"
+"Do you really want to quit now?"
msgstr ""
-"Ìîĉċ èçáċċòċ çàċĉäàíċ èëè çàïèñ íà èçáîà íà ïàêċòè íà ôëîïè.\n"
-"Ôîìàòúò ċ ñúùè˙ò êàòî auto_install ċíċèàíèòċ äèñêċòè."
+"Í˙êîè ċòàïè íċ ñà çàâúĝċíè.\n"
+"\n"
+"Íàèñòèíà ëè èñêàòċ äà èçëċçċòċ ñċà ?"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Load from floppy"
-msgstr "Çàċäè îò äèñêċòà"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Creating auto install floppy..."
+msgstr "Ïîäîòâ˙ì äèñêċòà ñ àâòîìàòè÷íà èíñòàëàöè˙"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr "Çàïàçè íà äèñêċòà"
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
+#, c-format
+msgid "Insert a blank floppy in drive %s"
+msgstr "Ñëîĉċòċ ïàçíà äèñêċòà â óñòîéñòâî %s"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Loading from floppy"
-msgstr "Çàċĉäàíċ îò äèñêċòà"
+#: ../../install_steps_interactive.pm:1
+#, 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:547
-msgid "Package selection"
-msgstr "Èçáî íà ïàêċòè"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installation of bootloader failed. The following error occured:"
+msgstr "Èíñòàëàöè˙òà íà bootloader ïîâàëċíà. Ïî˙âè ñċ ñëċäíàòà ċĝêà:"
-#: ../../install_steps_interactive.pm_.c:552
-msgid "Insert a floppy containing package selection"
-msgstr "Ñëîĉċòċ äèñêċòà ñúäúĉàùà èçáî íà ïàêċòè"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing bootloader"
+msgstr "Èíñòàëèàíċ íà bootloader"
-#: ../../install_steps_interactive.pm_.c:634
-msgid "Selected size is larger than available space"
-msgstr "Èçáàíàòà îëċìèíà ċ ïî-îë˙ìà îò äîñòúïíîòî ïîñòàíñòâî"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Error installing aboot, \n"
+"try to force installation even if that destroys the first partition?"
+msgstr ""
+"ċĝêà ïè èíñòàëèàíċ íà aboot, \n"
+"äà ñċ îïèòàì ëè äà ïîäúëĉà èíñòàëàöè˙òà äîè, àêî òîâà óíèĉòîĉè ïúâè˙ ä˙ë ?"
-#: ../../install_steps_interactive.pm_.c:649
-#, fuzzy
-msgid "Type of install"
-msgstr "Èçáċċòċ ïàêċòè çà èíñòàëèàíċ"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "Èñêàòċ ëè äà èçïîëçâàòċ aboot ?"
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
+"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 or some other means to boot your machine"
msgstr ""
+"Èçëċĉäà èìàòċ ñòàîâċìñêà èëè íċèçâċñòíà\n"
+"ìàĝèíà, íà êî˙òî yaboot í˙ìà äà ïîàáîòè.\n"
+"Èíñòàëàöè˙òà ùċ ïîäúëĉè, íî ùċ ò˙áâà\n"
+"äà èïîëçâàòċ BootX, çà äà ñòàòèàòċ ìàĝèíàòà ñè"
-#: ../../install_steps_interactive.pm_.c:653
-#, fuzzy
-msgid "With X"
-msgstr "Ċäèí ìîìċíò"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing bootloader..."
+msgstr "Ïîäîòîâêà íà bootloader"
-#: ../../install_steps_interactive.pm_.c:655
-msgid "With basic documentation (recommended!)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Domain Admin User Name"
+msgstr "Èìċ íà äîìċéíà"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Windows Domain"
+msgstr "NIS äîìċéí"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Authentication Windows Domain"
+msgstr "LDAP àóòîèçàöè˙"
-#: ../../install_steps_interactive.pm_.c:741
+#: ../../install_steps_interactive.pm:1
+#, c-format
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."
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
msgstr ""
-"Àêî èìàòċ âñè÷êè CD-òà îò ñïèñúêà ïî-îċ, íàòèñíċòċ Ok.\n"
-"Àêî í˙ìàòċ íèòî ċäíî îò òċçè CD-òà, íàòèñíċòċ Îòì˙íà.\n"
-"Àêî âè ëèïñâàò í˙êîè CD-òà, ìàġíċòċ è, è íàòèñíċòċ Ok. "
-#: ../../install_steps_interactive.pm_.c:746
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM îçàëàâċí \"%s\""
+msgid "NIS Server"
+msgstr "NIS ñúâú"
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr "Ïîäîòâ˙ì èíñòàëàöè˙òà"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "NIS äîìċéí"
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Èíñòàëèàì ïàêċò %s\n"
-"%d%%"
+msgid "Authentication NIS"
+msgstr "NIS àóòîèçàöè˙"
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr "Ñëċä èíñòàëàöèîííà íàñòîéêà"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS"
+msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Ñëîĉċòċ ñòàòèàùàòà äèñêċòà â óñòîéñòâî %s"
+msgid "LDAP Server"
+msgstr "LDAP ñúâú"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Ñëîĉċòċ äèñêċòà çà îáíîâ˙âàíċ íà ìîäóëè â óñòîéñòâî %s"
+msgid "LDAP Base dn"
+msgstr "LDAP Áàçîâ dn"
-#: ../../install_steps_interactive.pm_.c:861
-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 ?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication LDAP"
+msgstr "LDAP àóòîèçàöè˙"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr "LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Local files"
+msgstr "Ëîêàëíè ôàéëîâċ"
+
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "Èäċíòèôèêàöè˙"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it must be at least %d characters long)"
+msgstr "Ïàîëàòà ċ ïċêàëċíî ïîñòà (ò˙áâà äà áúäċ äúëà ïîíċ %d ñèìâîëà)"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No password"
+msgstr "Áċç ïàîëà"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Set root password"
+msgstr "Âúâċäċòċ ïàîëà çà root"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You have not configured X. Are you sure you really want this?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:876
-#, fuzzy
-msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
-msgstr "Ñâúçâàíċ ñ îëċäàëíè˙ ñúâú çà ïîëó÷àâàíċ íà ñïèñúêà ñ ïàêċòèòċ"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services: %d activated for %d registered"
+msgstr "Óñëóè: %d àêòèâèàíè îò %d ċèñòèàíè"
-#: ../../install_steps_interactive.pm_.c:881
-msgid "Choose a mirror from which to get the packages"
-msgstr "Èçáċċòċ îëċäàëċí ñúâú,îò êîéòî äà ïîëó÷èòċ ïàêċòèòċ"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services"
+msgstr "Óñëóè"
-#: ../../install_steps_interactive.pm_.c:890
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr "Ñâúçâàíċ ñ îëċäàëíè˙ ñúâú çà ïîëó÷àâàíċ íà ñïèñúêà ñ ïàêċòèòċ"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "System"
+msgstr "Ñèñòċìà"
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr "Êî˙ ċ âċìċâàòà âè çîíà ?"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Bootloader"
+msgstr "Èçïîëçâàíà çàċĉäàùàòà ïîàìà"
-#: ../../install_steps_interactive.pm_.c:923
-msgid "Hardware clock set to GMT"
-msgstr "Ġàäóċíè˙ò âè ÷àñîâíèê ċ íàñòîċí ïî GMT"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Boot"
+msgstr "ëàâċí"
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Àâòîìàòè÷íà ñèíġîíèçàöè˙ íà âċìċòî (èçïîëçâà NTP)"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "disabled"
+msgstr "èçêëŝ÷è"
-#: ../../install_steps_interactive.pm_.c:931
-msgid "NTP Server"
-msgstr "NTP ñúâú"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "activated"
+msgstr "àêòèâèàé ñċà"
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr "Îòäàëċ÷ċí CUPS ñúâú"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Firewall"
+msgstr "Ñúâú, Firewall/óòċ"
-#: ../../install_steps_interactive.pm_.c:966
-msgid "No printer"
-msgstr "Í˙ìà ïèíòċ"
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Security"
+msgstr "Ñèóíîñò"
-#: ../../install_steps_interactive.pm_.c:982
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Èìàòċ ëè äó(è) ?"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Security Level"
+msgstr "Íèâî íà ñèóíîñò"
-#: ../../install_steps_interactive.pm_.c:984
-msgid "Run \"sndconfig\" after installation to configure your sound card"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "not configured"
+msgstr "ïċíàñòîéêà"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Network"
+msgstr "Ìċĉîâ èíòċôċéñ"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Network & Internet"
+msgstr "Ìċĉîâ èíòċôċéñ"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Graphical interface"
+msgstr "X ïè ñòàòèàíċ íà ñèñòċìàòà"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:986
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "TV card"
+msgstr "TV êàòà"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Îáîáùċíèċ"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:994
-msgid "Mouse"
-msgstr "Ìèĝêà"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Do you have an ISA sound card?"
+msgstr "Èìàòċ ëè äó(è) ?"
-#: ../../install_steps_interactive.pm_.c:996
-msgid "Timezone"
-msgstr "×àñîâà çîíà"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Sound card"
+msgstr "Çâóêîâà êàòà"
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "Îòäàëċ÷ċí CUPS ñúâú"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No printer"
+msgstr "Í˙ìà ïèíòċ"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid "Printer"
msgstr "Ïèíòċ"
-#: ../../install_steps_interactive.pm_.c:999
-msgid "ISDN card"
-msgstr "ISDN êàòà"
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, c-format
+msgid "Mouse"
+msgstr "Ìèĝêà"
-#: ../../install_steps_interactive.pm_.c:1003
-#: ../../install_steps_interactive.pm_.c:1009
-msgid "Sound card"
-msgstr "Çâóêîâà êàòà"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Timezone"
+msgstr "×àñîâà çîíà"
-#: ../../install_steps_interactive.pm_.c:1012
-msgid "TV card"
-msgstr "TV êàòà"
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "Êëàâèàòóà"
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
-msgstr "LDAP"
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr "Îáîáùċíèċ"
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-msgid "NIS"
-msgstr "NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NTP Server"
+msgstr "NTP ñúâú"
-#: ../../install_steps_interactive.pm_.c:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
-#, fuzzy
-msgid "Windows Domain"
-msgstr "NIS äîìċéí"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
+msgstr "Àâòîìàòè÷íà ñèíġîíèçàöè˙ íà âċìċòî (èçïîëçâà NTP)"
-#: ../../install_steps_interactive.pm_.c:1058
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Local files"
-msgstr "Ëîêàëíè ôàéëîâċ"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware clock set to GMT"
+msgstr "Ġàäóċíè˙ò âè ÷àñîâíèê ċ íàñòîċí ïî GMT"
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Âúâċäċòċ ïàîëà çà root"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "Êî˙ ċ âċìċâàòà âè çîíà ?"
-#: ../../install_steps_interactive.pm_.c:1069
-msgid "No password"
-msgstr "Áċç ïàîëà"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Contacting the mirror to get the list of available packages..."
+msgstr "Ñâúçâàíċ ñ îëċäàëíè˙ ñúâú çà ïîëó÷àâàíċ íà ñïèñúêà ñ ïàêċòèòċ"
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
-msgstr "Ïàîëàòà ċ ïċêàëċíî ïîñòà (ò˙áâà äà áúäċ äúëà ïîíċ %d ñèìâîëà)"
+msgid "Choose a mirror from which to get the packages"
+msgstr "Èçáċċòċ îëċäàëċí ñúâú,îò êîéòî äà ïîëó÷èòċ ïàêċòèòċ"
-#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "Èäċíòèôèêàöè˙"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid ""
+"Contacting Mandrake Linux web site to get the list of available mirrors..."
+msgstr "Ñâúçâàíċ ñ îëċäàëíè˙ ñúâú çà ïîëó÷àâàíċ íà ñïèñúêà ñ ïàêċòèòċ"
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Authentication LDAP"
-msgstr "LDAP àóòîèçàöè˙"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"You now have the opportunity to download updated packages. These packages\n"
+"have been updated 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:1089
-msgid "LDAP Base dn"
-msgstr "LDAP Áàçîâ dn"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please insert the Update Modules floppy in drive %s"
+msgstr "Ñëîĉċòċ äèñêċòà çà îáíîâ˙âàíċ íà ìîäóëè â óñòîéñòâî %s"
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "LDAP Server"
-msgstr "LDAP ñúâú"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "Ñëîĉċòċ ñòàòèàùàòà äèñêċòà â óñòîéñòâî %s"
-#: ../../install_steps_interactive.pm_.c:1096
-msgid "Authentication NIS"
-msgstr "NIS àóòîèçàöè˙"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "Ñëċä èíñòàëàöèîííà íàñòîéêà"
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "NIS äîìċéí"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Installing package %s\n"
+"%d%%"
+msgstr ""
+"Èíñòàëèàì ïàêċò %s\n"
+"%d%%"
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr "NIS ñúâú"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "Ïîäîòâ˙ì èíñòàëàöè˙òà"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "CD-ROM îçàëàâċí \"%s\""
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
+"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:1106
-#, fuzzy
-msgid "Authentication Windows Domain"
-msgstr "LDAP àóòîèçàöè˙"
-
-#: ../../install_steps_interactive.pm_.c:1108
-#, fuzzy
-msgid "Domain Admin User Name"
-msgstr "Èìċ íà äîìċéíà"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
-msgid "Domain Admin Password"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1144
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "With X"
+msgstr "Ċäèí ìîìċíò"
+
+#: ../../install_steps_interactive.pm:1
+#, 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"
-"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\"."
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
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:1160
-msgid "First floppy drive"
-msgstr "Ïúâî ôëîïè óñòîéñòâî"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Type of install"
+msgstr "Èçáċċòċ ïàêċòè çà èíñòàëèàíċ"
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "Âòîî ôëîïè óñòîéñòâî"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Selected size is larger than available space"
+msgstr "Èçáàíàòà îëċìèíà ċ ïî-îë˙ìà îò äîñòúïíîòî ïîñòàíñòâî"
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "Ïċñêî÷è"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Insert a floppy containing package selection"
+msgstr "Ñëîĉċòċ äèñêċòà ñúäúĉàùà èçáî íà ïàêċòè"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Loading from floppy"
+msgstr "Çàċĉäàíċ îò äèñêċòà"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package selection"
+msgstr "Èçáî íà ïàêċòè"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "Çàïàçè íà äèñêċòà"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Load from floppy"
+msgstr "Çàċäè îò äèñêċòà"
+
+#: ../../install_steps_interactive.pm:1
#, 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"
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
msgstr ""
-"Êëèċíòñêè bootdisk ċ íċîáġîäèì çà ñòàòèàíċ â Linux ñèñòċìàòà âè "
-"íċçàâèñèìî\n"
-"îò îáèêíîâċíàòà çàċĉäàùà ïîàìà. Òîâà ċ ïîëċçíî, àêî íċ èñêàòċ äà "
-"èíñòàëèàòċ\n"
-"LILO (èëè GRUB) íà ñèñòċìàòà ñè èëè àêî í˙êî˙ äóà îïċàöèîííà ñèñòċìà "
-"ìàġíċ LILO èëè LILO íċ\n"
-"àáîòè ñ ġàäóċíàòà âè íàñòîéêà. Bootdisk-úò ìîĉċ äà áúäċ èçïîëçâàí ñúñ\n"
-"ñïàñèòċëíàòà äèñêċòà íà Mandrake, óëċñí˙âàùà âúçñòàíîâ˙âàíċòî ïè ċäêè\n"
-"ñëó÷àè íà ñèâ. Èñêàòċ ëè äà ñúçäàì bootdisk çà ñèñòċìàòà âè ?\n"
-"%s"
+"Ìîĉċ èçáċċòċ çàċĉäàíċ èëè çàïèñ íà èçáîà íà ïàêċòè íà ôëîïè.\n"
+"Ôîìàòúò ċ ñúùè˙ò êàòî auto_install ċíċèàíèòċ äèñêċòè."
-#: ../../install_steps_interactive.pm_.c:1173
+#: ../../install_steps_interactive.pm:1
+#, c-format
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)."
+"Your system does not have enough space left for installation or upgrade (%d "
+"> %d)"
msgstr ""
+"Ñèñòċìàòà âè í˙ìà äîñòàòú÷íî ì˙ñòî çà èíñòàëàöè˙ èëè îáíîâ˙âàíċ (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:1181
-msgid "Sorry, no floppy drive available"
-msgstr "Ñúĉàë˙âàì í˙ìà ôëîïè"
-
-#: ../../install_steps_interactive.pm_.c:1185
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Èçáċċòċ ôëîïè äàéâ,êúäċòî äà íàïàâèòċ ñòàòèàùà äèñêċòà"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "Òúñ˙ ïàêċòè çà îáíîâ˙âàíċ"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm:1
#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Ñëîĉċòċ äèñêċòà â óñòîéñòâî %s"
+msgid "Looking at packages already installed..."
+msgstr "Íċ ìîĉċòċ äà îñòàâèòċ òîçè ïàêċò íċìàêèàí. Òîé âċ÷ċ ċ èíñòàëèàí"
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr "Ñúçäàâàíċ íà ñòàòèàùà äèñêċòà"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages..."
+msgstr "Òúñ˙ íàëè÷íè ïàêċòè"
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr "Ïîäîòîâêà íà bootloader"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr "Òúñ˙ íàëè÷íè ïàêċòè"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
+msgstr ""
+"Í˙ìà äîñòàòú÷íî swap çà ïèêëŝ÷âàíċ íà èíñòàëàöè˙òà, ìîë˙ äîáàâċòċ ìàëêî"
-#: ../../install_steps_interactive.pm_.c:1210
+#: ../../install_steps_interactive.pm:1
+#, c-format
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"
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
msgstr ""
-"Èçëċĉäà èìàòċ ñòàîâċìñêà èëè íċèçâċñòíà\n"
-"ìàĝèíà, íà êî˙òî yaboot í˙ìà äà ïîàáîòè.\n"
-"Èíñòàëàöè˙òà ùċ ïîäúëĉè, íî ùċ ò˙áâà\n"
-"äà èïîëçâàòċ BootX, çà äà ñòàòèàòċ ìàĝèíàòà ñè"
-#: ../../install_steps_interactive.pm_.c:1216
-msgid "Do you want to use aboot?"
-msgstr "Èñêàòċ ëè äà èçïîëçâàòċ aboot ?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Check bad blocks?"
+msgstr "Ïîâċêà çà ëîĝè ñċêòîè ?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "Èçáċċòċ ä˙ëîâċòċ, êîèòî èñêàòċ äà ôîìàòèàòċ"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You need to reboot for the partition table modifications to take place"
+msgstr "Íàëàà ñċ à ċñòàòèàòċ, ïċäè ìîäèôèêàöèèòċ äà ïċäèçâèêàò ċôċêò"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+"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 ""
-"ċĝêà ïè èíñòàëèàíċ íà aboot, \n"
-"äà ñċ îïèòàì ëè äà ïîäúëĉà èíñòàëàöè˙òà äîè, àêî òîâà óíèĉòîĉè ïúâè˙ ä˙ë ?"
+"Í˙ìà ñâîáîäíî ì˙ñòî çà 1 ÌÁ ñòàòèàùî ïîëċ ! Èíñòàëàöè˙òà ùċ ïîäúëĉè, íî, "
+"çà äà ñòàòèàòċ ñèñòċìàòà ñè, ùċ ò˙áâà äà ñúçäàäċòċ ñòàòèàùî ïîëċ â "
+"DiskDrake"
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Installing bootloader"
-msgstr "Èíñòàëèàíċ íà bootloader"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "Èçáċċòċ ìċñòà çà ìîíòèàíċ"
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Èíñòàëàöè˙òà íà bootloader ïîâàëċíà. Ïî˙âè ñċ ñëċäíàòà ċĝêà:"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Scanning partitions to find mount points"
+msgstr "Ïċòúñâàíċ íà ä˙ëîâċòċ çà íàìèàíċ íà òî÷êè íà ìîíòèàíċ"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No partition available"
+msgstr "í˙ìà ä˙ëîâċ íà àçïîëîĉċíèċ"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring IDE"
+msgstr "Íàñòîéêà íà IDE"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "Íàñòîéêà íà PCMCIA êàòèòċ ..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "PCMCIA"
+msgstr "PCMCIA"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
+msgstr "Èìèòàöè˙ íà 3 áóòîíà"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 2 Emulation"
+msgstr "Èìèòàöè˙ íà 2 áóòîíà"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
+msgstr "Èìèòàöè˙ íà áóòîíè"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose which serial port your mouse is connected to."
+msgstr "Ìîë˙, èçáċċòċ êúì êîé ñċèċí ïîò ċ ñâúçàíà ìèĝêàòà âè."
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
+msgstr "Ïîò íà ìèĝêàòà"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Please choose your type of mouse."
+msgstr "Ìîë˙, èçáċċòċ òèï íà ìèĝêàòà."
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade"
+msgstr "Îáíîâ˙âàíċ"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade %s"
+msgstr "Îáíîâ˙âàíċ"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "Òîâà íîâà èíñòàëàöè˙ ëè ċ èëè îáíîâ˙âàíċ ?"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Install/Upgrade"
+msgstr "Èíñòàëèàé/Îáíîâè"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
+msgstr "Ċòî ïúëċí ñïèñúê íà äîñòúïíèòċ êëàâèàòóè"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Please choose your keyboard layout."
+msgstr "Ìîë˙, èçáċċòċ ïîäċĉäàíċ íà êëàâèàòóàòà."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "Ëèöċíçèîíċí äîîâî"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "default:LTR"
+msgstr "ïî ïîäàáèàíċ"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "An error occurred"
+msgstr "Ïî˙âè ñċ ċĝêà"
+
+#: ../../install_steps_newt.pm:1
#, 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."
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
-"Ìîĉċ áè ñċ íóĉäàċòċ äà ïîìċíèòċ Open Firmware ñòàòîâîòî óñòîéñòâî,\n"
-" çà äà ïóñíċòċ çàċĉäàùàòà ïîàìà. Àêî íċ âèĉäàòċ ïîäñêàçêàòà è ïè\n"
-" ċñòàòèàíċ, çàäúĉòċ Command-Option-O-F ïè ċñòàòèàíċ è âúâċäċòċ:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Ñëċä êîċòî íàïèĝċòċ: shut-down\n"
-"Ïè ñëċäâàùîòî ċñòàòèàíċ áè ò˙áâàëî äà âèäċòċ ïîäñêàçêàòà."
+" <Tab>/<Alt-Tab> ìċĉäó ċëċìċíòèòċ | <Space> èçáèà | <F12> ñëċäâàù ċêàí"
-#: ../../install_steps_interactive.pm_.c:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../install_steps_newt.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Ñëîĉċòċ ïàçíà äèñêċòà â óñòîéñòâî %s"
+msgid "Mandrake Linux Installation %s"
+msgstr "Èíñòàëàöè˙ íà Mandrake Linux %s"
-#: ../../install_steps_interactive.pm_.c:1278
-msgid "Creating auto install floppy..."
-msgstr "Ïîäîòâ˙ì äèñêċòà ñ àâòîìàòè÷íà èíñòàëàöè˙"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "Í˙ìà ôëîïè óñòîéñòâî"
+
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "Äîáċ äîĝëè â %s"
-#: ../../install_steps_interactive.pm_.c:1289
+#: ../../install_steps.pm:1
+#, c-format
msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
+"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"
-"\n"
-"Íàèñòèíà ëè èñêàòċ äà èçëċçċòċ ñċà ?"
+"Í˙êîè âàĉíè ïàêċòè íċ ñċ èíñòàëèàġà êàêòî ò˙áâà.\n"
+"Èëè CDROM óñòîéñòâîòî âè èëè êîìïàêò äèñêà âè ċ äċôċêòċí.\n"
+"Ïîâċċòċ êîìïàêò äèñêà íà èíñòàëèàíè˙ êîìïŝòú èçïîëçâàéêè \"rpm -qpl "
+"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps_interactive.pm_.c:1300
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "Äóáëèàé òî÷êàòà íà ìîíòèàíċ %s"
+
+#: ../../install_steps.pm:1
#, c-format
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"
-"%s\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
+"An error occurred, but I don't know how to handle it nicely.\n"
+"Continue at your own risk."
msgstr ""
-"Ïîçäàâëċíè˙, èíñòàëàöè˙òà ċ ïċêëŝ÷ċíà.\n"
-"Ïċìàġíċòċ ñòàòîâîòî óñòîéñòâî è íàòèñċíċ Enter çà äà ċñòàòèàéòċ.\n"
-"\n"
-"\n"
-"Çà èíôîìàöè˙ îòíîñíî ïîïàâêè, íà òàçè âċñè˙ íà Mandrake Linux,\n"
-"ñċ êîíñóëòèàéòċ ñ Errata, íà àäċñ : \n"
-"\n"
-"\n"
-"%s\n"
-"\n"
-"\n"
-"Èíôîìàöè˙ çà íàñòîéâàíċ íà ñèñòċìàòà âè ìîĉċòċ äà íàìċèòċ â\n"
-"ñëċäèíñòàëàöèîííàòà ëàâà îò Official Mandrake Linux User's Guide."
+"Ïî˙âè ñċ ċĝêà, íî íċ çíàì êàê äà ñċ ñïàâ˙ ñ íċ˙ äċëèêàòíî.\n"
+"Ìîĉċòċ äà ïîäúëĉèòċ íà ñâîé èñê."
+
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Please wait"
+msgstr "Ìîë˙ èç÷àêàéòċ"
+
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "Ok"
+
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
+#, c-format
+msgid "Finish"
+msgstr "Çàâúĝè"
-#: ../../install_steps_interactive.pm_.c:1313
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
+#: ../../interactive.pm:1 ../../standalone/draksec:1
+#, c-format
+msgid "Basic"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1318
-msgid "Generate auto install floppy"
-msgstr "Ïîäîòâè äèñêċòà çà àâòîìàòè÷íà èíñòàëàöè˙"
+#: ../../interactive.pm:1
+#, c-format
+msgid "Advanced"
+msgstr "Íàïċäíè÷àâ"
+
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, fuzzy, c-format
+msgid "Remove"
+msgstr "Ïċìàġâàíċ íà ïèíòċà"
+
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Modify"
+msgstr "Ìîäèôèöèàé"
+
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Add"
+msgstr "Äîáàâè"
-#: ../../install_steps_interactive.pm_.c:1320
+#: ../../interactive.pm:1
+#, c-format
+msgid "Choose a file"
+msgstr "Èçáċċòċ ôàéë"
+
+#: ../../keyboard.pm:1
+#, c-format
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"
+"Here you can choose the key or key combination that will \n"
+"allow switching between the different keyboard layouts\n"
+"(eg: latin and non latin)"
msgstr ""
-"Àâòîìàòè÷íàòà èíñòàëàöè˙ ìîĉċ äà áúäċ íàïúëíî àâòîìàòèçèàíà,\n"
-"â òàêúâ ñëó÷àé ùċ ïċâçċìċ òâúäè˙ âè äèñê !!!\n"
-"(òîâà ċ çà ïċäíàçíà÷ċíî çà èíñòàëèàíċ íà äóà ìàĝèíà).\n"
-"\n"
-"Ìîĉċ áè èñêàòċ äà ïîâòîèòċ èíñòàëàöè˙òà.\n"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Automated"
-msgstr "Àâòîìàòèçèàí"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right \"Windows\" key"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Replay"
-msgstr "Ïîâòîè"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Left \"Windows\" key"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1328
-msgid "Save packages selection"
-msgstr "Çàïàçè èçáî íà ïàêċòè"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "\"Menu\" key"
+msgstr ""
-#: ../../install_steps_newt.pm_.c:20
+#: ../../keyboard.pm:1
#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Èíñòàëàöè˙ íà Mandrake Linux %s"
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-" <Tab>/<Alt-Tab> ìċĉäó ċëċìċíòèòċ | <Space> èçáèà | <F12> ñëċäâàù ċêàí"
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "ëèïñâà kdesu"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "CapsLock key"
+msgstr ""
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Èçáċċòċ ôàéë"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Both Shift keys simultaneously"
+msgstr ""
-#: ../../interactive.pm_.c:318
-msgid "Advanced"
-msgstr "Íàïċäíè÷àâ"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right Alt key"
+msgstr ""
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
-msgid "Basic"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Yugoslavian (latin)"
+msgstr "Ŝîñëàâñêà (ëàòèíèöà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "Âèċòíàìñêà \"÷èñëîâà ċäèöà\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard (international)"
+msgstr "US êëàâèàòóà (ìċĉäóíàîäíà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard"
+msgstr "US êëàâèàòóà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "UK keyboard"
+msgstr "UÊ êëàâèàòóà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "Óêàèíñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr "Òóñêà (ìîäċċí \"Q\" ìîäċë)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "Òóñêà (òàäèöèîíċí \"F\" ìîäċë)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tajik keyboard"
+msgstr "Òàäĉèêèñòàíñêà êëàâèàòóà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Thai keyboard"
+msgstr "Òàéâàíñêà êëàâèàòóà"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "Àìċíñêà (ïèĝċùà ìàĝèíà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (ISCII-layout)"
msgstr ""
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
-msgstr "<- Ïċäèĝċí"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Serbian (cyrillic)"
+msgstr "Ñúáñêà (êèèëèöà)"
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-#, fuzzy
-msgid "Next"
-msgstr "Òċêñò"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTY)"
+msgstr "Ñëîâàĝêà (QWERTY)"
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr "Ëîĝ èçáî, îïèòàéòċ îòíîâî\n"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTZ)"
+msgstr "Ñëîâàĝêà (QWERTZ)"
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Âàĝè˙ò èçáî ? (ïî ïîäàçáèàíċ ċ %s)"
+msgid "Slovenian"
+msgstr "Ñëîâċíñêà"
-#: ../../interactive/stdio.pm_.c:54
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
+msgid "Swedish"
+msgstr "Ĝâċäñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian (Yawerty)"
+msgstr "óñêà (Yawerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "óñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwerty)"
+msgstr "óìúíñêà (qwerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwertz)"
+msgstr "óìúíñêà (qwertz)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Canadian (Quebec)"
+msgstr "Êàíàäñêà (Êâċáċê)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "Ïîòóàëñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwertz layout)"
+msgstr "Ïîëñêà (QWERTZ íàċäáà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "Ïîëñêà (QWERTY íàċäáà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Norwegian"
+msgstr "Íîâċĉêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "Ġîëàíäñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
msgstr ""
-#: ../../interactive/stdio.pm_.c:70
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Âàĝè˙ò èçáî ? (ïî ïîäàçáèàíċ ċ %s)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (UK)"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:95
+#: ../../keyboard.pm:1
#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Îïöèè: %s"
+msgid "Mongolian (cyrillic)"
+msgstr "Ñúáñêà (êèèëèöà)"
-#: ../../interactive/stdio.pm_.c:96
-#, fuzzy
-msgid "Do you want to click on this button?"
-msgstr "Èñêàòċ ëè äà èçïîëçâàòċ aboot ?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Myanmar (Burmese)"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Macedonian"
+msgstr "Ìàêċäîíñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Malayalam"
msgstr ""
-#: ../../interactive/stdio.pm_.c:105
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latvian"
+msgstr "Ëàòâèéñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "Ëèòâèéñêà \"ôîíċòè÷ċí\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "Ëèòâèéñêà \"÷èñëîâà ċäèöà\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (new)"
+msgstr "Ëèòâèéñêà AZERTY (íîâà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "Ëèòâèéñêà AZERTY (ñòàà)"
+
+#: ../../keyboard.pm:1
#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Âàĝè˙ò èçáî ? (ïî ïîäàçáèàíċ ċ %s)"
+msgid "Laotian"
+msgstr "Ëàòâèéñêà"
-#: ../../interactive/stdio.pm_.c:123
+#: ../../keyboard.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr ""
+msgid "Latin American"
+msgstr "Ëàòèíîàìċèêàíñêà"
-#: ../../interactive/stdio.pm_.c:126
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Korean keyboard"
+msgstr "Êîċéñêà êëàâèàòóà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Japanese 106 keys"
+msgstr "ßïîíñêà 106 êëàâèĝà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Inuktitut"
msgstr ""
-#: ../../interactive/stdio.pm_.c:139
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
+msgid "Italian"
+msgstr "Èòàëèàíñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Icelandic"
+msgstr "Èñëàíäñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "Èàíñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "Èçàċëñêà (ôîíċòè÷íà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli"
+msgstr "Èçàċëñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Croatian"
+msgstr "Ġúâàòñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "Óíàñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
msgstr ""
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
-msgid "Czech (QWERTZ)"
-msgstr "×ċĝêà (QWERTZ)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Greek"
+msgstr "úöêà"
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "Íċìñêà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "óçèíñêà (\"Ëàòèíñêà\" íàċäáà)"
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Äâîàê"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "óçèíñêà (\"óñêà\" íàċäáà)"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
-msgid "Spanish"
-msgstr "Èñïàíñêà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "French"
+msgstr "Ôċíñêà"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
+#: ../../keyboard.pm:1
+#, c-format
msgid "Finnish"
msgstr "Ôèíëàíäñêà"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
-msgid "French"
-msgstr "Ôċíñêà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Spanish"
+msgstr "Èñïàíñêà"
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
-msgid "Norwegian"
-msgstr "Íîâċĉêà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Estonian"
+msgstr "Ċñòîíñêà"
-#: ../../keyboard.pm_.c:160
-msgid "Polish"
-msgstr "Ïîëñêà"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Äâîàê (US)"
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
-msgstr "óñêà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Äâîàê (Íîâċĉêà)"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
-msgid "Swedish"
-msgstr "Ĝâċäñêà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Äâîàê (US)"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "UÊ êëàâèàòóà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "Äàòñêà"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "US êëàâèàòóà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
+msgstr ""
-#: ../../keyboard.pm_.c:167
-msgid "Albanian"
-msgstr "Àëáàíñêà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "Íċìñêà (áċç íċàáîòċùè êëàâèĝè)"
-#: ../../keyboard.pm_.c:168
-msgid "Armenian (old)"
-msgstr "Àìċíñêà (ñòàà)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "Íċìñêà"
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "Àìċíñêà (ïèĝċùà ìàĝèíà)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTY)"
+msgstr "×ċĝêà (QWERTY)"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTZ)"
+msgstr "×ċĝêà (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "Ĝâċéöàñêà (ôċíñêè íàċäáà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "Ĝâċéöàñêà (íċìñêà íàċäáà)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "Áċëàóñêà"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bosnian"
+msgstr "Ċñòîíñêà"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "Áàçèëñêà (ABNT-2)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bulgarian (BDS)"
+msgstr "Áúëàñêà"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bulgarian (phonetic)"
msgstr "Àìċíñêà (ôîíċòè÷ċí)"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "Àçċáàéäĉàíñêà (ëàòèíèöà)"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bengali"
+msgstr "âêëŝ÷è"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm:1
+#, c-format
msgid "Belgian"
msgstr "Áċëèéñêà"
-#: ../../keyboard.pm_.c:178
-#, fuzzy
-msgid "Bengali"
-msgstr "âêëŝ÷è"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "Àçċáàéäĉàíñêà (ëàòèíèöà)"
-#: ../../keyboard.pm_.c:179
-#, fuzzy
-msgid "Bulgarian (phonetic)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
msgstr "Àìċíñêà (ôîíċòè÷ċí)"
-#: ../../keyboard.pm_.c:180
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Áúëàñêà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "Àìċíñêà (ïèĝċùà ìàĝèíà)"
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "Áàçèëñêà (ABNT-2)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (old)"
+msgstr "Àìċíñêà (ñòàà)"
-#: ../../keyboard.pm_.c:184
-#, fuzzy
-msgid "Bosnian"
-msgstr "Ċñòîíñêà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Albanian"
+msgstr "Àëáàíñêà"
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "Áċëàóñêà"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish"
+msgstr "Ïîëñêà"
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "Ĝâċéöàñêà (íċìñêà íàċäáà)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Äâîàê"
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "Ĝâċéöàñêà (ôċíñêè íàċäáà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Zimbabwe"
+msgstr "Çèìáàáâċ"
-#: ../../keyboard.pm_.c:189
-msgid "Czech (QWERTY)"
-msgstr "×ċĝêà (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
+msgstr "Çàìáè˙"
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr "Íċìñêà (áċç íċàáîòċùè êëàâèĝè)"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
+msgstr "Ŝĉíà Àôèêà"
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Serbia"
+msgstr "ñċèéíà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mayotte"
+msgstr "Ìàéîò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Yemen"
+msgstr "Éċìċí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
+msgstr "Ñàìîà"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Wallis and Futuna"
+msgstr "Óîëèñ è Ôóòóíà Îñòîâè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Vanuatu"
+msgstr "Âàíóàòó"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vietnam"
+msgstr "Âèċòíàì"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr "Âèäĉèíñêè Îñòîâè (ÑÀÙ)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (British)"
+msgstr "Âèäĉèíñêè Îñòîâè (Áèòàíñêè)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Venezuela"
+msgstr "Âċíċöóċëà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
+msgstr "Ñâċòè Âèíñċíò è ċíàäèí"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vatican"
+msgstr "Ëàòâèéñêà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
+msgstr "Óçáċêèñòàí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uruguay"
+msgstr "Óóâàé"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
+msgstr "Ìàëêè Îñòîâè ïî êàéáċĉèċòî íà ÑÀÙ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uganda"
+msgstr "Óàíäà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ukraine"
+msgstr "Óêàéíà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
msgstr ""
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "Äàòñêà"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Taiwan"
+msgstr "Òàéëàíä"
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Äâîàê (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tuvalu"
+msgstr "Òóâàëó"
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Äâîàê (Íîâċĉêà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
+msgstr "Òèíèäàä è Òîáàî"
-#: ../../keyboard.pm_.c:196
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Äâîàê (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkey"
+msgstr "Òóöè˙"
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "Ċñòîíñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
+msgstr "Òîíà"
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "óçèíñêà (\"óñêà\" íàċäáà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tunisia"
+msgstr "Òóíèñ"
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "óçèíñêà (\"Ëàòèíñêà\" íàċäáà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkmenistan"
+msgstr "Òóêìċíèñòàí"
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "úöêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "East Timor"
+msgstr "Èçòî÷ċí Òèìî"
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tokelau"
+msgstr "Òîêċëàó"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr "Òàäĉèêèñòàí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr "Òàéëàíä"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Togo"
+msgstr "Òîî"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Southern Territories"
+msgstr "Ôàíöè˙ Ŝĉíè Òċèòîèè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
+msgstr "×àä"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turks and Caicos Islands"
+msgstr "Òŝê è Êàéêîñ Îñòîâè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Swaziland"
+msgstr "Ñâàçèëċíä"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Syria"
+msgstr "Ñóèíàì"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr "Ċë Ñàëâàäî"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr "Ñàî Òîìċ è Ïèíñèïè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Suriname"
+msgstr "Ñóèíàì"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Somalia"
+msgstr "Ñîìàëè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Senegal"
+msgstr "Ñċíċàë"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr "Ñàí Ìàèíî"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr "Ñèċà Ëċîíċ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovakia"
+msgstr "Ñëîâàêè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
+msgstr "Ñâàëáàä è ßí Ìàéċí Îñòîâè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovenia"
+msgstr "Ñëîâċíè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Helena"
+msgstr "Ñâċòà Ċëċíà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr "Ñèíàïó"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sudan"
+msgstr "Ñóäàí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Seychelles"
+msgstr "Ñċéĝċëè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr "Ñîëîìîíîâè Îñòîâè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr "Ñàóäèòñêà Ààáè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr "óàíäà"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Russia"
+msgstr "óñêà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Romania"
+msgstr "óìúíè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Reunion"
+msgstr "èŝíèúí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Qatar"
+msgstr "Êàòà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
+msgstr "Ïàëàó"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr "Ïààâàé"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Portugal"
+msgstr "Ïîòóàëè˙"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Palestine"
+msgstr "Çàïàçè èçáî íà ïàêċòè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Puerto Rico"
+msgstr "Ïóċòî èêî"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pitcairn"
+msgstr "Ïèòêċúí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
+msgstr "Ñâċòè Ïèċ è Ìèêċëîí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Poland"
+msgstr "Ïîëĝà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr "Ïàêèñòàí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
+msgstr "Ôèëèïèíè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr "Ïàïóà Íîâà âèíċ˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr "Ôċíñêà Ïîëèíċçè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr "Ïċó"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr "Ïàíàìà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Oman"
+msgstr "Îìàí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Zealand"
+msgstr "Íîâà Çċëàíäè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niue"
+msgstr "Íèŝ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
+msgstr "Íàóó"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr "Íċïàë"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr "Íèêààóà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nigeria"
+msgstr "Íèċè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr "Íîôîëê Îñòîâ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niger"
+msgstr "Íèċ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Caledonia"
+msgstr "Íîâà Êàëċäîíè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr "Íàìèáè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr "Ìîçàìáèê"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malaysia"
+msgstr "Ìàëàéçè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mexico"
+msgstr "Ìċêñèêî"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
+msgstr "Ìàëàâè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr "Ìàëäèâè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritius"
+msgstr "Ìàâèöèé"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr "Ìàëòà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Montserrat"
+msgstr "Ìîíñċàò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr "Ìàâèòàíè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr "Ìàòèíèêà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr "Ñċâċíè Ìàèàíîâè Îñòîâè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr "Ìîíîëè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
+msgstr "Ìèàíìà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr "Ìàëè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Macedonia"
+msgstr "Ìàêċäîíè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr "Ìàĝàëîâè Îñòîâè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr "Ìàäààñêà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
+msgstr "Ìîëäîâà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Monaco"
+msgstr "Ìîíàêî"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr "Ìàîêî"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Libya"
+msgstr "Ëèáċè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Latvia"
+msgstr "Ëàòâè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
+msgstr "Ëŝêñċìáó"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr "Ëèòâà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr "Ëċñîòî"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liberia"
+msgstr "Ëèáċè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr "Ĝè Ëàíêà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liechtenstein"
+msgstr "Ëèġòċíùàéí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr "Ñàíòà Ëó÷è˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr "Ëèâàí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Laos"
msgstr ""
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr "Êàçàġñòàí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr "Êàéìàíîâè Îñòîâè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kuwait"
+msgstr "Êóâċéò"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Korea"
+msgstr "Îùċ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
msgstr ""
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
-msgstr "Óíàñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr "Ñâċòè Êèòñ è Íċâèñ"
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
-msgstr "Ġúâàòñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr "Êîìîè"
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
-msgstr "Èçàċëñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr "Êèèáàòè"
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "Èçàċëñêà (ôîíċòè÷íà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr "Êàìáîäĉà"
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "Èàíñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr "Êèèçòàí"
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kenya"
+msgstr "Êċíè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr "ßïîíè˙"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Jordan"
+msgstr "Éîäàíè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr "ßìàéêà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iceland"
+msgstr "Èñëàíäè˙"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iran"
+msgstr "Èàê"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr "Èàê"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
+msgstr "Àíëèéñêè òċèòîèè â Èíäèéñêè˙ îêċàí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "India"
+msgstr "Èíäè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Israel"
+msgstr "Èçàċë"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Ireland"
msgstr "Èñëàíäñêà"
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "Èòàëèàíñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Indonesia"
+msgstr "Èíäîíċçè˙"
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Hungary"
+msgstr "Óíàè˙"
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "ßïîíñêà 106 êëàâèĝà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr "Ġàèòè"
-#: ../../keyboard.pm_.c:217
-msgid "Korean keyboard"
-msgstr "Êîċéñêà êëàâèàòóà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Croatia"
+msgstr "Ġúâàòè˙"
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "Ëàòèíîàìċèêàíñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr "Ġîíäóàñ"
-#: ../../keyboard.pm_.c:219
-#, fuzzy
-msgid "Laotian"
-msgstr "Ëàòâèéñêà"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Heard and McDonald Islands"
+msgstr "Ġúä è ÌàêÄîíàëä Îñòîâè"
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "Ëèòâèéñêà AZERTY (ñòàà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr "Ġîí Êîí"
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "Ëèòâèéñêà AZERTY (íîâà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr "è˙íà"
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Ëèòâèéñêà \"÷èñëîâà ċäèöà\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr "âèíċ˙-Áèñàó"
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Ëèòâèéñêà \"ôîíċòè÷ċí\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guam"
+msgstr "óàì"
-#: ../../keyboard.pm_.c:225
-msgid "Latvian"
-msgstr "Ëàòâèéñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guatemala"
+msgstr "âàòċìàëà"
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
-msgstr ""
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "South Georgia and the South Sandwich Islands"
+msgstr "Ŝĉíè Ñàíäâè÷ċâè Îñòîâè"
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
-msgstr "Ìàêċäîíñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr "Ċêâàòîèàëíà âèíċ˙"
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr "âàäċëóïà"
-#: ../../keyboard.pm_.c:229
-#, fuzzy
-msgid "Mongolian (cyrillic)"
-msgstr "Ñúáñêà (êèèëèöà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea"
+msgstr "âèíċ˙"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr "àìáè˙"
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Greenland"
+msgstr "ċíëàíäè˙"
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "Ġîëàíäñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr "èáàëòà"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "Ïîëñêà (QWERTY íàċäáà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
+msgstr "àíà"
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "Ïîëñêà (QWERTZ íàċäáà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Guiana"
+msgstr "Ôċíñêà âèàíà"
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "Ïîòóàëñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Georgia"
+msgstr "óçè˙"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
-msgstr "Êàíàäñêà (Êâċáċê)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
+msgstr "ċíàäà"
-#: ../../keyboard.pm_.c:239
-msgid "Romanian (qwertz)"
-msgstr "óìúíñêà (qwertz)"
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr "Àíëè˙"
-#: ../../keyboard.pm_.c:240
-msgid "Romanian (qwerty)"
-msgstr "óìúíñêà (qwerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr "àáîí"
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "óñêà (Yawerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Faroe Islands"
+msgstr "Îñòîâè Ôàî"
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "Ñëîâċíñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Micronesia"
+msgstr "Ìèêîíċçè˙"
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "Ñëîâàĝêà (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
+msgstr "Ôîëêëċíäñêè Îñòîâè (Ìàëâèíè)"
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "Ñëîâàĝêà (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Fiji"
+msgstr "Ôèäĉè"
-#: ../../keyboard.pm_.c:248
-msgid "Serbian (cyrillic)"
-msgstr "Ñúáñêà (êèèëèöà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
+msgstr "Ôèíëàíäè˙"
-#: ../../keyboard.pm_.c:250
-msgid "Tamil (Unicode)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Ethiopia"
+msgstr "Ċòèîïè˙"
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Spain"
+msgstr "Èñïàíè˙"
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "Òàéâàíñêà êëàâèàòóà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Eritrea"
+msgstr "Ċèòċ˙"
-#: ../../keyboard.pm_.c:254
-msgid "Tajik keyboard"
-msgstr "Òàäĉèêèñòàíñêà êëàâèàòóà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
+msgstr "Çàïàäíà Ñàġàà"
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Òóñêà (òàäèöèîíċí \"F\" ìîäċë)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Egypt"
+msgstr "Ċèïċò"
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Òóñêà (ìîäċċí \"Q\" ìîäċë)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Estonia"
+msgstr "Ċñòîíè˙"
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "Óêàèíñêà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
+msgstr "Ċêâàäî"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "US êëàâèàòóà (ìċĉäóíàîäíà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Algeria"
+msgstr "Àëĉè"
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Âèċòíàìñêà \"÷èñëîâà ċäèöà\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominican Republic"
+msgstr "Äîìèíèêàíñêà ċïóáëèêà"
-#: ../../keyboard.pm_.c:263
-msgid "Yugoslavian (latin)"
-msgstr "Ŝîñëàâñêà (ëàòèíèöà)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominica"
+msgstr "Äîìèíèêà"
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
+msgstr "Äàíè˙"
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Djibouti"
+msgstr "Äĉèáóòè"
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr "Êèïú"
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
+msgstr "Êîëċäíè Îñòîâè"
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Cape Verde"
+msgstr "Êàïî Âċäċ"
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr "Êóáà"
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr "Êîëóìáè˙"
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr "Êèòàé"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cameroon"
+msgstr "Êàìċóí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chile"
+msgstr "×èëè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr "Îñòîâè Êóê"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr "Êîò ä'èâîà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Switzerland"
+msgstr "Ĝâċéöàè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
msgstr ""
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Central African Republic"
+msgstr "Öċíòàëíîàôèêàíñêà ċïóáëèêà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
msgstr ""
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
+msgstr "Êîêîñîâè Îñòîâè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Canada"
+msgstr "Êàíàäà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belize"
+msgstr "Áċëèç"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belarus"
+msgstr "Áċëàóñ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Botswana"
+msgstr "Áîòñâàíà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
+msgstr "Îñòîâ Áóâċò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr "Áóòàí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
+msgstr "Áàġàìè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
+msgstr "Áàçèëè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
+msgstr "Áîëèâè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
+msgstr "Áóíċé"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bermuda"
+msgstr "Áċìóäà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Benin"
+msgstr "Áċíèí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burundi"
+msgstr "Áóóíäè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
+msgstr "Áàġċéí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bulgaria"
+msgstr "Áúëàè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
+msgstr "Áóêèíà Ôàñî"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
+msgstr "Áàíëàäċĝ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
+msgstr "Áàáàäîñ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bosnia and Herzegovina"
+msgstr "Áîñíà è Ġċöċîâèíà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Azerbaijan"
+msgstr "Àçċáàéäĉàí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Aruba"
+msgstr "Àóáà"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Australia"
+msgstr "ñċèéíà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "American Samoa"
+msgstr "Àìċèêàíñêà Ñàìîà"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
+msgstr "Àĉċíòèíà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
+msgstr "Àíòàêòèêà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
+msgstr "Àíîëà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Netherlands Antilles"
+msgstr "Ġîëàíäñêè Àíòèëè"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Armenia"
+msgstr "Àìċíè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Albania"
+msgstr "Àëáàíè˙"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Anguilla"
+msgstr "Àíèëà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antigua and Barbuda"
+msgstr "Àíòèóà è Áàáóäà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United Arab Emirates"
+msgstr "Îáċäèíċíè Ààáñêè Ċìèñòâà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Andorra"
+msgstr "Àíäîà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Afghanistan"
+msgstr "Àôàíèñòàí"
+
+#: ../../loopback.pm:1
#, c-format
msgid "Circular mounts %s\n"
msgstr "\"Îìàüîñàí êú\" îò ìîíòèàíè˙: %s\n"
-#: ../../lvm.pm_.c:103
+#: ../../lvm.pm:1
+#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Ïúâî ïċìàġíè ëîè÷íèòċ ä˙ëîâî\n"
-#: ../../modules.pm_.c:290
+#: ../../modules.pm:1
+#, c-format
msgid ""
"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
msgstr ""
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "Í˙ìà ôëîïè óñòîéñòâî"
-
-#: ../../modules/parameters.pm_.c:50
-#, fuzzy
-msgid "a number"
-msgstr "Òċëċôîíċí íîìċ"
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "ÁÓÒÍĊÒĊ ÒÎÏ×ĊÒÎ !"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated numbers"
-msgstr ""
+msgid "To activate the mouse,"
+msgstr "Çà äà àêòèâèàòċ ìèĝêàòà ñè,"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated strings"
-msgstr ""
+msgid "Please test the mouse"
+msgstr "Ìîë˙, ïîáâàéòċ ìèĝêàòà ñè"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
-msgstr ""
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "Áċç ìèĝêà"
-#: ../../modules/parameters.pm_.c:54
-#, fuzzy
-msgid "comma separated strings"
-msgstr "Ôîìàòèàíċ íà ä˙ëîâċ"
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "í˙ìà"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Ìèĝêà íà Sun"
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "3 áóòîíà"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "2 áóòîíà"
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Îáèêíîâċííà PS2 ìèĝêà"
+#: ../../mouse.pm:1
+#, c-format
+msgid "1 button"
+msgstr "1 áóòîí"
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../mouse.pm:1
+#, c-format
+msgid "busmouse"
+msgstr "BUS ìèĝêà"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington THinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Logitech Mouse (ñċèéíà, îò ñòàè˙ òèï C7)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Series"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genuis NetMouse"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-#, fuzzy
-msgid "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Logitech CC Series"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Mouse Systems"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Logitech MouseMan"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-msgid "1 button"
-msgstr "1 áóòîí"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "Îáèêíîâċííà 3-áóòîííà ìèĝêà"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 2 Button Mouse"
msgstr "Îáèêíîâċííà 2-áóòîííà ìèĝêà"
-#: ../../mouse.pm_.c:47
+#: ../../mouse.pm:1
+#, c-format
+msgid "serial"
+msgstr "ñċèéíà"
+
+#: ../../mouse.pm:1
+#, fuzzy, c-format
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Wheel"
msgstr "Wheel"
-#: ../../mouse.pm_.c:51
-msgid "serial"
-msgstr "ñċèéíà"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "Îáù"
-#: ../../mouse.pm_.c:54
-msgid "Generic 3 Button Mouse"
-msgstr "Îáèêíîâċííà 3-áóòîííà ìèĝêà"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Îáèêíîâċííà PS2 ìèĝêà"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "Ñòàíäàòíà"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Ìèĝêà íà Sun"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Series"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "Ïċâêëŝ÷âàíċ ìċĉäó íîìàëíî è ñîòèàíċ ïî óïè"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "Èç÷èñòè äúâîòî"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (ñċèéíà, îò ñòàè˙ òèï C7)"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "àçĝèè äúâîòî"
-#: ../../mouse.pm_.c:68
-msgid "busmouse"
-msgstr "BUS ìèĝêà"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "Èíôîìàöè˙"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "2 áóòîíà"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "Âñè÷êî ïàâèëíî ëè ċ ?"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "3 áóòîíà"
+#: ../../my_gtk.pm:1
+#, fuzzy, c-format
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "í˙ìà"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "ċĝêà ïè çàïèñ âúâ ôàéëà %s"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "Áċç ìèĝêà"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "Ëîĝ backup-ôàéë"
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "Ìîë˙, ïîáâàéòċ ìèĝêàòà ñè"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "Âúçñòàíîâ˙âàíċòî îò ôàéëà %s íċ óñï˙: %s"
-#: ../../mouse.pm_.c:491
-msgid "To activate the mouse,"
-msgstr "Çà äà àêòèâèàòċ ìèĝêàòà ñè,"
+#: ../../partition_table.pm:1
+#, c-format
+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-ä˙ëîâċòċ"
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr "ÁÓÒÍĊÒĊ ÒÎÏ×ĊÒÎ !"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "àçĝèċíè ä˙ëîâċ íċ ñċ ïîääúĉàò íà òàçè ïëàòôîìà"
-#: ../../my_gtk.pm_.c:65
-#, fuzzy
-msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "ìîíòèàíċòî íċ óñï˙: "
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-msgid "Finish"
-msgstr "Çàâúĝè"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "ñòàâà"
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "Ñëċäâàù ->"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "äîáú"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "Âñè÷êî ïàâèëíî ëè ċ ?"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "ìíîî äîáú"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "Èíôîìàöè˙"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "âàĉċí"
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "àçĝèè äúâîòî"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "íóĉċí"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "Èç÷èñòè äúâîòî"
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "Í˙ìà äîñòàòú÷íî ä˙ëîâċ çà RAID íèâî %d\n"
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr "Ïċâêëŝ÷âàíċ ìċĉäó íîìàëíî è ñîòèàíċ ïî óïè"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "mkraid ïîïàäíà"
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "èçïîëçâàé PPPOE"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "mkraid ïîïàäíà (ìîĉċ áè raidtools ëèïñâàò ?)"
-#: ../../network/adsl.pm_.c:24
-msgid "use pptp"
-msgstr "èçïîëçâàé PPPTP"
+#: ../../raid.pm:1
+#, c-format
+msgid "Can't add a partition to _formatted_ RAID md%d"
+msgstr "Íċ ìîà äà ïèáàâ˙ ä˙ë êúì _ôîìàòèàí_ RAID md%d"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
-msgstr "èçïîëçâàé DHCP"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Stop"
+msgstr "Ñċêòî"
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch USB"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Start"
+msgstr "Ñúñòî˙íèċ"
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
+#: ../../services.pm:1
+#, c-format
+msgid "On boot"
+msgstr "Ïè çàċĉäàíċ"
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"No additional information\n"
+"about this service, sorry."
msgstr ""
+"Í˙ìà äîïúëíèòċëíà èíôîìàöè˙\n"
+"çà òàçè óñëóà, ñúĉċë˙âàì."
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Ñâúĉè ñċ êúì Èíòċíċò"
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr "Óñëóèè è äċìîíè"
+
+#: ../../services.pm:1
+#, c-format
+msgid "stopped"
+msgstr "ñï˙íà"
+
+#: ../../services.pm:1
+#, c-format
+msgid "running"
+msgstr "ñòàòèàíċ"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Choose which services should be automatically started at boot time"
+msgstr "Èçáèà óñëóèòċ, êîèòî ò˙áâà äà ñċ ïóñíàò ïè ïóñêàíċ íà ìàĝèíàòà"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Database Server"
+msgstr "Ñúâú Áàçè-äàííè"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Remote Administration"
+msgstr "Îòäàëċ÷ċíà àäìèíèñòàöè˙"
+
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
+msgstr "Ïîäċë˙íċ íà ôàéëîâċ"
-#: ../../network/adsl.pm_.c:30
+#: ../../services.pm:1
+#, c-format
+msgid "Internet"
+msgstr "Èíòċíċò"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Printing"
+msgstr "Ïċ÷àòàíċ"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+msgstr "Ñòàòèà X Font Server (òîâà ċ çàäúëĉèòċëíî, çà äà òúíċ XFree)."
+
+#: ../../services.pm:1
+#, c-format
+msgid "Load the drivers for your usb devices."
+msgstr "Çàċĉäàíċ äàéâċè çà âàĝèòċ USB óñòîéñòâà."
+
+#: ../../services.pm:1
+#, c-format
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'"
+"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 ""
-"Íàé-÷ċñòè˙ íà÷èí çà ñâúçâàíċ ÷ċç ADSL ċ PPPOE.\n"
-"Í˙êîè âúçêè èçïîëçâàò PPTP, à maëêî èçïîëçâàò DHCP.\n"
-"Àêî íċ çíàċòċ, èçáċċòċ 'èçïîëçâàé PPPOE'."
+"Syslog ċ ïîàìà êî˙òî ìíîî äċìîíè èçïîëçâàò äà çàïàçâàò ñúîáùċíè˙ â\n"
+"àçëè÷íè ñèñòċìíè ôàéëîâċ (ëîîâċ). Äîáċ ċ ïîñòî˙ííî äà ˙ èìàòċ àáîòċùà."
-#: ../../network/adsl.pm_.c:166
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the sound system on your machine"
+msgstr "Ïóñíêàíċ çâóêîâàòà ñèñòċìà íà ìàĝèíàòà âè"
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"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)."
-#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
-msgid "Web Server"
-msgstr "Ñúâú"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"The rusers protocol allows users on a network to identify who is\n"
+"logged in on other responding machines."
+msgstr ""
+"rusers ïîòîêîëà ïîçâîë˙âà íà ìċĉîâèòċ ïîòċáèòċëè äà ïîâċ˙âàò êîé ċ\n"
+"âë˙çúë íà äóà îòîâà˙ùàòà ìàĝèíà."
-#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
-msgid "Domain Name Server"
-msgstr "Èìċ íà äîìċéíà"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"The rstat protocol allows users on a network to retrieve\n"
+"performance metrics for any machine on that network."
+msgstr ""
+"rstat ïîòîêîëà ïîçâîë˙âà íà ìċĉîâèòċ ïîòċáèòċëè äà èçâëè÷àò\n"
+"ïààìċòèòċ íà âúçìîĉíîñòèòċ çà âñ˙êà ìàĝèíà íà ìċĉàòà."
-#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
-msgid "Mail Server"
-msgstr "Ñúâú Áàçè-äàííè"
+#: ../../services.pm:1
+#, c-format
+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"
+"ïîòîêîëè çà óòèàíċ ñà íóĉíè çà ñëîĉíè ìċĉè. "
-#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
-msgid "POP and IMAP Server"
-msgstr "LDAP ñúâú"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Assign raw devices to block devices (such as hard drive\n"
+"partitions), for the use of applications such as Oracle"
+msgstr ""
+"Ñâúĉè ÷èñòè äàéâċè ñ áëîêîâè óñòîéñòâà (êàòî ä˙ëîâċ\n"
+"íà òâúäè˙ äèñê), çà óïîòċá˙òà îò ïèëîĉċíè˙ êàòî Oracle"
-#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
-msgid "No network card"
-msgstr "íċ ċ îòêèòà ìċĉîâà êàòà"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
+msgstr ""
+"Çàïàçâà è âúçñòàíîâ˙òà ïîòîêà íà ñèñòċìíà ċíòîïè˙ çà ïî-îë˙ìî êà÷ċñòâî\n"
+"íà ïîèçâîëíî ċíċèàíċ íà ÷èñëà."
-#: ../../network/drakfirewall.pm_.c:129
-#, fuzzy
+#: ../../services.pm:1
+#, fuzzy, c-format
msgid ""
-"drakfirewall 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."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
-"Íàñòîé÷èê çà ìàëêà çàùèòíà ñòċíà\n"
-"\n"
-"Òîâà íàñòîéâà ïċñîíàëíà çàùèòíà ñòċíà çà òàçè Mandrake Linux ìàĝèíà.\n"
-"Çà ìîùíî ïîñòâċòċíî íà çàùèòàòà ċĝċíèċ, ìîëċ, ïîëċäíċòċ ñïċöèàëèçèàíàòà\n"
-"MandrakeSecurity Firewall äèñòèáóöè˙."
+"Postfix ċ Main Transport Agent (MTA), êîéòî ċ ïîàìà êî˙òî ïċíàñ˙\n"
+"ïîĝà îò ìàĝèíà íà ìàĝèíà."
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"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 ìċġàíèçúì."
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
+#: ../../services.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
+msgstr "Ïîääúĉêà íà OKI 4w è ñúâìċñòèìè win-ïèíòċè."
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
msgstr ""
+"Àâòîìàòè÷íî âêëŝ÷âàíċ íà numlock êëàâèĝà ïîä êîíçîëà è\n"
+"XFree ïè ñòàòèòàíċ."
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"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 ôàéëîâċòċ."
-#: ../../network/drakfirewall.pm_.c:167
-msgid "Everything (no firewall)"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:169
-#, fuzzy
-msgid "Other ports"
-msgstr "Òċñòâàíċ ïîòîâċòċ"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Activates/Deactivates all network interfaces configured to start\n"
+"at boot time."
+msgstr ""
+"Àêòèâèà/äċàêòèâèà âñè÷êè ìċĉîâè èíòċôċéñè, íàñòîċíè äà ñċ ïóñêàò\n"
+"ïè ñòàòèàíċ íà ìàĝèíàòà."
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
+"Manager/Windows), and NCP (NetWare) mount points."
msgstr ""
-"Êàêúâ DHCP êëèċíò èñêàòċ äà èçïîëçâàòċ ?\n"
-"Ïî ïîäàçáèàíċ ċ dhcp-client ?"
+"Ìîíòèà è äċìîíòèà âñ˙êàêâè Network File System (NFS), SMB (LAN\n"
+"Manager/Windows), è NCP (NetWare)."
-#: ../../network/ethernet.pm_.c:88
+#: ../../services.pm:1
+#, fuzzy, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-"Íċ áċĝċ íàìċċí ìċĉîâ àäàïòċ â ñèñòċìàòà âè.\n"
-"Íċ ìîĉċòċ äà íàñòîèòċ òàêúâ âèä âúçêà."
+"named (BIND) ċ Domain Name Server (DNS), êîéòî ñċ èçïîëçâà äà ïċâúíċ\n"
+"èìċòî íà ġîñòà äî IP àäċñ."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "Èçáċċòċ ìċĉîâ èíòċôċéñ"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linux Virtual Server, used to build a high-performance and highly\n"
+"available server."
+msgstr ""
+"Linux Virtual Server ñċ èçïîëçâà çà èçàĉäàíċ íà âèñîêîïîèçâîäèòċëċí\n"
+"è äîáċ äîñòúïċí ñúâú."
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
-msgstr "Ìîë˙, èçáċċòċ êîé ìċĉîâ àäàïòċ äà èçïîëçâàì çà âúçêà êúì Èíòċíċò"
+"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"
+"ñúâú, êîéòî îïċäċë˙ àáîòèòċ çà ïċ÷àò íà ïèíòċ(à/èòċ)."
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "íċ ċ îòêèòà ìċĉîâà êàòà"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linuxconf will sometimes arrange to perform various tasks\n"
+"at boot-time to maintain the system configuration."
+msgstr ""
+"Linuxconf ïîí˙êîà óċĉäà èçâúĝâàíċòî íà àçëè÷íè çàäà÷è\n"
+"ïè ñòàòèàíċ çà ïîääúĉêà íà ñèñòċìíàòà íàñòîéêà."
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "Íàñòîéêà íà ìċĉàòà"
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr "Àâòîìàòè÷íî çàñè÷àíċ è íàñòîéêà íà ġàäóċà ïè ñòàòèàíċ."
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
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''."
+"Automatic regeneration of kernel header in /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-"Ìîë˙, âúâċäċòċ èìċ íà ġîñò àêî î çíàċòċ.\n"
-"Í˙êîé DHCP ñúâúè èçèñêâàò òîâà çà äà àáîò˙ò.\n"
-"Host èìċòî ò˙áâà äà áóäċ íàïúëíî êâàëèôèöèàíî èìċ,\n"
-"êàòî ``mybox.mylab.myco.com''."
-
-#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "Èìċ íà ġîñò:"
+"Àâòîìàòè÷íî ċċíċèàíċ íà header-èòċ íà àäîòî, â /boot çà\n"
+"/usr/include/linux/{autoconf,version}.h"
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-msgid "Network Configuration Wizard"
-msgstr "Ìàüîñíèê çà íàñòîéêà íà ìċĉàòà"
+#: ../../services.pm:1
+#, c-format
+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. Ò˙áâà äà îñòàâèòċ "
+"òîâàâêëŝ÷ċíî çà ïîâċ÷ċòî ìàĝèíè."
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Âúíĝċí ISDN ìîäċì"
+#: ../../services.pm:1
+#, c-format
+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"
+"ìċĉîâè àòàêè."
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Âúòċĝíà ISDN êàòà"
+#: ../../services.pm:1
+#, c-format
+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"
+"çà êîèòî îòîâà˙."
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Êàêúâ ċ òèïúò íà ISDN âúçêàòà ?"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\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"
+"HardDrake runs a hardware probe, and optionally configures\n"
+"new/changed hardware."
msgstr ""
-"Êî˙ ISDN íàñòîéêà ïċäïî÷èòàòċ ?\n"
-"\n"
-"* Ñòààòà íàñòîéêà èçïîëçâà isdn4net. Ñúäúĉà ìîùíè èíñòóìċíòè\n"
-" íî ċ êàïèçíà çà íàñòîéêà è íċ ċ ñòàíäàòíà.\n"
-"\n"
-"* Íîâàòà íàñòîéêà ċ ïî-ëċñíà çà àçáèàíċ, ïî ñòàíäàòíà,\n"
-" íî ñ ïî-ìàëêî èíñòóìċíòè.\n"
-"\n"
-"Ïċïîú÷âàìċ âè îëċêîòċíàòà íàñòîéêà.\n"
+"HardDrake ïàâè ïîáè íà ġàäóċà, è ċâċíòóàëíî íàñòîéâà\n"
+"íîâ/ïîìċíċí ġàäóċ."
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Íîâà íàñòîéêà (isdn-light)"
+#: ../../services.pm:1
+#, c-format
+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"
+"ċĉè-è-ëċïè îïċàöèè, è âêëŝ÷âà ïîääúĉêà íà èçêà÷àùè ìċíŝòà íà êîçîëàòà."
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Ñòàà íàñòîéêà (isdn4net)"
+#: ../../services.pm:1
+#, c-format
+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, âêëŝ÷èòċëíî ïî-äîáà ñèóíîñò è ìîùíè íàñòîéâàùè îïöèè."
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "Íàñòîéêà íà IDSN"
+#: ../../services.pm:1
+#, c-format
+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"
+"íàáî îò äóè, êîàòî íàòîâàċíîñòòà ñïàäíċ äîñòàòú÷íî."
-#: ../../network/isdn.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"apmd is used for monitoring battery status and logging it via syslog.\n"
+"It can also be used for shutting down the machine when the battery is low."
msgstr ""
-"Ïîñî÷ċòċ äîñòàâ÷èêà ñè.\n"
-" Àêî íċ ċ â ñïèñúêà, èçáċċòċ Unlisted"
+"apmd ñċ èçïîëçâà çà íàáëŝäċíèċ íà áàòċè˙òà è çàïèñâàéêè ñòàòóñà ÷ċç\n"
+"syslog. Ìîĉċ ñúùî äà ñċ èçïîëçâà çà ñïèàíċ íà ìàĝèíàòà, êîàòî áàòċè˙òà ċ "
+"èçòîùċíà."
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol"
-msgstr "Ïîòîêîë Ċâîïà"
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is a periodic command scheduler."
+msgstr "Anacrton - ïċèîäè÷íî èçïúëí˙âàíċ íà êîìàíäè ïî àçïèñàíèċ."
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol (EDSS1)"
-msgstr "Ïîòîêîë Ċâîïà (EDSS1)"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr "Ïóñíè ALSA (Advanced Linux Sound Architecture) çâóêîâàòà ñèñòċìà"
-#: ../../network/isdn.pm_.c:181
-msgid "Protocol for the rest of the world"
-msgstr "Ïîòîêîë çà îñòàíàëè˙ ñâ˙ò"
+#: ../../standalone.pm:1
+#, c-format
+msgid "Installing packages..."
+msgstr "Èíñòàëèàíċ íà ïàêċòè ..."
-#: ../../network/isdn.pm_.c:181
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
msgstr ""
-"Ïîòîêîë çà îñòàíàëè˙ ñâ˙ò\n"
-" áċç D-Êàíàë (íàċòà ëèíè˙)"
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
-msgstr "Êàêúâ ïîòîêîë ĉċëàċòċ äà ïîìċíèòċ ?"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
-#: ../../network/isdn.pm_.c:196
+#: ../../standalone.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
msgstr ""
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
-msgstr "Êàêúâ òèï êàòà èìàòċ ?"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "Íċ çíàì"
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../standalone.pm:1
+#, c-format
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "[keyboard]"
+msgstr "Êëàâèàòóà"
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../standalone.pm:1
+#, c-format
msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+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"
-"Àêî èìàòċ ISA êàòà, ñòîéíîñòèòċ íà ñëċäâàùè˙ ċêàí ò˙áâà äà ñà âċíè.\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"
-"Àêî èìàòċ PCMCIA êàòà, ùċ ò˙áâà äà çíàċòċ IRC è IO íà êàòàòà ñè.\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"
+msgstr ""
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "Îòêàç"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "Èçġîä îò èíñòàëàöèîííàòà ïîàìà"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "Íàòàòúê"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Install system updates"
+msgstr "Èíñòàëèàíċ íà ñèñòċìàòà"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "Êî˙ ċ ISDN êàòàòà âè ?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "Íàñòîéêà íà óñëóèòċ"
-#: ../../network/isdn.pm_.c:239
-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 ""
-"Îòêèòà ċ ISDN PCI êàòà, íî ñ íċïîçíàò òèï. Ìîë˙ èçáċċòċ í˙êî˙ PCI êàòà "
-"îò ñëċäâàùè˙ò ċêàí."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "Íàñòîéêà íà Ġ"
-#: ../../network/isdn.pm_.c:248
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Íċ ċ íàìċċíà ISDN PCI êàòà. Ìîë˙ èçáċċòċ îò ñëċäâàùè˙ò ċêàí."
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "Èíñòàëèàíċ íà bootloader"
-#: ../../network/modem.pm_.c:57
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Ìîë˙, èçáċċòċ ñċèċí ïîò êúì êîéòî ñâúçàí ìîäċìúò âè."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "Íàñòîéêà íà ìċĉàòà"
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "Îïöèè çà èçáèàíċ ïî òċëċôîí"
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "Äîáàâ˙íċ íà ïîòċáèòċë"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
-msgstr "Èìċ íà âúçêàòà"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "Èíñòàëèàíċ íà ñèñòċìàòà"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "Òċëċôîíċí íîìċ"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "Ïàêċòè çà èíñòàëèàíċ"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "Ïîòċáèòċëñêî èìċ"
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "Ôîìàòèàíċ íà ä˙ëîâċ"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
-msgstr "CHAP"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Partitioning"
+msgstr "Ïċ÷àòàíċ"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "Èçáî íà êëàâèàòóà"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "Áàçèàíà íà ñêèïò"
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "Èçáî íà êëàñ èíñòàëàöè˙"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "Áàçèàíà íà òċìèíàë"
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "Çàñè÷àíċ íà äèñêîâċòċ"
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "Èìċ íà äîìċéíà"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "Íàñòîéêà íà ìèĝêà"
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-msgid "First DNS Server (optional)"
-msgstr "Ïúâè DNS ñúâú (ïî èçáî)"
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
+msgstr ""
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-msgid "Second DNS Server (optional)"
-msgstr "Âòîè DNS ñúâú (ïî èçáî)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "Èçáî íà ċçèê"
-#: ../../network/modem.pm_.c:95
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
+msgstr ""
+
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr "ëîäċéê"
+
+#: ../../ugtk.pm:1
+#, c-format
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr "Xpmac (èíñòàëàöè˙ àôè÷ċí äàéâċ)"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+"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"
+"ÎÒÁĊËĊĈĊÒĊ, ×Ċ ÒÎÂÀ Ċ ĊÊÑÏĊÈÌĊÍÒÀËÍÀ ÏÎÄÄÚĈÊÀ È ÊÎÌÏŜÒÚÚÒ ÂÈ ÌÎĈĊ ÄÀ "
+"ÇÀÁÈĊ."
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "XFree %s ñ ĊÊÑÏĊÈÌĊÍÒÀËÍO ġàäóċíî 3D óñêîċíèċ"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Your card can have 3D hardware acceleration support with XFree %s."
+msgstr "Êàòàòà âè ìîĉċ äà èìà ïîääúĉêà íà ġàäóċíî 3D óñêîċíèċ â XFree %s."
-#: ../../network/modem.pm_.c:97
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "XFree %s ñ ġàäóċíî 3D óñêîċíèċ"
+
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "íî íċ ñúâïàäà"
+#: ../../Xconfig/card.pm:1
+#, 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."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "Èíñòàëèàé"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "XFree %s"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "Òàáëèöà"
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "Íàñòîéêà ñàìî íà êàòà \"%s\" (%s)"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr "Èçïîëçâàé àçĝèċíèċòî Xinerama"
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr ""
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "Êî˙ íàñòîéêà íà XFree èñêàòċ äà èìàòċ ?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "Íàñòîéêà íà XFree"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "Èçáċċòċ êàïàöèòċò íà ïàìċòòà íà àôè÷íàòà ñè êàòà"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
-"\n"
-"Ìîĉċòċ äà ñċ îòâúĉċòċ èëè äà ïċíàñòîèòċ âúçêàòà."
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Multi-head configuration"
+msgstr ""
+
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Choose an X server"
+msgstr "Èçáċċòċ X ñúâú"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "X ñúâú"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "64 ÌÁ èëè ïîâċ÷ċ"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 ÌÁ"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "16 MB"
+msgstr "16 ÌÁ"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 ÌÁ"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 ÌÁ"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 ÌÁ"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 ÌÁ"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 ÊÁ"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 ÊÁ"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
-"You can reconfigure your connection."
+"%s"
msgstr ""
+"Äà çàïàç˙ ëè ïîìċíèòċ ?\n"
+"Òċêóùàòà íàñòîéêà ċ:\n"
"\n"
-"Ìîĉċòċ äà ïċíàñòîèòċ âúçêàòà."
+"%s"
-#: ../../network/netconnect.pm_.c:29
-msgid "You are currently connected to internet."
-msgstr "Â ìîìċíòà ñòċ ñâúçàíè êúì Èíòċíċò"
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "Îïöèè"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr ""
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "àçäċëèòċëíà ñïîñîáíîñò"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "Ìîíèòî"
+
+#: ../../Xconfig/main.pm:1
+#, fuzzy, c-format
+msgid "Graphic Card"
+msgstr "àôè÷íà êàòà"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "Èçġîä"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "Âċòèêàëíà ñêîîñò íà âúçñòàíîâ˙âàíċ"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "Ġîèçîíòàëíà ñêîîñò íà âúçñòàíîâ˙âàíċ"
-#: ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/monitor.pm:1
+#, c-format
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"
-"You can connect to Internet or reconfigure your connection."
+"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"
+" Àêî èìàòċ í˙êàêâè ñúìíċíè˙, èçáċċòċ êîíñċâàòèâíà íàñòîéêà."
-#: ../../network/netconnect.pm_.c:32
-msgid "You are not currently connected to Internet."
-msgstr "Â ìîìċíòà íċ ñòċ ñâúçàíè êúì Èíòċíċò"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr ""
-#: ../../network/netconnect.pm_.c:36
-msgid "Connect"
-msgstr "Ñâúĉè"
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Vendor"
+msgstr "Âúíè"
-#: ../../network/netconnect.pm_.c:37
-msgid "Disconnect"
-msgstr "Îòâúĉè"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr ""
-#: ../../network/netconnect.pm_.c:38
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Â ìîìċíòà íàñòîéâàì ìċĉàòà"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "Èçáċċòċ ìîíèòî"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr "Èíòċíċò âúçêà è íàñòîéêà"
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "àôè÷íà êàòà: %s"
-#: ../../network/netconnect.pm_.c:94
+#: ../../Xconfig/resolution_and_depth.pm:1
#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Ñċà ùċ íàñòîèì %s âúçêàòà."
+msgid "Choose the resolution and the color depth"
+msgstr "Èçáċċòċ àçäċëèòċëíà ñïîñîáíîñò è äúëáî÷èíà íà öâċòîâċòċ"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "àçäċëèòċëíà ñïîñîáíîñò"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4 ìèëèàäà öâ˙òà (32 áèòà)"
-#: ../../network/netconnect.pm_.c:103
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16 ìèëèîíà öâ˙òà (24 áèòà)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65 ġèë˙äè öâ˙òà (16 áèòà)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32 ġèë˙äè öâ˙òà (15 áèòà)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 öâ˙òà (8 áèòà)"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Is this the correct setting?"
+msgstr "Âñè÷êî ïàâèëíî ëè ċ ?"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Leaving in %d seconds"
+msgstr "%d ñċêóíäè"
+
+#: ../../Xconfig/test.pm:1
#, c-format
msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
msgstr ""
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr ""
+"Âíèìàíèċ: òċñòâàíċòî íà òàçè àôè÷íà êàòà ìîĉċ äà \"çàìàçè\" êîìïŝòúà âè"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "Èñêàòċ ëè äà òċñòâàòċ íàñòîéêèòċ?"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "Ïîâċêà íà íàñòîéêàòà"
+
+#: ../../Xconfig/various.pm:1
+#, fuzzy, c-format
+msgid "What norm is your TV using?"
+msgstr "Êàêúâ ċ òèïúò íà ISDN âúçêàòà ?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid ""
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\n"
"\n"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
"\n"
-"\n"
-"Ñċà ùċ íàñòîèì %s âúçêàòà.\n"
-"\n"
-"Íàòèñíċòċ OK, çà äà ïîäúëĉèòċ."
-
-#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr "Íàñòîéêà íà ìċĉàòà"
+"Do you have this feature?"
+msgstr ""
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/various.pm:1
+#, c-format
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"
+"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 ""
-"Òúé êàòî ïàâèòċ ìċĉîâà èíñòàëàöè˙, ìċĉàòà âè âċ÷ċ ċ íàñòîċíà.\n"
-"Öúêíċòċ Ok, çà äà çàïàçèòċ íàñòîéêàòà, èëè Îòì˙íà, çà äà ïċíàñòîèòċ "
-"Èíòċíċò è ìċĉîâàòà ñè âúçêà.\n"
+"Kîìïŝòúà âè ìîĉċ àâòîìàòè÷íî, äà âëċçċ â X ïè ñòàòèàíċ.\n"
+"Èñêàòċ ëè X äà ñċ ñòàòèà, êîàòî ċñòàòèàòċ ñèñòċìàòà?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "X ïè ñòàòèàíċ íà ñèñòċìàòà"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "XFree86 äàéâċ: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "XFree86 ñúâú: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "àçäċëèòċëíà ñïîñîáíîñò: %s\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Color depth: %s\n"
+msgstr "Äúëáî÷èíà íà öâċòà: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "àôè÷íà ïàìċò: %s kB\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "àôè÷íà êàòà: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "Âċòèêàëíî îïċñí˙âàíċ íà ìîíèòîà: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor HorizSync: %s\n"
+msgstr "Ġîèçîíòàëíà ñèíġîíèçàöè˙ íà ìîíèòîà: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "Ìîíèòî: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "Óñòîéñòâî íà ìèĝêàòà: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "Òèï ìèĝêà: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "Òèï êëàâèàòóà: %s\n"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "Îïöèè: %s"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "Ì˙ñòî íà ìîíòèàíċ: "
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "Server: "
+msgstr "Ñúâú"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr ""
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "Ìîë˙, ïîáâàéòċ ìèĝêàòà ñè"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "Ì˙ñòî íà ìîíòèàíċ"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server"
+msgstr "Ñúâú"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "Ìîíòèàé"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "Äċìîíòèàé"
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "New"
+msgstr "íîâ"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
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"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
msgstr ""
-"Äîáċ äîĝëè ïè ìàüîñíèêà çà íàñòîéêà íà ìċĉà\n"
-"\n"
-"Âèċ ñòċ íà ïúò äà íàñòîèòċ Èíòċíċò/ìċĉîâàòà ñè âúçêà.\n"
-"Àêî íċ èñêàòċ äà èçïîëçâàòċ àâòîìàòè÷íî çàñè÷àíċ, èçêëŝ÷ċòċ êóòèéêàòà.\n"
-#: ../../network/netconnect.pm_.c:163
-msgid "Choose the profile to configure"
-msgstr "Èçáċċòċ ïîôèë çà íàñòîéêà"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Âìċñòî òîâà èçïîëçâàéòċ ``%s''"
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
-msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "Âèä"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-msgid "Expert Mode"
-msgstr "àçĝèċíè ôóíêèöèè"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "Ïúâî èçïîëçâàéòċ 'Äċìîíòèàíċ'"
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr "Îòêèâàíċ íà óñòîéñòâà ..."
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "Èçòèé"
-#: ../../network/netconnect.pm_.c:214
-msgid "Normal modem connection"
-msgstr "Îáèêíîâċíà ìîäċìíà âúçêà"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "Ñúçäàé"
-#: ../../network/netconnect.pm_.c:214
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected on port %s"
-msgstr "çàñċ÷ċí íà ïîò %s"
+msgid "Filesystem types:"
+msgstr "Âèäîâċ ôàéëîâà ñèñòċìà:"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "Îáèêíîâċíà ìîäċìíà âúçêà"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "Ïàçċí"
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "çàñċ÷ċíà %s"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Windows"
+msgstr "NIS äîìċéí"
-#: ../../network/netconnect.pm_.c:216
-msgid "ISDN connection"
-msgstr "ISDN âúçêà"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
-#: ../../network/netconnect.pm_.c:216
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected %s"
-msgstr "çàñċ÷ċíà %s"
+msgid "SunOS"
+msgstr "SunOS"
-#: ../../network/netconnect.pm_.c:217
-msgid "ADSL connection"
-msgstr "ADSL âúçêà"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "Swap"
-#: ../../network/netconnect.pm_.c:218
-msgid "Cable connection"
-msgstr "Êàáċëíà âúçêà"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Journalised FS"
+msgstr "Ĉóíàëíà FS"
-#: ../../network/netconnect.pm_.c:218
-msgid "cable connection detected"
-msgstr "çàñċ÷ċíà ċ êàáċëíà âúçêà"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
-#: ../../network/netconnect.pm_.c:219
-msgid "LAN connection"
-msgstr "LAN âúçêà"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "No hard drives found"
+msgstr "Ëîêàëċí ïèíòċ"
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
-msgstr "ethernet êàòè çàñċ÷ċíè"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "Ìîë˙, öúêíċòċ íà ä˙ëà"
-#: ../../network/netconnect.pm_.c:222
-msgid "Choose the connection you want to configure"
-msgstr "Èçáċċòċ âúçêàòà, êîéòî èñêàòċ äà èçïîëçâàòċ"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\n"
+"I suggest you first resize that partition\n"
+"(click on it, then click on \"Resize\")"
+msgstr ""
+"Èìàòċ ċäèí îë˙ì FAT ä˙ë\n"
+"(ïî ïèíöèï ñċ ïîëçâàò îò Microsoft Dos/Windows).\n"
+"Ïċäëààì ïúâî äà ïîìċíèòċ îëċìèíàòà íà òîçè ä˙ë\n"
+"(ùàêíċòċ âúġó íċî, à ñëċä òîâà ùàêíċòċ âúġó \"Ïîìċíè îëċìèíàòà\")"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Choose action"
+msgstr "Èçáċċòċ äċéñòâèċ"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "Ìàüîñíèê"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+"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 ""
-"Íàñòîèëè ñòċ í˙êîëêî íà÷èíà çà âúçêà êúì Èíòċíċò.\n"
-"Èçáċċòċ òîçè, êîéòî èñêàòċ äà èçïîëçâàòċ.\n"
-"\n"
+"Àêî ñì˙òàòċ äà èçïîëçâàòċ aboot, îñòàâċòċ ñâîáîäíî ïîñòàíñòâî (2048 "
+"ñċêòîà\n"
+"ñà äîñòàòú÷íè) â íà÷àëîòî íà äèñêà"
-#: ../../network/netconnect.pm_.c:247
-msgid "Internet connection"
-msgstr "Èíòċíċò âúçêà"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "Ïúâî ñúçäàéòċ backup íà ñâîèòċ äàííè"
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr "Èñêàòċ ëè äà ñòàòèàòċ âúçêàòà ñè ïè çàċĉäàíċ ?"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "Ïî÷ċòċòċ âíèìàòċëíî !"
-#: ../../network/netconnect.pm_.c:267
-msgid "Network configuration"
-msgstr "Íàñòîéêà íà ìċĉàòà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "The encryption keys do not match"
+msgstr "Ïàîëèòċ íà ñúâïàäàò"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr "Ïàîëàòà ċ ïċêàëċíî ïîñòà (ò˙áâà äà áúäċ äúëà ïîíċ %d ñèìâîëà)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose your filesystem encryption key"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Filesystem encryption key"
+msgstr "Âèä ôàéëîâà ñèñòċìà: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Type: "
+msgstr "Âèä: "
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "on channel %d id %d\n"
+msgstr "íà ĝèíà %d àäċñ %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Òèï íà òàáëèöàòà ñ ä˙ëîâċ: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "LVM-äèñêîâċ %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "Èíôîìàöè˙: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "ċîìċòè˙: %s öèëèíäè, %s ëàâè, %s ñċêòîè\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "àçìċ: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
+msgstr ""
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
-msgstr "Ìċĉàòà ò˙áâà äà áúäċ ċñòàòèàíà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "Óñòîéñòâî: "
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/interactive.pm:1
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-"Èçíèêíà ïîáëċì ïè ċñòàòèàíċòî íà ìċĉàòà:\n"
"\n"
-"%s"
+"Òàçè ñïċöèàëíà ñòàòèàùà\n"
+"èâèöà íà ä˙ëà ċ çà äâîéíî\n"
+"ñòàòèàíċ íà ñèñòċìàòà âè.\n"
-#: ../../network/netconnect.pm_.c:282
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\n"
msgstr ""
-"Ïîçäàâëċíè˙, ìċĉîâàòċ è Èíòċíċò íàñòîéêàòà ċ çàâúĝċíà.\n"
"\n"
-"Íàñòîéêèòċ ùċ áúäàò ïèëîĉċíè êúì ñèñòċìàòà âè.\n"
+"Âċî˙òíî ċ òîçè ä˙ë äà ċ\n"
+"Äàéâċ-ä˙ë, ìîĉċ áè ò˙áâà\n"
+"ò˙áâà äà î îñòàâèòċ.\n"
-#: ../../network/netconnect.pm_.c:286
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Ñëċä êàòî ñòàíċ òîâà, ïċïîú÷âàìċ âè äà ċñòàòèàòċ X\n"
-"ñċäàòà ñè, çà äà èçáċíċòċ ïîáëċìè ñúñ ñì˙íàòà èìċòî íà ġîñòà."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Èìċ íà loopback ôàéëà: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "RAID-äèñêîâċ %s\n"
-#: ../../network/netconnect.pm_.c:287
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "àçìċ íà ïà÷ċòî %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "Íèâî %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
msgstr ""
+"Ä˙ë, êîéòî ñċ ñòàòèà ïî ïîäàçáèàíċ\n"
+" (çà MS-DOS boot, íċ çà lilo)\n"
-#: ../../network/network.pm_.c:278
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Loopback file(s):\n"
+" %s\n"
msgstr ""
-"ÂÍÈÌÀÍÈĊ: Òîâà óñòîéñòâî âċ÷ċ ċ íàñòîċíî äà ñċ ñâúçâà êúì Èíòċíċò.\n"
-"Ïîñòî ïèċìċòċ, çà äà îñòàâèòċ óñòîéñòâîòî íàñòîċíî.\n"
-"Ïîïàâêàòà íà ïîëċòàòà ïî-äîëó ùċ ïċçàïèĝċ òàçè íàñòîéêà."
+"Loopback ôàéë(îâċ):\n"
+" %s\n"
-#: ../../network/network.pm_.c:283
-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)."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mounted\n"
+msgstr "Ìîíòèàí\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Not formatted\n"
+msgstr "Íċôîìàòèàí\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "Ôîìàòèàí\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Îò öèëèíäú %d äî öèëèíäú %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s ñċêòîà"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "àçìċ: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Íà÷àëî: ñċêòî %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "Èìċ: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "Áóêâà íà óñòîéñòâîòî ïîä DOS: %s (ïîñòî ïċäïîëîĉċíèċ)\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "partition %s is now known as %s"
msgstr ""
-"Ìîë˙, âúâċäċòċ IP íàñòîéêèòċ çà òàçè ìàĝèíà.\n"
-"Âñ˙êî óñòîéñòâî ò˙áâà äà áúäċ âúâċäċíî êàòî IP àäċñ\n"
-"ñ òî÷êîâî-äċñċòè÷íî îçíà÷ċíèċ (íàïèìċ, 1.2.3.4)."
-#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr "Íàñòîéêà íà ìċĉîâîòî óñòîéñòâî %s"
+msgid "Removing %s"
+msgstr "Èçòèâàíċ íà %s"
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid " (driver %s)"
-msgstr " (äàéâċ %s)"
+msgid "Copying %s"
+msgstr "Êîïèàíċ íà %s"
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "IP àäċñ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving files to the new partition"
+msgstr "Ïċìċñòè ôàéëîâċòċ íà íîâ ä˙ë"
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "Ìċĉîâà ìàñêà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Directory %s already contains data\n"
+"(%s)"
+msgstr ""
+"Äèċêòîè˙òà %s âċ÷ċ ñúäúĉà í˙êàêâè äàííè\n"
+"(%s)"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hide files"
+msgstr "Ñêèé ôàéëîâċòċ"
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "Àâòîìàòè÷ċí IP àäċñ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move files to the new partition"
+msgstr "Ïċìċñòè ôàéëîâċòċ íà íîâ ä˙ë"
-#: ../../network/network.pm_.c:299
-#, fuzzy
-msgid "Start at boot"
-msgstr "Ïóñíàò ïè ñòàòèàíċ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After formatting partition %s, all data on this partition will be lost"
+msgstr "Ñëċä ôîìàòèàíċ íà ä˙ëà %s, âñè÷êè äàííè âúġó íċî ùċ áúäàò çàóáċíè"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP àäċñúò ò˙áâà äà áúäċ âúâ ôîìàò 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "You'll need to reboot before the modification can take place"
+msgstr "Ò˙áâà äà ċñòàòèàòċ, ïċäè ïîìċíèòċ äà âë˙çàò â ñèëà"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table of drive %s is going to be written to disk!"
+msgstr "Òàáëèöàòà íà ä˙ëîâċòċ íà óñòîéñòâî %s ùċ áúäċ çàïèñàíà âúġó äèñêà !"
-#: ../../network/network.pm_.c:326
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure to add a /boot partition"
msgstr ""
+"Ìàêèàëè ñòċ ñîôòóċċí RAID ä˙ë êàòî root (/).\n"
+"Í˙ìà çàċĉäàùà ïîàìà, êî˙òî äà ìîĉċ äà ñċ ñïàâè ñ íċî áċç /boot ä˙ë.\n"
+"Òàêà ÷ċ äîáàâċòċ /boot ä˙ë"
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"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 ä˙ë"
-#: ../../network/network.pm_.c:350
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"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 ""
-"Ìîë˙, âúâċäċòċ host name çà ìàĝèíàòà.\n"
-"Host èìċòî ò˙áâà äà áóäċ íàïúëíî êâàëèôèöèàíî èìċ,\n"
-"êàòî ``mybox.mylab.myco.com''.\n"
-"Ìîĉċòċ ñúùî äà âúâċäċòċ IP àäċñà íà Âàĝè˙ gateway, àêî èìàòċ òàêúâ"
+"Ñúĉàë˙âàì, íî íċ ìîà äà ïèċìà äà ñúçäàì /boot òîëêîâà íàâúòċ âúġó äèñêà "
+"(âúġó öèëèíäú > 1024).\n"
+"Èëè èçïîëçâàòċ LILO è òî íċ àáîòè, èëè íċ èçïîëçâàòċ LILO è í˙ìàòċ íóĉäà "
+"îò /boot"
-#: ../../network/network.pm_.c:355
-msgid "DNS server"
-msgstr "DNS ñúâú"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "The package %s is needed. Install it?"
+msgstr ""
+"Òîçè ïàêċò ò˙áâà äà áúäċ îáíîâċí\n"
+"Ñèóíè ëè ñòċ, ÷ċ èñêàòċ äà î èçêëŝ÷èòċ ?"
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr ""
+msgid "What type of partitioning?"
+msgstr "Êàêúâ òèï àçäċë˙íċ íà ä˙ëîâċ ?"
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "Gateway óñòîéñòâî"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Be careful: this operation is dangerous."
+msgstr "Âíèìàíèċ: òàçè îïċàöè˙ ċ îïàñíà"
-#: ../../network/network.pm_.c:363
-#, fuzzy
-msgid "DNS server address should be in format 1.2.3.4"
-msgstr "IP àäċñúò ò˙áâà äà áúäċ âúâ ôîìàò 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "îëċìèíà íà ïà÷ċòî"
-#: ../../network/network.pm_.c:367
-#, fuzzy
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr "IP àäċñúò ò˙áâà äà áúäċ âúâ ôîìàò 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "íèâî"
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Íàñòîéêà íà proxy"
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "óñòîéñòâî"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
+msgstr "àçëè÷íè"
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount options"
+msgstr "Îïöèè çà mount:"
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
-msgstr "Ïîñëċä˙âàíċ íà ID íà ìċĉîâàòà êàòà (ïîëċçíî ïè ëàïòîïè)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
+msgstr "Ôàéëúò âċ÷ċ ñúĝċñòâóâà. Äà î èçïîëçâàì ëè ?"
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy-ñúâúà ò˙áâà äà ċ http://..."
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "File is already used by another loopback, choose another one"
+msgstr "Ôàéëúò âċ÷ċ ñċ èçïîëçâà òî äó loopback, èçáċċòċ äó ôàéë."
-#: ../../network/network.pm_.c:388
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "URL ò˙áâà äà ċ çàïî÷âà ñ 'http:'"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Give a file name"
+msgstr "Äàéòċ èìċ íà ôàéë"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "Îòêèòà ċ íàñòîéêà íà Çàùèòíà Ñòċíà !"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "Âèä ôàéëîâà ñèñòċìà: "
-#: ../../network/shorewall.pm_.c:27
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Âíèìàíèċ ! Îòêèòà ċ íàñòîéêà íà Çàùèòíà Ñòċíà. Ìîĉċ äà ñċ íàëîĉè í˙êàêâà "
-"ú÷íà ïîïàâêà ñëċä èíñòàëàöè˙òà."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "îëċìèíà â MB: "
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "Íàñòîéêà íà Èíòċíċò"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "Èìċ íà loopback ôàéëà: "
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Èñêàòċ ëè ñċà äà îïèòàòċ âúçêà êúì Èíòċíċò ?"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Loopback"
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-msgid "Testing your connection..."
-msgstr "Èçïîáâàíċ íà âúçêàòà..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "Òîçè ä˙ë íċ ìîĉċ äà áúäċ èçïîëçâàí çà loopback"
-#: ../../network/tools.pm_.c:70
-msgid "The system is now connected to Internet."
-msgstr "Ñèñòċìàòà â ìîìċíòà ċ ñâúçàíà êúì Èíòċíċò."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
+msgstr "LVM èìċ ?"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
-msgstr "Çà âàĝà ñèóíîñò, ñċà ò˙ ùċ áúäċòċ îòâúçàíà."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "íîâ"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr "Èçáċċòċ ñúùċñòâóâàù LVM çà ïèáàâ˙íċ"
-#: ../../network/tools.pm_.c:72
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr "Èçáċċòċ ñúùċñòâóâàù RAID çà ïèáàâ˙íċ"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "Ìċñòâ˙ ä˙ëà ... "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "Ìċñòċíċ"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "Íà êîé ñċêòî èñêàòċ äà î ïċìċñòèòċ?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "Ñċêòî"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "Íà êîé äèñê èñêàòċ äà î ïċìċñòèòċ ?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "Ïċìċñòè"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "New size in MB: "
+msgstr "Íîâà îëċìèíà â MB: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "Èçáċċòċ íîâà îëċìèíà"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "Ïîìċíè îëċìèíàòà"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After resizing partition %s, all data on this partition will be lost"
+msgstr ""
+"Ñëċä ïîì˙íà îëċìèíàòà íà ä˙ëà %s, äàííète âúġó íċî ùċ áúäàò çàóáċíè"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All data on this partition should be backed-up"
+msgstr "Âñè÷êè äàííè íà òîçè ä˙ë ò˙áâà äà áúäàò àġèâèàíè"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition is not resizeable"
+msgstr "îëċìèíàòà íà ä˙ëà íċ ìîĉċ äà áúäċ ïîìċíċíà"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "Èç÷èñë˙âàì àíèöèòċ íà fat ôàéëîâàòà ñèñòċìà"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount %s?"
+msgstr "Êúäċ èñêàòċ äà ìîíòèàòċ óñòîéñòâî %s ?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
msgstr ""
-"Ñèñòċìàòà íċ èçëċĉäà ñâúçàíà êúì Èíòċíċò.\n"
-"Îïèòàéòċ ñċ äà ïċíàñòîèòċ âúçêàòà."
+"Íċ ìîà äà ìàġíà òî÷êàòà íà ìîíòèàíċ, òúé êàòî ä˙ëúò ñċ èçïîëçâà çà "
+"loopback.\n"
+"Ïúâî ìàġíċòċ loopback"
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr "Íàñòîéêà íà âúçêàòà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Êúäċ èñêàòċ äà ìîíòèàòċ óñòîéñòâî %s ?"
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
-msgstr "Ìîë˙, ïîïúëíċòċ èëè ïîâċċòċ ïîëċòî ïî-äîëó"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "Êúäċ èñêàòċ äà ìîíòèàòċ loopback-ôàéëà %s ?"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr "IRQ íà êàòàòà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
+msgstr "Ïċġîä îò ext2 êúì ext3"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "Ïàìċò (DMA) íà êàòàòà"
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Which filesystem do you want?"
+msgstr "Êî˙ ôàéëîâà ñèñòċìà èñêàòċ ?"
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "IO íà êàòàòà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Change partition type"
+msgstr "Ïîì˙íà òèïà íà ä˙ëà"
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "IO_0 íà êàòàòà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"After changing type of partition %s, all data on this partition will be lost"
+msgstr ""
+"Ñëċä ïîì˙íà íà òèïà íà ä˙ëà %s, âñè÷êè äàííè âúġó íċî ùċ áúäàò çàóáċíè"
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "IO_1 íà êàòàòà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove the loopback file?"
+msgstr "Äà ïċìàġíà ëè loopback ôàéëà ?"
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
-msgstr "Ëè÷íè˙ âè òċëċôîíċí íîìċ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"You can't create a new partition\n"
+"(since you reached the maximal number of primary partitions).\n"
+"First remove a primary partition and create an extended partition."
+msgstr ""
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr "Èìċ íà äîñòàâ÷èêà (íàï. provider.net)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Preference: "
+msgstr "Ïċäïî÷èòàíèċ: "
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr "Òċëċôîíċí íîìċ íà äîñòàâ÷èêà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start sector: "
+msgstr "Íà÷àëċí ñċêòî: "
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-msgid "Provider dns 1 (optional)"
-msgstr "1-âè DNS íà äîñòàâ÷èêà (ïî ĉċëàíèċ)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create a new partition"
+msgstr "Ñúçäàé íîâ ä˙ë"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-msgid "Provider dns 2 (optional)"
-msgstr "2-è DNS íà äîñòàâ÷èêà (ïî ĉċëàíèċ)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "Èçïîëçâàé çà loopback"
-#: ../../network/tools.pm_.c:109
-msgid "Choose your country"
-msgstr "Èçáċċòċ ñòàíàòà ñè"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "Ìîäèôèöèàé RAID"
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr "ċĉèì íà íàáèàíċ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "Ïċìàġíè îò LVM"
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-msgid "Connection speed"
-msgstr "Ñêîîñò íà âúçêàòà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "Ïċìàġíè îò RAID"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-msgid "Connection timeout (in sec)"
-msgstr "Timeout íà âúçêàòà (â ñċê)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "Ïèáàâè êúì LVM"
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr "Èìċ íà àêàóíòà (ïîòċáèòċëñêî èìċ)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "Ïèáàâè êúì RAID"
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Ïàîëà íà àêàóíòà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "Ôîìàòèàé"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Detailed information"
+msgstr "Ïîäîáíà èíôîìàöè˙"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "Îïèòâàì ñċ äà ñïàñ˙ òàáëèöàòà íà ä˙ëîâċòċ"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
msgstr ""
+"Ñëîĉċòċ äèñêċòà âúâ ôëîïèòî\n"
+"Âñè÷êè äàííè, íàìèàùè ñċ âúġó äèñêċòàòà, ùċ áúäàò çàóáċíè"
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "ìîíòèàíċòî íċ óñï˙: "
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "Ïċäóïċĉäċíèċ"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
-msgstr "àçĝèċíè ä˙ëîâċ íċ ñċ ïîääúĉàò íà òàçè ïëàòôîìà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "Èçáċċòċ ôàéë"
-#: ../../partition_table.pm_.c:685
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"The backup partition table has not the same size\n"
+"Still continue?"
msgstr ""
-"Èìàòċ ïàçíèíà â òàáëèöàòà ñ ä˙ëîâċòċ, íî íċ ìîà äà ˙ èçïîëçâàì.\n"
-"Ċäèíñòâċíè˙ò íà÷èí ċ äà ïċìċñòèòċ ëàâíèòċ ñè ä˙ëîâċ, çà äà èìàòċ ïàçíî "
-"ì˙ñòî ñëċä extended-ä˙ëîâċòċ"
+"ċçċâíàòà òàáëèöà íà ä˙ëîâċòċ íċ ċ ñúñ ñúùàòà îëċìèíà\n"
+"Äà ïîäúëĉà ëè âñċ ïàê ?"
-#: ../../partition_table.pm_.c:774
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Âúçñòàíîâ˙âàíċòî îò ôàéëà %s íċ óñï˙: %s"
+msgid "Removable media automounting"
+msgstr "Àâòîìàòè÷íî ìîíòèàíċ íà ñìċí˙ċì íîñèòċë"
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr "Ëîĝ backup-ôàéë"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Reload partition table"
+msgstr "Ïċçàċäè òàáëèöàòà ñ ä˙ëîâċòċ"
-#: ../../partition_table.pm_.c:796
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr "ċĝêà ïè çàïèñ âúâ ôàéëà %s"
+msgid "Rescue partition table"
+msgstr "Ñïàñ˙âàíċ òàáëèöàòà ñ ä˙ëîâċòċ"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Restore partition table"
+msgstr "Âúçñòàíîâè òàáëèöàòà ñ ä˙ëîâċòċ"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Save partition table"
+msgstr "Çàïàçè òàáëèöàòà ñ ä˙ëîâċòċ"
-#: ../../partition_table/raw.pm_.c:192
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
msgstr ""
-"Íċùî ëîĝî ñòàâà ñ óñòîéñòâîòî âè.\n"
-"Òċñòà çà öċëîñò íà äàííèòċ ïîïàäíà.\n"
-"Òîâà çíà÷è, ÷ċ ïèñàíċòî íà êàêâîòî è áèëî ïî äèñêà ùċ ïċâúùà\n"
-"ïîèçâîëíî â áîêëóê"
+"Àêî èñêàòċ îùċ ä˙ëîâċ, ìîë˙ èçòèéòċ ċäèí, çà äà ìîĉċòċ äà ñúçäàäċòċ ċäèí "
+"àçĝèċí ä˙ë"
-#: ../../pkgs.pm_.c:26
-msgid "must have"
-msgstr "íóĉċí"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "I can't add any more partition"
+msgstr "Íċ ìîà äà äîáàâ˙ ïîâċ÷ċ ä˙ëîâċ"
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr "âàĉċí"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "Âñè÷êè ïúâè÷íè ä˙ëîâċ ñċ èçïîëçâàò"
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr "ìíîî äîáú"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hard drive information"
+msgstr "Èíôîìàöè˙òà çà òâúäè˙ äèñê"
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr "äîáú"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Auto allocate"
+msgstr "Àâòîìàòè÷íî ñúçäàâàíċ"
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr "ñòàâà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "Èç÷èñòè âñè÷êî"
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Ïċ÷àòàé, Áċç Îïàĝêà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Èñêàòċ ëè äà çàïàçèòċ ïîìċíèòċ â /etc/fstab"
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "Èçġîä, áċç äà çàïèñ íà òàáëèöàòà íà ä˙ëîâċòċ ?"
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Ëèíċċí Ïèíòċċí Äċìîí"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "Èçġîä áċç çàïèñ"
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
-msgstr "LPD"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "Ïîäúëĉċíèċ âúïċêè âñè÷êî ?"
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR Íîâî ïîêîëċíèċ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "Ïċìèíè â Ċêñïċòċí ċĉèì"
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
-msgstr "LPRng"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "Ïċìèíè â Íîìàëċí ċĉèì"
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Îáùà Unix Ïèíòċíà Ñèñòċìà"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "Âúíè"
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Exit"
+msgstr "Èçëċç"
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Íċèçâċñòċí ìîäċë"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose a partition"
+msgstr "Èçáċċòċ ä˙ë"
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "Ëîêàëċí ïèíòċ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose another partition"
+msgstr "Èçáċċòċ äó ä˙ë"
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "Îòäàëċ÷ċí ïèíòċ"
+#: ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Change type"
+msgstr "Ïîì˙íè òèïà"
-#: ../../printer/main.pm_.c:28
-msgid "Printer on remote CUPS server"
-msgstr "Ïèíòċ íà îòäàëċ÷ċí CUPS ñúâú"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Search servers"
+msgstr "DNS ñúâú"
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-msgid "Printer on remote lpd server"
-msgstr "Ïèíòċ íà îòäàëċ÷ċí LPD ñúâú"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Domain"
+msgstr "NIS äîìċéí"
-#: ../../printer/main.pm_.c:30
-msgid "Network printer (TCP/Socket)"
-msgstr "Ìċĉîâ ïèíòċ (TCP/Socket)"
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Username"
+msgstr "Ïîòċáèòċëñêî èìċ"
-#: ../../printer/main.pm_.c:31
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Ïèíòċ íà SMB/Windows 95/98/NT ñúâú"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid ""
+"Please enter your username, password and domain name to access this host."
+msgstr ""
-#: ../../printer/main.pm_.c:32
-msgid "Printer on NetWare server"
-msgstr "Ïèíòċ íà NetWare ñúâú"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Domain Authentication Required"
+msgstr "Èäċíòèôèêàöè˙"
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-msgid "Enter a printer device URI"
-msgstr "Âúâċäċòċ URI íà ïċ÷àòàùî óñòîéñòâî"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Another one"
+msgstr "Èíòċíċò"
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
-msgstr "Ïċêààé àáîòàòà ïċç êîìàíäà"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Which username"
+msgstr "Ïîòċáèòċëñêî èìċ"
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
-msgstr "Íċèçâċñòċí ìîäċë"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Can't login using username %s (bad password?)"
+msgstr ""
-#: ../../printer/main.pm_.c:317
-#, fuzzy
-msgid "Local Printers"
-msgstr "Ëîêàëċí ïèíòċ"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "cpu # "
+msgstr ""
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Îòäàëċ÷ċí ïèíòċ"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SMBus controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
+msgid "USB controllers"
msgstr ""
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", USB printer \\/*%s"
+msgid "SCSI controllers"
msgstr ""
-#: ../../printer/main.pm_.c:334
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
+msgid "(E)IDE/ATA controllers"
msgstr ""
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
msgstr ""
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Scanner"
+msgstr "Èçáċċòċ àôè÷íà êàòà"
+
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Unknown/Others"
+msgstr "Îáù"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Bridges and system controllers"
msgstr ""
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Modem"
+msgstr "Ìîäóë"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Ethernetcard"
+msgstr "Ethernet êàòà"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Processors"
+msgstr ""
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Webcam"
msgstr ""
-#: ../../printer/main.pm_.c:344
+#: ../../harddrake/data.pm:1
#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "ċĝêà ïè çàïèñ âúâ ôàéëà %s"
+msgid "Soundcard"
+msgstr "Çâóêîâà êàòà"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Other MultiMedia devices"
+msgstr "Äóà"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Tvcard"
+msgstr "TV êàòà"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Videocard"
+msgstr "Âèäċî ċĉèì"
+
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Tape"
+msgstr "Âèä"
-#: ../../printer/main.pm_.c:346
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
+msgid "DVD-ROM"
msgstr ""
-#: ../../printer/main.pm_.c:348
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
+msgid "CD/DVD burners"
msgstr ""
-#: ../../printer/main.pm_.c:352
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgid "CDROM"
msgstr ""
-#: ../../printer/main.pm_.c:356
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Disk"
+msgstr "Äàòñêà"
+
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
+msgid "Zip"
msgstr ""
-#: ../../printer/main.pm_.c:358
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Floppy"
+msgstr "Çàïàçè íà äèñêċòà"
+
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", using command %s"
+msgid "Let me pick any driver"
msgstr ""
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Driver:"
+msgstr "Äàéâċ"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
+"\n"
+"The current driver for your \"%s\" sound card is \"%s\" "
msgstr ""
-#: ../../printer/main.pm_.c:647
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid "(on %s)"
-msgstr "(íà %s)"
+msgid "Choosing an arbitratry driver"
+msgstr ""
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
-msgstr "(íà òàçè ìàĝèíà)"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound trouble shooting"
+msgstr ""
-#: ../../printer/main.pm_.c:674
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP íà CUPS ñúâúà"
+msgid "Unkown driver"
+msgstr "Íċèçâċñòċí ìîäċë"
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr " (Ïî ïîäàçáèàíċ)"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr "Èçáċċòċ âúçêà êúì ïèíòċà"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No known driver"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr "Êàê ċ ñâúçàí ïèíòċúò ?"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No open source driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Please Wait... Applying the configuration"
+msgstr "Ìîë˙, ïî÷àêàéòċ ... Ïèëààíċ íà íàñòîéêèòċ"
-#: ../../printer/printerdrake.pm_.c:30
-#, fuzzy
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
+"The old \"%s\" driver is blacklisted.\n"
"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Trouble shooting"
msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
"\n"
-"Îòäàëċ÷ċíèòċ íà CUPS ñúâú ïèíòċè íċ ò˙áâà äà íàñòîéâàòċ\n"
-"òóê; òċçè ïèíòċè ùċ áúäàò çàñċ÷ċíè àâòîìàòè÷íî. Ìîë˙,\n"
-"èçáċċòċ \"Ïèíòċ íà îòäàëċ÷ċí CUPS ñúâú\" â òîçè ñëó÷àé."
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-#, fuzzy
-msgid "CUPS configuration"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Sound configuration"
msgstr "Íàñòîéêà"
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Îòäàëċ÷ċí CUPS ñúâú"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:83
-#, 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"
-"çà ïèíòċà îò ñúâúà, èíà÷ċ îñòàâċòċ ïîëċòî ïàçíî."
-
-#: ../../printer/printerdrake.pm_.c:84
-#, 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\")."
-
-#: ../../printer/printerdrake.pm_.c:88
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP àäċñúò ò˙áâà äà áúäċ âúâ ôîìàò 192.168.1.20"
-
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-msgid "The port number should be an integer!"
-msgstr "Íîìċúò íà ïîòà ò˙áâà äà ċ ö˙ëî ÷èñëî !"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No alternative driver"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:99
-msgid "CUPS server IP"
-msgstr "IP íà CUPS ñúâúà"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "enable radio support"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "Ïîò"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Radio support:"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:102
-msgid "Automatic CUPS configuration"
-msgstr "Àâòîìàòè÷íà íàñòîéêà íà CUPS"
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "PLL setting:"
+msgstr "Ôîìàòèàíċ"
-#: ../../printer/printerdrake.pm_.c:159
-#, fuzzy
-msgid "Checking your system..."
-msgstr "ċñòàòèàíċ íà ïèíòċíàòà ñèñòċìà"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "number of capture buffers for mmap'ed capture"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Ïèíòċ"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Number of capture buffers:"
+msgstr ""
+
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Tuner type:"
+msgstr "Ïîì˙íè òèïà"
+
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Card model:"
+msgstr "Ïàìċò (DMA) íà êàòàòà"
-#: ../../printer/printerdrake.pm_.c:167
+#: ../../harddrake/v4l.pm:1
+#, c-format
msgid ""
-"There are no printers found which are directly connected to your machine"
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:179
-#, fuzzy
-msgid ""
-"The following printers\n"
-"\n"
-msgstr "Ñëċäíèòċ ïàêċòè ùċ áúäàò ïċìàġíàòè"
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Unknown|Generic"
+msgstr "Îáù"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH06X (bt878) [many vendors]"
+msgstr ""
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH05X (bt878) [many vendors]"
+msgstr ""
+
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Auto-detect"
+msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+
+#: ../../interactive/newt.pm:1
+#, fuzzy, c-format
+msgid "Do"
+msgstr "îòîâî"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "Âàĝè˙ò èçáî ? (ïî ïîäàçáèàíċ ċ %s)"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Bad choice, try again\n"
+msgstr "Ëîĝ èçáî, îïèòàéòċ îòíîâî\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Re-submit"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:180
-#, fuzzy
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"The following printer\n"
-"\n"
-msgstr "Ñëċäíèòċ ïàêċòè ùċ áúäàò ïċìàġíàòè"
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"\n"
-"and one unknown printer are "
+"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:1
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Âàĝè˙ò èçáî ? (ïî ïîäàçáèàíċ ċ %s)"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
+msgstr ""
+
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Do you want to click on this button?"
+msgstr "Èñêàòċ ëè äà èçïîëçâàòċ aboot ?"
+
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Îïöèè: %s"
+
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Âàĝè˙ò èçáî ? (ïî ïîäàçáèàíċ ċ %s)"
+
+#: ../../interactive/stdio.pm:1
#, c-format
msgid ""
-"\n"
-"and %d unknown printers are "
+"Entries you'll have to fill:\n"
+"%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"are "
+"Loading module %s failed.\n"
+"Do you want to try again with other parameters?"
msgstr ""
+"Çàċĉäàíċòî íà ìîäóëà %s íċ óñï˙.\n"
+"Èñêàòċ ëè äà îïèòàòċ îòíîâî ñ äóè ïààìċòè ?"
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "Çàäàé îïöèè"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "Àâòîìàòè÷íî çàñè÷àíċ"
+
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"is "
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. 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"
+"îò êî˙òî ñċ íóĉäàċ ? Ïî ïèíöèï òîâà ìîĉċ äà çàáèċ êîìïŝòúà âè, íî í˙ìà äà "
+"î ïîâċäè."
-#: ../../printer/printerdrake.pm_.c:189
-#, fuzzy
-msgid "directly connected to your system"
-msgstr "Í˙ìàòċ ìċĉîâ àäàïòċ!"
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "Êîé %s äàéâċ äà ïîáâàì ?"
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "Îïöèè íà ìîäóëà:"
+
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"There is one unknown printer directly connected to your system"
+"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''"
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../modules/interactive.pm:1
#, c-format
msgid ""
-"\n"
-"There are %d unknown printers directly connected to your system"
+"You may now provide options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:200
-#, fuzzy
-msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr "Ìîë˙, èçáċċòċ ñċèċí ïîò êúì êîéòî ñâúçàí ìîäċìúò âè."
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(ìîäóë %s)"
+
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "Èíñòàëèàíċ íà äàéâċ çà %s ïëàòêà %s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "Âèĉ ġàäóċíàòà èíôîìàöè˙"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "Èìàòċ ëè í˙êàêúâ %s èíòċôċéñ?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "Èìàòċ ëè äó(è) ?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "Íàìċċíè ñà %s %s èíòċôċéñè"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, fuzzy, c-format
+msgid "comma separated strings"
+msgstr "Ôîìàòèàíċ íà ä˙ëîâċ"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, fuzzy, c-format
+msgid "a number"
+msgstr "Òċëċôîíċí íîìċ"
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../network/adsl.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:215
-#, fuzzy
-msgid "Do you want to enable printing on printers in the local network?\n"
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few use dhcp.\n"
+"If you don't know, choose 'use pppoe'"
msgstr ""
-"Èñêàòċ ëè äà íàñòîèòċ òîçè ïèíòċ (\"%s\")\n"
-"êàòî ïèíòċ ïî ïîäàçáèàíċ ?"
+"Íàé-÷ċñòè˙ íà÷èí çà ñâúçâàíċ ÷ċç ADSL ċ PPPOE.\n"
+"Í˙êîè âúçêè èçïîëçâàò PPTP, à maëêî èçïîëçâàò DHCP.\n"
+"Àêî íċ çíàċòċ, èçáċċòċ 'èçïîëçâàé PPPOE'."
-#: ../../printer/printerdrake.pm_.c:217
-#, fuzzy
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Èñêàòċ ëè äà ñòàòèàòċ âúçêàòà ñè ïè çàċĉäàíċ ?"
+#: ../../network/adsl.pm:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "Ñâúĉè ñċ êúì Èíòċíċò"
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:219
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Alcatel speedtouch usb"
+msgstr "Alcatel speedtouch USB"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr "èçïîëçâàé DHCP"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pptp"
+msgstr "èçïîëçâàé PPPTP"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "èçïîëçâàé PPPOE"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Other ports"
+msgstr "Òċñòâàíċ ïîòîâċòċ"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm:1
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Äîáàâè ïèíòċ"
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\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."
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
-"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"Íàñòîé÷èê çà ìàëêà çàùèòíà ñòċíà\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Òîâà íàñòîéâà ïċñîíàëíà çàùèòíà ñòċíà çà òàçè Mandrake Linux ìàĝèíà.\n"
+"Çà ìîùíî ïîñòâċòċíî íà çàùèòàòà ċĝċíèċ, ìîëċ, ïîëċäíċòċ ñïċöèàëèçèàíàòà\n"
+"MandrakeSecurity Firewall äèñòèáóöè˙."
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "No network card"
+msgstr "íċ ċ îòêèòà ìċĉîâà êàòà"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "POP and IMAP Server"
+msgstr "LDAP ñúâú"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Mail Server"
+msgstr "Ñúâú Áàçè-äàííè"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Domain Name Server"
+msgstr "Èìċ íà äîìċéíà"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Web Server"
+msgstr "Ñúâú"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Zeroconf Host name"
+msgstr "Èìċ íà ġîñò:"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "Èìċ íà ġîñò:"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
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"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\n"
-"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
-"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
-"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"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''."
-#: ../../printer/printerdrake.pm_.c:307
-#, fuzzy
-msgid "Auto-detect printers connected to this machine"
-msgstr "Îòäàëċ÷ċí ïèíòċ"
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "Íàñòîéêà íà ìċĉàòà"
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "íċ ċ îòêèòà ìċĉîâà êàòà"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid ""
+"Please choose which network adapter you want to use to connect to Internet."
+msgstr "Ìîë˙, èçáċċòċ êîé ìċĉîâ àäàïòċ äà èçïîëçâàì çà âúçêà êúì Èíòċíċò"
+
+#: ../../network/ethernet.pm:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "Èçáċċòċ ìċĉîâ èíòċôċéñ"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid ""
+"No ethernet network adapter has been detected on your system.\n"
+"I cannot set up this connection type."
msgstr ""
+"Íċ áċĝċ íàìċċí ìċĉîâ àäàïòċ â ñèñòċìàòà âè.\n"
+"Íċ ìîĉċòċ äà íàñòîèòċ òàêúâ âèä âúçêà."
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid ""
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
+msgstr ""
+"Êàêúâ DHCP êëèċíò èñêàòċ äà èçïîëçâàòċ ?\n"
+"Ïî ïîäàçáèàíċ ċ dhcp-client ?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "No ISDN PCI card found. Please select one on the next screen."
+msgstr "Íċ ċ íàìċċíà ISDN PCI êàòà. Ìîë˙ èçáċċòċ îò ñëċäâàùè˙ò ċêàí."
+
+#: ../../network/isdn.pm:1
+#, c-format
+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 ""
+"Îòêèòà ċ ISDN PCI êàòà, íî ñ íċïîçíàò òèï. Ìîë˙ èçáċċòċ í˙êî˙ PCI êàòà "
+"îò ñëċäâàùè˙ò ċêàí."
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "Êî˙ ċ ISDN êàòàòà âè ?"
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "Íàñòîéêà íà IDSN"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "Îòêàç"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "Íàòàòúê"
+
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
"\n"
-"Congratulations, your printer is now installed and configured!\n"
+"If you have an ISA card, the values on the next screen should be right.\n"
"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
+"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
+"card.\n"
+msgstr ""
"\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."
+"Àêî èìàòċ ISA êàòà, ñòîéíîñòèòċ íà ñëċäâàùè˙ ċêàí ò˙áâà äà ñà âċíè.\n"
+"\n"
+"Àêî èìàòċ PCMCIA êàòà, ùċ ò˙áâà äà çíàċòċ IRC è IO íà êàòàòà ñè.\n"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "I don't know"
+msgstr "Íċ çíàì"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "PCI"
+msgstr "PCI"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISA / PCMCIA"
+msgstr "ISA / PCMCIA"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind of card do you have?"
+msgstr "Êàêúâ òèï êàòà èìàòċ ?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Printer auto-detection"
-msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which protocol do you want to use?"
+msgstr "Êàêúâ ïîòîêîë ĉċëàċòċ äà ïîìċíèòċ ?"
-#: ../../printer/printerdrake.pm_.c:385
+#: ../../network/isdn.pm:1
#, c-format
-msgid ", network printer \"%s\", port %s"
+msgid "Protocol for the rest of the world"
+msgstr "Ïîòîêîë çà îñòàíàëè˙ ñâ˙ò"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Protocol for the rest of the world\n"
+"No D-Channel (leased lines)"
msgstr ""
+"Ïîòîêîë çà îñòàíàëè˙ ñâ˙ò\n"
+" áċç D-Êàíàë (íàċòà ëèíè˙)"
-#: ../../printer/printerdrake.pm_.c:387
+#: ../../network/isdn.pm:1
#, fuzzy, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Ïèíòċ íà SMB/Windows 95/98/NT ñúâú"
+msgid "European protocol"
+msgstr "Ïîòîêîë Ċâîïà"
-#: ../../printer/printerdrake.pm_.c:391
-#, fuzzy, c-format
-msgid "Detected %s"
-msgstr "çàñċ÷ċíà %s"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "European protocol (EDSS1)"
+msgstr "Ïîòîêîë Ċâîïà (EDSS1)"
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/isdn.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
+msgid ""
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
msgstr ""
+"Ïîñî÷ċòċ äîñòàâ÷èêà ñè.\n"
+" Àêî íċ ċ â ñïèñúêà, èçáċċòċ Unlisted"
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/isdn.pm:1
#, c-format
-msgid "USB printer \\/*%s"
+msgid "External ISDN modem"
+msgstr "Âúíĝċí ISDN ìîäċì"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "Âúòċĝíà ISDN êàòà"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "Êàêúâ ċ òèïúò íà ISDN âúçêàòà ?"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, c-format
+msgid "Network Configuration Wizard"
+msgstr "Ìàüîñíèê çà íàñòîéêà íà ìċĉàòà"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "Ñòàà íàñòîéêà (isdn4net)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "New configuration (isdn-light)"
+msgstr "Íîâà íàñòîéêà (isdn-light)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Which ISDN configuration do you prefer?\n"
+"\n"
+"* The Old configuration uses isdn4net. It contains powerful\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"
-#: ../../printer/printerdrake.pm_.c:399
+#: ../../network/modem.pm:1
#, fuzzy, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "Ìċĉîâ ïèíòċ (TCP/Socket)"
+msgid "Do nothing"
+msgstr "íî íċ ñúâïàäà"
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/modem.pm:1
#, fuzzy, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Ïèíòċ íà SMB/Windows 95/98/NT ñúâú"
+msgid "Install rpm"
+msgstr "Èíñòàëèàé"
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-#, fuzzy
-msgid "Local Printer"
-msgstr "Ëîêàëċí ïèíòċ"
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Title"
+msgstr "Òàáëèöà"
-#: ../../printer/printerdrake.pm_.c:526
+#: ../../network/modem.pm:1
+#, c-format
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, ...)."
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:530
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Âúâċäċòċ URI íà ïċ÷àòàùî óñòîéñòâî"
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Second DNS Server (optional)"
+msgstr "Âòîè DNS ñúâú (ïî èçáî)"
-#: ../../printer/printerdrake.pm_.c:539
-#, fuzzy
-msgid "No printer found!"
-msgstr "Ëîêàëċí ïèíòċ"
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "First DNS Server (optional)"
+msgstr "Ïúâè DNS ñúâú (ïî èçáî)"
-#: ../../printer/printerdrake.pm_.c:548
-#, fuzzy
-msgid "Available printers"
-msgstr "Ëîêàëċí ïèíòċ"
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "Èìċ íà äîìċéíà"
-#: ../../printer/printerdrake.pm_.c:552
-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 ""
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr "CHAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "Áàçèàíà íà ñêèïò"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "Áàçèàíà íà òċìèíàë"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP"
-#: ../../printer/printerdrake.pm_.c:553
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "Ïîòċáèòċëñêî èìċ"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "Òċëċôîíċí íîìċ"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "Èìċ íà âúçêàòà"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "Îïöèè çà èçáèàíċ ïî òċëċôîí"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Please choose which serial port your modem is connected to."
+msgstr "Ìîë˙, èçáċċòċ ñċèċí ïîò êúì êîéòî ñâúçàí ìîäċìúò âè."
+
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "Íàñòîéêà íà ìċĉàòà"
+
+#: ../../network/netconnect.pm:1
+#, c-format
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"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:555
+#: ../../network/netconnect.pm:1
+#, c-format
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\"."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
+"Ñëċä êàòî ñòàíċ òîâà, ïċïîú÷âàìċ âè äà ċñòàòèàòċ X\n"
+"ñċäàòà ñè, çà äà èçáċíċòċ ïîáëċìè ñúñ ñì˙íàòà èìċòî íà ġîñòà."
-#: ../../printer/printerdrake.pm_.c:556
+#: ../../network/netconnect.pm:1
+#, c-format
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\"."
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
+"Ïîçäàâëċíè˙, ìċĉîâàòċ è Èíòċíċò íàñòîéêàòà ċ çàâúĝċíà.\n"
+"\n"
+"Íàñòîéêèòċ ùċ áúäàò ïèëîĉċíè êúì ñèñòċìàòà âè.\n"
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"A problem occured while restarting the network: \n"
+"\n"
+"%s"
msgstr ""
+"Èçíèêíà ïîáëċì ïè ċñòàòèàíċòî íà ìċĉàòà:\n"
+"\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:559
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Ìîë˙, èçáċċòċ ñċèċí ïîò êúì êîéòî ñâúçàí ìîäċìúò âè."
-
-#: ../../printer/printerdrake.pm_.c:561
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
msgstr ""
+"Òîçè ïàêċò ò˙áâà äà áúäċ îáíîâċí\n"
+"Ñèóíè ëè ñòċ, ÷ċ èñêàòċ äà î èçêëŝ÷èòċ ?"
-#: ../../printer/printerdrake.pm_.c:565
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Âúâċäċòċ URI íà ïċ÷àòàùî óñòîéñòâî"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Network configuration"
+msgstr "Íàñòîéêà íà ìċĉàòà"
-#: ../../printer/printerdrake.pm_.c:584
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Íàñòîéêà íà öâċòîâċ"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Do you want to start the connection at boot?"
+msgstr "Èñêàòċ ëè äà ñòàòèàòċ âúçêàòà ñè ïè çàċĉäàíċ ?"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr "Îïöèè íà îòäàëċ÷ċí lpd-ïèíòċ"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection"
+msgstr "Èíòċíċò âúçêà"
-#: ../../printer/printerdrake.pm_.c:634
-#, fuzzy
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
+"\n"
msgstr ""
-"Çà äà èçïîëçâàòċ îòäàëċ÷ċí lpd ïèíòċ, ò˙áâà\n"
-"äà ïċäîñòàâèòċ èìċíàòà íà ġîñòà íà ïèíòċíè˙ ñúâú è\n"
-"èìċòî íà ïèíòċà íà òîçè ñúâú."
+"Íàñòîèëè ñòċ í˙êîëêî íà÷èíà çà âúçêà êúì Èíòċíċò.\n"
+"Èçáċċòċ òîçè, êîéòî èñêàòċ äà èçïîëçâàòċ.\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:635
-msgid "Remote host name"
-msgstr "Èìċ íà îòäàëċ÷ċí ġîñò"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the connection you want to configure"
+msgstr "Èçáċċòċ âúçêàòà, êîéòî èñêàòċ äà èçïîëçâàòċ"
-#: ../../printer/printerdrake.pm_.c:636
-msgid "Remote printer name"
-msgstr "Èìċ íà îòäàëċ÷ċí ïèíòċ"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr "ethernet êàòè çàñċ÷ċíè"
-#: ../../printer/printerdrake.pm_.c:639
-msgid "Remote host name missing!"
-msgstr "Ëèïñâà èìċ íà èìċ íà ġîñò !"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "LAN connection"
+msgstr "LAN âúçêà"
-#: ../../printer/printerdrake.pm_.c:643
-msgid "Remote printer name missing!"
-msgstr "Ëèïñâà èìċ íà îòäàëċ÷ċí ïèíòċ !"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "cable connection detected"
+msgstr "çàñċ÷ċíà ċ êàáċëíà âúçêà"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Cable connection"
+msgstr "Êàáċëíà âúçêà"
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
+#: ../../network/netconnect.pm:1
#, fuzzy, c-format
-msgid "Detected model: %s %s"
+msgid "detected"
msgstr "çàñċ÷ċíà %s"
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Scanning network..."
-msgstr "Ñòàòèàíċ ìċĉàòà ...."
-
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#: ../../network/netconnect.pm:1
#, c-format
-msgid ", printer \"%s\" on server \"%s\""
-msgstr ""
-
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
-#, fuzzy, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "Ïċ÷àòàíċ íà ïèíòċ \"%s\""
+msgid "ADSL connection"
+msgstr "ADSL âúçêà"
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Íàñòîéêè íà SMB (Windows 9x/NT) ïèíòċ"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected %s"
+msgstr "çàñċ÷ċíà %s"
-#: ../../printer/printerdrake.pm_.c:796
-#, 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"
-"çà àáîòíàòà óïà."
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ISDN connection"
+msgstr "ISDN âúçêà"
-#: ../../printer/printerdrake.pm_.c:797
-msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Winmodem connection"
+msgstr "Îáèêíîâċíà ìîäċìíà âúçêà"
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr "Ġîñò íà SMB ñúâú"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected on port %s"
+msgstr "çàñċ÷ċí íà ïîò %s"
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
-msgstr "IP íà SMB ñúâú:"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Normal modem connection"
+msgstr "Îáèêíîâċíà ìîäċìíà âúçêà"
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr "Îáùî èìċ"
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detecting devices..."
+msgstr "Îòêèâàíċ íà óñòîéñòâà ..."
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "àáîòíà óïà"
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Mode"
+msgstr "àçĝèċíè ôóíêèöèè"
-#: ../../printer/printerdrake.pm_.c:806
-#, fuzzy
-msgid "Auto-detected"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
-#: ../../printer/printerdrake.pm_.c:816
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Ò˙áâà äà áúäàò çàäàäċíè è èìċòî è IP àäċñà íà ñúâúà !"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the profile to configure"
+msgstr "Èçáċċòċ ïîôèë çà íàñòîéêà"
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
-msgstr "Ëèïñâà èìċ íà SAMBA share !"
+#: ../../network/netconnect.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
+#: ../../network/netconnect.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:827
+#: ../../network/netconnect.pm:1
#, 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"
+"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:1
+#, c-format
+msgid "We are now going to configure the %s connection."
+msgstr "Ñċà ùċ íàñòîèì %s âúçêàòà."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "Èíòċíċò âúçêà è íàñòîéêà"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Configure the connection"
+msgstr "Â ìîìċíòà íàñòîéâàì ìċĉàòà"
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Disconnect"
+msgstr "Îòâúĉè"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Connect"
+msgstr "Ñâúĉè"
+
+#: ../../network/netconnect.pm:1
#, 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"
+"You can reconfigure your connection."
msgstr ""
+"\n"
+"Ìîĉċòċ äà ïċíàñòîèòċ âúçêàòà."
-#: ../../printer/printerdrake.pm_.c:840
+#: ../../network/netconnect.pm:1
+#, c-format
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?"
+"You can connect to the Internet or reconfigure your connection."
msgstr ""
+"\n"
+"Ìîĉċòċ äà ñċ ñâúĉċòċ êúì Èíòċíċò èëè äà ïċíàñòîèòċ âúçêàòà."
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr "Îïöèè çà NetWare ïèíòċ"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "Â ìîìċíòà íċ ñòċ ñâúçàíè êúì Èíòċíċò"
-#: ../../printer/printerdrake.pm_.c:912
-#, fuzzy
+#: ../../network/netconnect.pm:1
+#, c-format
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."
+"\n"
+"You can disconnect or reconfigure your connection."
msgstr ""
-"Çà äà ïċ÷àòèòċ íà NetWare ïèíòċ ,ò˙áâà äà çíàċòċ èìċî ìó è âúçìîĉíî\n"
-"àäċñà íà ñúâúà, êàêòî è èìċòî íà îïàĝêàòà,ïîòċáèòċëñêîòî èìċ,ïàîëà."
+"\n"
+"Ìîĉċòċ äà ñċ îòâúĉċòċ èëè äà ïċíàñòîèòċ âúçêàòà."
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr "Ñúâú íà ïèíòċà"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are currently connected to the Internet."
+msgstr "Â ìîìċíòà ñòċ ñâúçàíè êúì Èíòċíċò"
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr "Èìċ íà ïċ÷àòíàòà îïàĝêàòà"
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "URL ò˙áâà äà ċ çàïî÷âà ñ 'http:'"
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
-msgstr "Ëèïñâà èìċ íà NCP ñúâú !"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Proxy should be http://..."
+msgstr "Proxy-ñúâúà ò˙áâà äà ċ http://..."
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
-msgstr "Ëèïñâà èìċ íà NCP îïàĝêà !"
+#: ../../network/network.pm:1
+#, c-format
+msgid "FTP proxy"
+msgstr "FTP proxy"
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#: ../../network/network.pm:1
#, c-format
-msgid ", host \"%s\", port %s"
-msgstr ""
+msgid "HTTP proxy"
+msgstr "HTTP proxy"
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../network/network.pm:1
#, c-format
-msgid "Host \"%s\", port %s"
+msgid "Proxies configuration"
+msgstr "Íàñòîéêà íà proxy"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP àäċñúò ò˙áâà äà áúäċ âúâ ôîìàò 1.2.3.4"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP àäċñúò ò˙áâà äà áúäċ âúâ ôîìàò 1.2.3.4"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway device"
+msgstr "Gateway óñòîéñòâî"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1030
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Îïöèè íà Socket ïèíòċ"
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "DNS ñúâú"
-#: ../../printer/printerdrake.pm_.c:1032
+#: ../../network/network.pm:1
+#, c-format
msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+"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, àêî èìàòċ òàêúâ"
-#: ../../printer/printerdrake.pm_.c:1033
-#, fuzzy
+#: ../../network/network.pm:1
+#, c-format
msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
msgstr ""
-"Çà äà ïċ÷àòàòċ íà socket ïèíòċ, ò˙áâà äà ïċäîñòàâèòċ\n"
-"èìċòî íà ġîñòà íà ïèíòċà è, ċâċíòóàëíî, íîìċ íà ïîò.\n"
-"Íà HP JetDirect ñúâúè, íîìċúò íà ïîòà îáèêíîâċííî ċ 9100,\n"
-"íà äóè ñúâúè ìîĉċ äà âàèà. Âèĉòċ úêîâîñòâîòî íà\n"
-"ġàäóċà ñè."
-#: ../../printer/printerdrake.pm_.c:1037
-#, fuzzy
-msgid "Printer host name or IP missing!"
-msgstr "Ëèïñâà èìċ íà ġîñò íà ïèíòċa !"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1059
-#, fuzzy
-msgid "Printer host name or IP"
-msgstr "Èìċ íà ġîñò íà ïèíòċà"
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address should be in format 1.2.3.4"
+msgstr "IP àäċñúò ò˙áâà äà áúäċ âúâ ôîìàò 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr "Ïċ÷àòàùî óñòîéñòâî URI"
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Start at boot"
+msgstr "Ïóñíàò ïè ñòàòèàíċ"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Network Hotplugging"
+msgstr "Íàñòîéêà íà ìċĉàòà"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
+msgstr "Ïîñëċä˙âàíċ íà ID íà ìċĉîâàòà êàòà (ïîëċçíî ïè ëàïòîïè)"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(bootp/dhcp)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "Àâòîìàòè÷ċí IP àäċñ"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "Ìċĉîâà ìàñêà"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "IP àäċñ"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid " (driver %s)"
+msgstr " (äàéâċ %s)"
-#: ../../printer/printerdrake.pm_.c:1108
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "Íàñòîéêà íà ìċĉîâîòî óñòîéñòâî %s"
+
+#: ../../network/network.pm:1
+#, c-format
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."
+"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 ""
-"Ò˙áâà äèċêòíî äà îïċäċëèòċ URI çà äîñòúï äî ïèíòċà. URI ò˙áâà äà "
-"èçïúëíè èëè CUPS èëè Foomatic ñïċöèôèêàöèèòċ. Îòáċëċĉċòċ, ÷ċ íċ âñè÷êè "
-"òèïîâċ URI ñċ ïîääúĉàò îò spooler-èòċ."
+"Ìîë˙, âúâċäċòċ IP íàñòîéêèòċ çà òàçè ìàĝèíà.\n"
+"Âñ˙êî óñòîéñòâî ò˙áâà äà áúäċ âúâċäċíî êàòî IP àäċñ\n"
+"ñ òî÷êîâî-äċñċòè÷íî îçíà÷ċíèċ (íàïèìċ, 1.2.3.4)."
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
-msgstr "Ò˙áâà äà áúäċ âúâċäċí âàëèäċí URI !"
+#: ../../network/network.pm:1
+#, c-format
+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"
+"Ïîïàâêàòà íà ïîëċòàòà ïî-äîëó ùċ ïċçàïèĝċ òàçè íàñòîéêà."
-#: ../../printer/printerdrake.pm_.c:1463
-#, fuzzy
+#: ../../network/shorewall.pm:1
+#, c-format
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."
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes after installation."
msgstr ""
-"Âñċêè ïèíòċ ñċ íóĉäàċ îò èìċ (íàïèìċ lp).\n"
-"Ïîëċòàòà Îïèñàíèċ è Ìċñòîïîëîĉċ íċ ò˙áâà äà áúäàò\n"
-"ïîïúëâàíè. Èìà êîìċíòàè çà ïîòċáèòċëèòċ."
+"Âíèìàíèċ ! Îòêèòà ċ íàñòîéêà íà Çàùèòíà Ñòċíà. Ìîĉċ äà ñċ íàëîĉè í˙êàêâà "
+"ú÷íà ïîïàâêà ñëċä èíñòàëàöè˙òà."
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr "Èìċ íà ïèíòċ"
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "Îòêèòà ċ íàñòîéêà íà Çàùèòíà Ñòċíà !"
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "Îïèñàíèċ"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "Ïàîëà íà àêàóíòà"
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "Ìċñòîïîëîĉċíèċ"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "Èìċ íà àêàóíòà (ïîòċáèòċëñêî èìċ)"
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-msgid "Reading printer database..."
-msgstr "×ċòċíċ íà áàçàòà äàííè îò ïèíòċè ..."
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection timeout (in sec)"
+msgstr "Timeout íà âúçêàòà (â ñċê)"
-#: ../../printer/printerdrake.pm_.c:1482
-msgid "Preparing printer database..."
-msgstr "Ïîäîòâ˙íċ íà áàçàòà äàííè îò ïèíòċè ..."
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection speed"
+msgstr "Ñêîîñò íà âúçêàòà"
-#: ../../printer/printerdrake.pm_.c:1578
-#, fuzzy
-msgid "Your printer model"
-msgstr "Èìċ íà îòäàëċ÷ċí ïèíòċ"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Dialing mode"
+msgstr "ċĉèì íà íàáèàíċ"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Choose your country"
+msgstr "Èçáċċòċ ñòàíàòà ñè"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "2-è DNS íà äîñòàâ÷èêà (ïî ĉċëàíèċ)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "1-âè DNS íà äîñòàâ÷èêà (ïî ĉċëàíèċ)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "Òċëċôîíċí íîìċ íà äîñòàâ÷èêà"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "Èìċ íà äîñòàâ÷èêà (íàï. provider.net)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "Ëè÷íè˙ âè òċëċôîíċí íîìċ"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "IO_1 íà êàòàòà"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "IO_0 íà êàòàòà"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "IO íà êàòàòà"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "Ïàìċò (DMA) íà êàòàòà"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "IRQ íà êàòàòà"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
+msgstr "Ìîë˙, ïîïúëíċòċ èëè ïîâċċòċ ïîëċòî ïî-äîëó"
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../network/tools.pm:1
#, c-format
+msgid "Connection Configuration"
+msgstr "Íàñòîéêà íà âúçêàòà"
+
+#: ../../network/tools.pm:1
+#, fuzzy, 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"
+"The system doesn't seem to be connected to the Internet.\n"
+"Try to reconfigure your connection."
msgstr ""
+"Ñèñòċìàòà íċ èçëċĉäà ñâúçàíà êúì Èíòċíċò.\n"
+"Îïèòàéòċ ñċ äà ïċíàñòîèòċ âúçêàòà."
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-#, fuzzy
-msgid "The model is correct"
-msgstr "Âñè÷êî ïàâèëíî ëè ċ ?"
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "For security reasons, it will be disconnected now."
+msgstr "Çà âàĝà ñèóíîñò, ñċà ò˙ ùċ áúäċòċ îòâúçàíà."
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-#, fuzzy
-msgid "Select model manually"
-msgstr "Èìċ íà îòäàëċ÷ċí ïèíòċ"
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "The system is now connected to the Internet."
+msgstr "Ñèñòċìàòà â ìîìċíòà ċ ñâúçàíà êúì Èíòċíċò."
-#: ../../printer/printerdrake.pm_.c:1606
-msgid "Printer model selection"
-msgstr "Èçáî ìîäċë íà ïèíòċà"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Testing your connection..."
+msgstr "Èçïîáâàíċ íà âúçêàòà..."
-#: ../../printer/printerdrake.pm_.c:1607
-msgid "Which printer model do you have?"
-msgstr "Êàêúâ ìîäċë ïèíòċ èìàòċ ?"
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Èñêàòċ ëè ñċà äà îïèòàòċ âúçêà êúì Èíòċíċò ?"
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Internet configuration"
+msgstr "Íàñòîéêà íà Èíòċíċò"
+
+#: ../../partition_table/raw.pm:1
+#, fuzzy, c-format
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\"."
+"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, corrupted "
+"data."
+msgstr ""
+"Íċùî ëîĝî ñòàâà ñ óñòîéñòâîòî âè.\n"
+"Òċñòà çà öċëîñò íà äàííèòċ ïîïàäíà.\n"
+"Òîâà çíà÷è, ÷ċ ïèñàíċòî íà êàêâîòî è áèëî ïî äèñêà ùċ ïċâúùà\n"
+"ïîèçâîëíî â áîêëóê"
+
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr " (Ïî ïîäàçáèàíċ)"
+
+#: ../../printer/cups.pm:1
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "IP íà CUPS ñúâúà"
+
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Remote Printers"
+msgstr "Îòäàëċ÷ċí ïèíòċ"
+
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr "(íà òàçè ìàĝèíà)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on %s)"
+msgstr "(íà %s)"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Îáùà Unix Ïèíòċíà Ñèñòċìà"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng"
+msgstr "LPRng"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - LPR Íîâî ïîêîëċíèċ"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD"
+msgstr "LPD"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD - Line Printer Daemon"
+msgstr "LPD - Ëèíċċí Ïèíòċċí Äċìîí"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
+msgstr "PDQ"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Ïċ÷àòàé, Áċç Îïàĝêà"
+
+#: ../../printer/detect.pm:1
+#, fuzzy, c-format
+msgid "Unknown Model"
+msgstr "Íċèçâċñòċí ìîäċë"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr "Íċèçâċñòċí ìîäċë"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Host %s"
+msgstr "Èìċ íà ġîñò:"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Network %s"
+msgstr "Ìċĉîâ èíòċôċéñ"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Interface \"%s\""
+msgstr "Èíòċôċéñ %s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local network(s)"
+msgstr "íċ ċ îòêèòà ìċĉîâà êàòà"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on Novell server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "ċĝêà ïè çàïèñ âúâ ôàéëà %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on parallel port \\#%s"
+msgstr ""
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", USB printer"
+msgstr "Í˙ìà ïèíòċ"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", USB printer \\#%s"
+msgstr ""
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " on parallel port \\#%s"
+msgstr ""
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local Printers"
+msgstr "Ëîêàëċí ïèíòċ"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Pipe job into a command"
+msgstr "Ïċêààé àáîòàòà ïċç êîìàíäà"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter a printer device URI"
+msgstr "Âúâċäċòċ URI íà ïċ÷àòàùî óñòîéñòâî"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on NetWare server"
+msgstr "Ïèíòċ íà NetWare ñúâú"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "Ïèíòċ íà SMB/Windows 95/98/NT ñúâú"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "Ìċĉîâ ïèíòċ (TCP/Socket)"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on remote lpd server"
+msgstr "Ïèíòċ íà îòäàëċ÷ċí LPD ñúâú"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on remote CUPS server"
+msgstr "Ïèíòċ íà îòäàëċ÷ċí CUPS ñúâú"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
+msgstr "Îòäàëċ÷ċí ïèíòċ"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Local printer"
+msgstr "Ëîêàëċí ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuring applications..."
+msgstr "Íàñòîéêà íà ïèíòċà \"%s\" ..."
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, fuzzy, c-format
+msgid "Printerdrake"
+msgstr "Ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to configure another printer?"
+msgstr "Èñêàòċ ëè äà íàñòîèòċ äó ïèíòċ ?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "Èçòèâàíċ íà ïèíòċà \"%s\" ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Íàèñòèíà ëè èñêàòċ äà ïċìàġíċòċ ïèíòċà \"%s\" ?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove printer"
+msgstr "Ïċìàġâàíċ íà ïèíòċà"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Know how to use this printer"
+msgstr "Èñêàòċ ëè äà íàñòîèòċ äó ïèíòċ ?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print test pages"
+msgstr "Îòïċ÷àòâàíċ íà òċñòîâè ñòàíèöè"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1697
-msgid "OKI winprinter configuration"
-msgstr "Íàñòîéêè íà OKI Winprinter"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-msgid "Lexmark inkjet configuration"
-msgstr "Íàñòîéêà íà Lexmark inkjet"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1719
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr "Ïèíòċúò \"%s\" âċ÷ċ ċ îïċäċëċí çà ïîëçâàíċ ïî ïîäàçáèàíċ."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Default printer"
+msgstr "Ïèíòċ ïî ïîäàçáèàíċ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Set this printer as the default"
+msgstr "Îïċäċëè òîçè ïèíòċ çà ïîëçâàíċ ïî ïîäàçáèàíċ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "Îïöèè íà ïèíòċà"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model"
+msgstr "Ïîèçâîäèòċë íà ïèíòċà, ìîäċë"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model, driver"
+msgstr "Ïîèçâîäèòċë íà ïèíòċà, ìîäċë, äàéâċ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "Èçòèâàíċ íà ñòà ïèíòċ \"%s\" ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer name, description, location"
+msgstr "Èìċ íà ïèíòċà, îïèñàíèċ, ìċñòîïîëîĉċíèċ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer connection type"
+msgstr "Òèï íà âúçêàòà êúì ïèíòċà"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Learn how to use this printer"
+msgstr "Èñêàòċ ëè äà íàñòîèòċ äó ïèíòċ ?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do it!"
+msgstr "Äàâàé !"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Close"
+msgstr "Çàòâîè"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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."
+"Printer %s\n"
+"What do you want to modify on this printer?"
msgstr ""
-"Inkjet ïèíòċíèòċ äàéâċè ïċäîñòàâċíè îò Lexmark ïîääúĉàò\n"
-"ñàìî ëîêàëíè ïèíòċè, áċç ïèíòċè íà îòäàëċ÷ċíè ìàĝèíè èëè\n"
-"ïèíòċíè ìàĝèíè. Ìîë˙, ñâúĉċòċ ïèíòċà ñè íà ëîêàëċí ïîò\n"
-"èëè î íàñòîéòċ íà ìàĝèíàòà, êúì êî˙òî ċ ñâúçàí."
+"Ïèíòċ %s: %s %s\n"
+"Êàêâî èñêàòċ äà ïîïàâèòċ ïî òîçè ïèíòċ ?"
-#: ../../printer/printerdrake.pm_.c:1746
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Modify printer configuration"
+msgstr "Ïîïàâè íàñòîéêèòċ íà ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Add a new printer"
+msgstr "Äîáàâè ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Normal Mode"
+msgstr "Íîìàëċí ċĉèì"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Change the printing system"
+msgstr "Íàñòîéêà íà ìċĉàòà"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing"
+msgstr "Ïîäċë˙íċ íà ôàéëîâċ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS configuration"
+msgstr "Íàñòîéêà"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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/). Click on the \"Drivers\" link. 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."
+"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"
+"âúġó \"Äîáàâè Ïèíòċ\", çà äà äîáàâèòċ íîâ ïèíòċ."
-#: ../../printer/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+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/GIMP."
msgstr ""
+"Ñëċäíèòċ ïèíòċè ñà íàñòîċíè.\n"
+"Öúêíċòċ íà ċäèí îò ò˙ġ, çà äà î ċäàêòèàòċ\n"
+"èëè çà äà ïîëó÷èòċ èíôîìàöè˙ çà íċî, èëè\n"
+"âúġó \"Äîáàâè Ïèíòċ\", çà äà äîáàâèòċ íîâ ïèíòċ."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr "Ïċ÷àòíà ñèñòċìà: "
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Would you like to configure printing?"
+msgstr "Èñêàòċ ëè äà íàñòîèòċ ïċ÷àòà ?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Preparing Printerdrake..."
+msgstr "Ïîäîòâ˙íċ íà PinterDrake ..."
-#: ../../printer/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
+msgstr "Ïîâċêà íà èíñòàëèàíè˙ ñîôòóċ..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing Foomatic..."
+msgstr "Èíñòàëèàíċ íà ïàêċòè ..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "Íàñòîéêà íà ïèíòċà \"%s\" ..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "Íàñòîéêà íà ïèíòċà \"%s\" ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer data..."
+msgstr "×ċòċíċ íà äàííè îò ïèíòċà ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Êî˙ ïèíòċíà ñèñòċìà (spooler) èçêàòċ äà èçïîëçâàòċ ?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Spooler"
+msgstr "Èçáċċòċ ïèíòċċí spooler"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "Èíñòàëèàíċ íà ïàêċòè ..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Èçòèâàíċ íà %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer belongs to the group of GDI laser printers (winprinters) sold "
-"by different manufacturers which uses the Zenographics ZJ-stream raster "
-"format for the data sent to the printer. The driver for these printers is "
-"still in a very early development stage and so it will perhaps not always "
-"work properly. Especially it is possible that the printer only works when "
-"you choose the A4 paper size.\n"
-"\n"
-"Some of these printers, as the HP LaserJet 1000, for which this driver was "
-"originally created, need their firmware to be uploaded to them after they "
-"are turned on. In the case of the HP LaserJet 1000 you have to search the "
-"printer's Windows driver CD or your Windows partition for the file "
-"\"sihp1000.img\" and upload the file to the printer with one of the "
-"following commands:\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-" lpr -o raw sihp1000.img\n"
-" cat sihp1000.img > /dev/usb/lp0\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"
-"The first command can be given by any normal user, the second must be given "
-"as root. After having done so you can print normally.\n"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1972
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting the printing system at boot time"
+msgstr "Ñòàòèàíċ íà ïèíòċíàòà ñèñòċìà ïè ñòàòèàíċ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Printer default settings\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\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."
+"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 ""
-"Íàñòîéêè íà ïèíòċà ïî ïîäàçáèàíċ\n"
-"Ò˙áâà äà ñòċ ñèóíè, ÷ċ îëċìèíàòà íà ñòàíèöàòà\n"
-"è òèïà íà ìàñòèëîòî (àêî èìà) ñà íàñòîċíè ïàâèëíî.\n"
-"Îòáċëċĉċòċ, ÷ċ ïè ìíîî âèñîêî êà÷ċñòî íà èçġîäà íà\n"
-"ïèíòċà, òîé ìîĉċ çíà÷èòċëíî äà ñċ çàáàâè."
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Íàñòîéêàòà %s ò˙áâà äà ċ ö˙ëî ÷èñëî !"
+msgid "Installing a printing system in the %s security level"
+msgstr "Èíñòàëèàíċ íà ïèíòċíàòà ñèñòċìà â %s íèâî íà ñèóíîñò"
-#: ../../printer/printerdrake.pm_.c:1985
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be a number!"
-msgstr "Íàñòîéêàòà %s ò˙áâà äà ċ ÷èñëî !"
+msgid "paranoid"
+msgstr "ïààíîè÷íî"
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
-msgstr "Îïöè˙òà %s ċ èçâúí àíèöèòċ !"
+msgid "high"
+msgstr "âèñîêî"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Restarting printing system..."
+msgstr "ċñòàòèàíċ íà ïèíòċíàòà ñèñòċìà"
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "Configuration of a remote printer"
+msgstr "Íàñòîéêà íà îòäàëċ÷ċí ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
+"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\")\n"
-"êàòî ïèíòċ ïî ïîäàçáèàíċ ?"
+"Í˙ìàĝċ äîñòúï äî ìċĉàòà è òàêúâ íċ ìîĉċĝċ äà áúäċ\n"
+"óñòàíîâċí. Ìîë˙, ïîâċċòċ íàñòîéêàòà è ġàäóċà\n"
+"ñè. Òîàâà îïèòàéòċ äà íàñòîèòċ îòäàëċ÷ċíè˙ ïèíòċ\n"
+"îòíîâî."
-#: ../../printer/printerdrake.pm_.c:2051
-msgid "Test pages"
-msgstr "Òċñòîâè ñòàíèöè"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is 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 ""
-#: ../../printer/printerdrake.pm_.c:2052
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configure the network now"
+msgstr "Â ìîìċíòà íàñòîéâàì ìċĉàòà"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Go on without configuring the network"
+msgstr "Ïîäúëĉè áċç íàñòîéêà íà ìċĉàòà"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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"
-"äà íċ èçëċçċ.  ïîâċ÷ċòî ñëó÷àè ċ äîñòàòú÷íà ñòàíäàòíà òċñòîâà ñòàíèöà."
-#: ../../printer/printerdrake.pm_.c:2056
-msgid "No test pages"
-msgstr "Áċç òċñòîâè ñòàíèöè"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network functionality not configured"
+msgstr "Ôóíêöèîíàëíîñòòà íà ìċĉàòà íċ ċ íàñòîċíà"
-#: ../../printer/printerdrake.pm_.c:2057
-msgid "Print"
-msgstr "Ïċ÷àò"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting network..."
+msgstr "Ñòàòèàíċ ìċĉàòà ...."
-#: ../../printer/printerdrake.pm_.c:2114
-msgid "Standard test page"
-msgstr "Ñòàíäàòíà òċñòîâà ñòàíèöà"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refreshing printer data..."
+msgstr "Îïċñí˙âàíċ íà äàííèòċ îò ïèíòċà ..."
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
-msgstr "Àëòċíàòèâíà òċñòîâà ñòàíèöà (Ïèñìî)"
+#: ../../printer/printerdrake.pm:1
+#, 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 ?"
-#: ../../printer/printerdrake.pm_.c:2120
-msgid "Alternative test page (A4)"
-msgstr "Àëòċíàòèâíà òċñòîâà ñòàíèöà (À4)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer printer configuration"
+msgstr "Ïċíîñ íà íàñòîéêà íà ïèíòċ"
-#: ../../printer/printerdrake.pm_.c:2122
-msgid "Photo test page"
-msgstr "Òċñòîâà ñòàíèöà ñúñ ñíèìêà"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transferring %s..."
+msgstr "Ïċġâúë˙íċ íà %s ..."
-#: ../../printer/printerdrake.pm_.c:2126
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Îòïċ÷àòâàíċ íà òċñòîâè ñòàíèöè"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "New printer name"
+msgstr "Íîâî èìċ íà ïèíòċ"
-#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
-msgstr "Îòïċ÷àòâàíċ íà òċñòîâ(àòà/èòċ) ñòàíèö(à/è) ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
+msgstr ""
+"Ïèíòċúò \"%s\" âċ÷ċ ñúùċñòâóâà,\n"
+"íàèñòèíà ëè èñêàòċ äà ïċçàïèĝċòċ íàñòîéêàòà ?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer should contain only letters, numbers and the underscore"
+msgstr "Èìċòî íà ïèíòċà ò˙áâà äà ñúäúĉà ñàìî áóêâè, ÷èñëà è ïîä÷ċòàâêà"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr "Ïċġâúëè"
-#: ../../printer/printerdrake.pm_.c:2159
+#: ../../printer/printerdrake.pm:1
+#, 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"
+"Ìîĉċòċ ñúùî òàêà äà íàïèĝċòċ íîâî èìċ èëè äà ïîïóñíòċ ïèíòċà."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
+msgstr "Íċ ïċġâúë˙é ïèíòċè"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
msgstr ""
-"Òċñòîâèòċ ñòàíèöè ñà èçïàòċíè êúì ïèíòċà.\n"
-"Ìîĉċ äà îòíċìċ ìàëêî âċìċ ïċäè ïèíòċà äà çàïî÷íċ.\n"
-"Ñúñòî˙íèċ íà ïċ÷àòà:\n"
-"%s\n"
"\n"
+"Îòáċëċĉċòċ ïèíòċèòċ, êîèòî èñêàòċ äà ïċġâúëèòċ è öúêíċòċ\n"
+"\"Ïċġâúëè\"."
-#: ../../printer/printerdrake.pm_.c:2163
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
+"\n"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-"Òċñòîâèòċ ñòàíèöè ñà èçïàòċíè êúì ïèíòċíà.\n"
-"Ìîĉċ äà îòíċìċ ìàëêî âċìċ ïċäè ïèíòċà äà çàïî÷íċ.\n"
-
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
-msgstr "Ïîàáîòè ëè êàêòî ò˙áâà ?"
+"\n"
+"Ñúùî òàêà, ïèíòċè íàñòîċíè ñ PPD ôàéëîâċ ïċäîñòàâċíè\n"
+"îò ïîèçâîäèòċëèòċ èì èëè ñ îèèíàëíè CUPS äàéâċè íċ\n"
+"ìîàò äà áúäàò ïċġâúë˙íè."
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-msgid "Raw printer"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
+"Êàòî äîïúëíċíèċ, îïàĝêèòċ íċ ñúçäàäċíè ñ òàçè ïîàìà\n"
+"èëè \"foomatic-configure\" íċ ìîàò äà áúäàò ïċġâúë˙íè."
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "LPD and LPRng do not support IPP printers.\n"
+msgstr "LPD è LPRng íċ ïîääúĉà IPP ïèíòċè.\n"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, 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"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-"Çà äà èçïċ÷àòàòċ ôàéë îò êîìàíäíè˙ ċä (òċìèíàëċí ïîçîċö), ìîĉċòċ èëè äà "
-"èçïîëçâàòċ êîìàíäàòà \"%s <file>\" èëè àôè÷íè˙ ïċ÷àòàù èíñòóìċíò: \"xpp "
-"<file>\" èëè \"kprinter <file>\". àôè÷íèòċ èíñòóìċíòè âè ïîçâîë˙âàò äà "
-"èçáèàòċ ïèíòċà è äà ïîïàâ˙òċ ëċñíî íàñòîéêèòċ íà îïöèèòċ.\n"
+"PDQ ïîääúĉà ñàìî ëîêàëíè ïèíòċè, îòäàëċ÷ċíè LPD ïèíòċè\n"
+"è Socket/TCP ïèíòċè.\n"
-#: ../../printer/printerdrake.pm_.c:2218
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-"Ìîĉċòċ äà èçïîëçâàòċ òàçè êîìàíäà è â ïîëċòî \"Êîìàíäà çà ïċ÷àò\" íà "
-"ïċ÷àòíèòċ äèàëîçè â ìíîƒî ïèëîĉċíè˙. Íî ò˘ê íċ ïîñòàâ˙éòċ èìċòî íà ôàéëà, "
-"çàùîòî òî ñċ ïîäàâà îò ïèëîĉċíèċòî.\n"
+"CUPS íċ ïîääúĉà ïèíòċè íà Novell ñúâúè èëè ïèíòċè\n"
+"èçïàùàùè äàííè âúâ ñâîáîäíî-èçàäċíà êîìàíäà.\n"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#: ../../printer/printerdrake.pm:1
#, 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>\". "
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your 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\" on the command line to get more "
+"information.\n"
"\n"
-"Êîìàíäàòà \"%s\" ñúùî òàêà âè ïîçâîë˙âà äà ïîïàâèòċ íàñòîéêèòċ íà îïöèèòċ "
-"çà îïċäċëċíà àáîòà íà ïèíòċà. Ïîñòî äîáàâċòċ öċëàíèòċ íàñòîéêè êúì "
-"êîìàíäíè˙ ċä, íàï. \"%s <file>\". "
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "Îòïċ÷àòâàíċ íà òċñòîâ(àòà/èòċ) ñòàíèö(à/è) ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print option list"
+msgstr "Ñïèñúê ñ ïèíòċíè îïöèè"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Ïċ÷àòàíċ íà ïèíòċ \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "Ïċ÷àòàíċ íà ïèíòċ \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Ïċ÷àòàíċ íà ïèíòċ \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "Ïċ÷àòàíċ íà ïèíòċ \"%s\""
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8566,23 +10965,32 @@ msgstr ""
"Çà äà âèäèòċ ñïèñúê íà äîñòúïíèòċ îïöèè çà òċêóùè˙ ïèíòċ, èëè ïî÷ċòċòċ "
"ñïèñúêà ïîêàçàí ïî-äîëó èëè öúêíċòċ íà áóòîíà \"Ñïèñúê ñ îïöèè çà ïċ÷àò\".\n"
-#: ../../printer/printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Here is a list of the available printing options for the current printer:\n"
"\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"
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+"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 ""
-"Çà äà èçïċ÷àòàòċ ôàéë îò êîìàíäíè˙ ċä (òċìèíàëċí ïîçîċö) èçïîëçâàéòċ "
-"êîìàíäàòà \"%s <file>\".\n"
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
+#: ../../printer/printerdrake.pm:1
+#, c-format
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 "
@@ -8592,8 +11000,17 @@ msgstr ""
"ïċ÷àòíèòċ äèàëîçè â ìíîî ïèëîĉċíè˙. Íî òóê íċ ïîñòàâ˙éòċ èìċòî íà ôàéëà, "
"çàùîòî òî ñċ ïîäàâà îò ïèëîĉċíèċòî.\n"
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, 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"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -8602,1213 +11019,1974 @@ msgstr ""
"\"Ñïèñúê ñ îïöèè çà ïċ÷àò\".\n"
"\n"
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
+#, 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>\". "
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+"<file>\".\n"
msgstr ""
-"Çà äà îòïċ÷àòàòċ ôàéë îò êîìàíäíè˙ ċä (òċìèíàëċí ïîçîċö), èçïîëçâàéòċ "
-"êîìàíäàòà \"%s <file>\" èëè \"%s <file>\".\n"
+"Çà äà èçïċ÷àòàòċ ôàéë îò êîìàíäíè˙ ċä (òċìèíàëċí ïîçîċö) èçïîëçâàéòċ "
+"êîìàíäàòà \"%s <file>\".\n"
-#: ../../printer/printerdrake.pm_.c:2257
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
#, 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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr "Ïîàáîòè ëè êàêòî ò˙áâà ?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
+msgstr ""
+"Òċñòîâèòċ ñòàíèöè ñà èçïàòċíè êúì ïèíòċíà.\n"
+"Ìîĉċ äà îòíċìċ ìàëêî âċìċ ïċäè ïèíòċà äà çàïî÷íċ.\n"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"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"
+"Ìîĉċ äà îòíċìċ ìàëêî âċìċ ïċäè ïèíòċà äà çàïî÷íċ.\n"
+"Ñúñòî˙íèċ íà ïċ÷àòà:\n"
+"%s\n"
"\n"
-"Êîìàíäèòċ \"%s\" è \"%s\" ñúùî òàêà ïîçâîë˙âàò äà ïîïàâ˙òċ èçáàíèòċ "
-"íàñòîéêè çà îïċäċëċíà àáîòà íà ïèíòċà. Ïîñòî äîáàâċòċ èñêàíèòċ "
-"íàñòîéêè êúì êîìàíäíè˙ ċä, íàï. \"%s <file>\".\n"
-#: ../../printer/printerdrake.pm_.c:2271
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Ïċ÷àòàíċ íà ïèíòċ \"%s\""
+msgid "Do not print any test page"
+msgstr "Îòïċ÷àòâàíċ íà òċñòîâè ñòàíèöè"
-#: ../../printer/printerdrake.pm_.c:2272
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Ïċ÷àòàíċ íà ïèíòċ \"%s\""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo test page"
+msgstr "Òċñòîâà ñòàíèöà ñúñ ñíèìêà"
-#: ../../printer/printerdrake.pm_.c:2274
-#, fuzzy, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Ïċ÷àòàíċ íà ïèíòċ \"%s\""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (A4)"
+msgstr "Àëòċíàòèâíà òċñòîâà ñòàíèöà (À4)"
-#: ../../printer/printerdrake.pm_.c:2275
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Ïċ÷àòàíċ íà ïèíòċ \"%s\""
+msgid "Alternative test page (Letter)"
+msgstr "Àëòċíàòèâíà òċñòîâà ñòàíèöà (Ïèñìî)"
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-msgid "Close"
-msgstr "Çàòâîè"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Standard test page"
+msgstr "Ñòàíäàòíà òċñòîâà ñòàíèöà"
-#: ../../printer/printerdrake.pm_.c:2281
-msgid "Print option list"
-msgstr "Ñïèñúê ñ ïèíòċíè îïöèè"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print"
+msgstr "Ïċ÷àò"
-#: ../../printer/printerdrake.pm_.c:2301
+#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "No test pages"
+msgstr "Áċç òċñòîâè ñòàíèöè"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"Your 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\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+"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"
+"äà íċ èçëċçċ.  ïîâċ÷ċòî ñëó÷àè ċ äîñòàòú÷íà ñòàíäàòíà òċñòîâà ñòàíèöà."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Test pages"
+msgstr "Òċñòîâè ñòàíèöè"
-#: ../../printer/printerdrake.pm_.c:2322
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
msgstr ""
+"Èñêàòċ ëè äà íàñòîèòċ òîçè ïèíòċ (\"%s\")\n"
+"êàòî ïèíòċ ïî ïîäàçáèàíċ ?"
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-msgid "Reading printer data..."
-msgstr "×ċòċíċ íà äàííè îò ïèíòċà ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
+msgstr "Îïöè˙òà %s ċ èçâúí àíèöèòċ !"
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-msgid "Transfer printer configuration"
-msgstr "Ïċíîñ íà íàñòîéêà íà ïèíòċ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be a number!"
+msgstr "Íàñòîéêàòà %s ò˙áâà äà ċ ÷èñëî !"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr "Íàñòîéêàòà %s ò˙áâà äà ċ ö˙ëî ÷èñëî !"
-#: ../../printer/printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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"
-"çà spoller %s íà %s, òċêóùè˙ spooler. Ö˙ëàòà èíôîìàöè˙ çà íàñòîéêèòċ\n"
-"(èìċ íċ ïèíòċ, îïèñàíèċ, ìċñòîïîëîĉċíèċ, âèä íà âúçêàòà è\n"
-"íàñòîéêè ïî ïîäàçáèàíċ) ñċ ïċçàïèñâàò, íî àáîòèòċ íċ ñċ\n"
-"ïċġâúë˙ò.\n"
-"Íċ âñè÷êè îïàĝêè ìîàò äà áúäàò ïċġâúëċíè ïî ñëċäíèòċ ïè÷èíè:\n"
+"Íàñòîéêè íà ïèíòċà ïî ïîäàçáèàíċ\n"
+"Ò˙áâà äà ñòċ ñèóíè, ÷ċ îëċìèíàòà íà ñòàíèöàòà\n"
+"è òèïà íà ìàñòèëîòî (àêî èìà) ñà íàñòîċíè ïàâèëíî.\n"
+"Îòáċëċĉċòċ, ÷ċ ïè ìíîî âèñîêî êà÷ċñòî íà èçġîäà íà\n"
+"ïèíòċà, òîé ìîĉċ çíà÷èòċëíî äà ñċ çàáàâè."
-#: ../../printer/printerdrake.pm_.c:2368
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"The first command can be given by any normal user, the second must be given "
+"as root. After having done so you can print normally.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-"CUPS íċ ïîääúĉà ïèíòċè íà Novell ñúâúè èëè ïèíòċè\n"
-"èçïàùàùè äàííè âúâ ñâîáîäíî-èçàäċíà êîìàíäà.\n"
-#: ../../printer/printerdrake.pm_.c:2370
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+"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/). Click on the \"Drivers\" link. 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 ""
-"PDQ ïîääúĉà ñàìî ëîêàëíè ïèíòċè, îòäàëċ÷ċíè LPD ïèíòċè\n"
-"è Socket/TCP ïèíòċè.\n"
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD è LPRng íċ ïîääúĉà IPP ïèíòċè.\n"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Lexmark inkjet configuration"
+msgstr "Íàñòîéêà íà Lexmark inkjet"
-#: ../../printer/printerdrake.pm_.c:2374
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"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 ""
-"Êàòî äîïúëíċíèċ, îïàĝêèòċ íċ ñúçäàäċíè ñ òàçè ïîàìà\n"
-"èëè \"foomatic-configure\" íċ ìîàò äà áúäàò ïċġâúë˙íè."
+"Inkjet ïèíòċíèòċ äàéâċè ïċäîñòàâċíè îò Lexmark ïîääúĉàò\n"
+"ñàìî ëîêàëíè ïèíòċè, áċç ïèíòċè íà îòäàëċ÷ċíè ìàĝèíè èëè\n"
+"ïèíòċíè ìàĝèíè. Ìîë˙, ñâúĉċòċ ïèíòċà ñè íà ëîêàëċí ïîò\n"
+"èëè î íàñòîéòċ íà ìàĝèíàòà, êúì êî˙òî ċ ñâúçàí."
-#: ../../printer/printerdrake.pm_.c:2375
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
+"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"
-"Ñúùî òàêà, ïèíòċè íàñòîċíè ñ PPD ôàéëîâċ ïċäîñòàâċíè\n"
-"îò ïîèçâîäèòċëèòċ èì èëè ñ îèèíàëíè CUPS äàéâċè íċ\n"
-"ìîàò äà áúäàò ïċġâúë˙íè."
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "OKI winprinter configuration"
+msgstr "Íàñòîéêè íà OKI Winprinter"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
"\n"
-"Îòáċëċĉċòċ ïèíòċèòċ, êîèòî èñêàòċ äà ïċġâúëèòċ è öúêíċòċ\n"
-"\"Ïċġâúëè\"."
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
-msgstr "Íċ ïċġâúë˙é ïèíòċè"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printer model do you have?"
+msgstr "Êàêúâ ìîäċë ïèíòċ èìàòċ ?"
-#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
-msgstr "Ïċġâúëè"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer model selection"
+msgstr "Èçáî ìîäċë íà ïèíòċà"
-#: ../../printer/printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer database..."
+msgstr "×ċòċíċ íà áàçàòà äàííè îò ïèíòċè ..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Select model manually"
+msgstr "Èìċ íà îòäàëċ÷ċí ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The model is correct"
+msgstr "Âñè÷êî ïàâèëíî ëè ċ ?"
+
+#: ../../printer/printerdrake.pm:1
#, 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."
+"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 ""
-"Ïèíòċ ñ èìċ \"%s\" âċ÷ċ ñúùċñòâóâà â %s.\n"
-"Öúêíċòċ \"Ïċġâúëè\", çà äà î ïċçàïèĝċòċ.\n"
-"Ìîĉċòċ ñúùî òàêà äà íàïèĝċòċ íîâî èìċ èëè äà ïîïóñíòċ ïèíòċà."
-#: ../../printer/printerdrake.pm_.c:2400
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Èìċòî íà ïèíòċà ò˙áâà äà ñúäúĉà ñàìî áóêâè, ÷èñëà è ïîä÷ċòàâêà"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Your printer model"
+msgstr "Èìċ íà îòäàëċ÷ċí ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing printer database..."
+msgstr "Ïîäîòâ˙íċ íà áàçàòà äàííè îò ïèíòċè ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Location"
+msgstr "Ìċñòîïîëîĉċíèċ"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Description"
+msgstr "Îïèñàíèċ"
-#: ../../printer/printerdrake.pm_.c:2405
+#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "Name of printer"
+msgstr "Èìċ íà ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+"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 ""
-"Ïèíòċúò \"%s\" âċ÷ċ ñúùċñòâóâà,\n"
-"íàèñòèíà ëè èñêàòċ äà ïċçàïèĝċòċ íàñòîéêàòà ?"
+"Âñċêè ïèíòċ ñċ íóĉäàċ îò èìċ (íàïèìċ lp).\n"
+"Ïîëċòàòà Îïèñàíèċ è Ìċñòîïîëîĉċ íċ ò˙áâà äà áúäàò\n"
+"ïîïúëâàíè. Èìà êîìċíòàè çà ïîòċáèòċëèòċ."
-#: ../../printer/printerdrake.pm_.c:2413
-msgid "New printer name"
-msgstr "Íîâî èìċ íà ïèíòċ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter Printer Name and Comments"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2416
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
-msgstr "Ïċġâúë˙íċ íà %s ..."
+msgid "Making printer port available for CUPS..."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo memory card access on your HP multi-function device"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning on your HP multi-function device"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2427
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
+msgid "Installing mtools packages..."
+msgstr "Èíñòàëèàíċ íà ïàêċòè ..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing SANE packages..."
+msgstr "Èíñòàëèàíċ íà ïàêċòè ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking device and configuring HPOJ..."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing HPOJ package..."
+msgstr "Èíñòàëèàíċ íà ïàêċòè ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
msgstr ""
-"Ïċġâúëèëè ñòċ ïèíòċ ïî ïîäàçáèàíċ (\"%s\"),\n"
-"Èñêàòċ ëè äà î îñòàâèòċ ïî ïîäàçáèàíċ â íîâàòà\n"
-"ïèíòċíà ñèñòċìà %s ?"
-#: ../../printer/printerdrake.pm_.c:2437
-msgid "Refreshing printer data..."
-msgstr "Îïċñí˙âàíċ íà äàííèòċ îò ïèíòċà ..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "A command line must be entered!"
+msgstr "Ò˙áâà äà áúäċ âúâċäċí âàëèäċí URI !"
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-msgid "Configuration of a remote printer"
-msgstr "Íàñòîéêà íà îòäàëċ÷ċí ïèíòċ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Command line"
+msgstr "Èìċ íà äîìċéíà"
-#: ../../printer/printerdrake.pm_.c:2446
-msgid "Starting network..."
-msgstr "Ñòàòèàíċ ìċĉàòà ...."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-msgid "Configure the network now"
-msgstr "Â ìîìċíòà íàñòîéâàì ìċĉàòà"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Pipe into command"
+msgstr "Ïċêààé àáîòàòà ïċç êîìàíäà"
-#: ../../printer/printerdrake.pm_.c:2480
-msgid "Network functionality not configured"
-msgstr "Ôóíêöèîíàëíîñòòà íà ìċĉàòà íċ ċ íàñòîċíà"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Detected model: %s %s"
+msgstr "çàñċ÷ċíà %s"
-#: ../../printer/printerdrake.pm_.c:2481
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr "Ò˙áâà äà áúäċ âúâċäċí âàëèäċí URI !"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "Ïċ÷àòàùî óñòîéñòâî URI"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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?"
+"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-èòċ."
-#: ../../printer/printerdrake.pm_.c:2484
-msgid "Go on without configuring the network"
-msgstr "Ïîäúëĉè áċç íàñòîéêà íà ìċĉàòà"
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "Ïîò"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer host name or IP"
+msgstr "Èìċ íà ġîñò íà ïèíòċà"
-#: ../../printer/printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The port number should be an integer!"
+msgstr "Íîìċúò íà ïîòà ò˙áâà äà ċ ö˙ëî ÷èñëî !"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer host name or IP missing!"
+msgstr "Ëèïñâà èìċ íà ġîñò íà ïèíòċa !"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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\""
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). 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"
+"ġàäóċà ñè."
-#: ../../printer/printerdrake.pm_.c:2519
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
msgstr ""
-"Í˙ìàĝċ äîñòúï äî ìċĉàòà è òàêúâ íċ ìîĉċĝċ äà áúäċ\n"
-"óñòàíîâċí. Ìîë˙, ïîâċċòċ íàñòîéêàòà è ġàäóċà\n"
-"ñè. Òîàâà îïèòàéòċ äà íàñòîèòċ îòäàëċ÷ċíè˙ ïèíòċ\n"
-"îòíîâî."
-#: ../../printer/printerdrake.pm_.c:2529
-msgid "Restarting printing system..."
-msgstr "ċñòàòèàíċ íà ïèíòċíàòà ñèñòċìà"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "Îïöèè íà Socket ïèíòċ"
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "high"
-msgstr "âèñîêî"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Host \"%s\", port %s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "paranoid"
-msgstr "ïààíîè÷íî"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Scanning network..."
+msgstr "Ñòàòèàíċ ìċĉàòà ...."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer auto-detection"
+msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Èíñòàëèàíċ íà ïèíòċíàòà ñèñòċìà â %s íèâî íà ñèóíîñò"
+msgid "NCP queue name missing!"
+msgstr "Ëèïñâà èìċ íà NCP îïàĝêà !"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP server name missing!"
+msgstr "Ëèïñâà èìċ íà NCP ñúâú !"
-#: ../../printer/printerdrake.pm_.c:2570
+#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "Print Queue Name"
+msgstr "Èìċ íà ïċ÷àòíàòà îïàĝêàòà"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Server"
+msgstr "Ñúâú íà ïèíòċà"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
+"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"
+"àäċñà íà ñúâúà, êàêòî è èìċòî íà îïàĝêàòà,ïîòċáèòċëñêîòî èìċ,ïàîëà."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "Îïöèè çà NetWare ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 configure printing on this machine?"
+"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2604
-msgid "Starting the printing system at boot time"
-msgstr "Ñòàòèàíċ íà ïèíòċíàòà ñèñòċìà ïè ñòàòèàíċ"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
+"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"
-"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"
+"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"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
-msgstr "Ïîâċêà íà èíñòàëèàíè˙ ñîôòóċ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SECURITY WARNING!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2630
-#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "Èçòèâàíċ íà %s"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Samba share name missing!"
+msgstr "Ëèïñâà èìċ íà SAMBA share !"
-#: ../../printer/printerdrake.pm_.c:2636
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Either the server name or the server's IP must be given!"
+msgstr "Ò˙áâà äà áúäàò çàäàäċíè è èìċòî è IP àäċñà íà ñúâúà !"
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "Èíñòàëèàíċ íà ïàêċòè ..."
+msgid "Auto-detected"
+msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
-#: ../../printer/printerdrake.pm_.c:2685
-msgid "Select Printer Spooler"
-msgstr "Èçáċċòċ ïèíòċċí spooler"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "àáîòíà óïà"
-#: ../../printer/printerdrake.pm_.c:2686
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Êî˙ ïèíòċíà ñèñòċìà (spooler) èçêàòċ äà èçïîëçâàòċ ?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Share name"
+msgstr "Îáùî èìċ"
-#: ../../printer/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "IP íà SMB ñúâú:"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "Ġîñò íà SMB ñúâú"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Íàñòîéêà íà ïèíòċà \"%s\" ..."
+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"
+"çà àáîòíàòà óïà."
-#: ../../printer/printerdrake.pm_.c:2731
-#, fuzzy
-msgid "Installing Foomatic..."
-msgstr "Èíñòàëèàíċ íà ïàêċòè ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "Íàñòîéêè íà SMB (Windows 9x/NT) ïèíòċ"
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
-msgstr "Îïöèè íà ïèíòċà"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "Ïċ÷àòàíċ íà ïèíòċ \"%s\""
-#: ../../printer/printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Preparing Printerdrake..."
-msgstr "Ïîäîòâ˙íċ íà PinterDrake ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on server \"%s\""
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Íàñòîéêà íà ïèíòċà \"%s\" ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name missing!"
+msgstr "Ëèïñâà èìċ íà îòäàëċ÷ċí ïèíòċ !"
-#: ../../printer/printerdrake.pm_.c:2845
-msgid "Would you like to configure printing?"
-msgstr "Èñêàòċ ëè äà íàñòîèòċ ïċ÷àòà ?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name missing!"
+msgstr "Ëèïñâà èìċ íà èìċ íà ġîñò !"
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
-msgstr "Ïċ÷àòíà ñèñòċìà: "
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name"
+msgstr "Èìċ íà îòäàëċ÷ċí ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name"
+msgstr "Èìċ íà îòäàëċ÷ċí ġîñò"
-#: ../../printer/printerdrake.pm_.c:2915
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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/GIMP."
+"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"
-"èëè çà äà ïîëó÷èòċ èíôîìàöè˙ çà íċî, èëè\n"
-"âúġó \"Äîáàâè Ïèíòċ\", çà äà äîáàâèòċ íîâ ïèíòċ."
+"Çà äà èçïîëçâàòċ îòäàëċ÷ċí lpd ïèíòċ, ò˙áâà\n"
+"äà ïċäîñòàâèòċ èìċíàòà íà ġîñòà íà ïèíòċíè˙ ñúâú è\n"
+"èìċòî íà ïèíòċà íà òîçè ñúâú."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "Îïöèè íà îòäàëċ÷ċí lpd-ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Manual configuration"
+msgstr "Íàñòîéêà íà öâċòîâċ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "Âúâċäċòċ URI íà ïċ÷àòàùî óñòîéñòâî"
-#: ../../printer/printerdrake.pm_.c:2916
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-"Ñëċäíèòċ ïèíòċè ñà íàñòîċíè.\n"
-"Öúêíċòċ íà ċäèí îò ò˙ġ, çà äà î ċäàêòèàòċ\n"
-"èëè çà äà ïîëó÷èòċ èíôîìàöè˙ çà íċî, èëè\n"
-"âúġó \"Äîáàâè Ïèíòċ\", çà äà äîáàâèòċ íîâ ïèíòċ."
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr "Ìîë˙, èçáċċòċ ñċèċí ïîò êúì êîéòî ñâúçàí ìîäċìúò âè."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2960
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Íàñòîéêà íà ìċĉàòà"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr "Ìîë˙, èçáċċòċ ñċèċí ïîò êúì êîéòî ñâúçàí ìîäċìúò âè."
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-msgid "Normal Mode"
-msgstr "Íîìàëċí ċĉèì"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"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 ""
-#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-msgid "Do you want to configure another printer?"
-msgstr "Èñêàòċ ëè äà íàñòîèòċ äó ïèíòċ ?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3211
-msgid "Modify printer configuration"
-msgstr "Ïîïàâè íàñòîéêèòċ íà ïèíòċ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Currently, no alternative possibility is available"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"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/printerdrake.pm_.c:3213
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
+msgid "The following printer was auto-detected. "
+msgstr "Ñëċäíèòċ ïàêċòè ùċ áúäàò ïċìàġíàòè"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
msgstr ""
-"Ïèíòċ %s: %s %s\n"
-"Êàêâî èñêàòċ äà ïîïàâèòċ ïî òîçè ïèíòċ ?"
-#: ../../printer/printerdrake.pm_.c:3217
-msgid "Do it!"
-msgstr "Äàâàé !"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-msgid "Printer connection type"
-msgstr "Òèï íà âúçêàòà êúì ïèíòċà"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Alternatively, you can specify a device name/file name in the input line"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-msgid "Printer name, description, location"
-msgstr "Èìċ íà ïèíòċà, îïèñàíèċ, ìċñòîïîëîĉċíèċ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
-msgstr "Ïîèçâîäèòċë íà ïèíòċà, ìîäċë, äàéâċ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Available printers"
+msgstr "Ëîêàëċí ïèíòċ"
-#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
-msgstr "Ïîèçâîäèòċë íà ïèíòċà, ìîäċë"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "No printer found!"
+msgstr "Ëîêàëċí ïèíòċ"
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
-msgstr "Îïċäċëè òîçè ïèíòċ çà ïîëçâàíċ ïî ïîäàçáèàíċ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "You must enter a device or file name!"
+msgstr "Âúâċäċòċ URI íà ïċ÷àòàùî óñòîéñòâî"
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr ""
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local Printer"
+msgstr "Ëîêàëċí ïèíòċ"
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-msgid "Print test pages"
-msgstr "Îòïċ÷àòâàíċ íà òċñòîâè ñòàíèöè"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "USB printer \\#%s"
+msgstr "Í˙ìà ïèíòċ"
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Èñêàòċ ëè äà íàñòîèòċ äó ïèíòċ ?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer on parallel port \\#%s"
+msgstr "Èìċ íà ġîñò íà ïèíòċà"
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-msgid "Remove printer"
-msgstr "Ïċìàġâàíċ íà ïèíòċà"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "Ïèíòċ íà SMB/Windows 95/98/NT ñúâú"
-#: ../../printer/printerdrake.pm_.c:3282
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "Èçòèâàíċ íà ñòà ïèíòċ \"%s\" ..."
+msgid "Network printer \"%s\", port %s"
+msgstr "Ìċĉîâ ïèíòċ (TCP/Socket)"
-#: ../../printer/printerdrake.pm_.c:3307
-msgid "Default printer"
-msgstr "Ïèíòċ ïî ïîäàçáèàíċ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "çàñċ÷ċíà %s"
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "Ïèíòċ íà SMB/Windows 95/98/NT ñúâú"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Ïèíòċúò \"%s\" âċ÷ċ ċ îïċäċëċí çà ïîëçâàíċ ïî ïîäàçáèàíċ."
+msgid ", network printer \"%s\", port %s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Auto-detect printers connected to this machine"
+msgstr "Îòäàëċ÷ċí ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+"\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"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
+"\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 ""
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Searching for new printers..."
+msgstr "Ëîêàëċí ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Íàèñòèíà ëè èñêàòċ äà ïċìàġíċòċ ïèíòċà \"%s\" ?"
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "Èçòèâàíċ íà ïèíòċà \"%s\" ..."
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Èñêàòċ ëè äà ñòàòèàòċ âúçêàòà ñè ïè çàċĉäàíċ ?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+"Èñêàòċ ëè äà íàñòîèòċ òîçè ïèíòċ (\"%s\")\n"
+"êàòî ïèíòċ ïî ïîäàçáèàíċ ?"
-#: ../../raid.pm_.c:35
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Íċ ìîà äà ïèáàâ˙ ä˙ë êúì _ôîìàòèàí_ RAID md%d"
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed"
-msgstr "mkraid ïîïàäíà"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Ìîë˙, èçáċċòċ ñċèċí ïîò êúì êîéòî ñâúçàí ìîäċìúò âè."
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid ïîïàäíà (ìîĉċ áè raidtools ëèïñâàò ?)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
-#: ../../raid.pm_.c:153
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Í˙ìà äîñòàòú÷íî ä˙ëîâċ çà RAID íèâî %d\n"
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
-#: ../../security/main.pm_.c:36
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
+"%s%s\n"
+"is directly connected to your system"
+msgstr "Í˙ìàòċ ìċĉîâ àäàïòċ!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr "Í˙ìàòċ ìċĉîâ àäàïòċ!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printers\n"
"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
-msgstr ""
+"%s%s\n"
+"are directly connected to your system"
+msgstr "Í˙ìàòċ ìċĉîâ àäàïòċ!"
-#: ../../security/main.pm_.c:66
-#, fuzzy
-msgid "Security Level:"
-msgstr "Íèâî íà ñèóíîñò"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and %d unknown printers"
+msgstr "Äîáàâè ïèíòċ"
-#: ../../security/main.pm_.c:77
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr " (Ïî ïîäàçáèàíċ)"
+msgid "and one unknown printer"
+msgstr "Äîáàâè ïèíòċ"
-#: ../../security/main.pm_.c:113
-#, fuzzy
-msgid "Security Alerts:"
-msgstr "Íèâî íà ñèóíîñò"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Checking your system..."
+msgstr "ċñòàòèàíċ íà ïèíòċíàòà ñèñòċìà"
-#: ../../security/main.pm_.c:115
-#, fuzzy
-msgid "Security Administrator:"
-msgstr "Îòäàëċ÷ċíà àäìèíèñòàöè˙"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address of host/network:"
+msgstr ""
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "Network Options"
-msgstr "Îïöèè íà ìîäóëà:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "This host/network is already in the list, it cannot be added again.\n"
+msgstr ""
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "System Options"
-msgstr "Îïöèè íà ìîäóëà:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/255.255.255.0\n"
+msgstr ""
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
-msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/24\n"
msgstr ""
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
msgstr ""
-#: ../../security/main.pm_.c:191
-#, fuzzy
-msgid "Please wait, setting security level..."
-msgstr "Èçáċċòċ íèâî íà ñèóíîñò"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.0.0.*\n"
+msgstr ""
-#: ../../security/main.pm_.c:197
-#, fuzzy
-msgid "Please wait, setting security options..."
-msgstr "Ìîë˙, èç÷àêàéòċ, ïîäîòâ˙íċ íà èíñòàëàöè˙òà"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
+msgstr ""
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Ïóñíè ALSA (Advanced Linux Sound Architecture) çâóêîâàòà ñèñòċìà"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr ""
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacrton - ïċèîäè÷íî èçïúëí˙âàíċ íà êîìàíäè ïî àçïèñàíèċ."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
+msgstr ""
-#: ../../services.pm_.c:21
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Choose the network or host on which the local printers should be made "
+"available:"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Sharing of local printers"
+msgstr "Ëîêàëċí ïèíòċ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remove selected host/network"
+msgstr "Èçòèâàíċ íà îïàĝêàòà"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Edit selected host/network"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add host/network"
msgstr ""
-"apmd ñċ èçïîëçâà çà íàáëŝäċíèċ íà áàòċè˙òà è çàïèñâàéêè ñòàòóñà ÷ċç\n"
-"syslog. Ìîĉċ ñúùî äà ñċ èçïîëçâà çà ñïèàíċ íà ìàĝèíàòà, êîàòî áàòċè˙òà ċ "
-"èçòîùċíà."
-#: ../../services.pm_.c:23
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
msgstr ""
-"Ïóñêà êîìàíäè ïî àçïèñàíèċ âúâ âċìċ îïċäċëċíî îò êîìàíäàòà at è ïóñêà\n"
-"íàáî îò äóè, êîàòî íàòîâàċíîñòòà ñïàäíċ äîñòàòú÷íî."
-#: ../../services.pm_.c:25
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
+"\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
+"\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
+"\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
+"\n"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
msgstr ""
-"cron ċ ñòàíäàòíà UNIX ïîàìà, êî˙òî ïċèîäè÷íî ïóñêà îïċäċëċíè ïîàìè\n"
-"ïî àçïèñàíèċ. vixie cron äîáàâ˙ ìíîĉċñòâî ïċèìóùċñòâà íàä òċçè íà ïîñòè˙\n"
-"UNIX cron, âêëŝ÷èòċëíî ïî-äîáà ñèóíîñò è ìîùíè íàñòîéâàùè îïöèè."
-#: ../../services.pm_.c:28
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Automatic correction of CUPS configuration"
+msgstr "Àâòîìàòè÷íà íàñòîéêà íà CUPS"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "No remote machines"
+msgstr "(íà òàçè ìàĝèíà)"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Custom configuration"
+msgstr "Íàñòîéêà íà öâċòîâċ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "Ïîäċë˙íċ íà ôàéëîâċ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatically find available printers on remote machines"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printers on this machine are available to other computers"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
msgstr ""
-"GPM äîáàâ˙ ïîääúĉêà íà ìèĝêà â òċêñòîâî-áàçèàíèòċ Linux ïèëîĉċíè˙ êàòî\n"
-"Midnight Commander. Ñúùî òàêà ïîçâîë˙âà áàçèàíèòċ íà ìèĝêà êîíçîëè\n"
-"ċĉè-è-ëċïè îïċàöèè, è âêëŝ÷âà ïîääúĉêà íà èçêà÷àùè ìċíŝòà íà êîçîëàòà."
-#: ../../services.pm_.c:31
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-"HardDrake ïàâè ïîáè íà ġàäóċà, è ċâċíòóàëíî íàñòîéâà\n"
-"íîâ/ïîìċíċí ġàäóċ."
-#: ../../services.pm_.c:33
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS printer sharing configuration"
+msgstr "Íàñòîéêè íà OKI Winprinter"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+"\n"
+"Printers on remote CUPS servers do not need to be configured here; these "
+"printers will be automatically detected."
msgstr ""
-"Apache ċ World Wide Web (WWW) ñúâú. Òîé ñëóĉè äà îáàáîòâà íà HTML "
-"ôàéëîâċ\n"
-"è CGI."
+"\n"
+"Îòäàëċ÷ċíèòċ íà CUPS ñúâú ïèíòċè íċ ò˙áâà äà íàñòîéâàòċ\n"
+"òóê; òċçè ïèíòċè ùċ áúäàò çàñċ÷ċíè àâòîìàòè÷íî. Ìîë˙,\n"
+"èçáċċòċ \"Ïèíòċ íà îòäàëċ÷ċí CUPS ñúâú\" â òîçè ñëó÷àé."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "How is the printer connected?"
+msgstr "Êàê ċ ñâúçàí ïèíòċúò ?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Connection"
+msgstr "Èçáċċòċ âúçêà êúì ïèíòċà"
-#: ../../services.pm_.c:34
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the user umask."
msgstr ""
-"Internet superserver daemon (÷ċñòî íàè÷àí inetd) ïóñêà àçëè÷íè äóè\n"
-"Èíòċíċò óñëóè. Òîé îòîâà˙ çà ïóñêàíċòî íà ìíîî óñëóè îò îäà íà\n"
-"telnet, ftp, rsh è rlogin. Èçêëŝ÷âàíċòî íà inetd èçêëŝ÷âà âñè÷êè óñëóè,\n"
-"çà êîèòî îòîâà˙."
-#: ../../services.pm_.c:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (val)\n"
+"\n"
+"Set the shell timeout. A value of zero means no timeout."
msgstr ""
-"Âêëŝ÷è ôèëòèàíċòî íà ïàêċòè çà Linux ˙äà ñċè˙ 2.2, çà\n"
-"íàñòîêà íà çàùèòíàòà ñòċíà, s cel çàùèòàâà íà ìàĝèíàòà âè îò\n"
-"ìċĉîâè àòàêè."
-#: ../../services.pm_.c:40
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (size)\n"
+"\n"
+"Set shell commands history size. A value of -1 means unlimited."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of sgid files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check open ports."
msgstr ""
-"Òîçè ïàêċò çàċĉäà ìàêèàíàòà êëàâèàòóíà íàċäáà â /etc/sysconfig/"
-"keyboard.\n"
-"Ò˙ ìîĉċ äà áúäċ èçáàíà ñ èíñòóìċíòà kbdconfig. Ò˙áâà äà îñòàâèòċ "
-"òîâàâêëŝ÷ċíî çà ïîâċ÷ċòî ìàĝèíè."
-#: ../../services.pm_.c:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"if set, send the mail report to this email address else send it to root."
msgstr ""
-"Àâòîìàòè÷íî ċċíċèàíċ íà header-èòċ íà àäîòî, â /boot çà\n"
-"/usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Àâòîìàòè÷íî çàñè÷àíċ è íàñòîéêà íà ġàäóċà ïè ñòàòèàíċ."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result by mail."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check files/directories writable by everybody."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
+msgstr ""
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
msgstr ""
-"Linuxconf ïîí˙êîà óċĉäà èçâúĝâàíċòî íà àçëè÷íè çàäà÷è\n"
-"ïè ñòàòèàíċ çà ïîääúĉêà íà ñèñòċìíàòà íàñòîéêà."
-#: ../../services.pm_.c:48
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
msgstr ""
-"lpd ċ äċìîíà çà ïċ÷àò íċîáġîäèì íà lpr äà àáîòè íîìàëíî. Òîé ïîñòî ċ\n"
-"ñúâú, êîéòî îïċäċë˙ àáîòèòċ çà ïċ÷àò íà ïèíòċ(à/èòċ)."
-#: ../../services.pm_.c:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
msgstr ""
-"Linux Virtual Server ñċ èçïîëçâà çà èçàĉäàíċ íà âèñîêîïîèçâîäèòċëċí\n"
-"è äîáċ äîñòúïċí ñúâú."
-#: ../../services.pm_.c:52
-#, fuzzy
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
msgstr ""
-"named (BIND) ċ Domain Name Server (DNS), êîéòî ñċ èçïîëçâà äà ïċâúíċ\n"
-"èìċòî íà ġîñòà äî IP àäċñ."
-#: ../../services.pm_.c:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
msgstr ""
-"Ìîíòèà è äċìîíòèà âñ˙êàêâè Network File System (NFS), SMB (LAN\n"
-"Manager/Windows), è NCP (NetWare)."
-#: ../../services.pm_.c:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
msgstr ""
-"Àêòèâèà/äċàêòèâèà âñè÷êè ìċĉîâè èíòċôċéñè, íàñòîċíè äà ñċ ïóñêàò\n"
-"ïè ñòàòèàíċ íà ìàĝèíàòà."
-#: ../../services.pm_.c:57
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
msgstr ""
-"NFS ċ ïîïóë˙ċí ïîòîêîë çà îáìċí íà ôàéëîâċ ïî TCP/IP ìċĉè.\n"
-"Òàçè óñëóà îñèó˙âà ôóíêöèîíàëíîñòòà íà NFS ñúâúà, êîéòî ñċ íàñòîéâà\n"
-"÷ċç ôàéëà /etc/exports."
-#: ../../services.pm_.c:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
msgstr ""
-"NFS ċ ïîïóë˙ċí ïîòîêîë çà îáìċí íà ôàéëîâċ ïî TCP/IP ìċĉè.\n"
-"Òàçè óñëóà îñèó˙âà ôóíêöèîíàëíîñòòà íà çàêëŝ÷âàíċòî íà NFS ôàéëîâċòċ."
-#: ../../services.pm_.c:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
msgstr ""
-"Àâòîìàòè÷íî âêëŝ÷âàíċ íà numlock êëàâèĝà ïîä êîíçîëà è\n"
-"XFree ïè ñòàòèòàíċ."
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Ïîääúĉêà íà OKI 4w è ñúâìċñòèìè win-ïèíòċè."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
+msgstr ""
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
msgstr ""
-"PCMCIA ïîääúĉêàòà îáèêíîâċííî ïîääúĉà íċùà êàòî ethernet è ìîäċìè â\n"
-"laptop-è. Òîâà í˙ìà äà ñċ ñòàòèà ïċäè äà áúäċ íàñòîċí, òàêà ÷ċ ċ\n"
-"ïî-äîáċ äà ˙ èìàòċ èíñòàëèàíà íà ìàĝèíè, êîèòî íċ ñċ íóĉäà˙ò îò íċ˙."
-#: ../../services.pm_.c:68
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
msgstr ""
-"portmapper ñċ ñïàâ˙ ñ RPC âúçêè, êîèòî ñċ èçïîëçâàò îò ïîòîêîëè êàòî\n"
-"NFS è NIS. portmap ñúâúà ò˙áâà äà ċ ïóñíàò íà ìàĝèíè, êîèòî àáîò˙ò êàòî\n"
-"ñúâú çà ïîòîêîëè, êîèòî ñċ íóĉäà˙ò äà èçïîëçâàò RPC ìċġàíèçúì."
-#: ../../services.pm_.c:71
-#, fuzzy
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
msgstr ""
-"Postfix ċ Main Transport Agent (MTA), êîéòî ċ ïîàìà êî˙òî ïċíàñ˙\n"
-"ïîĝà îò ìàĝèíà íà ìàĝèíà."
-#: ../../services.pm_.c:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
msgstr ""
-"Çàïàçâà è âúçñòàíîâ˙òà ïîòîêà íà ñèñòċìíà ċíòîïè˙ çà ïî-îë˙ìî êà÷ċñòâî\n"
-"íà ïîèçâîëíî ċíċèàíċ íà ÷èñëà."
-#: ../../services.pm_.c:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
msgstr ""
-"Ñâúĉè ÷èñòè äàéâċè ñ áëîêîâè óñòîéñòâà (êàòî ä˙ëîâċ\n"
-"íà òâúäè˙ äèñê), çà óïîòċá˙òà îò ïèëîĉċíè˙ êàòî Oracle"
-#: ../../services.pm_.c:76
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
msgstr ""
-"touted äċìîíà ïîçâîë˙âà òàáëèöà çà IP óòèàíċ àâòîìàòè÷íî îáíîâ˙âàíà ÷ċç\n"
-"RIP ïîòîêîëà. Äîêàòî RIP ċ ĝèîêî èçïîëçâàíà çà ìàëêè ìċĉè, çà ïî-ñëîĉíè\n"
-"ïîòîêîëè çà óòèàíċ ñà íóĉíè çà ñëîĉíè ìċĉè. "
-#: ../../services.pm_.c:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
msgstr ""
-"rstat ïîòîêîëà ïîçâîë˙âà íà ìċĉîâèòċ ïîòċáèòċëè äà èçâëè÷àò\n"
-"ïààìċòèòċ íà âúçìîĉíîñòèòċ çà âñ˙êà ìàĝèíà íà ìċĉàòà."
-#: ../../services.pm_.c:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
msgstr ""
-"rusers ïîòîêîëà ïîçâîë˙âà íà ìċĉîâèòċ ïîòċáèòċëè äà ïîâċ˙âàò êîé ċ\n"
-"âë˙çúë íà äóà îòîâà˙ùàòà ìàĝèíà."
-#: ../../services.pm_.c:83
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
msgstr ""
-"rwho ïîòîêîëà ïîçâîë˙âà íà îòäàëċ÷ċíè ïîòċáèòċëè äà ñċ ñäîáè˙ò ñúñ ñïèñúê\n"
-"íà âñè÷êè ïîòċáèòċëè âëċçëè íà ìàĝèíà ñ àáîòċù rwho äċìîí (ïîäîáċí íà "
-"finger)."
-#: ../../services.pm_.c:85
-msgid "Launch the sound system on your machine"
-msgstr "Ïóñíêàíċ çâóêîâàòà ñèñòċìà íà ìàĝèíàòà âè"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
+msgstr ""
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
msgstr ""
-"Syslog ċ ïîàìà êî˙òî ìíîî äċìîíè èçïîëçâàò äà çàïàçâàò ñúîáùċíè˙ â\n"
-"àçëè÷íè ñèñòċìíè ôàéëîâċ (ëîîâċ). Äîáċ ċ ïîñòî˙ííî äà ˙ èìàòċ àáîòċùà."
-#: ../../services.pm_.c:88
-msgid "Load the drivers for your usb devices."
-msgstr "Çàċĉäàíċ äàéâċè çà âàĝèòċ USB óñòîéñòâà."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
+msgstr ""
-#: ../../services.pm_.c:89
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Ñòàòèà X Font Server (òîâà ċ çàäúëĉèòċëíî, çà äà òúíċ XFree)."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
+msgstr ""
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Èçáèà óñëóèòċ, êîèòî ò˙áâà äà ñċ ïóñíàò ïè ïóñêàíċ íà ìàĝèíàòà"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
+msgstr ""
-#: ../../services.pm_.c:127
-msgid "Printing"
-msgstr "Ïċ÷àòàíċ"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
+msgstr ""
-#: ../../services.pm_.c:128
-msgid "Internet"
-msgstr "Èíòċíċò"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
+msgstr ""
-#: ../../services.pm_.c:131
-msgid "File sharing"
-msgstr "Ïîäċë˙íċ íà ôàéëîâċ"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
+msgstr ""
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-msgid "System"
-msgstr "Ñèñòċìà"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
+msgstr ""
-#: ../../services.pm_.c:138
-msgid "Remote Administration"
-msgstr "Îòäàëċ÷ċíà àäìèíèñòàöè˙"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
+msgstr ""
-#: ../../services.pm_.c:146
-msgid "Database Server"
-msgstr "Ñúâú Áàçè-äàííè"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
+msgstr ""
-#: ../../services.pm_.c:175
+#: ../../security/help.pm:1
#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Óñëóè: %d àêòèâèàíè îò %d ċèñòèàíè"
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
+msgstr ""
-#: ../../services.pm_.c:191
-msgid "Services"
-msgstr "Óñëóè"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr ""
-#: ../../services.pm_.c:203
-msgid "running"
-msgstr "ñòàòèàíċ"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+"Áèáëèîòċêà, êî˙òî îñèó˙âà çàùèòà îò aòàêè ñ ïċïúëâàíċ íà áóôċ è ôîìàòíè "
+"ñòèíîâċ."
-#: ../../services.pm_.c:203
-msgid "stopped"
-msgstr "ñï˙íà"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Use libsafe for servers"
+msgstr "Èçïîëçâàéòċ libsafe çà ñúâúè"
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
-msgstr "Óñëóèè è äċìîíè"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security level"
+msgstr "Íèâî íà ñèóíîñò"
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Please choose the desired security level"
+msgstr "Èçáċċòċ íèâî íà ñèóíîñò"
+
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "DrakSec Basic Options"
+msgstr "Îïöèè"
+
+#: ../../security/level.pm:1
+#, fuzzy, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
+"This is similar to the previous level, but the system is entirely closed and "
+"security features are at their maximum."
msgstr ""
-"Í˙ìà äîïúëíèòċëíà èíôîìàöè˙\n"
-"çà òàçè óñëóà, ñúĉċë˙âàì."
+"Èçáèàìċ 4-òî íèâî, íî ñèñòċìàòà ċ íàïúëíî çàòâîċíà.\n"
+"Íèâîòî íà ñèóíîñò ċ íà ìàêñèìóìà ñè."
-#: ../../services.pm_.c:229
-msgid "On boot"
-msgstr "Ïè çàċĉäàíċ"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+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 choose a lower level."
+msgstr ""
+"Ñ òîâà íèâî íà ñèóíîñò, ïîëçâàíċòî íà ñèñòċìàòà êàòî ñúâú ñòàâà "
+"âúçìîĉíî.\n"
+"Ñèóíîñòòà ñċà ċ äîñòàòú÷íî îë˙ìà äà ñċ èçïîëçâà ñèñòċìàòà êàòî\n"
+"ñúâú ïèċìàù âúçêè îò ìíîî êëèċíòè. "
-#: ../../services.pm_.c:241
-#, fuzzy
-msgid "Start"
-msgstr "Ñúñòî˙íèċ"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
-#: ../../services.pm_.c:241
-#, fuzzy
-msgid "Stop"
-msgstr "Ñċêòî"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"Òîâà ċ ñòàíäàòíàòà ñèóíîñò ïċïîú÷èòċëíà çà êîìïŝòú, êîéòî ùċ áúäċ\n"
+"èçïîëçâàí äà ñċ ñâúçâà êúì Èíòċíċò êàòî êëèċíò. Èìà ïîâċêè íà "
+"ñèóíîñòòà. "
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"Passwords are now enabled, but use as a networked computer is still not "
+"recommended."
msgstr ""
+"Ïàîëàòà ñċà ċ âêëŝ÷ċíà, íî èçïîëçâàíċòî êàòî ìċĉîâ êîìïŝòú íċ ċ "
+"ïċïîú÷èòċëíî."
-#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
+#: ../../security/level.pm:1
+#, c-format
+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"
+"ñâúçàíè ñ äóè èëè ïî Èíòċíċò. Í˙ìà äîñòúï ñ ïàîëè."
+
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "Ïààíîè÷íî"
+
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Higher"
+msgstr "Âèñîêî"
+
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "Âèñîêî"
+
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "Ëîĝî"
+
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "Äîáċ äîĝëè ïè Cracker-èòċ"
-#: ../../share/advertising/01-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
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/02-community.pl_.c:9
-#, fuzzy
-msgid "Get involved in the Free Software world"
-msgstr "Ïîòîêîë çà îñòàíàëè˙ ñâ˙ò"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Welcome to the Open Source world"
+msgstr ""
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
msgstr ""
-#: ../../share/advertising/02-community.pl_.c:11
+#: ../../share/advertising/02-community.pl:1
+#, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
-msgid "Get the most from the Internet"
-msgstr "Ñâúĉè ñċ êúì Èíòċíċò"
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr ""
-#: ../../share/advertising/03-internet.pl_.c:10
+#: ../../share/advertising/02-community.pl:1
+#, fuzzy, c-format
+msgid "Get involved in the Free Software world"
+msgstr "Ïîòîêîë çà îñòàíàëè˙ ñâ˙ò"
+
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
+#: ../../share/advertising/03-internet.pl:1
+#, fuzzy, c-format
+msgid "Get the most from the Internet"
+msgstr "Ñâúĉè ñċ êúì Èíòċíċò"
+
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid ""
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
+"files, edit and handle your images or photos, and play videos"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid "Push multimedia to its limits!"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:11
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
-"files, edit and handle your images or photos, and play videos"
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
+"strategy, ..."
msgstr ""
-#: ../../share/advertising/05-games.pl_.c:9
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid "Games"
msgstr "Èè"
-#: ../../share/advertising/05-games.pl_.c:10
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
-"strategy, ..."
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
-#, fuzzy
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, fuzzy, c-format
msgid "Mandrake Control Center"
msgstr "Êîíòîëċí öċíòú"
-#: ../../share/advertising/06-mcc.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
-"your machine"
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
+"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-#: ../../share/advertising/07-desktop.pl_.c:9
-#, fuzzy
+#: ../../share/advertising/07-desktop.pl:1
+#, fuzzy, c-format
msgid "User interfaces"
msgstr "Ìċĉîâ èíòċôċéñ"
-#: ../../share/advertising/07-desktop.pl_.c:10
-msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
-"modified: KDE 3, Gnome 2, WindowMaker, ..."
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
-msgid "Development simplified"
-msgstr "àçàáîòêà"
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:11
+#: ../../share/advertising/08-development.pl:1
+#, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:10
+#: ../../share/advertising/08-development.pl:1
+#, fuzzy, c-format
+msgid "Development simplified"
+msgstr "àçàáîòêà"
+
+#: ../../share/advertising/09-server.pl:1
+#, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:9
-msgid "Optimize your security"
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid "Certify yourself on Linux"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Whether you choose to teach yourself online or via our network of training "
-"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
-"certification program (worldwide professional technical certification)"
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
-msgid "Become a MandrakeExpert"
-msgstr "Ċêñïċòíà"
-
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
-msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
"technical support website:"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert Corporate"
-msgstr "Ċêñïċòíà"
-
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, fuzzy, c-format
+msgid "Become a MandrakeExpert"
+msgstr "Ċêñïċòíà"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, fuzzy, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "Ċêñïċòíà"
+
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -9818,220 +12996,246 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:21
-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.\n"
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
msgstr ""
-#: ../../standalone.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Ìîë˙ âëċçòċ îòíîâî â %s, çà äà àêòèâèàòċ ïîìċíèòċ"
+
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Ìîë˙ èçëċçòċ îò ñċñè˙òà è èçïîëçâàéòċ Ctrl-Alt-BackSpace"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone.pm_.c:70
-msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No floppy drive available!"
+msgstr "Í˙ìà ôëîïè óñòîéñòâî"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "Êëàâèàòóà"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Please insert floppy disk:"
+msgstr "Ñëîĉċòċ ñòàòèàùàòà äèñêċòà â óñòîéñòâî %s"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Write Config"
+msgstr "ïċíàñòîéêà"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone.pm_.c:84
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Server Configuration"
+msgstr "Íàñòîéêà íà ëîêàëíà ìċĉà"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
msgstr ""
-#: ../../standalone.pm_.c:94
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range Start:"
msgstr ""
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Name Servers:"
+msgstr "NIS ñúâú"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Domain Name:"
+msgstr "Èìċ íà äîìċéíà"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Broadcast Address:"
msgstr ""
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
msgstr ""
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+msgid "Routers:"
msgstr ""
-#: ../../standalone.pm_.c:168
-msgid "Installing packages..."
-msgstr "Èíñòàëèàíċ íà ïàêċòè ..."
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Netmask:"
+msgstr "Ìċĉîâà ìàñêà"
-#: ../../standalone/XFdrake_.c:138
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Ìîë˙ èçëċçòċ îò ñċñè˙òà è èçïîëçâàéòċ Ctrl-Alt-BackSpace"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet:"
+msgstr ""
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Ìîë˙ âëċçòċ îòíîâî â %s, çà äà àêòèâèàòċ ïîìċíèòċ"
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:239
-#, fuzzy
-msgid "Mandrake Terminal Server Configuration"
-msgstr "Ïċíîñ íà íàñòîéêà íà ïèíòċ"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Config..."
+msgstr "Íàñòîéêà ..."
-#: ../../standalone/drakTermServ_.c:253
-#, fuzzy
-msgid "Enable Server"
-msgstr "Ñúâú Áàçè-äàííè"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete Client"
+msgstr "DHCP êëèċíò"
-#: ../../standalone/drakTermServ_.c:260
-#, fuzzy
-msgid "Disable Server"
-msgstr "Ñúâú Áàçè-äàííè"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Edit Client"
+msgstr "DHCP êëèċíò"
-#: ../../standalone/drakTermServ_.c:268
-#, fuzzy
-msgid "Start Server"
-msgstr "NIS ñúâú"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add Client -->"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:275
-#, fuzzy
-msgid "Stop Server"
-msgstr "NIS ñúâú"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Allow Thin Clients"
+msgstr "DHCP êëèċíò"
-#: ../../standalone/drakTermServ_.c:283
-msgid "Etherboot Floppy/ISO"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Thin Client"
+msgstr "DHCP êëèċíò"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Âèä: "
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:294
-#, fuzzy
-msgid "Add/Del Users"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Add User -->"
msgstr "Äîáàâè ïîòċáèòċë"
-#: ../../standalone/drakTermServ_.c:299
-#, fuzzy
-msgid "Add/Del Clients"
-msgstr "DHCP êëèċíò"
-
-#: ../../standalone/drakTermServ_.c:328
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: ../../standalone/drakTermServ_.c:332
-msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete All NBIs"
+msgstr "Èçáċċòċ ôàéë"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Delete"
+msgstr "Èçòèé"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No NIC selected!"
+msgstr "Íċ ñâúçàí"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -10060,7 +13264,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -10071,8 +13275,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -10161,224 +13365,147 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:573
-msgid "No kernel selected!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:587
-#, fuzzy
-msgid "No nic selected!"
-msgstr "Íċ ñâúçàí"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:604
-#, fuzzy
-msgid "<-- Delete"
-msgstr "Èçòèé"
-
-#: ../../standalone/drakTermServ_.c:611
-#, fuzzy
-msgid "Delete All NBIs"
-msgstr "Èçáċċòċ ôàéë"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:673
-#, fuzzy
-msgid "Add User -->"
-msgstr "Äîáàâè ïîòċáèòċë"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:720
+#: ../../standalone/drakTermServ:1
#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Âèä: "
-
-#: ../../standalone/drakTermServ_.c:753
-msgid "No net boot images created!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:773
-#, fuzzy
-msgid "Thin Client"
-msgstr "DHCP êëèċíò"
-
-#: ../../standalone/drakTermServ_.c:775
-#, fuzzy
-msgid "Allow Thin Clients"
-msgstr "DHCP êëèċíò"
-
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:821
-#, fuzzy
-msgid "<-- Edit Client"
-msgstr "DHCP êëèċíò"
-
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
+msgid "Add/Del Clients"
msgstr "DHCP êëèċíò"
-#: ../../standalone/drakTermServ_.c:843
-#, fuzzy
-msgid "dhcpd Config..."
-msgstr "Íàñòîéêà ..."
-
-#: ../../standalone/drakTermServ_.c:876
-msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "Ìċĉîâà ìàñêà"
-
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Add/Del Users"
+msgstr "Äîáàâè ïîòċáèòċë"
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot Floppy/ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "Èìċ íà äîìċéíà"
-
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Stop Server"
msgstr "NIS ñúâú"
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Start Server"
+msgstr "NIS ñúâú"
-#: ../../standalone/drakTermServ_.c:1001
-#, fuzzy
-msgid "dhcpd Server Configuration"
-msgstr "Íàñòîéêà íà ëîêàëíà ìċĉà"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Disable Server"
+msgstr "Ñúâú Áàçè-äàííè"
-#: ../../standalone/drakTermServ_.c:1002
-msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Enable Server"
+msgstr "Ñúâú Áàçè-äàííè"
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "Ïċíîñ íà íàñòîéêà íà ïèíòċ"
-#: ../../standalone/drakTermServ_.c:1018
-#, fuzzy
-msgid "Write Config"
-msgstr "ïċíàñòîéêà"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Remove the last item"
+msgstr "Äà ïċìàġíà ëè loopback ôàéëà ?"
-#: ../../standalone/drakTermServ_.c:1120
-#, fuzzy
-msgid "Please insert floppy disk:"
-msgstr "Ñëîĉċòċ ñòàòèàùàòà äèñêċòà â óñòîéñòâî %s"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Add an item"
+msgstr "Äîáàâ˙íċ íà ïîòċáèòċë"
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Auto Install"
+msgstr "Èíñòàëèàé"
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
msgstr ""
+"Äèñêċòàòà ċ óñïċĝíî ñúçäàäċíà.\n"
+"Ñċà ìîĉċòċ äà ïċèàċòċ èíñòàëàöè˙òà."
-#: ../../standalone/drakTermServ_.c:1129
-#, fuzzy
-msgid "No floppy drive available!"
-msgstr "Í˙ìà ôëîïè óñòîéñòâî"
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Congratulations!"
+msgstr "Ïîçäàâëċíè˙ !"
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "Etherboot ISO image is %s"
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Creating auto install floppy"
+msgstr "Ïîäîòâ˙ì äèñêċòà ñ àâòîìàòè÷íà èíñòàëàöè˙"
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "manual"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
msgstr ""
+"Ìîë˙, èçáċċòċ çà âñ˙êà ñòúïêà, äàëè ùċ ñċ ïċèàċ êàòî ïè èíñòàëàöè˙òà, "
+"èëè ùċ áúäċ ú÷íà"
-#: ../../standalone/drakautoinst_.c:40
-msgid "Error!"
-msgstr "ċĝêà !"
-
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Íċ ìîà äà íàìċ˙ íóĉíà êàòèíêà `%s'."
+msgid "Automatic Steps Configuration"
+msgstr "Íàñòîéêà íà àâòîìàòè÷íèòċ ñòúïêè"
-#: ../../standalone/drakautoinst_.c:43
-msgid "Auto Install Configurator"
-msgstr "Íàñòîé÷èê íà àâòîìàòè÷íà èñíòàëàöè˙"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "replay"
+msgstr "Ïîâòîè"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -10393,1433 +13520,1419 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install Configurator"
+msgstr "Íàñòîé÷èê íà àâòîìàòè÷íà èñíòàëàöè˙"
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "Ïîâòîè"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "I can't find needed image file `%s'."
+msgstr "Íċ ìîà äà íàìċ˙ íóĉíà êàòèíêà `%s'."
-#: ../../standalone/drakautoinst_.c:66
-msgid "Automatic Steps Configuration"
-msgstr "Íàñòîéêà íà àâòîìàòè÷íèòċ ñòúïêè"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Error!"
+msgstr "ċĝêà !"
-#: ../../standalone/drakautoinst_.c:67
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
+"\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/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
-#, fuzzy
-msgid "Creating auto install floppy"
-msgstr "Ïîäîòâ˙ì äèñêċòà ñ àâòîìàòè÷íà èíñòàëàöè˙"
-#: ../../standalone/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-"Welcome.\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"
-"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
-msgstr "Ïîçäàâëċíè˙ !"
-
-#: ../../standalone/drakautoinst_.c:235
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-"Äèñêċòàòà ċ óñïċĝíî ñúçäàäċíà.\n"
-"Ñċà ìîĉċòċ äà ïċèàċòċ èíñòàëàöè˙òà."
-
-#: ../../standalone/drakautoinst_.c:273
-#, fuzzy
-msgid "Auto Install"
-msgstr "Èíñòàëèàé"
-
-#: ../../standalone/drakautoinst_.c:343
-#, fuzzy
-msgid "Add an item"
-msgstr "Äîáàâ˙íċ íà ïîòċáèòċë"
-
-#: ../../standalone/drakautoinst_.c:350
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Äà ïċìàġíà ëè loopback ôàéëà ?"
-
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
+"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 backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.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/drakbackup_.c:690
-msgid "WARNING"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:691
-#, fuzzy
-msgid "FATAL"
-msgstr "FAT"
-
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:704
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-" DrakBackup Report \n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:705
-msgid ""
+"Otherwise, you are able to select only one of these.\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data 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 option all\n"
+"\told backups are deleted before each backup. \n"
"\n"
-" DrakBackup Daemon Report\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:709
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-" DrakBackup Report Details\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 the 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 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 data 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:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-#, fuzzy
-msgid "Total progess"
-msgstr "Òċñòîâè ñòàíèöè"
-
-#: ../../standalone/drakbackup_.c:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "This may take a moment to generate the keys."
+" 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:801
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "ERROR: Cannot spawn %s."
+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:818
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
+msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:819
+#: ../../standalone/drakbackup:1
#, fuzzy, c-format
-msgid "Bad password on %s"
-msgstr "Áċç ïàîëà"
-
-#: ../../standalone/drakbackup_.c:820
-#, c-format
-msgid "Permission denied transferring %s to %s"
-msgstr ""
+msgid "Restore"
+msgstr "Âúçñòàíîâè îò ôàéë"
-#: ../../standalone/drakbackup_.c:821
+#: ../../standalone/drakbackup:1
#, fuzzy, c-format
-msgid "Can't find %s on %s"
-msgstr "Íċ ìîà äà îòâî˙ %s: %s\n"
-
-#: ../../standalone/drakbackup_.c:824
-#, c-format
-msgid "%s not responding"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:828
-#, c-format
-msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"\n"
-"without being prompted for a password."
-msgstr ""
+msgid "Backup Now"
+msgstr "Ôàéëîâè ñèñòċìè"
-#: ../../standalone/drakbackup_.c:873
-msgid "WebDAV remote site already in sync!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Advanced Configuration"
+msgstr "Íàñòîéêà íà ëîêàëíà ìċĉà"
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Wizard Configuration"
+msgstr "Íàñòîéêà"
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "View Backup Configuration."
+msgstr "Íàñòîéêà íà ìċĉàòà"
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Now from configuration file"
+msgstr "Íàñòîéêà íà ìċĉàòà"
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Drakbackup Configuration"
+msgstr "Íàñòîéêà íà ìċĉàòà"
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Sending files..."
+msgstr "Çàïàçè âúâ ôàéë"
-#: ../../standalone/drakbackup_.c:1060
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
+msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Ëîĝ backup-ôàéë"
-
-#: ../../standalone/drakbackup_.c:1236
-#, fuzzy
-msgid "Backup User files..."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup other files"
msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:1237
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1290
-#, fuzzy
-msgid "Backup Other files..."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup user files"
msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:1296
-#, fuzzy
-msgid "No changes to backup!"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup system files"
msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
+msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"file list sent by FTP: %s\n"
-" "
+"No configuration file found \n"
+"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:1322
-msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select data to backup..."
+msgstr "Ìîë˙, èçáċċòċ èçïîëçâàí ċçèê."
-#: ../../standalone/drakbackup_.c:1340
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select media for backup..."
+msgstr "Ìîë˙, èçáċċòċ èçïîëçâàí ċçèê."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select data to restore..."
+msgstr "Ìîë˙, èçáċċòċ èçïîëçâàí ċçèê."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "The following packages need to be installed:\n"
+msgstr "Ñëċäíèòċ ïàêċòè ùċ áúäàò èíñòàëèàíè"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:1354
-#, fuzzy
-msgid " Error during mail sending. \n"
-msgstr "ċĝêà ïè ÷ċòċíċòî íà ôàéëà %s"
-
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Next"
+msgstr "Òċêñò"
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-#, fuzzy
-msgid "File Selection"
-msgstr "Èçáî íà ïàêċòè"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Previous"
+msgstr "<- Ïċäèĝċí"
-#: ../../standalone/drakbackup_.c:1529
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Save"
+msgstr "Ñúñòî˙íèċ"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Build Backup"
+msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:1574
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Progress"
+msgstr "Âúçñòàíîâè îò ôàéë"
-#: ../../standalone/drakbackup_.c:1575
-#, fuzzy
-msgid "Backup your System files. (/etc directory)"
-msgstr "Ëîĝ backup-ôàéë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From Catalog"
+msgstr "Âúçñòàíîâè òàáëèöàòà ñ ä˙ëîâċòċ"
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:1578
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Custom Restore"
+msgstr "Êëèċíòñêà"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:1595
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Failed..."
+msgstr "Âúçñòàíîâè îò ôàéë"
-#: ../../standalone/drakbackup_.c:1622
-msgid "Do not include the browser cache"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Èçòèâàíċ íà îïàĝêàòà"
-
-#: ../../standalone/drakbackup_.c:1679
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Ïċìàġíè Windows(TM)"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Hostname required"
+msgstr "Èìċ íà ġîñò:"
-#: ../../standalone/drakbackup_.c:1714
-#, fuzzy
-msgid "Users"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Username required"
msgstr "Ïîòċáèòċëñêî èìċ"
-#: ../../standalone/drakbackup_.c:1740
-#, fuzzy
-msgid "Use network connection to backup"
-msgstr "Ëîĝ backup-ôàéë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Password required"
+msgstr "Ïàîëà"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Host Name"
+msgstr "Èìċ íà ġîñò:"
-#: ../../standalone/drakbackup_.c:1747
-msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1748
-#, fuzzy
-msgid ""
-" Transfer \n"
-"Now"
-msgstr "Ïċġâúëè"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Via Network"
+msgstr "Âúçñòàíîâè îò ôàéë"
-#: ../../standalone/drakbackup_.c:1749
-msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:1753
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Ìîë˙, ïîáâàéòċ ìèĝêàòà ñè"
-
-#: ../../standalone/drakbackup_.c:1758
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1763
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Ìîë˙, îïèòàéòċ îòíîâî"
-
-#: ../../standalone/drakbackup_.c:1768
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Ìîë˙, îïèòàéòċ îòíîâî"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From Tape"
+msgstr "Âúçñòàíîâè òàáëèöàòà ñ ä˙ëîâċòċ"
-#: ../../standalone/drakbackup_.c:1774
-#, fuzzy
-msgid "Remember this password"
-msgstr "îùċ âċäíúĉ ïàîëà"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
-#: ../../standalone/drakbackup_.c:1785
-msgid "Need hostname, username and password!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From CD"
+msgstr "Âúçñòàíîâè îò äèñêċòà"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:1882
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
-msgstr ""
+"Change\n"
+"Restore Path"
+msgstr "Âúçñòàíîâè îò ôàéë"
-#: ../../standalone/drakbackup_.c:1887
-#, fuzzy
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "Ìîë˙, èçáċċòċ ïîäċĉäàíċ íà êëàâèàòóàòà."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Èçòèâàíċ íà îïàĝêàòà"
-#: ../../standalone/drakbackup_.c:1893
-#, fuzzy
-msgid "Please check for multisession CD"
-msgstr "Ìîë˙, öúêíċòċ íà íîñèòċë˙"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1899
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Ìîë˙, öúêíċòċ íà íîñèòċë˙"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
+msgstr ""
-#: ../../standalone/drakbackup_.c:1905
-#, fuzzy
-msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Ìîë˙, öúêíċòċ íà íîñèòċë˙"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1906
-#, fuzzy
-msgid " Erase Now "
-msgstr "Ïċġâúëè"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "select path to restore (instead of /)"
+msgstr "Ìîë˙, èçáċċòċ òèï íà ìèĝêàòà."
-#: ../../standalone/drakbackup_.c:1912
-#, fuzzy
-msgid "Please check if you are using a DVDR device"
-msgstr "Ìîë˙, öúêíċòċ íà íîñèòċë˙"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Other"
+msgstr "Âúçñòàíîâè îò ôàéë"
-#: ../../standalone/drakbackup_.c:1918
-#, fuzzy
-msgid "Please check if you are using a DVDRAM device"
-msgstr "Ìîë˙, öúêíċòċ íà íîñèòċë˙"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Users"
+msgstr "Âúçñòàíîâè îò ôàéë"
-#: ../../standalone/drakbackup_.c:1931
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore system"
+msgstr "Èíñòàëèàíċ íà ñèñòċìàòà"
-#: ../../standalone/drakbackup_.c:1964
-#, fuzzy
-msgid "No CD device defined!"
-msgstr "Èçáċċòċ ôàéë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Other Media"
+msgstr "Äóà"
-#: ../../standalone/drakbackup_.c:2012
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Ëîĝ backup-ôàéë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Select another media to restore from"
+msgstr "Ìîë˙, èçáċċòċ òèï íà ìèĝêàòà."
-#: ../../standalone/drakbackup_.c:2015
-msgid "Please enter the device name to use for backup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:2021
-#, fuzzy
-msgid "Please check if you want to use the non-rewinding device."
-msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore from Hard Disk."
+msgstr "Âúçñòàíîâè îò äèñêċòà"
-#: ../../standalone/drakbackup_.c:2027
-#, fuzzy
-msgid "Please check if you want to erase your tape before the backup."
-msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Secure Connection"
+msgstr "Èçáċċòċ âúçêà êúì ïèíòċà"
-#: ../../standalone/drakbackup_.c:2033
-#, fuzzy
-msgid "Please check if you want to eject your tape after the backup."
-msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "FTP Connection"
+msgstr "LAN âúçêà"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use quota for backup files."
+msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2103
-#, fuzzy
-msgid "Please enter the directory to save to:"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the directory to save:"
msgstr "Ìîë˙, ïîáâàéòċ ìèĝêàòà ñè"
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-#, fuzzy
-msgid "Use quota for backup files."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use Hard Disk to backup"
msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:2180
-#, fuzzy
-msgid "Network"
-msgstr "Ìċĉîâ èíòċôċéñ"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "please choose the date to restore"
+msgstr "Ìîë˙, èçáċċòċ òèï íà ìèĝêàòà."
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup the system files before:"
+msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2195
-#, fuzzy
-msgid "Tape"
-msgstr "Âèä"
-
-#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Restore Configuration "
+msgstr "Íàñòîéêà íà ìċĉàòà"
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
-#, fuzzy
-msgid "Use daemon"
-msgstr "Ïîòċáèòċëñêî èìċ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2234
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please uncheck or remove it on next time."
+msgstr "Ìîë˙, èçáċċòċ ñċèċí ïîò êúì êîéòî ñâúçàí ìîäċìúò âè."
-#: ../../standalone/drakbackup_.c:2240
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Ìîë˙, èçáċċòċ èçïîëçâàí ċçèê."
+"List of data corrupted:\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2247
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
-#, fuzzy
-msgid "What"
-msgstr "Ċäèí ìîìċíò"
-
-#: ../../standalone/drakbackup_.c:2329
-#, fuzzy
-msgid "Where"
-msgstr "Wheel"
-
-#: ../../standalone/drakbackup_.c:2334
-#, fuzzy
-msgid "When"
-msgstr "Wheel"
-
-#: ../../standalone/drakbackup_.c:2339
-#, fuzzy
-msgid "More Options"
-msgstr "Îïöèè íà ìîäóëà:"
-
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Íàñòîéêà íà ìċĉàòà"
-
-#: ../../standalone/drakbackup_.c:2376
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
-
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2388
-msgid "across Network"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2406
-msgid "on Tape Device"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2449
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
-
-#: ../../standalone/drakbackup_.c:2450
-#, fuzzy
-msgid "Backup system"
-msgstr "Ôàéëîâè ñèñòċìè"
-
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2537
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Backup Sources: \n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
-msgid ""
-"\n"
-"- System Files:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
-msgid ""
-"\n"
-"- User Files:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2542
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
"\n"
-"- Other Files:\n"
-msgstr ""
+"- Options:\n"
+msgstr "Îïöèè"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\n"
-"- Save on Hard drive on path: %s\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Delete hard drive tar files after backup.\n"
+"- Save via %s on host: %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2553
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Burn to CD"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2554
-msgid "RW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2555
+#: ../../standalone/drakbackup:1
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Óñòîéñòâî íà ìèĝêàòà: %s\n"
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2557
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "\t\tErase=%s"
+msgid ""
+"\n"
+"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2561
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2563
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
-msgstr "Îïöèè"
-
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
+"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include:\n"
+"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2575
-msgid "\t-Tape \n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup system"
+msgstr "Ôàéëîâè ñèñòċìè"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose what you want to backup"
+msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2578
-msgid "\t-Network by rsync.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2579
-msgid "\t-Network by webdav.\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose where you want to backup"
+msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "More Options"
+msgstr "Îïöèè íà ìîäóëà:"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "When"
+msgstr "Wheel"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Where"
+msgstr "Wheel"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "What"
+msgstr "Ċäèí ìîìċíò"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data to restore:\n"
+"Please be sure that the cron daemon is included in your services. \n"
"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"List of data corrupted:\n"
-"\n"
-msgstr ""
+"Please choose the\n"
+"media for backup."
+msgstr "Ìîë˙, èçáċċòċ èçïîëçâàí ċçèê."
-#: ../../standalone/drakbackup_.c:2756
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Ìîë˙, èçáċċòċ ñċèċí ïîò êúì êîéòî ñâúçàí ìîäċìúò âè."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use daemon"
+msgstr "Ïîòċáèòċëñêî èìċ"
-#: ../../standalone/drakbackup_.c:2787
-msgid " All of your selected data have been "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
+msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2906
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Íàñòîéêà íà ìċĉàòà"
-
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2941
-msgid "User list to restore (only the most recent date per user is important)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:3019
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Ëîĝ backup-ôàéë"
-
-#: ../../standalone/drakbackup_.c:3021
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Ìîë˙, èçáċċòċ òèï íà ìèĝêàòà."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "HardDrive / NFS"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3057
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Ëîĝ backup-ôàéë"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CDROM / DVDROM"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3060
-#, fuzzy
-msgid "Please enter the directory to save:"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the directory to save to:"
msgstr "Ìîë˙, ïîáâàéòċ ìèĝêàòà ñè"
-#: ../../standalone/drakbackup_.c:3103
-#, fuzzy
-msgid "FTP Connection"
-msgstr "LAN âúçêà"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to eject your tape after the backup."
+msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
-#: ../../standalone/drakbackup_.c:3110
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Èçáċċòċ âúçêà êúì ïèíòċà"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
-#: ../../standalone/drakbackup_.c:3134
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Âúçñòàíîâè îò äèñêċòà"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
-#: ../../standalone/drakbackup_.c:3136
-msgid "Please enter the directory where backups are stored"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3204
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Ìîë˙, èçáċċòċ òèï íà ìèĝêàòà."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use tape to backup"
+msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:3206
-#, fuzzy
-msgid "Other Media"
-msgstr "Äóà"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "No CD device defined!"
+msgstr "Èçáċċòċ ôàéë"
-#: ../../standalone/drakbackup_.c:3211
-#, fuzzy
-msgid "Restore system"
-msgstr "Èíñòàëèàíċ íà ñèñòċìàòà"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3212
-#, fuzzy
-msgid "Restore Users"
-msgstr "Âúçñòàíîâè îò ôàéë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "Ìîë˙, öúêíċòċ íà íîñèòċë˙"
-#: ../../standalone/drakbackup_.c:3213
-#, fuzzy
-msgid "Restore Other"
-msgstr "Âúçñòàíîâè îò ôàéë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "Ìîë˙, öúêíċòċ íà íîñèòċë˙"
-#: ../../standalone/drakbackup_.c:3215
-#, fuzzy
-msgid "select path to restore (instead of /)"
-msgstr "Ìîë˙, èçáċċòċ òèï íà ìèĝêàòà."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Erase Now "
+msgstr "Ïċġâúëè"
-#: ../../standalone/drakbackup_.c:3219
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr "Ìîë˙, öúêíċòċ íà íîñèòċë˙"
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "Ìîë˙, öúêíċòċ íà íîñèòċë˙"
-#: ../../standalone/drakbackup_.c:3334
-msgid ""
-"Restore Selected\n"
-"Catalog Entry"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check for multisession CD"
+msgstr "Ìîë˙, öúêíċòċ íà íîñèòċë˙"
-#: ../../standalone/drakbackup_.c:3344
-#, fuzzy
-msgid ""
-"Restore Selected\n"
-"Files"
-msgstr "Èçòèâàíċ íà îïàĝêàòà"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Ìîë˙, èçáċċòċ ïîäċĉäàíċ íà êëàâèàòóàòà."
-#: ../../standalone/drakbackup_.c:3361
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Change\n"
-"Restore Path"
-msgstr "Âúçñòàíîâè îò ôàéë"
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3427
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Backup files not found at %s."
+msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
+msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:3440
-#, fuzzy
-msgid "Restore From CD"
-msgstr "Âúçñòàíîâè îò äèñêċòà"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Remember this password"
+msgstr "îùċ âċäíúĉ ïàîëà"
-#: ../../standalone/drakbackup_.c:3442
-#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter your password"
+msgstr "Ìîë˙, îïèòàéòċ îòíîâî"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter your login"
+msgstr "Ìîë˙, îïèòàéòċ îòíîâî"
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:3452
-#, fuzzy
-msgid "Restore From Tape"
-msgstr "Âúçñòàíîâè òàáëèöàòà ñ ä˙ëîâċòċ"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the host name or IP."
+msgstr "Ìîë˙, ïîáâàéòċ ìèĝêàòà ñè"
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:3474
-#, fuzzy
-msgid "Restore Via Network"
-msgstr "Âúçñòàíîâè îò ôàéë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+" Transfer \n"
+"Now"
+msgstr "Ïċġâúëè"
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
+msgid ""
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:3475
-#, fuzzy
-msgid "Host Name"
-msgstr "Èìċ íà ġîñò:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Expect for SSH"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3483
-#, fuzzy
-msgid "Password required"
-msgstr "Ïàîëà"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use network connection to backup"
+msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:3489
-#, fuzzy
-msgid "Username required"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Users"
msgstr "Ïîòċáèòċëñêî èìċ"
-#: ../../standalone/drakbackup_.c:3492
-#, fuzzy
-msgid "Hostname required"
-msgstr "Èìċ íà ġîñò:"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Windows (FAT32)"
+msgstr "Ïċìàġíè Windows(TM)"
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3510
-msgid "Files Restored..."
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove Selected"
+msgstr "Èçòèâàíċ íà îïàĝêàòà"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:3513
-#, fuzzy
-msgid "Restore Failed..."
-msgstr "Âúçñòàíîâè îò ôàéë"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check all users that you want to include in your backup."
+msgstr "Ìîë˙, èçáċċòċ ïàêċòèòċ, êîèòî èñêàòċ äà èíñòàëèàòċ."
-#: ../../standalone/drakbackup_.c:3751
-msgid "Restore all backups"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:3760
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Êëèċíòñêà"
-
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3810
-msgid "Browse to new restore repository."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3813
-#, fuzzy
-msgid "Restore From Catalog"
-msgstr "Âúçñòàíîâè òàáëèöàòà ñ ä˙ëîâċòċ"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:3841
-#, fuzzy
-msgid "Restore Progress"
-msgstr "Âúçñòàíîâè îò ôàéë"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-#, fuzzy
-msgid "Previous"
-msgstr "<- Ïċäèĝċí"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-#, fuzzy
-msgid "Save"
-msgstr "Ñúñòî˙íèċ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3946
-#, fuzzy
-msgid "Build Backup"
-msgstr "Ëîĝ backup-ôàéë"
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "File Selection"
+msgstr "Èçáî íà ïàêċòè"
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-#, fuzzy
-msgid "Restore"
-msgstr "Âúçñòàíîâè îò ôàéë"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Error while sending mail. \n"
+msgstr "ċĝêà ïè ÷ċòċíċòî íà ôàéëà %s"
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"\n"
+"Drakbackup activities via tape:\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4195
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"\n"
+"Drakbackup activities via CD:\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4209
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
-msgstr "Ñëċäíèòċ ïàêċòè ùċ áúäàò èíñòàëèàíè"
-
-#: ../../standalone/drakbackup_.c:4232
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Ìîë˙, èçáċċòċ èçïîëçâàí ċçèê."
-
-#: ../../standalone/drakbackup_.c:4267
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Ìîë˙, èçáċċòċ èçïîëçâàí ċçèê."
-
-#: ../../standalone/drakbackup_.c:4275
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Ìîë˙, èçáċċòċ èçïîëçâàí ċçèê."
+"\n"
+"Drakbackup activities via %s:\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-#: ../../standalone/drakbackup_.c:4382
-#, fuzzy
-msgid "Backup system files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "No changes to backup!"
msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:4384
-#, fuzzy
-msgid "Backup user files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Hard Disk Backup files..."
msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:4386
-#, fuzzy
-msgid "Backup other files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Other files..."
msgstr "Ëîĝ backup-ôàéë"
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup User files..."
+msgstr "Ëîĝ backup-ôàéë"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4416
-#, fuzzy
-msgid "Sending files..."
-msgstr "Çàïàçè âúâ ôàéë"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4500
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Íàñòîéêà íà ìċĉàòà"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4505
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Íàñòîéêà íà ìċĉàòà"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4526
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "Íàñòîéêà"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4531
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "Íàñòîéêà íà ëîêàëíà ìċĉà"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4536
-#, fuzzy
-msgid "Backup Now"
-msgstr "Ôàéëîâè ñèñòċìè"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:4624
-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"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:4654
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Total progess"
+msgstr "Òċñòîâè ñòàíèöè"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\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"
+"ssh -i %s %s\\@%s\n"
"\n"
+"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:4662
-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 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:1
+#, c-format
+msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:4701
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
-"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data 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 option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Íċ ìîà äà îòâî˙ %s: %s\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:4727
-msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Áċç ïàîëà"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:4729
-msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:4732
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"%s exists, delete?\n"
"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\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"
+" DrakBackup Report Details\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Daemon Report\n"
+"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4778
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Restore Backup Problems:\n"
+" DrakBackup Report \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/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Èíñòàëàöè˙òà íà %s ïîâàëċíà. Ïî˙âè ñċ ñëċäíàòà ċĝêà:"
-
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
+msgid "INFO"
msgstr ""
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "FATAL"
+msgstr "FAT"
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-#, fuzzy
-msgid "Standalone Tools"
-msgstr "Êîíçîëíè èíñòóìċíòè"
-
-#: ../../standalone/drakbug_.c:53
-msgid "HardDrake"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbug_.c:54
-#, fuzzy
-msgid "Mandrake Online"
-msgstr "Êîíòîëċí öċíòú"
-
-#: ../../standalone/drakbug_.c:55
-#, fuzzy
-msgid "Menudrake"
-msgstr "çàäúëĉèòċëċí"
-
-#: ../../standalone/drakbug_.c:56
-#, fuzzy
-msgid "Msec"
-msgstr "Ìèĝêà"
-
-#: ../../standalone/drakbug_.c:57
-#, fuzzy
-msgid "Remote Control"
-msgstr "Îòäàëċ÷ċí ïèíòċ"
-
-#: ../../standalone/drakbug_.c:58
-#, fuzzy
-msgid "Software Manager"
-msgstr "Îáùî èìċ"
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Èíñòàëàöè˙òà íà %s ïîâàëċíà. Ïî˙âè ñċ ñëċäíàòà ċĝêà:"
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "No browser available! Please install one"
+msgstr "Ìîĉċòċ äà èçáċċòċ äóè ċçèöè, êîèòî ùċ áúäàò íàëèöċ ñëċäèíñòàëàöè˙òà"
-#: ../../standalone/drakbug_.c:60
-msgid "Windows Migration tool"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:61
-#, fuzzy
-msgid "Userdrake"
-msgstr "Ïèíòċ"
-
-#: ../../standalone/drakbug_.c:62
-#, fuzzy
-msgid "Configuration Wizards"
-msgstr "Ìàüîñíèê çà íàñòîéêà íà ìċĉàòà"
-
-#: ../../standalone/drakbug_.c:75
-#, fuzzy
-msgid "Application:"
-msgstr "Èäċíòèôèêàöè˙"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package not installed"
+msgstr "Èçġîä îò èíñòàëàöèîííàòà ïîàìà"
-#: ../../standalone/drakbug_.c:76
-#, fuzzy
-msgid "Package: "
-msgstr "Èçáî íà ïàêċòè"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Not installed"
+msgstr "Èçġîä îò èíñòàëàöèîííàòà ïîàìà"
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Standalone Tools"
+msgstr "Êîíçîëíè èíñòóìċíòè"
-#: ../../standalone/drakbug_.c:78
-#, fuzzy
-msgid "Release: "
-msgstr "Ìîë˙ èç÷àêàéòċ"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Report"
+msgstr "ïîò"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -11831,329 +14944,348 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:112
-#, fuzzy
-msgid "Report"
-msgstr "ïîò"
-
-#: ../../standalone/drakbug_.c:148
-#, fuzzy
-msgid "Not installed"
-msgstr "Èçġîä îò èíñòàëàöèîííàòà ïîàìà"
-
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "Èçġîä îò èíñòàëàöèîííàòà ïîàìà"
-
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
-msgstr ""
-
-#: ../../standalone/drakbug_.c:180
-#, fuzzy
-msgid "No browser available! Please install one"
-msgstr "Ìîĉċòċ äà èçáċċòċ äóè ċçèöè, êîèòî ùċ áúäàò íàëèöċ ñëċäèíñòàëàöè˙òà"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Release: "
+msgstr "Ìîë˙ èç÷àêàéòċ"
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Íàñòîéêà íà ìċĉàòà (%d àäàïòċà)"
+msgid "Kernel:"
+msgstr ""
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-msgid "Profile: "
-msgstr "Ïîôèë: "
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package: "
+msgstr "Èçáî íà ïàêċòè"
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr "Èçòîé ïîôèë ..."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Application:"
+msgstr "Èäċíòèôèêàöè˙"
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
-msgstr "Ïîôèë çà èçòèâàíċ:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Configuration Wizards"
+msgstr "Ìàüîñíèê çà íàñòîéêà íà ìċĉàòà"
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
-msgstr "Íîâ ïîôèë ..."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Userdrake"
+msgstr "Ïèíòċ"
-#: ../../standalone/drakconnect_.c:131
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Windows Migration tool"
msgstr ""
-"Èìċ íà ñúçäàâàíè˙ ïîôèë (íîâè˙ò ïîôèë ñċ ñúçäàâà êàòî êîïèċ íà òċêóùè˙):"
-#: ../../standalone/drakconnect_.c:157
-msgid "Hostname: "
-msgstr "Èìċ íà ġîñò:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
+msgstr ""
-#: ../../standalone/drakconnect_.c:164
-msgid "Internet access"
-msgstr "Èíòċíċò äîñòúï"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Software Manager"
+msgstr "Îáùî èìċ"
-#: ../../standalone/drakconnect_.c:177
-msgid "Type:"
-msgstr "Òèï: "
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Remote Control"
+msgstr "Îòäàëċ÷ċí ïèíòċ"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "Gateway:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Msec"
+msgstr "Ìèĝêà"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Interface:"
-msgstr "Èíòċôċéñ:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Menudrake"
+msgstr "çàäúëĉèòċëċí"
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
-msgstr "Ñúñòî˙íèċ:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Mandrake Online"
+msgstr "Êîíòîëċí öċíòú"
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "HardDrake"
msgstr ""
-#: ../../standalone/drakconnect_.c:216
-msgid "Configure Internet Access..."
-msgstr "Íàñòîéêà íà Èíòċíċò äîñòúïà ..."
-
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-msgid "LAN configuration"
-msgstr "Íàñòîéêà íà LAN"
-
-#: ../../standalone/drakconnect_.c:228
-msgid "Driver"
-msgstr "Äàéâċ"
-
-#: ../../standalone/drakconnect_.c:228
-msgid "Interface"
-msgstr "Èíòċôċéñ"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
+msgstr ""
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
-msgstr "Ïîòîêîë"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "First Time Wizard"
+msgstr "Äîáċ äîĝëè â ïúâîíà÷àëíè˙ ïîìîùíèê"
-#: ../../standalone/drakconnect_.c:228
-msgid "State"
-msgstr "Ñúñòî˙íèċ"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
+msgstr ""
-#: ../../standalone/drakconnect_.c:240
-msgid "Configure Local Area Network..."
-msgstr "Íàñòîéêà íà ëîêàëíà ìċĉà ..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr "DHCP êëèċíò"
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
-msgstr "Öúêíċòċ òóê, çà äà ñòàòèàòċ ìàüîñíèêà ->"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
+msgstr "Ethernet êàòà"
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "Ìàüîñíèê..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "Gateway"
-#: ../../standalone/drakconnect_.c:279
-msgid "Apply"
-msgstr "Ïèëîĉè"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
+msgstr "Ïààìċòè"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Connected"
-msgstr "Ñâúçàí"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection type: "
+msgstr "Òèï íà âúçêàòà: "
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Not connected"
-msgstr "Íċ ñâúçàí"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile: "
+msgstr "Ïîôèë: "
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Connect..."
-msgstr "Ñâúçâàíċ ..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet Connection Configuration"
+msgstr "Íàñòîéêà íà Èíòċíċò âúçêà"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Disconnect..."
-msgstr "Îòâúçâàíċ ..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet connection configuration"
+msgstr "Íàñòîéêà íà Èíòċíċò âúçêà"
-#: ../../standalone/drakconnect_.c:400
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
+"You don't have an Internet connection.\n"
+"Create one first by clicking on 'Configure'"
msgstr ""
+"Í˙ìàòċ Internet âúçêà.\n"
+"Ñúçäàéòċ òàêàâà, êàòî öúêíċòċ íà 'Íàñòîé'"
-#: ../../standalone/drakconnect_.c:427
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
msgstr ""
-"Í˙ìàòċ íàñòîċí èíòċôċéñ.\n"
-"Íàñòîéòċ è ïċäè òîâà, êàòî öúêíċòċ íà 'Íàñòîéêà'"
-#: ../../standalone/drakconnect_.c:449
-msgid "LAN Configuration"
-msgstr "Íàñòîéêà íà ëîêàëíà ìċĉà"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "activate now"
+msgstr "àêòèâèàé ñċà"
-#: ../../standalone/drakconnect_.c:460
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Adapter %s: %s"
-msgstr "Àäàïòċ %s: %s"
+msgid "deactivate now"
+msgstr "äċàêòèâèàé ñċà"
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
-msgstr "Ñòàòèàù ïîòîêîë"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP client"
+msgstr "DHCP êëèċíò"
-#: ../../standalone/drakconnect_.c:467
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Started on boot"
msgstr "Ïóñíàò ïè ñòàòèàíċ"
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
-msgstr "DHCP êëèċíò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
+msgstr "Ñòàòèàù ïîòîêîë"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "activate now"
-msgstr "àêòèâèàé ñċà"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
+msgstr "Àäàïòċ %s: %s"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "deactivate now"
-msgstr "äċàêòèâèàé ñċà"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN Configuration"
+msgstr "Íàñòîéêà íà ëîêàëíà ìċĉà"
-#: ../../standalone/drakconnect_.c:499
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN configuration"
+msgstr "Íàñòîéêà íà LAN"
-#: ../../standalone/drakconnect_.c:556
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
msgstr ""
-"Í˙ìàòċ Internet âúçêà.\n"
-"Ñúçäàéòċ òàêàâà, êàòî öúêíċòċ íà 'Íàñòîé'"
-
-#: ../../standalone/drakconnect_.c:580
-msgid "Internet connection configuration"
-msgstr "Íàñòîéêà íà Èíòċíċò âúçêà"
+"Í˙ìàòċ íàñòîċí èíòċôċéñ.\n"
+"Íàñòîéòċ è ïċäè òîâà, êàòî öúêíċòċ íà 'Íàñòîéêà'"
-#: ../../standalone/drakconnect_.c:584
-msgid "Internet Connection Configuration"
-msgstr "Íàñòîéêà íà Èíòċíċò âúçêà"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Connect..."
+msgstr "Ñâúçâàíċ ..."
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-msgid "Connection type: "
-msgstr "Òèï íà âúçêàòà: "
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Disconnect..."
+msgstr "Îòâúçâàíċ ..."
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
-msgstr "Ïààìċòè"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Not connected"
+msgstr "Íċ ñâúçàí"
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "Gateway"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connected"
+msgstr "Ñâúçàí"
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
-msgstr "Ethernet êàòà"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
-#: ../../standalone/drakconnect_.c:628
-msgid "DHCP Client"
-msgstr "DHCP êëèċíò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface:"
+msgstr "Èíòċôċéñ:"
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "Gateway:"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Module name"
-msgstr "Èìċ íà ìîäóë"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Apply"
+msgstr "Ïèëîĉè"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Size"
-msgstr "îëċìèíà"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
+msgstr "Öúêíċòċ òóê, çà äà ñòàòèàòċ ìàüîñíèêà ->"
-#: ../../standalone/drakfloppy_.c:45
-msgid "drakfloppy"
-msgstr "drakfloppy"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "Ìàüîñíèê..."
-#: ../../standalone/drakfloppy_.c:63
-msgid "boot disk creation"
-msgstr "ñúäàâàíċ íà ñòàòèàùà äèñêċòà"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr "Ñúñòî˙íèċ:"
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr "ïî ïîäàáèàíċ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Type:"
+msgstr "Òèï: "
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "ċĝêà DrakFloppy: %s"
+msgid "Internet access"
+msgstr "Èíòċíċò äîñòúï"
-#: ../../standalone/drakfloppy_.c:98
-msgid "kernel version"
-msgstr "âċñè˙ íà ˙äîòî"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Hostname: "
+msgstr "Èìċ íà ġîñò:"
-#: ../../standalone/drakfloppy_.c:104
-msgid "General"
-msgstr "Îñíîâíî"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Local Area Network..."
+msgstr "Íàñòîéêà íà ëîêàëíà ìċĉà ..."
-#: ../../standalone/drakfloppy_.c:109
-msgid "Expert Area"
-msgstr "Äîïúëíèòċëíè"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "State"
+msgstr "Ñúñòî˙íèċ"
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
-msgstr "mkinitrd äîïúëíèòċëíè àóìċíòè"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Driver"
+msgstr "Äàéâċ"
-#: ../../standalone/drakfloppy_.c:113
-msgid "Add a module"
-msgstr "Äîáàâè ìîäóëà"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
+msgstr "Ïîòîêîë"
-#: ../../standalone/drakfloppy_.c:133
-msgid "force"
-msgstr "ïèíóäèòċëíî"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface"
+msgstr "Èíòċôċéñ"
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
-msgstr "àêî ċ íóĉíî"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Internet Access..."
+msgstr "Íàñòîéêà íà Èíòċíċò äîñòúïà ..."
-#: ../../standalone/drakfloppy_.c:135
-msgid "omit scsi modules"
-msgstr "áċç scsi ìîäóëè"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:136
-msgid "omit raid modules"
-msgstr "áċç raid ìîäóëè"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
+msgstr ""
+"Èìċ íà ñúçäàâàíè˙ ïîôèë (íîâè˙ò ïîôèë ñċ ñúçäàâà êàòî êîïèċ íà òċêóùè˙):"
-#: ../../standalone/drakfloppy_.c:172
-msgid "Remove a module"
-msgstr "Ïċìàġíè ìîäóëà"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
+msgstr "Íîâ ïîôèë ..."
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
-msgstr "ċçóëòàò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr "Ïîôèë çà èçòèâàíċ:"
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
-msgstr "Ñúçäàé äèñêúò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
+msgstr "Èçòîé ïîôèë ..."
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "Ïîâċċòċ èìàòċ ëè äèñêċòà â óñòîéñòâîòî %s"
+msgid "Network configuration (%d adapters)"
+msgstr "Íàñòîéêà íà ìċĉàòà (%d àäàïòċà)"
-#: ../../standalone/drakfloppy_.c:341
-#, fuzzy, c-format
+#: ../../standalone/drakedm:1
+#, c-format
msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
msgstr ""
-"Í˙ìà äèñêċòà â óñòîéñòâîòî %s.\n"
-"Ìîë˙ ïîñòàâċòċ äèñêċòà."
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakedm:1
#, c-format
-msgid "Unable to fork: %s"
-msgstr "Íċ ìîĉċ äà ñċ àáîòè ñ: %s"
+msgid "Choosing a display manager"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
msgid ""
-"Unable to close properly mkbootdisk: \n"
+"Unable to properly close mkbootdisk: \n"
" %s \n"
" %s"
msgstr ""
@@ -12161,142 +15293,227 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Unable to fork: %s"
+msgstr "Íċ ìîĉċ äà ñċ àáîòè ñ: %s"
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid ""
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
msgstr ""
+"Í˙ìà äèñêċòà â óñòîéñòâîòî %s.\n"
+"Ìîë˙ ïîñòàâċòċ äèñêċòà."
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Be sure a media is present for the device %s"
+msgstr "Ïîâċċòċ èìàòċ ëè äèñêċòà â óñòîéñòâîòî %s"
-#: ../../standalone/drakfont_.c:242
-#, fuzzy
-msgid "no fonts found"
-msgstr "%s íċ ċ íàìċċíî"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Build the disk"
+msgstr "Ñúçäàé äèñêúò"
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-#, fuzzy
-msgid "done"
-msgstr "îòîâî"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
+msgstr "ċçóëòàò"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Remove a module"
+msgstr "Ïċìàġíè ìîäóëà"
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit raid modules"
+msgstr "áċç raid ìîäóëè"
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit scsi modules"
+msgstr "áċç scsi ìîäóëè"
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
+msgstr "àêî ċ íóĉíî"
-#: ../../standalone/drakfont_.c:359
-#, fuzzy
-msgid "Fonts copy"
-msgstr "Ôîìàòèàé äèñêċòàòà"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "force"
+msgstr "ïèíóäèòċëíî"
-#: ../../standalone/drakfont_.c:363
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Ïîäîòâ˙ì èíñòàëàöè˙òà"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Add a module"
+msgstr "Äîáàâè ìîäóëà"
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "mkinitrd optional arguments"
+msgstr "mkinitrd äîïúëíèòċëíè àóìċíòè"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Area"
+msgstr "Äîïúëíèòċëíè"
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "General"
+msgstr "Îñíîâíî"
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "kernel version"
+msgstr "âċñè˙ íà ˙äîòî"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
+msgstr "ċĝêà DrakFloppy: %s"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr "ïî ïîäàáèàíċ"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "boot disk creation"
+msgstr "ñúäàâàíċ íà ñòàòèàùà äèñêċòà"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "drakfloppy"
+msgstr "drakfloppy"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Size"
+msgstr "îëċìèíà"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Module name"
+msgstr "Èìċ íà ìîäóë"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Post Uninstall"
+msgstr "Èçġîä îò èíñòàëàöèîííàòà ïîàìà"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove fonts on your system"
+msgstr "Í˙ìàòċ ìċĉîâ àäàïòċ!"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Initial tests"
+msgstr "Ñòàòîâî ñúîáùċíèċ"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Post Install"
+msgstr "Èíñòàëèàé"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Copy fonts on your system"
+msgstr "Í˙ìàòċ ìċĉîâ àäàïòċ!"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove List"
+msgstr "Ïċìàġâàíċ íà ïèíòċà"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Selected All"
+msgstr "Èçáċċòċ ôàéë"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
msgstr ""
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
msgstr ""
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
msgstr ""
-#: ../../standalone/drakfont_.c:459
-#, fuzzy
-msgid "Restart XFS"
-msgstr "ñòàòèàé î"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Install List"
+msgstr "Èíñòàëèàíċ íà ñèñòċìàòà"
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Select the font file or directory and click on 'Add'"
msgstr ""
-#: ../../standalone/drakfont_.c:528
-#, fuzzy
-msgid "xfs restart"
-msgstr "îàíè÷è"
-
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
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."
+"-You can install the fonts the normal way. In rare cases, bogus fonts may "
+"hang up your X Server."
msgstr ""
-#: ../../standalone/drakfont_.c:621
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Ôîìàòèàíċ íà ä˙ëîâċ"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Generic Printers"
+msgstr "Ïèíòċ"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Abiword"
+msgstr "Îòêàç"
-#: ../../standalone/drakfont_.c:658
-#, fuzzy
-msgid "Uninstall Fonts"
-msgstr "Äċèíñòàëèàì ïàêċòà"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "StarOffice"
+msgstr "Îôèñ"
-#: ../../standalone/drakfont_.c:669
-#, fuzzy
-msgid "Advanced Options"
-msgstr "Íàñòîéêà íà ëîêàëíà ìċĉà"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr ""
-#: ../../standalone/drakfont_.c:677
-#, fuzzy
-msgid "Font List"
-msgstr "Ì˙ñòî íà ìîíòèàíċ"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "Èçáċċòċ ä˙ëîâċòċ, êîèòî èñêàòċ äà ôîìàòèàòċ"
-#: ../../standalone/drakfont_.c:737
+#: ../../standalone/drakfont:1
+#, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\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"
@@ -12322,267 +15539,346 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
-"\n"
-"\n"
msgstr ""
-#: ../../standalone/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:862
-#, fuzzy
-msgid "Choose the applications that will support the fonts:"
-msgstr "Èçáċċòċ ä˙ëîâċòċ, êîèòî èñêàòċ äà ôîìàòèàòċ"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "About"
+msgstr "Îòêàç"
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Font List"
+msgstr "Ì˙ñòî íà ìîíòèàíċ"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Advanced Options"
+msgstr "Íàñòîéêà íà ëîêàëíà ìċĉà"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Uninstall Fonts"
+msgstr "Äċèíñòàëèàì ïàêċòà"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:877
-#, fuzzy
-msgid "StarOffice"
-msgstr "Îôèñ"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Import Fonts"
+msgstr "Ôîìàòèàíċ íà ä˙ëîâċ"
-#: ../../standalone/drakfont_.c:884
-#, fuzzy
-msgid "Abiword"
-msgstr "Îòêàç"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "done"
+msgstr "îòîâî"
-#: ../../standalone/drakfont_.c:891
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Ïèíòċ"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "xfs restart"
+msgstr "îàíè÷è"
-#: ../../standalone/drakfont_.c:958
-msgid "Select the font file or directory and click on 'Add'"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
msgstr ""
-#: ../../standalone/drakfont_.c:1005
-#, fuzzy
-msgid "Install List"
-msgstr "Èíñòàëèàíċ íà ñèñòċìàòà"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Restart XFS"
+msgstr "ñòàòèàé î"
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
msgstr ""
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
msgstr ""
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:1116
-#, fuzzy
-msgid "Selected All"
-msgstr "Èçáċċòċ ôàéë"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr ""
-#: ../../standalone/drakfont_.c:1120
-#, fuzzy
-msgid "Remove List"
-msgstr "Ïċìàġâàíċ íà ïèíòċà"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
+msgstr ""
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-#, fuzzy
-msgid "Initials tests"
-msgstr "Ñòàòîâî ñúîáùċíèċ"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
+msgstr ""
-#: ../../standalone/drakfont_.c:1145
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Í˙ìàòċ ìċĉîâ àäàïòċ!"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr ""
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
msgstr ""
-#: ../../standalone/drakfont_.c:1153
-#, fuzzy
-msgid "Post Install"
-msgstr "Èíñòàëèàé"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "True Type fonts installation"
+msgstr "Ïîäîòâ˙ì èíñòàëàöè˙òà"
-#: ../../standalone/drakfont_.c:1178
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Í˙ìàòċ ìċĉîâ àäàïòċ!"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Fonts copy"
+msgstr "Ôîìàòèàé äèñêċòàòà"
-#: ../../standalone/drakfont_.c:1182
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Èçġîä îò èíñòàëàöèîííàòà ïîàìà"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr ""
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "Ñïîäċë˙íċ íà âúçêàòà ñ Èíòċíċò"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr ""
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
msgstr ""
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Ñïîäċë˙íċòî íà âúçêàòà êúì Èíòċíċò ċ âċ÷ċ àêòèâèàíî"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr ""
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "no fonts found"
+msgstr "%s íċ ċ íàìċċíî"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr ""
-#: ../../standalone/drakgw_.c:126
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"What would you like to do?"
+"%s\n"
+"\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
-"Óñòàíîâêàòà íà Ñïîäċë˙íċòî íà Èíòċíċò âúçêàòà ċ çàâúĝċíà.\n"
-"Â ìîìċíòà ċ âêëŝ÷ċíà.\n"
+"Äîáċ äîĝëè â èíñòóìċíòà çà ñïîäċë˙íċ íà Èíòċíċò âúçêàòà !\n"
"\n"
-"Êàêâî èñêàòċ äà íàïàâèòċ ?"
+"%s\n"
+"\n"
+"Öúêíċòċ ``Íàñòîé'', àêî èñêàòċ äà ñòàòèàíċ óñòàíîâ˙âàùè˙ ìàüîñíèê."
-#: ../../standalone/drakgw_.c:130
-msgid "disable"
-msgstr "èçêëŝ÷è"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing configuration"
+msgstr "Íàñòîéêà íà ñïîäċë˙íċòî íà Èíòċíċò âúçêàòà"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
-msgstr "îñòàâè"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No Internet Connection Sharing has ever been configured."
+msgstr "Í˙ìà íàñòîéâàíî ñïîäċë˙íċ íà Èíòċíċò âúçêàòà."
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "reconfigure"
-msgstr "ïċíàñòîéêà"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, and it's currently enabled."
+msgstr "Óñòàíîâêàòà âċ÷ċ ċ íàïàâċíà è â ìîìċíòà ċ âêëŝ÷ċíà."
-#: ../../standalone/drakgw_.c:133
-msgid "Disabling servers..."
-msgstr "Èçêëŝ÷âàíċ íà ñúâúè ..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, but it's currently disabled."
+msgstr "Óñòàíîâêàòà âċ÷ċ ċ íàïàâċíà, íî â ìîìċíòà ċ èçêëŝ÷ċíà."
-#: ../../standalone/drakgw_.c:142
-msgid "Internet connection sharing is now disabled."
-msgstr "Ñïîäċë˙íċòî íà Èíòċíċò âúçêàòà â ìîìċíòà ċ èçêëŝ÷ċíî."
+#: ../../standalone/drakgw:1
+#, c-format
+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:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Ñïîäċë˙íċòî íà Èíòċíċò âúçêàòà ċ èçêëŝ÷ċíî."
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "Problems installing package %s"
+msgstr "Ïîáëċìè ñ èíñòàëèàíċòî íà ïàêċòà %s"
-#: ../../standalone/drakgw_.c:150
-msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
-"\n"
-"What would you like to do?"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
-"Óñòàíîâêàòà íà Ñïîäċë˙íċòî íà Èíòċíċò âúçêàòà ċ âċ÷ċ çàâúĝċíà.\n"
-"Â ìîìċíòà ċ èçêëŝ÷ċíà.\n"
-"\n"
-"Êàêâî èñêàòċ äà íàïàâèòċ ?"
+"Íàñòîéâàùè ñêèïòîâċ, èíñòàëèàíċ íà ñîôòóċ, ñòàòèàíċ íà ñúâúè..."
-#: ../../standalone/drakgw_.c:154
-msgid "enable"
-msgstr "âêëŝ÷è"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring..."
+msgstr "Íàñòîéêà ..."
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
-msgstr "Âêëŝ÷âàíċ íà ñúâúè ..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Potential LAN address conflict found in current config of %s!\n"
+msgstr "Âúçìîĉċí êîíôèêò ñ àäċñèòċ â LAN ñ íàñòîéêàòà íà %s!\n"
-#: ../../standalone/drakgw_.c:166
-msgid "Internet connection sharing is now enabled."
-msgstr "Ñïîäċë˙íċòî íà Èíòċíċò â ìîìċíòà ċ âêëŝ÷ċíî."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Re-configure interface and DHCP server"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The maximum lease (in seconds)"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The default lease (in seconds)"
+msgstr ""
-#: ../../standalone/drakgw_.c:183
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP end range"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The internal domain name"
+msgstr "Íîâî èìċ íà ïèíòċ"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The DNS Server IP"
+msgstr "IP íà CUPS ñúâúà"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "(This) DHCP Server IP"
+msgstr "IP íà CUPS ñúâúà"
+
+#: ../../standalone/drakgw:1
+#, c-format
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"
+"DHCP Server Configuration.\n"
"\n"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\n"
"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
msgstr ""
-"Íà ïúò ñòċ äà íàñòîèòċ êîìïŝòúà ñè òàêà, ÷ċ äà ïîäċë˙ Èíòċíċò âúçêàòà\n"
-"ñè. Ñ òàçè âúçìîĉíîñò, äóè êîìïŝòè â ëîêàëíàòà âè ìċĉà ùċ ìîàò äà\n"
-"èçïîëçâàò Èíòċíċò âúçêàòà íà òîçè êîìïŝòú.\n"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Local Network adress"
+msgstr "íċ ċ îòêèòà ìċĉîâà êàòà"
+
+#: ../../standalone/drakgw:1
+#, c-format
+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 Network that you use "
+"for your local network; I will not reconfigure it and I will not touch your "
+"DHCP server configuration.\n"
"\n"
-"Îòáċëċĉċòċ: ò˙áâà âè îòäċëċí çà òîâà ìċĉîâ àäàïòċ, çà äà óñòàíîâèòċ "
-"âúòċĝíàòà ñè ìċĉà (LAN)."
+"The default DNS entry is the Caching Nameserver configured on the firewall. "
+"You can replace that with your ISP DNS IP, for example.\n"
+"\t\t \n"
+"Otherwise, I can reconfigure your interface and (re)configure a DHCP server "
+"for you.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakgw_.c:211
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Èíòċôċéñ %s (èçïîëçâàù ìîäóë %s)"
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Current interface configuration"
+msgstr "Ïîïàâè íàñòîéêèòċ íà ïèíòċ"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Show current interface configuration"
+msgstr "Ïîïàâè íàñòîéêèòċ íà ïèíòċ"
+
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s"
-msgstr "Èíòċôċéñ %s"
+msgid "No (experts only)"
+msgstr ""
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "Í˙ìàòċ ìċĉîâ àäàïòċ!"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Automatic reconfiguration"
+msgstr "Àâòîìàòè÷íà íàñòîéêà íà CUPS"
-#: ../../standalone/drakgw_.c:221
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
+"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 ""
-"Â ñèñòċìàòà íċ ċ îòêèò ethernet ìċĉîâ àäàïòċ. Ìîë˙, ñòàòèàéòċ "
-"èíñòóìċíòà çà íàñòîéêà íà ġàäóċ."
-#: ../../standalone/drakgw_.c:227
-msgid "Network interface"
-msgstr "Ìċĉîâ èíòċôċéñ"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Network interface already configured"
+msgstr "Ôóíêöèîíàëíîñòòà íà ìċĉàòà íċ ċ íàñòîċíà"
-#: ../../standalone/drakgw_.c:228
+#: ../../standalone/drakgw:1
+#, c-format
+msgid ""
+"Please choose what network adapter will be connected to your Local Area "
+"Network."
+msgstr ""
+"Ìîë˙ èçáċċòċ êîé ìċĉîâ àäàïòċ äà áúäċ âêëŝ÷ċí êúì ëîêàëíàòà âè ìċĉà."
+
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12597,349 +15893,490 @@ msgstr ""
"\n"
"Ñì˙òàì äà óñòàíîâ˙ ëîêàëíàòà âè ìċĉà íà òîçè àäàïòċ."
-#: ../../standalone/drakgw_.c:235
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "Ìċĉîâ èíòċôċéñ"
+
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
+"No ethernet network adapter has been detected on your system. Please run the "
+"hardware configuration tool."
msgstr ""
-"Ìîë˙ èçáċċòċ êîé ìċĉîâ àäàïòċ äà áúäċ âêëŝ÷ċí êúì ëîêàëíàòà âè ìċĉà."
+"Â ñèñòċìàòà íċ ċ îòêèò ethernet ìċĉîâ àäàïòċ. Ìîë˙, ñòàòèàéòċ "
+"èíñòóìċíòà çà íàñòîéêà íà ġàäóċ."
-#: ../../standalone/drakgw_.c:261
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Ôóíêöèîíàëíîñòòà íà ìċĉàòà íċ ċ íàñòîċíà"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "Í˙ìàòċ ìċĉîâ àäàïòċ!"
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
#, c-format
+msgid "Interface %s"
+msgstr "Èíòċôċéñ %s"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s (using module %s)"
+msgstr "Èíòċôċéñ %s (èçïîëçâàù ìîäóë %s)"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
+"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"
-"Do you want an automatic re-configuration?\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
"\n"
-"You can do it manually but you need to know what you're doing."
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
msgstr ""
+"Íà ïúò ñòċ äà íàñòîèòċ êîìïŝòúà ñè òàêà, ÷ċ äà ïîäċë˙ Èíòċíċò âúçêàòà\n"
+"ñè. Ñ òàçè âúçìîĉíîñò, äóè êîìïŝòè â ëîêàëíàòà âè ìċĉà ùċ ìîàò äà\n"
+"èçïîëçâàò Èíòċíċò âúçêàòà íà òîçè êîìïŝòú.\n"
+"\n"
+"Îòáċëċĉċòċ: ò˙áâà âè îòäċëċí çà òîâà ìċĉîâ àäàïòċ, çà äà óñòàíîâèòċ "
+"âúòċĝíàòà ñè ìċĉà (LAN)."
-#: ../../standalone/drakgw_.c:267
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Àâòîìàòè÷íà íàñòîéêà íà CUPS"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing"
+msgstr "Ñïîäċë˙íċ íà âúçêàòà ñ Èíòċíċò"
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
-msgstr ""
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "Ñïîäċë˙íċòî íà Èíòċíċò â ìîìċíòà ċ âêëŝ÷ċíî."
-#: ../../standalone/drakgw_.c:268
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Ïîïàâè íàñòîéêèòċ íà ïèíòċ"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Enabling servers..."
+msgstr "Âêëŝ÷âàíċ íà ñúâúè ..."
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "Ïîïàâè íàñòîéêèòċ íà ïèíòċ"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "dismiss"
+msgstr "îñòàâè"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "reconfigure"
+msgstr "ïċíàñòîéêà"
-#: ../../standalone/drakgw_.c:270
+#: ../../standalone/drakgw:1
#, c-format
+msgid "enable"
+msgstr "âêëŝ÷è"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
msgid ""
-"Current configuration of `%s':\n"
+"The setup of Internet connection sharing has already been done.\n"
+"It's currently disabled.\n"
"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
+"What would you like to do?"
msgstr ""
+"Óñòàíîâêàòà íà Ñïîäċë˙íċòî íà Èíòċíċò âúçêàòà ċ âċ÷ċ çàâúĝċíà.\n"
+"Â ìîìċíòà ċ èçêëŝ÷ċíà.\n"
+"\n"
+"Êàêâî èñêàòċ äà íàïàâèòċ ?"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently disabled"
+msgstr "Ñïîäċë˙íċòî íà Èíòċíċò âúçêàòà ċ èçêëŝ÷ċíî."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "Ñïîäċë˙íċòî íà Èíòċíċò âúçêàòà â ìîìċíòà ċ èçêëŝ÷ċíî."
-#: ../../standalone/drakgw_.c:283
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Disabling servers..."
+msgstr "Èçêëŝ÷âàíċ íà ñúâúè ..."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "disable"
+msgstr "èçêëŝ÷è"
+
+#: ../../standalone/drakgw:1
+#, c-format
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 Network that you use "
-"for your local network; I will not reconfigure it and I will not touch your "
-"DHCP server configuration.\n"
-"\n"
-"The default DNS entry is the Caching Nameserver configured on the firewall. "
-"You can replace that with your ISP DNS IP, for example.\n"
-"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
+"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:290
-#, fuzzy
-msgid "Local Network adress"
-msgstr "íċ ċ îòêèòà ìċĉîâà êàòà"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "Ñïîäċë˙íċòî íà âúçêàòà êúì Èíòċíċò ċ âċ÷ċ àêòèâèàíî"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
+msgstr ""
+
+#: ../../standalone/drakhelp:1
+#, c-format
msgid ""
-"DHCP Server Configuration.\n"
-"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\n"
-"\n"
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
msgstr ""
-#: ../../standalone/drakgw_.c:300
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP íà CUPS ñúâúà"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group :"
+msgstr "àáîòíà óïà"
-#: ../../standalone/drakgw_.c:301
-#, fuzzy
-msgid "The DNS Server IP"
-msgstr "IP íà CUPS ñúâúà"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "user :"
+msgstr "Ïîòċáèòċëñêî èìċ"
-#: ../../standalone/drakgw_.c:302
-#, fuzzy
-msgid "The internal domain name"
-msgstr "Íîâî èìċ íà ïèíòċ"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Path selection"
+msgstr "Çàïàçè èçáî íà ïàêċòè"
-#: ../../standalone/drakgw_.c:303
-msgid "The DHCP start range"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakgw_.c:304
-msgid "The DHCP end range"
-msgstr ""
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Use group id for execution"
+msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
-#: ../../standalone/drakgw_.c:305
-msgid "The default lease (in seconds)"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Use owner id for execution"
+msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakgw_.c:306
-msgid "The maximum lease (in seconds)"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakgw_.c:307
-msgid "Re-configure interface and DHCP server"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakgw_.c:314
-msgid "The Local Network did not finish with `.0', bailing out."
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakgw_.c:325
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Property"
+msgstr "Ïîò"
+
+#: ../../standalone/drakperm:1
#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Âúçìîĉċí êîíôèêò ñ àäċñèòċ â LAN ñ íàñòîéêàòà íà %s!\n"
+msgid "Path"
+msgstr ""
-#: ../../standalone/drakgw_.c:335
-msgid "Configuring..."
-msgstr "Íàñòîéêà ..."
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Permissions"
+msgstr "Âċñè˙: %s\n"
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Current user"
+msgstr "Ïèċìè ïîòċáèòċë"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "browse"
msgstr ""
-"Íàñòîéâàùè ñêèïòîâċ, èíñòàëèàíċ íà ñîôòóċ, ñòàòèàíċ íà ñúâúè..."
-#: ../../standalone/drakgw_.c:372
+#: ../../standalone/drakperm:1
#, c-format
-msgid "Problems installing package %s"
-msgstr "Ïîáëċìè ñ èíñòàëèàíċòî íà ïàêċòà %s"
+msgid "select perm file to see/edit"
+msgstr ""
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakperm:1
+#, c-format
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)."
+"Drakperm is used to see files to use in order to fix permissions, owners, "
+"and groups via msec.\n"
+"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-"Âñè÷êî ċ íàñòîċíî.\n"
-"Ñċà ìîĉċòċ äà ñïîäċëèòċ Èíòċíċò âúçêàòà ñè ñ äóè êîìïŝòè â ëîêàëíàòà "
-"âè ìċĉà èçïîëçâàéêè àâòîìàòè÷íà ìċĉîâà íàñòîéêà (DHCP)."
-#: ../../standalone/drakgw_.c:523
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Óñòàíîâêàòà âċ÷ċ ċ íàïàâċíà, íî â ìîìċíòà ċ èçêëŝ÷ċíà."
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Edit current rule"
+msgstr ""
-#: ../../standalone/drakgw_.c:524
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Óñòàíîâêàòà âċ÷ċ ċ íàïàâċíà è â ìîìċíòà ċ âêëŝ÷ċíà."
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "edit"
+msgstr ""
-#: ../../standalone/drakgw_.c:525
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Í˙ìà íàñòîéâàíî ñïîäċë˙íċ íà Èíòċíċò âúçêàòà."
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Delete selected rule"
+msgstr "Èçòèâàíċ íà îïàĝêàòà"
-#: ../../standalone/drakgw_.c:531
-msgid "Internet connection sharing configuration"
-msgstr "Íàñòîéêà íà ñïîäċë˙íċòî íà Èíòċíċò âúçêàòà"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "delete"
+msgstr "Èçòèé"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Add a new rule at the end"
+msgstr "Äîáàâè ïèíòċ"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "add a rule"
+msgstr "Äîáàâè ìîäóëà"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakperm:1
#, c-format
-msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
-"\n"
-"Click on Configure to launch the setup wizard."
+msgid "Move selected rule down one level"
msgstr ""
-"Äîáċ äîĝëè â èíñòóìċíòà çà ñïîäċë˙íċ íà Èíòċíċò âúçêàòà !\n"
-"\n"
-"%s\n"
-"\n"
-"Öúêíċòċ ``Íàñòîé'', àêî èñêàòċ äà ñòàòèàíċ óñòàíîâ˙âàùè˙ ìàüîñíèê."
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "group"
-msgstr "àáîòíà óïà"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Down"
+msgstr "îòîâî"
-#: ../../standalone/drakperm_.c:36
-msgid "path"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule up one level"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
msgid "permissions"
msgstr "ä˙ë %s"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group"
+msgstr "àáîòíà óïà"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
msgid "user"
msgstr "Ïîòċáèòċëñêî èìċ"
-#: ../../standalone/drakperm_.c:43
-msgid "Up"
-msgstr ""
-
-#: ../../standalone/drakperm_.c:44
-#, fuzzy
-msgid "delete"
-msgstr "Èçòèé"
-
-#: ../../standalone/drakperm_.c:45
-msgid "edit"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:46
-#, fuzzy
-msgid "Down"
-msgstr "îòîâî"
-
-#: ../../standalone/drakperm_.c:47
-#, fuzzy
-msgid "add a rule"
-msgstr "Äîáàâè ìîäóëà"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "Ïîäîòâ˙ì äèñêċòà ñ àâòîìàòè÷íà èíñòàëàöè˙"
-#: ../../standalone/drakperm_.c:48
-msgid "select perm file to see/edit"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Drakperm is used to see files to use in order to fix permissions, owners, "
-"and groups via msec.\n"
-"You can also edit your own rules which will owerwrite the default rules."
+"No CD or DVD image found, please copy the installation program and rpm files."
msgstr ""
-#: ../../standalone/drakperm_.c:56
-#, fuzzy
-msgid "Add a new rule at the end"
-msgstr "Äîáàâè ïèíòċ"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "No image found"
+msgstr "Ëîêàëċí ïèíòċ"
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
-msgstr ""
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation image directory"
+msgstr "Xpmac (èíñòàëàöè˙ àôè÷ċí äàéâċ)"
-#: ../../standalone/drakperm_.c:58
-msgid "Up selected rule one level"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP end ip"
msgstr ""
-#: ../../standalone/drakperm_.c:60
-#, fuzzy
-msgid "Delete selected rule"
-msgstr "Èçòèâàíċ íà îïàĝêàòà"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP start ip"
+msgstr ""
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:231
-#, fuzzy
-msgid "Current user"
-msgstr "Ïèċìè ïîòċáèòċë"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Interface %s (on network %s)"
+msgstr "Èíòċôċéñ %s (èçïîëçâàù ìîäóë %s)"
-#: ../../standalone/drakperm_.c:236
-#, fuzzy
-msgid "Permissions"
-msgstr "Âċñè˙: %s\n"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
+msgstr "Ìîë˙, èçáċċòċ êîé ìċĉîâ àäàïòċ äà èçïîëçâàì çà âúçêà êúì Èíòċíċò"
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid ""
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
+"\n"
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
msgstr ""
+"Íà ïúò ñòċ äà íàñòîèòċ êîìïŝòúà ñè òàêà, ÷ċ äà ïîäċë˙ Èíòċíċò âúçêàòà\n"
+"ñè. Ñ òàçè âúçìîĉíîñò, äóè êîìïŝòè â ëîêàëíàòà âè ìċĉà ùċ ìîàò äà\n"
+"èçïîëçâàò Èíòċíċò âúçêàòà íà òîçè êîìïŝòú.\n"
+"\n"
+"Îòáċëċĉċòċ: ò˙áâà âè îòäċëċí çà òîâà ìċĉîâ àäàïòċ, çà äà óñòàíîâèòċ "
+"âúòċĝíàòà ñè ìċĉà (LAN)."
-#: ../../standalone/drakperm_.c:238
-#, fuzzy
-msgid "Property"
-msgstr "Ïîò"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation Server Configuration"
+msgstr "Íàñòîéêà íà ëîêàëíà ìċĉà"
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
-msgstr ""
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "PXE Server Configuration"
+msgstr "Íàñòîéêà íà ëîêàëíà ìċĉà"
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
-msgstr ""
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security options..."
+msgstr "Ìîë˙, èç÷àêàéòċ, ïîäîòâ˙íċ íà èíñòàëàöè˙òà"
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
-msgstr ""
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security level..."
+msgstr "Èçáċċòċ íèâî íà ñèóíîñò"
-#: ../../standalone/drakperm_.c:296
-msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
msgstr ""
-#: ../../standalone/drakperm_.c:297
-#, fuzzy
-msgid "Use owner id for execution"
-msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "System Options"
+msgstr "Îïöèè íà ìîäóëà:"
-#: ../../standalone/drakperm_.c:298
-#, fuzzy
-msgid "Use group id for execution"
-msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Network Options"
+msgstr "Îïöèè íà ìîäóëà:"
-#: ../../standalone/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
msgstr ""
-#: ../../standalone/drakperm_.c:304
-#, fuzzy
-msgid "Path selection"
-msgstr "Çàïàçè èçáî íà ïàêċòè"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Administrator:"
+msgstr "Îòäàëċ÷ċíà àäìèíèñòàöè˙"
-#: ../../standalone/drakperm_.c:350
-#, fuzzy
-msgid "user :"
-msgstr "Ïîòċáèòċëñêî èìċ"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Alerts:"
+msgstr "Íèâî íà ñèóíîñò"
-#: ../../standalone/drakperm_.c:352
-#, fuzzy
-msgid "group :"
-msgstr "àáîòíà óïà"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "(default value: %s)"
+msgstr " (Ïî ïîäàçáèàíċ)"
-#: ../../standalone/draksound_.c:46
-#, fuzzy
-msgid "No Sound Card detected!"
-msgstr "Íċ ñâúçàí"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Level:"
+msgstr "Íèâî íà ñèóíîñò"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksec:1
+#, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -12948,713 +16385,811 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:21
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound 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/draksplash_.c:67
-#, fuzzy
-msgid "first step creation"
-msgstr "ñúäàâàíċ íà ñòàòèàùà äèñêċòà"
+#: ../../standalone/draksound:1
+#, fuzzy, c-format
+msgid "No Sound Card detected!"
+msgstr "Íċ ñâúçàí"
-#: ../../standalone/draksplash_.c:70
-#, fuzzy
-msgid "final resolution"
-msgstr "àçäċëèòċëíà ñïîñîáíîñò"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-#, fuzzy
-msgid "choose image file"
-msgstr "Èçáċċòċ ôàéë"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Generating preview ..."
+msgstr "Çàñè÷àíċ íà óñòîéñòâà ..."
-#: ../../standalone/draksplash_.c:72
-#, fuzzy
-msgid "Theme name"
-msgstr "Îáùî èìċ"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "You must choose an image file first!"
+msgstr "Âúâċäċòċ URI íà ïċ÷àòàùî óñòîéñòâî"
-#: ../../standalone/draksplash_.c:77
-msgid "Browse"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "ProgressBar color selection"
+msgstr "Èçáî ìîäċë íà ïèíòċà"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
-#, fuzzy
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "choose image file"
+msgstr "Èçáċċòċ ôàéë"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
msgid "Configure bootsplash picture"
msgstr "Íàñòîéêà íà óñëóèòċ"
-#: ../../standalone/draksplash_.c:90
-msgid ""
-"x coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:91
-msgid ""
-"y coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Choose color"
+msgstr "Èçáċċòċ ìîíèòî"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Save theme"
+msgstr "Èíñòàëèàíċ íà ñèñòċìàòà"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Preview"
+msgstr "óñòîéñòâî"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:94
-msgid ""
-"the progress bar x coordinate\n"
-"of its upper left corner"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:95
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:98
-msgid "the color of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:113
-#, fuzzy
-msgid "Preview"
-msgstr "óñòîéñòâî"
-
-#: ../../standalone/draksplash_.c:115
-#, fuzzy
-msgid "Save theme"
-msgstr "Èíñòàëèàíċ íà ñèñòċìàòà"
-
-#: ../../standalone/draksplash_.c:116
-#, fuzzy
-msgid "Choose color"
-msgstr "Èçáċċòċ ìîíèòî"
-
-#: ../../standalone/draksplash_.c:119
-msgid "Display logo on Console"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"y coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/draksplash:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:428
-#, fuzzy
-msgid "ProgressBar color selection"
-msgstr "Èçáî ìîäċë íà ïèíòċà"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Theme name"
+msgstr "Îáùî èìċ"
-#: ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "You must choose an image file first!"
-msgstr "Âúâċäċòċ URI íà ïċ÷àòàùî óñòîéñòâî"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "final resolution"
+msgstr "àçäċëèòċëíà ñïîñîáíîñò"
-#: ../../standalone/draksplash_.c:458
-#, fuzzy
-msgid "Generating preview ..."
-msgstr "Çàñè÷àíċ íà óñòîéñòâà ..."
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "first step creation"
+msgstr "ñúäàâàíċ íà ñòàòèàùà äèñêċòà"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
+#: ../../standalone/draksplash:1
#, c-format
-msgid "%s BootSplash (%s) preview"
+msgid ""
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"XawTV isn't installed!\n"
+"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"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor "
-"saa7134\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"
+"You can visit our hardware database at:\n"
"\n"
"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:63
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Êàíàäñêà (Êâċáċê)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "China (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
msgstr ""
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "East Europe"
-msgstr "Ċâîïà"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "France [SECAM]"
-msgstr "Ôàíöè˙"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "Ireland"
-msgstr "Èñëàíäñêà"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "West Europe"
-msgstr "Ċâîïà"
-
-#: ../../standalone/drakxtv_.c:66
-#, fuzzy
-msgid "Australia"
-msgstr "ñċèéíà"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "Ïî˙âè ñċ ċĝêà ïè èíñòàëèàíċ íà ïàêċòèòċ:"
-#: ../../standalone/drakxtv_.c:66
-msgid "Newzealand"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
msgstr ""
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
msgstr ""
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "TV norm:"
msgstr ""
-#: ../../standalone/drakxtv_.c:102
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr ""
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Newzealand"
msgstr ""
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "France [SECAM]"
+msgstr "Ôàíöè˙"
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "East Europe"
+msgstr "Ċâîïà"
+
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "West Europe"
+msgstr "Ċâîïà"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "China (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:120
-#, fuzzy
-msgid "There was an error while scanning for TV channels"
-msgstr "Ïî˙âè ñċ ċĝêà ïè èíñòàëèàíċ íà ïàêċòèòċ:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr ""
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Canada (cable)"
+msgstr "Êàíàäñêà (Êâċáċê)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
msgstr ""
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
+"XawTV isn't installed!\n"
"\n"
"\n"
-"You can visit our hardware database at:\n"
+"If you do have a TV card but DrakX has neither detected it (no bttv nor "
+"saa7134\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"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/harddrake2_.c:17
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "Àëòċíàòèâíà òċñòîâà ñòàíèöà (À4)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Options"
+msgstr "/Îïöèè"
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect jazz drives"
+msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect modems"
+msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect printers"
+msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
msgstr ""
-#: ../../standalone/harddrake2_.c:21
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "secondary"
+msgstr "%d ñċêóíäè"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+"Click on a device in the left tree in order to display its information here."
msgstr ""
-#: ../../standalone/harddrake2_.c:22
-#, fuzzy
-msgid "Channel"
-msgstr "Îòêàç"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "Èçòèâàíċ íà ïèíòċà \"%s\" ..."
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
msgstr ""
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Configure module"
+msgstr "Íàñòîéêà íà ìèĝêà"
-#: ../../standalone/harddrake2_.c:23
-msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Information"
+msgstr "Ïîêàĉè èíôîìàöè˙òà"
-#: ../../standalone/harddrake2_.c:26
-#, fuzzy
-msgid "Bus identification"
-msgstr "Èäċíòèôèêàöè˙"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detected hardware"
+msgstr "Âèĉ ġàäóċíàòà èíôîìàöè˙"
-#: ../../standalone/harddrake2_.c:27
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Harddrake2 version "
+msgstr "Çàñè÷àíċ íà äèñêîâċòċ"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detection in progress"
+msgstr "çàñċ÷ċí íà ïîò %s"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Author:"
+msgstr "Àâòîìàòè÷íî çàñè÷àíċ"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
msgstr ""
-#: ../../standalone/harddrake2_.c:30
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_About..."
+msgstr "/Ïîìîù/_Îòíîñíî..."
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
+msgstr "/_Ïîìîù"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
+msgstr "/_Èíôîìèàé çà áú"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "îëċìèíà íà ïà÷ċòî"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Select a device !"
+msgstr "Èçáċċòċ àôè÷íà êàòà"
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Description of the fields:\n"
+"\n"
msgstr ""
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
msgstr ""
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Fields description"
+msgstr "Îïèñàíèċ"
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
+msgstr "/_Îïöèè"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _modems"
+msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _printers"
+msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Quit"
+msgstr "Èçġîä"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the processor"
msgstr ""
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "Íèâî íà ñèóíîñò"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "The type of bus on which the mouse is connected"
+msgstr "Ìîë˙, èçáċċòċ êúì êîé ñċèċí ïîò ċ ñâúçàíà ìèĝêàòà âè."
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
msgstr ""
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model stepping"
+msgstr "Ôîìàòèàíċ"
-#: ../../standalone/harddrake2_.c:37
-msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the number of the processor"
msgstr ""
-#: ../../standalone/harddrake2_.c:38
-msgid "This field describes the device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
msgstr ""
-#: ../../standalone/harddrake2_.c:39
-#, fuzzy
-msgid "Old device file"
-msgstr "Èçáċċòċ ôàéë"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "network printer port"
+msgstr "Ìċĉîâ ïèíòċ (TCP/Socket)"
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Name"
+msgstr "Èìċ: "
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Number of buttons"
+msgstr "2 áóòîíà"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Official vendor name of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:41
-#, fuzzy
-msgid "New devfs device"
-msgstr "Gateway óñòîéñòâî"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model name"
+msgstr "Èìċ íà ìîäóë"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:43
-msgid "Module"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model"
msgstr "Ìîäóë"
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "hard disk model"
+msgstr "Ïàìċò (DMA) íà êàòàòà"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "class of hardware device"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Level"
+msgstr "íèâî"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
msgstr ""
-#: ../../standalone/harddrake2_.c:46
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Floppy format"
+msgstr "Ôîìàòèàé"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "F00f bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "F00f bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
msgstr ""
-#: ../../standalone/harddrake2_.c:53
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "Ôîìàòèàé"
-
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "íèâî"
-
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "class of hardware device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
-#, fuzzy
-msgid "Model"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Module"
msgstr "Ìîäóë"
-#: ../../standalone/harddrake2_.c:58
-#, fuzzy
-msgid "hard disk model"
-msgstr "Ïàìċò (DMA) íà êàòàòà"
-
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
msgstr ""
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr "Èìċ íà ìîäóë"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "New devfs device"
+msgstr "Gateway óñòîéñòâî"
-#: ../../standalone/harddrake2_.c:60
-msgid "Official vendor name of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
msgstr ""
-#: ../../standalone/harddrake2_.c:61
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 áóòîíà"
-
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "Èìċ: "
-
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr "Ìċĉîâ ïèíòċ (TCP/Socket)"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Old device file"
+msgstr "Èçáċċòċ ôàéë"
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "This field describes the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:64
-msgid "the number of the processor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
msgstr ""
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "Ôîìàòèàíċ"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
msgstr ""
-#: ../../standalone/harddrake2_.c:66
-#, fuzzy
-msgid "The type of bus on which the mouse is connected"
-msgstr "Ìîë˙, èçáċċòċ êúì êîé ñċèċí ïîò ċ ñâúçàíà ìèĝêàòà âè."
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cpuid level"
+msgstr "Íèâî íà ñèóíîñò"
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
msgstr ""
-#: ../../standalone/harddrake2_.c:68
-msgid "the vendor name of the processor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
msgstr ""
-#: ../../standalone/harddrake2_.c:82
-#, fuzzy
-msgid "/_Quit"
-msgstr "Èçġîä"
-
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
-
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
-msgstr "/_Îïöèè"
-
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
-
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
-msgstr "/_Ïîìîù"
-
-#: ../../standalone/harddrake2_.c:89
-#, fuzzy
-msgid "/_Help..."
-msgstr "/_Ïîìîù"
-
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:93
-msgid ""
-"Description of the fields:\n"
-"\n"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "Èçáċċòċ àôè÷íà êàòà"
-
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
-msgstr "/_Èíôîìèàé çà áú"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cache size"
+msgstr "îëċìèíà íà ïà÷ċòî"
-#: ../../standalone/harddrake2_.c:102
-#, fuzzy
-msgid "/_About..."
-msgstr "/Ïîìîù/_Îòíîñíî..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:105
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
msgstr ""
-#: ../../standalone/harddrake2_.c:106
-#, fuzzy
-msgid "Author:"
-msgstr "Àâòîìàòè÷íî çàñè÷àíċ"
-
-#: ../../standalone/harddrake2_.c:113
-#, fuzzy
-msgid "Detection in progress"
-msgstr "çàñċ÷ċí íà ïîò %s"
-
-#: ../../standalone/harddrake2_.c:119
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "Çàñè÷àíċ íà äèñêîâċòċ"
-
-#: ../../standalone/harddrake2_.c:126
-#, fuzzy
-msgid "Detected hardware"
-msgstr "Âèĉ ġàäóċíàòà èíôîìàöè˙"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Bus identification"
+msgstr "Èäċíòèôèêàöè˙"
-#: ../../standalone/harddrake2_.c:129
-#, fuzzy
-msgid "Information"
-msgstr "Ïîêàĉè èíôîìàöè˙òà"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
+msgstr ""
-#: ../../standalone/harddrake2_.c:131
-#, fuzzy
-msgid "Configure module"
-msgstr "Íàñòîéêà íà ìèĝêà"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr ""
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../standalone/harddrake2_.c:143
+#: ../../standalone/harddrake2:1
#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "Èçòèâàíċ íà ïèíòċà \"%s\" ..."
+msgid "Channel"
+msgstr "Îòêàç"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-#, fuzzy
-msgid "secondary"
-msgstr "%d ñċêóíäè"
-
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "Èçïîëçâàé àâòîìàòè÷íî çàñè÷àíċ"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Alternative drivers"
+msgstr "Àëòċíàòèâíà òċñòîâà ñòàíèöà (À4)"
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "/_Îïöèè"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Do you want the BackSpace to return Delete in console?"
+msgstr "Èñêàòċ ëè BackSpace äà ïîäàâà Delete íà êîíçîëàòà ?"
-#: ../../standalone/keyboarddrake_.c:26
+#: ../../standalone/keyboarddrake:1
+#, c-format
msgid "Please, choose your keyboard layout."
msgstr "Ìîë˙, èçáċċòċ ïîäċĉäàíċ íà êëàâèàòóàòà."
-#: ../../standalone/keyboarddrake_.c:35
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Èñêàòċ ëè BackSpace äà ïîäàâà Delete íà êîíçîëàòà ?"
-
-#: ../../standalone/livedrake_.c:18
-msgid "Change Cd-Rom"
-msgstr "Ñì˙íà íà CD-ROM"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
+msgstr "Íċ ìîà äà ïóñíà îáíîâ˙âàíċòî !!!\n"
-#: ../../standalone/livedrake_.c:19
+#: ../../standalone/livedrake:1
+#, c-format
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."
@@ -13664,129 +17199,95 @@ msgstr ""
"Àêî î í˙ìàòċ, íàòèñíċòċ Îòì˙íà, çà äà èçáċíċòċ èíñòàëèàíċòî îò òîçè CD-"
"ROM."
-#: ../../standalone/livedrake_.c:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Íċ ìîà äà ïóñíà îáíîâ˙âàíċòî !!!\n"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Change Cd-Rom"
+msgstr "Ñì˙íà íà CD-ROM"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
-msgstr "ëîäċéê"
-
-#: ../../standalone/logdrake_.c:68
-msgid "Show only for the selected day"
-msgstr ""
-
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr "/Ôàéë/_Íîâ"
-
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
-msgstr "<control>N"
-
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr "/Ôàéë/_Îòâîè"
-
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
-msgstr "<control>O"
-
-#: ../../standalone/logdrake_.c:77
-msgid "/File/_Save"
-msgstr "/Ôàéë/_Çàïèñ"
-
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
-msgstr "<control>S"
-
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
-msgstr "/Ôàéë/Çàïèñ _êàòî"
-
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
-msgstr "/Ôàéë/-"
-
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
-msgstr "/Îïöèè/Òċñò"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
+msgstr "Çàïàçè êàòî..."
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
-msgstr "/Ïîìîù/_Îòíîñíî..."
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Please enter your email address below "
+msgstr "Ìîë˙, îïèòàéòċ îòíîâî"
-#: ../../standalone/logdrake_.c:145
-#, fuzzy
-msgid "User"
-msgstr "Ïîòċáèòċëñêî èìċ"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "alert configuration"
+msgstr "Íàñòîéêà íà öâċòîâċ"
-#: ../../standalone/logdrake_.c:146
-#, fuzzy
-msgid "Messages"
-msgstr "ñúîáùċíè˙"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
-#: ../../standalone/logdrake_.c:147
-#, fuzzy
-msgid "Syslog"
-msgstr "ñèñòċìċí ëî"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "load setting"
+msgstr "Ôîìàòèàíċ"
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
msgstr ""
-#: ../../standalone/logdrake_.c:151
-msgid "search"
-msgstr "òúñè"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "service setting"
+msgstr "èíòċċñċí"
-#: ../../standalone/logdrake_.c:161
-msgid "A tool to monitor your logs"
-msgstr "Èíñòóìċíò çà ïċëċĉäàíċ íà âàĝèòċ ëî ôàéëîâċ"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Xinetd Service"
+msgstr "Ñúâú íà ïèíòċà"
-#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
-msgstr "Íàñòîéêè"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Webmin Service"
+msgstr "Óñëóè"
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
-msgstr "ñúâïàäċíèċ"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "SSH Server"
+msgstr "NIS ñúâú"
-#: ../../standalone/logdrake_.c:168
-msgid "but not matching"
-msgstr "íî íċ ñúâïàäà"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Samba Server"
+msgstr "NIS ñúâú"
-#: ../../standalone/logdrake_.c:172
-msgid "Choose file"
-msgstr "Èçáċċòċ ôàéë"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Postfix Mail Server"
+msgstr "Postfix ïîùċíñêè ñúâú, Inn íîâèíàñêè ñúâú"
-#: ../../standalone/logdrake_.c:181
-msgid "Calendar"
-msgstr "Êàëċíäà"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Ftp Server"
+msgstr "NIS ñúâú"
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
-msgstr "Ñúäúĉàíèċ íà ôàéëà"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Domain Name Resolver"
+msgstr "Èìċ íà äîìċéíà"
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-msgid "Mail alert"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
msgstr ""
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, fuzzy, c-format
-msgid "please wait, parsing file: %s"
-msgstr "ìîë˙ èç÷àêàéòċ, ïàâ˙ àçáî íà ôàéë: %s"
-
-#: ../../standalone/logdrake_.c:392
-#, fuzzy
-msgid "Mail alert configuration"
-msgstr "Íàñòîéêà íà LILO/Grub"
-
-#: ../../standalone/logdrake_.c:393
-#, fuzzy
msgid ""
"Welcome to the mail configuration utility.\n"
"\n"
@@ -13797,764 +17298,786 @@ msgstr ""
"Òóê ùċ ìîĉċòċ äà óñòàíîâèòċ âàĝèòċ HTTP è FTP proxy\n"
"ñúñ èëè áċç ïîòċáèòċëñêî èìċ è ïàîëà\n"
-#: ../../standalone/logdrake_.c:400
-msgid "Apache World Wide Web Server"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Mail alert configuration"
+msgstr "Íàñòîéêà íà LILO/Grub"
+
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert"
msgstr ""
-#: ../../standalone/logdrake_.c:401
-#, fuzzy
-msgid "Domain Name Resolver"
-msgstr "Èìċ íà äîìċéíà"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "please wait, parsing file: %s"
+msgstr "ìîë˙ èç÷àêàéòċ, ïàâ˙ àçáî íà ôàéë: %s"
-#: ../../standalone/logdrake_.c:402
-#, fuzzy
-msgid "Ftp Server"
-msgstr "NIS ñúâú"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
+msgstr "Ñúäúĉàíèċ íà ôàéëà"
-#: ../../standalone/logdrake_.c:403
-#, fuzzy
-msgid "Postfix Mail Server"
-msgstr "Postfix ïîùċíñêè ñúâú, Inn íîâèíàñêè ñúâú"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Calendar"
+msgstr "Êàëċíäà"
-#: ../../standalone/logdrake_.c:404
-#, fuzzy
-msgid "Samba Server"
-msgstr "NIS ñúâú"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Choose file"
+msgstr "Èçáċċòċ ôàéë"
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "SSH Server"
-msgstr "NIS ñúâú"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "but not matching"
+msgstr "íî íċ ñúâïàäà"
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid "Webmin Service"
-msgstr "Óñëóè"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "matching"
+msgstr "ñúâïàäċíèċ"
-#: ../../standalone/logdrake_.c:407
-#, fuzzy
-msgid "Xinetd Service"
-msgstr "Ñúâú íà ïèíòċà"
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
+msgstr "Íàñòîéêè"
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "service setting"
-msgstr "èíòċċñċí"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "A tool to monitor your logs"
+msgstr "Èíñòóìċíò çà ïċëċĉäàíċ íà âàĝèòċ ëî ôàéëîâċ"
-#: ../../standalone/logdrake_.c:415
-msgid ""
-"You will receive an alert if one of the selected services is no more running"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
+msgstr "òúñè"
+
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mandrake Tools Explanation"
msgstr ""
-#: ../../standalone/logdrake_.c:428
-#, fuzzy
-msgid "load setting"
-msgstr "Ôîìàòèàíċ"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Syslog"
+msgstr "ñèñòċìċí ëî"
-#: ../../standalone/logdrake_.c:429
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Messages"
+msgstr "ñúîáùċíè˙"
-#: ../../standalone/logdrake_.c:444
-#, fuzzy
-msgid "alert configuration"
-msgstr "Íàñòîéêà íà öâċòîâċ"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "User"
+msgstr "Ïîòċáèòċëñêî èìċ"
-#: ../../standalone/logdrake_.c:445
-#, fuzzy
-msgid "Please enter your email address below "
-msgstr "Ìîë˙, îïèòàéòċ îòíîâî"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
+msgstr "/Ïîìîù/_Îòíîñíî..."
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
-msgstr "Çàïàçè êàòî..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
+msgstr "/Îïöèè/Òċñò"
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
-msgstr "Ìîë˙, èçáċċòċ òèï íà ìèĝêàòà."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
+msgstr "/Ôàéë/-"
-#: ../../standalone/mousedrake_.c:50
-msgid "Emulate third button?"
-msgstr "Äà ñèìóëèàì ëè òċòè áóòîí ?"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/Save _As"
+msgstr "/Ôàéë/Çàïèñ _êàòî"
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "Íàñòîéêà íà ìċĉàòà"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr "<control>S"
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "Ïîôèë: "
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
+msgstr "/Ôàéë/_Çàïèñ"
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>O"
+msgstr "<control>O"
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "Çàïàçè âúâ ôàéë"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr "/Ôàéë/_Îòâîè"
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr "/Ôàéë/_Íîâ"
+
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Show only for the selected day"
msgstr ""
-#: ../../standalone/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
-msgstr "Òèï íà âúçêàòà: "
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Emulate third button?"
+msgstr "Äà ñèìóëèàì ëè òċòè áóòîí ?"
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
+msgstr "Ìîë˙, èçáċċòċ òèï íà ìèĝêàòà."
+
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Ñâúĉè"
+
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Îòâúĉè"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
msgstr ""
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "Èçïîáâàíċ íà âúçêàòà..."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
+msgstr ""
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
-msgstr "Ñâúĉè ñċ êúì Èíòċíċò"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
+msgstr ""
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
-msgstr "Ñâúĉè ñċ êúì Èíòċíċò"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
+msgstr ""
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
msgstr ""
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Local measure"
+msgstr "Ëîêàëíè ôàéëîâċ"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
msgstr ""
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
-msgstr "Ñêîîñò íà âúçêàòà"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Color configuration"
+msgstr "Íàñòîéêà íà öâċòîâċ"
-#: ../../standalone/net_monitor_.c:226
+#: ../../standalone/net_monitor:1
+#, c-format
msgid ""
"Connection failed.\n"
"Verify your configuration in the Mandrake Control Center."
msgstr ""
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "Íàñòîéêà íà öâċòîâċ"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection complete."
+msgstr "Ñêîîñò íà âúçêàòà"
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
msgstr ""
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
msgstr ""
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connecting to the Internet "
+msgstr "Ñâúĉè ñċ êúì Èíòċíċò"
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "Ëîêàëíè ôàéëîâċ"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnecting from the Internet "
+msgstr "Ñâúĉè ñċ êúì Èíòċíċò"
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Wait please, testing your connection..."
+msgstr "Èçïîáâàíċ íà âúçêàòà..."
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
msgstr ""
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection Time: "
+msgstr "Òèï íà âúçêàòà: "
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
msgstr ""
-#: ../../standalone/net_monitor_.c:453
-msgid ""
-"Warning, another internet connection has been detected, maybe using your "
-"network"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Sending Speed:"
+msgstr "Çàïàçè âúâ ôàéë"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
msgstr ""
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/net_monitor:1
#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Ñâúĉè"
+msgid "Profile "
+msgstr "Ïîôèë: "
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/net_monitor:1
#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Îòâúĉè"
+msgid "Network Monitoring"
+msgstr "Íàñòîéêà íà ìċĉàòà"
-#: ../../standalone/printerdrake_.c:47
-#, fuzzy
+#: ../../standalone/printerdrake:1
+#, fuzzy, c-format
msgid "Reading printer data ..."
msgstr "×ċòċíċ íà äàííè îò ïèíòċà ..."
-#: ../../standalone/scannerdrake_.c:39
-msgid "Detecting devices ..."
-msgstr "Çàñè÷àíċ íà óñòîéñòâà ..."
-
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr "Òċñòâàíċ ïîòîâċòċ"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Name/IP address of host:"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
+msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: ../../standalone/scannerdrake_.c:54
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "%s found on %s, configure it?"
-msgstr "Èñêàòċ ëè äà íàñòîèòċ ïċ÷àòà ?"
+msgid "Scannerdrake"
+msgstr "Èçáċċòċ àôè÷íà êàòà"
-#: ../../standalone/scannerdrake_.c:57
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "You must enter a host name or an IP address.\n"
+msgstr "Ìîë˙, ïîáâàéòċ ìèĝêàòà ñè"
+
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
+msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:63
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Èçáċċòċ àôè÷íà êàòà"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Sharing of local scanners"
+msgstr "Ëîêàëċí ïèíòċ"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "This machine"
+msgstr "(íà òàçè ìàĝèíà)"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Remove selected host"
+msgstr "Èçòèâàíċ íà îïàĝêàòà"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Edit selected host"
+msgstr "çàñċ÷ċíà %s"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add host"
+msgstr "Äîáàâè ïîòċáèòċë"
-#: ../../standalone/scannerdrake_.c:91
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "This %s scanner is unsupported"
+msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Usage of remote scanners"
+msgstr "Èçïîëçâàé ñâîáîäíîòî ì˙ñòî"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "All remote machines"
+msgstr "(íà òàçè ìàĝèíà)"
+
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:107
-#, fuzzy
-msgid "choose device"
-msgstr "Ñòàòèàùî óñòîéñòâî"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Use the scanners on hosts: "
+msgstr ""
-#: ../../standalone/scannerdrake_.c:113
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
+msgid "Use scanners on remote computers"
msgstr ""
-#: ../../standalone/scannerdrake_.c:118
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "Ïîäċë˙íċ íà ôàéëîâċ"
+
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
+msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: ../../standalone/service_harddrake_.c:44
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgid ""
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-#: ../../standalone/service_harddrake_.c:48
-msgid "Some devices were added:\n"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-#: ../../standalone/service_harddrake_.c:64
-#, fuzzy
-msgid "Hardware probing in progress"
-msgstr "çàñċ÷ċí íà ïîò %s"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"Your %s has been configured.\n"
+"You may now scan documents using \"XSane\" from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Èçáî íà ċçèê"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"The %s must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Èçáî íà êëàñ èíñòàëàöè˙"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "choose device"
+msgstr "Ñòàòèàùî óñòîéñòâî"
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Çàñè÷àíċ íà äèñêîâċòċ"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Please select the device where your %s is attached"
+msgstr ""
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Íàñòîéêà íà ìèĝêà"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is unsupported"
+msgstr ""
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Èçáî íà êëàâèàòóà"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr ""
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Ñèóíîñò"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Ôàéëîâè ñèñòċìè"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
+msgstr ""
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Ôîìàòèàíċ íà ä˙ëîâċ"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for new scanners ..."
+msgstr "Ëîêàëċí ïèíòċ"
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Ïàêċòè çà èíñòàëèàíċ"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for configured scanners ..."
+msgstr "Ëîêàëċí ïèíòċ"
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Èíñòàëèàíċ íà ñèñòċìàòà"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing"
+msgstr "Ïîäċë˙íċ íà ôàéëîâċ"
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Äîáàâ˙íċ íà ïîòċáèòċë"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Add a scanner manually"
+msgstr ""
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Íàñòîéêà íà ìċĉàòà"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Search for new scanners"
+msgstr "Ëîêàëċí ïèíòċ"
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Íàñòîéêà íà óñëóèòċ"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr ""
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Èíñòàëèàíċ íà bootloader"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
+msgstr "Í˙ìàòċ ìċĉîâ àäàïòċ!"
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Ñúçäàâàíċ íà boot-äèñêċòà"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr "Í˙ìàòċ ìċĉîâ àäàïòċ!"
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Íàñòîéêà íà Ġ"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Select a scanner"
+msgstr "Èçáċċòċ àôè÷íà êàòà"
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Èíñòàëèàíċ íà ñèñòċìàòà"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Èçġîä îò èíñòàëàöèîííàòà ïîàìà"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "Èñêàòċ ëè äà íàñòîèòċ ïċ÷àòà ?"
-#: ../../ugtk.pm_.c:636
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../standalone/service_harddrake:1
+#, fuzzy, c-format
+msgid "Hardware probing in progress"
+msgstr "çàñċ÷ċí íà ïîò %s"
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
msgstr ""
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Ñúâú, Web/FTP"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Ìċĉîâ êîìïŝòú (êëèċíò)"
+msgid "Office Workstation"
+msgstr "Îôèñíà àáîòíà ñòàíöè˙"
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS ñúâú, SMB ñúâú, Proxy ñúâú, SSH ñúâú"
+msgid ""
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
+msgstr ""
+"Îôèñ ïîàìè: word-ïîöċñîè (kword, abiword), òàáëèöè (kspread, gnumeric), "
+"ïċëċä íà PDF, è ò.í."
#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Îôèñ"
+msgid "Workstation"
+msgstr "àáîòíà ñòàíöè˙"
#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome àáîòíà ñòàíöè˙"
+msgid "Game station"
+msgstr "Èàëíà ñòàíöè˙"
#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Èíñòóìċíòè çà âàĝè˙ Palm Pilot èëè Visor-à âè"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "Çàáàâíè ïîàìè: àêàäíè èè, èè íà ìàñà, ñòàòċèè è ò.í."
#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "àáîòíà ñòàíöè˙"
+msgid "Multimedia station"
+msgstr "Ìóòèìċäèéíà ñòàíöè˙"
#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Ñúâú, Firewall/óòċ"
+msgid "Sound and video playing/editing programs"
+msgstr "Ïîàìè çà ïóñêàíċ/ïîïàâ˙íċ íà çâóê è âèäċî"
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Èìċ íà äîìċéí è Ìċĉîâ Èíôîìàöèîíċí Ñúâú"
+msgid "Internet station"
+msgstr "Èíòċíċò ñòàíöè˙"
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
-"Îôèñ ïîàìè: word-ïîöċñîè (kword, abiword), òàáëèöè (kspread, gnumeric), "
-"ïċëċä íà PDF, è ò.í."
+"Íàáî îò èíñòóìċíòè çà ÷ċòċíċ è èçïàùàíċ íà ïîùà è íîâèíè (pine, mutt, "
+"tin..) è çà îáèêàë˙íċ èç Ìċĉàòà"
#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Èíñòóìċíòè çà àóäèî: MP3 èëè MIDI ïëċéúè, ìèêñċè, è ò.í. "
+msgid "Network Computer (client)"
+msgstr "Ìċĉîâ êîìïŝòú (êëèċíò)"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr ""
+msgid "Clients for different protocols including ssh"
+msgstr "Êëèċíòè çà àçëè÷íè ïîòîêîëè âêëŝ÷èòċëíî SSH"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Êíèè è HOTWO-òà çà Linux è ñâîáîäíè˙ ñîôòóċ"
+msgid "Configuration"
+msgstr "Íàñòîéêà"
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE àáîòíà ñòàíöè˙"
+msgid "Tools to ease the configuration of your computer"
+msgstr "Èíñòóìċíòè çà óëċñí˙âàíċ íàñòîéêàòà íà êîìïŝòúà âè"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm è ò.í."
+msgid "Scientific Workstation"
+msgstr "Íàó÷íà àáîòíà ñòàíöè˙"
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Ìóëòèìċäè˙ - Âèäċî"
+msgid "Console Tools"
+msgstr "Êîíçîëíè èíñòóìċíòè"
#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Íàáî îò èíñòóìċíòè çà ïîùà, íîâèíè, web, ôàéëîâ òàíñôċ, è ÷àò"
+msgid "Editors, shells, file tools, terminals"
+msgstr "ċäàêòîè, ĝċëîâċ, ôàéëîâè èíñòèìċíòè, òċìèíàëè"
#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Ñúâú, Áàçè-äàííè"
+msgid "KDE Workstation"
+msgstr "KDE àáîòíà ñòàíöè˙"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL èëè MySQL ñúâú çà áàçè-äàííè"
+msgid ""
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
+msgstr ""
+"The K Desktop Environment, ïîñòà ñċäà ñ êîëċêöè˙ îò ïèäóĉàâàùè "
+"èíñòóìċíòè"
#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Èíñòóìċíòè çà óëċñí˙âàíċ íàñòîéêàòà íà êîìïŝòúà âè"
+msgid "Graphical Environment"
+msgstr "àôè÷íà ñċäà"
#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Ìóòèìċäè˙ - Çâóê"
+msgid "Gnome Workstation"
+msgstr "Gnome àáîòíà ñòàíöè˙"
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Äîêóìċíòàöè˙"
+msgid ""
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
+msgstr ""
+"àôè÷íà ñċäà ñ ïîòċáèòċëñêè íàáî îò ïèëîĉċíè˙ è desktop èíñòóìċíòè"
#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Êîíçîëíè èíñòóìċíòè"
+msgid "Other Graphical Desktops"
+msgstr "Äóè àôè÷íè desktop-è"
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix ïîùċíñêè ñúâú, Inn íîâèíàñêè ñúâú"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm è ò.í."
#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Èíòċíċò ñòàíöè˙"
+msgid "Development"
+msgstr "àçàáîòêà"
#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Ìóòèìċäèéíà ñòàíöè˙"
+msgid "C and C++ development libraries, programs and include files"
+msgstr "Áèáëèîòċêè çà àçàáîòêà íà C è C++, ïîàìè è include ôàéëîâċ"
#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Íàñòîéêà"
+msgid "Documentation"
+msgstr "Äîêóìċíòàöè˙"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Îùċ àôè÷íè desktop-è (Gnome, IceWM)"
+msgid "Books and Howto's on Linux and Free Software"
+msgstr "Êíèè è HOTWO-òà çà Linux è ñâîáîäíè˙ ñîôòóċ"
#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
+msgid "LSB"
msgstr ""
-"The K Desktop Environment, ïîñòà ñċäà ñ êîëċêöè˙ îò ïèäóĉàâàùè "
-"èíñòóìċíòè"
#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "àôè÷íà ñċäà"
+msgid "Linux Standard Base. Third party applications support"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "àçàáîòêà"
+msgid "Web/FTP"
+msgstr "Ñúâú, Web/FTP"
#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache è Pro-ftpd"
#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Èíñòóìċíòè çà ñúçäàâàíċ è îïè÷àíċ íà CD-òà"
+msgid "Mail/Groupware/News"
+msgstr "Ñúâú, Ïîùà/Groupware/Íîâèíè"
#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Îôèñíà àáîòíà ñòàíöè˙"
+msgid "Postfix mail server, Inn news server"
+msgstr "Postfix ïîùċíñêè ñúâú, Inn íîâèíàñêè ñúâú"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, è ò.í."
+msgid "Database"
+msgstr "Ñúâú, Áàçè-äàííè"
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "àôè÷íè ïîàìè êàòî The Gimp"
+msgid "PostgreSQL or MySQL database server"
+msgstr "PostgreSQL èëè MySQL ñúâú çà áàçè-äàííè"
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
+msgstr "Ñúâú, Firewall/óòċ"
+
+#: ../../share/compssUsers:999
+msgid "Internet gateway"
+msgstr "Èíòċíċò gateway"
#: ../../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 ôàéëîâċ"
+msgid "Domain Name and Network Information Server"
+msgstr "Èìċ íà äîìċéí è Ìċĉîâ Èíôîìàöèîíċí Ñúâú"
#: ../../share/compssUsers:999
msgid "Network Computer server"
msgstr "Ìċĉîâ êîìïŝòú, ñúâú"
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Ñúâú, Ïîùà/Groupware/Íîâèíè"
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr "NFS ñúâú, SMB ñúâú, Proxy ñúâú, SSH ñúâú"
#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Èàëíà ñòàíöè˙"
+msgid "Office"
+msgstr "Îôèñ"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Âèäċî ïëċéúè è ċäàêòîè"
+msgid "Set of tools for mail, news, web, file transfer, and chat"
+msgstr "Íàáî îò èíñòóìċíòè çà ïîùà, íîâèíè, web, ôàéëîâ òàíñôċ, è ÷àò"
#: ../../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 "Personal Finance"
-msgstr "Ëè÷íè ôèíàíñè"
+msgid "Graphics programs such as The Gimp"
+msgstr "àôè÷íè ïîàìè êàòî The Gimp"
#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"àôè÷íà ñċäà ñ ïîòċáèòċëñêè íàáî îò ïèëîĉċíè˙ è desktop èíñòóìċíòè"
+msgid "Multimedia - Sound"
+msgstr "Ìóòèìċäè˙ - Çâóê"
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Êëèċíòè çà àçëè÷íè ïîòîêîëè âêëŝ÷èòċëíî SSH"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgstr "Èíñòóìċíòè çà àóäèî: MP3 èëè MIDI ïëċéúè, ìèêñċè, è ò.í. "
#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr ""
+msgid "Multimedia - Video"
+msgstr "Ìóëòèìċäè˙ - Âèäċî"
#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Èíòċíċò gateway"
+msgid "Video players and editors"
+msgstr "Âèäċî ïëċéúè è ċäàêòîè"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Ïîàìè çà ïóñêàíċ/ïîïàâ˙íċ íà çâóê è âèäċî"
+msgid "Multimedia - CD Burning"
+msgstr "Ìóëòèìċäè˙ - îïè÷àíċ íà CD"
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Äóè àôè÷íè desktop-è"
+msgid "Tools to create and burn CD's"
+msgstr "Èíñòóìċíòè çà ñúçäàâàíċ è îïè÷àíċ íà CD-òà"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "ċäàêòîè, ĝċëîâċ, ôàéëîâè èíñòèìċíòè, òċìèíàëè"
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr "Îùċ àôè÷íè desktop-è (Gnome, IceWM)"
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Ïîàìè çà îáàáîòêà íà ôèíàíñè, êàòî gnucash"
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, è ò.í."
#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Îáàáîòêà íà ëè÷íà èíôîìàöè˙"
#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Ìóëòèìċäè˙ - îïè÷àíċ íà CD"
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr "Èíñòóìċíòè çà âàĝè˙ Palm Pilot èëè Visor-à âè"
#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Íàó÷íà àáîòíà ñòàíöè˙"
-
-#~ msgid "can not open /etc/inittab for reading: %s"
-#~ msgstr "íċ ìîà äà îòâî˙ /etc/inittab çà ÷ċòċíċ: %s"
-
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "Òċëċôîíċí íîìċ"
-
-#~ 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 ""
-#~ "Ñċà èìàòċ âúçìîĉíîñòòà äà ñâàëèòċ ñîôòóċ ñ öċë êîäèàíċ.\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"
+msgid "Personal Finance"
+msgstr "Ëè÷íè ôèíàíñè"
-#~ msgid "Proxy configuration"
-#~ msgstr "Proxy íàñòîéêà"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr "Ïîàìè çà îáàáîòêà íà ôèíàíñè, êàòî gnucash"
#~ msgid ""
-#~ "Welcome to the proxy configuration utility.\n"
+#~ "You must indicate where you wish to place the information required to "
+#~ "boot\n"
+#~ "GNU/Linux.\n"
#~ "\n"
-#~ "Here, you'll be able to set up your http and ftp proxies\n"
-#~ "with or without login and password\n"
+#~ "Unless you know exactly what you are doing, choose \"First sector of "
+#~ "drive\n"
+#~ "(MBR)\"."
#~ msgstr ""
-#~ "Äîáċ äîĝëè â íàñòîéêàòà íà Proxy.\n"
+#~ "Ò˙áâà äà ïîñî÷èòċ êúäċ ĉċëàċòċ äà\n"
+#~ "ïîñòàâèòċ èíôîìàöè˙òà, íċîáġîäèìà çà ñòàòèàíċòî íà GNU/Linux.\n"
#~ "\n"
-#~ "Òóê ùċ ìîĉċòċ äà óñòàíîâèòċ âàĝèòċ HTTP è FTP proxy\n"
-#~ "ñúñ èëè áċç ïîòċáèòċëñêî èìċ è ïàîëà\n"
+#~ "Àêî íċ ñòċ ñèóíè â òîâà, êîċòî ïàâèòċ, èçáċċòċ \"Ïúâè˙ ñċêòî íà\n"
+#~ "óñòîéñòâîòî (MBR)\"."
-#~ msgid ""
-#~ "Please fill in the http proxy informations\n"
-#~ "Leave it blank if you don't want an http proxy"
+#~ msgid "Please be patient. This operation can take several minutes."
#~ msgstr ""
-#~ "Ìîë˙, ïîïúëíċòċ èíôîìàöè˙òà çà HTTP proxy.\n"
-#~ "Îñòàâċòċ ïàçíî, àêî íċ èñêàòċ HTTP proxy."
-
-#~ msgid "URL"
-#~ msgstr "URL"
-
-#~ msgid "port"
-#~ msgstr "ïîò"
-
-#~ msgid "Url should begin with 'http:'"
-#~ msgstr "URL ò˙áâà äà ċ çàïî÷âà ñ 'http:'"
-
-#~ msgid "The port part should be numeric"
-#~ msgstr "Íîìċúò íà ïîò ò˙áâà äà ċ öèôà"
+#~ "Ìîë˙, áúäċòċ òúïċëèâè. Òàçè îïċàöè˙ ìîĉċ äà îòíċìċ í˙êîëêî ìèíóòè."
#~ 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."
-
-#~ msgid ""
-#~ "Please enter proxy login and password, if any.\n"
-#~ "Leave it blank if you don't want login/passwd"
+#~ "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 ""
-#~ "Ìîë˙, âúâċäċòċ èìċ è ïàîëà çà proxy, àêî èìà.\n"
-#~ "Îñòàâċòċ ïàçíî, àêî íċ èñêàòċ èìċ/ïàîëà"
-
-#~ msgid "login"
-#~ msgstr "ïîòċáèòċëñêî èìċ"
-
-#~ msgid "password"
-#~ msgstr "ïàîëà"
-
-#~ msgid "re-type password"
-#~ msgstr "îùċ âċäíúĉ ïàîëà"
-
-#~ msgid "The passwords don't match. Try again!"
-#~ msgstr "Ïàîëèòċ íà ñúâïàäàò. Îïèòàéòċ ïàê !"
-
-#~ msgid "Can't write file %s"
-#~ msgstr "Ôàéëúò %s íċ ìîĉċ äà áúäċ çàïèñàí"
-
-#~ msgid "no help implemented yet.\n"
-#~ msgstr "í˙ìà âúâċäċíà ïîìîù îùċ.\n"
-
-#~ msgid "Please click on a medium"
-#~ msgstr "Ìîë˙, öúêíċòċ íà íîñèòċë˙"
-
-#~ msgid "Removing LPRng..."
-#~ msgstr "Èçòèâàíċ íà LPRng..."
-
-#~ msgid "Removing LPD..."
-#~ msgstr "Èçòèâàíċ íà LPD..."
-
-#~ msgid "usage: drakfloppy\n"
-#~ msgstr "èçïîëçâàíċ: drakfloppy\n"
-
-#, fuzzy
-#~ msgid ""
+#~ "Íîâàòà âè Mandrake Linux îïċàöèîííà ñèñòċìà â ìîìċíòà ñċ èíñòàëèà. "
+#~ "Òàçè\n"
+#~ "îïċàöè˙ áè ò˙áâàëî äà îòíċìċ í˙êîëêî ìèíóòè (çàâèñè îò èçáàíàòà "
+#~ "îëċìèíà íà\n"
+#~ "èíñòàëàöè˙òà è îò ñêîîñòòà íà êîìïŝòúà âè).\n"
#~ "\n"
-#~ "Usage: harddrake [-h|--help] [--test]\n"
-#~ msgstr "óïîòċáà: keyboarddrake [--expert] [keyboard]\n"
+#~ "Ìîë˙, áúäċòċ òúïċëèâè."
-#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-#~ msgstr "óïîòċáà: keyboarddrake [--expert] [keyboard]\n"
+#~ msgid "Detecting devices ..."
+#~ msgstr "Çàñè÷àíċ íà óñòîéñòâà ..."
-#~ msgid "detected on interface %s"
-#~ msgstr "çàñċ÷ċí íà èíòċôċéñ %s"
+#~ msgid "Test ports"
+#~ msgstr "Òċñòâàíċ ïîòîâċòċ"
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
index 5fb053f2e..b5a671f1f 100644
--- a/perl-install/share/po/bs.po
+++ b/perl-install/share/po/bs.po
@@ -13,2339 +13,1135 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.1\n"
-#: ../../Xconfig/card.pm_.c:16
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfig/card.pm_.c:17
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfig/card.pm_.c:18
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfig/card.pm_.c:19
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfig/card.pm_.c:20
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfig/card.pm_.c:21
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfig/card.pm_.c:22
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfig/card.pm_.c:23
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfig/card.pm_.c:24
-msgid "64 MB or more"
-msgstr "64 MB ili viĊĦe"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "Choose a X server"
-msgstr "Izaberite X server"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "X server"
-msgstr "X server"
-
-#: ../../Xconfig/card.pm_.c:230
-msgid "Multi-head configuration"
-msgstr "Multi-head konfiguracija"
-
-#: ../../Xconfig/card.pm_.c:231
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
msgstr ""
-"VaĊĦ sistem podrĊava konfiguraciju viĊĦe glava.\n"
-"Ċ ta Ċelite učiniti?"
-
-#: ../../Xconfig/card.pm_.c:288
-msgid "Select the memory size of your graphics card"
-msgstr "Izaberite veličinu memorije vaĊĦe grafičke karte"
-
-#: ../../Xconfig/card.pm_.c:349
-msgid "XFree configuration"
-msgstr "XFree konfiguracija"
-
-#: ../../Xconfig/card.pm_.c:351
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Koju konfiguraciju XFree Ċelite imati?"
-
-#: ../../Xconfig/card.pm_.c:383
-msgid "Configure all heads independently"
-msgstr "KonfiguriĊĦi sve glave odvojeno"
-
-#: ../../Xconfig/card.pm_.c:384
-msgid "Use Xinerama extension"
-msgstr "Koristi Xinerama ekstenziju"
-
-#: ../../Xconfig/card.pm_.c:389
-#, fuzzy, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "KonfiguriĊĦi samo karticu \"%s\" (%s)"
+"Dijeljenje po-korisniku koristi grupu \"fileshare\". \n"
+"MoĊete dodavati korisnike u ovu grupu pomoću userdrake-a."
-#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1 ../../bootlook.pm:1 ../../install_steps_gtk.pm:1
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
+#: ../../interactive/stdio.pm:1 ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
+#: ../../standalone/drakgw:1 ../../standalone/draksec:1
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Cancel"
+msgstr "Odustani"
-#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s sa 3D hardverskim ubrzanjem"
+msgid "Launch userdrake"
+msgstr "Pokreni userdrake"
-#: ../../Xconfig/card.pm_.c:416
+#: ../../any.pm:1
#, 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."
+"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 ""
-"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."
-
-#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
-#, 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."
-#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s sa EKSPERIMENTALNIM 3D hardverskim ubrzanjem"
+msgid "Mandatory package %s is missing"
+msgstr "Nedostaje obavezan paket %s"
-#: ../../Xconfig/card.pm_.c:429
+#: ../../any.pm:1
#, 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."
+"You can export using NFS or Samba. Please select which you'd like to use."
+msgstr "MoĊete eksportovati koristeći NFS ili Sambu. Koji Ċelite"
-#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, 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."
-
-#: ../../Xconfig/card.pm_.c:455
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (installation display driver)"
+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?"
-#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
+#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
msgid "Custom"
msgstr "Ručno izaberi"
-#: ../../Xconfig/main.pm_.c:102
-#, fuzzy
-msgid "Graphic Card"
-msgstr "Grafička karta"
-
-#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
-msgid "Monitor"
-msgstr "Monitor"
+#: ../../any.pm:1
+#, c-format
+msgid "Allow all users"
+msgstr "Dozvoli svim korisnicima"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
-msgid "Resolution"
-msgstr "Rezolucija"
+#: ../../any.pm:1
+#, c-format
+msgid "No sharing"
+msgstr "Bez dijeljenja"
-#: ../../Xconfig/main.pm_.c:113
-msgid "Test"
-msgstr ""
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "More"
+msgstr "JoĊĦ"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/smbnfs_gtk.pm_.c:86
-msgid "Options"
-msgstr "Opcije"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Here is the full list of available countries"
+msgstr "Ovdje je puna lista svih dostupnih tastatura"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
-#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
-#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
-#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
-#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
-#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
-msgid "Ok"
-msgstr "Ok"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose your country."
+msgstr "Molimo izaberite vrstu vaĊĦeg miĊĦa."
-#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
-#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
-msgid "Quit"
-msgstr "Izlaz"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Country"
+msgstr "Zemlja:"
-#: ../../Xconfig/main.pm_.c:145
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
+msgid "Use Unicode by default"
msgstr ""
-"ZadrĊati izmjene?\n"
-"Trenutna konfiguracija je:\n"
-"\n"
-"%s"
-
-#: ../../Xconfig/monitor.pm_.c:93
-msgid "Choose a monitor"
-msgstr "Izaberite monitor"
-
-#: ../../Xconfig/monitor.pm_.c:97
-msgid "Plug'n Play"
-msgstr ""
-
-#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
-msgid "Generic"
-msgstr "OpĊĦti"
-#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
-#: ../../standalone/harddrake2_.c:68
-#, fuzzy
-msgid "Vendor"
-msgstr "PoniĊĦti"
-
-#: ../../Xconfig/monitor.pm_.c:109
-msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "All"
+msgstr "Svi"
-#: ../../Xconfig/monitor.pm_.c:114
+#: ../../any.pm:1
+#, c-format
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."
-
-#: ../../Xconfig/monitor.pm_.c:121
-msgid "Horizontal refresh rate"
-msgstr "Brzina horizontalnog osvjeĊavanja"
-
-#: ../../Xconfig/monitor.pm_.c:122
-msgid "Vertical refresh rate"
-msgstr "Brzina vertiaklnog osvjeĊavanja"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:12
-msgid "256 colors (8 bits)"
-msgstr "256 boja (8 bita)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:13
-msgid "32 thousand colors (15 bits)"
-msgstr "32 hiljada boja (15 bita)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:14
-msgid "65 thousand colors (16 bits)"
-msgstr "65 hiljada boja (16 bita)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:15
-msgid "16 million colors (24 bits)"
-msgstr "16 miliona boja (24 bita)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:16
-msgid "4 billion colors (32 bits)"
-msgstr "4 milijarde boja (32 bita)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:130
-msgid "Resolutions"
-msgstr "Rezolucije"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
-msgid "Choose the resolution and the color depth"
-msgstr "Izaberite rezoluciju i dubinu boja"
+"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 "MoĊete izabrati i druge jezike koji će biti dostupni nakon instalacije"
-#: ../../Xconfig/resolution_and_depth.pm_.c:256
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s"
-msgstr "Grafička karta: %s"
+msgid "Please choose a language to use."
+msgstr "Molimo izaberite jezik koji ćete koristiti."
-#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
-#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
-#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
-#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
-#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
-#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
-#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
-#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
-#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
-#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
-#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
-#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
-#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
-#: ../../ugtk2.pm_.c:926
-msgid "Cancel"
-msgstr "Odustani"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the window manager to run:"
+msgstr "Izaberite window manager koji će se pokretati:"
-#: ../../Xconfig/test.pm_.c:29
-msgid "Test of the configuration"
-msgstr "Testiranje konfiguracije"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the default user:"
+msgstr "Izaberite default korisnika:"
-#: ../../Xconfig/test.pm_.c:30
-msgid "Do you want to test the configuration?"
-msgstr "Ċ½elite li testirati konfiguraciju?"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Do you want to use this feature?"
+msgstr "Da li Ċelite koristiti aboot?"
-#: ../../Xconfig/test.pm_.c:30
-#, fuzzy
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Upozorenje: testiranje ove grafičke karte moĊe zalediti računar"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "I can set up your computer to automatically log on one user."
+msgstr ""
+"Mogu podesiti vaĊĦ računar da automatski prijavi jednog korisnika.\n"
+"Ċ½elite li koristiti ovu mogućnost?"
-#: ../../Xconfig/various.pm_.c:29
+#: ../../any.pm:1
#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Raspored tastature: %s\n"
+msgid "Autologin"
+msgstr "Autologin"
-#: ../../Xconfig/various.pm_.c:30
+#: ../../any.pm:1
#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tip miĊĦa: %s\n"
+msgid "Icon"
+msgstr "Ikona"
-#: ../../Xconfig/various.pm_.c:31
+#: ../../any.pm:1
#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Uređaj miĊĦa: %s\n"
+msgid "Shell"
+msgstr "Shell"
-#: ../../Xconfig/various.pm_.c:32
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
+msgid "Password (again)"
+msgstr "Ċ ifra (ponovo)"
-#: ../../Xconfig/various.pm_.c:33
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitor HorizSync: %s\n"
+msgid "Password"
+msgstr "Ċ ifra"
-#: ../../Xconfig/various.pm_.c:34
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitor VertRefresh: %s\n"
+msgid "User name"
+msgstr "Korisničko ime"
-#: ../../Xconfig/various.pm_.c:35
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s\n"
-msgstr "Grafička karta: %s\n"
+msgid "Real name"
+msgstr "Pravo ime"
-#: ../../Xconfig/various.pm_.c:36
+#: ../../any.pm:1
#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "Grafička memorija: %s kB\n"
+msgid "Accept user"
+msgstr "Prihvati korisnika"
-#: ../../Xconfig/various.pm_.c:38
+#: ../../any.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/scannerdrake:1
#, c-format
-msgid "Color depth: %s\n"
-msgstr "Dubina boja: %s\n"
+msgid "Done"
+msgstr "Gotovo"
-#: ../../Xconfig/various.pm_.c:39
+#: ../../any.pm:1
#, c-format
-msgid "Resolution: %s\n"
-msgstr "Rezolucija: %s\n"
+msgid ""
+"Enter a user\n"
+"%s"
+msgstr ""
+"Unesite korisnika\n"
+"%s"
-#: ../../Xconfig/various.pm_.c:41
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 server: %s\n"
+msgid "Add user"
+msgstr "Dodaj korisnika"
-#: ../../Xconfig/various.pm_.c:42
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 drajver: %s\n"
-
-#: ../../Xconfig/various.pm_.c:61
-msgid "Graphical interface at startup"
-msgstr "X u startanju"
+msgid "This user name has already been added"
+msgstr "Ovo korisničko ime je već dodano"
-#: ../../Xconfig/various.pm_.c:62
-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 ""
-"Mogu podesiti vaĊĦ računar da automatski pokrene X nakon boota.\n"
-"Ċ½elite li da se X pokrene kada bootate?"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "The user name is too long"
+msgstr "Ovo korisničko ime je već dodano"
-#: ../../Xconfig/various.pm_.c:73
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
-msgstr ""
-
-#: ../../Xconfig/various.pm_.c:85
-#, fuzzy
-msgid "What norm is your TV using?"
-msgstr "Koje je vrste vaĊĦa ISDN konekcija?"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132
-msgid "First sector of boot partition"
-msgstr "Prvi sektor boot particije"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
-msgid "First sector of drive (MBR)"
-msgstr "Prvi sektor diska (MBR)"
-
-#: ../../any.pm_.c:111
-msgid "SILO Installation"
-msgstr "SILO instalacija"
-
-#: ../../any.pm_.c:112 ../../any.pm_.c:125
-msgid "Where do you want to install the bootloader?"
-msgstr "Gdje Ċelite smjestiti bootloader?"
-
-#: ../../any.pm_.c:124
-msgid "LILO/grub Installation"
-msgstr "LILO/grub instalacija"
-
-#: ../../any.pm_.c:136 ../../any.pm_.c:150
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:138
-msgid "LILO with text menu"
-msgstr "LILO sa tekstualnim menijem"
-
-#: ../../any.pm_.c:139 ../../any.pm_.c:150
-msgid "LILO with graphical menu"
-msgstr "LILO sa grafičkim menijem"
-
-#: ../../any.pm_.c:142
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:146
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Bootanje iz DOS/Windowsa (loadlin)"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:150
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:158 ../../any.pm_.c:189
-msgid "Bootloader main options"
-msgstr "Glavne opcije bootloadera"
-
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
-msgid "Bootloader to use"
-msgstr "Bootloader koji ćete koristiti"
-
-#: ../../any.pm_.c:161
-msgid "Bootloader installation"
-msgstr "Bootloader instalacija"
-
-#: ../../any.pm_.c:163 ../../any.pm_.c:192
-msgid "Boot device"
-msgstr "Boot uređaj"
-
-#: ../../any.pm_.c:164
-msgid "Compact"
-msgstr "Kompaktno"
-
-#: ../../any.pm_.c:164
-msgid "compact"
-msgstr "kompaktno"
-
-#: ../../any.pm_.c:165 ../../any.pm_.c:289
-msgid "Video mode"
-msgstr "Video mod"
-
-#: ../../any.pm_.c:167
-msgid "Delay before booting default image"
-msgstr "Čekanje prije bootanja default preslike"
-
-#: ../../any.pm_.c:169 ../../any.pm_.c:772
-#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
-#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
-#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
-#: ../../standalone/drakconnect_.c:647
-msgid "Password"
-msgstr "Ċ ifra"
-
-#: ../../any.pm_.c:170 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1078
-msgid "Password (again)"
-msgstr "Ċ ifra (ponovo)"
-
-#: ../../any.pm_.c:171
-msgid "Restrict command line options"
-msgstr "Ograniči opcije komandne linije"
-
-#: ../../any.pm_.c:171
-msgid "restrict"
-msgstr "ograniči"
-
-#: ../../any.pm_.c:173
-msgid "Clean /tmp at each boot"
-msgstr "Čisti /tmp prilikom svakog boota"
+"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:174
+#: ../../any.pm:1
#, 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:176
-msgid "Enable multi profiles"
-msgstr "Omogući viĊĦe profila"
-
-#: ../../any.pm_.c:180
-msgid "Give the ram size in MB"
-msgstr "Navedite veličinu rama u MB"
+msgid "Please give a user name"
+msgstr "Molimo navedite korisničko ime"
-#: ../../any.pm_.c:182
-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:1
+#, c-format
+msgid "This password is too simple"
+msgstr "Ova ĊĦifra je previĊĦe jednostavna"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../diskdrake/interactive.pm_.c:1204
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid "Please try again"
msgstr "Molimo pokuĊĦajte ponovo"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
msgid "The passwords do not match"
msgstr "Ċ ifre se ne poklapaju"
-#: ../../any.pm_.c:191
-msgid "Init Message"
-msgstr "Init Poruka"
+#: ../../any.pm:1
+#, c-format
+msgid "(already added %s)"
+msgstr "(već dodan %s)"
-#: ../../any.pm_.c:193
-msgid "Open Firmware Delay"
-msgstr "Otvori čekanje firmware-a"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "access to compilation tools"
+msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:194
-msgid "Kernel Boot Timeout"
-msgstr "Kernel Boot Timeout"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "access to network tools"
+msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:195
-msgid "Enable CD Boot?"
-msgstr "Omogući boot sa CDa?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to administrative files"
+msgstr "pristup administrativnim datotekama"
-#: ../../any.pm_.c:196
-msgid "Enable OF Boot?"
-msgstr "Omogući boot sa OFa?"
+#: ../../any.pm:1
+#, c-format
+msgid "allow \"su\""
+msgstr "dozvoli \"su\""
-#: ../../any.pm_.c:197
-msgid "Default OS?"
-msgstr "Default OS?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to rpm tools"
+msgstr "pristup rpm alatima"
-#: ../../any.pm_.c:231
-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:1
+#, c-format
+msgid "access to X programs"
+msgstr "pristup X programima"
-#: ../../any.pm_.c:247
+#: ../../any.pm:1
+#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
+"You can create additional entries or change the existing ones."
msgstr ""
"Navedene su razne stavke.\n"
"MoĊete dodati nove ili promjeniti postojeće."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
-#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
-#: ../../standalone/drakfont_.c:996
-msgid "Add"
-msgstr "Dodaj"
-
-#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
-#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
-msgid "Done"
-msgstr "Gotovo"
-
-#: ../../any.pm_.c:257
-msgid "Modify"
-msgstr "Izmjeni"
-
-#: ../../any.pm_.c:265
-msgid "Which type of entry do you want to add?"
-msgstr "Koju vrstu stavke Ċelite dodati?"
-
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:266
-msgid "Other OS (SunOS...)"
-msgstr "Ostali OSi (SunOS...)"
-
-#: ../../any.pm_.c:267
-msgid "Other OS (MacOS...)"
-msgstr "Ostali OSi (MacOS...)"
-
-#: ../../any.pm_.c:267
+#: ../../any.pm:1
+#, c-format
msgid "Other OS (windows...)"
msgstr "Ostali OSi (windows...)"
-#: ../../any.pm_.c:285
-msgid "Image"
-msgstr "Preslika"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (MacOS...)"
+msgstr "Ostali OSi (MacOS...)"
-#: ../../any.pm_.c:286 ../../any.pm_.c:297
-msgid "Root"
-msgstr "Root"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (SunOS...)"
+msgstr "Ostali OSi (SunOS...)"
-#: ../../any.pm_.c:287 ../../any.pm_.c:315
-msgid "Append"
-msgstr "Append"
+#: ../../any.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Linux"
+msgstr "Linux"
-#: ../../any.pm_.c:291
-msgid "Initrd"
-msgstr "Initrd"
+#: ../../any.pm:1
+#, c-format
+msgid "Which type of entry do you want to add?"
+msgstr "Koju vrstu stavke Ċelite dodati?"
-#: ../../any.pm_.c:292
-msgid "Read-write"
-msgstr "Čitaj-piĊĦi"
+#: ../../any.pm:1
+#, c-format
+msgid "This label is already used"
+msgstr "Ova labela je već u upotrebi"
-#: ../../any.pm_.c:299
-msgid "Table"
-msgstr "Tabela"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a root partition"
+msgstr "Morate navesti root particiju"
-#: ../../any.pm_.c:300
-msgid "Unsafe"
-msgstr "Nesigurno"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a kernel image"
+msgstr "Morate navesti image kernela"
-#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
-msgid "Label"
-msgstr "Labela"
+#: ../../any.pm:1
+#, c-format
+msgid "Empty label not allowed"
+msgstr "Prazna labela nije dozvoljena"
-#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
+#: ../../any.pm:1 ../../harddrake/v4l.pm:1
+#, c-format
msgid "Default"
msgstr "Default"
-#: ../../any.pm_.c:316
-msgid "Initrd-size"
-msgstr "Initrd-veličina"
-
-#: ../../any.pm_.c:318
+#: ../../any.pm:1
+#, c-format
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:326
-msgid "Remove entry"
-msgstr "Ukloni stavku"
-
-#: ../../any.pm_.c:329
-msgid "Empty label not allowed"
-msgstr "Prazna labela nije dozvoljena"
-
-#: ../../any.pm_.c:330
-msgid "You must specify a kernel image"
-msgstr "Morate navesti image kernela"
-
-#: ../../any.pm_.c:330
-msgid "You must specify a root partition"
-msgstr "Morate navesti root particiju"
-
-#: ../../any.pm_.c:331
-msgid "This label is already used"
-msgstr "Ova labela je već u upotrebi"
-
-#: ../../any.pm_.c:640
+#: ../../any.pm:1
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Pronađeno %s %s interfejsa"
-
-#: ../../any.pm_.c:641
-msgid "Do you have another one?"
-msgstr "Imate li neki drugi?"
+msgid "Initrd-size"
+msgstr "Initrd-veličina"
-#: ../../any.pm_.c:642
+#: ../../any.pm:1
#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Imate li ijedan %s interfejs?"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
-msgid "No"
-msgstr "Ne"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
-#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
-#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
-msgid "Yes"
-msgstr "Da"
-
-#: ../../any.pm_.c:645
-msgid "See hardware info"
-msgstr "Pogledaj hardware info"
+msgid "Append"
+msgstr "Append"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:662
+#: ../../any.pm:1
#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instaliram drajver za %s karticu %s"
+msgid "Label"
+msgstr "Labela"
-#: ../../any.pm_.c:663
+#: ../../any.pm:1
#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
-
-#: ../../any.pm_.c:674
-#, 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 ""
-"Sada moĊete navesti opcije za modul %s.\n"
-"Obratite paĊnju da adrese trebate unositi sa prefiksom 0x kao npr. '0x123'"
+msgid "Unsafe"
+msgstr "Nesigurno"
-#: ../../any.pm_.c:680
+#: ../../any.pm:1
#, 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 ""
-"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:682
-msgid "Module options:"
-msgstr "Opcije modula"
+msgid "Table"
+msgstr "Tabela"
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:694
+#: ../../any.pm:1
#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Koji %s drajver ću pokuĊĦati?"
+msgid "Root"
+msgstr "Root"
-#: ../../any.pm_.c:703
+#: ../../any.pm:1
#, 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."
+msgid "Read-write"
+msgstr "Čitaj-piĊĦi"
-#: ../../any.pm_.c:707
-msgid "Autoprobe"
-msgstr "Ispitivanje"
+#: ../../any.pm:1
+#, c-format
+msgid "Initrd"
+msgstr "Initrd"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "Navedi opcije"
+#: ../../any.pm:1
+#, c-format
+msgid "Video mode"
+msgstr "Video mod"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, 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?"
+msgid "Image"
+msgstr "Preslika"
-#: ../../any.pm_.c:734
-msgid "access to X programs"
-msgstr "pristup X programima"
+#: ../../any.pm:1
+#, c-format
+msgid "Default OS?"
+msgstr "Default OS?"
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
-msgstr "pristup rpm alatima"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable OF Boot?"
+msgstr "Omogući boot sa OFa?"
-#: ../../any.pm_.c:736
-msgid "allow \"su\""
-msgstr "dozvoli \"su\""
+#: ../../any.pm:1
+#, c-format
+msgid "Enable CD Boot?"
+msgstr "Omogući boot sa CDa?"
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
-msgstr "pristup administrativnim datotekama"
+#: ../../any.pm:1
+#, c-format
+msgid "Kernel Boot Timeout"
+msgstr "Kernel Boot Timeout"
-#: ../../any.pm_.c:738
-#, fuzzy
-msgid "access to network tools"
-msgstr "pristup rpm alatima"
+#: ../../any.pm:1
+#, c-format
+msgid "Open Firmware Delay"
+msgstr "Otvori čekanje firmware-a"
-#: ../../any.pm_.c:739
-#, fuzzy
-msgid "access to compilation tools"
-msgstr "pristup rpm alatima"
+#: ../../any.pm:1
+#, c-format
+msgid "Boot device"
+msgstr "Boot uređaj"
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(već dodan %s)"
+msgid "Init Message"
+msgstr "Init Poruka"
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "Ova ĊĦifra je previĊĦe jednostavna"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader to use"
+msgstr "Bootloader koji ćete koristiti"
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "Molimo navedite korisničko ime"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader main options"
+msgstr "Glavne opcije bootloadera"
-#: ../../any.pm_.c:751
+#: ../../any.pm:1
+#, c-format
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:752
-#, fuzzy
-msgid "The user name is too long"
-msgstr "Ovo korisničko ime je već dodano"
-
-#: ../../any.pm_.c:753
-msgid "This user name is already added"
-msgstr "Ovo korisničko ime je već dodano"
+"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:757
-msgid "Add user"
-msgstr "Dodaj korisnika"
+#: ../../any.pm:1
+#, c-format
+msgid "Give the ram size in MB"
+msgstr "Navedite veličinu rama u MB"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Unesite korisnika\n"
-"%s"
+msgid "Enable multiple profiles"
+msgstr "Omogući viĊĦe profila"
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "Prihvati korisnika"
+#: ../../any.pm:1
+#, 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:770
-msgid "Real name"
-msgstr "Pravo ime"
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "Čisti /tmp prilikom svakog boota"
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "Korisničko ime"
+#: ../../any.pm:1
+#, c-format
+msgid "Create a bootdisk"
+msgstr "Napravite boot disketu"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "Shell"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "ograniči"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "Ikona"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "Ograniči opcije komandne linije"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "Autologin"
+#: ../../any.pm:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "Čekanje prije bootanja default preslike"
-#: ../../any.pm_.c:804
-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:1
+#, c-format
+msgid "compact"
+msgstr "kompaktno"
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "Izaberite default korisnika:"
+#: ../../any.pm:1
+#, c-format
+msgid "Compact"
+msgstr "Kompaktno"
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "Izaberite window manager koji će se pokretati:"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "Bootloader instalacija"
-#: ../../any.pm_.c:824
-msgid "Please choose a language to use."
-msgstr "Molimo izaberite jezik koji ćete koristiti."
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of boot partition"
+msgstr "Prvi sektor boot particije"
-#: ../../any.pm_.c:826
-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 "MoĊete izabrati i druge jezike koji će biti dostupni nakon instalacije"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "Prvi sektor diska (MBR)"
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "Svi"
+#: ../../any.pm:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "Gdje Ċelite smjestiti bootloader?"
-#: ../../any.pm_.c:961
-msgid "Allow all users"
-msgstr "Dozvoli svim korisnicima"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "LILO/grub instalacija"
-#: ../../any.pm_.c:961
-msgid "No sharing"
-msgstr "Bez dijeljenja"
+#: ../../any.pm:1
+#, c-format
+msgid "SILO Installation"
+msgstr "SILO instalacija"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, 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?"
+msgid "Skip"
+msgstr "Preskoči"
-#: ../../any.pm_.c:973
-msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
-msgstr "MoĊete eksportovati koristeći NFS ili Sambu. Koji Ċelite"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "On Floppy"
+msgstr "Spasi na disketu"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Nedostaje obavezan paket %s"
-
-#: ../../any.pm_.c:987
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"
+"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"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:1001
-msgid "Launch userdrake"
-msgstr "Pokreni userdrake"
-
-#: ../../any.pm_.c:1003
-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:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "DobrodoĊĦli u Crackers"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "LoĊĦ"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "Standard"
-
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "Visok"
-
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-msgid "Higher"
-msgstr "ViĊĦi"
-
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "Paranoičan"
-
-#: ../../any.pm_.c:1061
-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:1064
-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:1065
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
+"On which drive are you booting?"
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:1066
-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:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "Pravim boot disketu"
-#: ../../any.pm_.c:1067
-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 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:1
+#, c-format
+msgid "Insert a floppy in %s"
+msgstr "Ubacite disketu u %s"
-#: ../../any.pm_.c:1070
-msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
-"Baziran na prethodnom nivou, ali sada je sistem potpuno zatvoren.\n"
-"Sigurnosne osobine na maksimumu."
-
-#: ../../any.pm_.c:1076
-#, fuzzy
-msgid "DrakSec Basic Options"
-msgstr "Opcije"
+"Izaberite disketnu jedinicu koju Ċelite koristiti da napravite boot disketu"
-#: ../../any.pm_.c:1077
-#, fuzzy
-msgid "Please choose the desired security level"
-msgstr "Izaberite nivo sigurnosti"
+#: ../../any.pm:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "Druga disketna jedinica"
-#: ../../any.pm_.c:1080
-msgid "Security level"
-msgstr "Nivo sigurnosti"
+#: ../../any.pm:1
+#, c-format
+msgid "First floppy drive"
+msgstr "Prva disketna jedinica"
-#: ../../any.pm_.c:1082
-msgid "Use libsafe for servers"
-msgstr "Koristi libsafe za servere"
+#: ../../any.pm:1
+#, c-format
+msgid "Sorry, no floppy drive available"
+msgstr "Ċ½ao mi je, nema dostupne disketne jedinice"
-#: ../../any.pm_.c:1083
+#: ../../any.pm:1
+#, fuzzy, c-format
msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Biblioteka koja brani od napada \"buffer overflow\" i \"format string\"."
-
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
+"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?"
-#: ../../any.pm_.c:1166
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
+"\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)."
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:436
+#: ../../any.pm:1
#, 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"
+"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 ""
-"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"
+"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\"."
+
+#: ../../bootloader.pm:1
+#, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Ne moĊete instalirati bootloader na %s particiju\n"
+
+#: ../../bootloader.pm:1
+#, c-format
+msgid "not enough room in /boot"
+msgstr "nema dovoljno prostora u /boot"
#. -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:983
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Dobro doĊĦli u GRUB izbornik operativnog sistema!"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr "Osvjetljene stavke će biti bootane automatski za %d sekundi."
#. -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:986
+#: ../../bootloader.pm:1
#, 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."
+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:989
+#: ../../bootloader.pm:1
+#, c-format
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:992
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "komandi prije bootanja, ili 'c' za komandnu liniju."
+#: ../../bootloader.pm:1
+#, 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:995
+#: ../../bootloader.pm:1
#, 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:999
-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:1099
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "Start Menu"
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr "Dobro doĊĦli u GRUB izbornik operativnog sistema!"
-#: ../../bootloader.pm_.c:1120
+#: ../../bootloader.pm:1
#, 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:53
-msgid "Boot Style Configuration"
-msgstr "Konfiguracija stila boota"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-msgid "/_File"
-msgstr "/_Datoteka"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr "/Datoteka/_Izlaz"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle Categorizing Monitor"
-
-#: ../../bootlook.pm_.c:83
-msgid "NewStyle Monitor"
-msgstr "NewStyle Monitor"
-
-#: ../../bootlook.pm_.c:84
-msgid "Traditional Monitor"
-msgstr "Tradicionalni Monitor"
-
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
-msgstr "Tradicionalni Gtk+ Monitor"
-
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
-msgstr "Pokreni Aurora-u prilikom boota"
-
-#: ../../bootlook.pm_.c:89
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub mod"
-
-#: ../../bootlook.pm_.c:89
-msgid "Yaboot mode"
-msgstr "Yaboot mod"
-
-#: ../../bootlook.pm_.c:138
-#, fuzzy
-msgid "Install themes"
-msgstr "Sistem instalacije"
-
-#: ../../bootlook.pm_.c:139
-msgid ""
-"Display theme\n"
-"under console"
-msgstr ""
-
-#: ../../bootlook.pm_.c:140
-#, fuzzy
-msgid "Create new theme"
-msgstr "Napravi novu particiju"
+msgid "Yaboot"
+msgstr "Yaboot"
-#: ../../bootlook.pm_.c:184
+#: ../../bootloader.pm:1
#, c-format
-msgid "Backup %s to %s.old"
-msgstr ""
-
-#: ../../bootlook.pm_.c:187
-#, fuzzy, c-format
-msgid "Copy %s to %s"
-msgstr "Kopiram %s"
-
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "GreĊĦka"
+msgid "Grub"
+msgstr "Grub"
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
-msgstr ""
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with text menu"
+msgstr "LILO sa tekstualnim menijem"
-#: ../../bootlook.pm_.c:222
-msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr ""
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with graphical menu"
+msgstr "LILO sa grafičkim menijem"
-#: ../../bootlook.pm_.c:222
-#, fuzzy, c-format
-msgid "Write %s"
-msgstr "XFree %s"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "SILO"
+msgstr "SILO"
-#: ../../bootlook.pm_.c:224
+#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
+#: ../../bootloader.pm:1
+#, c-format
msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
+"Welcome to %s the operating system chooser!\n"
+"\n"
+"Choose an operating system from 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"
-#: ../../bootlook.pm_.c:235
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr ""
+msgid "OK"
+msgstr "U redu"
-#: ../../bootlook.pm_.c:238
+#: ../../bootlook.pm:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr ""
-
-#: ../../bootlook.pm_.c:244
-msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
-msgstr ""
-
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
-msgstr ""
+msgid "Yes, I want autologin with this (user, desktop)"
+msgstr "Da, Ċelim da se autologiram sa ovim (korisnik, desktop)"
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "Notice"
-msgstr "NoVideo"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "No, I don't want autologin"
+msgstr "Ne, ne Ċelim da se autologiram"
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
-msgstr ""
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Launch the graphical environment when your system starts"
+msgstr "Pokreni X-Window sistem na startu"
-#: ../../bootlook.pm_.c:251
-#, fuzzy
-msgid "Theme installation failed!"
-msgstr "Izaberite klasu instalacije"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "System mode"
+msgstr "Sistem mod"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
+msgid "Bootsplash"
msgstr ""
-"Trenutno koristite %s kao boot manager.\n"
-"Kliknite na KonfiguriĊĦi kako bi se pokrenuo čarobnjak za podeĊĦavanje."
-#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-msgid "Configure"
-msgstr "KonfiguriĊĦi"
-
-#: ../../bootlook.pm_.c:268
-#, fuzzy
-msgid "Splash selection"
-msgstr "Spasi izbor paketa"
-
-#: ../../bootlook.pm_.c:271
-msgid "Themes"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:273
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
"\n"
-"Select theme for\n"
+"Select the theme for\n"
"lilo and bootsplash,\n"
"you can choose\n"
-"them separatly"
-msgstr ""
-
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
+"them separately"
msgstr ""
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
-msgstr ""
-
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr "Sistem mod"
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr "Pokreni X-Window sistem na startu"
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr "Ne, ne Ċelim da se autologiram"
-
-#: ../../bootlook.pm_.c:325
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Da, Ċelim da se autologiram sa ovim (korisnik, desktop)"
-
-#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
-msgid "OK"
-msgstr "U redu"
-
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:107
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d minutes"
-msgstr "%d minuta"
+msgid "Themes"
+msgstr "Teme"
-#: ../../common.pm_.c:125
-msgid "1 minute"
-msgstr "1 minuta"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Splash selection"
+msgstr "Spasi izbor paketa"
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
#, c-format
-msgid "%d seconds"
-msgstr "%d sekundi"
-
-#: ../../common.pm_.c:172
-msgid "Can't make screenshots before partitioning"
-msgstr "Ne mogu napraviti screenshot prije particioniranja"
+msgid "Configure"
+msgstr "KonfiguriĊĦi"
-#: ../../common.pm_.c:179
+#: ../../bootlook.pm:1
#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Screenshotovi će biti dostupni nakon ĊĦto instalirate u %s"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-msgid "France"
-msgstr "Francuska"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr "Kostarika"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-msgid "Belgium"
-msgstr "Belgija"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr "ČeĊĦka"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Germany"
-msgstr "Njemačka"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Greece"
-msgstr "Grčka"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-msgid "Norway"
-msgstr "NorveĊĦka"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-msgid "Sweden"
-msgstr "Ċ vedska"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
-msgstr "Nizozemska"
-
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-msgid "Italy"
-msgstr "Italija"
-
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-msgid "Austria"
-msgstr "Austrija"
-
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
-msgstr "SAD"
-
-#: ../../diskdrake/dav.pm_.c:19
msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
-msgstr ""
-
-#: ../../diskdrake/dav.pm_.c:27
-#, fuzzy
-msgid "New"
-msgstr "novi"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Demontiraj"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Montiraj"
-
-#: ../../diskdrake/dav.pm_.c:65
-msgid "Server"
-msgstr "Server"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "Tačka montiranja"
-
-#: ../../diskdrake/dav.pm_.c:85
-#, fuzzy
-msgid "Please enter the WebDAV server URL"
-msgstr "Molim unesite brzinu cd pisača"
-
-#: ../../diskdrake/dav.pm_.c:88
-msgid "The URL must begin with http:// or https://"
+"You are currently using %s as your 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."
-#: ../../diskdrake/dav.pm_.c:109
-#, fuzzy
-msgid "Server: "
-msgstr "Server"
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "Tačka montiranja: "
-
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "Opcije: %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "Molimo najprije napravite backup vaĊĦih podataka"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "Pročitajte paĊljivo!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:100
-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:154
-msgid "Wizard"
-msgstr "Čarobnjak"
-
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "Izaberi akciju"
-
-#: ../../diskdrake/hd_gtk.pm_.c:191
-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:194
-msgid "Please click on a partition"
-msgstr "Molimo kliknite na particiju"
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "Detalji"
-
-#: ../../diskdrake/hd_gtk.pm_.c:254
-#, fuzzy
-msgid "No hard drives found"
+msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-"Nije pronađen nijedan lokalni ĊĦtampač!\n"
-"\n"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "Prazno"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "Ostalo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "Tipovi file sistema:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "Kreiraj"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Theme installation failed!"
+msgstr "Izaberite klasu instalacije"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "Tip"
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Notice"
+msgstr "NoVideo"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Koristite ``%s'' umjesto toga"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "ObriĊĦi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "Najprije koristite ``Demontiraj''"
+msgid "Error"
+msgstr "GreĊĦka"
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
+msgid "Relaunch 'lilo'"
msgstr ""
-"Nakon promjene tipa particije %s, svi podaci na ovoj particiji će biti "
-"izgubljeni"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose a partition"
-msgstr "Izaberi particiju"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose another partition"
-msgstr "Izaberi drugu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:202
-msgid "Exit"
-msgstr "Izlaz"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "Prebaci u ekspertni mod"
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "Prebaci u normalni mod"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "PoniĊĦti"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "Svejedno nastavljate?"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "Izlaz bez spaĊĦavanja"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without writing the partition table?"
-msgstr "Izlazite bez pisanja tabele particija?"
-
-#: ../../diskdrake/interactive.pm_.c:257
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Ċ½elite li spasiti izmjene /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "ObriĊĦi sve"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "Auto alokacija"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-msgid "More"
-msgstr "JoĊĦ"
-
-#: ../../diskdrake/interactive.pm_.c:278
-msgid "Hard drive information"
-msgstr "Informacije o hard disku"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "Sve primarne particije su u upotrebi"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "Ne mogu dodati viĊĦe particija"
-
-#: ../../diskdrake/interactive.pm_.c:312
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-"Da biste imali joĊĦ particija, molimo pobriĊĦite jednu kako bi se mogla "
-"kreirati extended particija"
-
-#: ../../diskdrake/interactive.pm_.c:322
-msgid "Save partition table"
-msgstr "Snimi tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:323
-msgid "Restore partition table"
-msgstr "Vrati tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "Spasi tabelu particija"
-#: ../../diskdrake/interactive.pm_.c:326
-msgid "Reload partition table"
-msgstr "Ponovo učitaj tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:331
-msgid "Removable media automounting"
-msgstr "Automatsko montiranje izmjenjivog medija"
-
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "Izaberite datoteku"
-
-#: ../../diskdrake/interactive.pm_.c:347
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-"Backup tabela particija nema istu veličinu\n"
-"Ipak nastavljate?"
-#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "Upozorenje"
-
-#: ../../diskdrake/interactive.pm_.c:362
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-"Ubacite disketu u jedinicu\n"
-"Svi podaci na toj disketi će biti izgubljeni"
-
-#: ../../diskdrake/interactive.pm_.c:373
-msgid "Trying to rescue partition table"
-msgstr "PokuĊĦavam da spasim tabelu particija"
-
-#: ../../diskdrake/interactive.pm_.c:379
-msgid "Detailed information"
-msgstr "Detaljne informacije"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "Promjeni veličinu"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "PremjeĊĦtanje"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "Formatiraj"
-
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "Dodaj na RAID"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "Dodaj na LVM"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "Ukloni sa RAIDa"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "Ukloni sa LVMa"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "Modificiraj RAID"
-
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "Koristi za loopback"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
-msgstr "Napravi novu particiju"
-
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "Početni sektor: "
-
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "Veličina u MB: "
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "Tip datotečnog sistema: "
-
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "Preference: "
-
-#: ../../diskdrake/interactive.pm_.c:481
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:511
-msgid "Remove the loopback file?"
-msgstr "Ukloniti loopback datoteku?"
-
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "Izmjena tipa particije"
-
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Koji datotečni sistem Ċelite?"
-
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
-msgstr "Prebacujem sa ext2 na ext3"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Write %s"
+msgstr "XFree %s"
-#: ../../diskdrake/interactive.pm_.c:578
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Gdje Ċelite montirati loopback datoteku %s?"
+msgid "Can't write /etc/sysconfig/bootsplash."
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:579
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Gdje Ċelite montirati uređaj %s?"
-
-#: ../../diskdrake/interactive.pm_.c:585
-msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+msgid "Lilo message not found"
msgstr ""
-"Ne mogu izmjeniti tačku montiranja jer se ova particija koristi za "
-"loopback.\n"
-"Najprije uklonite loopback"
-#: ../../diskdrake/interactive.pm_.c:606
+#: ../../bootlook.pm:1
#, fuzzy, c-format
-msgid "Where do you want to mount %s?"
-msgstr "Gdje Ċelite montirati uređaj %s?"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "Izračunavam granice FAT filesistema"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "Mijenjam veličinu"
-
-#: ../../diskdrake/interactive.pm_.c:662
-msgid "This partition is not resizeable"
-msgstr "Ovoj particiji ne moĊete mijenjati veličinu"
-
-#: ../../diskdrake/interactive.pm_.c:667
-msgid "All data on this partition should be backed-up"
-msgstr "Svi podaci na toj particiji bi trebali biti backupovani"
+msgid "Copy %s to %s"
+msgstr "Kopiram %s"
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
+msgid "Backup %s to %s.old"
msgstr ""
-"Nakon promjene veličine particije %s, svi podaci na njoj će biti izgubljeni"
-
-#: ../../diskdrake/interactive.pm_.c:674
-msgid "Choose the new size"
-msgstr "Izaberite novu veličinu"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "New size in MB: "
-msgstr "Nova veličina u MB: "
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "Na koji disk je Ċelite premjestiti?"
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "Na koji sektor je Ċelite premjestiti?"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "PremjeĊĦtam"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "PremjeĊĦtam particiju..."
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
-msgstr "Izaberite postojeći RAID na koji ćete dodati"
-
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "novi"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
-msgstr "Izaberite postojeći LVM na koji ćete dodati"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
-msgstr "Naziv LVMa?"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "This partition can't be used for loopback"
-msgstr "Ova particija se ne moĊe koristiti za loopback"
-
-#: ../../diskdrake/interactive.pm_.c:825
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "Naziv loopback datoteke: "
-
-#: ../../diskdrake/interactive.pm_.c:831
-msgid "Give a file name"
-msgstr "Dajte naziv datoteke"
-
-#: ../../diskdrake/interactive.pm_.c:834
-msgid "File already used by another loopback, choose another one"
-msgstr "Datoteku već koristi drugi loopback, izaberite drugo ime"
-
-#: ../../diskdrake/interactive.pm_.c:835
-msgid "File already exists. Use it?"
-msgstr "Datoteka već postoji. Ċ½elite li je koristiti?"
-
-#: ../../diskdrake/interactive.pm_.c:858
-msgid "Mount options"
-msgstr "Opcije montiranja"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
-msgstr "Razni"
-
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "Uređaj"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "nivo"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "veličina chunka"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "Budite oprezni: ova operacija je opasna"
-
-#: ../../diskdrake/interactive.pm_.c:962
-msgid "What type of partitioning?"
-msgstr "Koju vrstu particioniranja?"
-
-#: ../../diskdrake/interactive.pm_.c:978
+#: ../../bootlook.pm:1
#, fuzzy, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "Paket %s treba biti instaliran. Da li ga Ċelite instalirati?"
-
-#: ../../diskdrake/interactive.pm_.c:992
-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"
+msgid "Create new theme"
+msgstr "Napravi novu particiju"
-#: ../../diskdrake/interactive.pm_.c:996
+#: ../../bootlook.pm:1
+#, c-format
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"
+"Display theme\n"
+"under console"
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:1002
-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"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Install themes"
+msgstr "Sistem instalacije"
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../bootlook.pm:1
#, 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:1026
-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"
+msgid "Lilo/grub mode"
+msgstr "Lilo/grub mod"
-#: ../../diskdrake/interactive.pm_.c:1037
+#: ../../bootlook.pm:1
#, 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:1039
-msgid "Formatting"
-msgstr "Formatiram"
+msgid "Yaboot mode"
+msgstr "Yaboot mod"
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatiram loopback datoteku %s"
+msgid "Launch Aurora at boot time"
+msgstr "Pokreni Aurora-u prilikom boota"
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatiram particiju %s"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Hide files"
-msgstr "Sakrij datoteke"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Move files to the new partition"
-msgstr "Prebaci datoteke na novu particiju"
+msgid "Traditional Gtk+ Monitor"
+msgstr "Tradicionalni Gtk+ Monitor"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
-msgstr ""
-"Direktorij %s već sadrĊi neke podatke\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid "Moving files to the new partition"
-msgstr "PremjeĊĦtam datoteke na novu particiju"
+msgid "Traditional Monitor"
+msgstr "Tradicionalni Monitor"
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copying %s"
-msgstr "Kopiram %s"
+msgid "NewStyle Monitor"
+msgstr "NewStyle Monitor"
-#: ../../diskdrake/interactive.pm_.c:1072
+#: ../../bootlook.pm:1
#, c-format
-msgid "Removing %s"
-msgstr "Uklanjam %s"
+msgid "NewStyle Categorizing Monitor"
+msgstr "NewStyle Categorizing Monitor"
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "partition %s is now known as %s"
-msgstr "particija %s je od sada poznata kao %s"
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "Uređaj: "
+msgid "<control>Q"
+msgstr "<control>Q"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS slovo uređaja: %s (pretpostavka)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "Tip: "
-
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "Ime: "
+msgid "/File/_Quit"
+msgstr "/Datoteka/_Izlaz"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "Start: sector %s\n"
-msgstr "Početak: sector %s\n"
+msgid "/_File"
+msgstr "/_Datoteka"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../bootlook.pm:1
#, c-format
-msgid "Size: %s"
-msgstr "Veličina: %s"
+msgid "Boot Style Configuration"
+msgstr "Konfiguracija stila boota"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../common.pm:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektora"
+msgid "consolehelper missing"
+msgstr "nedostaje consolehelper"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../common.pm:1
#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cilindar %d do %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "Formatirana\n"
-
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "Nije formatirana\n"
-
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "Montirana\n"
+msgid "kdesu missing"
+msgstr "kdesu nedostaje"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../common.pm:1
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "Screenshots will be available after install in %s"
+msgstr "Screenshotovi će biti dostupni nakon ĊĦto instalirate u %s"
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../common.pm:1
#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback datoteka(e):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1132
-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"
+msgid "Can't make screenshots before partitioning"
+msgstr "Ne mogu napraviti screenshot prije particioniranja"
-#: ../../diskdrake/interactive.pm_.c:1134
+#: ../../common.pm:1
#, c-format
-msgid "Level %s\n"
-msgstr "Nivo %s\n"
+msgid "%d seconds"
+msgstr "%d sekundi"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../common.pm:1
#, c-format
-msgid "Chunk size %s\n"
-msgstr "Veličina chunka %s\n"
+msgid "1 minute"
+msgstr "1 minuta"
-#: ../../diskdrake/interactive.pm_.c:1136
+#: ../../common.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diskovi %s\n"
+msgid "%d minutes"
+msgstr "%d minuta"
-#: ../../diskdrake/interactive.pm_.c:1138
+#: ../../common.pm:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "Naziv loopback datoteke: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1141
-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"
+msgid "TB"
+msgstr "TB"
-#: ../../diskdrake/interactive.pm_.c:1144
-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"
+#: ../../common.pm:1
+#, c-format
+msgid "GB"
+msgstr "GB"
-#: ../../diskdrake/interactive.pm_.c:1163
-msgid "Read-only"
-msgstr ""
+#: ../../common.pm:1
+#, c-format
+msgid "MB"
+msgstr "MB"
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s\n"
-msgstr "Veličina: %s\n"
+msgid "KB"
+msgstr "KB"
-#: ../../diskdrake/interactive.pm_.c:1165
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrija: %s cilindara, %s glava, %s sektora\n"
+msgid "United States"
+msgstr "SAD"
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "Info: "
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Austria"
+msgstr "Austrija"
-#: ../../diskdrake/interactive.pm_.c:1167
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-diskovi %s\n"
+msgid "Italy"
+msgstr "Italija"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tip tabele particija: %s\n"
+msgid "Netherlands"
+msgstr "Nizozemska"
-#: ../../diskdrake/interactive.pm_.c:1169
-#, fuzzy, c-format
-msgid "on channel %d id %d\n"
-msgstr "na busu %d id %d\n"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Sweden"
+msgstr "Ċ vedska"
-#: ../../diskdrake/interactive.pm_.c:1199
-msgid "Filesystem encryption key"
-msgstr "Ključ za kodiranje datotečnog sistema"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Norway"
+msgstr "NorveĊĦka"
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
-msgstr "Izaberite vaĊĦ ključ za kodiranje datotečnog sistema"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Greece"
+msgstr "Grčka"
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../crypto.pm:1 ../../lang.pm:1
#, 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)"
+msgid "Germany"
+msgstr "Njemačka"
-#: ../../diskdrake/interactive.pm_.c:1204
-msgid "The encryption keys do not match"
-msgstr "Ċ ifre se ne poklapaju"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Czech Republic"
+msgstr "ČeĊĦka"
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr "Ċ ifra"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Belgium"
+msgstr "Belgija"
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr "Ċ ifra (joĊĦ jednom)"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "France"
+msgstr "Francuska"
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Promjeni tip"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Costa Rica"
+msgstr "Kostarika"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
+#: ../../fsedit.pm:1
#, c-format
-msgid "Can't login using username %s (bad password?)"
-msgstr ""
+msgid "Error opening %s for writing: %s"
+msgstr "GreĊĦka u otvaranju %s za pisanje: %s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-#, fuzzy
-msgid "Domain Authentication Required"
-msgstr "Autentikacija"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Nothing to do"
+msgstr "Nemam ĊĦta da radim"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Another one"
-msgstr "Internet"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Not enough free space for auto-allocating"
+msgstr "Nema dovoljno prostora za auto-alokaciju"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Which username"
-msgstr "Korisničko ime"
+#: ../../fsedit.pm:1
+#, 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"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
+#: ../../fsedit.pm:1
+#, fuzzy, c-format
msgid ""
-"Please enter your username, password and domain name to access this host."
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
msgstr ""
+"Potreban vam je pravi file sistem (ext2, reiserfs) za ovu tačku montiranja\n"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-#, fuzzy
-msgid "Username"
-msgstr "Korisničko ime"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-#, fuzzy
-msgid "Domain"
-msgstr "NIS domen"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-msgid "Search servers"
-msgstr "TraĊi servere"
-
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
+#: ../../fsedit.pm:1
#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatiranje %s nije uspjelo"
+msgid "This directory should remain within the root filesystem"
+msgstr "Ovaj direktorij treba ostati unutar korijenskog file sistema"
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Ne znam kako formatirati %s tipa %s"
+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"
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "montiranje particije %s u direktoriju %s nije uspjelo"
+msgid "There is already a partition with mount point %s\n"
+msgstr "Već postoji particija sa tačkom montiranja %s\n"
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, c-format
-msgid "error unmounting %s: %s"
-msgstr "greĊĦka u demontiranju %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "jednostavno"
+msgid "Mount points must begin with a leading /"
+msgstr "Tačke montiranja moraju počinjati sa /"
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "sa /usr"
+#: ../../fsedit.pm:1
+#, c-format
+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:30
-msgid "server"
-msgstr "server"
+#: ../../fsedit.pm:1
+#, c-format
+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:240
+#: ../../fsedit.pm:1
#, fuzzy, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2362,735 +1158,505 @@ msgstr ""
"\n"
"SlaĊete li se sa gubitkom svih particija?\n"
-#: ../../fsedit.pm_.c:501
-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:502
-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:521
-msgid "Mount points must begin with a leading /"
-msgstr "Tačke montiranja moraju počinjati sa /"
-
-#: ../../fsedit.pm_.c:522
+#: ../../fsedit.pm:1
#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Već postoji particija sa tačkom montiranja %s\n"
+msgid "server"
+msgstr "server"
-#: ../../fsedit.pm_.c:526
+#: ../../fsedit.pm:1
#, 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:528
-msgid "This directory should remain within the root filesystem"
-msgstr "Ovaj direktorij treba ostati unutar korijenskog file sistema"
-
-#: ../../fsedit.pm_.c:530
-#, fuzzy
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
-"Potreban vam je pravi file sistem (ext2, reiserfs) za ovu tačku montiranja\n"
+msgid "with /usr"
+msgstr "sa /usr"
-#: ../../fsedit.pm_.c:532
+#: ../../fsedit.pm:1
#, 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"
+msgid "simple"
+msgstr "jednostavno"
-#: ../../fsedit.pm_.c:599
-msgid "Not enough free space for auto-allocating"
-msgstr "Nema dovoljno prostora za auto-alokaciju"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Enabling swap partition %s"
+msgstr "Formatiram particiju %s"
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
-msgstr "Nemam ĊĦta da radim"
+#: ../../fs.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "greĊĦka u demontiranju %s: %s"
-#: ../../fsedit.pm_.c:694
+#: ../../fs.pm:1
#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "GreĊĦka u otvaranju %s za pisanje: %s"
+msgid "mounting partition %s in directory %s failed"
+msgstr "montiranje particije %s u direktoriju %s nije uspjelo"
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
-msgstr ""
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Mounting partition %s"
+msgstr "Formatiram particiju %s"
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
-msgstr ""
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Checking %s"
+msgstr "Kopiram %s"
-#: ../../harddrake/sound.pm_.c:171
+#: ../../fs.pm:1
#, c-format
-msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:173
-#, fuzzy
-msgid "Sound configuration"
-msgstr "PodeĊĦavanje CUPSa"
+msgid "Formatting partition %s"
+msgstr "Formatiram particiju %s"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../fs.pm:1
#, c-format
-msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
-msgstr ""
+msgid "Creating and formatting file %s"
+msgstr "Kreiram i formatiram datoteku %s"
-#: ../../harddrake/sound.pm_.c:176
+#: ../../fs.pm:1
#, c-format
-msgid ""
-"\n"
-"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:178
-#, fuzzy
-msgid "Driver:"
-msgstr "Drajver"
-
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-msgid "Help"
-msgstr "Pomoć"
+msgid "I don't know how to format %s in type %s"
+msgstr "Ne znam kako formatirati %s tipa %s"
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s formatiranje %s nije uspjelo"
-#: ../../harddrake/sound.pm_.c:186
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
-"\n"
-"It also provides a much higher API than OSS.\n"
-"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\n"
+"Click on \"<- Previous\" to stop this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
-
-#: ../../harddrake/sound.pm_.c:202
-#, c-format
-msgid ""
-"The old \"%s\" driver is blacklisted.\n"
-"\n"
-"It has been reported to oopses the kernel on unloading.\n"
+"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"
-"The new \"%s\" driver'll only be used on next bootstrap."
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-msgid "Please Wait... Applying the configuration"
-msgstr "Molimo sačekajte... Primjenjujem konfiguraciju"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "Molimo sačekajte"
-
-#: ../../harddrake/sound.pm_.c:210
-#, fuzzy
-msgid "No known driver"
-msgstr "X drajver"
-
-#: ../../harddrake/sound.pm_.c:211
-#, c-format
-msgid "There's no known driver for your sound card (%s)"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:214
-#, fuzzy
-msgid "Unkown driver"
-msgstr "Nepoznat model"
+"Click on \"Cancel\" to cancel this operation without losing any data and\n"
+"partitions present on this hard drive."
-#: ../../harddrake/sound.pm_.c:215
+#: ../../help.pm:1
#, c-format
msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
-"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-#, fuzzy
-msgid "Auto-detect"
-msgstr "Koristi auto prepoznavanje"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-#, fuzzy
-msgid "Unknown|Generic"
-msgstr "OpĊĦti"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:224
-msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:227
-#, fuzzy
-msgid "Card model:"
-msgstr "Memorija kartice (DMA)"
-
-#: ../../harddrake/v4l.pm_.c:228
-#, fuzzy
-msgid "Tuner type:"
-msgstr "Promjeni tip"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:231
-#, fuzzy
-msgid "PLL setting:"
-msgstr "postavka opterećenja"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
+"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:13
+#: ../../help.pm:1
+#, fuzzy, c-format
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 this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"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\n"
-"first 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 the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after 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 the people meant to use that computer. When you are\n"
-"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).\n"
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
-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"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\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"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default)."
-
-#: ../../help.pm_.c:48
-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 \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\n"
"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\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"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\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"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
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"
+"Here are presented various parameters concerning your machine. Depending on\n"
+"your installed hardware, you may - or not, see the following entries:\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"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard.\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\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"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
+" * \"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:79
+#: ../../help.pm:1
+#, c-format
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."
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
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:84
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\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"
+"Yaboot's main options are:\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"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation,\n"
-"select one or more of the corresponding groups;\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"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\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"
-" * \"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"
+" * 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"
-" * \"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"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect 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"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\n"
"\n"
-" * \"With X\": install the fewest packages possible to have a working\n"
-"graphical desktop;\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"
-" * \"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"
+"Yaboot's main options are:\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"
+" * Init Message: a simple text message that is displayed before the boot\n"
+"prompt.\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"
+" * 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"
-"If you started the installation in \"Upgrade\" mode, you can unselect all\n"
-"groups to avoid installing any new package. This is useful to repair or\n"
-"update 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"
+" * 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"
-"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"
+" * 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"
-"Packages are sorted in groups corresponding to a particular use of your\n"
-"machine. The groups themselves are sorted into four sections:\n"
+" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
+"at the first boot prompt.\n"
"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation,\n"
-"select one or more of the corresponding groups;\n"
+" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
+"Open\n"
+"Firmware at the first boot prompt.\n"
"\n"
-" * \"Development\": if the machine is to be used for programming, choose "
-"the\n"
-"desired group(s);\n"
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\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"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\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"
+"For Linux, there are a few possible options:\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"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\n"
-" * \"With X\": install the fewer packages possible to have a working\n"
-"graphical desktop;\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"
-" * \"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"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\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"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\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:135
-msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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 installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"of coffee.\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"
-"!! 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"
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the 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"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with this option.\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 the previous step on how to\n"
-"create such a floppy disk."
+" * 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 pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
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"
+"You can add additional entries for yaboot, either for other operating\n"
+"systems, alternate kernels, or for an emergency boot image.\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"
+"For other OSs, the entry consists only of a label and the root partition.\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"
+"For Linux, there are a few possible options:\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"
+" * Label: this is simply the name you will have to type at the yaboot "
+"prompt\n"
+"to select this boot option;\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:171
-msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\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"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
+" * Root: the \"root\" device or \"/\" for your Linux installation.\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"
+" * 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"
-"You can consult the ``Starter Guide'' chapter about Internet connections\n"
-"for details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
+"hda=autotune\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"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\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"
-"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"
+" * 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"
-"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"
+" * 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"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
+" * 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:193
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You may now choose which services you wish to start at boot time.\n"
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"time.\n"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\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"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\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"
-"!!"
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
msgstr ""
-"Sada moĊete izabrati koje servise Ċelite pokretati prilikom boota.\n"
+"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"
-"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"
+"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"
-"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"
+"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"
-"!! 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. !!"
+"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:210
+#: ../../help.pm:1
+#, fuzzy, c-format
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 unselecting \"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."
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\n"
+"\n"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\n"
+"\n"
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
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"
+"Here, we select a printing system for your computer. Other OSs may offer\n"
+"you one, but Mandrake Linux offers three.\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."
+" * \"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:224
+#: ../../help.pm:1
+#, fuzzy, c-format
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.\n"
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\n"
"\n"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". A window will\n"
-"then appear and ask you if you can see it.\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way you will be able to load either GNU/Linux or another\n"
+"OS.\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"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\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. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
-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"
+"If it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\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"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\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"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\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:246
-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:253
-#, fuzzy
-msgid ""
"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 bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, 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"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
"\n"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite 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"
@@ -3116,345 +1682,397 @@ msgstr ""
"you do not need. You will not have to format it since DrakX will rewrite\n"
"the whole disk."
-#: ../../help.pm_.c:277
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux 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 ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here by clicking the dialog's \"Wizard\" button.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\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"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\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"
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"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"
-" * \"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"
+"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:1
+#, fuzzy, c-format
+msgid ""
+"This dialog allows to finely tune your bootloader:\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. You will then be asked to choose the mount points associated to\n"
-"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\n"
+" * \"Bootloader to use\": there are three choices for your bootloader:\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows 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"
-"Microsoft Windows on the same computer.\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\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"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\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"
-" * \"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"
+" * \"Delay before booting the default image\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\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 option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
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"
+"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"
-"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"
+" * 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"
-"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"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\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"
+"If in doubt, DrakX will display a dialog with various options.\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"
+" * \"Boot loader to use\": you have three choices:\n"
"\n"
-" * Koristi slobodan prostor: jednostavno vodi na automatsko particioniranje\n"
-"vaĊĦeg praznog diska (diskova). Neće biti postavljana nikakva daljnja "
-"pitanja.\n"
+" * \"GRUB\": if you prefer grub (text menu).\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"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\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"
+" * \"LILO with text menu\": if you prefer LILO with its text menu "
+"interface.\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"
+" * \"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"
-" * 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"
+" * \"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"
-" !! Ako izaberete ovu opciju, svi podaci na vaĊĦem disku će biti "
-"izgubljeni. !!\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"
-" * 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"
+"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
+"options, which are reserved to the expert user.\n"
"\n"
-" !! Ako izaberete ovu opciju, svi podaci na vaĊĦem disku će biti "
-"izgubljeni. !!\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"
-" * 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."
+"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:347
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"There you are. Installation is now completed 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"
+"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 the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it be difficult to become \"root\".\n"
"\n"
-" Note that two different options are available after clicking the button:\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"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\n"
"\n"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. 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"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\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"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
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"
+"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"
-" Note that two different options are available after clicking the button:\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"
-" * \"Replay\". This is a partially automated install as the partitioning\n"
-"step (and only this one) remains interactive.\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"
-" * \"Automated\". Fully automated install: the hard disk is completely\n"
-"rewritten, all data is lost.\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"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section at our web site.\n"
+"In Expert mode, you will be asked if you will be connecting to an\n"
+"authentication server, like NIS or LDAP.\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"
+"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"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+"If your computer is not connected to any administrated network, you will\n"
+"want to choose \"Local files\" for authentication."
-#: ../../help.pm_.c:378
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem on it).\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"
-"it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
+"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:1
+#, fuzzy, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\n"
"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"from the provided list.\n"
"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
+"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 and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\n"
+"\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
msgstr ""
-"Sve particije koje su upravo definisane moraju biti formatirane kako bi se\n"
-"mogle koristiti (formatiranje znači kreiranje datotečnog sistema). \n"
+"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"
-"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"
+"If you wish to specify a different type of mouse select the appropriate\n"
+"type from the list provided.\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"
+"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:1
+#, fuzzy, c-format
+msgid ""
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\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"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\n"
"\n"
-"Kliknite na OK kada budete spremni za formatiranje particija.\n"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\n"
"\n"
-"Kliknite na Odustani ako Ċelite da izaberete druge particije za instalaciju\n"
-"vaĊĦeg novog Linux-Mandrake operativnog sistema.\n"
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
+msgstr ""
+"Please choose your preferred language for installation and system usage.\n"
"\n"
-"Kliknite na Napredno da izaberete particije koje Ċelite provjeriti radi\n"
-"loĊĦih blokova."
+"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:404
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
+"\n"
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\n"
"\n"
-"Please be patient."
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
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"
+"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"
-"Molim da imate strpljenja."
+"Click on the \"More\" button to be presented with the complete list of\n"
+"supported keyboards."
-#: ../../help.pm_.c:412
+#: ../../help.pm:1
+#, c-format
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 able 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"
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\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"
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\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."
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\n"
+"\n"
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\n"
+"\n"
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
+msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm:1
+#, c-format
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 included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"Accept\" button."
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
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
+#: ../../help.pm:1
+#, c-format
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"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"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"
-"If you do not know what to choose, keep the default option."
+"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 ""
-"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"
+"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"
-"If you do not know what to choose, keep the default option."
+"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:442
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
@@ -3469,59 +2087,63 @@ msgid ""
"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"
+"drive\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\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\n"
-"recommended to perform this step;\n"
+"recommended that you perform this step.\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a floppy disk;\n"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a 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"
+"doesn't always work.\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\n"
"\n"
" * \"Removable media automounting\": unchecking this option will force\n"
"users 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\n"
-"your hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\n"
"\n"
" * \"Done\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
+"partitions using [Tab] and the [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"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
-" * Ctrl-d to delete a partition;\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-" * Ctrl-m to set the mount point.\n"
+" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different filesystem types available, please\n"
+"To get information about the different file system 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"
+"``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."
@@ -3601,802 +2223,940 @@ msgstr ""
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
-#: ../../help.pm_.c:513
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\n"
"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\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"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"If you do not know what to choose, keep the default option."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able 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"
-"\"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"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"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"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\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:1
+#, fuzzy, c-format
+msgid ""
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
+"it.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Click on \"Next ->\" when you are ready to format partitions.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new Mandrake Linux operating system installation.\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
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"
+"Sve particije koje su upravo definisane moraju biti formatirane kako bi se\n"
+"mogle koristiti (formatiranje znači kreiranje datotečnog sistema). \n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Kliknite na OK kada budete spremni za formatiranje particija.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Kliknite na Odustani ako Ċelite da izaberete druge particije za instalaciju\n"
+"vaĊĦeg novog Linux-Mandrake operativnog sistema.\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."
+"Kliknite na Napredno da izaberete particije koje Ċelite provjeriti radi\n"
+"loĊĦih blokova."
-#: ../../help.pm_.c:547
+#: ../../help.pm:1
+#, fuzzy, c-format
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\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\n"
"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"that will automatically perform a whole installation without the help of an\n"
+"operator, similar to the installation you just configured.\n"
"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-"Depending on your GNU/Linux knowledge, select one of the following choices:\n"
+" * \"Replay\". This is a partially automated installation. The\n"
+"partitioning step is the only interactive procedure.\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"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\n"
"\n"
-" * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
-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"
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\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"
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>linux defcfg=\"floppy\" <<.\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"
+"(*) 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"
-" * \"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"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-"Unaprijeđenja bi trebala raditi fino za Mandrake Linux sisteme počevĊĦi\n"
-"od verzije \"8.1\".\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"
-"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"
+" Note that two different options are available after clicking the button:\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"
+" * \"Replay\". This is a partially automated install as the partitioning\n"
+"step (and only this one) remains interactive.\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:582
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\n"
+" * \"Automated\". Fully automated install: the hard disk is completely\n"
+"rewritten, all data is lost.\n"
"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\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"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
-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"
+" * \"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"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
-#: ../../help.pm_.c:598
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"The first step is to choose your preferred language.\n"
+"At this point, you need to decide 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"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux system.\n"
"\n"
-"Please choose your preferred language for installation and system usage.\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, take your time.\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 host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"section, click on the box corresponding to \"Spanish|Spain\".\n"
+"Depending on your hard drive configuration, several options are available:\n"
"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue.\n"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\n"
"\n"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
-msgstr ""
-"Please choose your preferred language for installation and system usage.\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. You will then be asked to choose the mount points associated with\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and for the most part it's a good idea to keep them.\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"
+" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\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:617
-msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it 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"
+" Before choosing this option, please understand that after this\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store your data or to install new software.\n"
"\n"
-"If you wish to specify a different type of mouse, select the appropriate\n"
-"type from the provided list.\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, because you will not be able to\n"
+"undo your choice after you confirm.\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.\n"
+" !! If you choose this option, all data on your disk will be deleted. !!\n"
"\n"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
-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"
+" * \"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 wish to specify a different type of mouse select the appropriate\n"
-"type from the list provided.\n"
+" !! If you choose this option, all data on your disk will be lost. !!\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:638
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
msgstr ""
-"Molimo izaberite ispravan port. Na primjer, \"COM1\" port pod MS\n"
-"Windowsom se zove \"ttyS0\" pod GNU/Linuxom."
-
-#: ../../help.pm_.c:642
-msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to be difficult to become \"root\".\n"
+"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"
-"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"
+"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"
-"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"
+"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"
-"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"
+"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"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\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"
-"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your network administrator.\n"
+" * Koristi slobodan prostor: jednostavno vodi na automatsko particioniranje\n"
+"vaĊĦeg praznog diska (diskova). Neće biti postavljana nikakva daljnja "
+"pitanja.\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"
+" * 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"
-"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"
+" * 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"
-"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"
+" 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"
-"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"
+" * 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"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
+" !! Ako izaberete ovu opciju, svi podaci na vaĊĦem disku će biti "
+"izgubljeni. !!\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"
+" * 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"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
+" !! 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:678
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\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"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
"\n"
-"if in doubt, DrakX will display a dialog with various options.\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite 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"
-" * \"Bootloader to use\": you have three choices:\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"
-" * \"GRUB\": if you prefer grub (text menu);\n"
+" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
+"disk, 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"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface;\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:1
+#, c-format
+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:1
+#, c-format
+msgid ""
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Resolution\n"
"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
-"interface.\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Monitor\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"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+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 upon.\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"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\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"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved for the expert user."
-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"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\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"
+"Monitor\n"
"\n"
-" * \"Boot loader to use\": you have three choices:\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\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"
+"Resolution\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"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\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"
+"Test\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"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\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."
+"\n"
+"\n"
+"Options\n"
+"\n"
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
+msgstr ""
-#: ../../help.pm_.c:718
+#: ../../help.pm:1
+#, c-format
msgid ""
-"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"
+"Graphic Card\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.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\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!"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
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:732
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
msgstr ""
-"Morate navesti gdje Ċelite smjestiti informacije koje su potrebne za\n"
-"bootanje GNU/Linuxa.\n"
+"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"
-"Izaberite \"Prvi sektor na disku (MBR)\" sem ako znate tačno ĊĦta radite."
+"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:739
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
+"This step is used to choose which services you wish to start at boot time.\n"
"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a 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 first 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\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\n"
+"\n"
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"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 that 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 ""
-"Here, we select a printing system for your computer. Other OSs may offer\n"
-"you one, but Mandrake Linux offers three.\n"
+"Sada moĊete izabrati koje servise Ċelite pokretati prilikom boota.\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"
+"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"
-" * \"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"
+"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"
-" * \"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."
+"!! 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:759
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\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 with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to return to the SCSI interface question.\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\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"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to manually provide options to the driver."
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
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"
+"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"
-"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"
+"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
+"cable modem, and finally a simple LAN connection (Ethernet).\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"
+"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"
-"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)."
+"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:781
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present 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"
-"For other OSes, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"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 during boot. !!\n"
+"\n"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\n"
+"\n"
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such 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"
-"For Linux, there are a few possible options:\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"
-" * Label: this is simply the name you will have to type at the yaboot\n"
-"prompt to select this boot option;\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"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\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"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\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:1
+#, fuzzy, c-format
+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"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\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"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\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"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\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"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\n"
"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a filesystem check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\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"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working graphical desktop.\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"
+" * \"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"
-"For other OSs, the entry consists only of a label and the root partition.\n"
+" * \"Truly minimal install\": will install the absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\n"
"\n"
-"For Linux, there are a few possible options:\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"
-" * Label: this is simply the name you will have to type at the yaboot "
-"prompt\n"
-"to select this boot option;\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"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\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"
-" * Root: the \"root\" device or \"/\" for your Linux installation.\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"
-" * 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"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the corresponding groups;\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
+" * \"Development\": if the machine is to be used for programming, choose "
+"the\n"
+"desired group(s);\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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"
-" * 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"
+" * \"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"
-" * 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"
+"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"
-" * 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"
+" * \"With X\": install the fewer packages possible to have a working\n"
+"graphical desktop;\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"
+" * \"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"
-" * 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."
+" * \"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:828
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD 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:1
+#, fuzzy, c-format
+msgid ""
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
-"Yaboot's main options are:\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\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"
+"\"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"
-" * 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"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt;\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+" * \"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 ""
-"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"
+"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"
-"Yaboot's main options are:\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
"\n"
-" * Init Message: a simple text message that is displayed before the boot\n"
-"prompt.\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\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"
+"\"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"
-" * 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"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
-"at the first boot prompt.\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose \"N\" for "
-"Open\n"
-"Firmware at the first boot prompt.\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+" * \"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:860
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may 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\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to 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. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
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"
+"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"
-" * \"Sound card\": if a sound card is detected on your system, it is\n"
-"displayed here. No modification possible at installation time.\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"
-" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
-"here. No modification possible at installation time.\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"
-" * \"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."
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default)."
-#: ../../help.pm_.c:891
+#: ../../help.pm:1
+#, fuzzy, c-format
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!"
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
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!"
+"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: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 stop 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:1
+#, c-format
+msgid "You must also format %s"
+msgstr "Morate također formatirati i %s"
-#: ../../install2.pm_.c:111
+#: ../../install2.pm:1
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -4404,21 +3164,75 @@ msgid ""
"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install2.pm_.c:167
+#: ../../install_any.pm:1
#, c-format
-msgid "You must also format %s"
-msgstr "Morate također formatirati i %s"
+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 ""
+"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"
+
+#: ../../install_any.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "Error reading file %s"
+msgstr "GreĊĦka u čitanju datoteke %s"
+
+#: ../../install_any.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "This floppy is not FAT formatted"
+msgstr "Ova disketa nije FAT (DOS/Windows) formatirana"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "Insert a FAT formatted floppy in drive %s"
+msgstr "Ubacite FAT formatiranu disketu u jedinicu %s"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "Can't use broadcast with no NIS domain"
+msgstr "Ne mogu koristiti broadcast bez NIS domene"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
+#, c-format
+msgid "No"
+msgstr "Ne"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
#, c-format
+msgid "Yes"
+msgstr "Da"
+
+#: ../../install_any.pm:1
+#, fuzzy, 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"
+"issues, but some new ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
"\n"
"\n"
"Do you really want to install these servers?\n"
@@ -4434,155 +3248,115 @@ msgstr ""
"\n"
"Da li zaista Ċelite instalirati ove servere?\n"
-#: ../../install_any.pm_.c:441
-#, c-format
-msgid ""
-"The following packages will be removed to allow upgrading your system: %s\n"
-"\n"
-"\n"
-"Do you really want to remove these packages?\n"
-msgstr ""
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System configuration"
+msgstr "postavka upozorenja"
-#: ../../install_any.pm_.c:471
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Ne mogu koristiti broadcast bez NIS domene"
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System installation"
+msgstr "SILO instalacija"
-#: ../../install_any.pm_.c:879
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Ubacite FAT formatiranu disketu u jedinicu %s"
+msgid "Bringing down the network"
+msgstr "Zaustavljam mreĊu"
-#: ../../install_any.pm_.c:883
-msgid "This floppy is not FAT formatted"
-msgstr "Ova disketa nije FAT (DOS/Windows) formatirana"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing up the network"
+msgstr "Pokrećem mreĊu"
-#: ../../install_any.pm_.c:895
-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_interactive.pm:1
+#, c-format
+msgid "Partitioning failed: %s"
+msgstr "Particioniranje nije uspjelo: %s"
-#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Error reading file %s"
-msgstr "GreĊĦka u čitanju datoteke %s"
+msgid "The DrakX Partitioning wizard found the following solutions:"
+msgstr "DrakX Particioni čarobnjak je naĊĦao sljedeća rjeĊĦenja:"
-#: ../../install_any.pm_.c:1040
-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 ""
-"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"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "I can't find any room for installing"
+msgstr "Ne mogu naći dovoljno prostora za instalaciju"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
+"You can now partition %s.\n"
+"When you are done, don't forget to save using `w'"
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"
+"Sada moĊete particionirati %s.\n"
+"Kada zavrĊĦite, ne zaboravite spasiti sa `w'"
-#: ../../install_interactive.pm_.c:56
-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:1
+#, c-format
+msgid "Use fdisk"
+msgstr "Koristi fdisk"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr "Morate imati swap particiju"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Custom disk partitioning"
+msgstr "Ručno particioniranje diska"
-#: ../../install_interactive.pm_.c:62
-msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
-"Nemate nijednu swap particiju\n"
-"\n"
-"Svejedno nastavi?"
-
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-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 partitions"
-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?"
+"SVE postojeće particije i podaci na njima će biti izgubljeni na disku %s"
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Izaberite veličine"
+#: ../../install_interactive.pm:1
+#, c-format
+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:115
-msgid "Root partition size in MB: "
-msgstr "Veličina root particije u MB:"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "PobriĊĦi čitav disk"
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Veličina swap particije u MB:"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "Ukloni Windows(TM)"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr "Koristi slobodan prostor na Windows particiji"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to resize (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:129
-msgid "Which partition do you want to resize?"
-msgstr "Kojoj particiji Ċelite promjeniti veličinu?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "FAT promjena veličine nije uspjela: %s"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
msgstr "Izračunavam granice Windows datotečnog sistema"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, 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"
+msgid "Resizing"
+msgstr "Mijenjam veličinu"
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr ""
-"VaĊĦa Windows particija je previĊĦe fragmentirana, molimo prvo pokrenite "
-"``defrag'' "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "particiji %s"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm:1
+#, c-format
+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:1
+#, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -4603,316 +3377,169 @@ msgstr ""
"ponovo pokrenite instalaciju. Također biste trebali spasiti sve podatke.\n"
"Kada ste sigurni, kliknite na Ok."
-#: ../../install_interactive.pm_.c:148
-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:149
-#, c-format
-msgid "partition %s"
-msgstr "particiji %s"
-
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm:1
#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT promjena veličine nije uspjela: %s"
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition 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:177
-msgid "Erase entire disk"
-msgstr "PobriĊĦi čitav disk"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr "Ukloni Windows(TM)"
-
-#: ../../install_interactive.pm_.c:180
-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:183
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
msgstr ""
-"SVE postojeće particije i podaci na njima će biti izgubljeni na disku %s"
-
-#: ../../install_interactive.pm_.c:191
-msgid "Custom disk partitioning"
-msgstr "Ručno particioniranje diska"
+"VaĊĦa Windows particija je previĊĦe fragmentirana, molimo prvo pokrenite "
+"``defrag'' "
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr "Koristi fdisk"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "Computing the size of the Windows partition"
+msgstr "Koristi slobodan prostor na Windows particiji"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
msgstr ""
-"Sada moĊete particionirati %s.\n"
-"Kada zavrĊĦite, ne zaboravite spasiti sa `w'"
-
-#: ../../install_interactive.pm_.c:227
-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:243
-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:"
+"FAT resizer ne moĊe izmjeniti vaĊĦu particiju, \n"
+"doĊĦlo je do sljedeće greĊĦke: %s"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Particioniranje nije uspjelo: %s"
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr "Pokrećem mreĊu"
-
-#: ../../install_interactive.pm_.c:265
-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."
+msgid "Which partition do you want to resize?"
+msgstr "Kojoj particiji Ċelite promjeniti veličinu?"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Dvostruka tačka montiranja %s"
+msgid "Use the free space on the Windows partition"
+msgstr "Koristi slobodan prostor na Windows particiji"
-#: ../../install_steps.pm_.c:380
-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"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
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"
+"Ne postoji nijedna FAT particija za promjenu veličine ili upotrebu za "
+"loopback (ili nije ostalo dovoljno prostora)"
-#: ../../install_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr "Dobro doĊĦli u %s"
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
-msgstr "Nema pogodne disketne jedinice"
+msgid "Swap partition size in MB: "
+msgstr "Veličina swap particije u MB:"
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Prelazim na korak `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:146
-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 ""
-"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:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr "Klasa instalacije"
-
-#: ../../install_steps_gtk.pm_.c:160
-msgid "Please choose one of the following classes of installation:"
-msgstr "Molimo izaberite jednu od sljedećih klasa instalacije:"
-
-#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr "Izbor grupe paketa"
-
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr "Izbor pojedinačnih paketa"
+msgid "Root partition size in MB: "
+msgstr "Veličina root particije u MB:"
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Ukupna veličina: %d / %d MB"
-
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr "Neispravan paket"
+msgid "Choose the sizes"
+msgstr "Izaberite veličine"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr "Ime: %s\n"
+msgid "Which partition do you want to use for Linux4Win?"
+msgstr "Koju particiju Ċelite koristiti za Linux4Win?"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "Verzija: %s\n"
+msgid "Use the Windows partition for loopback"
+msgstr "Koristi Windows particiju za loopback"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr "Veličina: %d KB\n"
+msgid "There is no existing partition to use"
+msgstr "Nema nijedne postojeće particije za upotrebu"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr "Značaj: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:360
-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:365
-msgid "The following packages are going to be installed"
-msgstr "Sljedeći paketi će biti instalirani"
-
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr "Sljedeći paketi će biti uklonjeni"
+msgid "Use existing partitions"
+msgstr "Koristi postojeću particiju"
-#: ../../install_steps_gtk.pm_.c:378
-msgid "You can't select/unselect this package"
-msgstr "Ne moĊete izabrati/isključiti ovaj paket"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Not enough free space to allocate new partitions"
+msgstr "Nema dovoljno slobodnog prostora za pravljenje novih particija"
-#: ../../install_steps_gtk.pm_.c:390
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Ovo je obavezan paket, ne moĊe biti isključen"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use free space"
+msgstr "Koristi slobodan prostor"
-#: ../../install_steps_gtk.pm_.c:392
-msgid "You can't unselect this package. It is already installed"
-msgstr "Ne moĊete isključiti ovaj paket. On je već instaliran"
+#: ../../install_interactive.pm:1 ../../install_steps.pm:1
+#, c-format
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "Morate imati FAT particiju montiranu na /boot/efi"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
-"Ovaj paket mora biti unaprijeđen\n"
-"Jeste li sigurni da ga Ċelite isključiti?"
-
-#: ../../install_steps_gtk.pm_.c:398
-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:403
-msgid "Show automatically selected packages"
-msgstr "Automatski prikaĊi izabrane pakete"
-
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr "Instalacija"
-
-#: ../../install_steps_gtk.pm_.c:407
-msgid "Load/Save on floppy"
-msgstr "Učitaj/Spasi na disketu"
-
-#: ../../install_steps_gtk.pm_.c:408
-msgid "Updating package selection"
-msgstr "OsvjeĊavam izbor paketa"
-
-#: ../../install_steps_gtk.pm_.c:413
-msgid "Minimal install"
-msgstr "Minimalna instalacija"
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr "Izaberite pakete koje Ċelite instalirati"
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr "Instaliram"
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr "Procjenjujem"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr "Preostalo vremena "
-
-#: ../../install_steps_gtk.pm_.c:469
-msgid "Please wait, preparing installation..."
-msgstr "Molimo sačekajte, pripremam instalaciju"
+"Nemate nijednu swap particiju\n"
+"\n"
+"Svejedno nastavi?"
-#: ../../install_steps_gtk.pm_.c:551
+#: ../../install_interactive.pm:1
#, c-format
-msgid "%d packages"
-msgstr "%d paketa"
+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_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr "Instaliram paket %s"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "Prihvati"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
-msgstr "Odbij"
+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_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
+#: ../../install_messages.pm:1
#, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\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."
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\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 ""
-"Promjenite vaĊĦ CD-ROM!\n"
+"Čestitamo, instalacija je zavrĊĦena.\n"
+"Uklonite boot medij i pritisnite return za reboot.\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:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr "Svejedno nastavi?"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
-msgstr "DoĊĦlo je do greĊĦke pri naručivanju paketa:"
+"\n"
+"Za informacije o ispravkama koje su dostupne za ovu verziju Mandrake "
+"Linuxa,\n"
+"pogledajte Errata koja je dostupna na:\n"
+"\n"
+"\n"
+"%s\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_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr "DoĊĦlo je do greĊĦke kod instaliranja paketa:"
+#: ../../install_messages.pm:1
+#, fuzzy, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr "http://www.mandrakesoft.com/sales/contact"
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -4972,19 +3599,8 @@ msgstr ""
"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:112
-msgid "License agreement"
-msgstr "Licencni ugovor"
-
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -5222,292 +3838,663 @@ msgstr ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "Prelazim na korak `%s'\n"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "Svejedno nastavi?"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "DoĊĦlo je do greĊĦke kod instaliranja paketa:"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "DoĊĦlo je do greĊĦke pri naručivanju paketa:"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, 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_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "Tastatura"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "Odbij"
-#: ../../install_steps_interactive.pm_.c:218
-msgid "Please choose your keyboard layout."
-msgstr "Molimo izaberite izgled vaĊĦe tastature."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "Prihvati"
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
-msgstr "Ovdje je puna lista svih dostupnih tastatura"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "Instaliram paket %s"
-#: ../../install_steps_interactive.pm_.c:237
-msgid "Which installation class do you want?"
-msgstr "Koju klasu instalacije Ċelite?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d paketa"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Install/Update"
-msgstr "Instaliraj/Unaprijedi"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "No details"
+msgstr "Detalji"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Is this an install or an update?"
-msgstr "Da li je ovo instalacija ili update?"
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "Detalji"
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Recommended"
-msgstr "Preporučeno"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Please wait, preparing installation..."
+msgstr "Molimo sačekajte, pripremam instalaciju"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "Ekspert"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "Preostalo vremena "
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade"
-msgstr "Unaprijedi"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "Procjenjujem"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade packages only"
-msgstr "Unaprijedi samo pakete"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "Instaliram"
-#: ../../install_steps_interactive.pm_.c:282
-msgid "Please choose the type of your mouse."
-msgstr "Molimo izaberite vrstu vaĊĦeg miĊĦa."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "Izaberite pakete koje Ċelite instalirati"
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr "Port miĊĦa"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Minimal install"
+msgstr "Minimalna instalacija"
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-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_gtk.pm:1
+#, c-format
+msgid "Updating package selection"
+msgstr "OsvjeĊavam izbor paketa"
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
-msgstr "Emulacija tipki"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Load/Save on floppy"
+msgstr "Učitaj/Spasi na disketu"
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
-msgstr "Emulacija 2 dugmeta"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "<- Previous"
+msgstr "<- Prethodni"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
-msgstr "Emulacija 3 dugmeta"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "Instalacija"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr "PodeĊĦavam PCMCIA kartice..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
+msgstr "Automatski prikaĊi izabrane pakete"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr "PodeĊĦavam IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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_interactive.pm_.c:345
-msgid "No partition available"
-msgstr "nema dostupnih particija"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "This is a mandatory package, it can't be unselected"
+msgstr "Ovo je obavezan paket, ne moĊe biti isključen"
-#: ../../install_steps_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
-msgstr "PretraĊujem particije da nađem tačke montiranja"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "Ne moĊete izabrati/isključiti ovaj paket"
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
-msgstr "Izaberite tačke montiranja"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "Sljedeći paketi će biti uklonjeni"
-#: ../../install_steps_interactive.pm_.c:386
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be installed"
+msgstr "Sljedeći paketi će biti instalirani"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
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"
+"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_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_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Značaj: %s\n"
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Root particija"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Veličina: %d KB\n"
-#: ../../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_gtk.pm:1
+#, c-format
+msgid "Version: %s\n"
+msgstr "Verzija: %s\n"
-#: ../../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_gtk.pm:1
+#, c-format
+msgid "Name: %s\n"
+msgstr "Ime: %s\n"
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Izaberite particije koje Ċelite formatirati"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Bad package"
+msgstr "Neispravan paket"
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Provjeri loĊĦe blokove?"
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "Ostalo"
-#: ../../install_steps_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr "Formatiram particije"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Ukupna veličina: %d / %d MB"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Kreiram i formatiram datoteku %s"
+msgid "Next ->"
+msgstr "Sljedeći ->"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Individual package selection"
+msgstr "Izbor pojedinačnih paketa"
+
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Help"
+msgstr "Pomoć"
-#: ../../install_steps_interactive.pm_.c:470
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package Group Selection"
+msgstr "Izbor grupe paketa"
+
+#: ../../install_steps_gtk.pm:1
#, c-format
msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
+"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 ""
+"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_interactive.pm_.c:472
-msgid "Not enough swap space to fulfill installation, please add some"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save packages selection"
+msgstr "Spasi izbor paketa"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "Automatizovano"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Replay"
+msgstr "Ponovi"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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 ""
-"Nemam dovoljno swap prostora da dovrĊĦim instalaciju, molimo dodajte joĊĦ"
+"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:479
-#, fuzzy
-msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "TraĊim dostupne pakete"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Generate auto install floppy"
+msgstr "Napravi auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:480
-msgid "Looking for available packages..."
-msgstr "TraĊim dostupne pakete"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Reboot"
+msgstr "Root"
-#: ../../install_steps_interactive.pm_.c:483
-#, fuzzy
-msgid "Looking at packages already installed..."
-msgstr "Ne moĊete isključiti ovaj paket. On je već instaliran"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:487
-msgid "Finding packages to upgrade..."
-msgstr "Pronalazim pakete za unaprjeđenje"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Creating auto install floppy..."
+msgstr "Pravim auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
+#, c-format
+msgid "Insert a blank floppy in drive %s"
+msgstr "Ubacite praznu disketu u jedinicu %s"
+
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
+"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 ""
-"VaĊĦ sistem nema dovoljno preostalog prostora za instalaciju ili unaprjeđenje "
-"(%d > %d)"
+"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:541
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "Installing bootloader"
+msgstr "Instaliram bootloadera"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
+"Error installing aboot, \n"
+"try to force installation even if that destroys the first partition?"
msgstr ""
-"Molimo izaberite učitaj ili spasi izbor paketa na disketu.\n"
-"Format je isti kao i diskete koje generiĊĦe auto_install"
+"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:543
-msgid "Load from floppy"
-msgstr "Vrati sa diskete"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "Da li Ċelite koristiti aboot?"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr "Spasi na disketu"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+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 or some other means 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:547
-msgid "Loading from floppy"
-msgstr "Vraćam sa diskete"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing bootloader..."
+msgstr "Pripremam bootloader"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Package selection"
-msgstr "Izbor paketa"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin Password"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:552
-msgid "Insert a floppy containing package selection"
-msgstr "Ubacite disketu koja sadrĊi izbor paketa"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Domain Admin User Name"
+msgstr "Ime domena"
-#: ../../install_steps_interactive.pm_.c:634
-msgid "Selected size is larger than available space"
-msgstr "Izabrana veličina je veća od slobodnog prostora"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Windows Domain"
+msgstr "Preuzmi fontove iz Windowsa"
-#: ../../install_steps_interactive.pm_.c:649
-msgid "Type of install"
-msgstr "Vrsta instalacije"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Authentication Windows Domain"
+msgstr "Autentikacijski LDAP"
-#: ../../install_steps_interactive.pm_.c:650
-#, fuzzy
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
msgstr ""
-"Niste izabrali nijednu grupu paketa\n"
-"Molimo izaberite minimalnu instalaciju koju Ċelite"
-#: ../../install_steps_interactive.pm_.c:653
-msgid "With X"
-msgstr "Sa X-om"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Server"
+msgstr "NIS server"
-#: ../../install_steps_interactive.pm_.c:655
-msgid "With basic documentation (recommended!)"
-msgstr "Sa osnovnom dokumentacijom (preporučeno)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "NIS domen"
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Stvarno minimalna instalacija (posebno bez urpmi)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication NIS"
+msgstr "Autentifikacija NIS"
-#: ../../install_steps_interactive.pm_.c:741
-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."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS"
+msgstr "NIS"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Server"
+msgstr "LDAP Server"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Base dn"
+msgstr "LDAP Base dn"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication LDAP"
+msgstr "Autentikacijski LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr "LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Local files"
+msgstr "Lokalne datoteke"
+
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "Autentikacija"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it must be at least %d characters long)"
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."
+"Ova ĊĦifra je previĊĦe jednostavna (mora biti duga najmanje %d karaktera)"
-#: ../../install_steps_interactive.pm_.c:746
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM pod oznakom \"%s\""
+msgid "No password"
+msgstr "Bez ĊĦifre"
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr "Pripremam instalaciju"
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Set root password"
+msgstr "Podesite root ĊĦifru"
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
+msgid "You have not configured X. Are you sure you really want this?"
msgstr ""
-"Instaliram paket %s\n"
-"%d%%"
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr "Post-instalacijsko podeĊĦavanje"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services: %d activated for %d registered"
+msgstr "Servisi: %d aktiviran za %d registrovan"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Molimo ubacite boot disketu koja je upotrebljena u jedinicu %s"
+msgid "Services"
+msgstr "Servisi"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Molimo ubacite disketu Update Modula u jedinicu %s"
+msgid "System"
+msgstr "Sistem"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Bootloader"
+msgstr "Bootloader koji ćete koristiti"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Boot"
+msgstr "Root"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "disabled"
+msgstr "isključi"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "activated"
+msgstr "pokreni sada"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Firewall"
+msgstr "Firewall/Router"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Security"
+msgstr "Sigurnost"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Security Level"
+msgstr "Nivo sigurnosti"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "not configured"
+msgstr "rekonfiguriĊĦi"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Network"
+msgstr "MreĊa"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Network & Internet"
+msgstr "MreĊni interface"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Graphical interface"
+msgstr "X u startanju"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Hardware"
+msgstr "na hard disk"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "TV card"
+msgstr "TV kartica"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+"Nije otkrivena zvučna kartica. Probajte \"harddrake\" poslije instalacije"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "Do you have an ISA sound card?"
+msgstr "Imate li ISA zvučnu karticu?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Sound card"
+msgstr "Zvučna kartica"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "Udaljeni CUPS server"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No printer"
+msgstr "Nema ĊĦtampača"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer"
+msgstr "Ċ tampač"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, c-format
+msgid "Mouse"
+msgstr "MiĊĦ"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Timezone"
+msgstr "Vremenska zona"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "Tastatura"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr "Ukratko"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NTP Server"
+msgstr "NTP server"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
+msgstr "Automatska sinhronizacija vremena (koristeći NTP)"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware clock set to GMT"
+msgstr "Hardverski sat podeĊĦen na GMT"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "Koja je vaĊĦa vremenska zona?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Contacting the mirror to get the list of available packages..."
+msgstr "Kontaktiram mirror da bih saznao listu dostupnih paketa"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "Izaberite mirror sa kojeg će biti dobavljeni paketi"
-#: ../../install_steps_interactive.pm_.c:861
-#, fuzzy
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1
+#, fuzzy, c-format
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
-"have been released after the distribution was released. They may\n"
+"have been updated 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"
@@ -5523,3269 +4510,6704 @@ msgstr ""
"\n"
"Da li Ċelite instalirati unaprjeđenja ?"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm:1
+#, 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:1
+#, 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:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "Post-instalacijsko podeĊĦavanje"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
+"Installing package %s\n"
+"%d%%"
msgstr ""
-"Kontaktiram Mandrake Linux web stranicu da bih saznao listu dostupnih mirrora"
+"Instaliram paket %s\n"
+"%d%%"
-#: ../../install_steps_interactive.pm_.c:881
-msgid "Choose a mirror from which to get the packages"
-msgstr "Izaberite mirror sa kojeg će biti dobavljeni paketi"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "Pripremam instalaciju"
-#: ../../install_steps_interactive.pm_.c:890
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr "Kontaktiram mirror da bih saznao listu dostupnih paketa"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "CD-ROM pod oznakom \"%s\""
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr "Koja je vaĊĦa vremenska zona?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:923
-msgid "Hardware clock set to GMT"
-msgstr "Hardverski sat podeĊĦen na GMT"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Truly minimal install (especially no urpmi)"
+msgstr "Stvarno minimalna instalacija (posebno bez urpmi)"
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatska sinhronizacija vremena (koristeći NTP)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
+msgstr "Sa osnovnom dokumentacijom (preporučeno)"
-#: ../../install_steps_interactive.pm_.c:931
-msgid "NTP Server"
-msgstr "NTP server"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With X"
+msgstr "Sa X-om"
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr "Udaljeni CUPS server"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+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:966
-msgid "No printer"
-msgstr "Nema ĊĦtampača"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Type of install"
+msgstr "Vrsta instalacije"
-#: ../../install_steps_interactive.pm_.c:982
-msgid "Do you have an ISA sound card?"
-msgstr "Imate li ISA zvučnu karticu?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Selected size is larger than available space"
+msgstr "Izabrana veličina je veća od slobodnog prostora"
-#: ../../install_steps_interactive.pm_.c:984
-msgid "Run \"sndconfig\" after installation to configure your sound card"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Insert a floppy containing package selection"
+msgstr "Ubacite disketu koja sadrĊi izbor paketa"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Loading from floppy"
+msgstr "Vraćam sa diskete"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package selection"
+msgstr "Izbor paketa"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "Spasi na disketu"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Load from floppy"
+msgstr "Vrati sa diskete"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
msgstr ""
-"Pokrenite \"sndconfig\" poslije instalacije kako biste podesili vaĊĦu zvučnu "
-"karticu"
+"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:986
-msgid "No sound card detected. Try \"harddrake\" after installation"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Your system does not have enough space left for installation or upgrade (%d "
+"> %d)"
msgstr ""
-"Nije otkrivena zvučna kartica. Probajte \"harddrake\" poslije instalacije"
+"VaĊĦ sistem nema dovoljno preostalog prostora za instalaciju ili unaprjeđenje "
+"(%d > %d)"
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Ukratko"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "Pronalazim pakete za unaprjeđenje"
-#: ../../install_steps_interactive.pm_.c:994
-msgid "Mouse"
-msgstr "MiĊĦ"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Looking at packages already installed..."
+msgstr "Ne moĊete isključiti ovaj paket. On je već instaliran"
-#: ../../install_steps_interactive.pm_.c:996
-msgid "Timezone"
-msgstr "Vremenska zona"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages..."
+msgstr "TraĊim dostupne pakete"
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
-msgid "Printer"
-msgstr "Ċ tampač"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr "TraĊim dostupne pakete"
-#: ../../install_steps_interactive.pm_.c:999
-msgid "ISDN card"
-msgstr "ISDN kartica"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
+msgstr ""
+"Nemam dovoljno swap prostora da dovrĊĦim instalaciju, molimo dodajte joĊĦ"
-#: ../../install_steps_interactive.pm_.c:1003
-#: ../../install_steps_interactive.pm_.c:1009
-msgid "Sound card"
-msgstr "Zvučna kartica"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1012
-msgid "TV card"
-msgstr "TV kartica"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Check bad blocks?"
+msgstr "Provjeri loĊĦe blokove?"
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
-msgstr "LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "Izaberite particije koje Ċelite formatirati"
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-msgid "NIS"
-msgstr "NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
-#, fuzzy
-msgid "Windows Domain"
-msgstr "Preuzmi fontove iz Windowsa"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1058
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Local files"
-msgstr "Lokalne datoteke"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "Izaberite tačke montiranja"
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Podesite root ĊĦifru"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Scanning partitions to find mount points"
+msgstr "PretraĊujem particije da nađem tačke montiranja"
-#: ../../install_steps_interactive.pm_.c:1069
-msgid "No password"
-msgstr "Bez ĊĦifre"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No partition available"
+msgstr "nema dostupnih particija"
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
-msgstr ""
-"Ova ĊĦifra je previĊĦe jednostavna (mora biti duga najmanje %d karaktera)"
+msgid "Configuring IDE"
+msgstr "PodeĊĦavam IDE"
-#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "Autentikacija"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Authentication LDAP"
-msgstr "Autentikacijski LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "PodeĊĦavam PCMCIA kartice..."
-#: ../../install_steps_interactive.pm_.c:1089
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "PCMCIA"
+msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "LDAP Server"
-msgstr "LDAP Server"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
+msgstr "Emulacija 3 dugmeta"
-#: ../../install_steps_interactive.pm_.c:1096
-msgid "Authentication NIS"
-msgstr "Autentifikacija NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 2 Emulation"
+msgstr "Emulacija 2 dugmeta"
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "NIS domen"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
+msgstr "Emulacija tipki"
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr "NIS server"
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose which serial port your mouse is connected to."
+msgstr "Molimo izaberite na kojem serijskom portu je spojen vaĊĦ miĊĦ."
-#: ../../install_steps_interactive.pm_.c:1104
-msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
-msgstr ""
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
+msgstr "Port miĊĦa"
-#: ../../install_steps_interactive.pm_.c:1106
-#, fuzzy
-msgid "Authentication Windows Domain"
-msgstr "Autentikacijski LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your type of mouse."
+msgstr "Molimo izaberite vrstu vaĊĦeg miĊĦa."
-#: ../../install_steps_interactive.pm_.c:1108
-#, fuzzy
-msgid "Domain Admin User Name"
-msgstr "Ime domena"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade"
+msgstr "Unaprijedi"
-#: ../../install_steps_interactive.pm_.c:1109
-msgid "Domain Admin Password"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade %s"
+msgstr "Unaprijedi"
-#: ../../install_steps_interactive.pm_.c:1144
-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:1
+#, fuzzy, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "Da li je ovo instalacija ili update?"
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "First floppy drive"
-msgstr "Prva disketna jedinica"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Install/Upgrade"
+msgstr "Instaliraj/Unaprijedi"
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "Druga disketna jedinica"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
+msgstr "Ovdje je puna lista svih dostupnih tastatura"
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "Preskoči"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your keyboard layout."
+msgstr "Molimo izaberite izgled vaĊĦe tastature."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "Licencni ugovor"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps_interactive.pm:1
#, fuzzy, c-format
+msgid "default:LTR"
+msgstr "Podrazumijevano"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "An error occurred"
+msgstr "DoĊĦlo je do greĊĦke"
+
+#: ../../install_steps_newt.pm:1
+#, 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"
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
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?"
+" <Tab>/<Alt-Tab> između elemenata | <Space> vrĊĦi izbor | <F12> idući ekran "
+
+#: ../../install_steps_newt.pm:1
+#, c-format
+msgid "Mandrake Linux Installation %s"
+msgstr "Mandrake Linux instalacija %s"
-#: ../../install_steps_interactive.pm_.c:1173
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "Nema pogodne disketne jedinice"
+
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "Dobro doĊĦli u %s"
+
+#: ../../install_steps.pm:1
+#, c-format
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)."
+"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"
-"\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)."
+"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_interactive.pm_.c:1181
-msgid "Sorry, no floppy drive available"
-msgstr "Ċ½ao mi je, nema dostupne disketne jedinice"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "Dvostruka tačka montiranja %s"
-#: ../../install_steps_interactive.pm_.c:1185
-msgid "Choose the floppy drive you want to use to make the bootdisk"
+#: ../../install_steps.pm:1
+#, c-format
+msgid ""
+"An error occurred, but I don't know how to handle it nicely.\n"
+"Continue at your own risk."
msgstr ""
-"Izaberite disketnu jedinicu koju Ċelite koristiti da napravite boot disketu"
+"DoĊĦlo je do greĊĦke, ali ne znam kako da je rijeĊĦim fino.\n"
+"Nastavite na vlastiti rizik."
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Ubacite disketu u %s"
+msgid "Please wait"
+msgstr "Molimo sačekajte"
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr "Pravim boot disketu"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "Ok"
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr "Pripremam bootloader"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
+#, c-format
+msgid "Finish"
+msgstr "Kraj"
-#: ../../install_steps_interactive.pm_.c:1210
-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"
+#: ../../interactive.pm:1 ../../standalone/draksec:1
+#, c-format
+msgid "Basic"
+msgstr "Osnovno"
-#: ../../install_steps_interactive.pm_.c:1216
-msgid "Do you want to use aboot?"
-msgstr "Da li Ċelite koristiti aboot?"
+#: ../../interactive.pm:1
+#, c-format
+msgid "Advanced"
+msgstr "Napredno"
-#: ../../install_steps_interactive.pm_.c:1219
-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?"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, fuzzy, c-format
+msgid "Remove"
+msgstr "PobriĊĦi listu"
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Installing bootloader"
-msgstr "Instaliram bootloadera"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Modify"
+msgstr "Izmjeni"
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Instalacija bootloadera nije uspjela. DoĊĦlo je do sljedeće greĊĦke:"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Add"
+msgstr "Dodaj"
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../interactive.pm:1
+#, c-format
+msgid "Choose a file"
+msgstr "Izaberi datoteku"
+
+#: ../../keyboard.pm:1
#, 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."
+"Here you can choose the key or key combination that will \n"
+"allow switching between the different keyboard layouts\n"
+"(eg: latin and non latin)"
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:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../keyboard.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Ubacite praznu disketu u jedinicu %s"
+msgid "Right \"Windows\" key"
+msgstr "Desna \"Windows\" tipka"
-#: ../../install_steps_interactive.pm_.c:1278
-msgid "Creating auto install floppy..."
-msgstr "Pravim auto instalacijsku disketu"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Left \"Windows\" key"
+msgstr "Lijeva \"Windows\" tipka"
-#: ../../install_steps_interactive.pm_.c:1289
-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?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "\"Menu\" key"
+msgstr "\"Meni\" tipka"
-#: ../../install_steps_interactive.pm_.c:1300
+#: ../../keyboard.pm:1
#, c-format
-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"
-"%s\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"
-"%s\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."
+msgid "Alt and Shift keys simultaneously"
+msgstr "Alt i Shift tipke istovremeno"
-#: ../../install_steps_interactive.pm_.c:1313
-#, fuzzy
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ctrl and Alt keys simultaneously"
+msgstr "Ctrl i Alt tipke istovremeno"
-#: ../../install_steps_interactive.pm_.c:1318
-msgid "Generate auto install floppy"
-msgstr "Napravi auto instalacijsku disketu"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "CapsLock key"
+msgstr "CapsLock tipka"
-#: ../../install_steps_interactive.pm_.c:1320
-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"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Control and Shift keys simultaneously"
+msgstr "Control i Shift tipka istovremeno"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Both Shift keys simultaneously"
+msgstr "Obje Shift tipke istovremeno"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right Alt key"
+msgstr "Desna Alt tipka"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Yugoslavian (latin)"
+msgstr "Jugoslavenska (latinično)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "Vjetnamska \"red brojeva\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard (international)"
+msgstr "US tastatura (međunarodna)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard"
+msgstr "US tastatura"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "UK keyboard"
+msgstr "UK tastatura"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "Ukrajinska"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr "Turska (moderni \"Q\" model)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "Turska (tradicionalni \"F\" model)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tajik keyboard"
+msgstr "TadĊička tastatura"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Thai keyboard"
+msgstr "Tajlandska tastatura"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "Armenska (pisaća maĊĦina)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tamil (ISCII-layout)"
+msgstr "Tamilska (TSCII)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Serbian (cyrillic)"
+msgstr "Srpska (ćirilica)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTY)"
+msgstr "Slovačka (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovačka (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovenian"
+msgstr "Slovenačka"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swedish"
+msgstr "Ċ vedska"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian (Yawerty)"
+msgstr "Ruska (Yawerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "Ruska"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwerty)"
+msgstr "Rumunska (qwerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwertz)"
+msgstr "Rumunska (qwertz)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Canadian (Quebec)"
+msgstr "Kanadska (Kvebek)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "Portugalska"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwertz layout)"
+msgstr "Poljska (qwertz)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "Poljska (qwerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Norwegian"
+msgstr "NorveĊĦka"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "Holandska"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
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:1325
-msgid "Automated"
-msgstr "Automatizovano"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (UK)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Replay"
-msgstr "Ponovi"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Mongolian (cyrillic)"
+msgstr "Srpska (ćirilica)"
-#: ../../install_steps_interactive.pm_.c:1328
-msgid "Save packages selection"
-msgstr "Spasi izbor paketa"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Myanmar (Burmese)"
+msgstr ""
-#: ../../install_steps_newt.pm_.c:20
+#: ../../keyboard.pm:1
#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux instalacija %s"
+msgid "Macedonian"
+msgstr "Makedonska"
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Malayalam"
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"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latvian"
+msgstr "Latvijska"
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "nedostaje consolehelper"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "Litvanska \"fonetska\" QWERTY"
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Izaberi datoteku"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "Litvanska \"red brojeva\" QWERTY"
-#: ../../interactive.pm_.c:318
-msgid "Advanced"
-msgstr "Napredno"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (new)"
+msgstr "Litvanska AYERTY (nova)"
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
-msgid "Basic"
-msgstr "Osnovno"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "Litvanska AZERTY (stara)"
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
-msgstr "<- Prethodni"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Laotian"
+msgstr "Latvijska"
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-msgid "Next"
-msgstr "Sljedeći"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latin American"
+msgstr "Latino-Američka"
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr "PogreĊĦan izbor, pokuĊĦajte ponovo\n"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Korean keyboard"
+msgstr "Korejanska tastatura"
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "VaĊĦ izbor? (podrazumjevano %s)"
+msgid "Japanese 106 keys"
+msgstr "Japanska 106 tipki"
-#: ../../interactive/stdio.pm_.c:54
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
+msgid "Inuktitut"
msgstr ""
-"Stavke koje morate popuniti:\n"
-"%s"
-#: ../../interactive/stdio.pm_.c:70
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "VaĊĦ izbor? (0/1, podrazumjevano %s)"
+msgid "Italian"
+msgstr "Italijanska"
-#: ../../interactive/stdio.pm_.c:95
+#: ../../keyboard.pm:1
#, c-format
-msgid "Button `%s': %s"
-msgstr "Dugme '%s': %s"
+msgid "Icelandic"
+msgstr "Islandska"
-#: ../../interactive/stdio.pm_.c:96
-msgid "Do you want to click on this button?"
-msgstr "Da li Ċelite kliknuti na ovo dugme?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "Iranska"
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
-msgstr ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "Izraelska (Fonetska)"
-#: ../../interactive/stdio.pm_.c:105
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "VaĊĦ izbor? (podrazumjevano '%s' %s)"
+msgid "Israeli"
+msgstr "Izraelska"
-#: ../../interactive/stdio.pm_.c:123
+#: ../../keyboard.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Postoji mnogo stvari od kojih moĊete izabrati (%s).\n"
+msgid "Croatian"
+msgstr "Hrvatska"
-#: ../../interactive/stdio.pm_.c:126
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "Mađarska"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
msgstr ""
-"Molimo unesite prvi broj od deset koji Ċelite izmjeniti,\n"
-"ili samo pritisnite Enter za nastavak.\n"
-"VaĊĦ izbor?"
-#: ../../interactive/stdio.pm_.c:139
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
+msgid "Gujarati"
msgstr ""
-"=> Primjetite, label je promjenjena:\n"
-"%s"
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
-msgstr "Ponovo poĊĦalji"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Greek"
+msgstr "Grčka"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
-msgid "Czech (QWERTZ)"
-msgstr "ČeĊĦka (QWERTZ)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "Gruzijska (\"Latinični\" izgled)"
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "Njemačka"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "Gruzijska (\"Ruski\" izgled)"
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Dvorak"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "French"
+msgstr "Francuska"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Finnish"
+msgstr "Finska"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
+#: ../../keyboard.pm:1
+#, c-format
msgid "Spanish"
msgstr "Ċ panska"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
-msgid "Finnish"
-msgstr "Finska"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Estonian"
+msgstr "Estonska"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
-msgid "French"
-msgstr "Francuska"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (Ċ vedska)"
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
-msgid "Norwegian"
-msgstr "NorveĊĦka"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Dvorak (NorveĊĦka)"
-#: ../../keyboard.pm_.c:160
-msgid "Polish"
-msgstr "Poljska"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
-msgstr "Ruska"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "Danska"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
-msgid "Swedish"
-msgstr "Ċ vedska"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
+msgstr ""
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "UK tastatura"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "Njemačka (bez mrtvih tipki)"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "US tastatura"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "Njemačka"
-#: ../../keyboard.pm_.c:167
-msgid "Albanian"
-msgstr "Albanska"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTY)"
+msgstr "ČeĊĦka (QWERTY)"
-#: ../../keyboard.pm_.c:168
-msgid "Armenian (old)"
-msgstr "Armenska (stara)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTZ)"
+msgstr "ČeĊĦka (QWERTZ)"
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "Armenska (pisaća maĊĦina)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "Ċ vicarska (Francuski izgled)"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
-msgstr "Armenska (fonetska)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "Ċ vicarska (Njemački izgled)"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "AzerbejdĊanska (latinica)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "Bjeloruska"
-#: ../../keyboard.pm_.c:177
-msgid "Belgian"
-msgstr "Belgijska"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bosnian"
+msgstr "Estonska"
-#: ../../keyboard.pm_.c:178
-#, fuzzy
-msgid "Bengali"
-msgstr "uključi"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "Brazilska (ABNT-2)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (BDS)"
+msgstr "Bugarska (BDS)"
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm:1
+#, c-format
msgid "Bulgarian (phonetic)"
msgstr "Bugarska (fonetska)"
-#: ../../keyboard.pm_.c:180
-msgid "Bulgarian (BDS)"
-msgstr "Bugarska (BDS)"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bengali"
+msgstr "uključi"
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazilska (ABNT-2)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belgian"
+msgstr "Belgijska"
-#: ../../keyboard.pm_.c:184
-#, fuzzy
-msgid "Bosnian"
-msgstr "Estonska"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "AzerbejdĊanska (latinica)"
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "Bjeloruska"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
+msgstr "Armenska (fonetska)"
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "Ċ vicarska (Njemački izgled)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "Armenska (pisaća maĊĦina)"
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "Ċ vicarska (Francuski izgled)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (old)"
+msgstr "Armenska (stara)"
-#: ../../keyboard.pm_.c:189
-msgid "Czech (QWERTY)"
-msgstr "ČeĊĦka (QWERTY)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Albanian"
+msgstr "Albanska"
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr "Njemačka (bez mrtvih tipki)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish"
+msgstr "Poljska"
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Dvorak"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Zimbabwe"
+msgstr "Zimbabve"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
+msgstr "Zambija"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
+msgstr "JuĊna Afrika"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Serbia"
+msgstr "serijski"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mayotte"
+msgstr "Mayotte"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Yemen"
+msgstr "Jemen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
+msgstr "Samoa"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Wallis and Futuna"
+msgstr "Wallis i Futuna ostrva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Vanuatu"
+msgstr "Vanuatu"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vietnam"
+msgstr "Vijetnam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr "Djevičanska ostrva (SAD)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (British)"
+msgstr "Djevičanska ostrva (Britanska)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Venezuela"
+msgstr "Venecuela"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
+msgstr "Saint Vincent and the Grenadines"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vatican"
+msgstr "Latvijska"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
+msgstr "Uzbekistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uruguay"
+msgstr "Urugvaj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
+msgstr "United States Minor Outlying Islands"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uganda"
+msgstr "Uganda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ukraine"
+msgstr "Ukrajina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
msgstr ""
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "Danska"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Taiwan"
+msgstr "Tajland"
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tuvalu"
+msgstr "Tuvalu"
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (NorveĊĦka)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
+msgstr "Trinidad i Tobago"
-#: ../../keyboard.pm_.c:196
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Ċ vedska)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkey"
+msgstr "Turska"
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "Estonska"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
+msgstr "Tonga"
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Gruzijska (\"Ruski\" izgled)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tunisia"
+msgstr "Tunis"
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Gruzijska (\"Latinični\" izgled)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkmenistan"
+msgstr "Turkmenistan"
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "Grčka"
+#: ../../lang.pm:1
+#, c-format
+msgid "East Timor"
+msgstr "Istočni Timor"
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tokelau"
+msgstr "Tokelau"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr "TadĊikistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr "Tajland"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Togo"
+msgstr "Togo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Southern Territories"
+msgstr "Francuske JuĊne Teritorije"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
+msgstr "Čad"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turks and Caicos Islands"
+msgstr "Turks i Caicos ostrva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Swaziland"
+msgstr "Svazilend"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Syria"
+msgstr "Surinam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr "El Salvador"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr "Sao Tome i Principe"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Suriname"
+msgstr "Surinam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Somalia"
+msgstr "Somalija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Senegal"
+msgstr "Senegal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr "San Marino"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr "Sierra Leone"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovakia"
+msgstr "Slovačka"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
+msgstr "Svalbard and Jan Mayen ostrva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovenia"
+msgstr "Slovenija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Helena"
+msgstr "Saint Helena"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr "Singapur"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sudan"
+msgstr "Sudan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Seychelles"
+msgstr "SejĊĦelska ostrva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr "Solomonska ostrva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr "Saudijska Arabija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr "Ruanda"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Russia"
+msgstr "Ruska"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Romania"
+msgstr "Rumunija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Reunion"
+msgstr "Reunion"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Qatar"
+msgstr "Katar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
+msgstr "Palau"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr "Paragvaj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Portugal"
+msgstr "Portugal"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Palestine"
+msgstr "Spasi izbor paketa"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Puerto Rico"
+msgstr "Portoriko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pitcairn"
+msgstr "Pitcairn"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
+msgstr "Saint Pierre and Miquelon"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Poland"
+msgstr "Poljska"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr "Pakistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
+msgstr "Filipini"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr "Papua Nova Gvineja"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr "Francuska Polinezija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr "Peru"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr "Panama"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Oman"
+msgstr "Oman"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Zealand"
+msgstr "Novi Zeland"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niue"
+msgstr "Niue"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
+msgstr "Nauru"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr "Nepal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr "Nikaragva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nigeria"
+msgstr "Nigerija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr "Norfolk ostrvo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niger"
+msgstr "Niger"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Caledonia"
+msgstr "Nova Kaledonija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr "Namibija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr "Mozambik"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malaysia"
+msgstr "Malezija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mexico"
+msgstr "Meksiko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
+msgstr "Malavi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr "Maldivi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritius"
+msgstr "Mauricijus"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr "Malta"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Montserrat"
+msgstr "Montserrat"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr "Mauritanija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr "Martinik"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr "Sjeverna Marijanska ostrva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr "Mongolija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
+msgstr "Myanmar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr "Mali"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Macedonia"
+msgstr "Makedonija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr "MarĊĦalova ostrva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr "Madagaskar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
+msgstr "Moldova"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Monaco"
+msgstr "Monako"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr "Maroko"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Libya"
+msgstr "Liberija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Latvia"
+msgstr "Latvija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
+msgstr "Luksemburg"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr "Litvanija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr "Lesoto"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liberia"
+msgstr "Liberija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr "Ċ ri Lanka"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liechtenstein"
+msgstr "LihtenĊĦtajn"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr "Saint Lucia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr "Liban"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Laos"
msgstr ""
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr "Kazahstan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr "Kajmanska ostrva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kuwait"
+msgstr "Kuvajt"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Korea"
+msgstr "JoĊĦ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
msgstr ""
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr "Saint Kitts and Nevis"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr "Komori"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr "Kiribati"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr "Kambođa"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr "Kirgistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kenya"
+msgstr "Kenija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr "Japan"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Jordan"
+msgstr "Jordan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr "Jamajka"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iceland"
+msgstr "Island"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iran"
+msgstr "Irak"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr "Irak"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
+msgstr "Britansko-Indijska morska teritorija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "India"
+msgstr "Indija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Israel"
+msgstr "Izrael"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Ireland"
+msgstr "Irska"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Indonesia"
+msgstr "Indonezija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Hungary"
msgstr "Mađarska"
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr "Haiti"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Croatia"
msgstr "Hrvatska"
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
-msgstr "Izraelska"
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr "Honduras"
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "Izraelska (Fonetska)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Heard and McDonald Islands"
+msgstr "Heard ostrvo i McDonaldova ostrva"
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "Iranska"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr "Hong Kong"
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
-msgstr "Islandska"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr "Gvajana"
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "Italijanska"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr "Gvineja Bisau"
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Guam"
+msgstr "Guam"
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "Japanska 106 tipki"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guatemala"
+msgstr "Gvatemala"
-#: ../../keyboard.pm_.c:217
-msgid "Korean keyboard"
-msgstr "Korejanska tastatura"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "South Georgia and the South Sandwich Islands"
+msgstr "South Georgia i South Sandwich ostrvo"
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "Latino-Američka"
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr "Ekvatorijalna Gvineja"
-#: ../../keyboard.pm_.c:219
-#, fuzzy
-msgid "Laotian"
-msgstr "Latvijska"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr "Gvadalupe"
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litvanska AZERTY (stara)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea"
+msgstr "Gvineja"
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litvanska AYERTY (nova)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr "Gambija"
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litvanska \"red brojeva\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Greenland"
+msgstr "Grenland"
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litvanska \"fonetska\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr "Gibraltar"
-#: ../../keyboard.pm_.c:225
-msgid "Latvian"
-msgstr "Latvijska"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
+msgstr "Gana"
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "French Guiana"
+msgstr "Francuska Gvajana"
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
-msgstr "Makedonska"
+#: ../../lang.pm:1
+#, c-format
+msgid "Georgia"
+msgstr "Gruzija"
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
+msgstr "Grenada"
-#: ../../keyboard.pm_.c:229
-#, fuzzy
-msgid "Mongolian (cyrillic)"
-msgstr "Srpska (ćirilica)"
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr "Ujedinjeno Kraljevstvo"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr "Gabon"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Faroe Islands"
+msgstr "Farska ostrva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Micronesia"
+msgstr "Micronesia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
+msgstr "Falklandsko otočje"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Fiji"
+msgstr "FidĊi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
+msgstr "Finska"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ethiopia"
+msgstr "Etiopija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Spain"
+msgstr "Ċ panija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Eritrea"
+msgstr "Eritreja"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
+msgstr "Zapadna Sahara"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Egypt"
+msgstr "Egipat"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Estonia"
+msgstr "Estonija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
+msgstr "Ekvador"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Algeria"
+msgstr "AlĊir"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominican Republic"
+msgstr "Dominikanska Republika"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominica"
+msgstr "Dominika"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
+msgstr "Danska"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Djibouti"
+msgstr "DĊibuti"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr "Kipar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
+msgstr "UskrĊĦnje ostrvo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cape Verde"
+msgstr "Zelenortska ostrva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr "Kuba"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr "Kolumbija"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr "Kina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cameroon"
+msgstr "Kamerun"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chile"
+msgstr "Čile"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr "Cook ostrva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr "Obala Slonovače"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Switzerland"
+msgstr "Ċ vicarska"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
msgstr ""
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Central African Republic"
+msgstr "Centralnoafrička Republika"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
msgstr ""
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "Holandska"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
+msgstr "Kokosova ostrva"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "Poljska (qwerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Canada"
+msgstr "Kanada"
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "Poljska (qwertz)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Belize"
+msgstr "Belize"
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "Portugalska"
+#: ../../lang.pm:1
+#, c-format
+msgid "Belarus"
+msgstr "Bjelorusija"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
-msgstr "Kanadska (Kvebek)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Botswana"
+msgstr "Bocvana"
-#: ../../keyboard.pm_.c:239
-msgid "Romanian (qwertz)"
-msgstr "Rumunska (qwertz)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
+msgstr "Ostrvo Bouvet"
-#: ../../keyboard.pm_.c:240
-msgid "Romanian (qwerty)"
-msgstr "Rumunska (qwerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr "Butan"
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "Ruska (Yawerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
+msgstr "Bahami"
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "Slovenačka"
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
+msgstr "Brazil"
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovačka (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
+msgstr "Bolivija"
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "Slovačka (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
+msgstr "Bruneji"
-#: ../../keyboard.pm_.c:248
-msgid "Serbian (cyrillic)"
-msgstr "Srpska (ćirilica)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bermuda"
+msgstr "Bermuda"
-#: ../../keyboard.pm_.c:250
-msgid "Tamil (Unicode)"
-msgstr "Tamilska (Unicode)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Benin"
+msgstr "Benin"
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
-msgstr "Tamilska (TSCII)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Burundi"
+msgstr "Burundi"
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "Tajlandska tastatura"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
+msgstr "Bahrein"
-#: ../../keyboard.pm_.c:254
-msgid "Tajik keyboard"
-msgstr "TadĊička tastatura"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bulgaria"
+msgstr "Bugarska"
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turska (tradicionalni \"F\" model)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
+msgstr "Burkina Faso"
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turska (moderni \"Q\" model)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
+msgstr "BangladeĊĦ"
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "Ukrajinska"
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
+msgstr "Barbados"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "US tastatura (međunarodna)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bosnia and Herzegovina"
+msgstr "Bosna i Hercegovina"
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vjetnamska \"red brojeva\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Azerbaijan"
+msgstr "AzerbejdĊan"
-#: ../../keyboard.pm_.c:263
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslavenska (latinično)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Aruba"
+msgstr "Aruba"
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
-msgstr "Desna Alt tipka"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Australia"
+msgstr "Australija"
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
-msgstr "Obje Shift tipke istovremeno"
+#: ../../lang.pm:1
+#, c-format
+msgid "American Samoa"
+msgstr "Američka Samoa"
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
-msgstr "Control i Shift tipka istovremeno"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
+msgstr "Argentina"
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
-msgstr "CapsLock tipka"
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
+msgstr "Antarktik"
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl i Alt tipke istovremeno"
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
+msgstr "Angola"
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt i Shift tipke istovremeno"
+#: ../../lang.pm:1
+#, c-format
+msgid "Netherlands Antilles"
+msgstr "Nizozemski Antili"
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
-msgstr "\"Meni\" tipka"
+#: ../../lang.pm:1
+#, c-format
+msgid "Armenia"
+msgstr "Armenija"
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
-msgstr "Lijeva \"Windows\" tipka"
+#: ../../lang.pm:1
+#, c-format
+msgid "Albania"
+msgstr "Albanija"
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
-msgstr "Desna \"Windows\" tipka"
+#: ../../lang.pm:1
+#, c-format
+msgid "Anguilla"
+msgstr "Anguilla"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antigua and Barbuda"
+msgstr "Antigua i Barbuda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United Arab Emirates"
+msgstr "Ujedinjeni Arapski Emirati"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Andorra"
+msgstr "Andora"
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
+#, c-format
+msgid "Afghanistan"
+msgstr "Afganistan"
+
+#: ../../loopback.pm:1
#, c-format
msgid "Circular mounts %s\n"
msgstr "KruĊno montiranje %s\n"
-#: ../../lvm.pm_.c:103
+#: ../../lvm.pm:1
+#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Najprije ukloni logičke volumene\n"
-#: ../../modules.pm_.c:290
+#: ../../modules.pm:1
+#, c-format
msgid ""
"PCMCIA support no longer exists 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."
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
-msgstr ""
-
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "Nema pogodne disketne jedinice"
-
-#: ../../modules/parameters.pm_.c:50
-#, fuzzy
-msgid "a number"
-msgstr "Broj telefona"
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "POMJERITE VAĊ  KOTAČ!"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated numbers"
-msgstr ""
+msgid "To activate the mouse,"
+msgstr "Da biste aktivirali miĊĦa,"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated strings"
-msgstr ""
+msgid "Please test the mouse"
+msgstr "Molimo testirajte miĊĦ"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
-msgstr ""
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "Bez miĊĦa"
-#: ../../modules/parameters.pm_.c:54
-#, fuzzy
-msgid "comma separated strings"
-msgstr "Formatiranje particija"
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "nijedan"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Mouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "3 dugmeta"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "2 dugmeta"
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "OpĊĦti PS2 MiĊĦ sa kotačem"
+#: ../../mouse.pm:1
+#, c-format
+msgid "1 button"
+msgstr "1 dugme"
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../mouse.pm:1
+#, c-format
+msgid "busmouse"
+msgstr "busmouse"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Logitech Mouse (serijski, stari C7 tip)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Series"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-#, fuzzy
-msgid "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Logitech CC Series"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Mouse Systems"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Logitech MouseMan"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-msgid "1 button"
-msgstr "1 dugme"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "OpĊĦti miĊĦ sa 3 dugmeta"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 2 Button Mouse"
msgstr "OpĊĦti miĊĦ sa 2 dugmeta"
-#: ../../mouse.pm_.c:47
+#: ../../mouse.pm:1
+#, c-format
+msgid "serial"
+msgstr "serijski"
+
+#: ../../mouse.pm:1
+#, fuzzy, c-format
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Wheel"
msgstr "Kotač"
-#: ../../mouse.pm_.c:51
-msgid "serial"
-msgstr "serijski"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "OpĊĦti"
-#: ../../mouse.pm_.c:54
-msgid "Generic 3 Button Mouse"
-msgstr "OpĊĦti miĊĦ sa 3 dugmeta"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "OpĊĦti PS2 MiĊĦ sa kotačem"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "Standard"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Sun - Mouse"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Series"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "Prekidač između ravnog i grupnog sortiranja"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "Smanji stablo"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (serijski, stari C7 tip)"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "ProĊĦiri stablo"
-#: ../../mouse.pm_.c:68
-msgid "busmouse"
-msgstr "busmouse"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "Info"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "2 dugmeta"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "Da li je ovo ispravno?"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "3 dugmeta"
+#: ../../my_gtk.pm:1
+#, fuzzy, c-format
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-2,*-r-*"
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "nijedan"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "GreĊĦka u pisanju datoteke: %s"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "Bez miĊĦa"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "LoĊĦa backup datoteka"
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "Molimo testirajte miĊĦ"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "Povratak iz datoteke %s nije uspio: %s"
-#: ../../mouse.pm_.c:491
-msgid "To activate the mouse,"
-msgstr "Da biste aktivirali miĊĦa,"
+#: ../../partition_table.pm:1
+#, c-format
+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"
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr "POMJERITE VAĊ  KOTAČ!"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "Extended particije nisu podrĊane na ovoj platformi"
-#: ../../my_gtk.pm_.c:65
-#, fuzzy
-msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-2,*-r-*"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "montiranje nije uspjelo: "
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-msgid "Finish"
-msgstr "Kraj"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "moĊda"
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "Sljedeći ->"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "fino"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "Da li je ovo ispravno?"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "vrlo fino"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "Info"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "vaĊno"
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "ProĊĦiri stablo"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "obavezno"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "Smanji stablo"
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "Nema dovoljno particija za RAID nivo %d\n"
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr "Prekidač između ravnog i grupnog sortiranja"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "mkraid nije uspio"
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "koristi pppoe"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "mkraid nije uspio (moĊda nedostaju raidtools?)"
-#: ../../network/adsl.pm_.c:24
-msgid "use pptp"
-msgstr "koristi pptp"
+#: ../../raid.pm:1
+#, c-format
+msgid "Can't add a partition to _formatted_ RAID md%d"
+msgstr "Ne mogu dodati particiju na _formatiran_ RAID md%d"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
-msgstr "koristi dhcp"
+#: ../../services.pm:1
+#, c-format
+msgid "Stop"
+msgstr "Stop"
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
+#: ../../services.pm:1
+#, c-format
+msgid "Start"
+msgstr "Start"
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
+#: ../../services.pm:1
+#, c-format
+msgid "On boot"
+msgstr "Prilikom boota"
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"No additional information\n"
+"about this service, sorry."
msgstr ""
+"Nema dodatnih informacija\n"
+"o ovom servisu, izvinite."
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Spoji se na Internet"
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr "Servisi i demoni"
+
+#: ../../services.pm:1
+#, c-format
+msgid "stopped"
+msgstr "zaustavljen"
+
+#: ../../services.pm:1
+#, c-format
+msgid "running"
+msgstr "aktivan"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Choose which services should be automatically started at boot time"
+msgstr "Izaberite koji servisi se trebaju pokretati automatski prilikom boota"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Database Server"
+msgstr "Server baze podataka"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Remote Administration"
+msgstr "Udaljena administracija"
+
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
+msgstr "Dijeljenje datoteka"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Internet"
+msgstr "Internet"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Printing"
+msgstr "Ċ tampa"
+
+#: ../../services.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "Load the drivers for your usb devices."
+msgstr "Pokreće drajvere za vaĊĦe usb uređaje."
-#: ../../network/adsl.pm_.c:30
+#: ../../services.pm:1
+#, c-format
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'"
+"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 ""
-"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'"
+"Syslog je pogodnost pomoću koje mnogi demoni zapisuju poruke\n"
+"u razne sistemske dnevnike. Dobra ideja je uvijek imati pokrenuti syslog."
+
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the sound system on your machine"
+msgstr "Pokreće zvučni sistem na vaĊĦem računaru"
-#: ../../network/adsl.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"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)."
-#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
-msgid "Web Server"
-msgstr "Server"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
-msgid "Domain Name Server"
-msgstr "Ime domena"
+#: ../../services.pm:1
+#, c-format
+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"
-#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
-msgid "Mail Server"
-msgstr "Server baze podataka"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
-msgid "POP and IMAP Server"
-msgstr "LDAP Server"
+#: ../../services.pm:1
+#, c-format
+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"
-#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
-msgid "No network card"
-msgstr "nije pronađena mreĊna kartica"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:129
-#, fuzzy
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall 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."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
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."
+"Postfix je Mail Transport Agent, tj. program koji ĊĦalje poĊĦtu sa jednog "
+"računara na drugu."
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"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."
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
+msgstr "PodrĊĦka za OK 4w i kompatibilne windows ĊĦtampače"
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"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."
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"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."
-#: ../../network/drakfirewall.pm_.c:167
-msgid "Everything (no firewall)"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:169
-#, fuzzy
-msgid "Other ports"
-msgstr "Testiraj portove"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
+"Manager/Windows), and NCP (NetWare) mount points."
msgstr ""
-"Koji dhcp klijent Ċelite koristiti?\n"
-"Podrazumjevani je dhcp-client"
+"Montira i demontira sve Network File System (NFS), SMB (Lan\n"
+"Manager/Windows) i NCP (NetWare) tačke montiranja."
-#: ../../network/ethernet.pm_.c:88
+#: ../../services.pm:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-"Nije pronađen ethernet mreĊni adapter na vaĊĦem sistemu.\n"
-"Ne mogu podesiti ovu vrstu konekcije."
+"named (BIND) je Domain Name Server (DNS) koji se koristi za pretvaranje "
+"imena računara u IP adrese."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "Izaberite mreĊni interface"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
+"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 ""
-"Molimo izaberite koji mreĊni adapter Ċelite koristiti za spajanje na Internet"
+"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."
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "nije pronađena mreĊna kartica"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "PodeĊĦavam mreĊu"
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr "Automatsko prepoznavanje i podeĊĦavanje hardware-a tokom boota."
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
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''."
+"Automatic regeneration of kernel header in /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
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:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "Host name"
+"Automatsko regenerisanje kernel zaglavlja u /boot za\n"
+"/usr/include/linux/{autoconf,version}.h"
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-msgid "Network Configuration Wizard"
-msgstr "Čarobnjak za podeĊĦavanje mreĊe"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Vanjski ISDN modem"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Interna ISDN kartica"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Koje je vrste vaĊĦa ISDN konekcija?"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\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"
+"HardDrake runs a hardware probe, and optionally configures\n"
+"new/changed hardware."
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"
+"HardDrake pokreće probavanje hardware-a i opcionalno konfiguriĊĦe\n"
+"novi/izmjenjeni hardware."
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nova konfiguracija (isdn-light)"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Stara konfiguracija (isdn4net)"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "PodeĊĦavanje ISDNa"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"apmd is used for monitoring battery status and logging it via syslog.\n"
+"It can also be used for shutting down the machine when the battery is low."
msgstr ""
-"Izaberite vaĊĦeg providera.\n"
-" Ako nije na listi, izaberite Nije na listi"
+"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."
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol"
-msgstr "Evropski protokol"
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is a periodic command scheduler."
+msgstr "Anacron periodični pokretač komandi."
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol (EDSS1)"
-msgstr "Evropski protokol (EDSS1)"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr "Pokreni ALSA zvučni sistem (Advanced Linux Sound Architecture)"
-#: ../../network/isdn.pm_.c:181
-msgid "Protocol for the rest of the world"
-msgstr "Protokol za ostatak svijeta"
+#: ../../standalone.pm:1
+#, c-format
+msgid "Installing packages..."
+msgstr "Instaliram pakete..."
-#: ../../network/isdn.pm_.c:181
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
msgstr ""
-"Protokol za ostatak svijeta \n"
-" bez D-kanala (iznajmljene linije)"
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
-msgstr "Koji protokol Ċelite koristiti?"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
-#: ../../network/isdn.pm_.c:196
+#: ../../standalone.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
msgstr ""
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
-msgstr "Koju vrstu kartice imate?"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "Ne znam"
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../standalone.pm:1
+#, c-format
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "[keyboard]"
+msgstr "Tastatura"
+
+#: ../../standalone.pm:1
+#, c-format
msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
msgstr ""
+
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+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"
-"Ako imate ISA karticu, vrijednosti na idućem ekranu bi trebale biti "
-"ispravne.\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"
-"Ako imate PCMCIA karticu, moraćete znati IRQ i IO vaĊĦe kartice.\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"
+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."
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "Prekid"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "Napusti instalaciju"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "Nastavak"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system updates"
+msgstr "Instaliraj sistemske update"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "Koja je vaĊĦa ISDN kartica ?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "PodeĊĦavanje servisa"
-#: ../../network/isdn.pm_.c:239
-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 ""
-"Otkrio sam neku ISDN PCI karticu, ali ne znam tip. Molimo izaberite neku PCI "
-"karticu na idućem ekranu."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "PodeĊĦavanje X"
-#: ../../network/isdn.pm_.c:248
-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."
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "Instalacija bootloadera"
-#: ../../network/modem.pm_.c:57
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Molimo izaberite na koji serijski port je nakačen vaĊĦ modem."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "PodeĊĦavanje mreĊe"
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "Opcije dialupa"
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "Dodajte korisnika"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
-msgstr "Naziv konekcije"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "Sistem instalacije"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "Broj telefona"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "Izaberite pakete za instalaciju"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "Login ID"
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "Formatiranje particija"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
-msgstr "CHAP"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Partitioning"
+msgstr "Ċ tampa"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "Izaberite vaĊĦu tastaturu"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "Skripta"
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "Izaberite klasu instalacije"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "Terminal"
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "Prepoznavanje hard diska"
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "Ime domena"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "PodeĊĦavanje miĊĦa"
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-msgid "First DNS Server (optional)"
-msgstr "Prvi DNS server (opcionalno)"
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
+msgstr ""
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-msgid "Second DNS Server (optional)"
-msgstr "Drugi DNS server (opcionalno)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "Izaberite svoj jezik"
-#: ../../network/modem.pm_.c:95
-msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
msgstr ""
-#: ../../network/modem.pm_.c:97
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../ugtk.pm:1
+#, c-format
+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-*"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr "Xpmac (installation display driver)"
+
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "but not matching"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "XFree %s sa EKSPERIMENTALNIM 3D hardverskim ubrzanjem"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "Instalacija"
+#: ../../Xconfig/card.pm:1
+#, 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."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "Tabela"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "XFree %s sa 3D hardverskim ubrzanjem"
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"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"
-"MoĊete se diskonektovati ili prekonfigurisati vaĊĦu konekciju."
+"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."
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"\n"
-"You can reconfigure your connection."
+"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"
-"MoĊete prekonfigurisati vaĊĦu konekciju."
+"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."
-#: ../../network/netconnect.pm_.c:29
-msgid "You are currently connected to internet."
-msgstr "Trenutno ste spojeni na Internet."
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "XFree %s"
+
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "KonfiguriĊĦi samo karticu \"%s\" (%s)"
-#: ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr "Koristi Xinerama ekstenziju"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr "KonfiguriĊĦi sve glave odvojeno"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "Koju konfiguraciju XFree Ċelite imati?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "XFree konfiguracija"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "Izaberite veličinu memorije vaĊĦe grafičke karte"
+
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
-"\n"
-"MoĊete se spojiti na Internet ili prekonfigurisati vaĊĦu konekciju."
+"VaĊĦ sistem podrĊava konfiguraciju viĊĦe glava.\n"
+"Ċ ta Ċelite učiniti?"
-#: ../../network/netconnect.pm_.c:32
-msgid "You are not currently connected to Internet."
-msgstr "Trenutno niste konektovani na Internet."
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Multi-head configuration"
+msgstr "Multi-head konfiguracija"
-#: ../../network/netconnect.pm_.c:36
-msgid "Connect"
-msgstr "Konektuj me"
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Choose an X server"
+msgstr "Izaberite X server"
-#: ../../network/netconnect.pm_.c:37
-msgid "Disconnect"
-msgstr "Prekini konekciju"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "X server"
-#: ../../network/netconnect.pm_.c:38
-msgid "Configure the connection"
-msgstr "Podesi konekciju"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "64 MB ili viĊĦe"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr "Internet konekcija & podeĊĦavanje"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 MB"
-#: ../../network/netconnect.pm_.c:94
+#: ../../Xconfig/card.pm:1
#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Sada ćemo podesiti konekciju %s."
+msgid "16 MB"
+msgstr "16 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 kB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 kB"
-#: ../../network/netconnect.pm_.c:103
+#: ../../Xconfig/main.pm:1
#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
+"%s"
msgstr ""
+"ZadrĊati izmjene?\n"
+"Trenutna konfiguracija je:\n"
"\n"
+"%s"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "Opcije"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr ""
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "Rezolucija"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "Monitor"
+
+#: ../../Xconfig/main.pm:1
+#, fuzzy, c-format
+msgid "Graphic Card"
+msgstr "Grafička karta"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "Izlaz"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "Brzina vertiaklnog osvjeĊavanja"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "Brzina horizontalnog osvjeĊavanja"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+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"
-"Sada ćemo podesiti konekciju %s.\n"
-"\n"
-"\n"
-"Pritisnite OK za nastavak."
+"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."
-#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr "PodeĊĦavanje mreĊe"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr ""
+
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Vendor"
+msgstr "PoniĊĦti"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr ""
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "Izaberite monitor"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "Grafička karta: %s"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Choose the resolution and the color depth"
+msgstr "Izaberite rezoluciju i dubinu boja"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "Rezolucije"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4 milijarde boja (32 bita)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16 miliona boja (24 bita)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65 hiljada boja (16 bita)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32 hiljada boja (15 bita)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 boja (8 bita)"
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Is this the correct setting?"
+msgstr "Da li je ovo ispravno?"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Leaving in %d seconds"
+msgstr "%d sekundi"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
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"
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
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:157
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Upozorenje: testiranje ove grafičke karte moĊe zalediti računar"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "Ċ½elite li testirati konfiguraciju?"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "Testiranje konfiguracije"
+
+#: ../../Xconfig/various.pm:1
+#, fuzzy, c-format
+msgid "What norm is your TV using?"
+msgstr "Koje je vrste vaĊĦa ISDN konekcija?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
msgid ""
-"Welcome to The Network Configuration Wizard.\n"
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\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"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
"\n"
-"Sada ćemo podesiti vaĊĦu internet/mreĊnu konekciju.\n"
-"Ako ne Ċelite da koristite automatsko prepoznavanje, isključite opciju.\n"
+"Do you have this feature?"
+msgstr ""
-#: ../../network/netconnect.pm_.c:163
-msgid "Choose the profile to configure"
-msgstr "Izaberite profil za podeĊĦavanje"
+#: ../../Xconfig/various.pm:1
+#, c-format
+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 ""
+"Mogu podesiti vaĊĦ računar da automatski pokrene X nakon boota.\n"
+"Ċ½elite li da se X pokrene kada bootate?"
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
-msgstr "Koristi auto prepoznavanje"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "X u startanju"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-msgid "Expert Mode"
-msgstr "Ekspertni mod"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "XFree86 drajver: %s\n"
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr "Prepoznajem uređaje..."
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "XFree86 server: %s\n"
-#: ../../network/netconnect.pm_.c:214
-msgid "Normal modem connection"
-msgstr "Normalna modemska konekcija"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "Rezolucija: %s\n"
-#: ../../network/netconnect.pm_.c:214
+#: ../../Xconfig/various.pm:1
#, c-format
-msgid "detected on port %s"
-msgstr "detektovan na portu %s"
+msgid "Color depth: %s\n"
+msgstr "Dubina boja: %s\n"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "Normalna modemska konekcija"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "Grafička memorija: %s kB\n"
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "detektovan %s"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "Grafička karta: %s\n"
-#: ../../network/netconnect.pm_.c:216
-msgid "ISDN connection"
-msgstr "ISDN konekcija"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "Monitor VertRefresh: %s\n"
-#: ../../network/netconnect.pm_.c:216
+#: ../../Xconfig/various.pm:1
#, c-format
-msgid "detected %s"
-msgstr "detektovan %s"
+msgid "Monitor HorizSync: %s\n"
+msgstr "Monitor HorizSync: %s\n"
-#: ../../network/netconnect.pm_.c:217
-msgid "ADSL connection"
-msgstr "ADSL konekcija"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "Monitor: %s\n"
-#: ../../network/netconnect.pm_.c:218
-msgid "Cable connection"
-msgstr "Kablovska konekcija"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "Uređaj miĊĦa: %s\n"
-#: ../../network/netconnect.pm_.c:218
-msgid "cable connection detected"
-msgstr "otkrivena kablovska konekcija"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "Tip miĊĦa: %s\n"
-#: ../../network/netconnect.pm_.c:219
-msgid "LAN connection"
-msgstr "LAN konekcija"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "Raspored tastature: %s\n"
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
-msgstr "prepoznata ethernet kartica(e)"
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "Opcije: %s"
-#: ../../network/netconnect.pm_.c:222
-msgid "Choose the connection you want to configure"
-msgstr "Izaberite konekciju koju Ċelite podesiti"
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "Tačka montiranja: "
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "Server: "
+msgstr "Server"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr ""
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "Molim unesite brzinu cd pisača"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "Tačka montiranja"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server"
+msgstr "Server"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "Montiraj"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "Demontiraj"
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "New"
+msgstr "novi"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
msgstr ""
-"Podesili ste nekoliko načina za konekciju na Internet.\n"
-"Izaberite jedan od njih koji ćete koristiti.\n"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Koristite ``%s'' umjesto toga"
+
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "Tip"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "Najprije koristite ``Demontiraj''"
+
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "ObriĊĦi"
+
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "Kreiraj"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Filesystem types:"
+msgstr "Tipovi file sistema:"
+
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "Prazno"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Windows"
+msgstr "Preuzmi fontove iz Windowsa"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "SunOS"
+msgstr "SunOS"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "Swap"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Journalised FS"
+msgstr "Journalised FS"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "No hard drives found"
+msgstr ""
+"Nije pronađen nijedan lokalni ĊĦtampač!\n"
"\n"
-#: ../../network/netconnect.pm_.c:247
-msgid "Internet connection"
-msgstr "Internet konekcija"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "Molimo kliknite na particiju"
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr "Da li Ċelite pokrenuti konekciju prilikom boota?"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\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\")"
-#: ../../network/netconnect.pm_.c:267
-msgid "Network configuration"
-msgstr "PodeĊĦavanje mreĊe"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Choose action"
+msgstr "Izaberi akciju"
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
-msgstr "Potrebno je restartovati mreĊu"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "Čarobnjak"
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
+"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 ""
-"DoĊĦlo je do problema prilikom restartovanja mreĊe:\n"
-"\n"
-"%s"
+"Ako planirate koristiti aboot, budite paĊljivi i ostavite slobodnog prostora "
+"(2048 sektora je dovoljno)\n"
+"na početku diska"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "Molimo najprije napravite backup vaĊĦih podataka"
+
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "Pročitajte paĊljivo!"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
+msgstr "Ċ ifra (joĊĦ jednom)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
+msgstr "Ċ ifra"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "The encryption keys do not match"
+msgstr "Ċ ifre se ne poklapaju"
-#: ../../network/netconnect.pm_.c:282
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "Choose your filesystem encryption key"
+msgstr "Izaberite vaĊĦ ključ za kodiranje datotečnog sistema"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem encryption key"
+msgstr "Ključ za kodiranje datotečnog sistema"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Type: "
+msgstr "Tip: "
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "on channel %d id %d\n"
+msgstr "na busu %d id %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Tip tabele particija: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "LVM-diskovi %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "Info: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "Geometrija: %s cilindara, %s glava, %s sektora\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "Veličina: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "Uređaj: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
"\n"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-"Čestitamo, podeĊĦavanje mreĊe i interneta je zavrĊĦeno.\n"
"\n"
-"Sada će ova konfiguracija biti primjenjena na vaĊĦ sistem.\n"
+"Ova posebna Bootstrap\n"
+"particija je za\n"
+"dvojni boot vaĊĦeg sistema.\n"
-#: ../../network/netconnect.pm_.c:286
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
+"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\n"
msgstr ""
-"Nakon ĊĦto je to gotovo, preporučujemo da restartujete vaĊĦ X\n"
-"okoliĊĦ kako bi se izbjegao problem sa promjenom naziva računara."
+"\n"
+"Postoji mogućnost da je ova\n"
+"particija Driver particija, vjerovatno\n"
+"biste je trebali ostaviti na miru.\n"
-#: ../../network/netconnect.pm_.c:287
-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"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Naziv loopback datoteke: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "RAID-diskovi %s\n"
-#: ../../network/network.pm_.c:278
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Veličina chunka %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "Nivo %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
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."
+"Particija koja se boota po defaultu\n"
+" (za MS-DOS boot, ne za lilo)\n"
-#: ../../network/network.pm_.c:283
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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)."
+"Loopback file(s):\n"
+" %s\n"
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)."
+"Loopback datoteka(e):\n"
+" %s\n"
-#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr "PodeĊĦavam mreĊni uređaj %s"
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid " (driver %s)"
-msgstr " (drajver %s)"
+msgid "Mounted\n"
+msgstr "Montirana\n"
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "IP adresa"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Not formatted\n"
+msgstr "Nije formatirana\n"
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "Netmask"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "Formatirana\n"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Cilindar %d do %d\n"
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "Automatska IP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s sektora"
-#: ../../network/network.pm_.c:299
-#, fuzzy
-msgid "Start at boot"
-msgstr "Pokrenut na bootu"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "Veličina: %s"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP adresa treba biti u formatu 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Početak: sector %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "Ime: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "DOS slovo uređaja: %s (pretpostavka)\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr "particija %s je od sada poznata kao %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Removing %s"
+msgstr "Uklanjam %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Copying %s"
+msgstr "Kopiram %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving files to the new partition"
+msgstr "PremjeĊĦtam datoteke na novu particiju"
-#: ../../network/network.pm_.c:326
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+"Directory %s already contains data\n"
+"(%s)"
+msgstr ""
+"Direktorij %s već sadrĊi neke podatke\n"
+"(%s)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hide files"
+msgstr "Sakrij datoteke"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move files to the new partition"
+msgstr "Prebaci datoteke na novu particiju"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+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:1
+#, 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:1
+#, fuzzy, c-format
+msgid ""
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure 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"
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"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"
-#: ../../network/network.pm_.c:350
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"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 ""
-"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"
+"Ċ½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"
-#: ../../network/network.pm_.c:355
-msgid "DNS server"
-msgstr "DNS server"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "The package %s is needed. Install it?"
+msgstr "Paket %s treba biti instaliran. Da li ga Ċelite instalirati?"
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (tj. %s)"
+msgid "What type of partitioning?"
+msgstr "Koju vrstu particioniranja?"
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "Gateway uređaj"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Be careful: this operation is dangerous."
+msgstr "Budite oprezni: ova operacija je opasna"
-#: ../../network/network.pm_.c:363
-#, fuzzy
-msgid "DNS server address should be in format 1.2.3.4"
-msgstr "IP adresa treba biti u formatu 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "veličina chunka"
-#: ../../network/network.pm_.c:367
-#, fuzzy
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr "IP adresa treba biti u formatu 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "nivo"
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Konfiguracija proxija"
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "Uređaj"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
+msgstr "Razni"
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount options"
+msgstr "Opcije montiranja"
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
-msgstr "Otkrij id mreĊne karte (korisno za laptope)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
+msgstr "Datoteka već postoji. Ċ½elite li je koristiti?"
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy treba biti http://..."
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "File is already used by another loopback, choose another one"
+msgstr "Datoteku već koristi drugi loopback, izaberite drugo ime"
-#: ../../network/network.pm_.c:388
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Url treba počinjati sa 'http:'"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Give a file name"
+msgstr "Dajte naziv datoteke"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "Otkrivena konfiguracija firewalla!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "Tip datotečnog sistema: "
-#: ../../network/shorewall.pm_.c:27
-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."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "Veličina u MB: "
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "Internet konfiguracija"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "Naziv loopback datoteke: "
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Da li se Ċelite pokuĊĦati spojiti na Internet sada?"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Loopback"
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-msgid "Testing your connection..."
-msgstr "Probavam vaĊĦu konekciju..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "Ova particija se ne moĊe koristiti za loopback"
-#: ../../network/tools.pm_.c:70
-msgid "The system is now connected to Internet."
-msgstr "Sistem je sada spojen na Internet."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
+msgstr "Naziv LVMa?"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
-msgstr "Iz sigurnosnih razloga, sada će biti odspojen."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "novi"
-#: ../../network/tools.pm_.c:72
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr "Izaberite postojeći LVM na koji ćete dodati"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr "Izaberite postojeći RAID na koji ćete dodati"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "PremjeĊĦtam particiju..."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "PremjeĊĦtam"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "Na koji sektor je Ċelite premjestiti?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "Sektor"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "Na koji disk je Ċelite premjestiti?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "PremjeĊĦtanje"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "New size in MB: "
+msgstr "Nova veličina u MB: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "Izaberite novu veličinu"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "Promjeni veličinu"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "All data on this partition should be backed-up"
+msgstr "Svi podaci na toj particiji bi trebali biti backupovani"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition is not resizeable"
+msgstr "Ovoj particiji ne moĊete mijenjati veličinu"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "Izračunavam granice FAT filesistema"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount %s?"
+msgstr "Gdje Ċelite montirati uređaj %s?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
msgstr ""
-"Izgleda da sistem nije spojen na Internet.\n"
-"Probajte promjeniti postavke vaĊĦe konekcije."
+"Ne mogu izmjeniti tačku montiranja jer se ova particija koristi za "
+"loopback.\n"
+"Najprije uklonite loopback"
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr "PodeĊĦavanje konekcije"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Gdje Ċelite montirati uređaj %s?"
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
-msgstr "Molimo ispunite ili provjerite polje ispod"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "Gdje Ċelite montirati loopback datoteku %s?"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr "IRQ kartice"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
+msgstr "Prebacujem sa ext2 na ext3"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "Memorija kartice (DMA)"
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Which filesystem do you want?"
+msgstr "Koji datotečni sistem Ċelite?"
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "IO kartice"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Change partition type"
+msgstr "Izmjena tipa particije"
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "IO_0 kartice"
+#: ../../diskdrake/interactive.pm:1
+#, 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"
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "IO_1 kartice"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove the loopback file?"
+msgstr "Ukloniti loopback datoteku?"
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
-msgstr "VaĊĦ lični broj telefona"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"You can't create a new partition\n"
+"(since you reached the maximal number of primary partitions).\n"
+"First remove a primary partition and create an extended partition."
+msgstr ""
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr "Naziv provajdera (npr. provajder.net)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Preference: "
+msgstr "Preference: "
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr "Broj telefona provajdera"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start sector: "
+msgstr "Početni sektor: "
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-msgid "Provider dns 1 (optional)"
-msgstr "Provider dns 1 (opcionalno)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create a new partition"
+msgstr "Napravi novu particiju"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-msgid "Provider dns 2 (optional)"
-msgstr "Provider dns 2 (opcionalno)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "Koristi za loopback"
-#: ../../network/tools.pm_.c:109
-msgid "Choose your country"
-msgstr "Izaberite vaĊĦu drĊavu"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "Modificiraj RAID"
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr "Način biranja broja"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "Ukloni sa LVMa"
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-msgid "Connection speed"
-msgstr "Brzina konekcije"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "Ukloni sa RAIDa"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-msgid "Connection timeout (in sec)"
-msgstr "Timeout konekcije (u sek.)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "Dodaj na LVM"
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr "Login naloga (korisničko ime)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "Dodaj na RAID"
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Ċ ifra naloga"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "Formatiraj"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Detailed information"
+msgstr "Detaljne informacije"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "PokuĊĦavam da spasim tabelu particija"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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"
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "montiranje nije uspjelo: "
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "Upozorenje"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
-msgstr "Extended particije nisu podrĊane na ovoj platformi"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "Izaberite datoteku"
-#: ../../partition_table.pm_.c:685
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"The backup partition table has not the same size\n"
+"Still continue?"
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"
+"Backup tabela particija nema istu veličinu\n"
+"Ipak nastavljate?"
-#: ../../partition_table.pm_.c:774
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Povratak iz datoteke %s nije uspio: %s"
+msgid "Removable media automounting"
+msgstr "Automatsko montiranje izmjenjivog medija"
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr "LoĊĦa backup datoteka"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Reload partition table"
+msgstr "Ponovo učitaj tabelu particija"
-#: ../../partition_table.pm_.c:796
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr "GreĊĦka u pisanju datoteke: %s"
+msgid "Rescue partition table"
+msgstr "Spasi tabelu particija"
-#: ../../partition_table/raw.pm_.c:192
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Restore partition table"
+msgstr "Vrati tabelu particija"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Save partition table"
+msgstr "Snimi tabelu particija"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
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"
+"Da biste imali joĊĦ particija, molimo pobriĊĦite jednu kako bi se mogla "
+"kreirati extended particija"
-#: ../../pkgs.pm_.c:26
-msgid "must have"
-msgstr "obavezno"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "I can't add any more partition"
+msgstr "Ne mogu dodati viĊĦe particija"
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr "vaĊno"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "Sve primarne particije su u upotrebi"
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr "vrlo fino"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hard drive information"
+msgstr "Informacije o hard disku"
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr "fino"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Auto allocate"
+msgstr "Auto alokacija"
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr "moĊda"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "ObriĊĦi sve"
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Ċ½elite li spasiti izmjene /etc/fstab"
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "Izlazite bez pisanja tabele particija?"
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "Izlaz bez spaĊĦavanja"
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
-msgstr "LPD"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "Svejedno nastavljate?"
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "Prebaci u ekspertni mod"
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
-msgstr "LPRng"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "Prebaci u normalni mod"
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "PoniĊĦti"
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Exit"
+msgstr "Izlaz"
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Nepoznat model"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose a partition"
+msgstr "Izaberi particiju"
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "Lokalni ĊĦtampač"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose another partition"
+msgstr "Izaberi drugu particiju"
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "Udaljeni ĊĦtampač"
+#: ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Change type"
+msgstr "Promjeni tip"
-#: ../../printer/main.pm_.c:28
-msgid "Printer on remote CUPS server"
-msgstr "Ċ tampač na udaljenom CUPS serveru"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Search servers"
+msgstr "TraĊi servere"
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-msgid "Printer on remote lpd server"
-msgstr "Ċ tampač na udaljenom lpd serveru"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Domain"
+msgstr "NIS domen"
-#: ../../printer/main.pm_.c:30
-msgid "Network printer (TCP/Socket)"
-msgstr "MreĊni ĊĦtampač (TCP/Socket)"
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Username"
+msgstr "Korisničko ime"
-#: ../../printer/main.pm_.c:31
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Ċ tampač na SMB/Windows 95/98/NT serveru"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid ""
+"Please enter your username, password and domain name to access this host."
+msgstr ""
-#: ../../printer/main.pm_.c:32
-msgid "Printer on NetWare server"
-msgstr "Ċ tampač na NetWare serveru"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Domain Authentication Required"
+msgstr "Autentikacija"
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-msgid "Enter a printer device URI"
-msgstr "Unesite URI uređaja ĊĦtampača"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Another one"
+msgstr "Internet"
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
-msgstr "Spoji zadatak na komandu"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Which username"
+msgstr "Korisničko ime"
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
-msgstr "Nepoznat model"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Can't login using username %s (bad password?)"
+msgstr ""
-#: ../../printer/main.pm_.c:317
-msgid "Local Printers"
-msgstr "Lokalni ĊĦtampači"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "cpu # "
+msgstr ""
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-msgid "Remote Printers"
-msgstr "Udaljeni ĊĦtampači"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SMBus controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " na paralelnom portu \\/*%s"
+msgid "USB controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB ĊĦtampač \\/*%s"
+msgid "SCSI controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:334
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", viĊĦenamjenski uređaj na paralelnom portu \\/*%s"
+msgid "(E)IDE/ATA controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
-msgstr ", viĊĦenamjenski uređaj na USBu"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
+msgstr ""
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
-msgstr ", viĊĦenamjenski uređaj na HP JetDirect"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Scanner"
+msgstr "Izaberite skener"
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
-msgstr ", viĊĦenamjenski uređaj"
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Unknown/Others"
+msgstr "OpĊĦti"
-#: ../../printer/main.pm_.c:344
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", printing to %s"
-msgstr ", ĊĦtampa u %s"
+msgid "Bridges and system controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:346
+#: ../../harddrake/data.pm:1
#, fuzzy, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
-msgstr "na LPD serveru \"%s\", ĊĦtampač \"%s\""
+msgid "Modem"
+msgstr "MiĊĦ"
-#: ../../printer/main.pm_.c:348
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Ethernetcard"
+msgstr "Ethernet kartica"
+
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP host \"%s\", port %s"
+msgid "Processors"
+msgstr ""
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Webcam"
+msgstr ""
-#: ../../printer/main.pm_.c:352
+#: ../../harddrake/data.pm:1
#, fuzzy, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr "na Windows serveru \"%s\", share \"%s\""
+msgid "Soundcard"
+msgstr "Zvučna kartica"
-#: ../../printer/main.pm_.c:356
+#: ../../harddrake/data.pm:1
#, fuzzy, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
-msgstr "na Novell serveru \"%s\", ĊĦtampač \"%s\""
+msgid "Other MultiMedia devices"
+msgstr "Drugi medij"
-#: ../../printer/main.pm_.c:358
-#, c-format
-msgid ", using command %s"
-msgstr ", koristeći komandu %s"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Tvcard"
+msgstr "TV kartica"
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
-msgstr "Sirovo ĊĦtampanje (Bez drajvera)"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Videocard"
+msgstr "Video mod"
+
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Tape"
+msgstr "Tip"
-#: ../../printer/main.pm_.c:647
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "(on %s)"
-msgstr "(na %s)"
+msgid "DVD-ROM"
+msgstr ""
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
-msgstr "(na ovom računaru)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CD/DVD burners"
+msgstr ""
-#: ../../printer/main.pm_.c:674
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "CDROM"
+msgstr "\t-CDROM.\n"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Disk"
+msgstr "Danska"
+
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Na CUPS serveru \"%s\""
+msgid "Zip"
+msgstr ""
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr " (Default)"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Floppy"
+msgstr "Spasi na disketu"
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr "Izaberi konekciju ĊĦtampača"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Let me pick any driver"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr "Kako je ĊĦtampač povezan na računar?"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Driver:"
+msgstr "Drajver"
-#: ../../printer/printerdrake.pm_.c:30
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
+"The current driver for your \"%s\" sound card is \"%s\" "
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Choosing an arbitratry driver"
msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
"\n"
-"Ovdje ne morate podeĊĦavati ĊĦtampače na udaljenim CUPS serverima;\n"
-"ovi ĊĦtampači će biti automatski prepoznati."
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound trouble shooting"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-msgid "CUPS configuration"
-msgstr "PodeĊĦavanje CUPSa"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-msgid "Specify CUPS server"
-msgstr "Navedite CUPS server"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Unkown driver"
+msgstr "Nepoznat model"
-#: ../../printer/printerdrake.pm_.c:83
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "No known driver"
+msgstr "X drajver"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
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."
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
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."
-#: ../../printer/printerdrake.pm_.c:84
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "No open source driver"
+msgstr "X drajver"
+
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Please Wait... Applying the configuration"
+msgstr "Molimo sačekajte... Primjenjujem konfiguraciju"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
+"The old \"%s\" driver is blacklisted.\n"
"\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\")."
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Trouble shooting"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
"\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\")."
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:88
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP adresa treba biti u formatu 192.168.1.20"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-msgid "The port number should be an integer!"
-msgstr "Broj porta treba biti cijeli broj!"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:99
-msgid "CUPS server IP"
-msgstr "IP CUPS servera"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Sound configuration"
+msgstr "PodeĊĦavanje CUPSa"
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "Port"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:102
-msgid "Automatic CUPS configuration"
-msgstr "Automatska konfiguracija CUPSa"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No alternative driver"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:159
-#, fuzzy
-msgid "Checking your system..."
-msgstr "Restartujem sistem za ĊĦtampu ..."
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "enable radio support"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-msgid "Printerdrake"
-msgstr "Printerdrake"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Radio support:"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:167
-msgid ""
-"There are no printers found which are directly connected to your machine"
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "PLL setting:"
+msgstr "postavka opterećenja"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "number of capture buffers for mmap'ed capture"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:179
-#, fuzzy
-msgid ""
-"The following printers\n"
-"\n"
-msgstr "Sljedeći paketi će biti uklonjeni"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Number of capture buffers:"
+msgstr ""
+
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Tuner type:"
+msgstr "Promjeni tip"
-#: ../../printer/printerdrake.pm_.c:180
-#, fuzzy
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Card model:"
+msgstr "Memorija kartice (DMA)"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
msgid ""
-"The following printer\n"
-"\n"
-msgstr "Sljedeći paketi će biti uklonjeni"
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Unknown|Generic"
+msgstr "OpĊĦti"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH06X (bt878) [many vendors]"
+msgstr ""
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH05X (bt878) [many vendors]"
+msgstr ""
+
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Auto-detect"
+msgstr "Koristi auto prepoznavanje"
+
+#: ../../interactive/newt.pm:1
+#, fuzzy, c-format
+msgid "Do"
+msgstr "Gotovo"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "VaĊĦ izbor? (podrazumjevano %s)"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Bad choice, try again\n"
+msgstr "PogreĊĦan izbor, pokuĊĦajte ponovo\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Re-submit"
+msgstr "Ponovo poĊĦalji"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"\n"
-"and one unknown printer are "
+"=> Notice, a label changed:\n"
+"%s"
msgstr ""
+"=> Primjetite, label je promjenjena:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../interactive/stdio.pm:1
#, c-format
msgid ""
-"\n"
-"and %d unknown printers are "
+"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:1
+#, 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:1
+#, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "VaĊĦ izbor? (podrazumjevano '%s' %s)"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Do you want to click on this button?"
+msgstr "Da li Ċelite kliknuti na ovo dugme?"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Button `%s': %s"
+msgstr "Dugme '%s': %s"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "VaĊĦ izbor? (0/1, podrazumjevano %s)"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"\n"
-"are "
+"Entries you'll have to fill:\n"
+"%s"
msgstr ""
+"Stavke koje morate popuniti:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"is "
+"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?"
-#: ../../printer/printerdrake.pm_.c:189
-#, fuzzy
-msgid "directly connected to your system"
-msgstr "Kopiraj fontove na sistem"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "Navedi opcije"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "Ispitivanje"
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"There is one unknown printer directly connected to your system"
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. 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."
+
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "Koji %s drajver ću pokuĊĦati?"
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "Opcije modula"
+
+#: ../../modules/interactive.pm:1
#, c-format
msgid ""
-"\n"
-"There are %d unknown printers directly connected to your system"
+"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 ""
+"Sada moĊete navesti opcije za modul %s. Opcije su u formatu ``ime=vrijednost "
+"ime2=vrijednost2 ...''.\n"
+"Na primjer, ``io=0x300 irq=7''"
-#: ../../printer/printerdrake.pm_.c:200
-#, fuzzy
-msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr "Molimo izaberite na koji port je priključen vaĊĦ ĊĦtampač."
+#: ../../modules/interactive.pm:1
+#, fuzzy, c-format
+msgid ""
+"You may now provide 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'"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(modul %s)"
+
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "Instaliram drajver za %s karticu %s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "Pogledaj hardware info"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "Imate li ijedan %s interfejs?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "Imate li neki drugi?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "Pronađeno %s %s interfejsa"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, fuzzy, c-format
+msgid "comma separated strings"
+msgstr "Formatiranje particija"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../modules/parameters.pm:1
+#, fuzzy, c-format
+msgid "a number"
+msgstr "Broj telefona"
+
+#: ../../network/adsl.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:215
-#, fuzzy
-msgid "Do you want to enable printing on printers in the local network?\n"
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few use dhcp.\n"
+"If you don't know, choose 'use pppoe'"
msgstr ""
-"Da li Ċelite da podesite ovaj ĊĦtampač (\"%s\")\n"
-"kao podrazumjevani ĊĦtampač?"
+"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'"
-#: ../../printer/printerdrake.pm_.c:217
-#, fuzzy
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Da li Ċelite pokrenuti konekciju prilikom boota?"
+#: ../../network/adsl.pm:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "Spoji se na Internet"
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Alcatel speedtouch usb"
+msgstr "Alcatel speedtouch usb"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr "koristi dhcp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pptp"
+msgstr "koristi pptp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "koristi pppoe"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Other ports"
+msgstr "Testiraj portove"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Everything (no firewall)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:219
+#: ../../network/drakfirewall.pm:1
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-msgid "Add a new printer"
-msgstr "Dodaj novi ĊĦtampač"
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\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."
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
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."
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
-"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"tinyfirewall podeĊĦavač\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"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."
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "No network card"
+msgstr "nije pronađena mreĊna kartica"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "POP and IMAP Server"
+msgstr "LDAP Server"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Mail Server"
+msgstr "Server baze podataka"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Domain Name Server"
+msgstr "Ime domena"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Web Server"
+msgstr "Server"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Zeroconf Host name"
+msgstr "Host name"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "Host name"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
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"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
-"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
-"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"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''."
-#: ../../printer/printerdrake.pm_.c:307
-#, fuzzy
-msgid "Auto-detect printers connected to this machine"
-msgstr "Automatski prepoznaj ĊĦtampače"
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "PodeĊĦavam mreĊu"
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "nije pronađena mreĊna kartica"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
+#: ../../network/ethernet.pm:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "Izaberite mreĊni interface"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid ""
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
+msgstr ""
+"Koji dhcp klijent Ċelite koristiti?\n"
+"Podrazumjevani je dhcp-client"
+
+#: ../../network/isdn.pm:1
+#, c-format
+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/isdn.pm:1
+#, c-format
+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 ""
+"Otkrio sam neku ISDN PCI karticu, ali ne znam tip. Molimo izaberite neku PCI "
+"karticu na idućem ekranu."
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "Koja je vaĊĦa ISDN kartica ?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "PodeĊĦavanje ISDNa"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "Prekid"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "Nastavak"
+
+#: ../../network/isdn.pm:1
+#, c-format
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"
+"If you have an ISA card, the values on the next screen should be right.\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."
+"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
+"card.\n"
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"
+"Ako imate ISA karticu, vrijednosti na idućem ekranu bi trebale biti "
+"ispravne.\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."
+"Ako imate PCMCIA karticu, moraćete znati IRQ i IO vaĊĦe kartice.\n"
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Printer auto-detection"
-msgstr "Koristi auto prepoznavanje"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "I don't know"
+msgstr "Ne znam"
-#: ../../printer/printerdrake.pm_.c:385
-#, fuzzy, c-format
-msgid ", network printer \"%s\", port %s"
-msgstr ", TCP/IP host \"%s\", port %s"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "PCI"
+msgstr "PCI"
-#: ../../printer/printerdrake.pm_.c:387
-#, fuzzy, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Ċ tampač na SMB/Windows 95/98/NT serveru"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISA / PCMCIA"
+msgstr "ISA / PCMCIA"
-#: ../../printer/printerdrake.pm_.c:391
+#: ../../network/isdn.pm:1
#, c-format
-msgid "Detected %s"
-msgstr "Detektovan %s"
+msgid "What kind of card do you have?"
+msgstr "Koju vrstu kartice imate?"
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/isdn.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Ċ tampač na paralelnom portu \\/*%s"
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/isdn.pm:1
#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB ĊĦtampač \\/*%s"
+msgid "Which protocol do you want to use?"
+msgstr "Koji protokol Ċelite koristiti?"
-#: ../../printer/printerdrake.pm_.c:399
-#, fuzzy, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "MreĊni ĊĦtampač (TCP/Socket)"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Protocol for the rest of the world"
+msgstr "Protokol za ostatak svijeta"
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/isdn.pm:1
+#, c-format
+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:1
#, fuzzy, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Ċ tampač na SMB/Windows 95/98/NT serveru"
+msgid "European protocol"
+msgstr "Evropski protokol"
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-msgid "Local Printer"
-msgstr "Lokalni ĊĦtampač"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "European protocol (EDSS1)"
+msgstr "Evropski protokol (EDSS1)"
-#: ../../printer/printerdrake.pm_.c:526
+#: ../../network/isdn.pm:1
+#, c-format
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, ...)."
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
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, ...)."
+"Izaberite vaĊĦeg providera.\n"
+" Ako nije na listi, izaberite Nije na listi"
-#: ../../printer/printerdrake.pm_.c:530
-msgid "You must enter a device or file name!"
-msgstr "Morate unijeti naziv uređaja ili datoteke!"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "External ISDN modem"
+msgstr "Vanjski ISDN modem"
-#: ../../printer/printerdrake.pm_.c:539
-#, fuzzy
-msgid "No printer found!"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "Interna ISDN kartica"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "Koje je vrste vaĊĦa ISDN konekcija?"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, c-format
+msgid "Network Configuration Wizard"
+msgstr "Čarobnjak za podeĊĦavanje mreĊe"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "Stara konfiguracija (isdn4net)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "New configuration (isdn-light)"
+msgstr "Nova konfiguracija (isdn-light)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Which ISDN configuration do you prefer?\n"
+"\n"
+"* The Old configuration uses isdn4net. It contains powerful\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 ""
-"Nije pronađen nijedan lokalni ĊĦtampač!\n"
+"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"
-#: ../../printer/printerdrake.pm_.c:548
-#, fuzzy
-msgid "Available printers"
-msgstr "Lokalni ĊĦtampač"
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Do nothing"
+msgstr "but not matching"
-#: ../../printer/printerdrake.pm_.c:552
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Install rpm"
+msgstr "Instalacija"
+
+#: ../../network/modem.pm:1
+#, c-format
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"
+"\"%s\" based winmodem detected, do you want to install needed software ?"
msgstr ""
-"Sljedeći ĊĦtampač je prepoznat automatski: ako to nije onaj koji Ċelite "
-"podesiti, uneiste naziv uređaja / naziv datoteke u ulaznu liniju"
-#: ../../printer/printerdrake.pm_.c:553
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Title"
+msgstr "Tabela"
+
+#: ../../network/modem.pm:1
+#, c-format
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"
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
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"
-#: ../../printer/printerdrake.pm_.c:555
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Second DNS Server (optional)"
+msgstr "Drugi DNS server (opcionalno)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "First DNS Server (optional)"
+msgstr "Prvi DNS server (opcionalno)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "Ime domena"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr "CHAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "Skripta"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "Terminal"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "Login ID"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "Broj telefona"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "Naziv konekcije"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "Opcije dialupa"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Please choose which serial port your modem is connected to."
+msgstr "Molimo izaberite na koji serijski port je nakačen vaĊĦ modem."
+
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "PodeĊĦavanje mreĊe"
+
+#: ../../network/netconnect.pm:1
+#, c-format
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\"."
+"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 ""
-"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\"."
+"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"
-#: ../../printer/printerdrake.pm_.c:556
+#: ../../network/netconnect.pm:1
+#, c-format
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\"."
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
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\"."
+"Nakon ĊĦto je to gotovo, preporučujemo da restartujete vaĊĦ X\n"
+"okoliĊĦ kako bi se izbjegao problem sa promjenom naziva računara."
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
-"Molimo izaberite port na koji je vaĊĦ ĊĦtampač povezan ili unesite naziv "
-"uređaja / naziv datoteke na ulaznoj liniji"
-
-#: ../../printer/printerdrake.pm_.c:559
-msgid "Please choose the port where your printer is connected to."
-msgstr "Molimo izaberite na koji port je priključen vaĊĦ ĊĦtampač."
+"Čestitamo, podeĊĦavanje mreĊe i interneta je zavrĊĦeno.\n"
+"\n"
+"Sada će ova konfiguracija biti primjenjena na vaĊĦ sistem.\n"
-#: ../../printer/printerdrake.pm_.c:561
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+"A problem occured while restarting the network: \n"
+"\n"
+"%s"
msgstr ""
-" (Paralelni portovi: /dev/lp0, /dev/lp1, ..., ekvivalentno sa LPT1:, "
-"LPT2:, ..., prvi USB ĊĦtampač: /dev/usb/lp0, drugi USB ĊĦtampač: /dev/usb/"
-"lp1, ...)."
+"DoĊĦlo je do problema prilikom restartovanja mreĊe:\n"
+"\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:565
-msgid "You must choose/enter a printer/device!"
-msgstr "Morate izabrati ili unijeti ĊĦtampač / uređaj!"
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
+msgstr "Paket %s treba biti instaliran. Da li ga Ċelite instalirati?"
-#: ../../printer/printerdrake.pm_.c:584
-msgid "Manual configuration"
-msgstr "Ručno podeĊĦavanje"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Network configuration"
+msgstr "PodeĊĦavanje mreĊe"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr "Opcije udaljenog lpd ĊĦtampača"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Do you want to start the connection at boot?"
+msgstr "Da li Ċelite pokrenuti konekciju prilikom boota?"
-#: ../../printer/printerdrake.pm_.c:634
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection"
+msgstr "Internet konekcija"
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
+"\n"
msgstr ""
-"Da biste koristili udaljeni lpd ĊĦtampač, morate dati ime računara za printer "
-"server i ime ĊĦtampača na tom serveru."
-
-#: ../../printer/printerdrake.pm_.c:635
-msgid "Remote host name"
-msgstr "Ime udaljenog računara"
+"Podesili ste nekoliko načina za konekciju na Internet.\n"
+"Izaberite jedan od njih koji ćete koristiti.\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:636
-msgid "Remote printer name"
-msgstr "Ime udaljenog ĊĦtampača"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the connection you want to configure"
+msgstr "Izaberite konekciju koju Ċelite podesiti"
-#: ../../printer/printerdrake.pm_.c:639
-msgid "Remote host name missing!"
-msgstr "Ime udaljenog računara nedostaje!"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr "prepoznata ethernet kartica(e)"
-#: ../../printer/printerdrake.pm_.c:643
-msgid "Remote printer name missing!"
-msgstr "Ime udaljenog ĊĦtampača nedostaje!"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "LAN connection"
+msgstr "LAN konekcija"
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
-#, fuzzy, c-format
-msgid "Detected model: %s %s"
-msgstr "Detektovan %s"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "cable connection detected"
+msgstr "otkrivena kablovska konekcija"
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Scanning network..."
-msgstr "Pokrećem mreĊu..."
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Cable connection"
+msgstr "Kablovska konekcija"
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#: ../../network/netconnect.pm:1
#, fuzzy, c-format
-msgid ", printer \"%s\" on server \"%s\""
-msgstr "na Windows serveru \"%s\", share \"%s\""
+msgid "detected"
+msgstr "detektovan %s"
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
-#, fuzzy, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "Ċ tampam na ĊĦtampač \"%s\""
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ADSL connection"
+msgstr "ADSL konekcija"
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Opcije SMB (Windows 9x/NT) ĊĦtampača"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected %s"
+msgstr "detektovan %s"
-#: ../../printer/printerdrake.pm_.c:796
-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."
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ISDN connection"
+msgstr "ISDN konekcija"
-#: ../../printer/printerdrake.pm_.c:797
-msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
-msgstr ""
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Winmodem connection"
+msgstr "Normalna modemska konekcija"
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr "SMB server ime"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected on port %s"
+msgstr "detektovan na portu %s"
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
-msgstr "SMB server IP"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Normal modem connection"
+msgstr "Normalna modemska konekcija"
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr "Share naziv"
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detecting devices..."
+msgstr "Prepoznajem uređaje..."
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "Radna grupa"
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Mode"
+msgstr "Ekspertni mod"
-#: ../../printer/printerdrake.pm_.c:806
-#, fuzzy
-msgid "Auto-detected"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
msgstr "Koristi auto prepoznavanje"
-#: ../../printer/printerdrake.pm_.c:816
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Treba biti dato ili ime servera ili IP adresa servera!"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the profile to configure"
+msgstr "Izaberite profil za podeĊĦavanje"
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
-msgstr "Naziv samba share-a nedostaje!"
+#: ../../network/netconnect.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
+#: ../../network/netconnect.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:827
+#: ../../network/netconnect.pm:1
#, 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"
+"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:1
+#, c-format
+msgid "We are now going to configure the %s connection."
+msgstr "Sada ćemo podesiti konekciju %s."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "Internet konekcija & podeĊĦavanje"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Configure the connection"
+msgstr "Podesi konekciju"
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Disconnect"
+msgstr "Prekini konekciju"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Connect"
+msgstr "Konektuj me"
+
+#: ../../network/netconnect.pm:1
#, 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"
+"You can reconfigure your connection."
msgstr ""
+"\n"
+"MoĊete prekonfigurisati vaĊĦu konekciju."
-#: ../../printer/printerdrake.pm_.c:840
+#: ../../network/netconnect.pm:1
+#, c-format
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?"
+"You can connect to the Internet or reconfigure your connection."
msgstr ""
+"\n"
+"MoĊete se spojiti na Internet ili prekonfigurisati vaĊĦu konekciju."
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr "Opcije NetWare ĊĦtampača"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "Trenutno niste konektovani na Internet."
-#: ../../printer/printerdrake.pm_.c:912
+#: ../../network/netconnect.pm:1
+#, c-format
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."
+"\n"
+"You can disconnect or reconfigure your connection."
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."
+"\n"
+"MoĊete se diskonektovati ili prekonfigurisati vaĊĦu konekciju."
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr "Printer Server"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are currently connected to the Internet."
+msgstr "Trenutno ste spojeni na Internet."
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr "Naziv reda za ĊĦtampu"
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "Url treba počinjati sa 'http:'"
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
-msgstr "NCP naziv servera nedostaje!"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Proxy should be http://..."
+msgstr "Proxy treba biti http://..."
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
-msgstr "NCP naziv reda nedostaje!"
+#: ../../network/network.pm:1
+#, c-format
+msgid "FTP proxy"
+msgstr "FTP proxy"
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#: ../../network/network.pm:1
+#, c-format
+msgid "HTTP proxy"
+msgstr "HTTP proxy"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Proxies configuration"
+msgstr "Konfiguracija proxija"
+
+#: ../../network/network.pm:1
#, fuzzy, c-format
-msgid ", host \"%s\", port %s"
-msgstr ", TCP/IP host \"%s\", port %s"
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP adresa treba biti u formatu 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../network/network.pm:1
#, fuzzy, c-format
-msgid "Host \"%s\", port %s"
-msgstr ", TCP/IP host \"%s\", port %s"
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP adresa treba biti u formatu 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:1030
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/socket opcije ĊĦtampača"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway device"
+msgstr "Gateway uređaj"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr "Gateway (tj. %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "DNS server"
+
+#: ../../network/network.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:1032
+#: ../../network/network.pm:1
+#, c-format
msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1033
-#, fuzzy
+#: ../../network/network.pm:1
+#, c-format
msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
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."
-#: ../../printer/printerdrake.pm_.c:1037
-#, fuzzy
-msgid "Printer host name or IP missing!"
-msgstr "Hostname ĊĦtampača nedostaje!"
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address should be in format 1.2.3.4"
+msgstr "IP adresa treba biti u formatu 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:1059
-#, fuzzy
-msgid "Printer host name or IP"
-msgstr "Hostname ĊĦtampača"
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Start at boot"
+msgstr "Pokrenut na bootu"
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr "URI uređaja ĊĦtampača"
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Network Hotplugging"
+msgstr "PodeĊĦavanje mreĊe"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
+msgstr "Otkrij id mreĊne karte (korisno za laptope)"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(bootp/dhcp)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "Automatska IP"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "Netmask"
-#: ../../printer/printerdrake.pm_.c:1108
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "IP adresa"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid " (driver %s)"
+msgstr " (drajver %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "PodeĊĦavam mreĊni uređaj %s"
+
+#: ../../network/network.pm:1
+#, c-format
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."
+"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 ""
-"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."
+"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)."
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
-msgstr "Trebate unijeti ispravan URI!"
+#: ../../network/network.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:1463
+#: ../../network/shorewall.pm:1
+#, c-format
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."
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes after installation."
msgstr ""
-"Svakom ĊĦtampaču treba dati ime (npr. \"stampac\"). Polja Opis i Lokacija "
-"nije potrebno popuniti. Oni su komentari za korisnike."
+"Upozorenje! Pronađena je postojeća konfiguracija firewalla. MoĊda će biti "
+"potrebno neko ručno podeĊĦavanje nakon instalacije."
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr "Naziv ĊĦtampača"
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "Otkrivena konfiguracija firewalla!"
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "Opis"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "Ċ ifra naloga"
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "Lokacija"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "Login naloga (korisničko ime)"
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-msgid "Reading printer database..."
-msgstr "Čitam bazu podataka o ĊĦtampačima ..."
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection timeout (in sec)"
+msgstr "Timeout konekcije (u sek.)"
-#: ../../printer/printerdrake.pm_.c:1482
-msgid "Preparing printer database..."
-msgstr "Pripremam bazu podataka o ĊĦtampačima..."
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection speed"
+msgstr "Brzina konekcije"
-#: ../../printer/printerdrake.pm_.c:1578
-msgid "Your printer model"
-msgstr "Model vaĊĦeg ĊĦtampača"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Dialing mode"
+msgstr "Način biranja broja"
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../network/tools.pm:1
#, c-format
+msgid "Choose your country"
+msgstr "Izaberite vaĊĦu drĊavu"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "Provider dns 2 (opcionalno)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "Provider dns 1 (opcionalno)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "Broj telefona provajdera"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "Naziv provajdera (npr. provajder.net)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "VaĊĦ lični broj telefona"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "IO_1 kartice"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "IO_0 kartice"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "IO kartice"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "Memorija kartice (DMA)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "IRQ kartice"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
+msgstr "Molimo ispunite ili provjerite polje ispod"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Connection Configuration"
+msgstr "PodeĊĦavanje konekcije"
+
+#: ../../network/tools.pm:1
+#, fuzzy, 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"
+"The system doesn't seem to be connected to the Internet.\n"
+"Try to reconfigure your connection."
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"
+"Izgleda da sistem nije spojen na Internet.\n"
+"Probajte promjeniti postavke vaĊĦe konekcije."
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-msgid "The model is correct"
-msgstr "Model je ispravan"
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "For security reasons, it will be disconnected now."
+msgstr "Iz sigurnosnih razloga, sada će biti odspojen."
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-msgid "Select model manually"
-msgstr "Izaberite model ručno"
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "The system is now connected to the Internet."
+msgstr "Sistem je sada spojen na Internet."
-#: ../../printer/printerdrake.pm_.c:1606
-msgid "Printer model selection"
-msgstr "Izbor modela ĊĦtampača"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Testing your connection..."
+msgstr "Probavam vaĊĦu konekciju..."
-#: ../../printer/printerdrake.pm_.c:1607
-msgid "Which printer model do you have?"
-msgstr "Koji model ĊĦtampača imate?"
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Da li se Ċelite pokuĊĦati spojiti na Internet sada?"
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Internet configuration"
+msgstr "Internet konfiguracija"
+
+#: ../../partition_table/raw.pm:1
+#, fuzzy, c-format
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\"."
+"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, corrupted "
+"data."
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č\"."
+"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"
+
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr " (Default)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "On CUPS server \"%s\""
+msgstr "Na CUPS serveru \"%s\""
+
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, c-format
+msgid "Remote Printers"
+msgstr "Udaljeni ĊĦtampači"
+
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr "(na ovom računaru)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on %s)"
+msgstr "(na %s)"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Common Unix Printing System"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng"
+msgstr "LPRng"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - LPR New Generation"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD"
+msgstr "LPD"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD - Line Printer Daemon"
+msgstr "LPD - Line Printer Daemon"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
+msgstr "PDQ"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Print, Don't Queue"
+
+#: ../../printer/detect.pm:1
+#, fuzzy, c-format
+msgid "Unknown Model"
+msgstr "Nepoznat model"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr "Nepoznat model"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Host %s"
+msgstr "Host name"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Network %s"
+msgstr "MreĊa"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Interface \"%s\""
+msgstr "Interfejs %s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local network(s)"
+msgstr "Lokalna mreĊa C klase"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
+msgstr "Sirovo ĊĦtampanje (Bez drajvera)"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
+msgstr ", koristeći komandu %s"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid " on Novell server \"%s\", printer \"%s\""
+msgstr "na Novell serveru \"%s\", ĊĦtampač \"%s\""
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgstr "na Windows serveru \"%s\", share \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ", TCP/IP host \"%s\", port %s"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
+msgstr "na LPD serveru \"%s\", ĊĦtampač \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", printing to %s"
+msgstr ", ĊĦtampa u %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
+msgstr ", viĊĦenamjenski uređaj"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ", viĊĦenamjenski uređaj na HP JetDirect"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ", viĊĦenamjenski uređaj na USBu"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", multi-function device on parallel port \\#%s"
+msgstr ", viĊĦenamjenski uređaj na paralelnom portu \\/*%s"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", USB printer"
+msgstr ", USB ĊĦtampač \\/*%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", USB printer \\#%s"
+msgstr ", USB ĊĦtampač \\/*%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid " on parallel port \\#%s"
+msgstr " na paralelnom portu \\/*%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printers"
+msgstr "Lokalni ĊĦtampači"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Pipe job into a command"
+msgstr "Spoji zadatak na komandu"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter a printer device URI"
+msgstr "Unesite URI uređaja ĊĦtampača"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on NetWare server"
+msgstr "Ċ tampač na NetWare serveru"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "Ċ tampač na SMB/Windows 95/98/NT serveru"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "MreĊni ĊĦtampač (TCP/Socket)"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on remote lpd server"
+msgstr "Ċ tampač na udaljenom lpd serveru"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on remote CUPS server"
+msgstr "Ċ tampač na udaljenom CUPS serveru"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
+msgstr "Udaljeni ĊĦtampač"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Local printer"
+msgstr "Lokalni ĊĦtampač"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring applications..."
+msgstr "PodeĊĦavam aplikacije..."
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, c-format
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to configure another printer?"
+msgstr "Ċ½elite li podesiti joĊĦ jedan ĊĦtampač?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "Uklanjam ĊĦtampač \"%s\" ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Da li Ċelite da uklonite ĊĦtampač \"%s\"?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove printer"
+msgstr "Ukloni ĊĦtampač"
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Know how to use this printer"
+msgstr "Saznaj kako koristiti ovaj ĊĦtampač"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print test pages"
+msgstr "Ċ tampaj testnu stranicu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+msgstr "Nisam uspio ukloniti ĊĦtampač \"%s\" iz Star/Open Offica."
-#: ../../printer/printerdrake.pm_.c:1697
-msgid "OKI winprinter configuration"
-msgstr "PodeĊĦavanje OKI winprinter-a"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
+msgstr "Ċ tampač \"%s\" je uspjeĊĦno uklonjen iz Star/Open Offica."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Uklanjam ĊĦtampač iz Star/Open Offica"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Ukloni ovaj ĊĦtampač iz Star/Open Offica"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr "Nisam uspio dodati ĊĦtampač \"%s\" u Star Office/OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+msgstr "Ċ tampač \"%s\" je uspjeĊĦno dodan u Star Office/OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-msgid "Lexmark inkjet configuration"
-msgstr "PodeĊĦavanje Lexmark inkjet-a"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Dodajem ĊĦtampač u Star Office/OpenOffice.org/GIMP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Dodaj ovaj ĊĦtampač u Star Office/OpenOffice.org/GIMP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr "Ċ tampač \"%s\" je sada podeĊĦen kao podrazumjevani ĊĦtampač."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Default printer"
+msgstr "Podrazumjevani ĊĦtampač"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Set this printer as the default"
+msgstr "Podesi ĊĦtampač kao podrazumjevani"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "Opcije ĊĦtampača"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model"
+msgstr "Proizvođač ĊĦtampača, model"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model, driver"
+msgstr "Proizvođač ĊĦtampača, model, drajver"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "Uklanjam stari ĊĦtampač \"%s\" ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer name, description, location"
+msgstr "Naziv ĊĦtampača, opis, lokacija"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer connection type"
+msgstr "Tip konekcije ĊĦtampača"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Learn how to use this printer"
+msgstr "Saznaj kako koristiti ovaj ĊĦtampač"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer"
+msgstr "Sirovi ĊĦtampač"
-#: ../../printer/printerdrake.pm_.c:1719
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do it!"
+msgstr "Uradi!"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Close"
+msgstr "Zatvori"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Printer %s\n"
+"What do you want to modify on this printer?"
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."
+"Ċ tampač %s\n"
+"Ċ ta Ċelite da izmjenite na ovom ĊĦtampaču?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Modify printer configuration"
+msgstr "Izmjeni konfiguraciju ĊĦtampača"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add a new printer"
+msgstr "Dodaj novi ĊĦtampač"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Normal Mode"
+msgstr "Normalni mod"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Change the printing system"
+msgstr "Promjenite sistem ĊĦtampe"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing"
+msgstr "Dijeljenje datoteka"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "CUPS configuration"
+msgstr "PodeĊĦavanje CUPSa"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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)"
-#: ../../printer/printerdrake.pm_.c:1746
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/). Click on the \"Drivers\" link. 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."
+"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 ""
-"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."
+"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."
-#: ../../printer/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/GIMP."
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/GIMP-a."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr "Sistem ĊĦtampe: "
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Would you like to configure printing?"
+msgstr "Da li Ċelite podesiti ĊĦtampanje?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Preparing Printerdrake..."
+msgstr "Pripremam PrinterDrake..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
+msgstr "Provjeravam instalirani software..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing Foomatic..."
+msgstr "Instaliram Foomatic..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "PodeĊĦavam ĊĦtampač \"%s\"..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "PodeĊĦavam ĊĦtampač \"%s\"..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer data..."
+msgstr "Čitam podatke o ĊĦtampaču..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Koji sistem ĊĦtampanja (spooler) Ċelite koristiti?"
-#: ../../printer/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Spooler"
+msgstr "Izaberite spooler ĊĦtampača"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "Instaliram pakete..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Uklanjam %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer belongs to the group of GDI laser printers (winprinters) sold "
-"by different manufacturers which uses the Zenographics ZJ-stream raster "
-"format for the data sent to the printer. The driver for these printers is "
-"still in a very early development stage and so it will perhaps not always "
-"work properly. Especially it is possible that the printer only works when "
-"you choose the A4 paper size.\n"
-"\n"
-"Some of these printers, as the HP LaserJet 1000, for which this driver was "
-"originally created, need their firmware to be uploaded to them after they "
-"are turned on. In the case of the HP LaserJet 1000 you have to search the "
-"printer's Windows driver CD or your Windows partition for the file "
-"\"sihp1000.img\" and upload the file to the printer with one of the "
-"following commands:\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-" lpr -o raw sihp1000.img\n"
-" cat sihp1000.img > /dev/usb/lp0\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"
-"The first command can be given by any normal user, the second must be given "
-"as root. After having done so you can print normally.\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?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting the printing system at boot time"
+msgstr "Pokrećem sistem za ĊĦtampu tokom boota"
-#: ../../printer/printerdrake.pm_.c:1972
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Printer default settings\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\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."
+"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 ""
-"Podrazumjevane opcije ĊĦtampača\n"
+"Sada ćete instalirati sistem za ĊĦtampu %s na sistemu koji je na sigurnosnom "
+"nivou % s.\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."
+"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?"
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Opcija %s mora biti cijeli broj!"
+msgid "Installing a printing system in the %s security level"
+msgstr "Instaliram sistem za ĊĦtampu na sigurnosnom nivou: %s"
-#: ../../printer/printerdrake.pm_.c:1985
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be a number!"
-msgstr "Opcija %s mora biti broj!"
+msgid "paranoid"
+msgstr "paranoičan"
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
-msgstr "Opcija %s izvan raspona!"
+msgid "high"
+msgstr "visok"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Restarting printing system..."
+msgstr "Restartujem sistem za ĊĦtampu ..."
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuration of a remote printer"
+msgstr "PodeĊĦavanje udaljenog ĊĦtampača"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
+"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 ""
-"Da li Ċelite da podesite ovaj ĊĦtampač (\"%s\")\n"
-"kao podrazumjevani ĊĦtampač?"
+"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č."
-#: ../../printer/printerdrake.pm_.c:2051
-msgid "Test pages"
-msgstr "Testna stranica"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is 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č\""
-#: ../../printer/printerdrake.pm_.c:2052
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configure the network now"
+msgstr "Sada podesite mreĊu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Go on without configuring the network"
+msgstr "Nastavi bez podeĊĦavanja mreĊe"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"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."
+"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?"
-#: ../../printer/printerdrake.pm_.c:2056
-msgid "No test pages"
-msgstr "Nijedna testna strana"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network functionality not configured"
+msgstr "MreĊna funkcionalnost nije podeĊĦena"
-#: ../../printer/printerdrake.pm_.c:2057
-msgid "Print"
-msgstr "Ċ tampaj"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting network..."
+msgstr "Pokrećem mreĊu..."
-#: ../../printer/printerdrake.pm_.c:2114
-msgid "Standard test page"
-msgstr "Standardna testna strana"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refreshing printer data..."
+msgstr "OsvjeĊavam podatke o ĊĦtampaču..."
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
-msgstr "Alternativna testna strana (Letter)"
+#: ../../printer/printerdrake.pm:1
+#, 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?"
-#: ../../printer/printerdrake.pm_.c:2120
-msgid "Alternative test page (A4)"
-msgstr "Alternativna testna strana (A4)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer printer configuration"
+msgstr "PremjeĊĦtanje konfiguracije ĊĦtamapča"
-#: ../../printer/printerdrake.pm_.c:2122
-msgid "Photo test page"
-msgstr "Foto testna strana"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transferring %s..."
+msgstr "Prebacujem %s ..."
-#: ../../printer/printerdrake.pm_.c:2126
-msgid "Do not print any test page"
-msgstr "Nemoj ĊĦtampati testnu stranicu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "New printer name"
+msgstr "Novo ime ĊĦtampača"
-#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
-msgstr "Ċ tampam testnu stranicu..."
+#: ../../printer/printerdrake.pm:1
+#, 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?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr "Prebaci"
-#: ../../printer/printerdrake.pm_.c:2159
+#: ../../printer/printerdrake.pm:1
+#, 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č."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
+msgstr "Nemoj prebacivati ĊĦtampače"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
msgstr ""
-"Testna stranica je poslana ĊĦtampaču.\n"
-"MoĊe potrajati određeno vrijeme dok ĊĦtampač krene.\n"
-"Status ĊĦtampanja:\n"
-"%s\n"
"\n"
+"Označite ĊĦtampače koje ćete prebacivati i kliknite na \n"
+"\"Prebaci\"."
-#: ../../printer/printerdrake.pm_.c:2163
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
+"\n"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-"Testna stranica je poslana ĊĦtampaču.\n"
-"MoĊe potrajati određeno vrijeme dok ĊĦtampač krene.\n"
+"\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."
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
-msgstr "Da li je radilo ispravno?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-msgid "Raw printer"
-msgstr "Sirovi ĊĦtampač"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "LPD and LPRng do not support IPP printers.\n"
+msgstr "LPD i LPRng ne podrĊavaju IPP ĊĦtampače.\n"
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1
#, 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"
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\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"
+"PDQ podrĊava samo lokalne ĊĦtampače, udaljene LPD ĊĦtampačei Socket/TCP "
+"ĊĦtampače.\n"
-#: ../../printer/printerdrake.pm_.c:2218
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\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"
+"CUPS ne podrĊava ĊĦtampače na Novell serverima ili ĊĦtampačekoji ĊĦalju podatke "
+"u komandama slobodnog oblika.\n"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Your 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\" on the command line to get more "
+"information.\n"
"\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>\". "
+"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"
-"Komanda \"%s\" također omogućava izmjenu opcija za pojedinačni zadatak "
-"ĊĦtampe. Jednostavno dodajte Ċeljena podeĊĦenja na komandnu liniju, npr. \"%s "
-"<datoteka>\". "
+"Nemojte koristiti \"scannerdrake\" za ovaj uređaj!"
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "Ċ tampam testnu stranicu..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print option list"
+msgstr "Lista opcija za ĊĦtampu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Ċ tampam na ĊĦtampač \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "Ċ tampam/skeniram na \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Ċ tampam/skeniram na \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "Ċ tampam/skeniram na \"%s\""
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8796,25 +11218,38 @@ msgstr ""
"koja je data ispod ili kliknite na dugme \"Lista opcija za ĊĦtampu\".%s\n"
"\n"
-#: ../../printer/printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Here is a list of the available printing options for the current printer:\n"
"\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 ""
-"Ovo je lista mogućih opcija za ĊĦtampu za trenutni ĊĦtampač:\n"
"\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"
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+"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 ""
-"Za ĊĦtampanje datoteke sa komandne linije (terminalski prozor) koristite "
-"komandu \"%s <datoteka>\".\n"
+"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"
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
+#: ../../printer/printerdrake.pm:1
+#, c-format
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 "
@@ -8824,7 +11259,17 @@ msgstr ""
"dijalozima za ĊĦtampu mnogih aplikacija. Ovdje nije potrebno navesti naziv "
"datoteke jer tudatoteku obezbjeđuje sama aplikacija.\n"
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
+#: ../../printer/printerdrake.pm:1
+#, 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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -8832,1030 +11277,1812 @@ msgstr ""
"Za listu opcija koje su dostupne za trenutni ĊĦtampač kliknite na dugme "
"\"Lista opcija za ĊĦtampu\"."
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
+#, 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>\". "
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+"<file>\".\n"
msgstr ""
"Za ĊĦtampanje datoteke sa komandne linije (terminalski prozor) koristite "
-"komandu \"%s <datoteka>\" ili \"%s <datoteka>\".\n"
+"komandu \"%s <datoteka>\".\n"
-#: ../../printer/printerdrake.pm_.c:2257
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"Here is a list of the available printing options for the current printer:\n"
+"\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"
+"Ovo je lista mogućih opcija za ĊĦtampu za trenutni ĊĦtampač:\n"
+"\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr "Da li je radilo ispravno?"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
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"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"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 ""
+"Testna stranica je poslana ĊĦtampaču.\n"
+"MoĊe potrajati određeno vrijeme dok ĊĦtampač krene.\n"
+"Status ĊĦtampanja:\n"
+"%s\n"
"\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"
-#: ../../printer/printerdrake.pm_.c:2271
-#, fuzzy, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Ċ tampam/skeniram na \"%s\""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not print any test page"
+msgstr "Nemoj ĊĦtampati testnu stranicu"
-#: ../../printer/printerdrake.pm_.c:2272
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Ċ tampam/skeniram na \"%s\""
+msgid "Photo test page"
+msgstr "Foto testna strana"
-#: ../../printer/printerdrake.pm_.c:2274
-#, fuzzy, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Ċ tampam/skeniram na \"%s\""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (A4)"
+msgstr "Alternativna testna strana (A4)"
-#: ../../printer/printerdrake.pm_.c:2275
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Ċ tampam na ĊĦtampač \"%s\""
+msgid "Alternative test page (Letter)"
+msgstr "Alternativna testna strana (Letter)"
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-msgid "Close"
-msgstr "Zatvori"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Standard test page"
+msgstr "Standardna testna strana"
-#: ../../printer/printerdrake.pm_.c:2281
-msgid "Print option list"
-msgstr "Lista opcija za ĊĦtampu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print"
+msgstr "Ċ tampaj"
-#: ../../printer/printerdrake.pm_.c:2301
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "No test pages"
+msgstr "Nijedna testna strana"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your 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\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+"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 ""
-"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!"
+"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."
-#: ../../printer/printerdrake.pm_.c:2322
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Test pages"
+msgstr "Testna stranica"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
+"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č?"
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-msgid "Reading printer data..."
-msgstr "Čitam podatke o ĊĦtampaču..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
+msgstr "Opcija %s izvan raspona!"
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-msgid "Transfer printer configuration"
-msgstr "PremjeĊĦtanje konfiguracije ĊĦtamapča"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be a number!"
+msgstr "Opcija %s mora biti broj!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr "Opcija %s mora biti cijeli broj!"
-#: ../../printer/printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-"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"
+"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."
-#: ../../printer/printerdrake.pm_.c:2368
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"The first command can be given by any normal user, the second must be given "
+"as root. After having done so you can print normally.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-"CUPS ne podrĊava ĊĦtampače na Novell serverima ili ĊĦtampačekoji ĊĦalju podatke "
-"u komandama slobodnog oblika.\n"
-#: ../../printer/printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+"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/). Click on the \"Drivers\" link. 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 ""
-"PDQ podrĊava samo lokalne ĊĦtampače, udaljene LPD ĊĦtampačei Socket/TCP "
-"ĊĦtampače.\n"
+"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."
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD i LPRng ne podrĊavaju IPP ĊĦtampače.\n"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Lexmark inkjet configuration"
+msgstr "PodeĊĦavanje Lexmark inkjet-a"
-#: ../../printer/printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"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 ""
-"Pored toga, redovi koji nisu kreirani ovim programom ili sa \"foomatic-"
-"configure\" ne mogu biti premjeĊĦteni."
+"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."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "OKI winprinter configuration"
+msgstr "PodeĊĦavanje OKI winprinter-a"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:2375
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
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."
+"\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č\"."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printer model do you have?"
+msgstr "Koji model ĊĦtampača imate?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer model selection"
+msgstr "Izbor modela ĊĦtampača"
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer database..."
+msgstr "Čitam bazu podataka o ĊĦtampačima ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select model manually"
+msgstr "Izaberite model ručno"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The model is correct"
+msgstr "Model je ispravan"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"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"
-"Označite ĊĦtampače koje ćete prebacivati i kliknite na \n"
-"\"Prebaci\"."
+"Za vaĊĦ ĊĦtampač Printerdrake je naĊĦao:\n"
+"\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
-msgstr "Nemoj prebacivati ĊĦtampače"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Your printer model"
+msgstr "Model vaĊĦeg ĊĦtampača"
-#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
-msgstr "Prebaci"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing printer database..."
+msgstr "Pripremam bazu podataka o ĊĦtampačima..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Location"
+msgstr "Lokacija"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Description"
+msgstr "Opis"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer"
+msgstr "Naziv ĊĦtampača"
-#: ../../printer/printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm:1
#, 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."
+"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 ""
-"Ċ 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č."
+"Svakom ĊĦtampaču treba dati ime (npr. \"stampac\"). Polja Opis i Lokacija "
+"nije potrebno popuniti. Oni su komentari za korisnike."
-#: ../../printer/printerdrake.pm_.c:2400
-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"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter Printer Name and Comments"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2405
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+msgid "Making printer port available for CUPS..."
msgstr ""
-"Ċ tampač \"%s\" već postoji,\n"
-"da li sigurno Ċelite prepisati ovu konfiguraciju?"
-#: ../../printer/printerdrake.pm_.c:2413
-msgid "New printer name"
-msgstr "Novo ime ĊĦtampača"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo memory card access on your HP multi-function device"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Scanning on your HP multi-function device"
+msgstr ", viĊĦenamjenski uređaj"
-#: ../../printer/printerdrake.pm_.c:2416
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing mtools packages..."
+msgstr "Instaliram pakete..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing SANE packages..."
+msgstr "Instaliram pakete..."
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
-msgstr "Prebacujem %s ..."
+msgid "Checking device and configuring HPOJ..."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing HPOJ package..."
+msgstr "Instaliram pakete..."
-#: ../../printer/printerdrake.pm_.c:2427
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
msgstr ""
-"Prebacili ste vaĊĦ bivĊĦi podrazumjevani ĊĦtampač (\"%s\"),Da li će to također "
-"biti podrazumjevani ĊĦtampač podnovim sistemom ĊĦtampe %s?"
-#: ../../printer/printerdrake.pm_.c:2437
-msgid "Refreshing printer data..."
-msgstr "OsvjeĊavam podatke o ĊĦtampaču..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "A command line must be entered!"
+msgstr "Trebate unijeti ispravan URI!"
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-msgid "Configuration of a remote printer"
-msgstr "PodeĊĦavanje udaljenog ĊĦtampača"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Command line"
+msgstr "Ime domena"
-#: ../../printer/printerdrake.pm_.c:2446
-msgid "Starting network..."
-msgstr "Pokrećem mreĊu..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-msgid "Configure the network now"
-msgstr "Sada podesite mreĊu"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Pipe into command"
+msgstr "Spoji zadatak na komandu"
-#: ../../printer/printerdrake.pm_.c:2480
-msgid "Network functionality not configured"
-msgstr "MreĊna funkcionalnost nije podeĊĦena"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Detected model: %s %s"
+msgstr "Detektovan %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr "Trebate unijeti ispravan URI!"
-#: ../../printer/printerdrake.pm_.c:2481
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "URI uređaja ĊĦtampača"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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?"
+"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 ""
-"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?"
+"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."
-#: ../../printer/printerdrake.pm_.c:2484
-msgid "Go on without configuring the network"
-msgstr "Nastavi bez podeĊĦavanja mreĊe"
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "Port"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer host name or IP"
+msgstr "Hostname ĊĦtampača"
-#: ../../printer/printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The port number should be an integer!"
+msgstr "Broj porta treba biti cijeli broj!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer host name or IP missing!"
+msgstr "Hostname ĊĦtampača nedostaje!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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\""
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). On HP "
+"JetDirect servers the port number is usually 9100, on other servers it can "
+"vary. See the manual of your hardware."
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č\""
+"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."
-#: ../../printer/printerdrake.pm_.c:2519
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
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č."
-#: ../../printer/printerdrake.pm_.c:2529
-msgid "Restarting printing system..."
-msgstr "Restartujem sistem za ĊĦtampu ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "TCP/socket opcije ĊĦtampača"
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "high"
-msgstr "visok"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Host \"%s\", port %s"
+msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "paranoid"
-msgstr "paranoičan"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", host \"%s\", port %s"
+msgstr ", TCP/IP host \"%s\", port %s"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Scanning network..."
+msgstr "Pokrećem mreĊu..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer auto-detection"
+msgstr "Koristi auto prepoznavanje"
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Instaliram sistem za ĊĦtampu na sigurnosnom nivou: %s"
+msgid "NCP queue name missing!"
+msgstr "NCP naziv reda nedostaje!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP server name missing!"
+msgstr "NCP naziv servera nedostaje!"
-#: ../../printer/printerdrake.pm_.c:2570
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print Queue Name"
+msgstr "Naziv reda za ĊĦtampu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Server"
+msgstr "Printer Server"
+
+#: ../../printer/printerdrake.pm:1
#, 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?"
+"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 ""
-"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?"
+"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."
-#: ../../printer/printerdrake.pm_.c:2604
-msgid "Starting the printing system at boot time"
-msgstr "Pokrećem sistem za ĊĦtampu tokom boota"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "Opcije NetWare ĊĦtampača"
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\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"
+"Do you really want to continue setting up this printer as you are doing now?"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"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"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"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"
+"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"
-"Da li Ċelite da ponovo uključite automatsko pokretanje sistema za ĊĦtampu?"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
-msgstr "Provjeravam instalirani software..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SECURITY WARNING!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2630
-#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "Uklanjam %s"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Samba share name missing!"
+msgstr "Naziv samba share-a nedostaje!"
-#: ../../printer/printerdrake.pm_.c:2636
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Either the server name or the server's IP must be given!"
+msgstr "Treba biti dato ili ime servera ili IP adresa servera!"
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "Instaliram pakete..."
+msgid "Auto-detected"
+msgstr "Koristi auto prepoznavanje"
-#: ../../printer/printerdrake.pm_.c:2685
-msgid "Select Printer Spooler"
-msgstr "Izaberite spooler ĊĦtampača"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "Radna grupa"
-#: ../../printer/printerdrake.pm_.c:2686
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Koji sistem ĊĦtampanja (spooler) Ċelite koristiti?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Share name"
+msgstr "Share naziv"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "SMB server IP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "SMB server ime"
-#: ../../printer/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "Opcije SMB (Windows 9x/NT) ĊĦtampača"
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "PodeĊĦavam ĊĦtampač \"%s\"..."
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "Ċ tampam na ĊĦtampač \"%s\""
-#: ../../printer/printerdrake.pm_.c:2731
-msgid "Installing Foomatic..."
-msgstr "Instaliram Foomatic..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", printer \"%s\" on server \"%s\""
+msgstr "na Windows serveru \"%s\", share \"%s\""
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
-msgstr "Opcije ĊĦtampača"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name missing!"
+msgstr "Ime udaljenog ĊĦtampača nedostaje!"
-#: ../../printer/printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Preparing Printerdrake..."
-msgstr "Pripremam PrinterDrake..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name missing!"
+msgstr "Ime udaljenog računara nedostaje!"
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-msgid "Configuring applications..."
-msgstr "PodeĊĦavam aplikacije..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name"
+msgstr "Ime udaljenog ĊĦtampača"
-#: ../../printer/printerdrake.pm_.c:2845
-msgid "Would you like to configure printing?"
-msgstr "Da li Ċelite podesiti ĊĦtampanje?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name"
+msgstr "Ime udaljenog računara"
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
-msgstr "Sistem ĊĦtampe: "
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "Opcije udaljenog lpd ĊĦtampača"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Manual configuration"
+msgstr "Ručno podeĊĦavanje"
-#: ../../printer/printerdrake.pm_.c:2915
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "Morate izabrati ili unijeti ĊĦtampač / uređaj!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/GIMP."
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
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/GIMP-a."
+" (Paralelni portovi: /dev/lp0, /dev/lp1, ..., ekvivalentno sa LPT1:, "
+"LPT2:, ..., prvi USB ĊĦtampač: /dev/usb/lp0, drugi USB ĊĦtampač: /dev/usb/"
+"lp1, ...)."
-#: ../../printer/printerdrake.pm_.c:2916
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr "Molimo izaberite na koji port je priključen vaĊĦ ĊĦtampač."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
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."
+"Molimo izaberite port na koji je vaĊĦ ĊĦtampač povezan ili unesite naziv "
+"uređaja / naziv datoteke na ulaznoj liniji"
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr "Molimo izaberite na koji port je priključen vaĊĦ ĊĦtampač."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"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 ""
-"OsvjeĊi listu ĊĦtampača (kako bi bili prikazani svi dostupni CUPS ĊĦtampači)"
+"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\"."
-#: ../../printer/printerdrake.pm_.c:2960
-msgid "Change the printing system"
-msgstr "Promjenite sistem ĊĦtampe"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-msgid "Normal Mode"
-msgstr "Normalni mod"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Currently, no alternative possibility is available"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-msgid "Do you want to configure another printer?"
-msgstr "Ċ½elite li podesiti joĊĦ jedan ĊĦtampač?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"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\"."
-#: ../../printer/printerdrake.pm_.c:3211
-msgid "Modify printer configuration"
-msgstr "Izmjeni konfiguraciju ĊĦtampača"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The following printer was auto-detected. "
+msgstr "Sljedeći paketi će biti uklonjeni"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Please choose the printer to which the print jobs should go 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"
-#: ../../printer/printerdrake.pm_.c:3213
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Please choose the printer you want to set up 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"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Alternatively, you can specify 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"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"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"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Available printers"
+msgstr "Lokalni ĊĦtampač"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "No printer found!"
+msgstr ""
+"Nije pronađen nijedan lokalni ĊĦtampač!\n"
+"\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must enter a device or file name!"
+msgstr "Morate unijeti naziv uređaja ili datoteke!"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
+"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 ""
-"Ċ tampač %s\n"
-"Ċ ta Ċelite da izmjenite na ovom ĊĦtampaču?"
+"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, ...)."
-#: ../../printer/printerdrake.pm_.c:3217
-msgid "Do it!"
-msgstr "Uradi!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printer"
+msgstr "Lokalni ĊĦtampač"
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-msgid "Printer connection type"
-msgstr "Tip konekcije ĊĦtampača"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "USB printer \\#%s"
+msgstr "USB ĊĦtampač \\/*%s"
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-msgid "Printer name, description, location"
-msgstr "Naziv ĊĦtampača, opis, lokacija"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer on parallel port \\#%s"
+msgstr "Ċ tampač na paralelnom portu \\/*%s"
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
-msgstr "Proizvođač ĊĦtampača, model, drajver"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "Ċ tampač na SMB/Windows 95/98/NT serveru"
-#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
-msgstr "Proizvođač ĊĦtampača, model"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Network printer \"%s\", port %s"
+msgstr "MreĊni ĊĦtampač (TCP/Socket)"
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
-msgstr "Podesi ĊĦtampač kao podrazumjevani"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected %s"
+msgstr "Detektovan %s"
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Dodaj ovaj ĊĦtampač u Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "Ċ tampač na SMB/Windows 95/98/NT serveru"
-#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Ukloni ovaj ĊĦtampač iz Star/Open Offica"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", network printer \"%s\", port %s"
+msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-msgid "Print test pages"
-msgstr "Ċ tampaj testnu stranicu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-msgid "Know how to use this printer"
-msgstr "Saznaj kako koristiti ovaj ĊĦtampač"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-msgid "Remove printer"
-msgstr "Ukloni ĊĦtampač"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3282
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "Uklanjam stari ĊĦtampač \"%s\" ..."
+msgid "Auto-detect printers connected to this machine"
+msgstr "Automatski prepoznaj ĊĦtampače"
-#: ../../printer/printerdrake.pm_.c:3307
-msgid "Default printer"
-msgstr "Podrazumjevani ĊĦtampač"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Ċ tampač \"%s\" je sada podeĊĦen kao podrazumjevani ĊĦtampač."
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Dodajem ĊĦtampač u Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
-msgstr "Ċ tampač \"%s\" je uspjeĊĦno dodan u Star Office/OpenOffice.org/GIMP."
+"\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."
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Searching for new printers..."
+msgstr "Lokalni ĊĦtampač"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
-msgstr "Nisam uspio dodati ĊĦtampač \"%s\" u Star Office/OpenOffice.org/GIMP."
+msgid ""
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Uklanjam ĊĦtampač iz Star/Open Offica"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Da li Ċelite pokrenuti konekciju prilikom boota?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+"Da li Ċelite da podesite ovaj ĊĦtampač (\"%s\")\n"
+"kao podrazumjevani ĊĦtampač?"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
-msgstr "Ċ tampač \"%s\" je uspjeĊĦno uklonjen iz Star/Open Offica."
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Molimo izaberite na koji port je priključen vaĊĦ ĊĦtampač."
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
-msgstr "Nisam uspio ukloniti ĊĦtampač \"%s\" iz Star/Open Offica."
+"There are no printers found which are directly connected to your machine"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Da li Ċelite da uklonite ĊĦtampač \"%s\"?"
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "Uklanjam ĊĦtampač \"%s\" ..."
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"is directly connected to your system"
+msgstr "Kopiraj fontove na sistem"
-#: ../../raid.pm_.c:35
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr "Kopiraj fontove na sistem"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printers\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr "Kopiraj fontove na sistem"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and %d unknown printers"
+msgstr "Dodaj novi ĊĦtampač"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and one unknown printer"
+msgstr "Dodaj novi ĊĦtampač"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Checking your system..."
+msgstr "Restartujem sistem za ĊĦtampu ..."
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Ne mogu dodati particiju na _formatiran_ RAID md%d"
+msgid "IP address of host/network:"
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed"
-msgstr "mkraid nije uspio"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "This host/network is already in the list, it cannot be added again.\n"
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid nije uspio (moĊda nedostaju raidtools?)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/255.255.255.0\n"
+msgstr ""
-#: ../../raid.pm_.c:153
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nema dovoljno particija za RAID nivo %d\n"
+msgid "192.168.100.0/24\n"
+msgstr ""
-#: ../../security/main.pm_.c:36
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.0.0.*\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
+"Choose the network or host on which the local printers should be made "
+"available:"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Sharing of local printers"
+msgstr "Lokalni ĊĦtampač"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remove selected host/network"
+msgstr "Ukloni izabrano"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Edit selected host/network"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add host/network"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
msgstr ""
-#: ../../security/main.pm_.c:66
-#, fuzzy
-msgid "Security Level:"
-msgstr "Nivo sigurnosti"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Automatic correction of CUPS configuration"
+msgstr "Automatska konfiguracija CUPSa"
-#: ../../security/main.pm_.c:77
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr " (Default)"
+msgid "No remote machines"
+msgstr "(na ovom računaru)"
-#: ../../security/main.pm_.c:113
-#, fuzzy
-msgid "Security Alerts:"
-msgstr "Nivo sigurnosti"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Custom configuration"
+msgstr "postavka upozorenja"
-#: ../../security/main.pm_.c:115
-#, fuzzy
-msgid "Security Administrator:"
-msgstr "Udaljena administracija"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "Dijeljenje datoteka"
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "Network Options"
-msgstr "ViĊĦe opcija"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatically find available printers on remote machines"
+msgstr ""
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "System Options"
-msgstr "ViĊĦe opcija"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printers on this machine are available to other computers"
+msgstr ""
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
msgstr ""
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-#: ../../security/main.pm_.c:191
-#, fuzzy
-msgid "Please wait, setting security level..."
-msgstr "PodeĊĦavanje nivoa sigurnosti"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS printer sharing configuration"
+msgstr "PodeĊĦavanje OKI winprinter-a"
-#: ../../security/main.pm_.c:197
-#, fuzzy
-msgid "Please wait, setting security options..."
-msgstr "Molimo sačekajte, pripremam instalaciju"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr ""
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Pokreni ALSA zvučni sistem (Advanced Linux Sound Architecture)"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"Printers on remote CUPS servers do not need to be configured 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."
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron periodični pokretač komandi."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "How is the printer connected?"
+msgstr "Kako je ĊĦtampač povezan na računar?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Connection"
+msgstr "Izaberi konekciju ĊĦtampača"
-#: ../../services.pm_.c:21
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the user umask."
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:23
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (val)\n"
+"\n"
+"Set the shell timeout. A value of zero means no timeout."
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:25
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (size)\n"
+"\n"
+"Set shell commands history size. A value of -1 means unlimited."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of sgid files."
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:28
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check open ports."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
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."
+"if set, send the mail report to this email address else send it to root."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result by mail."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check files/directories writable by everybody."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
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:31
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
msgstr ""
-"HardDrake pokreće probavanje hardware-a i opcionalno konfiguriĊĦe\n"
-"novi/izmjenjeni hardware."
-#: ../../services.pm_.c:33
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
msgstr ""
-"Apache je World Wide Web server. Koristi se za posluĊivanje HTML\n"
-"datoteka i CGI."
-#: ../../services.pm_.c:34
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
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:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
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:40
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
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:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
msgstr ""
-"Automatsko regenerisanje kernel zaglavlja u /boot za\n"
-"/usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Automatsko prepoznavanje i podeĊĦavanje hardware-a tokom boota."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
+msgstr ""
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
msgstr ""
-"Linuxconf će ponekad obaviti raznolike zadatke tokom boota\n"
-"kako bi se odrĊala sistemska konfiguracija."
-#: ../../services.pm_.c:48
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
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:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
msgstr ""
-"Linux Virtuelni Server, koristi se za izgradnju servera visokih performansi\n"
-"i dostupnosti."
-#: ../../services.pm_.c:52
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
msgstr ""
-"named (BIND) je Domain Name Server (DNS) koji se koristi za pretvaranje "
-"imena računara u IP adrese."
-#: ../../services.pm_.c:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
msgstr ""
-"Montira i demontira sve Network File System (NFS), SMB (Lan\n"
-"Manager/Windows) i NCP (NetWare) tačke montiranja."
-#: ../../services.pm_.c:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
msgstr ""
-"Aktivira/deaktivira sve mreĊne interfejse koji su konfigurisani\n"
-"za pokretanje tokom boota."
-#: ../../services.pm_.c:57
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
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:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
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:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
msgstr ""
-"Automatski uključuje numlock bravu tipaka pod konzolom i\n"
-"XFree tokom boota."
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "PodrĊĦka za OK 4w i kompatibilne windows ĊĦtampače"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
+msgstr ""
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
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:68
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
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:71
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
msgstr ""
-"Postfix je Mail Transport Agent, tj. program koji ĊĦalje poĊĦtu sa jednog "
-"računara na drugu."
-#: ../../services.pm_.c:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
msgstr ""
-"SpaĊĦava i vraća sistemski raspon entropije za veću kvalitetu\n"
-"generisanja slučajnih brojeva."
-#: ../../services.pm_.c:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
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:76
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
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:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
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:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
msgstr ""
-"rusers protokol omogućava korisnicima na mreĊi da identificiraju\n"
-"ko je prijavljen na ostalim računarima."
-#: ../../services.pm_.c:83
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
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:85
-msgid "Launch the sound system on your machine"
-msgstr "Pokreće zvučni sistem na vaĊĦem računaru"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
+msgstr ""
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
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:88
-msgid "Load the drivers for your usb devices."
-msgstr "Pokreće drajvere za vaĊĦe usb uređaje."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
+msgstr ""
-#: ../../services.pm_.c:89
-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)."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
+msgstr ""
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Izaberite koji servisi se trebaju pokretati automatski prilikom boota"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
+msgstr ""
-#: ../../services.pm_.c:127
-msgid "Printing"
-msgstr "Ċ tampa"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr ""
-#: ../../services.pm_.c:128
-msgid "Internet"
-msgstr "Internet"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+"Biblioteka koja brani od napada \"buffer overflow\" i \"format string\"."
-#: ../../services.pm_.c:131
-msgid "File sharing"
-msgstr "Dijeljenje datoteka"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Use libsafe for servers"
+msgstr "Koristi libsafe za servere"
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-msgid "System"
-msgstr "Sistem"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security level"
+msgstr "Nivo sigurnosti"
-#: ../../services.pm_.c:138
-msgid "Remote Administration"
-msgstr "Udaljena administracija"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Please choose the desired security level"
+msgstr "Izaberite nivo sigurnosti"
-#: ../../services.pm_.c:146
-msgid "Database Server"
-msgstr "Server baze podataka"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "DrakSec Basic Options"
+msgstr "Opcije"
-#: ../../services.pm_.c:175
+#: ../../security/level.pm:1
#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Servisi: %d aktiviran za %d registrovan"
+msgid ""
+"This is similar to the previous level, but the system is entirely closed and "
+"security features are at their maximum."
+msgstr ""
+"Baziran na prethodnom nivou, ali sada je sistem potpuno zatvoren.\n"
+"Sigurnosne osobine na maksimumu."
-#: ../../services.pm_.c:191
-msgid "Services"
-msgstr "Servisi"
+#: ../../security/level.pm:1
+#, c-format
+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 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."
-#: ../../services.pm_.c:203
-msgid "running"
-msgstr "aktivan"
+#: ../../security/level.pm:1
+#, c-format
+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ć."
-#: ../../services.pm_.c:203
-msgid "stopped"
-msgstr "zaustavljen"
+#: ../../security/level.pm:1
+#, c-format
+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."
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
-msgstr "Servisi i demoni"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"Passwords 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."
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
+"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 ""
-"Nema dodatnih informacija\n"
-"o ovom servisu, izvinite."
+"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."
-#: ../../services.pm_.c:229
-msgid "On boot"
-msgstr "Prilikom boota"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "Paranoičan"
-#: ../../services.pm_.c:241
-msgid "Start"
-msgstr "Start"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Higher"
+msgstr "ViĊĦi"
-#: ../../services.pm_.c:241
-msgid "Stop"
-msgstr "Stop"
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "Visok"
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr "Hvala vam ĊĦto ste odabrali Mandrake Linux 9.0"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "LoĊĦ"
-#: ../../share/advertising/01-thanks.pl_.c:10
-#, fuzzy
-msgid "Welcome to the Open Source world"
-msgstr "Dobro doĊĦli u svijet otvorenog izvornog koda"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "DobrodoĊĦli u Crackers"
-#: ../../share/advertising/01-thanks.pl_.c:11
-#, fuzzy
+#: ../../share/advertising/01-thanks.pl:1
+#, fuzzy, c-format
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 "
@@ -9865,17 +13092,18 @@ msgstr ""
"operativni sistem je rezultat zajedničkog rada dijela Linux zajednice ĊĦirom "
"svijeta"
-#: ../../share/advertising/02-community.pl_.c:9
-#, fuzzy
-msgid "Get involved in the Free Software world"
-msgstr "PridruĊite se svijetu Slobodnog softvera"
+#: ../../share/advertising/01-thanks.pl:1
+#, fuzzy, c-format
+msgid "Welcome to the Open Source world"
+msgstr "Dobro doĊĦli u svijet otvorenog izvornog koda"
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
-msgstr ""
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
+msgstr "Hvala vam ĊĦto ste odabrali Mandrake Linux 9.1"
-#: ../../share/advertising/02-community.pl_.c:11
-#, fuzzy
+#: ../../share/advertising/02-community.pl:1
+#, fuzzy, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
@@ -9884,89 +13112,96 @@ msgstr ""
"pomozite drugima tako ĊĦto ćete pristupiti mnogim forumima za diskusiju koje "
"ćete naći na naĊĦim \"Community\" stranicama"
-#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
-msgid "Get the most from the Internet"
-msgstr "Spoji se na Internet"
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr ""
-#: ../../share/advertising/03-internet.pl_.c:10
-#, fuzzy
+#: ../../share/advertising/02-community.pl:1
+#, fuzzy, c-format
+msgid "Get involved in the Free Software world"
+msgstr "PridruĊite se svijetu Slobodnog softvera"
+
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 8.2 pruĊa najbolji softver za pristup svemu ĊĦto Internet "
+"Mandrake Linux 9.1 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/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
-msgstr ""
-
-#: ../../share/advertising/04-multimedia.pl_.c:10
-msgid "Push multimedia to its limits!"
-msgstr ""
+#: ../../share/advertising/03-internet.pl:1
+#, fuzzy, c-format
+msgid "Get the most from the Internet"
+msgstr "Spoji se na Internet"
-#: ../../share/advertising/04-multimedia.pl_.c:11
-#, fuzzy
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
"files, edit and handle your images or photos, and play videos"
msgstr ""
-"Mandrake Linux 8.2 vam omogućuje da potjerate vaĊĦ multimedijalni računar do "
+"Mandrake Linux 9.1 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/05-games.pl_.c:9
-msgid "Games"
-msgstr "Igre"
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Push multimedia to its limits!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr ""
-#: ../../share/advertising/05-games.pl_.c:10
-#, fuzzy
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
"strategy, ..."
msgstr ""
-"Mandrake Linux 8.2 pruĊa najbolje Open Source igre - arkadne, akcione, "
+"Mandrake Linux 9.1 pruĊa najbolje Open Source igre - arkadne, akcione, "
"karte, sportovi, strategije, ..."
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
-msgid "Mandrake Control Center"
-msgstr "Mandrake Kontrolni centar"
+#: ../../share/advertising/05-games.pl:1
+#, c-format
+msgid "Games"
+msgstr "Igre"
-#: ../../share/advertising/06-mcc.pl_.c:10
-#, fuzzy
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
"your machine"
msgstr ""
-"Mandrake Linux 8.2 Kontrolni centar je jedinstvena lokacija za puno "
+"Mandrake Linux 9.1 Kontrolni centar je jedinstvena lokacija za puno "
"prilagođavanje i podeĊĦavanje vaĊĦeg Mandrake sistema"
-#: ../../share/advertising/07-desktop.pl_.c:9
-msgid "User interfaces"
-msgstr "Korisnički okoliĊĦ"
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Control Center"
+msgstr "Mandrake Kontrolni centar"
-#: ../../share/advertising/07-desktop.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
-msgid "Development simplified"
-msgstr "Programiranje"
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
+msgid "User interfaces"
+msgstr "Korisnički okoliĊĦ"
-#: ../../share/advertising/08-development.pl_.c:11
-#, fuzzy
+#: ../../share/advertising/08-development.pl:1
+#, fuzzy, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
@@ -9974,12 +13209,18 @@ 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/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:10
-#, fuzzy
+#: ../../share/advertising/08-development.pl:1
+#, fuzzy, c-format
+msgid "Development simplified"
+msgstr "Programiranje"
+
+#: ../../share/advertising/09-server.pl:1
+#, fuzzy, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
@@ -9987,32 +13228,37 @@ 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/10-mnf.pl_.c:9
-msgid "Optimize your security"
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:10
-#, fuzzy
+#: ../../share/advertising/11-mdkstore.pl:1
+#, fuzzy, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
@@ -10020,76 +13266,88 @@ msgstr ""
"Čitav raspon Linux rjeĊĦenja, kao i posebne ponude za proizvode i "
"'potrepĊĦtine', dostupni su u naĊĦoj online radnji"
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid "Certify yourself on Linux"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Whether you choose to teach yourself online or via our network of training "
-"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
-"certification program (worldwide professional technical certification)"
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
-msgid "Become a MandrakeExpert"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
-msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
"technical support website:"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert Corporate"
-msgstr "MandrakeExpert"
-
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, fuzzy, c-format
+msgid "Become a MandrakeExpert"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, fuzzy, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -10099,234 +13357,246 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:21
-#, fuzzy
-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.\n"
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
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.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Molimo ponovo se prijavite na %s radi aktiviranja izmjena"
+
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Molimo izvrĊĦite logout i zatim koristitite Ctrl-Alt-BackSpace"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone.pm_.c:70
-msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No floppy drive available!"
+msgstr "Nema pogodne disketne jedinice"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "Tastatura"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Please insert floppy disk:"
+msgstr "Molimo ubacite boot disketu koja je upotrebljena u jedinicu %s"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Write Config"
+msgstr "rekonfiguriĊĦi"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone.pm_.c:84
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Server Configuration"
+msgstr "Napredno podeĊĦavanje"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
msgstr ""
-#: ../../standalone.pm_.c:94
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range Start:"
msgstr ""
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Name Servers:"
+msgstr "NIS server"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Domain Name:"
+msgstr "Ime domena"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Broadcast Address:"
msgstr ""
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
msgstr ""
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+msgid "Routers:"
msgstr ""
-#: ../../standalone.pm_.c:168
-msgid "Installing packages..."
-msgstr "Instaliram pakete..."
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Netmask:"
+msgstr "Netmask"
-#: ../../standalone/XFdrake_.c:138
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Molimo izvrĊĦite logout i zatim koristitite Ctrl-Alt-BackSpace"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet:"
+msgstr ""
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Molimo ponovo se prijavite na %s radi aktiviranja izmjena"
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:239
-#, fuzzy
-msgid "Mandrake Terminal Server Configuration"
-msgstr "PremjeĊĦtanje konfiguracije ĊĦtamapča"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Config..."
+msgstr "PodeĊĦavam..."
-#: ../../standalone/drakTermServ_.c:253
-#, fuzzy
-msgid "Enable Server"
-msgstr "Server baze podataka"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete Client"
+msgstr "DHCP klijent"
-#: ../../standalone/drakTermServ_.c:260
-#, fuzzy
-msgid "Disable Server"
-msgstr "Server baze podataka"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Edit Client"
+msgstr "DHCP klijent"
-#: ../../standalone/drakTermServ_.c:268
-#, fuzzy
-msgid "Start Server"
-msgstr "NIS server"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add Client -->"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:275
-#, fuzzy
-msgid "Stop Server"
-msgstr "NIS server"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Allow Thin Clients"
+msgstr "DHCP klijent"
-#: ../../standalone/drakTermServ_.c:283
-msgid "Etherboot Floppy/ISO"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Thin Client"
+msgstr "DHCP klijent"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Tip: "
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:294
-#, fuzzy
-msgid "Add/Del Users"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Add User -->"
msgstr "Dodaj korisnika"
-#: ../../standalone/drakTermServ_.c:299
-#, fuzzy
-msgid "Add/Del Clients"
-msgstr "DHCP klijent"
-
-#: ../../standalone/drakTermServ_.c:328
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: ../../standalone/drakTermServ_.c:332
-msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete All NBIs"
+msgstr "Sve izabrano"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Delete"
+msgstr "ObriĊĦi"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No NIC selected!"
+msgstr "Nije konektovan"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
msgstr ""
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -10355,7 +13625,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -10366,8 +13636,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -10456,224 +13726,151 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:573
-msgid "No kernel selected!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:587
-#, fuzzy
-msgid "No nic selected!"
-msgstr "Nije konektovan"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:604
-#, fuzzy
-msgid "<-- Delete"
-msgstr "ObriĊĦi"
-
-#: ../../standalone/drakTermServ_.c:611
-#, fuzzy
-msgid "Delete All NBIs"
-msgstr "Sve izabrano"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:673
-#, fuzzy
-msgid "Add User -->"
-msgstr "Dodaj korisnika"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:720
+#: ../../standalone/drakTermServ:1
#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Tip: "
-
-#: ../../standalone/drakTermServ_.c:753
-msgid "No net boot images created!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:773
-#, fuzzy
-msgid "Thin Client"
-msgstr "DHCP klijent"
-
-#: ../../standalone/drakTermServ_.c:775
-#, fuzzy
-msgid "Allow Thin Clients"
-msgstr "DHCP klijent"
-
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:821
-#, fuzzy
-msgid "<-- Edit Client"
-msgstr "DHCP klijent"
-
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
+msgid "Add/Del Clients"
msgstr "DHCP klijent"
-#: ../../standalone/drakTermServ_.c:843
-#, fuzzy
-msgid "dhcpd Config..."
-msgstr "PodeĊĦavam..."
-
-#: ../../standalone/drakTermServ_.c:876
-msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "Netmask"
-
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Add/Del Users"
+msgstr "Dodaj korisnika"
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot Floppy/ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "Ime domena"
-
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Stop Server"
msgstr "NIS server"
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Start Server"
+msgstr "NIS server"
-#: ../../standalone/drakTermServ_.c:1001
-#, fuzzy
-msgid "dhcpd Server Configuration"
-msgstr "Napredno podeĊĦavanje"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Disable Server"
+msgstr "Server baze podataka"
-#: ../../standalone/drakTermServ_.c:1002
-msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Enable Server"
+msgstr "Server baze podataka"
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "PremjeĊĦtanje konfiguracije ĊĦtamapča"
-#: ../../standalone/drakTermServ_.c:1018
-#, fuzzy
-msgid "Write Config"
-msgstr "rekonfiguriĊĦi"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Remove the last item"
+msgstr "Ukloniti zadnju stavku"
-#: ../../standalone/drakTermServ_.c:1120
-#, fuzzy
-msgid "Please insert floppy disk:"
-msgstr "Molimo ubacite boot disketu koja je upotrebljena u jedinicu %s"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Add an item"
+msgstr "Dodaj stavku"
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install"
+msgstr "Auto instalacija"
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
+#: ../../standalone/drakautoinst:1
+#, c-format
+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/drakTermServ_.c:1129
-#, fuzzy
-msgid "No floppy drive available!"
-msgstr "Nema pogodne disketne jedinice"
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Congratulations!"
+msgstr "Čestitamo!"
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "Etherboot ISO image is %s"
+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/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Creating auto install floppy"
+msgstr "Pravim auto instalacijsku disketu"
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "manual"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+#: ../../standalone/drakautoinst:1
+#, c-format
+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:40
-msgid "Error!"
-msgstr "GreĊĦka!"
-
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Ne mogu pronaći potrebnu image datoteku '%s'"
+msgid "Automatic Steps Configuration"
+msgstr "Automatska konfiguracija koraka"
-#: ../../standalone/drakautoinst_.c:43
-msgid "Auto Install Configurator"
-msgstr "PodeĊĦavanje auto instalacije"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "replay"
+msgstr "Ponovi"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -10700,501 +13897,713 @@ msgstr ""
"\n"
"Da li Ċelite nastaviti?"
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install Configurator"
+msgstr "PodeĊĦavanje auto instalacije"
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "Ponovi"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "I can't find needed image file `%s'."
+msgstr "Ne mogu pronaći potrebnu image datoteku '%s'"
-#: ../../standalone/drakautoinst_.c:66
-msgid "Automatic Steps Configuration"
-msgstr "Automatska konfiguracija koraka"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Error!"
+msgstr "GreĊĦka!"
-#: ../../standalone/drakautoinst_.c:67
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
+"\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 ""
-"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:78 ../../standalone/drakautoinst_.c:79
-#, fuzzy
-msgid "Creating auto install floppy"
-msgstr "Pravim auto instalacijsku disketu"
+"\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/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-"Welcome.\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"
-"The parameters of the auto-install are available in the sections on the left"
msgstr ""
+"options description:\n"
"\n"
-"Dobro doĊĦli.\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"
-"Parametri automatske instalacije su dostupni u odjeljcima lijevo"
-
-#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
-msgstr "Čestitamo!"
-#: ../../standalone/drakautoinst_.c:235
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
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:273
-msgid "Auto Install"
-msgstr "Auto instalacija"
-
-#: ../../standalone/drakautoinst_.c:343
-msgid "Add an item"
-msgstr "Dodaj stavku"
-
-#: ../../standalone/drakautoinst_.c:350
-msgid "Remove the last item"
-msgstr "Ukloniti zadnju stavku"
-
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
+"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 backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.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/drakbackup.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:690
-msgid "WARNING"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:691
-#, fuzzy
-msgid "FATAL"
-msgstr "FAT"
-
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:704
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-" DrakBackup Report \n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-msgstr ""
+"Otherwise, you are able to select only one of these.\n"
"\n"
-" DrakBackup IzvjeĊĦtaj \n"
+" - Incremental Backups:\n"
"\n"
-
-#: ../../standalone/drakbackup_.c:705
-msgid ""
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data 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 option all\n"
+"\told backups are deleted before each backup. \n"
"\n"
-" DrakBackup Daemon Report\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 a 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 powerful \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"
-" DrakBackup IzvjeĊĦtaj o demonima\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:709
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-" DrakBackup Report Details\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 the 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 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 data 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"
-" DrakBackup Detalji izvjeĊĦtaja\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 the 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 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 data 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:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-#, fuzzy
-msgid "Total progess"
-msgstr "ukupno napredak"
-
-#: ../../standalone/drakbackup_.c:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
+" 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:794
-msgid "This may take a moment to generate the keys."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+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:801
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "ERROR: Cannot spawn %s."
-msgstr ""
+msgid "Drakbackup"
+msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:819
-#, fuzzy, c-format
-msgid "Bad password on %s"
-msgstr "Bez ĊĦifre"
+msgid "Restore"
+msgstr "Vrati"
-#: ../../standalone/drakbackup_.c:820
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Permission denied transferring %s to %s"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:821
-#, fuzzy, c-format
-msgid "Can't find %s on %s"
-msgstr "Ne mogu otvoriti %s: %s\n"
+msgid "Backup Now"
+msgstr "Backup-uj sada"
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "%s not responding"
-msgstr ""
+msgid "Advanced Configuration"
+msgstr "Napredno podeĊĦavanje"
-#: ../../standalone/drakbackup_.c:828
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"\n"
-"without being prompted for a password."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:873
-msgid "WebDAV remote site already in sync!"
-msgstr ""
+msgid "Wizard Configuration"
+msgstr "Čarobnjak za podeĊĦavanje"
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "View Backup Configuration."
+msgstr "Pogledaj postavke backupa."
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Now from configuration file"
+msgstr "Backup-uj sada iz konfiguracijske datoteke"
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Drakbackup Configuration"
+msgstr "PodeĊĦavanje Drakbackup-a"
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total Progress"
+msgstr "Ukupan napredak"
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Sending files..."
+msgstr "Ċ aljem datoteke..."
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "files sending by FTP"
+msgstr "slanje datoteka putem FTPa"
-#: ../../standalone/drakbackup_.c:1060
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
-msgstr ""
+msgid "Backup other files"
+msgstr "Backup ostalih datoteka"
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
-msgstr "Backup-uj sistemske datoteke..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup user files"
+msgstr "Backup korisničkih datoteka"
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-msgid "Hard Disk Backup files..."
-msgstr "Datoteke backup-a hard diska..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files"
+msgstr "Backup sistemskih datoteka"
-#: ../../standalone/drakbackup_.c:1236
-msgid "Backup User files..."
-msgstr "Backup-uj korisničke datoteke..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Under Devel ... please wait."
+msgstr "U izradi ... molim sačekajte."
-#: ../../standalone/drakbackup_.c:1237
-msgid "Hard Disk Backup Progress..."
-msgstr "Napredak backup-a hard diska..."
+#: ../../standalone/drakbackup:1
+#, c-format
+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:1290
-msgid "Backup Other files..."
-msgstr "Backup-uj ostale datoteke..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select data to backup..."
+msgstr "Molim izaberite podatke za backup..."
-#: ../../standalone/drakbackup_.c:1296
-#, fuzzy
-msgid "No changes to backup!"
-msgstr "Koristi traku za backup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select media for backup..."
+msgstr "Molim izaberite medij za backup..."
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
-msgstr ""
+msgid "Please select data to restore..."
+msgstr "Molim izaberite podatke za vraćanje..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup:1
#, fuzzy, c-format
-msgid ""
-"file list sent by FTP: %s\n"
-" "
-msgstr ""
-"lista datoteka poslana putem FTPa: %s\n"
-" "
+msgid "The following packages need to be installed:\n"
+msgstr "Sljedeći paketi će biti instalirani"
-#: ../../standalone/drakbackup_.c:1322
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
-"\n"
-"(!) problem sa FTP konekcijom: Nije bilo moguće poslati vaĊĦe backup datoteke "
-"putem FTPa.\n"
+"GreĊĦka tokom slanja datoteke preko FTPa.\n"
+" Molimo ispravite vaĊĦu FTP konfiguraciju."
-#: ../../standalone/drakbackup_.c:1340
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
+"Error during 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:1345
-msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Next"
+msgstr "Sljedeći"
-#: ../../standalone/drakbackup_.c:1354
-#, fuzzy
-msgid " Error during mail sending. \n"
-msgstr "(!) GreĊĦka tokom slanja poĊĦte. \n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Previous"
+msgstr "Prethodni"
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
-msgstr ""
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save"
+msgstr "Spasi"
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-msgid "File Selection"
-msgstr "Izbor datoteka"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Build Backup"
+msgstr "Izgradi backup"
-#: ../../standalone/drakbackup_.c:1529
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Izaberite datoteke ili direktorije i kliknite na 'Dodaj'"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Progress"
+msgstr "Vrati korisnike"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From Catalog"
+msgstr "Vrati tabelu particija"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Browse to new restore repository."
msgstr ""
-"\n"
-"Molimo uključite sve potrebne opcije.\n"
-#: ../../standalone/drakbackup_.c:1574
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
msgstr ""
-"Ove opcije mogu spasiti ili vratiti sve datoteke u vaĊĦem /etc direktoriju.\n"
-#: ../../standalone/drakbackup_.c:1575
-#, fuzzy
-msgid "Backup your System files. (/etc directory)"
-msgstr "Backup sistemskih datoteka. ( /etc direktorij )"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Custom Restore"
+msgstr "Ručno vraćanje"
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
+msgstr "Vrati sve backupe"
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Zaobiđi kritične datoteke (passwd, group, fstab)"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Failed..."
+msgstr "Vrati ostalo"
-#: ../../standalone/drakbackup_.c:1578
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Files Restored..."
msgstr ""
-"Sa ovom opcijom bićete u mogućnosti da vratite bilo koju\n"
-" verziju vaĊĦeg /etc direktorija."
-#: ../../standalone/drakbackup_.c:1595
-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:1622
-msgid "Do not include the browser cache"
-msgstr "Ne uključuj spremnik web preglednika"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Hostname required"
+msgstr "Hostname: "
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-msgid "Remove Selected"
-msgstr "Ukloni izabrano"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Username required"
+msgstr "Korisničko ime"
-#: ../../standalone/drakbackup_.c:1679
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Password required"
+msgstr "Ċ ifra"
-#: ../../standalone/drakbackup_.c:1714
-msgid "Users"
-msgstr "Korisnici"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1740
-#, fuzzy
-msgid "Use network connection to backup"
-msgstr "Koristi FTP vezu za backup"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Host Name"
+msgstr "Host name"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Via Network"
+msgstr "Vrati korisnike"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1748
-#, fuzzy
-msgid ""
-" Transfer \n"
-"Now"
-msgstr "Prebaci"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From Tape"
+msgstr "Vrati tabelu particija"
-#: ../../standalone/drakbackup_.c:1749
-msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:1753
-msgid "Please enter the host name or IP."
-msgstr "Molimo unesite ime računara ili IP."
-
-#: ../../standalone/drakbackup_.c:1758
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-"Molimo unesite direktorij za\n"
-" smjeĊĦtaj backupa na ovom računaru."
-
-#: ../../standalone/drakbackup_.c:1763
-msgid "Please enter your login"
-msgstr "Molimo unesite vaĊĦ login"
-#: ../../standalone/drakbackup_.c:1768
-msgid "Please enter your password"
-msgstr "Molimo unesite vaĊĦu ĊĦifru"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From CD"
+msgstr "Vrati sa hard diska"
-#: ../../standalone/drakbackup_.c:1774
-msgid "Remember this password"
-msgstr "Zapamti ovu ĊĦifru"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup files not found at %s."
+msgstr "Backup datoteke su oĊĦtećene"
-#: ../../standalone/drakbackup_.c:1785
-msgid "Need hostname, username and password!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Vrati ostalo"
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
-msgstr "Koristi CD/DVDROM za backup"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Ukloni izabrano"
-#: ../../standalone/drakbackup_.c:1882
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
+"Restore Selected\n"
+"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:1887
-#, fuzzy
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "Molimo izaberite vaĊĦ CD prostor"
-
-#: ../../standalone/drakbackup_.c:1893
-#, fuzzy
-msgid "Please check for multisession CD"
-msgstr "Molim uključite ako koristite CDRW medij"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
+msgstr "PobriĊĦi korisničke direktorije prije vraćanja."
-#: ../../standalone/drakbackup_.c:1899
-msgid "Please check if you are using CDRW media"
-msgstr "Molim uključite ako koristite CDRW medij"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:1905
-#, fuzzy
-msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Molim uključite ako Ċelite obrisati vaĊĦ CDRW prije"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "select path to restore (instead of /)"
+msgstr "izaberite stazu za vraćanje (umjesto / )"
-#: ../../standalone/drakbackup_.c:1906
-#, fuzzy
-msgid " Erase Now "
-msgstr "Prebaci"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Other"
+msgstr "Vrati ostalo"
-#: ../../standalone/drakbackup_.c:1912
-#, fuzzy
-msgid "Please check if you are using a DVDR device"
-msgstr "Molim uključite ako koristite CDRW medij"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Users"
+msgstr "Vrati korisnike"
-#: ../../standalone/drakbackup_.c:1918
-#, fuzzy
-msgid "Please check if you are using a DVDRAM device"
-msgstr "Molim uključite ako koristite CDRW medij"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore system"
+msgstr "Vrati sistem"
-#: ../../standalone/drakbackup_.c:1931
-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:1
+#, c-format
+msgid "Other Media"
+msgstr "Drugi medij"
-#: ../../standalone/drakbackup_.c:1964
-#, fuzzy
-msgid "No CD device defined!"
-msgstr "Izaberite datoteku"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select another media to restore from"
+msgstr "Izaberite drugi medij za vraćanje"
-#: ../../standalone/drakbackup_.c:2012
-msgid "Use tape to backup"
-msgstr "Koristi traku za backup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory where backups are stored"
+msgstr "Molim unesite direktorij gdje su smjeĊĦteni backupi"
-#: ../../standalone/drakbackup_.c:2015
-msgid "Please enter the device name to use for backup"
-msgstr "Molim unesite ime uređaja kojeg ćete koristiti za backup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore from Hard Disk."
+msgstr "Vrati sa hard diska"
-#: ../../standalone/drakbackup_.c:2021
-#, fuzzy
-msgid "Please check if you want to use the non-rewinding device."
-msgstr "Molim uključite ako Ċelite obrisati vaĊĦ CDRW prije"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Secure Connection"
+msgstr "Sigurna konekcija"
-#: ../../standalone/drakbackup_.c:2027
-#, fuzzy
-msgid "Please check if you want to erase your tape before the backup."
-msgstr "Molim uključite ako Ċelite obrisati vaĊĦ CDRW prije"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FTP Connection"
+msgstr "FTP konekcija"
-#: ../../standalone/drakbackup_.c:2033
-#, fuzzy
-msgid "Please check if you want to eject your tape after the backup."
-msgstr "Molim uključite ako Ċelite obrisati vaĊĦ CDRW prije"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use quota for backup files."
+msgstr "Koristi quotu za backup datoteke."
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11202,1096 +14611,915 @@ msgstr ""
"Molim unesite maksimalnu veličinu\n"
" dozvoljenu za Draxbackup"
-#: ../../standalone/drakbackup_.c:2103
-#, fuzzy
-msgid "Please enter the directory to save to:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save:"
msgstr "Molimo unesite direktorij za spasiti:"
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-msgid "Use quota for backup files."
-msgstr "Koristi quotu za backup datoteke."
-
-#: ../../standalone/drakbackup_.c:2180
-msgid "Network"
-msgstr "MreĊa"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Hard Disk to backup"
+msgstr "Koristi hard disk za backup"
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "please choose the date to restore"
+msgstr "molim izaberite datum za vraćanje"
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
-msgstr "HardDrive / NFS"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup the system files before:"
+msgstr "Vrati sistemske datoteke prije:"
-#: ../../standalone/drakbackup_.c:2195
-#, fuzzy
-msgid "Tape"
-msgstr "Tip"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
-msgstr "svakog sata"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
+msgstr "OK za vraćanje ostalih datoteka."
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr "dnevno"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Restore Configuration "
+msgstr " Vrati konfiguraciju "
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
-msgstr "sedmično"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr " uspjeĊĦno spaĊĦeni na %s "
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
-msgstr "mjesečno"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " All of your selected data have been "
+msgstr " Svi vaĊĦi izabrani podaci su "
-#: ../../standalone/drakbackup_.c:2229
-msgid "Use daemon"
-msgstr "Koristi demon"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr "Backup datoteke su oĊĦtećene"
-#: ../../standalone/drakbackup_.c:2234
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Izaberite vremenski interval\n"
-"između svakog backupa"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please uncheck or remove it on next time."
+msgstr "Molimo isključite ili pobriĊĦite ga idući put."
-#: ../../standalone/drakbackup_.c:2240
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
+"List of data corrupted:\n"
+"\n"
msgstr ""
-"Molim izaberite medij\n"
-"za backup."
+"Lista oĊĦtećenih podataka:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2247
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
-msgstr "Molim budite sigurni da je cron demon aktiviran u vaĊĦim servisima."
-
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
-msgstr "PoĊĦalji mail izvjeĊĦtaj nakon svakog backupa na :"
-
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
+"Lista podataka za vraćanje:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2324
-msgid "What"
-msgstr "Ċ ta"
-
-#: ../../standalone/drakbackup_.c:2329
-msgid "Where"
-msgstr "Gdje"
-
-#: ../../standalone/drakbackup_.c:2334
-msgid "When"
-msgstr "Kada"
-
-#: ../../standalone/drakbackup_.c:2339
-msgid "More Options"
-msgstr "ViĊĦe opcija"
-
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-msgid "Drakbackup Configuration"
-msgstr "PodeĊĦavanje Drakbackup-a"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr "Bez podeĊĦavanja, molim kliknite na Čarobnjak ili Napredno.\n"
-#: ../../standalone/drakbackup_.c:2376
-msgid "Please choose where you want to backup"
-msgstr "Molimo izaberite gdje Ċelite backupovati"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "\t-Network by webdav.\n"
+msgstr "\t-MreĊu preko FTPa.\n"
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
-msgstr "na hard disk"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "\t-Network by rsync.\n"
+msgstr "\t-MreĊu preko FTPa.\n"
-#: ../../standalone/drakbackup_.c:2388
-msgid "across Network"
-msgstr "preko mreĊe"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
+msgstr "\t-MreĊu preko SSH.\n"
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
+msgstr "\t-MreĊu preko FTPa.\n"
-#: ../../standalone/drakbackup_.c:2406
-msgid "on Tape Device"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2449
-msgid "Please choose what you want to backup"
-msgstr "Molim izaberite ĊĦta Ċelite backupovati"
-
-#: ../../standalone/drakbackup_.c:2450
-msgid "Backup system"
-msgstr "Backup sistema"
-
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
-msgstr "Backup korisnika"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
+msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
-msgstr "Ručno izaberite korisnika"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
+msgstr "\t-Hard disk.\n"
-#: ../../standalone/drakbackup_.c:2537
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Backup Sources: \n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
-"Izvori backup-a: \n"
+"- Demon (%s) uključuje :\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
+msgstr "\tBackupi koriste tar i gzip\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
+msgstr "\tBackupi koriste tar i bzip2\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
+msgstr "\tNe uključuj sistemske datoteke\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- System Files:\n"
+"- Options:\n"
msgstr ""
"\n"
-"- sistemske datoteke:\n"
+"- Opcije:\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"- User Files:\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-"\n"
-"- korisničke datoteke:\n"
+"\t\t korisničko ime: %s\n"
+"\t\t u direktoriju: %s \n"
-#: ../../standalone/drakbackup_.c:2542
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
"\n"
-"- Other Files:\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- ostale datoteke:\n"
+"- spasi na FTPu na računaru: %s\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"- Save on Hard drive on path: %s\n"
+msgid "\t\tErase=%s"
msgstr ""
-"\n"
-"- spasi na hard disku u direktoriju: %s\n"
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
"\n"
-"- Delete hard drive tar files after backup.\n"
+"- Save to Tape on device: %s"
msgstr ""
-
-#: ../../standalone/drakbackup_.c:2553
-msgid ""
"\n"
-"- Burn to CD"
-msgstr ""
+"- spasi na FTPu na računaru: %s\n"
-#: ../../standalone/drakbackup_.c:2554
-msgid "RW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2555
+#: ../../standalone/drakbackup:1
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Uređaj miĊĦa: %s\n"
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2557
-#, fuzzy, c-format
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Burn to CD"
msgstr ""
-"\n"
-"- spasi na FTPu na računaru: %s\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "\t\tErase=%s"
+msgid ""
+"\n"
+"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2561
-#, fuzzy, c-format
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
-"- spasi na FTPu na računaru: %s\n"
+"- spasi na hard disku u direktoriju: %s\n"
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- Other Files:\n"
msgstr ""
-"\t\t korisničko ime: %s\n"
-"\t\t u direktoriju: %s \n"
+"\n"
+"- ostale datoteke:\n"
-#: ../../standalone/drakbackup_.c:2563
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
+"- User Files:\n"
msgstr ""
"\n"
-"- Opcije:\n"
-
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr "\tNe uključuj sistemske datoteke\n"
-
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tBackupi koriste tar i bzip2\n"
+"- korisničke datoteke:\n"
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tBackupi koriste tar i gzip\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- System Files:\n"
+msgstr ""
+"\n"
+"- sistemske datoteke:\n"
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include:\n"
+"Backup Sources: \n"
msgstr ""
"\n"
-"- Demon (%s) uključuje :\n"
+"Izvori backup-a: \n"
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
-msgstr "\t-Hard disk.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select user manually"
+msgstr "Ručno izaberite korisnika"
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
+msgstr "Backup korisnika"
-#: ../../standalone/drakbackup_.c:2575
-msgid "\t-Tape \n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system"
+msgstr "Backup sistema"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose what you want to backup"
+msgstr "Molim izaberite ĊĦta Ċelite backupovati"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
-msgstr "\t-MreĊu preko FTPa.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
-msgstr "\t-MreĊu preko SSH.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "across Network"
+msgstr "preko mreĊe"
-#: ../../standalone/drakbackup_.c:2578
-#, fuzzy
-msgid "\t-Network by rsync.\n"
-msgstr "\t-MreĊu preko FTPa.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
+msgstr "na hard disk"
-#: ../../standalone/drakbackup_.c:2579
-#, fuzzy
-msgid "\t-Network by webdav.\n"
-msgstr "\t-MreĊu preko FTPa.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose where you want to backup"
+msgstr "Molimo izaberite gdje Ċelite backupovati"
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Bez podeĊĦavanja, molim kliknite na Čarobnjak ili Napredno.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "More Options"
+msgstr "ViĊĦe opcija"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "When"
+msgstr "Kada"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Where"
+msgstr "Gdje"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "What"
+msgstr "Ċ ta"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
+msgstr "PoĊĦalji mail izvjeĊĦtaj nakon svakog backupa na :"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"List of data to restore:\n"
+"Please be sure that the cron daemon is included in your services. \n"
"\n"
+"Note that currently all 'net' medias also use the hard drive."
+msgstr "Molim budite sigurni da je cron demon aktiviran u vaĊĦim servisima."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please choose the\n"
+"media for backup."
msgstr ""
-"Lista podataka za vraćanje:\n"
-"\n"
+"Molim izaberite medij\n"
+"za backup."
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data corrupted:\n"
-"\n"
+"Please choose the time \n"
+"interval between each backup"
msgstr ""
-"Lista oĊĦtećenih podataka:\n"
-"\n"
+"Izaberite vremenski interval\n"
+"između svakog backupa"
-#: ../../standalone/drakbackup_.c:2756
-msgid "Please uncheck or remove it on next time."
-msgstr "Molimo isključite ili pobriĊĦite ga idući put."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use daemon"
+msgstr "Koristi demon"
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
-msgstr "Backup datoteke su oĊĦtećene"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "monthly"
+msgstr "mjesečno"
-#: ../../standalone/drakbackup_.c:2787
-#, fuzzy
-msgid " All of your selected data have been "
-msgstr " Svi vaĊĦi izabrani podaci su "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "weekly"
+msgstr "sedmično"
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " uspjeĊĦno spaĊĦeni na %s "
+msgid "daily"
+msgstr "dnevno"
-#: ../../standalone/drakbackup_.c:2906
-msgid " Restore Configuration "
-msgstr " Vrati konfiguraciju "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "hourly"
+msgstr "svakog sata"
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
-msgstr "OK za vraćanje ostalih datoteka."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "HardDrive / NFS"
+msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:2941
-msgid "User list to restore (only the most recent date per user is important)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CDROM / DVDROM"
msgstr ""
-"Lista korisnika za vraćanje (samo najsvjeĊiji datum po korisniku je značajan)"
-
-#: ../../standalone/drakbackup_.c:3019
-msgid "Backup the system files before:"
-msgstr "Vrati sistemske datoteke prije:"
-#: ../../standalone/drakbackup_.c:3021
-msgid "please choose the date to restore"
-msgstr "molim izaberite datum za vraćanje"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the directory to save to:"
+msgstr "Molimo unesite direktorij za spasiti:"
-#: ../../standalone/drakbackup_.c:3057
-msgid "Use Hard Disk to backup"
-msgstr "Koristi hard disk za backup"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to eject your tape after the backup."
+msgstr "Molim uključite ako Ċelite obrisati vaĊĦ CDRW prije"
-#: ../../standalone/drakbackup_.c:3060
-msgid "Please enter the directory to save:"
-msgstr "Molimo unesite direktorij za spasiti:"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr "Molim uključite ako Ċelite obrisati vaĊĦ CDRW prije"
-#: ../../standalone/drakbackup_.c:3103
-msgid "FTP Connection"
-msgstr "FTP konekcija"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr "Molim uključite ako Ċelite obrisati vaĊĦ CDRW prije"
-#: ../../standalone/drakbackup_.c:3110
-msgid "Secure Connection"
-msgstr "Sigurna konekcija"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the device name to use for backup"
+msgstr "Molim unesite ime uređaja kojeg ćete koristiti za backup"
-#: ../../standalone/drakbackup_.c:3134
-msgid "Restore from Hard Disk."
-msgstr "Vrati sa hard diska"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use tape to backup"
+msgstr "Koristi traku za backup"
-#: ../../standalone/drakbackup_.c:3136
-msgid "Please enter the directory where backups are stored"
-msgstr "Molim unesite direktorij gdje su smjeĊĦteni backupi"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "No CD device defined!"
+msgstr "Izaberite datoteku"
-#: ../../standalone/drakbackup_.c:3204
-msgid "Select another media to restore from"
-msgstr "Izaberite drugi medij za vraćanje"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:3206
-msgid "Other Media"
-msgstr "Drugi medij"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "Molim uključite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:3211
-msgid "Restore system"
-msgstr "Vrati sistem"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "Molim uključite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:3212
-msgid "Restore Users"
-msgstr "Vrati korisnike"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Erase Now "
+msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:3213
-msgid "Restore Other"
-msgstr "Vrati ostalo"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr "Molim uključite ako Ċelite obrisati vaĊĦ CDRW prije"
-#: ../../standalone/drakbackup_.c:3215
-#, fuzzy
-msgid "select path to restore (instead of /)"
-msgstr "izaberite stazu za vraćanje (umjesto / )"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "Molim uključite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:3219
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "IzvrĊĦi novi backup prije vraćanja (samo za inkrementalni backup.)"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check for multisession CD"
+msgstr "Molim uključite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
-msgstr "PobriĊĦi korisničke direktorije prije vraćanja."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Molimo izaberite vaĊĦ CD prostor"
-#: ../../standalone/drakbackup_.c:3334
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Restore Selected\n"
-"Catalog Entry"
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3344
-#, fuzzy
-msgid ""
-"Restore Selected\n"
-"Files"
-msgstr "Ukloni izabrano"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use CD/DVDROM to backup"
+msgstr "Koristi CD/DVDROM za backup"
-#: ../../standalone/drakbackup_.c:3361
-#, fuzzy
-msgid ""
-"Change\n"
-"Restore Path"
-msgstr "Vrati ostalo"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Need hostname, username and password!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3427
-#, fuzzy, c-format
-msgid "Backup files not found at %s."
-msgstr "Backup datoteke su oĊĦtećene"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remember this password"
+msgstr "Zapamti ovu ĊĦifru"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your password"
+msgstr "Molimo unesite vaĊĦu ĊĦifru"
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
#, c-format
+msgid "Please enter your login"
+msgstr "Molimo unesite vaĊĦ login"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
+"Molimo unesite direktorij za\n"
+" smjeĊĦtaj backupa na ovom računaru."
-#: ../../standalone/drakbackup_.c:3440
-#, fuzzy
-msgid "Restore From CD"
-msgstr "Vrati sa hard diska"
-
-#: ../../standalone/drakbackup_.c:3442
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
-msgstr ""
+msgid "Please enter the host name or IP."
+msgstr "Molimo unesite ime računara ili IP."
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:3452
-#, fuzzy
-msgid "Restore From Tape"
-msgstr "Vrati tabelu particija"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+" Transfer \n"
+"Now"
+msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
+msgid ""
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:3474
-#, fuzzy
-msgid "Restore Via Network"
-msgstr "Vrati korisnike"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Expect for SSH"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
+msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3475
-#, fuzzy
-msgid "Host Name"
-msgstr "Host name"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use network connection to backup"
+msgstr "Koristi FTP vezu za backup"
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Users"
+msgstr "Korisnici"
-#: ../../standalone/drakbackup_.c:3483
-#, fuzzy
-msgid "Password required"
-msgstr "Ċ ifra"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Windows (FAT32)"
+msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:3489
-#, fuzzy
-msgid "Username required"
-msgstr "Korisničko ime"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
-#: ../../standalone/drakbackup_.c:3492
-#, fuzzy
-msgid "Hostname required"
-msgstr "Hostname: "
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Remove Selected"
+msgstr "Ukloni izabrano"
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
+msgstr "Ne uključuj spremnik web preglednika"
-#: ../../standalone/drakbackup_.c:3510
-msgid "Files Restored..."
+#: ../../standalone/drakbackup:1
+#, c-format
+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:1
+#, c-format
+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:3513
-#, fuzzy
-msgid "Restore Failed..."
-msgstr "Vrati ostalo"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr "Zaobiđi kritične datoteke (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:3751
-msgid "Restore all backups"
-msgstr "Vrati sve backupe"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
+msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
-#: ../../standalone/drakbackup_.c:3760
-msgid "Custom Restore"
-msgstr "Ručno vraćanje"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "Backup sistemskih datoteka. ( /etc direktorij )"
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
+#: ../../standalone/drakbackup:1
+#, c-format
+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:3810
-msgid "Browse to new restore repository."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"Please check all options that you need.\n"
msgstr ""
+"\n"
+"Molimo uključite sve potrebne opcije.\n"
-#: ../../standalone/drakbackup_.c:3813
-#, fuzzy
-msgid "Restore From Catalog"
-msgstr "Vrati tabelu particija"
-
-#: ../../standalone/drakbackup_.c:3841
-#, fuzzy
-msgid "Restore Progress"
-msgstr "Vrati korisnike"
-
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-msgid "Previous"
-msgstr "Prethodni"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select the files or directories and click on 'Add'"
+msgstr "Izaberite datoteke ili direktorije i kliknite na 'Dodaj'"
-#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-msgid "Save"
-msgstr "Spasi"
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "File Selection"
+msgstr "Izbor datoteka"
-#: ../../standalone/drakbackup_.c:3946
-msgid "Build Backup"
-msgstr "Izgradi backup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-msgid "Restore"
-msgstr "Vrati"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Error while sending mail. \n"
+msgstr "(!) GreĊĦka tokom slanja poĊĦte. \n"
-#: ../../standalone/drakbackup_.c:4189
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"\n"
+"Drakbackup activities via tape:\n"
+"\n"
msgstr ""
-"GreĊĦka tokom sendmaila\n"
-" vaĊĦ mail izvjeĊĦtaj nije poslan\n"
-" Molim podesite sendmail"
-#: ../../standalone/drakbackup_.c:4195
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"\n"
+"Drakbackup activities via CD:\n"
+"\n"
msgstr ""
-"GreĊĦka tokom slanja datoteke preko FTPa.\n"
-" Molimo ispravite vaĊĦu FTP konfiguraciju."
-#: ../../standalone/drakbackup_.c:4209
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
-msgstr "Sljedeći paketi će biti instalirani"
-
-#: ../../standalone/drakbackup_.c:4232
-msgid "Please select data to restore..."
-msgstr "Molim izaberite podatke za vraćanje..."
-
-#: ../../standalone/drakbackup_.c:4267
-msgid "Please select media for backup..."
-msgstr "Molim izaberite medij za backup..."
+"\n"
+"Drakbackup activities via %s:\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4275
-msgid "Please select data to backup..."
-msgstr "Molim izaberite podatke za backup..."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+" FTP connection 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:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-"Nije pronađena konfiguraciona datoteka \n"
-"molim kliknite na Čarobnjak ili Napredno."
+"lista datoteka poslana putem FTPa: %s\n"
+" "
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
-msgstr "U izradi ... molim sačekajte."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "No changes to backup!"
+msgstr "Koristi traku za backup"
-#: ../../standalone/drakbackup_.c:4382
-msgid "Backup system files"
-msgstr "Backup sistemskih datoteka"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup files..."
+msgstr "Datoteke backup-a hard diska..."
-#: ../../standalone/drakbackup_.c:4384
-msgid "Backup user files"
-msgstr "Backup korisničkih datoteka"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Other files..."
+msgstr "Backup-uj ostale datoteke..."
-#: ../../standalone/drakbackup_.c:4386
-msgid "Backup other files"
-msgstr "Backup ostalih datoteka"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
+msgstr "Napredak backup-a hard diska..."
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
-msgstr "Ukupan napredak"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup User files..."
+msgstr "Backup-uj korisničke datoteke..."
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
-msgstr "slanje datoteka putem FTPa"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
+msgstr "Backup-uj sistemske datoteke..."
-#: ../../standalone/drakbackup_.c:4416
-msgid "Sending files..."
-msgstr "Ċ aljem datoteke..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4500
-msgid "Backup Now from configuration file"
-msgstr "Backup-uj sada iz konfiguracijske datoteke"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4505
-msgid "View Backup Configuration."
-msgstr "Pogledaj postavke backupa."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4526
-msgid "Wizard Configuration"
-msgstr "Čarobnjak za podeĊĦavanje"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4531
-msgid "Advanced Configuration"
-msgstr "Napredno podeĊĦavanje"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4536
-msgid "Backup Now"
-msgstr "Backup-uj sada"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
-msgstr "Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4624
-#, fuzzy
-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"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
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:4654
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Total progess"
+msgstr "ukupno napredak"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\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"
+"ssh -i %s %s\\@%s\n"
"\n"
+"without being prompted for a password."
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:4662
-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 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:1
+#, c-format
+msgid "%s not responding"
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 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:4701
-#, fuzzy
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
-"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data 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 option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Ne mogu otvoriti %s: %s\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
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 a 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 powerful \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:4727
-#, fuzzy
-msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Bez ĊĦifre"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
msgstr ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4729
-msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:4732
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"%s exists, delete?\n"
"\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
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"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
+" DrakBackup Report Details\n"
"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
+msgstr ""
"\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"
+" DrakBackup Detalji izvjeĊĦtaja\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Daemon Report\n"
+"\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"
+" DrakBackup IzvjeĊĦtaj o demonima\n"
+"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4778
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Restore Backup Problems:\n"
+" DrakBackup Report \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"
+" DrakBackup IzvjeĊĦtaj \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/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Instalacija %sa nije uspjela. Javila se sljedeća greĊĦka:"
-
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
+msgid "INFO"
msgstr ""
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "FATAL"
+msgstr "FAT"
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-#, fuzzy
-msgid "Standalone Tools"
-msgstr "Alati za konzolu"
-
-#: ../../standalone/drakbug_.c:53
-#, fuzzy
-msgid "HardDrake"
-msgstr "na hard disk"
-
-#: ../../standalone/drakbug_.c:54
-#, fuzzy
-msgid "Mandrake Online"
-msgstr "MandrakeConsulting"
-
-#: ../../standalone/drakbug_.c:55
-#, fuzzy
-msgid "Menudrake"
-msgstr "MandrakeStore"
-
-#: ../../standalone/drakbug_.c:56
-#, fuzzy
-msgid "Msec"
-msgstr "MiĊĦ"
-
-#: ../../standalone/drakbug_.c:57
-#, fuzzy
-msgid "Remote Control"
-msgstr "Udaljeni ĊĦtampač"
-
-#: ../../standalone/drakbug_.c:58
-#, fuzzy
-msgid "Software Manager"
-msgstr "Share naziv"
-
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbug_.c:60
-msgid "Windows Migration tool"
-msgstr ""
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Instalacija %sa nije uspjela. Javila se sljedeća greĊĦka:"
-#: ../../standalone/drakbug_.c:61
-#, fuzzy
-msgid "Userdrake"
-msgstr "Printerdrake"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "No browser available! Please install one"
+msgstr "Screenshotovi će biti dostupni nakon ĊĦto instalirate u %s"
-#: ../../standalone/drakbug_.c:62
-#, fuzzy
-msgid "Configuration Wizards"
-msgstr "Čarobnjak za podeĊĦavanje mreĊe"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
+msgstr ""
-#: ../../standalone/drakbug_.c:75
-#, fuzzy
-msgid "Application:"
-msgstr "Autentikacija"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package not installed"
+msgstr "Post Uninstall"
-#: ../../standalone/drakbug_.c:76
-#, fuzzy
-msgid "Package: "
-msgstr "Izbor paketa"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Not installed"
+msgstr "Post Uninstall"
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Standalone Tools"
+msgstr "Alati za konzolu"
-#: ../../standalone/drakbug_.c:78
-#, fuzzy
-msgid "Release: "
-msgstr "Molimo sačekajte"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Report"
+msgstr "port"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -12303,439 +15531,546 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:112
-#, fuzzy
-msgid "Report"
-msgstr "port"
-
-#: ../../standalone/drakbug_.c:148
-#, fuzzy
-msgid "Not installed"
-msgstr "Post Uninstall"
-
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "Post Uninstall"
-
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
-msgstr ""
-
-#: ../../standalone/drakbug_.c:180
-#, fuzzy
-msgid "No browser available! Please install one"
-msgstr "Screenshotovi će biti dostupni nakon ĊĦto instalirate u %s"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Release: "
+msgstr "Molimo sačekajte"
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "PodeĊĦavanje mreĊe (%d adaptera)"
+msgid "Kernel:"
+msgstr ""
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-msgid "Profile: "
-msgstr "Profil:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package: "
+msgstr "Izbor paketa"
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr "BriĊĦi profil..."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Application:"
+msgstr "Autentikacija"
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
-msgstr "Profil za brisanje:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Configuration Wizards"
+msgstr "Čarobnjak za podeĊĦavanje mreĊe"
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
-msgstr "Novi profil..."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Userdrake"
+msgstr "Printerdrake"
-#: ../../standalone/drakconnect_.c:131
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Windows Migration tool"
msgstr ""
-"Naziv profila koji će biti kreiran (novi profil je kreiran kao kopija "
-"postojećeg) :"
-
-#: ../../standalone/drakconnect_.c:157
-msgid "Hostname: "
-msgstr "Hostname: "
-#: ../../standalone/drakconnect_.c:164
-msgid "Internet access"
-msgstr "Pristup Internetu"
-
-#: ../../standalone/drakconnect_.c:177
-msgid "Type:"
-msgstr "Tip:"
-
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "Gateway:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
+msgstr ""
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Interface:"
-msgstr "Interfejs:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Software Manager"
+msgstr "Share naziv"
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
-msgstr "Status:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Remote Control"
+msgstr "Udaljeni ĊĦtampač"
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
-msgstr "Molim sačekajte"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Msec"
+msgstr "MiĊĦ"
-#: ../../standalone/drakconnect_.c:216
-msgid "Configure Internet Access..."
-msgstr "Podesi Internet pristup..."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Menudrake"
+msgstr "MandrakeStore"
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-msgid "LAN configuration"
-msgstr "PodeĊĦavanje LANa"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Mandrake Online"
+msgstr "MandrakeConsulting"
-#: ../../standalone/drakconnect_.c:228
-msgid "Driver"
-msgstr "Drajver"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "HardDrake"
+msgstr "na hard disk"
-#: ../../standalone/drakconnect_.c:228
-msgid "Interface"
-msgstr "Interfejs"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
+msgstr ""
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
-msgstr "Protokol"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "First Time Wizard"
+msgstr "Dobro doĊĦli u Čarobnjak za prvo pokretanje"
-#: ../../standalone/drakconnect_.c:228
-msgid "State"
-msgstr "Status"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
+msgstr ""
-#: ../../standalone/drakconnect_.c:240
-msgid "Configure Local Area Network..."
-msgstr "Podesi Lokalnu mreĊu..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr "DHCP klijent"
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
-msgstr "Kliknite ovdje za pokretanje čarobnjaka ->"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
+msgstr "Ethernet kartica"
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "Čarobnjak..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "Gateway"
-#: ../../standalone/drakconnect_.c:279
-msgid "Apply"
-msgstr "Primjeni"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
+msgstr "Parametri"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Connected"
-msgstr "Konektovan"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection type: "
+msgstr "Tip konekcije: "
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Not connected"
-msgstr "Nije konektovan"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile: "
+msgstr "Profil:"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Connect..."
-msgstr "Konektuj se..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet Connection Configuration"
+msgstr "PodeĊĦavanje Internet konekcije"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Disconnect..."
-msgstr "Prekini konekciju..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet connection configuration"
+msgstr "PodeĊĦavanje Internet konekcije"
-#: ../../standalone/drakconnect_.c:400
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
+"You don't have an Internet connection.\n"
+"Create one first by clicking on 'Configure'"
msgstr ""
-"Upozorenje, otkrivena je druga Internet konekcija, moĊda preko vaĊĦe mreĊe"
+"Nemate nijednu Internet konekciju.\n"
+"Napravite jednu klikajući na 'Podesi'"
-#: ../../standalone/drakconnect_.c:427
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
msgstr ""
-"Nemate nijedan podeĊĦen interfejs.\n"
-"Podesite ih prvo klikajući na 'Podesi'"
+"Interfejs joĊĦ nije podeĊĦen.\n"
+"Pokrenite čarobnjak za podeĊĦavanje u glavnom prozoru"
-#: ../../standalone/drakconnect_.c:449
-msgid "LAN Configuration"
-msgstr "PodeĊĦavanje LANa"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "activate now"
+msgstr "pokreni sada"
-#: ../../standalone/drakconnect_.c:460
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapter %s: %s"
+msgid "deactivate now"
+msgstr "zaustavi sada"
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
-msgstr "Boot protokol"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP client"
+msgstr "DHCP klijent"
-#: ../../standalone/drakconnect_.c:467
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Started on boot"
msgstr "Pokrenut na bootu"
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
-msgstr "DHCP klijent"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
+msgstr "Boot protokol"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "activate now"
-msgstr "pokreni sada"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
+msgstr "Adapter %s: %s"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "deactivate now"
-msgstr "zaustavi sada"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN Configuration"
+msgstr "PodeĊĦavanje LANa"
-#: ../../standalone/drakconnect_.c:499
-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/drakconnect:1
+#, c-format
+msgid "LAN configuration"
+msgstr "PodeĊĦavanje LANa"
-#: ../../standalone/drakconnect_.c:556
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
msgstr ""
-"Nemate nijednu Internet konekciju.\n"
-"Napravite jednu klikajući na 'Podesi'"
-
-#: ../../standalone/drakconnect_.c:580
-msgid "Internet connection configuration"
-msgstr "PodeĊĦavanje Internet konekcije"
+"Nemate nijedan podeĊĦen interfejs.\n"
+"Podesite ih prvo klikajući na 'Podesi'"
-#: ../../standalone/drakconnect_.c:584
-msgid "Internet Connection Configuration"
-msgstr "PodeĊĦavanje Internet konekcije"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Connect..."
+msgstr "Konektuj se..."
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-msgid "Connection type: "
-msgstr "Tip konekcije: "
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Disconnect..."
+msgstr "Prekini konekciju..."
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
-msgstr "Parametri"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Not connected"
+msgstr "Nije konektovan"
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "Gateway"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connected"
+msgstr "Konektovan"
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
-msgstr "Ethernet kartica"
+#: ../../standalone/drakconnect:1
+#, c-format
+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/drakconnect_.c:628
-msgid "DHCP Client"
-msgstr "DHCP klijent"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface:"
+msgstr "Interfejs:"
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "Gateway:"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Module name"
-msgstr "Naziv modula"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Apply"
+msgstr "Primjeni"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Size"
-msgstr "Veličina"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
+msgstr "Kliknite ovdje za pokretanje čarobnjaka ->"
-#: ../../standalone/drakfloppy_.c:45
-msgid "drakfloppy"
-msgstr "drakfloppy"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "Čarobnjak..."
-#: ../../standalone/drakfloppy_.c:63
-msgid "boot disk creation"
-msgstr "Kreiranje boot diskete"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr "Status:"
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr "Podrazumijevano"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Type:"
+msgstr "Tip:"
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "DrakFloppy greĊĦka: %s"
+msgid "Internet access"
+msgstr "Pristup Internetu"
-#: ../../standalone/drakfloppy_.c:98
-msgid "kernel version"
-msgstr "Kernel verzija"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Hostname: "
+msgstr "Hostname: "
-#: ../../standalone/drakfloppy_.c:104
-msgid "General"
-msgstr "Općenito"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Local Area Network..."
+msgstr "Podesi Lokalnu mreĊu..."
-#: ../../standalone/drakfloppy_.c:109
-msgid "Expert Area"
-msgstr "Ekspert područje"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "State"
+msgstr "Status"
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
-msgstr "mkinitrd opcionalni argumenti"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Driver"
+msgstr "Drajver"
-#: ../../standalone/drakfloppy_.c:113
-msgid "Add a module"
-msgstr "Dodaj modul"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
+msgstr "Protokol"
-#: ../../standalone/drakfloppy_.c:133
-msgid "force"
-msgstr "prisili"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface"
+msgstr "Interfejs"
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
-msgstr "ako je potrebno"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Internet Access..."
+msgstr "Podesi Internet pristup..."
-#: ../../standalone/drakfloppy_.c:135
-msgid "omit scsi modules"
-msgstr "izostavi scsi module"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
+msgstr "Molim sačekajte"
-#: ../../standalone/drakfloppy_.c:136
-msgid "omit raid modules"
-msgstr "izostavi raid module"
+#: ../../standalone/drakconnect:1
+#, c-format
+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/drakfloppy_.c:172
-msgid "Remove a module"
-msgstr "Ukloni modul"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
+msgstr "Novi profil..."
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
-msgstr "Ispis"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr "Profil za brisanje:"
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
-msgstr "Napravi disk"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
+msgstr "BriĊĦi profil..."
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "Provjeri da li je medij prisutan za ovaj uredjaj %s"
+msgid "Network configuration (%d adapters)"
+msgstr "PodeĊĦavanje mreĊe (%d adaptera)"
-#: ../../standalone/drakfloppy_.c:341
-#, fuzzy, c-format
+#: ../../standalone/drakedm:1
+#, c-format
msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
msgstr ""
-"Nema medija za ovaj uredjaj %s.\n"
-"Molim ubacite ga."
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakedm:1
#, c-format
-msgid "Unable to fork: %s"
-msgstr "Ne mogu izvrsiti fork: %s"
+msgid "Choosing a display manager"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
msgid ""
-"Unable to close properly mkbootdisk: \n"
+"Unable to properly close mkbootdisk: \n"
" %s \n"
" %s"
msgstr ""
-"Unable to close properly mkbootdisk: \n"
+"Unable to properly close mkbootdisk: \n"
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
-msgstr "PretraĊi instalirane fontove"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Unable to fork: %s"
+msgstr "Ne mogu izvrsiti fork: %s"
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
-msgstr "Isključi instalirane fontove"
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid ""
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
+msgstr ""
+"Nema medija za ovaj uredjaj %s.\n"
+"Molim ubacite ga."
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
-msgstr "obradi sve fontove"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Be sure a media is present for the device %s"
+msgstr "Provjeri da li je medij prisutan za ovaj uredjaj %s"
-#: ../../standalone/drakfont_.c:242
-msgid "no fonts found"
-msgstr "nije pronađen nijedan font"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Build the disk"
+msgstr "Napravi disk"
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-msgid "done"
-msgstr "gotovo"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
+msgstr "Ispis"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
-msgstr "ne mogu naći nijedan font na montiranim particijama"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Remove a module"
+msgstr "Ukloni modul"
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr "Ponovo izaberi ispravne fontove"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit raid modules"
+msgstr "izostavi raid module"
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
-msgstr "ne mogu naći nijedan font.\n"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit scsi modules"
+msgstr "izostavi scsi module"
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
-msgstr "PretraĊi fontove na listi instaliranih"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
+msgstr "ako je potrebno"
-#: ../../standalone/drakfont_.c:359
-msgid "Fonts copy"
-msgstr "Kopiranje fontova"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "force"
+msgstr "prisili"
-#: ../../standalone/drakfont_.c:363
-msgid "True Type fonts installation"
-msgstr "Instalacija True Type fontova"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Add a module"
+msgstr "Dodaj modul"
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr "molimo sačekajte tokom ttmkfdir..."
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "mkinitrd optional arguments"
+msgstr "mkinitrd opcionalni argumenti"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
-msgstr "ZavrĊĦena True Type instalacija"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Area"
+msgstr "Ekspert područje"
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
-msgstr "Konverzija fontova"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "General"
+msgstr "Općenito"
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
-msgstr "type1inst kreiranje"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "kernel version"
+msgstr "Kernel verzija"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
-msgstr "Ghostscript referenciranje"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
+msgstr "DrakFloppy greĊĦka: %s"
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
-msgstr "ttf fonts konverzija"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr "Podrazumijevano"
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
-msgstr "pfm fonts konverzija"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "boot disk creation"
+msgstr "Kreiranje boot diskete"
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
-msgstr "Onemogući privremene datoteke"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "drakfloppy"
+msgstr "drakfloppy"
-#: ../../standalone/drakfont_.c:459
-msgid "Restart XFS"
-msgstr "Restartuj XFS"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Size"
+msgstr "Veličina"
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
-msgstr "Onemogući datoteke fontova"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Module name"
+msgstr "Naziv modula"
-#: ../../standalone/drakfont_.c:528
-msgid "xfs restart"
-msgstr "restart xfs-a"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Uninstall"
+msgstr "Post Uninstall"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove fonts on your system"
+msgstr "PobriĊĦi fontove sa mog sistema"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Initial tests"
+msgstr "Probni inicijali"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Install"
+msgstr "Post Install"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
+msgstr "Instaliraj i konvertuj fontove"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Copy fonts on your system"
+msgstr "Kopiraj fontove na sistem"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove List"
+msgstr "PobriĊĦi listu"
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Selected All"
+msgstr "Sve izabrano"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
+msgstr "NiĊĦta izabrano"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
+msgstr "ovdje ako ne."
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
+msgstr "kliknite ovdje ako ste sigurni."
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install List"
+msgstr "Lista instalacije"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Select the font file or directory and click on 'Add'"
+msgstr "Izaberite font datoteku ili direktorij i kliknite na 'Dodaj'"
+
+#: ../../standalone/drakfont:1
+#, c-format
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."
+"-You can install the fonts 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"
@@ -12743,32 +16078,38 @@ msgstr ""
"-MoĊete instalirati fontove koristeći uobičajen način. U rijetkim "
"slučajevima, neispravni fontovi mogu zaglaviti vaĊĦ X Server."
-#: ../../standalone/drakfont_.c:621
-msgid "Fonts Importation"
-msgstr "Uvoz fontova"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Generic Printers"
+msgstr "Razni ĊĦtampači"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr "Preuzmi fontove iz Windowsa"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Abiword"
+msgstr "Abiword"
-#: ../../standalone/drakfont_.c:658
-msgid "Uninstall Fonts"
-msgstr "Deinstaliraj fontove"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "StarOffice"
+msgstr "StarOffice"
-#: ../../standalone/drakfont_.c:669
-msgid "Advanced Options"
-msgstr "Napredne opcije"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr "Ghostscript"
-#: ../../standalone/drakfont_.c:677
-msgid "Font List"
-msgstr "Lista fontova"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "Izaberite aplikacije koje će podrĊavati fontove :"
-#: ../../standalone/drakfont_.c:737
-#, fuzzy
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\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"
@@ -12794,8 +16135,6 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
-"\n"
-"\n"
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"
@@ -12811,327 +16150,275 @@ msgstr ""
" 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/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:862
-msgid "Choose the applications that will support the fonts:"
-msgstr "Izaberite aplikacije koje će podrĊavati fontove :"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "About"
+msgstr "Prekid"
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
-msgstr "Ghostscript"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Font List"
+msgstr "Lista fontova"
-#: ../../standalone/drakfont_.c:877
-msgid "StarOffice"
-msgstr "StarOffice"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Advanced Options"
+msgstr "Napredne opcije"
-#: ../../standalone/drakfont_.c:884
-msgid "Abiword"
-msgstr "Abiword"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Uninstall Fonts"
+msgstr "Deinstaliraj fontove"
-#: ../../standalone/drakfont_.c:891
-msgid "Generic Printers"
-msgstr "Razni ĊĦtampači"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
+msgstr "Preuzmi fontove iz Windowsa"
-#: ../../standalone/drakfont_.c:958
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Izaberite font datoteku ili direktorij i kliknite na 'Dodaj'"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Import Fonts"
+msgstr "Uvoz fontova"
-#: ../../standalone/drakfont_.c:1005
-msgid "Install List"
-msgstr "Lista instalacije"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "done"
+msgstr "gotovo"
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
-msgstr "kliknite ovdje ako ste sigurni."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "xfs restart"
+msgstr "restart xfs-a"
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
-msgstr "ovdje ako ne."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
+msgstr "Onemogući datoteke fontova"
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
-msgstr "NiĊĦta izabrano"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Restart XFS"
+msgstr "Restartuj XFS"
-#: ../../standalone/drakfont_.c:1116
-msgid "Selected All"
-msgstr "Sve izabrano"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
+msgstr "Onemogući privremene datoteke"
-#: ../../standalone/drakfont_.c:1120
-msgid "Remove List"
-msgstr "PobriĊĦi listu"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
+msgstr "type1inst kreiranje"
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-msgid "Initials tests"
-msgstr "Probni inicijali"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
+msgstr "pfm fonts konverzija"
-#: ../../standalone/drakfont_.c:1145
-msgid "Copy fonts on your system"
-msgstr "Kopiraj fontove na sistem"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr "ttf fonts konverzija"
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
-msgstr "Instaliraj i konvertuj fontove"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
+msgstr "Ghostscript referenciranje"
-#: ../../standalone/drakfont_.c:1153
-msgid "Post Install"
-msgstr "Post Install"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
+msgstr "Konverzija fontova"
-#: ../../standalone/drakfont_.c:1178
-msgid "Remove fonts on your system"
-msgstr "PobriĊĦi fontove sa mog sistema"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr "ZavrĊĦena True Type instalacija"
-#: ../../standalone/drakfont_.c:1182
-msgid "Post Uninstall"
-msgstr "Post Uninstall"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
+msgstr "molimo sačekajte tokom ttmkfdir..."
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "Dijeljenje Internet konekcije"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type fonts installation"
+msgstr "Instalacija True Type fontova"
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
-msgstr ""
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts copy"
+msgstr "Kopiranje fontova"
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Dijeljenje Internet konekcije je trenutno aktivno"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr "PretraĊi fontove na listi instaliranih"
-#: ../../standalone/drakgw_.c:126
-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/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr "ne mogu naći nijedan font.\n"
-#: ../../standalone/drakgw_.c:130
-msgid "disable"
-msgstr "isključi"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
+msgstr "Ponovo izaberi ispravne fontove"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
-msgstr "otkaĊi"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr "ne mogu naći nijedan font na montiranim particijama"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "reconfigure"
-msgstr "rekonfiguriĊĦi"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "no fonts found"
+msgstr "nije pronađen nijedan font"
-#: ../../standalone/drakgw_.c:133
-msgid "Disabling servers..."
-msgstr "Isključujem servere..."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr "obradi sve fontove"
-#: ../../standalone/drakgw_.c:142
-msgid "Internet connection sharing is now disabled."
-msgstr "Dijeljenje Internet konekcije je sada isključeno."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr "Isključi instalirane fontove"
-#: ../../standalone/drakgw_.c:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Dijeljenje Internet konekcije je trenutno neaktivno"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr "PretraĊi instalirane fontove"
-#: ../../standalone/drakgw_.c:150
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"What would you like to do?"
+"%s\n"
+"\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
-"Dijeljenje Internet konekcije je već podeĊĦeno. Trenutno je\n"
-"neaktivno.\n"
+"DobrodoĊĦli u alat za Dijeljenje Internet konekcije!\n"
"\n"
-"Ċ ta Ċelite uraditi?"
+"%s\n"
+"\n"
+"Kliknite na Podesi da pokrenete čarobnjak."
-#: ../../standalone/drakgw_.c:154
-msgid "enable"
-msgstr "uključi"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing configuration"
+msgstr "PodeĊĦavanje dijeljenja Internet konekcije"
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
-msgstr "Uključujem servere..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No Internet Connection Sharing has ever been configured."
+msgstr "Dijeljenje Internet konekcije nije nikad podeĊĦeno."
-#: ../../standalone/drakgw_.c:166
-msgid "Internet connection sharing is now enabled."
-msgstr "Dijeljenje Internet konekcije je sada uključeno."
+#: ../../standalone/drakgw:1
+#, c-format
+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:1
+#, c-format
+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:183
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, c-format
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"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
+"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 ""
-"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)."
+"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:211
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interfejs %s (koristeći modul %s)"
+msgid "Problems installing package %s"
+msgstr "Problemi tokom instaliranja paketa %s"
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s"
-msgstr "Interfejs %s"
+msgid "Configuring scripts, installing software, starting servers..."
+msgstr "PodeĊĦavam skripte, instaliram software, pokrećem servere..."
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "Nema mreĊnog adaptera na vaĊĦem sistemu!"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring..."
+msgstr "PodeĊĦavam..."
-#: ../../standalone/drakgw_.c:221
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
-"Na vaĊĦem sistemu nije pronađen nijedan ethernet mreĊni adapter. Molimo "
-"pokrenite alat za podeĊĦavanje hardware-a."
+"Potencijalan konflikt LAN adresa pronađen u trenutnoj konfiguraciji %s!\n"
-#: ../../standalone/drakgw_.c:227
-msgid "Network interface"
-msgstr "MreĊni interface"
+#: ../../standalone/drakgw:1
+#, c-format
+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:228
+#: ../../standalone/drakgw:1
#, 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."
+msgid "Re-configure interface and DHCP server"
+msgstr "Ponovo podesi interfejs i DHCP server"
-#: ../../standalone/drakgw_.c:235
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The maximum lease (in seconds)"
msgstr ""
-"Molimo izaberite koji mreĊni adapter će biti spojen na vaĊĦu Lokalnu mreĊu."
-#: ../../standalone/drakgw_.c:261
-msgid "Network interface already configured"
-msgstr "MreĊni interfejs je već podeĊĦen"
-
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
#, 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."
+msgid "The default lease (in seconds)"
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:267
-msgid "Automatic reconfiguration"
-msgstr "Automatsko ponovno podeĊĦavanje"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP end range"
+msgstr ""
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
msgstr ""
-#: ../../standalone/drakgw_.c:268
-msgid "Show current interface configuration"
-msgstr "PrikaĊi postavke trenutnog interfejsa"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The internal domain name"
+msgstr "Novo ime ĊĦtampača"
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "PrikaĊi postavke trenutnog interfejsa"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The DNS Server IP"
+msgstr "IP adresa (ovog) DHCP servera"
-#: ../../standalone/drakgw_.c:270
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "(This) DHCP Server IP"
+msgstr "IP adresa (ovog) DHCP servera"
+
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Current configuration of `%s':\n"
+"DHCP Server Configuration.\n"
"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Trenutna konfiguracija `%s':\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\n"
"\n"
-"MreĊa: %s\n"
-"IP adresa: %s\n"
-"IP atributi: %s\n"
-"Drajver: %s"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Local Network adress"
+msgstr "Lokalna mreĊa C klase"
-#: ../../standalone/drakgw_.c:283
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
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 Network that you use "
@@ -13141,8 +16428,8 @@ msgid ""
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
+"Otherwise, 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 "
@@ -13153,282 +16440,573 @@ msgstr ""
"Ako ne, mogu ponovo podesiti vaĊĦ interfejs i podesiti DHCP server za vas.\n"
"\n"
-#: ../../standalone/drakgw_.c:290
-#, fuzzy
-msgid "Local Network adress"
-msgstr "Lokalna mreĊa C klase"
-
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"DHCP Server Configuration.\n"
-"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\n"
+"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:300
-msgid "(This) DHCP Server IP"
-msgstr "IP adresa (ovog) DHCP servera"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Current interface configuration"
+msgstr "PrikaĊi postavke trenutnog interfejsa"
-#: ../../standalone/drakgw_.c:301
-#, fuzzy
-msgid "The DNS Server IP"
-msgstr "IP adresa (ovog) DHCP servera"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Show current interface configuration"
+msgstr "PrikaĊi postavke trenutnog interfejsa"
-#: ../../standalone/drakgw_.c:302
-#, fuzzy
-msgid "The internal domain name"
-msgstr "Novo ime ĊĦtampača"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No (experts only)"
+msgstr ""
-#: ../../standalone/drakgw_.c:303
-msgid "The DHCP start range"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Automatic reconfiguration"
+msgstr "Automatsko ponovno podeĊĦavanje"
+
+#: ../../standalone/drakgw:1
+#, 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:304
-msgid "The DHCP end range"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface already configured"
+msgstr "MreĊni interfejs je već podeĊĦen"
+
+#: ../../standalone/drakgw:1
+#, c-format
+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:305
-msgid "The default lease (in seconds)"
+#: ../../standalone/drakgw:1
+#, 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:306
-msgid "The maximum lease (in seconds)"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "MreĊni interface"
+
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+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:307
-msgid "Re-configure interface and DHCP server"
-msgstr "Ponovo podesi interfejs i DHCP server"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "Nema mreĊnog adaptera na vaĊĦem sistemu!"
-#: ../../standalone/drakgw_.c:314
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Lokalna mreĊa se ne zavrĊĦava sa `.0', izlazim."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s"
+msgstr "Interfejs %s"
-#: ../../standalone/drakgw_.c:325
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
+msgid "Interface %s (using module %s)"
+msgstr "Interfejs %s (koristeći modul %s)"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+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"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
+"\n"
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
msgstr ""
-"Potencijalan konflikt LAN adresa pronađen u trenutnoj konfiguraciji %s!\n"
+"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:335
-msgid "Configuring..."
-msgstr "PodeĊĦavam..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing"
+msgstr "Dijeljenje Internet konekcije"
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "PodeĊĦavam skripte, instaliram software, pokrećem servere..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "Dijeljenje Internet konekcije je sada uključeno."
-#: ../../standalone/drakgw_.c:372
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemi tokom instaliranja paketa %s"
+msgid "Enabling servers..."
+msgstr "Uključujem servere..."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "dismiss"
+msgstr "otkaĊi"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "reconfigure"
+msgstr "rekonfiguriĊĦi"
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "enable"
+msgstr "uključi"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
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)."
+"The setup of Internet connection sharing has already been done.\n"
+"It's currently disabled.\n"
+"\n"
+"What would you like to do?"
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)."
+"Dijeljenje Internet konekcije je već podeĊĦeno. Trenutno je\n"
+"neaktivno.\n"
+"\n"
+"Ċ ta Ċelite uraditi?"
-#: ../../standalone/drakgw_.c:523
-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:1
+#, c-format
+msgid "Internet Connection Sharing currently disabled"
+msgstr "Dijeljenje Internet konekcije je trenutno neaktivno"
-#: ../../standalone/drakgw_.c:524
-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:1
+#, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "Dijeljenje Internet konekcije je sada isključeno."
-#: ../../standalone/drakgw_.c:525
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Dijeljenje Internet konekcije nije nikad podeĊĦeno."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Disabling servers..."
+msgstr "Isključujem servere..."
-#: ../../standalone/drakgw_.c:531
-msgid "Internet connection sharing configuration"
-msgstr "PodeĊĦavanje dijeljenja Internet konekcije"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "disable"
+msgstr "isključi"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
+"The setup of Internet Connection Sharing has already been done.\n"
+"It's currently enabled.\n"
"\n"
-"Click on Configure to launch the setup wizard."
+"What would you like to do?"
msgstr ""
-"DobrodoĊĦli u alat za Dijeljenje Internet konekcije!\n"
-"\n"
-"%s\n"
+"Dijeljenje Internet konekcije je već podeĊĦeno. Trenutno je\n"
+"aktivno.\n"
"\n"
-"Kliknite na Podesi da pokrenete čarobnjak."
+"Ċ ta Ċelite uraditi?"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "group"
-msgstr "Radna grupa"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "Dijeljenje Internet konekcije je trenutno aktivno"
-#: ../../standalone/drakperm_.c:36
-msgid "path"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "permissions"
-msgstr "particiji %s"
+#: ../../standalone/drakhelp:1
+#, c-format
+msgid ""
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
+msgstr ""
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "user"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group :"
+msgstr "Radna grupa"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "user :"
msgstr "Korisnik"
-#: ../../standalone/drakperm_.c:43
-msgid "Up"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Path selection"
+msgstr "Spasi izbor paketa"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:44
-#, fuzzy
-msgid "delete"
-msgstr "ObriĊĦi"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Use group id for execution"
+msgstr "Koristi auto prepoznavanje"
-#: ../../standalone/drakperm_.c:45
-msgid "edit"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Use owner id for execution"
+msgstr "Koristi auto prepoznavanje"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:46
-#, fuzzy
-msgid "Down"
-msgstr "Gotovo"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
+msgstr ""
-#: ../../standalone/drakperm_.c:47
-#, fuzzy
-msgid "add a rule"
-msgstr "Dodaj modul"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
+msgstr ""
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "sticky-bit"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Property"
+msgstr "Port"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Permissions"
+msgstr "Verzija: %s\n"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Current user"
+msgstr "Prihvati korisnika"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm:1
+#, c-format
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:56
-#, fuzzy
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Edit current rule"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "edit"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Delete selected rule"
+msgstr "Ukloni izabrano"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "delete"
+msgstr "ObriĊĦi"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
msgid "Add a new rule at the end"
msgstr "Dodaj novi ĊĦtampač"
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "add a rule"
+msgstr "Dodaj modul"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule down one level"
msgstr ""
-#: ../../standalone/drakperm_.c:58
-#, fuzzy
-msgid "Up selected rule one level"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Down"
+msgstr "Gotovo"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Move selected rule up one level"
msgstr "NiĊĦta izabrano"
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:60
-#, fuzzy
-msgid "Delete selected rule"
-msgstr "Ukloni izabrano"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "permissions"
+msgstr "particiji %s"
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group"
+msgstr "Radna grupa"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "user"
+msgstr "Korisnik"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:231
-#, fuzzy
-msgid "Current user"
-msgstr "Prihvati korisnika"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "Pravim auto instalacijsku disketu"
-#: ../../standalone/drakperm_.c:236
-#, fuzzy
-msgid "Permissions"
-msgstr "Verzija: %s\n"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No CD or DVD image found, please copy the installation program and rpm files."
msgstr ""
-#: ../../standalone/drakperm_.c:238
-#, fuzzy
-msgid "Property"
-msgstr "Port"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "No image found"
+msgstr ""
+"Nije pronađen nijedan lokalni ĊĦtampač!\n"
+"\n"
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation image directory"
+msgstr "Xpmac (installation display driver)"
+
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP end ip"
msgstr ""
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP start ip"
msgstr ""
-#: ../../standalone/drakperm_.c:296
+#: ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:297
-#, fuzzy
-msgid "Use owner id for execution"
-msgstr "Koristi auto prepoznavanje"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Interface %s (on network %s)"
+msgstr "Interfejs %s (koristeći modul %s)"
-#: ../../standalone/drakperm_.c:298
-#, fuzzy
-msgid "Use group id for execution"
-msgstr "Koristi auto prepoznavanje"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
+msgstr ""
+"Molimo izaberite koji mreĊni adapter Ċelite koristiti za spajanje na Internet"
-#: ../../standalone/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid ""
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\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/drakperm_.c:304
-#, fuzzy
-msgid "Path selection"
-msgstr "Spasi izbor paketa"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation Server Configuration"
+msgstr "Napredno podeĊĦavanje"
-#: ../../standalone/drakperm_.c:350
-#, fuzzy
-msgid "user :"
-msgstr "Korisnik"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "PXE Server Configuration"
+msgstr "Napredno podeĊĦavanje"
-#: ../../standalone/drakperm_.c:352
-#, fuzzy
-msgid "group :"
-msgstr "Radna grupa"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security options..."
+msgstr "Molimo sačekajte, pripremam instalaciju"
-#: ../../standalone/draksound_.c:46
-#, fuzzy
-msgid "No Sound Card detected!"
-msgstr "Nije konektovan"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security level..."
+msgstr "PodeĊĦavanje nivoa sigurnosti"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
+msgstr ""
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "System Options"
+msgstr "ViĊĦe opcija"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Network Options"
+msgstr "ViĊĦe opcija"
+
+#: ../../standalone/draksec:1
+#, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
+msgstr ""
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Administrator:"
+msgstr "Udaljena administracija"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Alerts:"
+msgstr "Nivo sigurnosti"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "(default value: %s)"
+msgstr " (Default)"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Level:"
+msgstr "Nivo sigurnosti"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -13437,222 +17015,229 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:21
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound 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/draksplash_.c:67
-#, fuzzy
-msgid "first step creation"
-msgstr "Kreiranje boot diskete"
+#: ../../standalone/draksound:1
+#, fuzzy, c-format
+msgid "No Sound Card detected!"
+msgstr "Nije konektovan"
-#: ../../standalone/draksplash_.c:70
-#, fuzzy
-msgid "final resolution"
-msgstr "Rezolucija"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-#, fuzzy
-msgid "choose image file"
-msgstr "Izaberi datoteku"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Generating preview ..."
+msgstr "Prepoznajem uređaje ..."
-#: ../../standalone/draksplash_.c:72
-#, fuzzy
-msgid "Theme name"
-msgstr "Share naziv"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "You must choose an image file first!"
+msgstr "Morate izabrati ili unijeti ĊĦtampač / uređaj!"
-#: ../../standalone/draksplash_.c:77
-msgid "Browse"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "ProgressBar color selection"
+msgstr "Izbor modela ĊĦtampača"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
-#, fuzzy
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "choose image file"
+msgstr "Izaberi datoteku"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
msgid "Configure bootsplash picture"
msgstr "PodeĊĦavanje servisa"
-#: ../../standalone/draksplash_.c:90
-msgid ""
-"x coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:91
-msgid ""
-"y coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Choose color"
+msgstr "Izaberite monitor"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Save theme"
+msgstr "Sistem instalacije"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Preview"
+msgstr "Uređaj"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:94
-msgid ""
-"the progress bar x coordinate\n"
-"of its upper left corner"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:95
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:98
-msgid "the color of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:113
-#, fuzzy
-msgid "Preview"
-msgstr "Uređaj"
-
-#: ../../standalone/draksplash_.c:115
-#, fuzzy
-msgid "Save theme"
-msgstr "Sistem instalacije"
-
-#: ../../standalone/draksplash_.c:116
-#, fuzzy
-msgid "Choose color"
-msgstr "Izaberite monitor"
-
-#: ../../standalone/draksplash_.c:119
-msgid "Display logo on Console"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"y coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/draksplash:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:428
-#, fuzzy
-msgid "ProgressBar color selection"
-msgstr "Izbor modela ĊĦtampača"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Theme name"
+msgstr "Share naziv"
-#: ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "You must choose an image file first!"
-msgstr "Morate izabrati ili unijeti ĊĦtampač / uređaj!"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "final resolution"
+msgstr "Rezolucija"
-#: ../../standalone/draksplash_.c:458
-#, fuzzy
-msgid "Generating preview ..."
-msgstr "Prepoznajem uređaje ..."
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "first step creation"
+msgstr "Kreiranje boot diskete"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
+#: ../../standalone/draksplash:1
#, c-format
-msgid "%s BootSplash (%s) preview"
+msgid ""
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"XawTV isn't installed!\n"
+"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"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor "
-"saa7134\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"
+"You can visit our hardware database at:\n"
"\n"
"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/drakxtv_.c:63
-msgid "Canada (cable)"
-msgstr "Kanada (kablovska)"
-
-#: ../../standalone/drakxtv_.c:63
-#, fuzzy
-msgid "USA (broadcast)"
-msgstr "USA (bcast)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
-msgstr "USA (kablovska)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
-msgstr "USA (cable-hrc)"
-
-#: ../../standalone/drakxtv_.c:64
-#, fuzzy
-msgid "China (broadcast)"
-msgstr "Kina (bcast)"
-
-#: ../../standalone/drakxtv_.c:64
-#, fuzzy
-msgid "Japan (broadcast)"
-msgstr "Japan (bcast)"
-
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
-msgstr "Japan (kablovska)"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "East Europe"
-msgstr "Istočna Evropa"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
+msgstr ""
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "France [SECAM]"
-msgstr "Francuska"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
+msgstr ""
-#: ../../standalone/drakxtv_.c:65
-msgid "Ireland"
-msgstr "Irska"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
+msgstr ""
-#: ../../standalone/drakxtv_.c:65
-msgid "West Europe"
-msgstr "Zapadna Evropa"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
+msgstr ""
-#: ../../standalone/drakxtv_.c:66
-msgid "Australia"
-msgstr "Australija"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "DoĊĦlo je do greĊĦke kod instaliranja paketa:"
-#: ../../standalone/drakxtv_.c:66
-msgid "Newzealand"
-msgstr "Novi Zeland"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
+msgstr "TraĊim TV kanale"
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
-msgstr "JuĊna Afrika"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
+msgstr "Pretraga TV kanala je u toku ..."
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
-msgstr "Argentina"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
+msgstr "Oblast :"
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "TV norm:"
+msgstr "TV standard :"
-#: ../../standalone/drakxtv_.c:102
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
"Please,\n"
"type in your tv norm and country"
@@ -13660,491 +17245,583 @@ msgstr ""
"Molim,\n"
"unesite vaĊĦ tv standard i drĊavu"
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
-msgstr "TV standard :"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
+msgstr ""
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
-msgstr "Oblast :"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Newzealand"
+msgstr "Novi Zeland"
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr "Pretraga TV kanala je u toku ..."
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "France [SECAM]"
+msgstr "Francuska"
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
-msgstr "TraĊim TV kanale"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "East Europe"
+msgstr "Istočna Evropa"
-#: ../../standalone/drakxtv_.c:120
-#, fuzzy
-msgid "There was an error while scanning for TV channels"
-msgstr "DoĊĦlo je do greĊĦke kod instaliranja paketa:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "West Europe"
+msgstr "Zapadna Evropa"
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "China (broadcast)"
+msgstr "Kina (bcast)"
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr "Japan (kablovska)"
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Japan (broadcast)"
+msgstr "Japan (bcast)"
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Canada (cable)"
+msgstr "Kanada (kablovska)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
+msgstr "USA (cable-hrc)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
+msgstr "USA (kablovska)"
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "USA (broadcast)"
+msgstr "USA (bcast)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
+"XawTV isn't installed!\n"
"\n"
"\n"
-"You can visit our hardware database at:\n"
+"If you do have a TV card but DrakX has neither detected it (no bttv nor "
+"saa7134\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"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/harddrake2_.c:17
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "Alternativna testna strana (A4)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Options"
+msgstr "/Opcije"
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect jazz drives"
+msgstr "Koristi auto prepoznavanje"
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect modems"
+msgstr "Koristi auto prepoznavanje"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect printers"
+msgstr "Koristi auto prepoznavanje"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
msgstr ""
-#: ../../standalone/harddrake2_.c:21
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "secondary"
+msgstr "%d sekundi"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+"Click on a device in the left tree in order to display its information here."
msgstr ""
-#: ../../standalone/harddrake2_.c:22
-#, fuzzy
-msgid "Channel"
-msgstr "Odustani"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "Uklanjam ĊĦtampač \"%s\" ..."
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
msgstr ""
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Configure module"
+msgstr "PodeĊĦavanje miĊĦa"
-#: ../../standalone/harddrake2_.c:23
-msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Information"
+msgstr "PrikaĊi informacije"
-#: ../../standalone/harddrake2_.c:26
-#, fuzzy
-msgid "Bus identification"
-msgstr "Autentikacija"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detected hardware"
+msgstr "Pogledaj hardware info"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Harddrake2 version "
+msgstr "Prepoznavanje hard diska"
-#: ../../standalone/harddrake2_.c:27
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detection in progress"
+msgstr "detektovan na portu %s"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Author:"
+msgstr "Ispitivanje"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
msgstr ""
-#: ../../standalone/harddrake2_.c:30
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_About..."
+msgstr "/Pomoć/_O programu..."
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
+msgstr "/_Pomoć"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
+msgstr "/_Prijavi greĊĦku"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "veličina chunka"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Select a device !"
+msgstr "Izaberite skener"
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Description of the fields:\n"
+"\n"
msgstr ""
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
msgstr ""
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Fields description"
+msgstr "Opis"
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "Koristi auto prepoznavanje"
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
+msgstr "/_Opcije"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _modems"
+msgstr "Koristi auto prepoznavanje"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _printers"
+msgstr "Koristi auto prepoznavanje"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Quit"
+msgstr "Izlaz"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the processor"
msgstr ""
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "Nivo sigurnosti"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "The type of bus on which the mouse is connected"
+msgstr "Molimo izaberite na kojem serijskom portu je spojen vaĊĦ miĊĦ."
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
msgstr ""
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model stepping"
+msgstr "postavka opterećenja"
-#: ../../standalone/harddrake2_.c:37
-msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the number of the processor"
msgstr ""
-#: ../../standalone/harddrake2_.c:38
-msgid "This field describes the device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
msgstr ""
-#: ../../standalone/harddrake2_.c:39
-#, fuzzy
-msgid "Old device file"
-msgstr "Izaberite datoteku"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "network printer port"
+msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Name"
+msgstr "Ime: "
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Number of buttons"
+msgstr "2 dugmeta"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Official vendor name of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:41
-#, fuzzy
-msgid "New devfs device"
-msgstr "Gateway uređaj"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model name"
+msgstr "Naziv modula"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:43
-#, fuzzy
-msgid "Module"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model"
msgstr "MiĊĦ"
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "hard disk model"
+msgstr "Memorija kartice (DMA)"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "class of hardware device"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Level"
+msgstr "nivo"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
msgstr ""
-#: ../../standalone/harddrake2_.c:46
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Floppy format"
+msgstr "Formatiraj"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "F00f bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "F00f bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
msgstr ""
-#: ../../standalone/harddrake2_.c:53
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "Formatiraj"
-
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "nivo"
-
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "class of hardware device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
-#, fuzzy
-msgid "Model"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Module"
msgstr "MiĊĦ"
-#: ../../standalone/harddrake2_.c:58
-#, fuzzy
-msgid "hard disk model"
-msgstr "Memorija kartice (DMA)"
-
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
msgstr ""
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr "Naziv modula"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "New devfs device"
+msgstr "Gateway uređaj"
-#: ../../standalone/harddrake2_.c:60
-msgid "Official vendor name of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
msgstr ""
-#: ../../standalone/harddrake2_.c:61
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 dugmeta"
-
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "Ime: "
-
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr ", TCP/IP host \"%s\", port %s"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Old device file"
+msgstr "Izaberite datoteku"
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "This field describes the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:64
-msgid "the number of the processor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
msgstr ""
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "postavka opterećenja"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
msgstr ""
-#: ../../standalone/harddrake2_.c:66
-#, fuzzy
-msgid "The type of bus on which the mouse is connected"
-msgstr "Molimo izaberite na kojem serijskom portu je spojen vaĊĦ miĊĦ."
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cpuid level"
+msgstr "Nivo sigurnosti"
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
msgstr ""
-#: ../../standalone/harddrake2_.c:68
-msgid "the vendor name of the processor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
msgstr ""
-#: ../../standalone/harddrake2_.c:82
-#, fuzzy
-msgid "/_Quit"
-msgstr "Izlaz"
-
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "Koristi auto prepoznavanje"
-
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
-msgstr "/_Opcije"
-
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "Koristi auto prepoznavanje"
-
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
-msgstr "/_Pomoć"
-
-#: ../../standalone/harddrake2_.c:89
-#, fuzzy
-msgid "/_Help..."
-msgstr "/_Pomoć"
-
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:93
-msgid ""
-"Description of the fields:\n"
-"\n"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "Izaberite skener"
-
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
-msgstr "/_Prijavi greĊĦku"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cache size"
+msgstr "veličina chunka"
-#: ../../standalone/harddrake2_.c:102
-#, fuzzy
-msgid "/_About..."
-msgstr "/Pomoć/_O programu..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:105
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
msgstr ""
-#: ../../standalone/harddrake2_.c:106
-#, fuzzy
-msgid "Author:"
-msgstr "Ispitivanje"
-
-#: ../../standalone/harddrake2_.c:113
-#, fuzzy
-msgid "Detection in progress"
-msgstr "detektovan na portu %s"
-
-#: ../../standalone/harddrake2_.c:119
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "Prepoznavanje hard diska"
-
-#: ../../standalone/harddrake2_.c:126
-#, fuzzy
-msgid "Detected hardware"
-msgstr "Pogledaj hardware info"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Bus identification"
+msgstr "Autentikacija"
-#: ../../standalone/harddrake2_.c:129
-#, fuzzy
-msgid "Information"
-msgstr "PrikaĊi informacije"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
+msgstr ""
-#: ../../standalone/harddrake2_.c:131
-#, fuzzy
-msgid "Configure module"
-msgstr "PodeĊĦavanje miĊĦa"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr ""
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../standalone/harddrake2_.c:143
+#: ../../standalone/harddrake2:1
#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "Uklanjam ĊĦtampač \"%s\" ..."
+msgid "Channel"
+msgstr "Odustani"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-#, fuzzy
-msgid "secondary"
-msgstr "%d sekundi"
-
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "Koristi auto prepoznavanje"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "Koristi auto prepoznavanje"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Alternative drivers"
+msgstr "Alternativna testna strana (A4)"
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "/_Opcije"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Do you want the BackSpace to return Delete in console?"
+msgstr "Ċ½elite li da BackSpace vrati Delete u konzoli?"
-#: ../../standalone/keyboarddrake_.c:26
+#: ../../standalone/keyboarddrake:1
+#, c-format
msgid "Please, choose your keyboard layout."
msgstr "Molimo izaberite izgled vaĊĦe tastature."
-#: ../../standalone/keyboarddrake_.c:35
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Ċ½elite li da BackSpace vrati Delete u konzoli?"
-
-#: ../../standalone/livedrake_.c:18
-msgid "Change Cd-Rom"
-msgstr "Promjenite CD-ROM"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
+msgstr "Ne mogu da pokrenem live upgrade !!!\n"
-#: ../../standalone/livedrake_.c:19
+#: ../../standalone/livedrake:1
+#, c-format
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."
@@ -14153,992 +17830,1030 @@ msgstr ""
"spremni.\n"
"Ako ga nemate, pritisnite Odustani da bi se izbjegao live upgrade."
-#: ../../standalone/livedrake_.c:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Ne mogu da pokrenem live upgrade !!!\n"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Change Cd-Rom"
+msgstr "Promjenite CD-ROM"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
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:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:68
-msgid "Show only for the selected day"
-msgstr "PrikaĊi samo za izabrani dan"
-
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr "/Datoteka/_Nova"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
+msgstr "Sačuvaj kao..."
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
-msgstr "<control>N"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Please enter your email address below "
+msgstr "Molimo unesite vaĊĦu ĊĦifru"
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr "/Datoteka/_Otvori"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "alert configuration"
+msgstr "postavka upozorenja"
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
-msgstr "<control>O"
+#: ../../standalone/logdrake:1
+#, c-format
+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:77
-msgid "/File/_Save"
-msgstr "/Datoteka/_Sačuvaj"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "load setting"
+msgstr "postavka opterećenja"
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
-msgstr "<control>S"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
+msgstr ""
+"MoĊete primiti obavjeĊĦtenje ako neki od izabranih servisa prestane raditi"
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
-msgstr "/_Datoteka/Sačuvaj K_ao"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "service setting"
+msgstr "postavke servisa"
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
-msgstr "/Datoteka/-"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Xinetd Service"
+msgstr "Printer Server"
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
-msgstr "/Opcije/Test"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Webmin Service"
+msgstr "Servisi"
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
-msgstr "/Pomoć/_O programu..."
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "SSH Server"
+msgstr "NIS server"
-#: ../../standalone/logdrake_.c:145
-msgid "User"
-msgstr "Korisnik"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Samba Server"
+msgstr "NIS server"
-#: ../../standalone/logdrake_.c:146
-msgid "Messages"
-msgstr "Poruke"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Postfix Mail Server"
+msgstr "Postfix mail server, Inn news server"
-#: ../../standalone/logdrake_.c:147
-msgid "Syslog"
-msgstr "Syslog"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Ftp Server"
+msgstr "NIS server"
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
-msgstr "ObjaĊĦnjenja Mandrake alata"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Domain Name Resolver"
+msgstr "Ime domena"
-#: ../../standalone/logdrake_.c:151
-msgid "search"
-msgstr "pretraĊivanje"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
+msgstr ""
-#: ../../standalone/logdrake_.c:161
-msgid "A tool to monitor your logs"
-msgstr "Alat za pregled vaĊĦih logova"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid ""
+"Welcome to the mail 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:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
-msgstr "PodeĊĦavanja"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Mail alert configuration"
+msgstr "PodeĊĦavanje Mail/SMS obavijesti"
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
-msgstr "matching"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Mail alert"
+msgstr "Mail/SMS obavijest"
-#: ../../standalone/logdrake_.c:168
-msgid "but not matching"
-msgstr "but not matching"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "molim sačekajte, parsiram datoteku: %s"
-#: ../../standalone/logdrake_.c:172
-msgid "Choose file"
-msgstr "Izaberi datoteku"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
+msgstr "SadrĊaj datoteke"
-#: ../../standalone/logdrake_.c:181
+#: ../../standalone/logdrake:1
+#, c-format
msgid "Calendar"
msgstr "Kalendar"
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
-msgstr "SadrĊaj datoteke"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Choose file"
+msgstr "Izaberi datoteku"
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-#, fuzzy
-msgid "Mail alert"
-msgstr "Mail/SMS obavijest"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "but not matching"
+msgstr "but not matching"
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "molim sačekajte, parsiram datoteku: %s"
+msgid "matching"
+msgstr "matching"
-#: ../../standalone/logdrake_.c:392
-#, fuzzy
-msgid "Mail alert configuration"
-msgstr "PodeĊĦavanje Mail/SMS obavijesti"
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
+msgstr "PodeĊĦavanja"
-#: ../../standalone/logdrake_.c:393
-#, fuzzy
-msgid ""
-"Welcome to the mail 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:1
+#, c-format
+msgid "A tool to monitor your logs"
+msgstr "Alat za pregled vaĊĦih logova"
-#: ../../standalone/logdrake_.c:400
-msgid "Apache World Wide Web Server"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
+msgstr "pretraĊivanje"
-#: ../../standalone/logdrake_.c:401
-#, fuzzy
-msgid "Domain Name Resolver"
-msgstr "Ime domena"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mandrake Tools Explanation"
+msgstr "ObjaĊĦnjenja Mandrake alata"
-#: ../../standalone/logdrake_.c:402
-#, fuzzy
-msgid "Ftp Server"
-msgstr "NIS server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Syslog"
+msgstr "Syslog"
-#: ../../standalone/logdrake_.c:403
-#, fuzzy
-msgid "Postfix Mail Server"
-msgstr "Postfix mail server, Inn news server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Messages"
+msgstr "Poruke"
-#: ../../standalone/logdrake_.c:404
-#, fuzzy
-msgid "Samba Server"
-msgstr "NIS server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "User"
+msgstr "Korisnik"
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "SSH Server"
-msgstr "NIS server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
+msgstr "/Pomoć/_O programu..."
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid "Webmin Service"
-msgstr "Servisi"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
+msgstr "/Opcije/Test"
-#: ../../standalone/logdrake_.c:407
-#, fuzzy
-msgid "Xinetd Service"
-msgstr "Printer Server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
+msgstr "/Datoteka/-"
-#: ../../standalone/logdrake_.c:414
-msgid "service setting"
-msgstr "postavke servisa"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/Save _As"
+msgstr "/_Datoteka/Sačuvaj K_ao"
-#: ../../standalone/logdrake_.c:415
-#, fuzzy
-msgid ""
-"You will receive an alert if one of the selected services is no more running"
-msgstr ""
-"MoĊete primiti obavjeĊĦtenje ako neki od izabranih servisa prestane raditi"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr "<control>S"
-#: ../../standalone/logdrake_.c:428
-msgid "load setting"
-msgstr "postavka opterećenja"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
+msgstr "/Datoteka/_Sačuvaj"
-#: ../../standalone/logdrake_.c:429
-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:1
+#, c-format
+msgid "<control>O"
+msgstr "<control>O"
-#: ../../standalone/logdrake_.c:444
-msgid "alert configuration"
-msgstr "postavka upozorenja"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr "/Datoteka/_Otvori"
-#: ../../standalone/logdrake_.c:445
-#, fuzzy
-msgid "Please enter your email address below "
-msgstr "Molimo unesite vaĊĦu ĊĦifru"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr "<control>N"
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
-msgstr "Sačuvaj kao..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr "/Datoteka/_Nova"
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
-msgstr "Molimo izaberite vrstu vaĊĦeg miĊĦa."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Show only for the selected day"
+msgstr "PrikaĊi samo za izabrani dan"
-#: ../../standalone/mousedrake_.c:50
+#: ../../standalone/mousedrake:1
+#, c-format
msgid "Emulate third button?"
msgstr "Emuliraj treće dugme?"
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "PodeĊĦavanje mreĊe"
-
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "Profil:"
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
+msgstr "Molimo izaberite vrstu vaĊĦeg miĊĦa."
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Konektuj me"
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "Ċ aljem datoteke..."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Prekini konekciju"
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+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/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
-msgstr "Tip konekcije: "
-
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
msgstr ""
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "Probavam vaĊĦu konekciju..."
-
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
-msgstr "Spoji se na Internet"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
+msgstr ""
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
-msgstr "Spoji se na Internet"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
+msgstr ""
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
msgstr ""
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Local measure"
+msgstr "Lokalne datoteke"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
msgstr ""
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
-msgstr "Brzina konekcije"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Color configuration"
+msgstr "postavka upozorenja"
-#: ../../standalone/net_monitor_.c:226
+#: ../../standalone/net_monitor:1
+#, c-format
msgid ""
"Connection failed.\n"
"Verify your configuration in the Mandrake Control Center."
msgstr ""
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "postavka upozorenja"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection complete."
+msgstr "Brzina konekcije"
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
msgstr ""
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
msgstr ""
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connecting to the Internet "
+msgstr "Spoji se na Internet"
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "Lokalne datoteke"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnecting from the Internet "
+msgstr "Spoji se na Internet"
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Wait please, testing your connection..."
+msgstr "Probavam vaĊĦu konekciju..."
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
msgstr ""
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection Time: "
+msgstr "Tip konekcije: "
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
msgstr ""
-#: ../../standalone/net_monitor_.c:453
-#, fuzzy
-msgid ""
-"Warning, another internet connection has been detected, maybe using your "
-"network"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Sending Speed:"
+msgstr "Ċ aljem datoteke..."
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
msgstr ""
-"Upozorenje, otkrivena je druga Internet konekcija, moĊda preko vaĊĦe mreĊe"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/net_monitor:1
#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Konektuj me"
+msgid "Profile "
+msgstr "Profil:"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/net_monitor:1
#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Prekini konekciju"
+msgid "Network Monitoring"
+msgstr "PodeĊĦavanje mreĊe"
-#: ../../standalone/printerdrake_.c:47
-#, fuzzy
+#: ../../standalone/printerdrake:1
+#, fuzzy, c-format
msgid "Reading printer data ..."
msgstr "Čitam podatke o ĊĦtampaču..."
-#: ../../standalone/scannerdrake_.c:39
-msgid "Detecting devices ..."
-msgstr "Prepoznajem uređaje ..."
-
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr "Testiraj portove"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Name/IP address of host:"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
+msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: ../../standalone/scannerdrake_.c:54
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "%s found on %s, configure it?"
-msgstr "%s je pronađen na %s, podesi ga ?"
+msgid "Scannerdrake"
+msgstr "Izaberite skener"
-#: ../../standalone/scannerdrake_.c:57
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "You must enter a host name or an IP address.\n"
+msgstr "Molimo unesite ime računara ili IP."
+
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
+msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:63
-msgid "Select a scanner"
-msgstr "Izaberite skener"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Sharing of local scanners"
+msgstr "Lokalni ĊĦtampač"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "This machine"
+msgstr "(na ovom računaru)"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Remove selected host"
+msgstr "Ukloni izabrano"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Edit selected host"
+msgstr "detektovan %s"
-#: ../../standalone/scannerdrake_.c:91
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add host"
+msgstr "Dodaj korisnika"
+
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Ovaj %s skener nije podrĊan"
+msgid "These are the machines from which the scanners should be used:"
+msgstr ""
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Usage of remote scanners"
+msgstr "Koristi slobodan prostor"
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "All remote machines"
+msgstr "(na ovom računaru)"
+
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:107
-#, fuzzy
-msgid "choose device"
-msgstr "Boot uređaj"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Use the scanners on hosts: "
+msgstr ""
-#: ../../standalone/scannerdrake_.c:113
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
+msgid "Use scanners on remote computers"
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:118
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "Dijeljenje datoteka"
+
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
+msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: ../../standalone/service_harddrake_.c:44
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgid ""
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-#: ../../standalone/service_harddrake_.c:48
-msgid "Some devices were added:\n"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-#: ../../standalone/service_harddrake_.c:64
-#, fuzzy
-msgid "Hardware probing in progress"
-msgstr "detektovan na portu %s"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"Your %s has been configured.\n"
+"You may now scan documents using \"XSane\" from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Izaberite svoj jezik"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The %s 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."
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Izaberite klasu instalacije"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "choose device"
+msgstr "Boot uređaj"
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Prepoznavanje hard diska"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Please select the device where your %s is attached"
+msgstr "Molim unesite ime uređaja kojeg ćete koristiti za backup"
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "PodeĊĦavanje miĊĦa"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The %s is unsupported"
+msgstr "Ovaj %s skener nije podrĊan"
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Izaberite vaĊĦu tastaturu"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr ""
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sigurnost"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "PodeĊĦavanje datotečnih sistema"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
+msgstr ""
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatiranje particija"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for new scanners ..."
+msgstr "Lokalni ĊĦtampač"
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Izaberite pakete za instalaciju"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for configured scanners ..."
+msgstr "Lokalni ĊĦtampač"
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Sistem instalacije"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing"
+msgstr "Dijeljenje datoteka"
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Dodajte korisnika"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add a scanner manually"
+msgstr "Ručno izaberite korisnika"
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "PodeĊĦavanje mreĊe"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Search for new scanners"
+msgstr "Lokalni ĊĦtampač"
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "PodeĊĦavanje servisa"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr ""
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Instalacija bootloadera"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
+msgstr "Kopiraj fontove na sistem"
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Napravite boot disketu"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr "Kopiraj fontove na sistem"
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "PodeĊĦavanje X"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Select a scanner"
+msgstr "Izaberite skener"
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Instaliraj sistemske update"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Napusti instalaciju"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "%s je pronađen na %s, podesi ga ?"
-#: ../../ugtk.pm_.c:636
-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-*"
+#: ../../standalone/service_harddrake:1
+#, fuzzy, c-format
+msgid "Hardware probing in progress"
+msgstr "detektovan na portu %s"
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
msgstr ""
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "MreĊni računar (klijent)"
+msgid "Office Workstation"
+msgstr "Uredska radna stanica"
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS server, SMB server, Proxy server, ssh server"
+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 "Office"
-msgstr "Ured"
+msgid "Workstation"
+msgstr "Radna stanica"
#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome Radna stanica"
+msgid "Game station"
+msgstr "Stanica za igru"
#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Alati za vaĊĦ Palm Pilot ili Visor"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "Zabavni programi: arkadne igre, igre za tablu, strategije itd."
#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Radna stanica"
+msgid "Multimedia station"
+msgstr "Multimedijalna stanica"
#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall/Router"
+msgid "Sound and video playing/editing programs"
+msgstr "Programi za pregled i editovanje zvuka i videa"
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Domain Name i Network Information Server"
+msgid "Internet station"
+msgstr "Internet stanica"
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
-"Uredski programi: obrada teksta (kword, abiword), tablični alati (kspread, "
-"gnumeric), pdf preglednici itd."
+"Skup alata za čitanje i slanje poĊĦte i news-a (pine, mutt, tin...) i "
+"pregledanje Weba"
#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Alati vezani za zvuk: mp3 ili midi playeri, mixeri itd."
+msgid "Network Computer (client)"
+msgstr "MreĊni računar (klijent)"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr ""
+msgid "Clients for different protocols including ssh"
+msgstr "Klijenti za razne protokole uključujući ssh"
#: ../../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"
+msgid "Configuration"
+msgstr "PodeĊĦavanje"
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE Radna stanica"
+msgid "Tools to ease the configuration of your computer"
+msgstr "Alati za lakĊĦe podeĊĦavanje računara"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, itd."
+msgid "Scientific Workstation"
+msgstr "Znanstvena radna stanica"
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedija - Video"
+msgid "Console Tools"
+msgstr "Alati za konzolu"
#: ../../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"
+msgid "Editors, shells, file tools, terminals"
+msgstr "Editori, ljuske, datotečni alati, terminali"
#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Baze podataka"
+msgid "KDE Workstation"
+msgstr "KDE Radna stanica"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL ili MySQL baza podataka"
+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 "Tools to ease the configuration of your computer"
-msgstr "Alati za lakĊĦe podeĊĦavanje računara"
+msgid "Graphical Environment"
+msgstr "Grafičko okruĊenje"
#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedija - Zvuk"
+msgid "Gnome Workstation"
+msgstr "Gnome Radna stanica"
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentacija"
+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 "Console Tools"
-msgstr "Alati za konzolu"
+msgid "Other Graphical Desktops"
+msgstr "Ostale grafičke okoline"
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix mail server, Inn news server"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, itd."
#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internet stanica"
+msgid "Development"
+msgstr "Programiranje"
#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedijalna stanica"
+msgid "C and C++ development libraries, programs and include files"
+msgstr "C i C++ razvojne biblioteke, programi i include datoteke"
#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "PodeĊĦavanje"
+msgid "Documentation"
+msgstr "Dokumentacija"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Druge grafičke okoline (Gnome, IceWM)"
+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 ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
+msgid "LSB"
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"
+msgid "Linux Standard Base. Third party applications support"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Programiranje"
+msgid "Web/FTP"
+msgstr "Web/FTP"
#: ../../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"
+msgid "Mail/Groupware/News"
+msgstr "Mail/Groupware/News"
#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Uredska radna stanica"
+msgid "Postfix mail server, Inn news server"
+msgstr "Postfix mail server, Inn news server"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, itd."
+msgid "Database"
+msgstr "Baze podataka"
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafički programi kao ĊĦto je Gimp"
+msgid "PostgreSQL or MySQL database server"
+msgstr "PostgreSQL ili MySQL baza podataka"
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
+msgstr "Firewall/Router"
+
+#: ../../share/compssUsers:999
+msgid "Internet gateway"
+msgstr "Internet gateway"
#: ../../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"
+msgid "Domain Name and Network Information Server"
+msgstr "Domain Name i Network Information Server"
#: ../../share/compssUsers:999
msgid "Network Computer server"
msgstr "Network Computer server"
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Mail/Groupware/News"
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr "NFS server, SMB server, Proxy server, ssh server"
#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Stanica za igru"
+msgid "Office"
+msgstr "Ured"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Video playeri i editori"
+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 "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 "Personal Finance"
-msgstr "Lične finansije"
+msgid "Graphics programs such as The Gimp"
+msgstr "Grafički programi kao ĊĦto je Gimp"
#: ../../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"
+msgid "Multimedia - Sound"
+msgstr "Multimedija - Zvuk"
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klijenti za razne protokole uključujući ssh"
+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 "LSB"
-msgstr ""
+msgid "Multimedia - Video"
+msgstr "Multimedija - Video"
#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internet gateway"
+msgid "Video players and editors"
+msgstr "Video playeri i editori"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programi za pregled i editovanje zvuka i videa"
+msgid "Multimedia - CD Burning"
+msgstr "Multimedija - PrĊenje CDa"
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Ostale grafičke okoline"
+msgid "Tools to create and burn CD's"
+msgstr "Alati za pravljenje i prĊenje CDova"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editori, ljuske, datotečni alati, terminali"
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr "Druge grafičke okoline (Gnome, IceWM)"
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programi za upravljanje vaĊĦim finansijama, kao ĊĦto je gnucash"
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, itd."
#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Upravljanje ličnim informacijama"
#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedija - PrĊenje CDa"
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr "Alati za vaĊĦ Palm Pilot ili Visor"
#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Znanstvena radna stanica"
+msgid "Personal Finance"
+msgstr "Lične finansije"
-#~ msgid "can not open /etc/inittab for reading: %s"
-#~ msgstr "ne mogu otvoriti /etc/inittab za čitanje: %s"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr "Programi za upravljanje vaĊĦim finansijama, kao ĊĦto je gnucash"
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "Broj telefona"
+#~ msgid ""
+#~ "You must indicate where you wish to place the information required to "
+#~ "boot\n"
+#~ "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."
#~ msgid ""
-#~ "You now have the opportunity to download encryption software.\n"
+#~ "DrakX now needs to know if you want to perform a default (\"Recommended"
+#~ "\")\n"
+#~ "installation or if you want to have greater control (\"Expert\") over "
+#~ "your\n"
+#~ "installation. You can also choose to do a new installation or upgrade "
+#~ "your\n"
+#~ "existing Mandrake Linux system:\n"
+#~ "\n"
+#~ " * \"Install\": completely wipes out the old system. However, depending "
+#~ "on\n"
+#~ "what is currently installed on your machine, you may be able to keep "
+#~ "some\n"
+#~ "old partitions (Linux or otherwise) unchanged;\n"
#~ "\n"
-#~ "WARNING:\n"
+#~ " * \"Upgrade\": this installation class allows to simply update the\n"
+#~ "packages currently installed on your Mandrake Linux system. It keeps "
+#~ "your\n"
+#~ "hard drives' current partitions as well as user configurations. All "
+#~ "other\n"
+#~ "configuration steps remain available, similar to a normal installation;\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"
+#~ " * \"Upgrade Packages Only\": this new installation class allows you to\n"
+#~ "upgrade an existing Mandrake Linux system while keeping all system\n"
+#~ "configurations unchanged. Adding new packages to the current "
+#~ "installation\n"
+#~ "is also possible.\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"
+#~ "Upgrades should work fine on Mandrake Linux systems using version \"8.1"
+#~ "\"\n"
+#~ "or later.\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"
+#~ "Depending on your GNU/Linux knowledge, select one of the following "
+#~ "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"
-#~ "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"
+#~ " * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
+#~ "perform a highly customized installation. Some of the decisions you will\n"
+#~ "have to make may be difficult if you do not have good GNU/Linux "
+#~ "knowledge,\n"
+#~ "so it is not recommended that those without a fair amount of experience\n"
+#~ "select this installation class."
#~ msgstr ""
-#~ "You now have the opportunity to download encryption software.\n"
+#~ "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"
-#~ "WARNING:\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"
-#~ "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"
+#~ " * \"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"
-#~ "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"
+#~ " * \"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"
-#~ "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"
+#~ "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"
-#~ "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"
-
-#~ msgid "Proxy configuration"
-#~ msgstr "PodeĊĦavanje proxija"
-
-#~ msgid ""
-#~ "Welcome to the proxy configuration utility.\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"
-#~ "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"
-
-#~ msgid ""
-#~ "Please fill in the http proxy informations\n"
-#~ "Leave it blank if you don't want an http proxy"
+#~ " * 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."
+
+#~ msgid "Please be patient. This operation can take several minutes."
#~ msgstr ""
-#~ "Molimo popunite informacije o http proxiju\n"
-#~ "Ostavite polja praznim ako ne Ċelite http proxy"
-
-#~ msgid "URL"
-#~ msgstr "URL"
-
-#~ msgid "port"
-#~ msgstr "port"
-
-#~ msgid "Url should begin with 'http:'"
-#~ msgstr "Url treba počinjati sa 'http:'"
-
-#~ msgid "The port part should be numeric"
-#~ msgstr "Port treba biti broj"
+#~ "Molimo da imate strpljenja. Ova operacija moĊe potrajati nekoliko minuta."
#~ 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"
-
-#~ 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"
-
-#~ msgid "login"
-#~ msgstr "login"
-
-#~ msgid "password"
-#~ msgstr "ĊĦifra"
-
-#~ msgid "re-type password"
-#~ msgstr "ponovo unesite ĊĦifru"
-
-#~ msgid "The passwords don't match. Try again!"
-#~ msgstr "Ċ ifre se ne poklapaju. PokuĊĦajte opet!"
-
-#~ msgid "Can't write file %s"
-#~ msgstr "Ne mogu pisati datoteku %s"
-
-#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#, fuzzy
-#~ msgid ""
-#~ "Warning, another internet connexion has been detected, maybe using your "
-#~ "network"
+#~ "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 ""
-#~ "Upozorenje, otkrivena je druga Internet konekcija, moĊda preko vaĊĦe mreĊe"
-
-#~ msgid "no help implemented yet.\n"
-#~ msgstr "pomoć joĊĦ nije implementirana.\n"
-
-#~ msgid "Please click on a medium"
-#~ msgstr "Molimo kliknite na medij"
-
-#~ msgid "Removing LPRng..."
-#~ msgstr "Uklanjam LPRng..."
-
-#~ msgid "Removing LPD..."
-#~ msgstr "Uklanjam LPD..."
+#~ "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."
#~ 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"
+#~ "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.\n"
#~ "\n"
-#~ " Drakbackup allows you to restore your system to\n"
-#~ " a user selected directory.\n"
+#~ "You will be presented the list of available resolutions and color depth\n"
+#~ "available for your hardware. Choose the one that best suit your needs "
+#~ "(you\n"
+#~ "will be able to change that after installation though). When you are\n"
+#~ "satisfied with the sample shown in the monitor, click \"OK\". A window "
+#~ "will\n"
+#~ "then appear and ask you if you can see it.\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"
+#~ "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. Refer then to the video\n"
+#~ "configuration section of the user guide for more information on how to\n"
+#~ "configure your display."
#~ 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"
+#~ "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"
-#~ " Drakbackup allows you to restore your system to\n"
-#~ " a user selected directory.\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"
-#~ " Per default all backup will be stored on your\n"
-#~ " /var/lib/drakbackup directory\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"
-#~ " 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"
-
-#~ msgid "usage: drakfloppy\n"
-#~ msgstr "koristi: drakfloppy\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Usage: harddrake [-h|--help] [--test]\n"
-#~ msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
-
-#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-#~ msgstr "upotreba: keyboarddrake [--expert] [keyboard]\n"
-
-#~ msgid "detected on interface %s"
-#~ msgstr "detektovan na interfejsu %s"
+#~ "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."
+
+#~ msgid "Detecting devices ..."
+#~ msgstr "Prepoznajem uređaje ..."
+
+#~ msgid "Test ports"
+#~ msgstr "Testiraj portove"
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index dbff49f17..611f63266 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -14,1124 +14,752 @@ msgstr ""
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfig/card.pm_.c:16
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfig/card.pm_.c:17
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfig/card.pm_.c:18
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfig/card.pm_.c:19
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfig/card.pm_.c:20
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfig/card.pm_.c:21
-msgid "8 MB"
-msgstr "8 MB"
-
-#
-#: ../../Xconfig/card.pm_.c:22
-msgid "16 MB"
-msgstr "16 MB"
-
-#
-#: ../../Xconfig/card.pm_.c:23
-msgid "32 MB"
-msgstr "32 MB"
-
-#
-#: ../../Xconfig/card.pm_.c:24
-msgid "64 MB or more"
-msgstr "64 MB o més"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "Choose a X server"
-msgstr "Escolliu un servidor X"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "X server"
-msgstr "Servidor X"
-
-#: ../../Xconfig/card.pm_.c:230
-msgid "Multi-head configuration"
-msgstr "Configuració Multi-head"
-
-#: ../../Xconfig/card.pm_.c:231
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
msgstr ""
-"El vostre sistema permet l'ús d'una configuració de múltiples capçals.\n"
-"Què voleu fer?"
-
-#: ../../Xconfig/card.pm_.c:288
-msgid "Select the memory size of your graphics card"
-msgstr "Seleccioneu la mida de la memòria de la vostra targeta gràfica"
-
-#: ../../Xconfig/card.pm_.c:349
-msgid "XFree configuration"
-msgstr "Configuració de l'XFree"
-
-#: ../../Xconfig/card.pm_.c:351
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Quina configuració de l'XFree voleu tenir?"
-
-#: ../../Xconfig/card.pm_.c:383
-msgid "Configure all heads independently"
-msgstr "Configura tots els capçals independentment"
-
-#: ../../Xconfig/card.pm_.c:384
-msgid "Use Xinerama extension"
-msgstr "Utilitza l'extensió Xinerama"
-
-#: ../../Xconfig/card.pm_.c:389
-#, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "Configura només la targeta \"%s\"%s"
+"La compartició per usuari utilitza el grup \"fileshare\".\n"
+"Podeu utilitzar userdrake per a afegir un usuari a aquest grup."
-#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1 ../../bootlook.pm:1 ../../install_steps_gtk.pm:1
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
+#: ../../interactive/stdio.pm:1 ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
+#: ../../standalone/drakgw:1 ../../standalone/draksec:1
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Cancel"
+msgstr "Cancel·la"
-#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "Xfree %s amb acceleració 3D de maquinari"
+msgid "Launch userdrake"
+msgstr "Executa userdrake"
-#: ../../Xconfig/card.pm_.c:416
+#: ../../any.pm:1
#, 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ò només amb "
-"l'Xfree %s.\n"
-"L'XFree %s, que pot tenir un suport millor en 2D, suporta la vostra targeta."
-
-#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
+"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 ""
-"La vostra targeta pot tenir acceleració 3D de maquinari amb l'Xfree %s."
+"Voleu permetre als usuaris compartir alguns dels seus directoris?\n"
+"Fer això permetrà al usuaris fer un simple clic a \"Comparteix\" en el "
+"konqueror i el nautilus.\n"
+"\n"
+"\"Personalitzat\" permet configurar cada usuari per separat.\n"
-#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s amb acceleració 3D de maquinari EXPERIMENTAL"
+msgid "Mandatory package %s is missing"
+msgstr "El paquet %s necessari falta"
-#: ../../Xconfig/card.pm_.c:429
+#: ../../any.pm:1
#, 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."
+"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-"La vostra targeta pot tenir acceleració 3D de maquinari, però només 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."
+"Podeu exportar utilitzant NFS o Samba. Seleccioneu quin voleu utilitzar."
-#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, 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."
-
-#: ../../Xconfig/card.pm_.c:455
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (instal·lació del controlador de pantalla)"
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Cal instal·lar el paquet %s. Voleu instal·lar-lo?"
-#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
+#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
msgid "Custom"
msgstr "Personalitzada"
-#: ../../Xconfig/main.pm_.c:102
-msgid "Graphic Card"
-msgstr "Targeta gràfica"
-
-#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
-msgid "Monitor"
-msgstr "Monitor"
+#
+#: ../../any.pm:1
+#, c-format
+msgid "Allow all users"
+msgstr "Permet tots els usuaris"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
-msgid "Resolution"
-msgstr "Resolució"
+#
+#: ../../any.pm:1
+#, c-format
+msgid "No sharing"
+msgstr "No es comparteix"
-#: ../../Xconfig/main.pm_.c:113
-msgid "Test"
-msgstr "Test"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "More"
+msgstr "Més"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/smbnfs_gtk.pm_.c:86
-msgid "Options"
-msgstr "Opcions"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Here is the full list of available countries"
+msgstr "Aquesta és la llista completa de teclats disponibles"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
-#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
-#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
-#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
-#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
-#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
-msgid "Ok"
-msgstr "D'acord"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose your country."
+msgstr "Si us plau, seleccioneu el tipus del vostre ratolí."
-#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
-#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
-msgid "Quit"
-msgstr "Surt"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Country"
+msgstr "País"
-#: ../../Xconfig/main.pm_.c:145
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
+msgid "Use Unicode by default"
msgstr ""
-"Voleu conservar els canvis?\n"
-"La configuració actual és:\n"
-"\n"
-"%s"
-
-#: ../../Xconfig/monitor.pm_.c:93
-msgid "Choose a monitor"
-msgstr "Escolliu un monitor"
-
-#: ../../Xconfig/monitor.pm_.c:97
-msgid "Plug'n Play"
-msgstr "Plug'n'Play"
-
-#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
-msgid "Generic"
-msgstr "Genèric"
-
-#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
-#: ../../standalone/harddrake2_.c:68
-msgid "Vendor"
-msgstr "Venedor"
-#: ../../Xconfig/monitor.pm_.c:109
-msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr "L'exploració Plug'n'Play ha fallat. Especifiqueu un monitor"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "All"
+msgstr "Tots"
-#: ../../Xconfig/monitor.pm_.c:114
+#: ../../any.pm:1
+#, c-format
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."
+"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 ""
-"Els dos paràmetres més importants son la velocitat de refresc vertical, que\n"
-"és la velocitat a què es refresca tota la pantalla, i el més important, la\n"
-"velocitat de sincronització horitzontal, que és la velocitat a què es\n"
-"visualitzen les línies d'exploració.\n"
-"\n"
-"És MOLT IMPORTANT que no especifiqueu un tipus de monitor amb un rang\n"
-"de sincronització superior a les possibilitats del vostre monitor, perquè\n"
-"el podríeu fer malbé.\n"
-"En cas de dubte, sigueu conservador amb aquest paràmetre."
-
-#: ../../Xconfig/monitor.pm_.c:121
-msgid "Horizontal refresh rate"
-msgstr "Velocitat de refresc horitzontal"
-
-#: ../../Xconfig/monitor.pm_.c:122
-msgid "Vertical refresh rate"
-msgstr "Velocitat de refresc vertical"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:12
-msgid "256 colors (8 bits)"
-msgstr "256 colors (8 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:13
-msgid "32 thousand colors (15 bits)"
-msgstr "32.768 colors (15 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:14
-msgid "65 thousand colors (16 bits)"
-msgstr "65.536 colors (16 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:15
-msgid "16 million colors (24 bits)"
-msgstr "16 milions de colors (24 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:16
-msgid "4 billion colors (32 bits)"
-msgstr "4.294 milions de colors (32 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:130
-msgid "Resolutions"
-msgstr "Resolucions"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
-msgid "Choose the resolution and the color depth"
-msgstr "Escolliu la resolució i la profunditat de color"
+"Mandrake Linux pot utilitzar múltiples idiomes. Seleccioneu\n"
+"els llenguatges que volgueu instal·lar. Estaran disponibles\n"
+"quan reinicieu el sistema, després que la instal·lació s'hagi completat."
-#: ../../Xconfig/resolution_and_depth.pm_.c:256
+#
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s"
-msgstr "Targeta gràfica: %s"
+msgid "Please choose a language to use."
+msgstr "Si us plau, trieu un idioma per utilitzar."
-#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
-#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
-#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
-#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
-#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
-#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
-#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
-#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
-#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
-#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
-#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
-#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
-#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
-#: ../../ugtk2.pm_.c:926
-msgid "Cancel"
-msgstr "Cancel·la"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the window manager to run:"
+msgstr "Escolliu el gestor de finestres per executar:"
-#: ../../Xconfig/test.pm_.c:29
-msgid "Test of the configuration"
-msgstr "Comprova la configuració"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the default user:"
+msgstr "Escolliu l'usuari per defecte:"
-#: ../../Xconfig/test.pm_.c:30
-msgid "Do you want to test the configuration?"
-msgstr "Voleu comprovar la configuració?"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Do you want to use this feature?"
+msgstr "Voleu utilitzar l'aboot?"
-#: ../../Xconfig/test.pm_.c:30
-msgid "Warning: testing this graphic card may freeze your computer"
+#
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "I can set up your computer to automatically log on one user."
msgstr ""
-"Avís: la comprovació d'aquesta targeta gràfica pot penjar-vos l'ordinador"
+"Puc configurar el vostre ordinador de manera que entri automàticament amb un "
+"nom d'usuari.\n"
+"Voleu activar aquesta característica?"
-#: ../../Xconfig/various.pm_.c:29
+#: ../../any.pm:1
#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Disposició del teclat: %s\n"
+msgid "Autologin"
+msgstr "Entrada automàtica"
-#: ../../Xconfig/various.pm_.c:30
+#: ../../any.pm:1
#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Tipus de ratolí: %s\n"
+msgid "Icon"
+msgstr "Icona"
-#: ../../Xconfig/various.pm_.c:31
+#: ../../any.pm:1
#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Dispositiu del ratolí: %s\n"
+msgid "Shell"
+msgstr "Shell"
-#: ../../Xconfig/various.pm_.c:32
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
+msgid "Password (again)"
+msgstr "Contrasenya (un altre cop)"
-#: ../../Xconfig/various.pm_.c:33
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Sincronització horitzontal del monitor: %s\n"
+msgid "Password"
+msgstr "Contrasenya"
-#: ../../Xconfig/various.pm_.c:34
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Refresc vertical del monitor: %s\n"
+msgid "User name"
+msgstr "Nom d'usuari"
-#: ../../Xconfig/various.pm_.c:35
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s\n"
-msgstr "Targeta gràfica: %s\n"
+msgid "Real name"
+msgstr "Nom real"
-#: ../../Xconfig/various.pm_.c:36
+#: ../../any.pm:1
#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "Memòria gràfica: %s kB\n"
+msgid "Accept user"
+msgstr "Accepta l'usuari"
-#: ../../Xconfig/various.pm_.c:38
+#: ../../any.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/scannerdrake:1
#, c-format
-msgid "Color depth: %s\n"
-msgstr "Profunditat del color: %s\n"
+msgid "Done"
+msgstr "Fet"
-#: ../../Xconfig/various.pm_.c:39
+#: ../../any.pm:1
#, c-format
-msgid "Resolution: %s\n"
-msgstr "Resolució: %s\n"
+msgid ""
+"Enter a user\n"
+"%s"
+msgstr ""
+"Introduïu un usuari\n"
+"%s"
-#: ../../Xconfig/various.pm_.c:41
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Servidor XFree86: %s\n"
+msgid "Add user"
+msgstr "Afegeix un usuari"
-#: ../../Xconfig/various.pm_.c:42
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Controlador de l'XFree86: %s\n"
-
-#: ../../Xconfig/various.pm_.c:61
-msgid "Graphical interface at startup"
-msgstr "Interfície gràfica a l'inici"
+msgid "This user name has already been added"
+msgstr "Aquest nom d'usuari ja s'ha afegit"
-#: ../../Xconfig/various.pm_.c:62
-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 ""
-"Puc configurar el vostre ordinador de manera que executi automàticament la "
-"interfície gràfica durant l'arrencada.\n"
-"Voleu que XFree s'iniciï quan torneu a arrencar l'ordinador?"
+#: ../../any.pm:1
+#, c-format
+msgid "The user name is too long"
+msgstr "El nom d'usuari és massa llarg"
-#: ../../Xconfig/various.pm_.c:73
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-"Sembla que la vostra targeta gràfica té un connector TV-OUT.\n"
-"Pot configurar-se de manera que faci servir memòria d'imatge.\n"
-"\n"
-"A tal efecte, heu de connectar la targeta gràfica al televisor abans "
-"d'arrencar l'ordinador.\n"
-"Llavors, escolliu l'opció \"TVout\" en el carregador de l'arrencada\n"
-"\n"
-"Teniu aquesta característica?"
-
-#: ../../Xconfig/various.pm_.c:85
-msgid "What norm is your TV using?"
-msgstr "Quina norma segueix el vostre televisor?"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132
-msgid "First sector of boot partition"
-msgstr "Primer sector de la partició d'arrencada"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
-msgid "First sector of drive (MBR)"
-msgstr "Primer sector de la unitat (MBR)"
-
-#: ../../any.pm_.c:111
-msgid "SILO Installation"
-msgstr "Instal·lació del SILO"
-
-#: ../../any.pm_.c:112 ../../any.pm_.c:125
-msgid "Where do you want to install the bootloader?"
-msgstr "On voleu instal·lar el carregador de l'arrencada?"
-
-#: ../../any.pm_.c:124
-msgid "LILO/grub Installation"
-msgstr "Instal·lació del LILO/grub"
-
-#: ../../any.pm_.c:136 ../../any.pm_.c:150
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:138
-msgid "LILO with text menu"
-msgstr "LILO amb menú de text"
-
-#: ../../any.pm_.c:139 ../../any.pm_.c:150
-msgid "LILO with graphical menu"
-msgstr "LILO amb menú gràfic"
-
-#: ../../any.pm_.c:142
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:146
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Arrencada des de DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:150
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:158 ../../any.pm_.c:189
-msgid "Bootloader main options"
-msgstr "Opcions principals del carregador de l'arrencada"
-
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
-msgid "Bootloader to use"
-msgstr "Carregador de l'arrencada a utilitzar"
-
-#: ../../any.pm_.c:161
-msgid "Bootloader installation"
-msgstr "Instal·lació del carregador de l'arrencada"
-
-#: ../../any.pm_.c:163 ../../any.pm_.c:192
-msgid "Boot device"
-msgstr "Dispositiu d'arrencada"
-
-#: ../../any.pm_.c:164
-msgid "Compact"
-msgstr "Compacte"
-
-#: ../../any.pm_.c:164
-msgid "compact"
-msgstr "compacte"
-
-#: ../../any.pm_.c:165 ../../any.pm_.c:289
-msgid "Video mode"
-msgstr "Mode de vídeo"
-
-#: ../../any.pm_.c:167
-msgid "Delay before booting default image"
-msgstr "Demora abans d'arrencar la imatge predeterminada"
-
-#: ../../any.pm_.c:169 ../../any.pm_.c:772
-#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
-#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
-#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
-#: ../../standalone/drakconnect_.c:647
-msgid "Password"
-msgstr "Contrasenya"
-
-#: ../../any.pm_.c:170 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1078
-msgid "Password (again)"
-msgstr "Contrasenya (un altre cop)"
-
-#: ../../any.pm_.c:171
-msgid "Restrict command line options"
-msgstr "Limita les opcions de la línia d'ordres"
-
-#: ../../any.pm_.c:171
-msgid "restrict"
-msgstr "limita"
-
-#: ../../any.pm_.c:173
-msgid "Clean /tmp at each boot"
-msgstr "Buida /tmp en cada arrencada"
+"El nom d'usuari només pot contenir lletres en minúscula, números, '-' i '_'"
-#: ../../any.pm_.c:174
+#: ../../any.pm:1
#, 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:176
-msgid "Enable multi profiles"
-msgstr "Habilita perfils múltiples"
-
-#: ../../any.pm_.c:180
-msgid "Give the ram size in MB"
-msgstr "Introduïu la mida de la RAM en MB"
+msgid "Please give a user name"
+msgstr "Si us plau, introduïu un nom d'usuari"
-#: ../../any.pm_.c:182
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"L'opció \"Limita les opcions de la línia d'ordres\" no té cap utilitat sense "
-"una contrasenya"
+#: ../../any.pm:1
+#, c-format
+msgid "This password is too simple"
+msgstr "Aquesta contrasenya és massa senzilla"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../diskdrake/interactive.pm_.c:1204
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid "Please try again"
msgstr "Si us plau, torneu-ho a intentar"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
msgid "The passwords do not match"
msgstr "Les contrasenyes no coincideixen"
-#: ../../any.pm_.c:191
-msgid "Init Message"
-msgstr "Missatge d'inicialització"
+#: ../../any.pm:1
+#, c-format
+msgid "(already added %s)"
+msgstr "(ja s'ha afegit %s)"
-#: ../../any.pm_.c:193
-msgid "Open Firmware Delay"
-msgstr "Demora per al firmware obert"
+#: ../../any.pm:1
+#, c-format
+msgid "access to compilation tools"
+msgstr "accés a les eines de compilació"
-#: ../../any.pm_.c:194
-msgid "Kernel Boot Timeout"
-msgstr "Temps màxim d'arrencada del nucli"
+#: ../../any.pm:1
+#, c-format
+msgid "access to network tools"
+msgstr "accés a les eines de xarxa"
-#: ../../any.pm_.c:195
-msgid "Enable CD Boot?"
-msgstr "Voleu habilitar l'arrencada des de CD?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to administrative files"
+msgstr "accés a fitxers administratius"
-#: ../../any.pm_.c:196
-msgid "Enable OF Boot?"
-msgstr "Voleu habilitar l'arrencada des d'OF?"
+#: ../../any.pm:1
+#, c-format
+msgid "allow \"su\""
+msgstr "permet \"su\""
-#: ../../any.pm_.c:197
-msgid "Default OS?"
-msgstr "SO per defecte?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to rpm tools"
+msgstr "accés a les eines rpm"
-#: ../../any.pm_.c:231
-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 ""
-"Heu decidit instal·lar el gestor de l'arrencada en una partició.\n"
-"Això implica que ja teniu un gestor d'arrencada en el disc des del qual "
-"arrenqueu (p.ex.: System Commander).\n"
-"\n"
-"En quina unitat arrenqueu?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to X programs"
+msgstr "accés a programes X"
-#: ../../any.pm_.c:247
+#: ../../any.pm:1
+#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
+"You can create additional entries or change the existing ones."
msgstr ""
"Aquestes són les diferents entrades en el menú d'arrencada.\n"
"Podeu afegir-ne més o canviar-ne les existents."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
-#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
-#: ../../standalone/drakfont_.c:996
-msgid "Add"
-msgstr "Afegeix"
-
-#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
-#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
-msgid "Done"
-msgstr "Fet"
-
-#
-#: ../../any.pm_.c:257
-msgid "Modify"
-msgstr "Modifica"
-
-#: ../../any.pm_.c:265
-msgid "Which type of entry do you want to add?"
-msgstr "Quin tipus d'entrada voleu afegir?"
-
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:266
-msgid "Other OS (SunOS...)"
-msgstr "Un altre SO (SunOS...)"
-
-#: ../../any.pm_.c:267
-msgid "Other OS (MacOS...)"
-msgstr "Un altre SO (MacOS...)"
-
-#: ../../any.pm_.c:267
+#: ../../any.pm:1
+#, c-format
msgid "Other OS (windows...)"
msgstr "Un altre SO (Windows...)"
-#: ../../any.pm_.c:285
-msgid "Image"
-msgstr "Imatge"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (MacOS...)"
+msgstr "Un altre SO (MacOS...)"
-#: ../../any.pm_.c:286 ../../any.pm_.c:297
-msgid "Root"
-msgstr "Arrel"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (SunOS...)"
+msgstr "Un altre SO (SunOS...)"
-#: ../../any.pm_.c:287 ../../any.pm_.c:315
-msgid "Append"
-msgstr "Afegeix"
+#: ../../any.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Linux"
+msgstr "Linux"
-#: ../../any.pm_.c:291
-msgid "Initrd"
-msgstr "Initrd"
+#: ../../any.pm:1
+#, c-format
+msgid "Which type of entry do you want to add?"
+msgstr "Quin tipus d'entrada voleu afegir?"
-#: ../../any.pm_.c:292
-msgid "Read-write"
-msgstr "Lectura-escriptura"
+#: ../../any.pm:1
+#, c-format
+msgid "This label is already used"
+msgstr "Aquesta etiqueta ja està en ús"
-#: ../../any.pm_.c:299
-msgid "Table"
-msgstr "Taula"
+#
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a root partition"
+msgstr "Heu d'especificar una partició arrel"
-#: ../../any.pm_.c:300
-msgid "Unsafe"
-msgstr "No segur"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a kernel image"
+msgstr "Heu d'especificar una imatge del nucli"
-#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
-msgid "Label"
-msgstr "Etiqueta"
+#: ../../any.pm:1
+#, c-format
+msgid "Empty label not allowed"
+msgstr "No es permet una etiqueta buida"
-#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
+#: ../../any.pm:1 ../../harddrake/v4l.pm:1
+#, c-format
msgid "Default"
msgstr "Predeterminat"
-#: ../../any.pm_.c:316
-msgid "Initrd-size"
-msgstr "Initrd-size"
-
-#: ../../any.pm_.c:318
+#: ../../any.pm:1
+#, c-format
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:326
-msgid "Remove entry"
-msgstr "Elimina l'entrada"
-
-#: ../../any.pm_.c:329
-msgid "Empty label not allowed"
-msgstr "No es permet una etiqueta buida"
+#: ../../any.pm:1
+#, c-format
+msgid "Initrd-size"
+msgstr "Initrd-size"
-#: ../../any.pm_.c:330
-msgid "You must specify a kernel image"
-msgstr "Heu d'especificar una imatge del nucli"
+#: ../../any.pm:1
+#, c-format
+msgid "Append"
+msgstr "Afegeix"
-#
-#: ../../any.pm_.c:330
-msgid "You must specify a root partition"
-msgstr "Heu d'especificar una partició arrel"
+#: ../../any.pm:1
+#, c-format
+msgid "Label"
+msgstr "Etiqueta"
-#: ../../any.pm_.c:331
-msgid "This label is already used"
-msgstr "Aquesta etiqueta ja està en ús"
+#: ../../any.pm:1
+#, c-format
+msgid "Unsafe"
+msgstr "No segur"
-# #msgid "Found %s %s interfaces"
-# #msgstr "S'han trobat interfícies %2$s %1$s"
-#: ../../any.pm_.c:640
+#: ../../any.pm:1
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "S'han trobat interfícies %s %s"
+msgid "Table"
+msgstr "Taula"
-#: ../../any.pm_.c:641
-msgid "Do you have another one?"
-msgstr "En teniu una altra?"
+#: ../../any.pm:1
+#, c-format
+msgid "Root"
+msgstr "Arrel"
-#: ../../any.pm_.c:642
+#: ../../any.pm:1
#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Teniu alguna interfície %s?"
+msgid "Read-write"
+msgstr "Lectura-escriptura"
-#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
-msgid "No"
-msgstr "No"
+#: ../../any.pm:1
+#, c-format
+msgid "Initrd"
+msgstr "Initrd"
-#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
-#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
-#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
-msgid "Yes"
-msgstr "Sí"
+#: ../../any.pm:1
+#, c-format
+msgid "Video mode"
+msgstr "Mode de vídeo"
-#: ../../any.pm_.c:645
-msgid "See hardware info"
-msgstr "Mira la informació del maquinari"
+#: ../../any.pm:1
+#, c-format
+msgid "Image"
+msgstr "Imatge"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:662
+#: ../../any.pm:1
#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "S'està instal·lant el controlador per a la targeta de %s %s"
+msgid "Default OS?"
+msgstr "SO per defecte?"
-#: ../../any.pm_.c:663
+#: ../../any.pm:1
#, c-format
-msgid "(module %s)"
-msgstr "(mòdul %s)"
+msgid "Enable OF Boot?"
+msgstr "Voleu habilitar l'arrencada des d'OF?"
-#: ../../any.pm_.c:674
+#: ../../any.pm:1
#, 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 ""
-"Ara podeu subministrar les opcions per al mòdul %s.\n"
-"Tingueu en compte que qualsevol adreça s'ha de prefixar amb 0x, com '0x123'"
+msgid "Enable CD Boot?"
+msgstr "Voleu habilitar l'arrencada des de CD?"
-#: ../../any.pm_.c:680
+#: ../../any.pm:1
#, 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 ""
-"Ara podeu proporcionar les opcions per al mòdul %s.\n"
-"Les opcions estan en el format \"nom=valor nom2=valor2 ...\".\n"
-"Per exemple, \"io=0x300 irq=7\""
+msgid "Kernel Boot Timeout"
+msgstr "Temps màxim d'arrencada del nucli"
-#: ../../any.pm_.c:682
-msgid "Module options:"
-msgstr "Opcions del mòdul:"
+#: ../../any.pm:1
+#, c-format
+msgid "Open Firmware Delay"
+msgstr "Demora per al firmware obert"
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:694
+#: ../../any.pm:1
#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Quin controlador de %s he de provar?"
+msgid "Boot device"
+msgstr "Dispositiu d'arrencada"
-#: ../../any.pm_.c:703
+#: ../../any.pm:1
#, 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 controlador de %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 controlador\n"
-"cerqui al vostre ordinador la informació que necessita? Aquesta recerca\n"
-"podria penjar l'ordinador, però això no causaria cap dany."
+msgid "Init Message"
+msgstr "Missatge d'inicialització"
-#: ../../any.pm_.c:707
-msgid "Autoprobe"
-msgstr "Exploració automàtica"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader to use"
+msgstr "Carregador de l'arrencada a utilitzar"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "Especifica les opcions"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader main options"
+msgstr "Opcions principals del carregador de l'arrencada"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, c-format
msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
+"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-"Ha fallat la càrrega del mòdul %s.\n"
-"Voleu tornar-ho a intentar amb altres paràmetres?"
-
-#: ../../any.pm_.c:734
-msgid "access to X programs"
-msgstr "accés a programes X"
-
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
-msgstr "accés a les eines rpm"
+"L'opció \"Limita les opcions de la línia d'ordres\" no té cap utilitat sense "
+"una contrasenya"
-#: ../../any.pm_.c:736
-msgid "allow \"su\""
-msgstr "permet \"su\""
+#: ../../any.pm:1
+#, c-format
+msgid "Give the ram size in MB"
+msgstr "Introduïu la mida de la RAM en MB"
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
-msgstr "accés a fitxers administratius"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable multiple profiles"
+msgstr "Habilita perfils múltiples"
-#: ../../any.pm_.c:738
-msgid "access to network tools"
-msgstr "accés a les eines de xarxa"
+#: ../../any.pm:1
+#, 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:739
-msgid "access to compilation tools"
-msgstr "accés a les eines de compilació"
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "Buida /tmp en cada arrencada"
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(ja s'ha afegit %s)"
+msgid "Create a bootdisk"
+msgstr "Crea un disc d'arrencada"
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "Aquesta contrasenya és massa senzilla"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "limita"
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "Si us plau, introduïu un nom d'usuari"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "Limita les opcions de la línia d'ordres"
-#: ../../any.pm_.c:751
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"El nom d'usuari només pot contenir lletres en minúscula, números, '-' i '_'"
+#: ../../any.pm:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "Demora abans d'arrencar la imatge predeterminada"
-#: ../../any.pm_.c:752
-msgid "The user name is too long"
-msgstr "El nom d'usuari és massa llarg"
+#: ../../any.pm:1
+#, c-format
+msgid "compact"
+msgstr "compacte"
-#: ../../any.pm_.c:753
-msgid "This user name is already added"
-msgstr "Aquest nom d'usuari ja s'ha afegit"
+#: ../../any.pm:1
+#, c-format
+msgid "Compact"
+msgstr "Compacte"
-#: ../../any.pm_.c:757
-msgid "Add user"
-msgstr "Afegeix un usuari"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "Instal·lació del carregador de l'arrencada"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Introduïu un usuari\n"
-"%s"
+msgid "First sector of boot partition"
+msgstr "Primer sector de la partició d'arrencada"
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "Accepta l'usuari"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "Primer sector de la unitat (MBR)"
-#: ../../any.pm_.c:770
-msgid "Real name"
-msgstr "Nom real"
+#: ../../any.pm:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "On voleu instal·lar el carregador de l'arrencada?"
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "Nom d'usuari"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "Instal·lació del LILO/grub"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "Shell"
+#: ../../any.pm:1
+#, c-format
+msgid "SILO Installation"
+msgstr "Instal·lació del SILO"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "Icona"
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Skip"
+msgstr "Omet"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "Entrada automàtica"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "On Floppy"
+msgstr "Disquet d'arrencada"
-#
-#: ../../any.pm_.c:804
+#: ../../any.pm:1
+#, c-format
msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
+"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 ""
-"Puc configurar el vostre ordinador de manera que entri automàticament amb un "
-"nom d'usuari.\n"
-"Voleu activar aquesta característica?"
-
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "Escolliu l'usuari per defecte:"
+"Heu decidit instal·lar el gestor de l'arrencada en una partició.\n"
+"Això implica que ja teniu un gestor d'arrencada en el disc des del qual "
+"arrenqueu (p.ex.: System Commander).\n"
+"\n"
+"En quina unitat arrenqueu?"
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "Escolliu el gestor de finestres per executar:"
+#: ../../any.pm:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "S'està creant el disc d'arrencada..."
-#
-#: ../../any.pm_.c:824
-msgid "Please choose a language to use."
-msgstr "Si us plau, trieu un idioma per utilitzar."
+#: ../../any.pm:1
+#, c-format
+msgid "Insert a floppy in %s"
+msgstr "Inseriu un disquet a la unitat %s"
-#: ../../any.pm_.c:826
-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."
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
-"Mandrake Linux pot utilitzar múltiples idiomes. Seleccioneu\n"
-"els llenguatges que volgueu instal·lar. Estaran disponibles\n"
-"quan reinicieu el sistema, després que la instal·lació s'hagi completat."
-
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "Tots"
+"Escolliu la unitat de disquet que voleu utilitzar per crear el disc "
+"d'arrencada"
-#
-#: ../../any.pm_.c:961
-msgid "Allow all users"
-msgstr "Permet tots els usuaris"
+#: ../../any.pm:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "Segona unitat de disquet"
-#
-#: ../../any.pm_.c:961
-msgid "No sharing"
-msgstr "No es comparteix"
+#: ../../any.pm:1
+#, c-format
+msgid "First floppy drive"
+msgstr "Primera unitat de disquet"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
+#: ../../any.pm:1
#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Cal instal·lar el paquet %s. Voleu instal·lar-lo?"
+msgid "Sorry, no floppy drive available"
+msgstr "No hi ha cap unitat de disquet disponible"
-#: ../../any.pm_.c:973
+#: ../../any.pm:1
+#, c-format
msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
+"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 ""
-"Podeu exportar utilitzant NFS o Samba. Seleccioneu quin voleu utilitzar."
+"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 instal·lar 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"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "El paquet %s necessari falta"
-
-#: ../../any.pm_.c:987
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"
+"\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 ""
-"Voleu permetre als usuaris compartir alguns dels seus directoris?\n"
-"Fer això permetrà al usuaris fer un simple clic a \"Comparteix\" en el "
-"konqueror i el nautilus.\n"
"\n"
-"\"Personalitzat\" permet configurar cada usuari per separat.\n"
-
-#: ../../any.pm_.c:1001
-msgid "Launch userdrake"
-msgstr "Executa userdrake"
+"\n"
+"(COMPTE! Esteu utilitzant XFS per la vostra partició arrel,\n"
+"la creació d'un disquet d'arrencada amb un de 1.44 MB molt probablement "
+"fallarà,\n"
+"perquè XFS necessita una unitat molt gran)."
-#: ../../any.pm_.c:1003
+#: ../../any.pm:1
+#, c-format
msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
+"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 ""
-"La compartició per usuari utilitza el grup \"fileshare\".\n"
-"Podeu utilitzar userdrake per a afegir un usuari a aquest grup."
-
-#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "Benvinguts, crackers"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "Pobre"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "Estàndard"
-
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "Alt"
+"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 instal·lar 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\"."
-#
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-msgid "Higher"
-msgstr "Més Alt"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "No podeu instal·lar el carregador de l'arrencada a una partició %s\n"
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "Paranoic"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "not enough room in /boot"
+msgstr "no hi ha prou espai a /boot"
-#: ../../any.pm_.c:1061
-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 més "
-"fàcil\n"
-"d'utilitzar, però també molt sensible: no s'ha d'utilitzar en un ordinador\n"
-"connectat a d'altres o a Internet. No cal contrasenya per accedir-hi."
+#. -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:1
+#, c-format
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr "L'entrada ressaltada arrencara automaticament en %d segons."
-#: ../../any.pm_.c:1064
-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."
+#. -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:1
+#, c-format
+msgid "commands before booting, or 'c' for a command-line."
+msgstr "ordres abans de l'arrencada, o 'c' per obtenir una linia d'ordres."
-#
-#: ../../any.pm_.c:1065
-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 estàndard recomanada per a un ordinador que "
-"s'utilitzarà per connectar-se a Internet com a client. Ara hi ha "
-"comprovacions de seguretat."
+#. -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:1
+#, c-format
+msgid "Press enter to boot the selected OS, 'e' to edit the"
+msgstr "Premeu Retorn per arrencar el SO seleccionat, 'e' per editar les"
-#: ../../any.pm_.c:1066
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
+#. -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:1
+#, c-format
+msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
-"Hi ha ja algunes restriccions, i a la nit es fan més comprovacions "
-"automàtiques."
+"Utilitzeu les tecles %c i %c per seleccionar quina entrada esta ressaltada."
+# 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
#
-#: ../../any.pm_.c:1067
-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 choose a lower level."
-msgstr ""
-"Amb aquest nivell de seguretat, la utilització d'aquest sistema com a "
-"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. Nota: si la vostra màquina és només "
-"un client d'Internet, seria millor escollir un nivell més baix."
-
+# The lines must fit on screen, aka length < 80
+# and only one line per string for the GRUB messages
#
-#: ../../any.pm_.c:1070
-msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
-msgstr ""
-"Aquest és similar al nivell anterior, però el sistema està completament "
-"tancat i les característiques de seguretat estan al màxim."
-
-#: ../../any.pm_.c:1076
-msgid "DrakSec Basic Options"
-msgstr "Opcions bàsiques del DrakSec"
-
-#: ../../any.pm_.c:1077
-msgid "Please choose the desired security level"
-msgstr "Escolliu el nivell de seguretat desitjat"
+#. -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:1
+#, c-format
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr "Benvingut al GRUB, el selector de sistema operatiu!"
-#
-#: ../../any.pm_.c:1080
-msgid "Security level"
-msgstr "Nivell de seguretat"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Yaboot"
+msgstr "Yaboot"
-#
-#: ../../any.pm_.c:1082
-msgid "Use libsafe for servers"
-msgstr "Empra libsafe per als servidors"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Grub"
+msgstr "Grub"
-#: ../../any.pm_.c:1083
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Una llibreria que defensa contra els atacs de 'buffer overflow' i de 'format "
-"string'."
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with text menu"
+msgstr "LILO amb menú de text"
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
-msgstr "Administrador de seguretat (login o email)"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with graphical menu"
+msgstr "LILO amb menú gràfic"
-#: ../../any.pm_.c:1166
-msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
-msgstr ""
-"Aquí podeu triar la tecla o la combinació de tecles que \n"
-"permetran canviar entre diferents disposicions de teclat\n"
-"(p.ex.: llatina i no llatina)"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "SILO"
+msgstr "SILO"
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
@@ -1139,12 +767,12 @@ msgstr ""
# 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:436
+#: ../../bootloader.pm:1
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
"\n"
-"Choose an operating system in the list above or\n"
+"Choose an operating system from the list above or\n"
"wait %d seconds for default boot.\n"
"\n"
msgstr ""
@@ -1154,240 +782,52 @@ msgstr ""
"%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:983
-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:986
-#, 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 entrada esta 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:989
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Premeu Retorn 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:992
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "ordres abans de l'arrencada, o 'c' per obtenir una linia 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:995
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "L'entrada ressaltada arrencara automaticament en %d segons."
-
-#: ../../bootloader.pm_.c:999
-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:1099
-msgid "Desktop"
-msgstr "Escriptori"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "Menú Inici"
+msgid "OK"
+msgstr "D'acord"
-#: ../../bootloader.pm_.c:1120
+#: ../../bootlook.pm:1
#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "No podeu instal·lar el carregador de l'arrencada a una partició %s\n"
-
-#: ../../bootlook.pm_.c:53
-msgid "Boot Style Configuration"
-msgstr "Configuració del tipus d'arrencada"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-msgid "/_File"
-msgstr "/_Fitxer"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr "/Fitxer/_Surt"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr "Monitor de categorització NewStyle"
-
-#: ../../bootlook.pm_.c:83
-msgid "NewStyle Monitor"
-msgstr "Monitor NewStyle"
-
-#: ../../bootlook.pm_.c:84
-msgid "Traditional Monitor"
-msgstr "Monitor tradicional"
-
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
-msgstr "Monitor Gtk+ tradicional"
-
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
-msgstr "Executa l'Aurora durant l'arrencada"
-
-#: ../../bootlook.pm_.c:89
-msgid "Lilo/grub mode"
-msgstr "Mode LILO/Grub"
-
-#: ../../bootlook.pm_.c:89
-msgid "Yaboot mode"
-msgstr "Mode Yaboot"
-
-#: ../../bootlook.pm_.c:138
-msgid "Install themes"
-msgstr "Instal·la els temes"
-
-#: ../../bootlook.pm_.c:139
-msgid ""
-"Display theme\n"
-"under console"
-msgstr ""
-"Mostra el tema\n"
-"sota la consola"
-
-#: ../../bootlook.pm_.c:140
-msgid "Create new theme"
-msgstr "Crea un nou tema"
+msgid "Yes, I want autologin with this (user, desktop)"
+msgstr "Sí, vull l'entrada automàtica amb aquest (usuari, escriptori)"
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm:1
#, c-format
-msgid "Backup %s to %s.old"
-msgstr "Fes una còpia de seguretat de %s en %s.old"
+msgid "No, I don't want autologin"
+msgstr "No, no vull l'entrada automàtica"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copy %s to %s"
-msgstr "S'està copiant %s a %s"
-
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "Error"
-
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
-msgstr "No s'ha trobat el missatge de LILO"
-
-#: ../../bootlook.pm_.c:222
-msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr "No s'ha pogut escriure /etc/sysconfig/bootsplash."
+msgid "Launch the graphical environment when your system starts"
+msgstr "Executa la interfície gràfica en iniciar el sistema"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm:1
#, c-format
-msgid "Write %s"
-msgstr "Escriu %s"
-
-#: ../../bootlook.pm_.c:224
-msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
-msgstr ""
-"No s'ha pogut escriure /etc/sysconfig/bootsplash\n"
-"No s'ha trobat el fitxer."
+msgid "System mode"
+msgstr "Mode de sistema"
-#: ../../bootlook.pm_.c:235
+#: ../../bootlook.pm:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr "No s'ha pogut executar mkinitrd -f /boot/initrd-%s.img %s."
+msgid "Bootsplash"
+msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:238
+#: ../../bootlook.pm:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr "Fes que initrd sigui 'mkinitrd -f /boot/initrd-%s.img %s'."
-
-#: ../../bootlook.pm_.c:244
-msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
-msgstr ""
-"No s'ha pogut tornar a executar LILO!\n"
-"Executa \"lilo\" com a root a la línia d'ordres per completar la "
-"instal·lació del tema del LILO."
-
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
-msgstr "Torna a executar 'lilo'"
-
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-msgid "Notice"
-msgstr "Avís"
-
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
-msgstr "Els temes de LILO i de Bootsplash s'han instal·lat amb èxit"
-
-#: ../../bootlook.pm_.c:251
-msgid "Theme installation failed!"
-msgstr "La instal·lació dels temes ha fallat!"
+msgid "Lilo screen"
+msgstr "Pantalla del LILO"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm:1
#, c-format
msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Actualment utilitzeu %s com a gestor de l'arrencada\n"
-"Feu clic a 'Configura' per executar l'auxiliar de configuració."
-
-#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-msgid "Configure"
-msgstr "Configura"
-
-#: ../../bootlook.pm_.c:268
-msgid "Splash selection"
-msgstr "Selecció de pantalla de presentació"
-
-#: ../../bootlook.pm_.c:271
-msgid "Themes"
-msgstr "Temes"
-
-#: ../../bootlook.pm_.c:273
-msgid ""
"\n"
-"Select theme for\n"
+"Select the theme for\n"
"lilo and bootsplash,\n"
"you can choose\n"
-"them separatly"
+"them separately"
msgstr ""
"\n"
"Seleccioneu un tema per a\n"
@@ -1395,1059 +835,376 @@ msgstr ""
"podeu triar-los\n"
"per separat"
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
-msgstr "Pantalla del LILO"
-
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
-msgstr "Bootsplash"
-
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr "Mode de sistema"
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr "Executa la interfície gràfica en iniciar el sistema"
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr "No, no vull l'entrada automàtica"
-
-#: ../../bootlook.pm_.c:325
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Sí, vull l'entrada automàtica amb aquest (usuari, escriptori)"
-
-#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
-msgid "OK"
-msgstr "D'acord"
-
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:107
-msgid "KB"
-msgstr "kB"
-
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d minutes"
-msgstr "%d minuts"
-
-#: ../../common.pm_.c:125
-msgid "1 minute"
-msgstr "1 minut"
+msgid "Themes"
+msgstr "Temes"
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d seconds"
-msgstr "%d segons"
-
-#
-#: ../../common.pm_.c:172
-msgid "Can't make screenshots before partitioning"
-msgstr "No es poden fer captures de pantalla abans de fer les particions"
+msgid "Splash selection"
+msgstr "Selecció de pantalla de presentació"
-#: ../../common.pm_.c:179
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Les captures estaran disponibles després d'instal·lar a %s"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-msgid "France"
-msgstr "França"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-msgid "Belgium"
-msgstr "Bèlgica"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr "República Txeca"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Germany"
-msgstr "Alemanya"
-
-#
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Greece"
-msgstr "Grècia"
-
-#
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-msgid "Norway"
-msgstr "Noruega"
-
-#
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-msgid "Sweden"
-msgstr "Suècia"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
-msgstr "Països Baixos"
-
-#
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-msgid "Italy"
-msgstr "Itàlia"
-
-#
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-msgid "Austria"
-msgstr "Àustria"
-
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
-msgstr "Estats Units"
-
-#: ../../diskdrake/dav.pm_.c:19
-msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
-msgstr ""
-"WebDAV és un protocol que permet muntar un directori d'un servidor web\n"
-"localment, i tractar-lo com si fos un sistema de fitxers local (amb el "
-"benentès\n"
-"que el servidor web està configurat com a servidor WebDAV). Si voleu afegir\n"
-"punts de muntatge WebDAV, seleccioneu \"Nou\"."
-
-#: ../../diskdrake/dav.pm_.c:27
-msgid "New"
-msgstr "Nou"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Desmunta"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Munta"
-
-#: ../../diskdrake/dav.pm_.c:65
-msgid "Server"
-msgstr "Servidor"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "Punt de muntatge"
-
-#
-#: ../../diskdrake/dav.pm_.c:85
-msgid "Please enter the WebDAV server URL"
-msgstr "Si us plau introduïu l'URL del servidor WebDAV"
-
-#: ../../diskdrake/dav.pm_.c:88
-msgid "The URL must begin with http:// or https://"
-msgstr "L'URL ha de començar per http:// o https://"
-
-#: ../../diskdrake/dav.pm_.c:109
-msgid "Server: "
-msgstr "Servidor: "
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "Punt de muntatge: "
+msgid "Configure"
+msgstr "Configura"
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "Opcions: %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "Si us plau, feu primer una còpia de seguretat de les vostres dades"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "Llegiu-ho atentament!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:100
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 2048\n"
-"sectors n'hi ha prou) al començament del disc"
-
-#: ../../diskdrake/hd_gtk.pm_.c:154
-msgid "Wizard"
-msgstr "Auxiliar"
-
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "Trieu una acció"
-
-#: ../../diskdrake/hd_gtk.pm_.c:191
-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\")"
+"You are currently using %s as your boot manager.\n"
+"Click on Configure to launch the setup wizard."
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 després feu clic a \"Canvia la mida\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:194
-msgid "Please click on a partition"
-msgstr "Si us plau, feu clic a una partició "
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "Detalls"
-
-#
-#: ../../diskdrake/hd_gtk.pm_.c:254
-msgid "No hard drives found"
-msgstr "No s'ha trobat cap disc dur!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "Intercanvi"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "Buit"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "Altres"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "Tipus de sistema de fitxers:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "Crea"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "Tipus"
+"Actualment utilitzeu %s com a gestor de l'arrencada\n"
+"Feu clic a 'Configura' per executar l'auxiliar de configuració."
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
+#: ../../bootlook.pm:1
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Utilitzeu \"%s\" al seu lloc"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "Suprimeix"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "Utilitzeu primer \"Unmount\""
+msgid "LiLo and Bootsplash themes installation successfull"
+msgstr "Els temes de LILO i de Bootsplash s'han instal·lat amb èxit"
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Després de canviar el tipus de la partició %s, se'n perdran totes les dades"
-
-#
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose a partition"
-msgstr "Trieu una partició"
-
-#
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose another partition"
-msgstr "Trieu una altra partició"
-
-#
-#: ../../diskdrake/interactive.pm_.c:202
-msgid "Exit"
-msgstr "Surt"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "Canvia al mode expert"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "Canvia al mode normal"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "Desfés"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "Voleu continuar igualment?"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "Surt sense desar"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without writing the partition table?"
-msgstr "Voleu sortir sense escriure la taula de particions?"
-
-#
-#: ../../diskdrake/interactive.pm_.c:257
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Voleu desar les modificacions a /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "Buida-ho tot"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "Assigna automàticament"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-msgid "More"
-msgstr "Més"
-
-#
-#: ../../diskdrake/interactive.pm_.c:278
-msgid "Hard drive information"
-msgstr "Informació del disc dur"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "S'utilitzen totes les particions primàries"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "No es pot afegir cap més partició"
-
-#: ../../diskdrake/interactive.pm_.c:312
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Si voleu tenir més particions, suprimiu-ne una per poder crear una partició "
-"ampliada"
-
-#
-#: ../../diskdrake/interactive.pm_.c:322
-msgid "Save partition table"
-msgstr "Escriu la taula de particions"
-
-#
-#: ../../diskdrake/interactive.pm_.c:323
-msgid "Restore partition table"
-msgstr "Restaura la taula de particions"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "Recupera la taula de particions"
-
-#
-#: ../../diskdrake/interactive.pm_.c:326
-msgid "Reload partition table"
-msgstr "Torna a carregar la taula de particions"
-
-#
-#: ../../diskdrake/interactive.pm_.c:331
-msgid "Removable media automounting"
-msgstr "Muntatge automàtic dels dispositius extraïbles"
+msgid "Theme installation failed!"
+msgstr "La instal·lació dels temes ha fallat!"
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "Seleccioneu el fitxer"
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
+#, c-format
+msgid "Notice"
+msgstr "Avís"
-#: ../../diskdrake/interactive.pm_.c:347
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"La còpia de seguretat de la taula de particions no té la mateixa mida\n"
-"Voleu continuar igualment?"
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Error"
+msgstr "Error"
-#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "Advertència"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Relaunch 'lilo'"
+msgstr "Torna a executar 'lilo'"
-#: ../../diskdrake/interactive.pm_.c:362
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-"Inseriu un disquet a la unitat\n"
-"Se'n perdran totes les dades"
-
-#: ../../diskdrake/interactive.pm_.c:373
-msgid "Trying to rescue partition table"
-msgstr "S'està intentant recuperar la taula de particions"
-
-#
-#: ../../diskdrake/interactive.pm_.c:379
-msgid "Detailed information"
-msgstr "Informació detallada"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "Canvia la mida"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "Mou"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "Formata"
-
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "Afegeix al RAID"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "Afegeix a l'LVM"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "Elimina del RAID"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "Elimina de l'LVM"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "Modifica el RAID"
-
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "Utilitza per a loopback"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
-msgstr "Crea una nova partició"
-
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "Sector d'inici: "
-
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "Mida en MB: "
+"No s'ha pogut tornar a executar LILO!\n"
+"Executa \"lilo\" com a root a la línia d'ordres per completar la "
+"instal·lació del tema del LILO."
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "Tipus de sistema de fitxers: "
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgstr "Fes que initrd sigui 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "Preferència: "
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
+msgstr "No s'ha pogut executar mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../diskdrake/interactive.pm_.c:481
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
msgstr ""
-"No podeu crear una nova partició\n"
-"(perquè heu arribat al màxim nombre de particions primàries).\n"
-"Esborreu primer una partició primària i creeu una partició ampliada."
+"No s'ha pogut escriure /etc/sysconfig/bootsplash\n"
+"No s'ha trobat el fitxer."
-#
-#: ../../diskdrake/interactive.pm_.c:511
-msgid "Remove the loopback file?"
-msgstr "Voleu suprimir el fitxer de loopback?"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Write %s"
+msgstr "Escriu %s"
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "Canvia el tipus de partició"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Can't write /etc/sysconfig/bootsplash."
+msgstr "No s'ha pogut escriure /etc/sysconfig/bootsplash."
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Quin sistema de fitxers voleu?"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Lilo message not found"
+msgstr "No s'ha trobat el missatge de LILO"
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
-msgstr "S'està canviant de ext2 a ext3"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Copy %s to %s"
+msgstr "S'està copiant %s a %s"
-#: ../../diskdrake/interactive.pm_.c:578
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "On voleu muntar el fitxer de loopback %s?"
+msgid "Backup %s to %s.old"
+msgstr "Fes una còpia de seguretat de %s en %s.old"
-#: ../../diskdrake/interactive.pm_.c:579
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "On voleu muntar el dispositiu %s?"
+msgid "Create new theme"
+msgstr "Crea un nou tema"
-#: ../../diskdrake/interactive.pm_.c:585
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+"Display theme\n"
+"under console"
msgstr ""
-"No es pot anul·lar el punt de muntatge, perquè aquesta partició\n"
-"s'utilitza per al loopback. Elimineu primer el loopback"
+"Mostra el tema\n"
+"sota la consola"
-#: ../../diskdrake/interactive.pm_.c:606
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount %s?"
-msgstr "On voleu muntar %s?"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "S'estan calculant els límits del sistema de fitxers de la FAT"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "S'està canviant la mida"
-
-#: ../../diskdrake/interactive.pm_.c:662
-msgid "This partition is not resizeable"
-msgstr "No es pot canviar la mida d'aquesta partició"
-
-#: ../../diskdrake/interactive.pm_.c:667
-msgid "All data on this partition should be backed-up"
-msgstr "Cal fer una còpia de seguretat de totes les dades d'aquesta partició"
+msgid "Install themes"
+msgstr "Instal·la els temes"
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Després de canviar la mida de la partició %s, se'n perdran totes les dades"
-
-#: ../../diskdrake/interactive.pm_.c:674
-msgid "Choose the new size"
-msgstr "Escolliu la nova mida"
-
-#
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "New size in MB: "
-msgstr "Nova mida en MB: "
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "A quin disc ho voleu moure?"
-
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "Sector"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "A quin sector ho voleu moure?"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "S'està movent"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "S'està movent la partició..."
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
-msgstr "Escolliu un RAID existent al qual afegir-ho"
-
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "nou"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
-msgstr "Escolliu un LVM existent al qual afegir-ho"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
-msgstr "Nom LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "This partition can't be used for loopback"
-msgstr "Aquesta partició no es pot utilitzar per al loopback"
-
-#: ../../diskdrake/interactive.pm_.c:825
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "Nom del fitxer de loopback: "
-
-#
-#: ../../diskdrake/interactive.pm_.c:831
-msgid "Give a file name"
-msgstr "Proporcioneu un nom de fitxer"
-
-#: ../../diskdrake/interactive.pm_.c:834
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-"Un altre loopback ja està utilitzant el fitxer, escolliu-ne un de diferent"
-
-#: ../../diskdrake/interactive.pm_.c:835
-msgid "File already exists. Use it?"
-msgstr "El fitxer ja existeix. El voleu utilitzar?"
-
-#
-#: ../../diskdrake/interactive.pm_.c:858
-msgid "Mount options"
-msgstr "Opcions de muntatge"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
-msgstr "Diversos"
-
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "dispositiu"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "nivell"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "mida del fragment"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "Aneu amb compte: aquesta operació és perillosa."
-
-#: ../../diskdrake/interactive.pm_.c:962
-msgid "What type of partitioning?"
-msgstr "Quin tipus de particionament voleu?"
+msgid "Lilo/grub mode"
+msgstr "Mode LILO/Grub"
-#: ../../diskdrake/interactive.pm_.c:978
+#: ../../bootlook.pm:1
#, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "Cal instal·lar el paquet %s. Voleu instal·lar-lo?"
+msgid "Yaboot mode"
+msgstr "Mode Yaboot"
-#: ../../diskdrake/interactive.pm_.c:992
-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"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Launch Aurora at boot time"
+msgstr "Executa l'Aurora durant l'arrencada"
-#: ../../diskdrake/interactive.pm_.c:996
-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 "
-"físicament més enllà del cilindre 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"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Traditional Gtk+ Monitor"
+msgstr "Monitor Gtk+ tradicional"
-#: ../../diskdrake/interactive.pm_.c:1002
-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"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Traditional Monitor"
+msgstr "Monitor tradicional"
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../bootlook.pm:1
#, 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!"
+msgid "NewStyle Monitor"
+msgstr "Monitor NewStyle"
-#: ../../diskdrake/interactive.pm_.c:1026
-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"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "NewStyle Categorizing Monitor"
+msgstr "Monitor de categorització NewStyle"
-#: ../../diskdrake/interactive.pm_.c:1037
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Després de formatar la partició %s, se'n perdran totes les dades"
+msgid "<control>Q"
+msgstr "<control>Q"
-#: ../../diskdrake/interactive.pm_.c:1039
-msgid "Formatting"
-msgstr "S'està formatant"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Quit"
+msgstr "/Fitxer/_Surt"
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "S'està formatant el fitxer de loopback %s"
+msgid "/_File"
+msgstr "/_Fitxer"
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "S'està formatant la partició %s"
+msgid "Boot Style Configuration"
+msgstr "Configuració del tipus d'arrencada"
-#
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Hide files"
-msgstr "Fitxers ocults"
+#: ../../common.pm:1
+#, c-format
+msgid "consolehelper missing"
+msgstr "El consolehelper no hi és"
-#
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Move files to the new partition"
-msgstr "Mou els fitxers a la nova partició"
+#: ../../common.pm:1
+#, c-format
+msgid "kdesu missing"
+msgstr "El kdesu no hi és"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../common.pm:1
#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
-msgstr ""
-"El directori %s encara conté dades\n"
-"(%s)"
+msgid "Screenshots will be available after install in %s"
+msgstr "Les captures estaran disponibles després d'instal·lar a %s"
#
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid "Moving files to the new partition"
-msgstr "S'estan movent els fitxers a la nova partició"
-
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../common.pm:1
#, c-format
-msgid "Copying %s"
-msgstr "S'està copiant %s"
+msgid "Can't make screenshots before partitioning"
+msgstr "No es poden fer captures de pantalla abans de fer les particions"
-#: ../../diskdrake/interactive.pm_.c:1072
+#: ../../common.pm:1
#, c-format
-msgid "Removing %s"
-msgstr "S'està esborrant %s"
+msgid "%d seconds"
+msgstr "%d segons"
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../common.pm:1
#, c-format
-msgid "partition %s is now known as %s"
-msgstr "la partició %s ara és %s"
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "Dispositiu: "
+msgid "1 minute"
+msgstr "1 minut"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../common.pm:1
#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Lletra d'unitat de DOS: %s (només és una suposició)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "Tipus: "
-
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "Nom: "
+msgid "%d minutes"
+msgstr "%d minuts"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../common.pm:1
#, c-format
-msgid "Start: sector %s\n"
-msgstr "Inici: sector %s\n"
+msgid "TB"
+msgstr "TB"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s"
-msgstr "Mida: %s"
+msgid "GB"
+msgstr "GB"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../common.pm:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s sectors"
+msgid "MB"
+msgstr "MB"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../common.pm:1
#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cilindre %d a %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "Formatat\n"
-
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "Sense formatar\n"
-
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "Muntat\n"
+msgid "KB"
+msgstr "kB"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "United States"
+msgstr "Estats Units"
-#: ../../diskdrake/interactive.pm_.c:1131
+#
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Fitxer(s) de loopback:\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1132
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partició arrencada per defecte\n"
-" (per a l'arrencada de l'MS-DOS, no per a LILO)\n"
+msgid "Austria"
+msgstr "Àustria"
-#: ../../diskdrake/interactive.pm_.c:1134
+#
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
#, c-format
-msgid "Level %s\n"
-msgstr "Nivell %s\n"
+msgid "Italy"
+msgstr "Itàlia"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Chunk size %s\n"
-msgstr "Mida del fragment %s\n"
+msgid "Netherlands"
+msgstr "Països Baixos"
-#: ../../diskdrake/interactive.pm_.c:1136
+#
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Discs RAID %s\n"
+msgid "Sweden"
+msgstr "Suècia"
-#: ../../diskdrake/interactive.pm_.c:1138
+#
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "Nom del fitxer de loopback: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1141
-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 Controladors;\n"
-"és millor que no la toqueu.\n"
+msgid "Norway"
+msgstr "Noruega"
-#: ../../diskdrake/interactive.pm_.c:1144
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Aquesta partició especial\n"
-"Bootstrap és per arrencar\n"
-"el vostre sistema en dual.\n"
+#
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Greece"
+msgstr "Grècia"
-#: ../../diskdrake/interactive.pm_.c:1163
-msgid "Read-only"
-msgstr "Només lectura"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Germany"
+msgstr "Alemanya"
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Size: %s\n"
-msgstr "Mida: %s\n"
+msgid "Czech Republic"
+msgstr "República Txeca"
-#: ../../diskdrake/interactive.pm_.c:1165
+#
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometria: %s cilindres, %s capçals, %s sectors\n"
+msgid "Belgium"
+msgstr "Bèlgica"
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "Informació: "
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "France"
+msgstr "França"
-#: ../../diskdrake/interactive.pm_.c:1167
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Discs LVM %s\n"
+msgid "Costa Rica"
+msgstr "Costa Rica"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../fsedit.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tipus de taula de particions: %s\n"
+msgid "Error opening %s for writing: %s"
+msgstr "S'ha produït un error en obrir %s per escriure: %s"
-#: ../../diskdrake/interactive.pm_.c:1169
+#: ../../fsedit.pm:1
#, c-format
-msgid "on channel %d id %d\n"
-msgstr "al canal %d amb id %d\n"
+msgid "Nothing to do"
+msgstr "Res a fer"
#
-#: ../../diskdrake/interactive.pm_.c:1199
-msgid "Filesystem encryption key"
-msgstr "Clau de xifratge del sistema de fitxers: "
-
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
-msgstr "Escolliu la clau de xifratge del sistema de fitxers"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Not enough free space for auto-allocating"
+msgstr "No hi ha prou espai per a l'assignació automàtica"
-# c-format
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../fsedit.pm:1
#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
+msgid "You can't use an encrypted file system for mount point %s"
msgstr ""
-"Aquesta clau de xifratge és massa senzilla (ha de tenir com a mínim %d "
-"caràcters)"
-
-#
-#: ../../diskdrake/interactive.pm_.c:1204
-msgid "The encryption keys do not match"
-msgstr "Les claus de xifratge no coincideixen"
-
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr "Clau de xifratge"
-
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr "Clau de xifratge (un altre cop)"
+"No podeu utilitzar un sistema d'arxius xifrat per al punt de muntatge %s"
#
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Canvia el tipus"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
+#: ../../fsedit.pm:1
#, c-format
-msgid "Can't login using username %s (bad password?)"
-msgstr ""
-"No es pot entrar amb el nom d'usuari %s (potser la contrasenya és "
-"incorrecta?)"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-msgid "Domain Authentication Required"
-msgstr "Cal l'autenticació de domini"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-msgid "Another one"
-msgstr "Un altre"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-msgid "Which username"
-msgstr "Quin nom d'usuari?"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
msgid ""
-"Please enter your username, password and domain name to access this host."
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
msgstr ""
-"Introduïu el vostre nom d'usuari, la contrasenya i el nom de domini per "
-"accedir a aquesta màquina."
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-msgid "Username"
-msgstr "Nom d'usuari"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-msgid "Domain"
-msgstr "Domini"
-
-#
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-msgid "Search servers"
-msgstr "Cerca servidors"
+"Necessiteu un sistema de fitxers real (ext2/ext3, reiserfs, xfs o jfs) per a "
+"aquest punt de muntatge\n"
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
+#: ../../fsedit.pm:1
#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatació de %s ha fallat"
+msgid "This directory should remain within the root filesystem"
+msgstr "Aquest directori s'ha de mantenir dins del sistema de fitxers arrel"
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "No sé com formatar %s amb el tipus %s"
+msgid "You can't use a LVM Logical Volume for mount point %s"
+msgstr "No podeu utilitzar un volum lògic LVM per al punt de muntatge %s"
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "El muntatge de la partició %s en el directori %s ha fallat"
+msgid "There is already a partition with mount point %s\n"
+msgstr "Ja hi ha una partició amb el punt de muntatge %s\n"
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, c-format
-msgid "error unmounting %s: %s"
-msgstr "s'ha produït un error en desmuntar %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "senzill"
+msgid "Mount points must begin with a leading /"
+msgstr "Els punts de muntatge han de començar amb una /"
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "amb /usr"
+#: ../../fsedit.pm:1
+#, c-format
+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:30
-msgid "server"
-msgstr "servidor"
+#: ../../fsedit.pm:1
+#, c-format
+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:240
+#: ../../fsedit.pm:1
#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2466,860 +1223,524 @@ msgstr ""
"\n"
"Esteu d'acord en perdre totes les particions?\n"
-#: ../../fsedit.pm_.c:501
-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:502
-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:521
-msgid "Mount points must begin with a leading /"
-msgstr "Els punts de muntatge han de començar amb una /"
-
-#: ../../fsedit.pm_.c:522
+#: ../../fsedit.pm:1
#, 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"
+msgid "server"
+msgstr "servidor"
-#: ../../fsedit.pm_.c:526
+#: ../../fsedit.pm:1
#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "No podeu utilitzar un volum lògic LVM per al punt de muntatge %s"
-
-#: ../../fsedit.pm_.c:528
-msgid "This directory should remain within the root filesystem"
-msgstr "Aquest directori s'ha de mantenir dins del sistema de fitxers arrel"
-
-#
-#: ../../fsedit.pm_.c:530
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
-"Necessiteu un sistema de fitxers real (ext2/ext3, reiserfs, xfs o jfs) per a "
-"aquest punt de muntatge\n"
+msgid "with /usr"
+msgstr "amb /usr"
-#: ../../fsedit.pm_.c:532
+#: ../../fsedit.pm:1
#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-"No podeu utilitzar un sistema d'arxius xifrat per al punt de muntatge %s"
+msgid "simple"
+msgstr "senzill"
-#
-#: ../../fsedit.pm_.c:599
-msgid "Not enough free space for auto-allocating"
-msgstr "No hi ha prou espai per a l'assignació automàtica"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Enabling swap partition %s"
+msgstr "S'està formatant la partició %s"
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
-msgstr "Res a fer"
+#: ../../fs.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "s'ha produït un error en desmuntar %s: %s"
-#: ../../fsedit.pm_.c:694
+#: ../../fs.pm:1
#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "S'ha produït un error en obrir %s per escriure: %s"
+msgid "mounting partition %s in directory %s failed"
+msgstr "El muntatge de la partició %s en el directori %s ha fallat"
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
-msgstr ""
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Mounting partition %s"
+msgstr "S'està formatant la partició %s"
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
-msgstr "No hi ha cap controlador alternatiu"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Checking %s"
+msgstr "S'està copiant %s"
-#: ../../harddrake/sound.pm_.c:171
+#: ../../fs.pm:1
#, c-format
-msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
-msgstr ""
-"No hi ha cap controlador OSS/ALSA alternatiu conegut per a la vostra targeta "
-"de so (%s), que actualment fa servir \"%s\""
+msgid "Formatting partition %s"
+msgstr "S'està formatant la partició %s"
-#
-#: ../../harddrake/sound.pm_.c:173
-msgid "Sound configuration"
-msgstr "Configuració de so"
+#: ../../fs.pm:1
+#, c-format
+msgid "Creating and formatting file %s"
+msgstr "S'està creant i formatant el fitxer %s"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../fs.pm:1
#, c-format
-msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
-msgstr ""
-"Aquí podeu seleccionar un controlador alternatiu (tant OSS com ALSA) per ala "
-"targeta de so (%s)"
+msgid "I don't know how to format %s in type %s"
+msgstr "No sé com formatar %s amb el tipus %s"
-#: ../../harddrake/sound.pm_.c:176
+#: ../../fs.pm:1
#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s formatació de %s ha fallat"
+
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
"\n"
-"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
+"Click on \"<- Previous\" to stop 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 particions\n"
+"que hi ha en aquesta unitat de disc. Aneu amb compte perquè, un cop\n"
+"hagueu fet clic a \"D'acord\", no podreu recuperar cap dada ni partició\n"
+"del disc, incloent les dades de Windows.\n"
"\n"
-"\n"
-"La vostra targeta fa servir actualment el controlador %s \"%s\" (el "
-"controlador per defecte per a aquesta targeta és \"%s\")"
-
-#: ../../harddrake/sound.pm_.c:178
-msgid "Driver:"
-msgstr "Controlador:"
-
-#
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-msgid "Help"
-msgstr "Ajuda"
+"Feu clic a \"Cancel·la\" per anul·lar aquesta operació sense perdre cap "
+"dada\n"
+"ni partició d'aquest disc."
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
-msgstr "Ajuda sobre el canvi entre ALSA i OSS"
+#: ../../help.pm:1
+#, c-format
+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 instal·lar la nova partició Linux\n"
+"Mandrake. Aneu amb compte, se'n perdran totes les dades i no es podran\n"
+"recuperar!"
-#: ../../harddrake/sound.pm_.c:186
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"It also provides a much higher API than OSS.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\n"
-msgstr ""
-"L'OSS (Sistema de So Obert) va ser la primera API de so. És una API "
-"independent del sistema operatiu (disponible en molts sistemes UNIX) però és "
-"molt bàsica i limitada.\n"
-"Encara més, tots els controladors OSS reinventen la roda...\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
"\n"
-"L'ALSA (Arquitectura Avançada de So per a Linux) és una arquitectura modular "
-"que\n"
-"funciona amb una àmplia varietat de targetes ISA, USB i PCI.\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\n"
"\n"
-"També proporciona una API molt més funcional que la d'OSS.\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\n"
"\n"
-"Per utilitzar ALSA, es pot triar entre:\n"
-"- l'antiga API compatible d'OSS\n"
-"- la nova API d'ALSA que proporciona moltes característiques millorades però "
-"que necessita fer servir la lliberia ALSA.\n"
-
-#: ../../harddrake/sound.pm_.c:202
-#, c-format
-msgid ""
-"The old \"%s\" driver is blacklisted.\n"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\n"
"\n"
-"It has been reported to oopses the kernel on unloading.\n"
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
-msgstr ""
-"L'antic controlador \"%s\" ha estat desaprovat.\n"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\n"
"\n"
-"S'ha vist que causa problemes al nucli en descarregar-se.\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
"\n"
-"El nou controlador \"%s\" només s'usarà en la següent arrencada."
-
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-msgid "Please Wait... Applying the configuration"
-msgstr "Espereu si us plau... s'està aplicant la configuració"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "Espereu si us plau"
-
-#
-#: ../../harddrake/sound.pm_.c:210
-msgid "No known driver"
-msgstr "No hi ha cap controlador conegut"
-
-#: ../../harddrake/sound.pm_.c:211
-#, c-format
-msgid "There's no known driver for your sound card (%s)"
-msgstr "No hi ha cap controlador conegut per a la vostra targeta de so (%s)"
-
-#: ../../harddrake/sound.pm_.c:214
-msgid "Unkown driver"
-msgstr "Controlador desconegut"
-
-#: ../../harddrake/sound.pm_.c:215
-#, c-format
-msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
msgstr ""
-"El controlador \"%s\" per a la targeta de so no és a la llista\n"
+"Ara us presentem diversos paràmetres de la vostra màquina. Depenent del\n"
+"maquinari instal·lat, podreu veure o no les següents entrades:\n"
"\n"
-"Si us plau, envieu la sortida de l'ordre \"lspcidrake -v\" a\n"
-"<install arrova mandrakesoft punt com>\n"
-"amb l'assumpte: unlisted sound driver \"%s\""
-
-#
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-msgid "Auto-detect"
-msgstr "Detecció automàtica"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-msgid "Unknown|Generic"
-msgstr "Desconegut|Genèric"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr "Desconegut|CPH05X (bt878) [molts venedors]"
-
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr "Desconegut|CPH06X (bt878) [molts venedors]"
-
-#: ../../harddrake/v4l.pm_.c:224
-msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
-msgstr ""
-"Per a les targetes de TV més modernes, el mòdul bttv del nucli GNU/Linux "
-"detecta automàticament els paràmetres correctes.\n"
-"Si la vostra targeta no és detectada, podeu forçar el tipus de sintonitzador "
-"i de targeta aquí. Simplement seleccioneu els paràmetres necessaris per a la "
-"vostra targeta de TV"
-
-#: ../../harddrake/v4l.pm_.c:227
-msgid "Card model:"
-msgstr "Model de la targeta:"
-
-#
-#: ../../harddrake/v4l.pm_.c:228
-msgid "Tuner type:"
-msgstr "Tipus de sintonitzador:"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
-msgstr "Nombre de memòries intermèdies de captura:"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
-msgstr "nombre de memòries intermèdies per a captures amb MMAP"
-
-#
-#: ../../harddrake/v4l.pm_.c:231
-msgid "PLL setting:"
-msgstr "Configuració del PLL:"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
-msgstr "Permet l'ús de la ràdio:"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
-msgstr "habilita l'ús de la ràdio"
-
-#: ../../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 this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"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\n"
-"first 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 the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after 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 the people meant to use that computer. When you are\n"
-"finish adding all the users you want, select \"Done\".\n"
+" * \"Ratolí\": comproveu la configuració actual del ratolí i feu clic al "
+"botó\n"
+"per canviar-la si fos necessari.\n"
"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default).\n"
+" * \"Teclat\": comproveu la configuració actual del mapa de teclat i feu "
+"clic\n"
+"al botó per canviar-la si fos necessari.\n"
"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
-msgstr ""
-"GNU/Linux és un sistema multiusuari, i això vol dir que cada usuari pot "
-"tenir\n"
-"les seves preferències, els seus fitxers, etc. Podeu llegir la \"Guia de "
-"l'Usuari\"\n"
-"per aprendre més coses. A diferència del \"root\", que és l'administrador, \n"
-"als usuaris que afegiu aquí no se'ls permetrà modificar res tret dels seus\n"
-"fitxers i la seva configuració. Cal que tingueu com a mínim un usuari "
-"normal.\n"
-"Aquest compte és en el que hauríeu d'entrar per a un ús habitual. Tot i que "
-"és\n"
-"molt pràctic entrar en el sistema com a \"root\" cada dia, també pot ser "
-"molt\n"
-"perillós. La més petita errada podría significar que el sistema deixés de "
-"funcionar.\n"
-"Si cometeu una gran errada com a usuari normal, podeu perdre algunes dades, "
-"però no\n"
-"tot el sistema.\n"
+" * \"Fus horari\": el DrakX, per defecte, endevina la vostra zona horària\n"
+"basant-se en l'idioma que heu triat. Però, de la mateixa manera que en el "
+"cas\n"
+"del teclat, pot ser que visqueu en un país diferent al de l'idioma "
+"escollit.\n"
+"Per tant, podríeu haver de fer clic sobre el botó \"Fus horari\" per tal de\n"
+"configurar el rellotge d'acord amb la zona horària en la qual esteu.\n"
"\n"
-"Primer, heu d'introduir el vostre nom real. Per suposat, això no és "
-"necessari, ja que\n"
-"podeu introduir el que volgueu. El DrakX agafarà la primera paraula que heu "
-"entrat\n"
-"en la casella i la copiarà en el \"Nom d'usuari\". Aquest és el nom que "
-"utilitzarà\n"
-"aquest usuari per entrar en el sistema. El podeu canviar si voleu. Després "
-"cal que\n"
-"introduïu una contrasenya. Una contrasenya d'un usuari no privilegiat "
-"(habitual) \n"
-"no és tant important com la del \"root\" des del punt de vista de la "
-"seguretat, \n"
-"però no hi ha cap raó per menystenir-ho: al cap i a la fi, els vostres "
-"fitxers\n"
-"estan en joc.\n"
+" * \"Impressora\": si feu clic al botó \"Cap Impressora\" s'obrirà "
+"l'auxiliar\n"
+"de configuració de la impressora.\n"
"\n"
-"Si cliqueu a \"Accepta l'usuari\", després en podreu afegir tants com "
-"volgueu. Afegiu\n"
-"un usuari per tothom qui hagi de fer servir l'ordinador. Quan hagueu acabat "
-"d'afegir\n"
-"tants usuaris com volgueu, seleccioneu \"Fet\".\n"
+" * \"Targeta de so\": si s'ha detectat una targeta de so en el sistema, "
+"apareixerà\n"
+"aquí. No es pot fer cap modificació durant la instal·lació.\n"
"\n"
-"Si feu clic al botó \"Avançat\" podreu canviar l'intèrpret d'ordres (\"shell"
-"\") \n"
-"predeterminat de l'usuari seleccionat (bash per defecte).\n"
+" * \"Targeta TV\": si s'ha detectat una targeta de TV en el sistema, "
+"apareixerà\n"
+"aquí. No es pot fer cap modificació durant la instal·lació.\n"
"\n"
-"Un cop hagueu acabat d'afegir usuaris, se us proposarà triar quin usuari "
-"entrarà\n"
-"automàticament en el sistema en arrencar l'ordinador. Si us interessa "
-"aquesta \n"
-"característica (i no us importa gaire la seguretat local), trieu l'usuari i "
-"el\n"
-"gestor de finestres desitjat i feu clic a \"Sí\".\n"
-"Si no us interessa aquesta característica, pitgeu \"No\"."
+" * \"Targeta XDSI\": si s'ha detectat una targeta XDSI en el sistema, "
+"apareixerà\n"
+"aquí. Podeu fer clic sobre el botó per canviar els paràmetres associats amb "
+"la\n"
+"targeta."
-#: ../../help.pm_.c:48
+#: ../../help.pm:1
+#, c-format
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 \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\n"
"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"Yaboot's main options are:\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"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\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"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
msgstr ""
-"Aquestes són les particions de Linux existents que s'han detectat a la\n"
-"vostra unitat de disc dur. Podeu conservar les eleccions fetes per "
-"l'auxiliar, \n"
-"són adequades per a un ús normal. Si feu algun canvi, com a mínim heu de "
-"definir\n"
-"una partició arrel (\"/\"). No escolliu una partició massa petita, o no "
-"podreu\n"
-"instal·lar prou programari. Si voleu emmagatzemar les dades en una altra "
-"partició, també haureu de seleccionar una \"/home\" (només si teniu més "
-"d'una partició de\n"
-"Linux disponible).\n"
-"\n"
-"Per a la vostra informació, cada partició està identificada d'aquesta "
-"manera: \"Nom\", \"Capacitat\".\n"
+"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"
+"instal·len correctament; si no és així, però, en aquesta pantalla podeu\n"
+"afegir una entrada manualment. Aneu amb compte de triar els paràmetres\n"
+"correctes.\n"
"\n"
-"\"Nom\" es compon de: \"tipus d'unitat de disc\", \"número d'unitat de disc"
-"\",\n"
-"\"número de la partició\" (per exemple, \"hda1\").\n"
+"Les opcions principals del Yaboot són:\n"
"\n"
-"El \"Tipus d'unitat de disc\" és \"hd\" si la vostre unitat de disc és IDE i "
-"\"sd\" si és SCSI.\n"
+" * Missatge d'inicialització: un senzill missatge de text que apareix abans\n"
+"de l'indicador d'arrencada.\n"
"\n"
-"El \"Número de la unitat de disc\" és sempre una lletra després d'\"hd\" o "
-"\"sd\".\n"
-"Amb unitats de disc IDE:\n"
+" * Dispositiu d'arrencada: indica on voleu situar la informació necessària\n"
+"per arrencar el GNU/Linux. Normalment, haureu configurat abans una partició\n"
+"bootstrap que contindrà aquesta informació.\n"
"\n"
-" * \"a\" significa \"unitat de disc mestra en el controlador IDE primari\",\n"
+" * Demora de l'Open Firmware: a diferència 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"
-" * \"b\" significa \"unitat de disc esclava en el controlador IDE primari"
-"\",\n"
+" * Temps màxim d'arrencada del nucli: aquest temps màxim és similar a la\n"
+"demora d'arrencada del LILO. Després de seleccionar el Linux tindreu aquest\n"
+"temps (en dècimes de segon) abans que se seleccioni la descripció per "
+"defecte\n"
+"del nucli.\n"
"\n"
-" * \"c\" significa \"unitat de disc mestra en el controlador IDE secundari"
-"\",\n"
+" * Habilita l'arrencada des de CD: si activeu aquesta opció podreu triar\n"
+"'C' per a CD al primer indicador de l'arrencada.\n"
"\n"
-" * \"d\" significa \"unitat de disc esclava en el controlador IDE secundari"
-"\".\n"
+" * Habilitar l'arrencada OF: si activeu aquesta opció podreu triar 'N' per\n"
+"Open Firmware al primer indicador de l'arrencada.\n"
"\n"
-"Amb les unitats de disc SCSI, una \"a\" significa \"unitat primària de disc"
-"\",\n"
-"una \"b\" significa \"unitat secundària de disc\", etc."
-
-#: ../../help.pm_.c:79
-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 instal·lació del Mandrake Linux està repartida en diversos CD-ROM. El "
-"DrakX\n"
-"sap si un paquet seleccionat es troba a un altre CD-ROM i expulsarà el CD "
-"actual\n"
-"i us demanarà que n'inseriu un altre a mesura que ho necessiti."
+" * SO per defecte: podeu seleccionar amb quin SO, per defecte, s'arrencarà\n"
+"quan la demora de l'Open Firmware venci."
-#: ../../help.pm_.c:84
+#: ../../help.pm:1
+#, fuzzy, c-format
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,\n"
-"select 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"
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\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"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect 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"
+"For Linux, there are a few possible options:\n"
"\n"
-" * \"With X\": install the fewest packages possible to have a working\n"
-"graphical desktop;\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\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"
+" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
+"or a variation of vmlinux with an extension.\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"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\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"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\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 to repair or\n"
-"update an existing system."
-msgstr ""
-"Ha arribat el moment d'especificar quins programes voleu instal·lar en el\n"
-"sistema. Hi ha milers de paquets en el Mandrake Linux, i no se suposa que\n"
-"els conegueu tots de memòria.\n"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
"\n"
-"Si esteu fent una instal·lació estàndar des del CD-ROM, primer se us "
-"demanarà\n"
-"que especifiqueu els CD que teniu (només en mode Expert). Comproveu les "
-"etiquetes\n"
-"dels CD i marqueu els quadres corresponents als CD que teniu per fer la\n"
-"instal·lació. Cliqueu \"D'acord\" quan vulgueu continuar.\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
-"Els paquets estan ordenats en grups que corresponen a un ús particular de "
-"la\n"
-"màquina. Els grups també estan ordenats en quatre seccions:\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"
-" * \"Estació de treball\": si voleu utilitzar l'ordinador com a estació de \n"
-"treball, seleccioneu un o més grups dels corresponents;\n"
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\n"
"\n"
-" * \"Desenvolupament\": si la vostra màquina s'ha d'utilitzar per "
-"programar,\n"
-"escolliu el(s) grup(s) desitjat(s);\n"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with this option.\n"
"\n"
-" * \"Servidor\": si l'ordinador s'ha d'utilitzar com a servidor, serà "
-"possible\n"
-"de seleccionar els serveis més habituals que voleu instal·lar en la vostra\n"
-"màquina;\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"
-" * \"Entorn Gràfic\": finalment, aquí és on escollireu quin és el vostre\n"
-"entorn gràfic preferit. Heu de seleccionar com a mínim un entorn gràfic si\n"
-"voleu tenir una estació de treball gràfica.\n"
+" * Default: selects this entry as being the default Linux selection,\n"
+"selectable by pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot 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'emergència.\n"
"\n"
-"Moure el cursor per sobre d'un nom de grup farà que es mostri una breu "
-"explicació\n"
-"d'aquest grup. Si desmarqueu tots els grups quan estigueu fent una "
-"instal·lació\n"
-"des de zero (en contraposició a una actualització), se us presentarà un "
-"diàleg \n"
-"proposant-vos diferents opcions per a una instal·lació mínima:\n"
+"Per a altres SO, l'entrada només consta d'una etiqueta i de la partició "
+"arrel.\n"
"\n"
-" * \"Amb X\": instal·lar els mínims paquets necessaris per tenir un entorn "
-"gràfic\n"
-"funcional;\n"
+"Per al Linux, hi ha unes quantes opcions possibles: \n"
"\n"
-" * \"Amb Documentació Bàsica\": instal·lar el sistema base i les utilitats "
-"bàsiques\n"
-"amb la seva documentació. Aquesta instal·lació és adequada per configurar un "
-"sistema\n"
-"servidor;\n"
+" * Etiqueta: és només el nom a entrar en l'indicador del yaboot per\n"
+"seleccionar aquesta opció d'arrencada.\n"
"\n"
-" * \"Instal·lació Realment Mínima\": s'instal·larà el mínim necessari per "
-"tenir un\n"
-"sistema Linux operatiu, només amb línia d'ordres. Aquesta instal·lació "
-"ocupa\n"
-"uns 65MB.\n"
+" * Imatge: el nom del nucli a arrencar. Normalment, vmlinux o una\n"
+"variació de vmlinux amb una extensió.\n"
"\n"
-"Podeu marcar la casella de \"Selecció individual de paquets\", que és força "
-"útil si\n"
-"coneixeu els diversos paquets que s'ofereixen per instal·lar o si voleu "
-"tenir\n"
-"control total sobre el que s'instal·larà.\n"
+" * Arrel: el dispositiu arrel o '/' per a la instal·lació del Linux.\n"
"\n"
-"Si heu començat la instal·lació en el mode \"Actualització\", podeu "
-"desmarcar \n"
-"tots els grups si voleu evitar que s'instal·li cap paquet nou. Això és "
-"útil \n"
-"per reparar o actualitzar un sistema existent."
-
-#: ../../help.pm_.c:135
-msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+" * Addició: en maquinari Apple, l'opció d'addició de nuclis s'utilitza\n"
+"força sovint per auxiliar en la inicialització de maquinari de vídeo o per\n"
+"habilitar l'emulació del botó del ratolí de teclat per als 2n i 3r botons,\n"
+"que sovint no existeixen en un ratolí Apple convencional. Alguns exemples\n"
+"d'això són:\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 installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\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"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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 the previous step on how to\n"
-"create such a floppy disk."
-msgstr ""
-"Finalment, depenent de si heu seleccionat poder triar els paquets "
-"individuals\n"
-"o no, se us presentarà un arbre amb tots els paquets classificats per grups "
-"i\n"
-"subgrups. Mentre navegueu per l'arbre, podeu seleccionar grups complets,\n"
-"subgrups o paquets individuals.\n"
+" * Initrd: aquesta opció es pot utilitzar per carregar els mòduls inicials,\n"
+"abans que el dispostiu d'arrencada estigui disponible, o per carregar\n"
+"una imatge de disc RAM en una situació d'arrencada d'emergència.\n"
"\n"
-"Cada cop que seleccioneu un paquet de l'arbre, apareix una descripció a la\n"
-"dreta. Quan hagueu acabat la selecció de paquets, cliqueu a \"Instal·la\",\n"
-"que iniciarà el procés d'instal·lació. Depenent de la velocitat del vostre \n"
-"maquinari i del número de paquets que necessitin ser instal·lats, el procés\n"
-"pot trigar una bona estona en acabar. A la pantalla es mostrarà una "
-"estimació\n"
-"del temps que durarà la instal·lació de tots els paquets, per tal ajudar-"
-"vos\n"
-"a decidir si teniu prou temps per gaudir d'una tassa de cafè.\n"
+" * Mida de l'Initrd: la mida per defecte del disc RAM sol ser de 4096 "
+"bytes.\n"
+"Si necessiteu assignar un disc RAM gran, podeu utilitzar aquesta opció.\n"
"\n"
-"Si heu seleccionat un paquet de servidor, intencionadament o perquè formava\n"
-"part d'un grup, se us demanarà que confirmeu si realment voleu instal·lar\n"
-"aquests servidors. Sota Mandrake Linux, qualsevol servidor instal·lat "
-"s'inicia\n"
-"per defecte quan el sistema arrenca. Tot i que fossin segurs i no "
-"tinguessin\n"
-"cap problema quan es va fer la distribució, podria ser que es descobrissin\n"
-"forats de seguretat després que aquesta versió de Mandrake Linux es "
-"completés.\n"
-"Si no sabeu què se suposa que fa un servei en particular o per què s'està\n"
-"instal·lant, aleshores feu clic a \"No\". Si pitgeu \"Sí\" s'instal·laran\n"
-"els serveis llistats i s'iniciaran automàticament per defecte.\n"
+" * Lectura-Escriptura: normalment, la partició arrel '/' es tracta "
+"inicialment com\n"
+"de només lectura per permetre una comprovació del sistema de fitxers abans\n"
+"que el sistema esdevingui \"viu\". Podeu substituir aquesta opció aquí.\n"
"\n"
-"L'opció de \"Dependències automàtiques\" només deshabilita el diàleg "
-"d'advertència\n"
-"que apareix quan l'instal·lador selecciona automàticament un paquet. Això\n"
-"passa perquè s'ha determinat que es necessita safisfer una dependència d'un\n"
-"altre paquet per tal que la instal·lació es completi amb èxit.\n"
+" * Sense Vídeo: en cas que el maquinari de vídeo d'Apple resulti "
+"especialment\n"
+"problemàtic, podeu seleccionar aquesta opció per arrencar en mode 'no-"
+"vídeo',\n"
+"amb el suport nadiu per a frame buffer.\n"
"\n"
-"La icona petita d'un disquet al final de la llista permet carregar una "
-"llista\n"
-"de paquets escollits en una instal·lació anterior. Fent clic en aquesta "
-"icona\n"
-"el sistema us demanarà que inseriu un disquet creat prèviament al final "
-"d'una\n"
-"altra instal·lació. Mireu el segon suggeriment de l'últim pas per saber com "
-"crear\n"
-"aquest tipus de disquet."
+" * Per defecte: seleccioneu 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:171
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"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"
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\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"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\n"
"\n"
-"You can consult the ``Starter Guide'' chapter about Internet connections\n"
-"for details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\n"
"\n"
-"If you wish to configure the network later after installation, or if you\n"
-"are finished configuring your network connection, click \"Cancel\"."
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
msgstr ""
-"Ara podeu configurar la vostra connexió de xarxa/Internet. Si voleu\n"
-"connectar l'ordinador a Internet o a una xarxa local, feu clic a \"D'acord"
-"\".\n"
-"S'iniciarà la detecció automàtica de dispositius de xarxa i mòdems. Si la\n"
-"detecció fallés, desmarqueu la casella \"Usa la detecció automàtica\" la \n"
-"pròxima vegada. Podeu triar també no configurar la xarxa, o fer-ho més "
-"tard;\n"
-"en aquest cas, simplement feu clic al botó \"Cancel·la\".\n"
-"\n"
-"Les connexions disponibles són: mòdem tradicional, mòdem XDSI, connexió "
-"ADSL,\n"
-"mòdem de cable, i finalment una connexió de xarxa local (Ethernet).\n"
+"El DrakX detectarà qualsevol dispositiu IDE en l'ordinador. Així mateix, \n"
+"intentarà trobar un o més adaptadors SCSI PCI. Si troba un adaptador SCSI,\n"
+"el DrakX instal·larà automàticament el controlador adequat.\n"
"\n"
-"No detallarem aquí cada configuració. Simplement assegureu-vos que teniu\n"
-"tots els paràmetres del vostre proveïdor d'accés a Internet o de "
-"l'administrador\n"
-"del sistema.\n"
+"Com que la detecció de maquinari no sempre troba tots els dispositius,\n"
+"el DrakX us demanarà que confirmeu si hi ha un adaptador SCSI PCI. Feu clic\n"
+"a \"Sí\" si sabeu segur que n'hi ha un instal·lat en l'ordinador. "
+"Apareixerà\n"
+"una llista de targetes SCSI perquè n'escolliu una. Feu clic a \"No\" si no "
+"en\n"
+"teniu cap. Si no n'esteu segurs, podeu mirar la llista de maquinari\n"
+"detectat en el vostre ordinador seleccionant \"Veure informació del "
+"maquinari\"\n"
+"i fent clic a \"D'acord\". Examineu la llista de maquinari i feu clic sobre\n"
+"el botó \"D'acord\" per tornar a la pregunta sobre l'interfície SCSI.\n"
"\n"
-"Podeu consultar el capítol de la \"Guia de l'Usuari\" dedicat a les "
-"connexions\n"
-"a Internet per obtenir detalls sobre la configuració, o simplement esperar "
-"fins\n"
-"que el vostre sistema estigui instal·lat i usar el programa descrit per "
-"configurar\n"
-"la vostra connexió.\n"
+"Si heu de seleccionar l'adaptador manualment, el DrakX us preguntarà si\n"
+"voleu confifurar-ne les opcions. Convé que deixeu que el DrakX comprovi\n"
+"el maquinari per inicialitzar les opcions especifiques d'algunes targetes.\n"
+"Això sol funcionar bé.\n"
"\n"
-"Si voleu configurar la xarxa més tard després de la instal·lació, o si ja \n"
-"heu acabat de configurar la connexió de xarxa, feu clic a \"Cancel·la\"."
+"Si el DrakX no pot comprovar les opcions que se li han de passar al "
+"controlador,\n"
+"us caldrà proporcionar les opcions al controlador manualment. Consulteu la\n"
+"Guia de l'usuari (capítol 3, en la secció \"Informació obtinguda del "
+"maquinari\")\n"
+"per saber com treure aquesta informació de la documentació del maquinari,\n"
+"del lloc web del fabricant (si teniu accés a Internet) o del Microsoft "
+"Windows\n"
+"(si el teniu al sistema)."
-#: ../../help.pm_.c:193
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"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"
-"!!"
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\n"
+"\n"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\n"
+"\n"
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
msgstr ""
-"Ara podeu triar quins serveis voleu que s'iniciïn durant l'arrencada.\n"
-"\n"
-"Aquí es llisten tots els serveis disponibles amb la instal·lació actual.\n"
-"Reviseu-los amb cura i desmarqueu aquells que no seran necessaris sempre\n"
-"durant l'arrencada.\n"
+"Aquí se seleccionarà el sistema d'impressió per al vostre ordinador. Altres\n"
+"sistemes operatius us n'oferiran un, però el Mandrake Linux n'ofereix dos.\n"
"\n"
-"Podeu obtenir una explicació breu sobre un servei si el seleccioneu. Si no\n"
-"esteu segur de la utilitat d'un servei, el més segur és deixar el "
-"comportament\n"
-"per defecte.\n"
+" * \"pdq\" que vol dir \"print, don't queue\" (imprimeix, no facis cua), és\n"
+"l'opció escollida si teniu una connexió directa amb la impressora i voleu\n"
+"evitar aquelles cues d'impressió interminables, i no teniu impressores de \n"
+"xarxa. Només funcionarà sobre xarxes molt senzilles i és bastant lent per a\n"
+"xarxes en general. Escolliu \"pdq\" si és la vostra primera incursió en GNU/"
+"Linux.\n"
+"Podeu canviar la vostra elecció després de la instal·lació executant el \n"
+"PrinterDrake des del Centre de Control Mandrake, fent clic al botó \"Expert"
+"\".\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. En general, seleccioneu només els serveis que realment "
-"necessiteu."
+" * \"CUPS\" vol dir \"Common Unix Printing System\" (Sistema d'impressió "
+"comú\n"
+"de Unix), és el millor a l'hora d'imprimir a la vostra impressora local i a "
+"la\n"
+"meitat del planeta. És senzill i pot actuar com a servidor o client per a "
+"l'antic\n"
+"sistema d'impressió \"lpd\". Per tant, és compatible amb els sistemes "
+"anteriors.\n"
+"Pot fer moltes coses, però la configuració bàsica es tant senzilla com la de "
+"\"pdq\".\n"
+"Si necessiteu CUPS per emular un servidor \"lpd\", heu d'habilitar el "
+"dimoni\n"
+"\"cups-lpd\". Té una interfície gràfica per imprimir i escollir les "
+"opcions \n"
+"d'impressió."
-#: ../../help.pm_.c:210
+#: ../../help.pm:1
+#, fuzzy, c-format
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 unselecting \"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"
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\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 ""
-"El GNU/Linux gestiona el temps en GMT (Greenwich Mean Time) i el tradueix a\n"
-"temps local d'acord amb el fus horari seleccionat. De tota manera és "
-"possible\n"
-"desactivar-ho desmarcant \"Rellotge del maquinari en GMT\" de manera que el\n"
-"rellotge de la màquina és el mateix que el rellotge del sistema. Això és\n"
-"convenient quan la màquina també té instal·lat un altre sistema operatiu "
-"com \n"
-"Windows.\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way you will be able to load either GNU/Linux or another\n"
+"OS.\n"
"\n"
-"L'opció de \"Sincronització automàtica de l'hora\" regularà automàticament\n"
-"l'hora connectant-se a un servidor horari remot d'Internet. En la llista\n"
-"que es presenta, escolliu un servidor ubicat a prop vostre. Necessiteu una\n"
-"connexió a Internet operativa perquè aquesta característica funcioni. El "
-"que\n"
-"farà realment és instal·lar en la vostra màquina un servidor horari, que "
-"poden\n"
-"usar opcionalment els altres ordinadors de la xarxa local."
-
-#: ../../help.pm_.c:224
-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.\n"
-"\n"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". 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. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
-msgstr ""
-"L'X (per Sistema de finestres X) és el cor de la interfície gràfica del GNU/"
-"Linux\n"
-"i sobre ell funcionen tots els entorns gràfics (KDE, GNOME, AfterStep, "
-"WindowMaker,\n"
-"etc.) empaquetats amb el Mandrake Linux.\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
-"Se us mostrarà una llista amb les resolucions de pantalla i les "
-"profunditats\n"
-"de color que permet el vostre maquinari. Trieu aquella que millor satisfaci "
-"les\n"
-"vostres necessitats (tot i que podreu canviar-la després de la "
-"instal·lació).\n"
-"Quan la mostra que apareix al monitor us complagui, feu clic a \"D'acord\".\n"
-"Aleshores apareixerà una finestra i us preguntarà si la podeu veure.\n"
+"If it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\n"
"\n"
-"Si esteu fent una instal·lació \"Experta\", entrareu en l'auxiliar de\n"
-"configuració de l'X. Mireu la secció del manual corresponent per a més\n"
-"informació sobre l'auxiliar.\n"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\n"
+"\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-"Si podeu veure el missatge durant el test, i responeu \"Sí\", aleshores el "
-"DrakX\n"
-"seguirà amb el següent pas. Si no podeu veure el missatge, voldrà dir que "
-"la\n"
-"configuració és errònia i el test finalitzarà automàticament passats 10 "
-"segons,\n"
-"i es restaurarà la pantalla. Consulteu la secció de configuració del vídeo "
-"de\n"
-"la guia d'usuari per obtenir més informació sobre com configurar la pantalla."
-
-#: ../../help.pm_.c:246
-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, se us demanarà si voleu veure una interfície gràfica en "
-"arrencar.\n"
-"Noteu que aquesta pregunta se us farà encara que no hàgiu fet el test de la\n"
-"configuració. Òbviament, respondreu \"No\" si l'ordinador ha de ser un\n"
-"servidor, o si no heu pogut completar la configuració de la pantalla amb "
-"èxit."
-
-#: ../../help.pm_.c:253
-msgid ""
"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 bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, 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"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
"El CD-ROM del Mandrake Linux té un mode de rescat. Hi podeu accedir "
"arrencant\n"
@@ -3356,386 +1777,440 @@ msgstr ""
"que no necessiteu. No cal que el formateu perquè el DrakX reescriurà tot el "
"disc."
-#: ../../help.pm_.c:277
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux 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"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\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 ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here by clicking the dialog's \"Wizard\" button.\n"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\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"
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"operating systems!"
+msgstr ""
+"Un cop configurats els paràmetres generals del carregador de l'arrencada, \n"
+"es mostrarà la llista d'opcions de càrrega que es veurà en arrencar la "
+"màquina.\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"
+"Si hi ha algun altre sistema operatiu instal·lat en el vostre ordinador, \n"
+"s'inclourà automàticament al menú del carregador. Aquí podeu modificar les\n"
+"entrades del menú d'arrencada. Seleccioneu una entrada i feu clic a \n"
+"\"Modifica\" per modificar-la o esborrar-la. \"Afegeix\" crea una nova "
+"entrada,\n"
+"i \"Fet\" avança cap al següent pas de la instal·lació.\n"
+"També és possible que no vulgueu permetre a ningú l'accés 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:1
+#, fuzzy, c-format
+msgid ""
+"This dialog allows to finely tune your bootloader:\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"
+" * \"Bootloader to use\": there are three choices for your bootloader:\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. You will then be asked to choose the mount points associated to\n"
-"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows 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"
-"Microsoft Windows on the same computer.\n"
-"\n"
-" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\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"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\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"
-" * \"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"
+" * \"Delay before booting the default image\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\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 option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
msgstr ""
-"Ara és quan heu de decidir en quin lloc del vostre disc dur voleu "
-"instal·lar\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-"
-"lo.\n"
-"Bàsicament, particionar un disc dur consisteix a dividir-lo de manera\n"
-"lògica per crear espai on instal·lar el nou sistema Mandrake Linux.\n"
-"\n"
-"Atès que els efectes d'aquest procés solen ser irreversibles, el "
-"particionament\n"
-"us pot espantar si sou un usuari sense experiència. Aquest auxiliar "
-"simplifica\n"
-"aquest procés. Abans de començar però, consulteu el manual i preneu-vos el "
-"temps\n"
-"que calgui.\n"
-"\n"
-"Si esteu executant la instal·lació en mode expert, entrareu al DiskDrake,\n"
-"l'eina de particionament de Mandrake Linux, que us permetrà modificar les\n"
-"particions. Llegiu la secció sobre el DiskDrake de la \"Guia d'Iniciació\".\n"
-"Des de la interfície d'instal·lació, podeu usar els auxiliars com s'explica "
-"aquí\n"
-"prement el botó \"Auxiliar\" del quadre de diàleg.\n"
-"\n"
-"Necessiteu com a mínim dues particions: una per al sistema operatiu en\n"
-"si i l'altra per a la memòria virtual (anomenada també \"Intercanvi\").\n"
+"El LILO i el grub són carregadors de l'arrencada de GNU/Linux. Normalment,\n"
+"aquesta etapa és totalment automàtica. De fet, el DrakX analitza el \n"
+"sector d'arrencada i actua d'acord amb el que hi troba:\n"
"\n"
-"Si les particions ja s'han definit (en una instal·lació anterior o "
-"mitjançant\n"
-"una altra eina de particionament), només caldrà que seleccioneu les que "
-"voleu\n"
-"utilitzar per instal·lar el sistema Linux.\n"
+" * si troba un sector d'arrencada de Windows, el reemplaçarà amb un sector\n"
+"d'arrencada de grub/LILO. Per tant, sereu capaç de carregar el GNU/Linux\n"
+"o un altre sistema operatiu.\n"
"\n"
-"Si les particions encara no s'han definit, les heu de crear mitjançant\n"
-"l'auxiliar. Segons la configuració del vostre disc dur, hi ha diverses\n"
-"solucions possibles:\n"
+" * si es troba un sector d'arrencada del grub o del LILO, el reemplaçarà\n"
+"amb un de nou.\n"
"\n"
-" * \"Usa l'espai lliure\": aquesta opció particionarà automàticament les\n"
-"unitats buides. No se us preguntarà res més.\n"
+"Si té algun dubte, el DrakX us presentarà un diàleg amb diverses opcions:\n"
"\n"
-" * \"Usa una partició existent\": l'auxiliar ha detectat al vostre disc\n"
-"dur una o més particions de Linux existents. Si voleu conservar-les,\n"
-"escolliu aquesta opció. Se us demanarà que trieu els punts de muntatge\n"
-"associats a cadascuna de les particions. Els punts de muntatge bàsics \n"
-"són seleccionats per defecte, i en general els hauríeu de mantenir.\n"
+" * \"Carregador de l'arrencada\": teniu tres opcions:\n"
"\n"
-" * \"Usa l'espai lliure de la partició de Windows\": si teniu el Microsoft\n"
-"Windows instal·lat al disc dur i n'ocupa tot l'espai diponible, caldrà \n"
-"crear-hi 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 pèrdua de dades, tenint "
-"en\n"
-"compte que la partició de Windows s'ha de defragmentar prèviament. Aquesta\n"
-"opció és la més recomanable si voleu utilitzar tant el Mandrake Linux com "
-"el\n"
-"Microsoft Windows al mateix ordinador.\n"
+" * \"GRUB\": si preferiu el grub (menú de text).\n"
"\n"
-" Abans de decidir-vos per aquesta opció, tingueu en compte que la mida\n"
-"de la partició del Microsoft Windows serà més petita que ara. Això "
-"significa\n"
-"que tindreu menys espai lliure per emmagatzemar-hi dades o instal·lar-hi "
-"més\n"
-"programari.\n"
+" * \"LILO amb menú gràfic\": si preferiu el LILO amb una interfície\n"
+"gràfica.\n"
"\n"
-" * \"Esborra completament el disc\": si voleu suprimir totes les dades i\n"
-"particions que teniu al disc dur i substituir-les pel sistema Mandrake "
-"Linux,\n"
-"podeu escollir aquesta opció. Aneu amb compte, però, perquè, un cop la "
-"confirmeu,\n"
-"no podreu fer-vos enrere.\n"
+" * \"LILO amb menú de text\": si preferiu el LILO amb el seu menú de\n"
+"text.\n"
"\n"
-" Si trieu aquesta opció es perdran totes les dades del disc.\n"
+" * \"Dispositiu d'arrencada\": en la majoria de casos, no heu de canviar "
+"l'opció\n"
+"per defecte (\"/dev/hda\"), però si ho preferiu, el carregador de "
+"l'arrencada\n"
+"pot instal·lar-se en el segon disc dur (\"/dev/hdb\"), o fins i tot en un \n"
+"disquet (\"/dev/fd0\").\n"
"\n"
-" * \"Esborra el Windows\": aquesta opció esborrarà tot el contingut del disc "
-"i\n"
-"començarà de nou, particionant des de zero. Es perdran totes les dades del "
-"disc.\n"
+" * \"Temps d'espera abans de carregar la imatge per defecte\": quan es "
+"reinicia\n"
+"l'ordinador, aquest és el temps de què disposa l'usuari per escollir una "
+"entrada\n"
+"diferent de l'entrada per defecte en el menú d'arrencada.\n"
"\n"
-" Si trieu aquesta opció es perdran totes les dades del disc.\n"
+"Teniu en compte que si escolliu no instal·lar un carregador de l'arrencada \n"
+"(seleccionant \"Cancel·la\" aquí), heu d'estar segurs que teniu alguna "
+"manera\n"
+"d'arrencar el vostre sistema Mandrake Linux! Encara més, estigueu segurs de\n"
+"saber què feu abans de canviar alguna de les opcions.\n"
"\n"
-" * \"Mode expert\": si voleu particionar el disc dur manualment, podeu "
-"triar\n"
-"aquesta opció. Aneu amb compte: és una opció molt potent però també "
-"perillosa.\n"
-"Podeu perdre fàcilment totes les dades. Per tant, no trieu aquesta opció "
-"tret\n"
-"que sapigueu exactament què esteu fent. Per saber com usar la utilitat "
-"DiskDrake\n"
-"que s'executarà en aquest mode, consulteu la secció \"Gestió de les "
-"particions\"\n"
-"de la \"Guia d'Iniciació\"."
+"Si feu clic al botó \"Avançat\" d'aquest diàleg podreu modificar algunes\n"
+"opcions avançades, reservades als usuaris experts."
-#: ../../help.pm_.c:347
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"There you are. Installation is now completed 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"
+"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 the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it be difficult to become \"root\".\n"
"\n"
-" Note that two different options are available after clicking the button:\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"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\n"
"\n"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. 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"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\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"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
msgstr ""
-"Ja ho teniu. S'ha completat la instal·lació i el vostre sistema GNU/Linux "
-"està\n"
-"preparat per fer-lo servir. Simplement premeu \"D'acord\" per reiniciar el "
-"sistema.\n"
-"Podeu iniciar GNU/Linux o Windows, el que volgueu (si teniu doble "
-"arrencada), així\n"
-"que l'ordinador s'hagi reiniciat.\n"
-"\n"
-"El botó \"Avançat\" (només en mode expert) mostra dos botons més:\n"
-"\n"
-" * \"Genera un disquet d'instal·lació automàtica\": per crear un disquet \n"
-"d'instal·lació que permetrà fer una instal·lació completa sense l'ajuda "
-"d'un\n"
-"operador, semblant a la instal·lació que acabeu de configurar.\n"
+"Aquesta és la decisió més important quant a la seguretat del vostre sistema\n"
+"GNU/Linux: heu d'introduir la contrasenya de l'usuari \"root\". El \"root\" "
+"és\n"
+"l'administrador del sistema i és l'únic autoritzat a fer actualitzacions,\n"
+"afegir usuaris, canviar la configuració del tot el sistema, etc. De fet,\n"
+"el \"root\" pot fer de tot! Per això heu d'escollir una contrasenya que "
+"sigui\n"
+"dificil d'endevinar. DrakX us avisarà si és massa fàcil. Com veieu, podeu \n"
+"optar per no introduir cap contrasenya, però no és gens prudent per una\n"
+"única raó: el fet d'arrencar GNU/Linux no fa que els vostres altres "
+"\"sistemes\n"
+"operatius\" estiguin lliures d'errors. Com que l'usuari \"root\" pot "
+"superar\n"
+"totes les limitacions i esborrar accidentalment totes les dades de "
+"qualsevol\n"
+"partició com a conseqüència d'accedir sense precaucions a les particions en "
+"si,\n"
+"és molt important que sigui difícil esdevenir \"root\".\n"
"\n"
-" Cal remarcar que es poden triar dues opcions diferents:\n"
+"La contrasenya hauria de ser una mescla de caràcters alfanumèrics i, com a \n"
+"mínim, de 8 caràcters de longitud. No escrigueu mai la contrasenya de \"root"
+"\"\n"
+"ja que és molt fàcil comprometre el sistema si ho feu.\n"
"\n"
-" * \"Repetició\". Aquesta és una instal·lació parcialment automatitzada "
-"ja que\n"
-"el pas de particionar (i només aquest) es manté interactiu;\n"
+"De totes maneres, no feu la contrasenya massa llarga o complicada perquè\n"
+"heu de ser capaços de recordar-la sense gaire esforç.\n"
"\n"
-" * \"Automatitzada\". Instal·lació completament automatitzada: el disc "
-"dur es\n"
-"reescriu completament i totes les dades es perden.\n"
+"La contrasenya no es mostrarà per pantalla quan la teclegeu. Per tant, \n"
+"haureu d'escriure-la dues vegades per reduir la probabilitat d'errors\n"
+"en l'escriptura. Si, malauradament, feu el mateix error dues vegades, "
+"haureu\n"
+"d'usar aquesta contrasenya \"incorrecta\" el primer cop que us connecteu.\n"
"\n"
-" Aquesta característica és força útil quan es fan instal·lacions a un bon "
-"grapat\n"
-"d'ordinadors similars. Mireu la secció d'instal·lació automàtica en la "
-"nostra web.\n"
+"En el mode Expert, se us preguntarà si us voleu connectar a un servidor\n"
+"d'autentificació, com ara NIS o LDAP.\n"
"\n"
-" * \"Desa la selecció de paquets\"(*): desa la selecció de paquets tal com\n"
-"s'han seleccionat abans en aquesta instal·lació. Aleshores, quan feu una "
-"altra\n"
-"instal·lació, inseriu el disquet a la unitat lectora i executeu la "
-"instal·lació.\n"
-"Aneu a la pantalla d'ajuda prement la tecla F1, i teclegeu 'linux defcfg="
-"\"floppy\"'.\n"
+"Si la vostra xarxa usa LDAP, NIS o l'autenticació de domini Windows PDC,\n"
+"seleccioneu l'opció corresponent com a autenticació. Si no ho sabeu, "
+"pregunteu\n"
+"al vostre administrador de la xarxa.\n"
"\n"
-"(*) Necessiteu un disquet formatat en FAT (per crear-ne un sota GNU/Linux, "
-"escriviu\n"
-"\"mformat a:\")"
+"Si el vostre ordinador no es connecta a cap xarxa administrada, haureu \n"
+"d'escollir \"Fitxers Locals\" per a l'autenticació."
-#: ../../help.pm_.c:378
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem on it).\n"
+"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\n"
+"Windows s'anomena \"ttyS0\" en GNU/Linux."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\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"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"from the provided list.\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"
+"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 and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\n"
+"\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
+msgstr ""
+"El DrakX generalment detecta el nombre de botons que té el vostre ratolí. "
+"Si\n"
+"no pot, assumeix que teniu un ratolí de dos botons i el configurarà per "
+"emular\n"
+"el tercer botó. El DrakX detectarà automàticament si el ratolí és PS/2, "
+"sèrie o\n"
+"USB.\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"
-"it.\n"
+"Si voleu especificar un tipus diferent de ratoli seleccioneu el tipus \n"
+"apropiat de la llista.\n"
"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
+"Si escolliu un ratolí diferent del ratolí per defecte, es mostrarà una "
+"pantalla\n"
+"de test. Proveu els botons i la roda per verificar que la configuració és\n"
+"correcta. Si el ratolí no funciona bé, premeu la barra espaiadora o la \n"
+"tecla de retorn per cancel·lar i triar de nou.\n"
"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
+"De vegades, la roda del ratolí no es detecta automàticament. En aquest cas,\n"
+"haureu de seleccionar-ho a la llista. Assegureu-vos de triar aquell que es\n"
+"correspongui amb el port on teniu connectat el ratolí. Quan premeu \"D'acord"
+"\"\n"
+"apareixerà la imatge d'un ratolí perquè proveu tots els botons i els "
+"moviments."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\n"
"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Per poder-les utilitzar, cal formatar les particions que s'acaben de "
-"definir\n"
-"(la formatació consisteix a crear-hi un sistema de fitxers).\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\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 "
-"també\n"
-"aquestes particions.\n"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\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"
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
+msgstr ""
+"El primer pas és triar l'idioma que voleu.\n"
"\n"
-"Aneu amb compte en seleccionar les particions; després de la formatació, "
-"totes\n"
-"les dades s'hauran suprimit i no en podreu recuperar cap.\n"
+"Escolliu l'idioma que vulgueu per a la instal·lació i per al sistema.\n"
"\n"
-"Feu clic a \"D'acord\" quan estigueu a punt per formatar les particions.\n"
+"Si feu clic al botó \"Avançat\" podreu seleccionar altres idiomes que "
+"vulgueu\n"
+"instal·lar a la vostra estació de treball. S'instal·laran els fitxers "
+"d'idioma\n"
+"especifics de la documentació i de les aplicacions. Per exemple, si tindreu\n"
+"usuaris anglesos a la vostra màquina, podeu triar el català com a idioma "
+"principal\n"
+"des de l'arbre i, a la secció \"Avançat\", marcar la casella \"Anglès|Regne "
+"Unit\".\n"
"\n"
-"Feu clic a \"Cancel·la\" si voleu seleccionar una altra partició per "
-"instal·lar\n"
-"el nou sistema Mandrake Linux.\n"
+"Cal remarcar que es poden instal·lar múltiples idiomes. Un cop hagueu "
+"seleccionat\n"
+"tots els idiomes que vulgueu , feu clic sobre el botó \"D'acord\" per "
+"continuar.\n"
"\n"
-"Feu clic a \"Avançat\" si voleu que es busquin sectors defectuosos del disc "
-"en\n"
-"alguna de les particions."
+"Per canviar d'un idioma a un altre, podeu executar com a root l'ordre \n"
+"\"/usr/sbin/localedrake\" per canviar l'idioma de tot el sistema, o com a "
+"simple\n"
+"usuari per canviar només l'idioma per defecte d'aquest usuari."
-#: ../../help.pm_.c:404
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
+"\n"
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\n"
"\n"
-"Please be patient."
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
msgstr ""
-"El nou sistema operatiu Mandrake Linux s'està instal·lant. Segons la "
-"quantitat\n"
-"de paquets que heu triat instal·lar i la velocitat de la vostra màquina, \n"
-"aquesta operació pot trigar des d'uns pocs minuts fins a un temps "
-"considerable.\n"
+"Normalment, el DrakX selecciona el teclat correcte (segons l'idioma que\n"
+"hagueu escollit). Tanmateix, podríeu tenir un teclat que no correspongués "
+"exactament\n"
+"al vostre idioma, per exemple: si sou un suís que parla anglès, encara "
+"voldreu\n"
+"que el teclat sigui suís. O si parleu anglès però viviu al Quebec, us "
+"podeu \n"
+"trobar en la mateixa situació. En tots dos casos, haureu de tornar a aquest "
+"pas\n"
+"de la instal·lació i seleccionar un teclat adequat de la llista.\n"
"\n"
-"Si us plau, tingueu paciència."
+"Feu clic al botó \"Més\" per veure la llista completa de teclats disponibles."
-#: ../../help.pm_.c:412
+#: ../../help.pm:1
+#, c-format
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 able 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"
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\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 ""
-"Ara esteu instal·lant el Mandrake Linux, però és probable que alguns "
-"paquets\n"
-"hagin estat actualitzats desde la data de llançament. Alguns errors poden "
-"haver\n"
-"estat resolts, i altres problemes de seguretat poden estar ja corregits. "
-"Per\n"
-"beneficiar-vos d'aquestes actualitzacions, us proposem de baixar-les "
-"d'Internet.\n"
-"Trieu \"Sí\" si teniu una connexió a Internet operativa, o \"No\" si voleu\n"
-"instal·lar-les més tard.\n"
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\n"
"\n"
-"Si trieu \"Sí\" apareixerà una llista de llocs des d'on podeu baixar-vos "
-"les\n"
-"actualitzacions. Escolliu la ubicació més propera. Aleshores, apareixerà "
-"un \n"
-"arbre de selecció de paquets: comproveu la selecció i premeu \"Instal·la\" "
-"per\n"
-"baixar i instal·lar els paquets seleccionats, o \"Cancel·la\" per abandonar."
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\n"
+"\n"
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\n"
+"\n"
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
+msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm:1
+#, c-format
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 included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"Accept\" button."
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
msgstr ""
-"Abans de continuar, hauríeu de llegir amb deteniment les clàusules de la \n"
-"llicència. Aquesta cobreix la totalitat de la distribució Mandrake Linux.\n"
-"Si no esteu d'acord amb tots els termes de la llicència, feu clic al botó\n"
-"\"Refusa\" i la instal·lació terminarà immediatament. Per continuar amb la\n"
-"instal·lació, feu clic al botó \"Accepta\"."
-#: ../../help.pm_.c:432
+#: ../../help.pm:1
+#, c-format
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"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"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"
-"If you do not know what to choose, keep the default option."
+"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 ""
-"Ara és el moment de triar el nivell de seguretat desitjat per a la màquina.\n"
-"Com a norma general, com més s'exposa un ordinador i com més vitals són les\n"
-"dades que s'hi emmagatzemen, més alt ha de ser el nivell de seguretat.\n"
-"Tanmateix, un nivell alt de seguretat sovint comporta una disminució de la\n"
-"facilitat d'ús. Consulteu el capítol \"msec\" del \"Manual de Referència\"\n"
-"per obtenir més informació sobre el significat dels nivells de seguretat.\n"
+"S'ha detectat més d'una partició de Microsoft Windows en la unitat de disc.\n"
+"Si us plau, trieu quina d'elles voleu redimensionar per instal·lar el nou\n"
+"sistema operatiu Mandrake Linux.\n"
"\n"
-"Si no sabeu quin escollir, deixeu l'opció per defecte."
+"Cada partició està identificada d'aquesta manera:\n"
+"\"Nom Linux\", \"Nom Windows\" \"Capacitat\".\n"
+"\n"
+"\"Nom Linux\" es compon de: \"tipus d'unitat de disc\", \"número d'unitat "
+"de \n"
+"disc\", \"número de la partició\" (per exemple, \"hda1\").\n"
+"\n"
+"\"Tipus d'unitat de disc\" és \"hd\" si la vostre unitat de disc és IDE i \n"
+"\"sd\" si és SCSI.\n"
+"\n"
+"\"Número de la unitat de disc\" és sempre una lletra després de \"hd\" o \"sd"
+"\".\n"
+"Amb unitats de disc IDE:\n"
+"\n"
+" * \"a\" significa \"unitat de disc mestra 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 mestra en el controlador IDE secundari"
+"\",\n"
+"\n"
+" * \"d\" significa \"unitat de disc esclava en el controlador IDE secundari"
+"\".\n"
+"\n"
+"Amb les unitats de disc SCSI, una \"a\" significa \"unitat primària de disc"
+"\",\n"
+"una \"b\" significa \"unitat secundària de disc\", etc.\n"
+"\n"
+"\"Nom Windows\" és la lletra de la vostra unitat de disc sota Windows (el "
+"primer\n"
+"disc o partició s'anomena \"C:\")."
-#: ../../help.pm_.c:442
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
@@ -3750,59 +2225,63 @@ msgid ""
"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"
+"drive\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\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\n"
-"recommended to perform this step;\n"
+"recommended that you perform this step.\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a floppy disk;\n"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a 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"
+"doesn't always work.\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\n"
"\n"
" * \"Removable media automounting\": unchecking this option will force\n"
"users 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\n"
-"your hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\n"
"\n"
" * \"Done\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
+"partitions using [Tab] and the [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"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
-" * Ctrl-d to delete a partition;\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-" * Ctrl-m to set the mount point.\n"
+" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different filesystem types available, please\n"
+"To get information about the different file system 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"
+"``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."
@@ -3894,872 +2373,1068 @@ msgstr ""
"50 MB, us serà d'utilitat per emmagatzemar un nucli de recanvi i una imatge\n"
"del disc RAM per a situacions d'emergència durant l'arrencada."
-#: ../../help.pm_.c:513
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\n"
"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
+"If you do not know what to choose, keep the default option."
+msgstr ""
+"Ara és el moment de triar el nivell de seguretat desitjat per a la màquina.\n"
+"Com a norma general, com més s'exposa un ordinador i com més vitals són les\n"
+"dades que s'hi emmagatzemen, més alt ha de ser el nivell de seguretat.\n"
+"Tanmateix, un nivell alt de seguretat sovint comporta una disminució de la\n"
+"facilitat d'ús. Consulteu el capítol \"msec\" del \"Manual de Referència\"\n"
+"per obtenir més informació sobre el significat dels nivells de seguretat.\n"
"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"Si no sabeu quin escollir, deixeu l'opció per defecte."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able 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"
-"\"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"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"the selected package( s), or \"Cancel\" to abort."
+msgstr ""
+"Ara esteu instal·lant el Mandrake Linux, però és probable que alguns "
+"paquets\n"
+"hagin estat actualitzats desde la data de llançament. Alguns errors poden "
+"haver\n"
+"estat resolts, i altres problemes de seguretat poden estar ja corregits. "
+"Per\n"
+"beneficiar-vos d'aquestes actualitzacions, us proposem de baixar-les "
+"d'Internet.\n"
+"Trieu \"Sí\" si teniu una connexió a Internet operativa, o \"No\" si voleu\n"
+"instal·lar-les més tard.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
+"Si trieu \"Sí\" apareixerà una llista de llocs des d'on podeu baixar-vos "
+"les\n"
+"actualitzacions. Escolliu la ubicació més propera. Aleshores, apareixerà "
+"un \n"
+"arbre de selecció de paquets: comproveu la selecció i premeu \"Instal·la\" "
+"per\n"
+"baixar i instal·lar els paquets seleccionats, o \"Cancel·la\" per abandonar."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
+"it.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Click on \"Next ->\" when you are ready to format partitions.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new Mandrake Linux operating system installation.\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
msgstr ""
-"S'ha detectat més d'una partició de Microsoft Windows en la unitat de disc.\n"
-"Si us plau, trieu quina d'elles voleu redimensionar per instal·lar el nou\n"
-"sistema operatiu Mandrake Linux.\n"
-"\n"
-"Cada partició està identificada d'aquesta manera:\n"
-"\"Nom Linux\", \"Nom Windows\" \"Capacitat\".\n"
-"\n"
-"\"Nom Linux\" es compon de: \"tipus d'unitat de disc\", \"número d'unitat "
-"de \n"
-"disc\", \"número de la partició\" (per exemple, \"hda1\").\n"
-"\n"
-"\"Tipus d'unitat de disc\" és \"hd\" si la vostre unitat de disc és IDE i \n"
-"\"sd\" si és SCSI.\n"
-"\n"
-"\"Número de la unitat de disc\" és sempre una lletra després de \"hd\" o \"sd"
-"\".\n"
-"Amb unitats de disc IDE:\n"
+"Per poder-les utilitzar, cal formatar les particions que s'acaben de "
+"definir\n"
+"(la formatació consisteix a crear-hi un sistema de fitxers).\n"
"\n"
-" * \"a\" significa \"unitat de disc mestra en el controlador IDE primari\",\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 "
+"també\n"
+"aquestes particions.\n"
"\n"
-" * \"b\" significa \"unitat de disc esclava en el controlador IDE primari"
-"\",\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"
-" * \"c\" significa \"unitat de disc mestra en el controlador IDE secundari"
-"\",\n"
+"Aneu amb compte en seleccionar les particions; després de la formatació, "
+"totes\n"
+"les dades s'hauran suprimit i no en podreu recuperar cap.\n"
"\n"
-" * \"d\" significa \"unitat de disc esclava en el controlador IDE secundari"
-"\".\n"
+"Feu clic a \"D'acord\" quan estigueu a punt per formatar les particions.\n"
"\n"
-"Amb les unitats de disc SCSI, una \"a\" significa \"unitat primària de disc"
-"\",\n"
-"una \"b\" significa \"unitat secundària de disc\", etc.\n"
+"Feu clic a \"Cancel·la\" si voleu seleccionar una altra partició per "
+"instal·lar\n"
+"el nou sistema Mandrake Linux.\n"
"\n"
-"\"Nom Windows\" és la lletra de la vostra unitat de disc sota Windows (el "
-"primer\n"
-"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 paciència. Aquesta operació pot trigar uns minuts."
+"Feu clic a \"Avançat\" si voleu que es busquin sectors defectuosos del disc "
+"en\n"
+"alguna de les particions."
-#: ../../help.pm_.c:547
+#: ../../help.pm:1
+#, fuzzy, c-format
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\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\n"
"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"that will automatically perform a whole installation without the help of an\n"
+"operator, similar to the installation you just configured.\n"
"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
+" * \"Replay\". This is a partially automated installation. The\n"
+"partitioning step is the only interactive procedure.\n"
"\n"
-"Depending on your GNU/Linux knowledge, select one of the following choices:\n"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\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"
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\n"
"\n"
-" * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
-msgstr ""
-"DrakX necessita saber si voleu una instal·lació per defecte (\"Recomanada"
-"\")\n"
-"o si voleu tenir més control sobre la instal·lació (\"Expert\"). També "
-"podeu\n"
-"escollir fer una instal·lació nova o una actualització d'un sistema \n"
-"Mandrake Linux ja existent:\n"
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>linux defcfg=\"floppy\" <<.\n"
"\n"
-" * \"Instal·la\": esborra completament l'antic sistema operatiu. De fet,\n"
-"depenent del que tingueu instal·lat en la vostra màquina, es podran "
-"mantenir\n"
-"algunes antigues particions (Linux o altres) sense modificar.\n"
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
+msgstr ""
+"Ja ho teniu. S'ha completat la instal·lació i el vostre sistema GNU/Linux "
+"està\n"
+"preparat per fer-lo servir. Simplement premeu \"D'acord\" per reiniciar el "
+"sistema.\n"
+"Podeu iniciar GNU/Linux o Windows, el que volgueu (si teniu doble "
+"arrencada), així\n"
+"que l'ordinador s'hagi reiniciat.\n"
"\n"
-" * \"Actualitza\": aquesta mena d'instal·lació permet actualitzar els "
-"paquets\n"
-"que hi ha instal·lats en el sistema Mandrake Linux. Manté les particions\n"
-"dels discs durs i també les configuracions de l'usuari. Tota la resta de "
-"passos\n"
-"de configuració es mantenen accessibles com a la instal·lació per defecte.\n"
-"\n"
-" * \"Només actualitza paquets\": aquest nou tipus d'instal·lació permet \n"
-"actualitzar un sistema Mandrake Linux tot mantenint les configuracions del\n"
-"sistema sense modificar. És possible també afegir nous paquets a la nova\n"
-"instal·lació.\n"
+"El botó \"Avançat\" (només en mode expert) mostra dos botons més:\n"
"\n"
-"Les actualitzacions harien de funcionar bé per a sistemes Mandrake Linux "
-"versió\n"
-"\"8.1\" i posteriors.\n"
+" * \"Genera un disquet d'instal·lació automàtica\": per crear un disquet \n"
+"d'instal·lació que permetrà fer una instal·lació completa sense l'ajuda "
+"d'un\n"
+"operador, semblant a la instal·lació que acabeu de configurar.\n"
"\n"
-"Segons els vostres coneixements de GNU/Linux, trieu una de les següents "
-"opcions:\n"
+" Cal remarcar que es poden triar dues opcions diferents:\n"
"\n"
-" * Recomanada: si mai no heu instal·lat un sistema operatiu GNU/Linux, "
-"trieu\n"
-"aquesta opció. La instal·lació serà molt fàcil i només se us faran unes "
-"poques\n"
-"preguntes.\n"
+" * \"Repetició\". Aquesta és una instal·lació parcialment automatitzada "
+"ja que\n"
+"el pas de particionar (i només aquest) es manté interactiu;\n"
"\n"
-" * Expert: si domineu el GNU/Linux, potser voldreu una instal·lació molt\n"
-"personalitzable. Algunes de les decisions que haureu de prendre poden "
-"resultar\n"
-"difícils si no teniu coneixements sòlids de GNU/Linux. Per tant, no escolliu "
-"aquest\n"
-"tipus d'instal·lació tret que sapigueu què esteu fent."
-
-#: ../../help.pm_.c:582
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\n"
+" * \"Automatitzada\". Instal·lació completament automatitzada: el disc "
+"dur es\n"
+"reescriu completament i totes les dades es perden.\n"
"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+" Aquesta característica és força útil quan es fan instal·lacions a un bon "
+"grapat\n"
+"d'ordinadors similars. Mireu la secció d'instal·lació automàtica en la "
+"nostra web.\n"
"\n"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
-msgstr ""
-"Normalment, el DrakX selecciona el teclat correcte (segons l'idioma que\n"
-"hagueu escollit). Tanmateix, podríeu tenir un teclat que no correspongués "
-"exactament\n"
-"al vostre idioma, per exemple: si sou un suís que parla anglès, encara "
-"voldreu\n"
-"que el teclat sigui suís. O si parleu anglès però viviu al Quebec, us "
-"podeu \n"
-"trobar en la mateixa situació. En tots dos casos, haureu de tornar a aquest "
-"pas\n"
-"de la instal·lació i seleccionar un teclat adequat de la llista.\n"
+" * \"Desa la selecció de paquets\"(*): desa la selecció de paquets tal com\n"
+"s'han seleccionat abans en aquesta instal·lació. Aleshores, quan feu una "
+"altra\n"
+"instal·lació, inseriu el disquet a la unitat lectora i executeu la "
+"instal·lació.\n"
+"Aneu a la pantalla d'ajuda prement la tecla F1, i teclegeu 'linux defcfg="
+"\"floppy\"'.\n"
"\n"
-"Feu clic al botó \"Més\" per veure la llista completa de teclats disponibles."
+"(*) Necessiteu un disquet formatat en FAT (per crear-ne un sota GNU/Linux, "
+"escriviu\n"
+"\"mformat a:\")"
-#: ../../help.pm_.c:598
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"The first step is to choose your preferred language.\n"
+"At this point, you need to decide 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"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux system.\n"
"\n"
-"Please choose your preferred language for installation and system usage.\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, take your time.\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 host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"section, click on the box corresponding to \"Spanish|Spain\".\n"
+"Depending on your hard drive configuration, several options are available:\n"
"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue.\n"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\n"
"\n"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
-msgstr ""
-"El primer pas és triar l'idioma que voleu.\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. You will then be asked to choose the mount points associated with\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and for the most part it's a good idea to keep them.\n"
"\n"
-"Escolliu l'idioma que vulgueu per a la instal·lació i per al sistema.\n"
+" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\n"
"\n"
-"Si feu clic al botó \"Avançat\" podreu seleccionar altres idiomes que "
-"vulgueu\n"
-"instal·lar a la vostra estació de treball. S'instal·laran els fitxers "
-"d'idioma\n"
-"especifics de la documentació i de les aplicacions. Per exemple, si tindreu\n"
-"usuaris anglesos a la vostra màquina, podeu triar el català com a idioma "
-"principal\n"
-"des de l'arbre i, a la secció \"Avançat\", marcar la casella \"Anglès|Regne "
-"Unit\".\n"
+" Before choosing this option, please understand that after this\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store your data or to install new software.\n"
"\n"
-"Cal remarcar que es poden instal·lar múltiples idiomes. Un cop hagueu "
-"seleccionat\n"
-"tots els idiomes que vulgueu , feu clic sobre el botó \"D'acord\" per "
-"continuar.\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, because you will not be able to\n"
+"undo your choice after you confirm.\n"
"\n"
-"Per canviar d'un idioma a un altre, podeu executar com a root l'ordre \n"
-"\"/usr/sbin/localedrake\" per canviar l'idioma de tot el sistema, o com a "
-"simple\n"
-"usuari per canviar només l'idioma per defecte d'aquest usuari."
-
-#: ../../help.pm_.c:617
-msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it 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"
+" !! If you choose this option, all data on your disk will be deleted. !!\n"
"\n"
-"If you wish to specify a different type of mouse, select the appropriate\n"
-"type from the provided list.\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 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.\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
msgstr ""
-"El DrakX generalment detecta el nombre de botons que té el vostre ratolí. "
-"Si\n"
-"no pot, assumeix que teniu un ratolí de dos botons i el configurarà per "
-"emular\n"
-"el tercer botó. El DrakX detectarà automàticament si el ratolí és PS/2, "
-"sèrie o\n"
-"USB.\n"
-"\n"
-"Si voleu especificar un tipus diferent de ratoli seleccioneu el tipus \n"
-"apropiat de la llista.\n"
+"Ara és quan heu de decidir en quin lloc del vostre disc dur voleu "
+"instal·lar\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-"
+"lo.\n"
+"Bàsicament, particionar un disc dur consisteix a dividir-lo de manera\n"
+"lògica per crear espai on instal·lar el nou sistema Mandrake Linux.\n"
"\n"
-"Si escolliu un ratolí diferent del ratolí per defecte, es mostrarà una "
-"pantalla\n"
-"de test. Proveu els botons i la roda per verificar que la configuració és\n"
-"correcta. Si el ratolí no funciona bé, premeu la barra espaiadora o la \n"
-"tecla de retorn per cancel·lar i triar de nou.\n"
+"Atès que els efectes d'aquest procés solen ser irreversibles, el "
+"particionament\n"
+"us pot espantar si sou un usuari sense experiència. Aquest auxiliar "
+"simplifica\n"
+"aquest procés. Abans de començar però, consulteu el manual i preneu-vos el "
+"temps\n"
+"que calgui.\n"
"\n"
-"De vegades, la roda del ratolí no es detecta automàticament. En aquest cas,\n"
-"haureu de seleccionar-ho a la llista. Assegureu-vos de triar aquell que es\n"
-"correspongui amb el port on teniu connectat el ratolí. Quan premeu \"D'acord"
-"\"\n"
-"apareixerà la imatge d'un ratolí perquè proveu tots els botons i els "
-"moviments."
-
-#: ../../help.pm_.c:638
-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\n"
-"Windows s'anomena \"ttyS0\" en GNU/Linux."
-
-#: ../../help.pm_.c:642
-msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to be difficult to become \"root\".\n"
+"Si esteu executant la instal·lació en mode expert, entrareu al DiskDrake,\n"
+"l'eina de particionament de Mandrake Linux, que us permetrà modificar les\n"
+"particions. Llegiu la secció sobre el DiskDrake de la \"Guia d'Iniciació\".\n"
+"Des de la interfície d'instal·lació, podeu usar els auxiliars com s'explica "
+"aquí\n"
+"prement el botó \"Auxiliar\" del quadre de diàleg.\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"
+"Necessiteu com a mínim dues particions: una per al sistema operatiu en\n"
+"si i l'altra per a la memòria virtual (anomenada també \"Intercanvi\").\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"
+"Si les particions ja s'han definit (en una instal·lació anterior o "
+"mitjançant\n"
+"una altra eina de particionament), només caldrà que seleccioneu les que "
+"voleu\n"
+"utilitzar per instal·lar el sistema Linux.\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"
+"Si les particions encara no s'han definit, les heu de crear mitjançant\n"
+"l'auxiliar. Segons la configuració del vostre disc dur, hi ha diverses\n"
+"solucions possibles:\n"
"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
+" * \"Usa l'espai lliure\": aquesta opció particionarà automàticament les\n"
+"unitats buides. No se us preguntarà res més.\n"
"\n"
-"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your network administrator.\n"
+" * \"Usa una partició existent\": l'auxiliar ha detectat al vostre disc\n"
+"dur una o més particions de Linux existents. Si voleu conservar-les,\n"
+"escolliu aquesta opció. Se us demanarà que trieu els punts de muntatge\n"
+"associats a cadascuna de les particions. Els punts de muntatge bàsics \n"
+"són seleccionats per defecte, i en general els hauríeu de mantenir.\n"
"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Aquesta és la decisió més important quant a la seguretat del vostre sistema\n"
-"GNU/Linux: heu d'introduir la contrasenya de l'usuari \"root\". El \"root\" "
-"és\n"
-"l'administrador del sistema i és l'únic autoritzat a fer actualitzacions,\n"
-"afegir usuaris, canviar la configuració del tot el sistema, etc. De fet,\n"
-"el \"root\" pot fer de tot! Per això heu d'escollir una contrasenya que "
-"sigui\n"
-"dificil d'endevinar. DrakX us avisarà si és massa fàcil. Com veieu, podeu \n"
-"optar per no introduir cap contrasenya, però no és gens prudent per una\n"
-"única raó: el fet d'arrencar GNU/Linux no fa que els vostres altres "
-"\"sistemes\n"
-"operatius\" estiguin lliures d'errors. Com que l'usuari \"root\" pot "
-"superar\n"
-"totes les limitacions i esborrar accidentalment totes les dades de "
-"qualsevol\n"
-"partició com a conseqüència d'accedir sense precaucions a les particions en "
-"si,\n"
-"és molt important que sigui difícil esdevenir \"root\".\n"
+" * \"Usa l'espai lliure de la partició de Windows\": si teniu el Microsoft\n"
+"Windows instal·lat al disc dur i n'ocupa tot l'espai diponible, caldrà \n"
+"crear-hi 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 pèrdua de dades, tenint "
+"en\n"
+"compte que la partició de Windows s'ha de defragmentar prèviament. Aquesta\n"
+"opció és la més recomanable si voleu utilitzar tant el Mandrake Linux com "
+"el\n"
+"Microsoft Windows al mateix ordinador.\n"
"\n"
-"La contrasenya hauria de ser una mescla de caràcters alfanumèrics i, com a \n"
-"mínim, de 8 caràcters de longitud. No escrigueu mai la contrasenya de \"root"
-"\"\n"
-"ja que és molt fàcil comprometre el sistema si ho feu.\n"
+" Abans de decidir-vos per aquesta opció, tingueu en compte que la mida\n"
+"de la partició del Microsoft Windows serà més petita que ara. Això "
+"significa\n"
+"que tindreu menys espai lliure per emmagatzemar-hi dades o instal·lar-hi "
+"més\n"
+"programari.\n"
"\n"
-"De totes maneres, no feu la contrasenya massa llarga o complicada perquè\n"
-"heu de ser capaços de recordar-la sense gaire esforç.\n"
+" * \"Esborra completament el disc\": si voleu suprimir totes les dades i\n"
+"particions que teniu al disc dur i substituir-les pel sistema Mandrake "
+"Linux,\n"
+"podeu escollir aquesta opció. Aneu amb compte, però, perquè, un cop la "
+"confirmeu,\n"
+"no podreu fer-vos enrere.\n"
"\n"
-"La contrasenya no es mostrarà per pantalla quan la teclegeu. Per tant, \n"
-"haureu d'escriure-la dues vegades per reduir la probabilitat d'errors\n"
-"en l'escriptura. Si, malauradament, feu el mateix error dues vegades, "
-"haureu\n"
-"d'usar aquesta contrasenya \"incorrecta\" el primer cop que us connecteu.\n"
+" Si trieu aquesta opció es perdran totes les dades del disc.\n"
"\n"
-"En el mode Expert, se us preguntarà si us voleu connectar a un servidor\n"
-"d'autentificació, com ara NIS o LDAP.\n"
+" * \"Esborra el Windows\": aquesta opció esborrarà tot el contingut del disc "
+"i\n"
+"començarà de nou, particionant des de zero. Es perdran totes les dades del "
+"disc.\n"
"\n"
-"Si la vostra xarxa usa LDAP, NIS o l'autenticació de domini Windows PDC,\n"
-"seleccioneu l'opció corresponent com a autenticació. Si no ho sabeu, "
-"pregunteu\n"
-"al vostre administrador de la xarxa.\n"
+" Si trieu aquesta opció es perdran totes les dades del disc.\n"
"\n"
-"Si el vostre ordinador no es connecta a cap xarxa administrada, haureu \n"
-"d'escollir \"Fitxers Locals\" per a l'autenticació."
+" * \"Mode expert\": si voleu particionar el disc dur manualment, podeu "
+"triar\n"
+"aquesta opció. Aneu amb compte: és una opció molt potent però també "
+"perillosa.\n"
+"Podeu perdre fàcilment totes les dades. Per tant, no trieu aquesta opció "
+"tret\n"
+"que sapigueu exactament què esteu fent. Per saber com usar la utilitat "
+"DiskDrake\n"
+"que s'executarà en aquest mode, consulteu la secció \"Gestió de les "
+"particions\"\n"
+"de la \"Guia d'Iniciació\"."
-#: ../../help.pm_.c:678
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\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"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
+msgstr ""
+"El CD-ROM del Mandrake Linux té un mode de rescat. Hi podeu accedir "
+"arrencant\n"
+"des del CD-ROM, prement la tecla F1 en arrencar i teclejant \"rescue\"\n"
+"a la línia d'ordres. Però en cas que l'ordinador no pugui arrencar des del\n"
+"CD-ROM, haureu de tornar a aquest pas per obtenir ajuda en, com a mínim,\n"
+"dues situacions:\n"
"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
+" * quan s'instal·la el carregador de l'arrencada, el DrakX reescriu el "
+"sector\n"
+"d'arrencada (MBR) del disc dur principal (si no és que utilitzeu un altre "
+"gestor\n"
+"de l'arrencada), amb l'objectiu de permetre-us arrencar el Windows o el GNU/"
+"Linux\n"
+"(assumint que teniu Windows en l'ordinador). Si heu de reinstal·lar "
+"Windows,\n"
+"el procés d'instal·lació de Microsoft reescriurà el sector d'arrencada, i no "
+"sereu\n"
+"capaç d'arrencar el GNU/Linux!\n"
+"\n"
+" * si apareix un problema i no podeu arrencar el GNU/Linux des del disc "
+"dur,\n"
+"aquest disquet serà l'única manera d'arrencar el GNU/Linux. El disquet "
+"conté\n"
+"un conjunt d'eines per restaurar el sistema, que ha fallat degut a "
+"problemes\n"
+"d'alimentació, un error desafortunat en teclejar alguna cosa, un error en "
+"teclejar\n"
+"una contrasenya o qualsevol altra raó.\n"
+"\n"
+"Si feu clic a \"Sí\", el sistema us demanarà que introduïu un disquet a la\n"
+"unitat de disquets. El disquet que introduïu ha d'estar buit o contenir "
+"dades\n"
+"que no necessiteu. No cal que el formateu perquè el DrakX reescriurà tot el "
+"disc."
+
+#: ../../help.pm:1
+#, c-format
+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, se us demanarà si voleu veure una interfície gràfica en "
+"arrencar.\n"
+"Noteu que aquesta pregunta se us farà encara que no hàgiu fet el test de la\n"
+"configuració. Òbviament, respondreu \"No\" si l'ordinador ha de ser un\n"
+"servidor, o si no heu pogut completar la configuració de la pantalla amb "
+"èxit."
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Resolution\n"
"\n"
-"if in doubt, DrakX will display a dialog with various options.\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Monitor\n"
"\n"
-" * \"Bootloader to use\": you have three choices:\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+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 upon.\n"
"\n"
-" * \"GRUB\": if you prefer grub (text menu);\n"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\n"
"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface;\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
-"interface.\n"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\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"
+"Monitor\n"
"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved for the expert user."
-msgstr ""
-"El LILO i el grub són carregadors de l'arrencada de GNU/Linux. Normalment,\n"
-"aquesta etapa és totalment automàtica. De fet, el DrakX analitza el \n"
-"sector d'arrencada i actua d'acord amb el que hi troba:\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\n"
"\n"
-" * si troba un sector d'arrencada de Windows, el reemplaçarà amb un sector\n"
-"d'arrencada de grub/LILO. Per tant, sereu capaç de carregar el GNU/Linux\n"
-"o un altre sistema operatiu.\n"
"\n"
-" * si es troba un sector d'arrencada del grub o del LILO, el reemplaçarà\n"
-"amb un de nou.\n"
"\n"
-"Si té algun dubte, el DrakX us presentarà un diàleg amb diverses opcions:\n"
+"Resolution\n"
"\n"
-" * \"Carregador de l'arrencada\": teniu tres opcions:\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\n"
"\n"
-" * \"GRUB\": si preferiu el grub (menú de text).\n"
"\n"
-" * \"LILO amb menú gràfic\": si preferiu el LILO amb una interfície\n"
-"gràfica.\n"
"\n"
-" * \"LILO amb menú de text\": si preferiu el LILO amb el seu menú de\n"
-"text.\n"
+"Test\n"
"\n"
-" * \"Dispositiu d'arrencada\": en la majoria de casos, no heu de canviar "
-"l'opció\n"
-"per defecte (\"/dev/hda\"), però si ho preferiu, el carregador de "
-"l'arrencada\n"
-"pot instal·lar-se en el segon disc dur (\"/dev/hdb\"), o fins i tot en un \n"
-"disquet (\"/dev/fd0\").\n"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\n"
"\n"
-" * \"Temps d'espera abans de carregar la imatge per defecte\": quan es "
-"reinicia\n"
-"l'ordinador, aquest és el temps de què disposa l'usuari per escollir una "
-"entrada\n"
-"diferent de l'entrada per defecte en el menú d'arrencada.\n"
"\n"
-"Teniu en compte que si escolliu no instal·lar un carregador de l'arrencada \n"
-"(seleccionant \"Cancel·la\" aquí), heu d'estar segurs que teniu alguna "
-"manera\n"
-"d'arrencar el vostre sistema Mandrake Linux! Encara més, estigueu segurs de\n"
-"saber què feu abans de canviar alguna de les opcions.\n"
"\n"
-"Si feu clic al botó \"Avançat\" d'aquest diàleg podreu modificar algunes\n"
-"opcions avançades, reservades als usuaris experts."
+"Options\n"
+"\n"
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
+msgstr ""
-#: ../../help.pm_.c:718
+#: ../../help.pm:1
+#, c-format
msgid ""
-"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"
+"Graphic Card\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.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\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!"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
msgstr ""
-"Un cop configurats els paràmetres generals del carregador de l'arrencada, \n"
-"es mostrarà la llista d'opcions de càrrega que es veurà en arrencar la "
-"màquina.\n"
-"\n"
-"Si hi ha algun altre sistema operatiu instal·lat en el vostre ordinador, \n"
-"s'inclourà automàticament al menú del carregador. Aquí podeu modificar les\n"
-"entrades del menú d'arrencada. Seleccioneu una entrada i feu clic a \n"
-"\"Modifica\" per modificar-la o esborrar-la. \"Afegeix\" crea una nova "
-"entrada,\n"
-"i \"Fet\" avança cap al següent pas de la instal·lació.\n"
-"També és possible que no vulgueu permetre a ningú l'accés 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:732
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
msgstr ""
-"Heu d'indicar on voleu situar la informació necessària per\n"
-"arrencar el GNU/Linux.\n"
+"El GNU/Linux gestiona el temps en GMT (Greenwich Mean Time) i el tradueix a\n"
+"temps local d'acord amb el fus horari seleccionat. De tota manera és "
+"possible\n"
+"desactivar-ho desmarcant \"Rellotge del maquinari en GMT\" de manera que el\n"
+"rellotge de la màquina és el mateix que el rellotge del sistema. Això és\n"
+"convenient quan la màquina també té instal·lat un altre sistema operatiu "
+"com \n"
+"Windows.\n"
"\n"
-"Tret que sapigueu exactament què esteu fent, escolliu \"Primer sector\n"
-"de la unitat (MBR)\"."
+"L'opció de \"Sincronització automàtica de l'hora\" regularà automàticament\n"
+"l'hora connectant-se a un servidor horari remot d'Internet. En la llista\n"
+"que es presenta, escolliu un servidor ubicat a prop vostre. Necessiteu una\n"
+"connexió a Internet operativa perquè aquesta característica funcioni. El "
+"que\n"
+"farà realment és instal·lar en la vostra màquina un servidor horari, que "
+"poden\n"
+"usar opcionalment els altres ordinadors de la xarxa local."
-#: ../../help.pm_.c:739
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
+"This step is used to choose which services you wish to start at boot time.\n"
+"\n"
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\n"
"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a 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 first 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"
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"it is safer to leave the default behavior.\n"
"\n"
-" * \"CUPS\" -- ``Common Unix Printing System'', is excellent at printing to\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+"!! 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 that 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 ""
-"Aquí se seleccionarà el sistema d'impressió per al vostre ordinador. Altres\n"
-"sistemes operatius us n'oferiran un, però el Mandrake Linux n'ofereix dos.\n"
+"Ara podeu triar quins serveis voleu que s'iniciïn durant l'arrencada.\n"
"\n"
-" * \"pdq\" que vol dir \"print, don't queue\" (imprimeix, no facis cua), és\n"
-"l'opció escollida si teniu una connexió directa amb la impressora i voleu\n"
-"evitar aquelles cues d'impressió interminables, i no teniu impressores de \n"
-"xarxa. Només funcionarà sobre xarxes molt senzilles i és bastant lent per a\n"
-"xarxes en general. Escolliu \"pdq\" si és la vostra primera incursió en GNU/"
-"Linux.\n"
-"Podeu canviar la vostra elecció després de la instal·lació executant el \n"
-"PrinterDrake des del Centre de Control Mandrake, fent clic al botó \"Expert"
-"\".\n"
+"Aquí es llisten tots els serveis disponibles amb la instal·lació actual.\n"
+"Reviseu-los amb cura i desmarqueu aquells que no seran necessaris sempre\n"
+"durant l'arrencada.\n"
"\n"
-" * \"CUPS\" vol dir \"Common Unix Printing System\" (Sistema d'impressió "
-"comú\n"
-"de Unix), és el millor a l'hora d'imprimir a la vostra impressora local i a "
-"la\n"
-"meitat del planeta. És senzill i pot actuar com a servidor o client per a "
-"l'antic\n"
-"sistema d'impressió \"lpd\". Per tant, és compatible amb els sistemes "
-"anteriors.\n"
-"Pot fer moltes coses, però la configuració bàsica es tant senzilla com la de "
-"\"pdq\".\n"
-"Si necessiteu CUPS per emular un servidor \"lpd\", heu d'habilitar el "
-"dimoni\n"
-"\"cups-lpd\". Té una interfície gràfica per imprimir i escollir les "
-"opcions \n"
-"d'impressió."
+"Podeu obtenir una explicació breu sobre un servei si el seleccioneu. Si no\n"
+"esteu segur de la utilitat d'un servei, el més segur és deixar el "
+"comportament\n"
+"per defecte.\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. En general, seleccioneu només els serveis que realment "
+"necessiteu."
-#: ../../help.pm_.c:759
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\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 with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to return to the SCSI interface question.\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\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"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to manually provide options to the driver."
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
msgstr ""
-"El DrakX detectarà qualsevol dispositiu IDE en l'ordinador. Així mateix, \n"
-"intentarà trobar un o més adaptadors SCSI PCI. Si troba un adaptador SCSI,\n"
-"el DrakX instal·larà automàticament el controlador adequat.\n"
+"Ara podeu configurar la vostra connexió de xarxa/Internet. Si voleu\n"
+"connectar l'ordinador a Internet o a una xarxa local, feu clic a \"D'acord"
+"\".\n"
+"S'iniciarà la detecció automàtica de dispositius de xarxa i mòdems. Si la\n"
+"detecció fallés, desmarqueu la casella \"Usa la detecció automàtica\" la \n"
+"pròxima vegada. Podeu triar també no configurar la xarxa, o fer-ho més "
+"tard;\n"
+"en aquest cas, simplement feu clic al botó \"Cancel·la\".\n"
"\n"
-"Com que la detecció de maquinari no sempre troba tots els dispositius,\n"
-"el DrakX us demanarà que confirmeu si hi ha un adaptador SCSI PCI. Feu clic\n"
-"a \"Sí\" si sabeu segur que n'hi ha un instal·lat en l'ordinador. "
-"Apareixerà\n"
-"una llista de targetes SCSI perquè n'escolliu una. Feu clic a \"No\" si no "
-"en\n"
-"teniu cap. Si no n'esteu segurs, podeu mirar la llista de maquinari\n"
-"detectat en el vostre ordinador seleccionant \"Veure informació del "
-"maquinari\"\n"
-"i fent clic a \"D'acord\". Examineu la llista de maquinari i feu clic sobre\n"
-"el botó \"D'acord\" per tornar a la pregunta sobre l'interfície SCSI.\n"
+"Les connexions disponibles són: mòdem tradicional, mòdem XDSI, connexió "
+"ADSL,\n"
+"mòdem de cable, i finalment una connexió de xarxa local (Ethernet).\n"
"\n"
-"Si heu de seleccionar l'adaptador manualment, el DrakX us preguntarà si\n"
-"voleu confifurar-ne les opcions. Convé que deixeu que el DrakX comprovi\n"
-"el maquinari per inicialitzar les opcions especifiques d'algunes targetes.\n"
-"Això sol funcionar bé.\n"
+"No detallarem aquí cada configuració. Simplement assegureu-vos que teniu\n"
+"tots els paràmetres del vostre proveïdor d'accés a Internet o de "
+"l'administrador\n"
+"del sistema.\n"
"\n"
-"Si el DrakX no pot comprovar les opcions que se li han de passar al "
-"controlador,\n"
-"us caldrà proporcionar les opcions al controlador manualment. Consulteu la\n"
-"Guia de l'usuari (capítol 3, en la secció \"Informació obtinguda del "
-"maquinari\")\n"
-"per saber com treure aquesta informació de la documentació del maquinari,\n"
-"del lloc web del fabricant (si teniu accés a Internet) o del Microsoft "
-"Windows\n"
-"(si el teniu al sistema)."
+"Podeu consultar el capítol de la \"Guia de l'Usuari\" dedicat a les "
+"connexions\n"
+"a Internet per obtenir detalls sobre la configuració, o simplement esperar "
+"fins\n"
+"que el vostre sistema estigui instal·lat i usar el programa descrit per "
+"configurar\n"
+"la vostra connexió.\n"
+"\n"
+"Si voleu configurar la xarxa més tard després de la instal·lació, o si ja \n"
+"heu acabat de configurar la connexió de xarxa, feu clic a \"Cancel·la\"."
-#: ../../help.pm_.c:781
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present 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"
-"For other OSes, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"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 during boot. !!\n"
+"\n"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\n"
+"\n"
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such a floppy."
+msgstr ""
+"Finalment, depenent de si heu seleccionat poder triar els paquets "
+"individuals\n"
+"o no, se us presentarà un arbre amb tots els paquets classificats per grups "
+"i\n"
+"subgrups. Mentre navegueu per l'arbre, podeu seleccionar grups complets,\n"
+"subgrups o paquets individuals.\n"
"\n"
-"For Linux, there are a few possible options:\n"
+"Cada cop que seleccioneu un paquet de l'arbre, apareix una descripció a la\n"
+"dreta. Quan hagueu acabat la selecció de paquets, cliqueu a \"Instal·la\",\n"
+"que iniciarà el procés d'instal·lació. Depenent de la velocitat del vostre \n"
+"maquinari i del número de paquets que necessitin ser instal·lats, el procés\n"
+"pot trigar una bona estona en acabar. A la pantalla es mostrarà una "
+"estimació\n"
+"del temps que durarà la instal·lació de tots els paquets, per tal ajudar-"
+"vos\n"
+"a decidir si teniu prou temps per gaudir d'una tassa de cafè.\n"
"\n"
-" * Label: this is simply the name you will have to type at the yaboot\n"
-"prompt to select this boot option;\n"
+"Si heu seleccionat un paquet de servidor, intencionadament o perquè formava\n"
+"part d'un grup, se us demanarà que confirmeu si realment voleu instal·lar\n"
+"aquests servidors. Sota Mandrake Linux, qualsevol servidor instal·lat "
+"s'inicia\n"
+"per defecte quan el sistema arrenca. Tot i que fossin segurs i no "
+"tinguessin\n"
+"cap problema quan es va fer la distribució, podria ser que es descobrissin\n"
+"forats de seguretat després que aquesta versió de Mandrake Linux es "
+"completés.\n"
+"Si no sabeu què se suposa que fa un servei en particular o per què s'està\n"
+"instal·lant, aleshores feu clic a \"No\". Si pitgeu \"Sí\" s'instal·laran\n"
+"els serveis llistats i s'iniciaran automàticament per defecte.\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"
+"L'opció de \"Dependències automàtiques\" només deshabilita el diàleg "
+"d'advertència\n"
+"que apareix quan l'instal·lador selecciona automàticament un paquet. Això\n"
+"passa perquè s'ha determinat que es necessita safisfer una dependència d'un\n"
+"altre paquet per tal que la instal·lació es completi amb èxit.\n"
"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
+"La icona petita d'un disquet al final de la llista permet carregar una "
+"llista\n"
+"de paquets escollits en una instal·lació anterior. Fent clic en aquesta "
+"icona\n"
+"el sistema us demanarà que inseriu un disquet creat prèviament al final "
+"d'una\n"
+"altra instal·lació. Mireu el segon suggeriment de l'últim pas per saber com "
+"crear\n"
+"aquest tipus de disquet."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+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"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\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"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\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"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\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"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\n"
"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a filesystem check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\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"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working graphical desktop.\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'emergència.\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"
-"Per a altres SO, l'entrada només consta d'una etiqueta i de la partició "
-"arrel.\n"
+" * \"Truly minimal install\": will install the absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\n"
"\n"
-"Per al Linux, hi ha unes quantes opcions possibles: \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"
-" * Etiqueta: és només el nom a entrar en l'indicador del yaboot per\n"
-"seleccionar aquesta opció d'arrencada.\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 ""
+"Ha arribat el moment d'especificar quins programes voleu instal·lar en el\n"
+"sistema. Hi ha milers de paquets en el Mandrake Linux, i no se suposa que\n"
+"els conegueu tots de memòria.\n"
"\n"
-" * Imatge: el nom del nucli a arrencar. Normalment, vmlinux o una\n"
-"variació de vmlinux amb una extensió.\n"
+"Si esteu fent una instal·lació estàndar des del CD-ROM, primer se us "
+"demanarà\n"
+"que especifiqueu els CD que teniu (només en mode Expert). Comproveu les "
+"etiquetes\n"
+"dels CD i marqueu els quadres corresponents als CD que teniu per fer la\n"
+"instal·lació. Cliqueu \"D'acord\" quan vulgueu continuar.\n"
"\n"
-" * Arrel: el dispositiu arrel o '/' per a la instal·lació del Linux.\n"
+"Els paquets estan ordenats en grups que corresponen a un ús particular de "
+"la\n"
+"màquina. Els grups també estan ordenats en quatre seccions:\n"
"\n"
-" * Addició: en maquinari Apple, l'opció d'addició de nuclis s'utilitza\n"
-"força sovint per auxiliar en la inicialització de maquinari de vídeo o per\n"
-"habilitar l'emulació del botó del ratolí de teclat per als 2n i 3r botons,\n"
-"que sovint no existeixen en un ratolí Apple convencional. Alguns exemples\n"
-"d'això són:\n"
+" * \"Estació de treball\": si voleu utilitzar l'ordinador com a estació de \n"
+"treball, seleccioneu un o més grups dels corresponents;\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
+" * \"Desenvolupament\": si la vostra màquina s'ha d'utilitzar per "
+"programar,\n"
+"escolliu el(s) grup(s) desitjat(s);\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+" * \"Servidor\": si l'ordinador s'ha d'utilitzar com a servidor, serà "
+"possible\n"
+"de seleccionar els serveis més habituals que voleu instal·lar en la vostra\n"
+"màquina;\n"
"\n"
-" * Initrd: aquesta opció es pot utilitzar per carregar els mòduls inicials,\n"
-"abans que el dispostiu d'arrencada estigui disponible, o per carregar\n"
-"una imatge de disc RAM en una situació d'arrencada d'emergència.\n"
+" * \"Entorn Gràfic\": finalment, aquí és on escollireu quin és el vostre\n"
+"entorn gràfic preferit. Heu de seleccionar com a mínim un entorn gràfic si\n"
+"voleu tenir una estació de treball gràfica.\n"
"\n"
-" * Mida de l'Initrd: la mida per defecte del disc RAM sol ser de 4096 "
-"bytes.\n"
-"Si necessiteu assignar un disc RAM gran, podeu utilitzar aquesta opció.\n"
+"Moure el cursor per sobre d'un nom de grup farà que es mostri una breu "
+"explicació\n"
+"d'aquest grup. Si desmarqueu tots els grups quan estigueu fent una "
+"instal·lació\n"
+"des de zero (en contraposició a una actualització), se us presentarà un "
+"diàleg \n"
+"proposant-vos diferents opcions per a una instal·lació mínima:\n"
"\n"
-" * Lectura-Escriptura: normalment, la partició arrel '/' es tracta "
-"inicialment com\n"
-"de només lectura per permetre una comprovació del sistema de fitxers abans\n"
-"que el sistema esdevingui \"viu\". Podeu substituir aquesta opció aquí.\n"
+" * \"Amb X\": instal·lar els mínims paquets necessaris per tenir un entorn "
+"gràfic\n"
+"funcional;\n"
"\n"
-" * Sense Vídeo: en cas que el maquinari de vídeo d'Apple resulti "
-"especialment\n"
-"problemàtic, podeu seleccionar aquesta opció per arrencar en mode 'no-"
-"vídeo',\n"
-"amb el suport nadiu per a frame buffer.\n"
+" * \"Amb Documentació Bàsica\": instal·lar el sistema base i les utilitats "
+"bàsiques\n"
+"amb la seva documentació. Aquesta instal·lació és adequada per configurar un "
+"sistema\n"
+"servidor;\n"
"\n"
-" * Per defecte: seleccioneu 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."
+" * \"Instal·lació Realment Mínima\": s'instal·larà el mínim necessari per "
+"tenir un\n"
+"sistema Linux operatiu, només amb línia d'ordres. Aquesta instal·lació "
+"ocupa\n"
+"uns 65MB.\n"
+"\n"
+"Podeu marcar la casella de \"Selecció individual de paquets\", que és força "
+"útil si\n"
+"coneixeu els diversos paquets que s'ofereixen per instal·lar o si voleu "
+"tenir\n"
+"control total sobre el que s'instal·larà.\n"
+"\n"
+"Si heu començat la instal·lació en el mode \"Actualització\", podeu "
+"desmarcar \n"
+"tots els grups si voleu evitar que s'instal·li cap paquet nou. Això és "
+"útil \n"
+"per reparar o actualitzar un sistema existent."
-#: ../../help.pm_.c:828
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD as required."
+msgstr ""
+"La instal·lació del Mandrake Linux està repartida en diversos CD-ROM. El "
+"DrakX\n"
+"sap si un paquet seleccionat es troba a un altre CD-ROM i expulsarà el CD "
+"actual\n"
+"i us demanarà que n'inseriu un altre a mesura que ho necessiti."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
-"Yaboot's main options are:\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\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"
+"\"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"
-" * 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"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt;\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+" * \"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 ""
-"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"
-"instal·len correctament; si no és així, però, en aquesta pantalla podeu\n"
-"afegir una entrada manualment. Aneu amb compte de triar els paràmetres\n"
-"correctes.\n"
+"Aquestes són les particions de Linux existents que s'han detectat a la\n"
+"vostra unitat de disc dur. Podeu conservar les eleccions fetes per "
+"l'auxiliar, \n"
+"són adequades per a un ús normal. Si feu algun canvi, com a mínim heu de "
+"definir\n"
+"una partició arrel (\"/\"). No escolliu una partició massa petita, o no "
+"podreu\n"
+"instal·lar prou programari. Si voleu emmagatzemar les dades en una altra "
+"partició, també haureu de seleccionar una \"/home\" (només si teniu més "
+"d'una partició de\n"
+"Linux disponible).\n"
"\n"
-"Les opcions principals del Yaboot són:\n"
+"Per a la vostra informació, cada partició està identificada d'aquesta "
+"manera: \"Nom\", \"Capacitat\".\n"
"\n"
-" * Missatge d'inicialització: un senzill missatge de text que apareix abans\n"
-"de l'indicador d'arrencada.\n"
+"\"Nom\" es compon de: \"tipus d'unitat de disc\", \"número d'unitat de disc"
+"\",\n"
+"\"número de la partició\" (per exemple, \"hda1\").\n"
"\n"
-" * Dispositiu d'arrencada: indica on voleu situar la informació necessària\n"
-"per arrencar el GNU/Linux. Normalment, haureu configurat abans una partició\n"
-"bootstrap que contindrà aquesta informació.\n"
+"El \"Tipus d'unitat de disc\" és \"hd\" si la vostre unitat de disc és IDE i "
+"\"sd\" si és SCSI.\n"
"\n"
-" * Demora de l'Open Firmware: a diferència 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"
+"El \"Número de la unitat de disc\" és sempre una lletra després d'\"hd\" o "
+"\"sd\".\n"
+"Amb unitats de disc IDE:\n"
"\n"
-" * Temps màxim d'arrencada del nucli: aquest temps màxim és similar a la\n"
-"demora d'arrencada del LILO. Després de seleccionar el Linux tindreu aquest\n"
-"temps (en dècimes de segon) abans que se seleccioni la descripció per "
-"defecte\n"
-"del nucli.\n"
+" * \"a\" significa \"unitat de disc mestra en el controlador IDE primari\",\n"
"\n"
-" * Habilita l'arrencada des de CD: si activeu aquesta opció podreu triar\n"
-"'C' per a CD al primer indicador de l'arrencada.\n"
+" * \"b\" significa \"unitat de disc esclava en el controlador IDE primari"
+"\",\n"
"\n"
-" * Habilitar l'arrencada OF: si activeu aquesta opció podreu triar 'N' per\n"
-"Open Firmware al primer indicador de l'arrencada.\n"
+" * \"c\" significa \"unitat de disc mestra en el controlador IDE secundari"
+"\",\n"
"\n"
-" * SO per defecte: podeu seleccionar amb quin SO, per defecte, s'arrencarà\n"
-"quan la demora de l'Open Firmware venci."
+" * \"d\" significa \"unitat de disc esclava en el controlador IDE secundari"
+"\".\n"
+"\n"
+"Amb les unitats de disc SCSI, una \"a\" significa \"unitat primària de disc"
+"\",\n"
+"una \"b\" significa \"unitat secundària de disc\", etc."
-#: ../../help.pm_.c:860
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may 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\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to 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. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
msgstr ""
-"Ara us presentem diversos paràmetres de la vostra màquina. Depenent del\n"
-"maquinari instal·lat, podreu veure o no les següents entrades:\n"
-"\n"
-" * \"Ratolí\": comproveu la configuració actual del ratolí i feu clic al "
-"botó\n"
-"per canviar-la si fos necessari.\n"
-"\n"
-" * \"Teclat\": comproveu la configuració actual del mapa de teclat i feu "
-"clic\n"
-"al botó per canviar-la si fos necessari.\n"
-"\n"
-" * \"Fus horari\": el DrakX, per defecte, endevina la vostra zona horària\n"
-"basant-se en l'idioma que heu triat. Però, de la mateixa manera que en el "
-"cas\n"
-"del teclat, pot ser que visqueu en un país diferent al de l'idioma "
-"escollit.\n"
-"Per tant, podríeu haver de fer clic sobre el botó \"Fus horari\" per tal de\n"
-"configurar el rellotge d'acord amb la zona horària en la qual esteu.\n"
+"GNU/Linux és un sistema multiusuari, i això vol dir que cada usuari pot "
+"tenir\n"
+"les seves preferències, els seus fitxers, etc. Podeu llegir la \"Guia de "
+"l'Usuari\"\n"
+"per aprendre més coses. A diferència del \"root\", que és l'administrador, \n"
+"als usuaris que afegiu aquí no se'ls permetrà modificar res tret dels seus\n"
+"fitxers i la seva configuració. Cal que tingueu com a mínim un usuari "
+"normal.\n"
+"Aquest compte és en el que hauríeu d'entrar per a un ús habitual. Tot i que "
+"és\n"
+"molt pràctic entrar en el sistema com a \"root\" cada dia, també pot ser "
+"molt\n"
+"perillós. La més petita errada podría significar que el sistema deixés de "
+"funcionar.\n"
+"Si cometeu una gran errada com a usuari normal, podeu perdre algunes dades, "
+"però no\n"
+"tot el sistema.\n"
"\n"
-" * \"Impressora\": si feu clic al botó \"Cap Impressora\" s'obrirà "
-"l'auxiliar\n"
-"de configuració de la impressora.\n"
+"Primer, heu d'introduir el vostre nom real. Per suposat, això no és "
+"necessari, ja que\n"
+"podeu introduir el que volgueu. El DrakX agafarà la primera paraula que heu "
+"entrat\n"
+"en la casella i la copiarà en el \"Nom d'usuari\". Aquest és el nom que "
+"utilitzarà\n"
+"aquest usuari per entrar en el sistema. El podeu canviar si voleu. Després "
+"cal que\n"
+"introduïu una contrasenya. Una contrasenya d'un usuari no privilegiat "
+"(habitual) \n"
+"no és tant important com la del \"root\" des del punt de vista de la "
+"seguretat, \n"
+"però no hi ha cap raó per menystenir-ho: al cap i a la fi, els vostres "
+"fitxers\n"
+"estan en joc.\n"
"\n"
-" * \"Targeta de so\": si s'ha detectat una targeta de so en el sistema, "
-"apareixerà\n"
-"aquí. No es pot fer cap modificació durant la instal·lació.\n"
+"Si cliqueu a \"Accepta l'usuari\", després en podreu afegir tants com "
+"volgueu. Afegiu\n"
+"un usuari per tothom qui hagi de fer servir l'ordinador. Quan hagueu acabat "
+"d'afegir\n"
+"tants usuaris com volgueu, seleccioneu \"Fet\".\n"
"\n"
-" * \"Targeta TV\": si s'ha detectat una targeta de TV en el sistema, "
-"apareixerà\n"
-"aquí. No es pot fer cap modificació durant la instal·lació.\n"
+"Si feu clic al botó \"Avançat\" podreu canviar l'intèrpret d'ordres (\"shell"
+"\") \n"
+"predeterminat de l'usuari seleccionat (bash per defecte).\n"
"\n"
-" * \"Targeta XDSI\": si s'ha detectat una targeta XDSI en el sistema, "
-"apareixerà\n"
-"aquí. Podeu fer clic sobre el botó per canviar els paràmetres associats amb "
-"la\n"
-"targeta."
+"Un cop hagueu acabat d'afegir usuaris, se us proposarà triar quin usuari "
+"entrarà\n"
+"automàticament en el sistema en arrencar l'ordinador. Si us interessa "
+"aquesta \n"
+"característica (i no us importa gaire la seguretat local), trieu l'usuari i "
+"el\n"
+"gestor de finestres desitjat i feu clic a \"Sí\".\n"
+"Si no us interessa aquesta característica, pitgeu \"No\"."
-#: ../../help.pm_.c:891
+#: ../../help.pm:1
+#, fuzzy, c-format
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!"
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
msgstr ""
-"Escolliu el disc dur que voleu buidar per instal·lar la nova partició Linux\n"
-"Mandrake. Aneu amb compte, se'n perdran totes les dades i no es podran\n"
-"recuperar!"
+"Abans de continuar, hauríeu de llegir amb deteniment les clàusules de la \n"
+"llicència. Aquesta cobreix la totalitat de la distribució Mandrake Linux.\n"
+"Si no esteu d'acord amb tots els termes de la llicència, feu clic al botó\n"
+"\"Refusa\" i la instal·lació terminarà immediatament. Per continuar amb la\n"
+"instal·lació, feu clic al botó \"Accepta\"."
-#: ../../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 stop 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 particions\n"
-"que hi ha en aquesta unitat de disc. Aneu amb compte perquè, un cop\n"
-"hagueu fet clic a \"D'acord\", no podreu recuperar cap dada ni partició\n"
-"del disc, incloent les dades de Windows.\n"
-"\n"
-"Feu clic a \"Cancel·la\" per anul·lar aquesta operació sense perdre cap "
-"dada\n"
-"ni partició d'aquest disc."
+#: ../../install2.pm:1
+#, c-format
+msgid "You must also format %s"
+msgstr "També heu de formatar %s"
-#: ../../install2.pm_.c:111
+#: ../../install2.pm:1
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -4771,21 +3446,79 @@ msgstr ""
"d'arrencada no està sincronitzat amb el suport d'instal·lació (si us plau, "
"creeu un nou disquet d'arrencada)"
-#: ../../install2.pm_.c:167
+#: ../../install_any.pm:1
#, c-format
-msgid "You must also format %s"
-msgstr "També heu de formatar %s"
+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 ""
+"S'ha produït un error: no s'han trobat dispositius vàlids on crear nous "
+"sistemes de fitxers. Si us plau, comproveu el vostre maquinari per trobar el "
+"problema"
+
+#: ../../install_any.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "Error reading file %s"
+msgstr "S'ha produït un error en llegir el fitxer %s"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid ""
+"To use this saved packages selection, boot installation with ``linux "
+"defcfg=floppy''"
+msgstr ""
+"Per utilitzar aquesta selecció de paquets que heu desat, arrenqueu la "
+"instal·lació amb \"linux defcfg=floppy\""
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "This floppy is not FAT formatted"
+msgstr "Aquest disquet no està formatat amb FAT"
+
+#: ../../install_any.pm:1
+#, 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:423
+#: ../../install_any.pm:1
+#, c-format
+msgid "Can't use broadcast with no NIS domain"
+msgstr "No es pot utilitzar la difusió sense un domini NIS"
+
+#: ../../install_any.pm:1
#, c-format
msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+"Se suprimiran els següents paquets per poder actualitzar el sistema: %s\n"
+"\n"
+"\n"
+"Voleu realment suprimir aquests paquets?\n"
+
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
+#, c-format
+msgid "No"
+msgstr "No"
+
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
+#, c-format
+msgid "Yes"
+msgstr "Sí"
+
+#: ../../install_any.pm:1
+#, fuzzy, 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"
+"issues, but some new ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
"\n"
"\n"
"Do you really want to install these servers?\n"
@@ -4802,161 +3535,118 @@ msgstr ""
"\n"
"Voleu realment instal·lar aquests servidors?\n"
-#: ../../install_any.pm_.c:441
-#, c-format
-msgid ""
-"The following packages will be removed to allow upgrading your system: %s\n"
-"\n"
-"\n"
-"Do you really want to remove these packages?\n"
-msgstr ""
-"Se suprimiran els següents paquets per poder actualitzar el sistema: %s\n"
-"\n"
-"\n"
-"Voleu realment suprimir aquests paquets?\n"
+#
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System configuration"
+msgstr "Configuració de l'avís"
-#: ../../install_any.pm_.c:471
-msgid "Can't use broadcast with no NIS domain"
-msgstr "No es pot utilitzar la difusió sense un domini NIS"
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System installation"
+msgstr "Instal·lació del SILO"
-#: ../../install_any.pm_.c:879
+#: ../../install_interactive.pm:1
#, 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:883
-msgid "This floppy is not FAT formatted"
-msgstr "Aquest disquet no està formatat amb FAT"
-
-#: ../../install_any.pm_.c:895
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Per utilitzar aquesta selecció de paquets que heu desat, arrenqueu la "
-"instal·lació amb \"linux defcfg=floppy\""
+msgid "Bringing down the network"
+msgstr "S'està desactivant la xarxa"
-#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Error reading file %s"
-msgstr "S'ha produït un error en llegir el fitxer %s"
-
-#: ../../install_any.pm_.c:1040
-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 ""
-"S'ha produït un error: no s'han trobat dispositius vàlids on crear nous "
-"sistemes de fitxers. Si us plau, comproveu el vostre maquinari per trobar el "
-"problema"
+msgid "Bringing up the network"
+msgstr "S'està activant la xarxa"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_interactive.pm:1
#, 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 controladors\n"
-"\"registrats\" per poder funcionar. Podeu trobar-ne informació a: %s"
+msgid "Partitioning failed: %s"
+msgstr "Ha fallat el particionament: %s"
-#: ../../install_interactive.pm_.c:56
-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 `/'"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-"Heu de tenir una partició arrel.\n"
-"Per fer-ho, creeu una partició (o feu clic a una d'existent).\n"
-"Després, trieu l'acció \"Punt de muntatge\" i doneu-li el valor '/'"
+"L'auxiliar de particionament del DrakX ha trobat les solucions següents:"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr "Heu de tenir una partició d'intercanvi"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "I can't find any room for installing"
+msgstr "No es pot trobar espai per a la instal·lació"
-#: ../../install_interactive.pm_.c:62
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
+"You can now partition %s.\n"
+"When you are done, don't forget to save using `w'"
msgstr ""
-"No teniu cap partició d'intercanvi.\n"
-"\n"
-"Voleu continuar igualment?"
-
-#
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Heu de tenir una partició FAT muntada en /boot/efi"
-
-#: ../../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 partitions"
-msgstr "Utilitza les particions existents"
+"Ara podeu fer les particions a %s.\n"
+"Quan acabeu, no oblideu desar-les utiltzant 'w'"
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "No hi ha cap partició que es pugui utilitzar"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use fdisk"
+msgstr "Utilitza l'fdisk"
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Utilitza la particio Windows per al loopback"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Custom disk partitioning"
+msgstr "Particionament personalitzat de disc"
-#: ../../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:1
+#, 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:114
-msgid "Choose the sizes"
-msgstr "Escolliu les mides"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "You have more than one hard drive, which one do you install linux on?"
+msgstr "Teniu més d'un disc dur; en quin voleu instal·lar el Linux?"
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Mida de la partició arrel en MB: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "Esborra tot el disc"
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Mida de la partició d'intercanvi en MB: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "Elimina el Windows(TM)"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr "Utilitza l'espai lliure de la partició de Windows"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to resize (or not enough space left)"
+msgstr ""
+"No hi ha cap partició FAT a la qual canviar la mida o que es pugui utilitzar "
+"com a loopback (o no hi queda prou espai)"
-#: ../../install_interactive.pm_.c:129
-msgid "Which partition do you want to resize?"
-msgstr "A quina partició voleu canviar-li la mida?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "Ha fallat el redimensionament de la FAT: %s"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
msgstr "S'està redimensionant la partició de Windows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, 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 produït l'error següent: %s"
+msgid "Resizing"
+msgstr "S'està canviant la mida"
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr ""
-"La partició de Windows està massa fragmentada. Si us plau, reinicieu "
-"l'ordinador sota Windows i executeu l'eina \"defrag\". Llavors, torneu a "
-"començar la instal·lació del Mandrake Linux."
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "partició %s"
+
+#: ../../install_interactive.pm:1
+#, c-format
+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:138
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -4978,324 +3668,170 @@ msgstr ""
"vostres dades.\n"
"Quan estigueu segur, premeu \"D'acord\"."
-#: ../../install_interactive.pm_.c:148
-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:149
-#, c-format
-msgid "partition %s"
-msgstr "partició %s"
-
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm:1
#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Ha fallat el redimensionament de la FAT: %s"
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"No hi ha cap partició FAT a la qual canviar la mida o que es pugui utilitzar "
-"com a loopback (o no hi queda prou espai)"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Erase entire disk"
-msgstr "Esborra tot el disc"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr "Elimina el Windows(TM)"
-
-#: ../../install_interactive.pm_.c:180
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Teniu més d'un disc dur; en quin voleu instal·lar el Linux?"
-
-#: ../../install_interactive.pm_.c:183
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
msgstr ""
-"Es perdran TOTES les particions, i les dades que contenen, de la unitat %s"
-
-#: ../../install_interactive.pm_.c:191
-msgid "Custom disk partitioning"
-msgstr "Particionament personalitzat de disc"
+"La partició de Windows està massa fragmentada. Si us plau, reinicieu "
+"l'ordinador sota Windows i executeu l'eina \"defrag\". Llavors, torneu a "
+"començar la instal·lació del Mandrake Linux."
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr "Utilitza l'fdisk"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "Computing the size of the Windows partition"
+msgstr "Utilitza l'espai lliure de la partició de Windows"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, 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:227
-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:243
-msgid "I can't find any room for installing"
-msgstr "No es pot trobar espai per a la instal·lació"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
msgstr ""
-"L'auxiliar de particionament del DrakX ha trobat les solucions següents:"
+"El redimensionador de la FAT no pot gestionar la vostra partició. \n"
+"S'ha produït l'error següent: %s"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Ha fallat el particionament: %s"
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr "S'està activant la xarxa"
-
-#: ../../install_interactive.pm_.c:265
-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 produït un error, però no sé com gestionar-lo correctament.\n"
-"Si continueu, és sota la vostra responsabilitat."
+msgid "Which partition do you want to resize?"
+msgstr "A quina partició voleu canviar-li la mida?"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Duplica el punt de muntatge %s"
+msgid "Use the free space on the Windows partition"
+msgstr "Utilitza l'espai lliure de la partició de Windows"
-#: ../../install_steps.pm_.c:380
-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"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
-"Alguns paquets importants no s'han instal·lat correctament.\n"
-"La vostra unitat de CD-ROM, o bé el CD-ROM, són defectuosos.\n"
-"Comproveu el CD-ROM en un ordinador instal·lat mitjançant \"rpm -qpl "
-"Mandrake/RPMS/*.rpm\"\n"
+"No hi ha cap partició FAT a la qual canviar la mida o que es pugui utilitzar "
+"com a loopback (o no hi queda prou espai)"
-#: ../../install_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr "Benvingut a %s"
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
-msgstr "No hi ha cap unitat de disquet disponible"
+msgid "Swap partition size in MB: "
+msgstr "Mida de la partició d'intercanvi en MB: "
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr "S'està entrant en el pas '%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:146
-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 ""
-"El vostre sistema està baix de recursos; podeu tenir algun problema en\n"
-"instal·lar el Mandrake Linux. Si això passa, podeu provar d'instal·lar-lo "
-"en\n"
-"mode text. Per fer-ho, premeu 'F1' en arrencar des del CD-ROM i escriviu "
-"'text'."
-
-#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr "Tipus d'instal·lació"
-
-#
-#: ../../install_steps_gtk.pm_.c:160
-msgid "Please choose one of the following classes of installation:"
-msgstr "Si us plau, trieu un dels tipus d'instal·lació següents:"
+msgid "Root partition size in MB: "
+msgstr "Mida de la partició arrel en MB: "
-#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr "Selecció del grup de paquets"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Choose the sizes"
+msgstr "Escolliu les mides"
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr "Selecció individual de paquets"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which partition do you want to use for Linux4Win?"
+msgstr "Quina partició voleu utilitzar per al Linux4Win?"
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Mida total: %d / %d MB"
+msgid "Use the Windows partition for loopback"
+msgstr "Utilitza la particio Windows per al loopback"
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr "Paquet incorrecte"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no existing partition to use"
+msgstr "No hi ha cap partició que es pugui utilitzar"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr "Nom: %s\n"
+msgid "Use existing partitions"
+msgstr "Utilitza les particions existents"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "Versió: %s\n"
+msgid "Not enough free space to allocate new partitions"
+msgstr "No hi ha prou espai lliure per assignar noves particions"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr "Mida: %d kB\n"
+msgid "Use free space"
+msgstr "Utilitza l'espai lliure"
-#: ../../install_steps_gtk.pm_.c:338
+#
+#: ../../install_interactive.pm:1 ../../install_steps.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr "Importància: %s\n"
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "Heu de tenir una partició FAT muntada en /boot/efi"
-#: ../../install_steps_gtk.pm_.c:360
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"You can't select this package as there is not enough space left to install it"
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
-"No podeu seleccionar aquest paquet perquè no queda prou espai per instal·lar-"
-"lo"
-
-#: ../../install_steps_gtk.pm_.c:365
-msgid "The following packages are going to be installed"
-msgstr "Ara s'instal·laran els paquets següents"
-
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr "Ara s'eliminaran els paquets següents"
-
-#: ../../install_steps_gtk.pm_.c:378
-msgid "You can't select/unselect this package"
-msgstr "No podeu seleccionar/desseleccionar aquest paquet"
-
-#: ../../install_steps_gtk.pm_.c:390
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Aquest paquet és obligatori; no es pot desseleccionar"
-
-#: ../../install_steps_gtk.pm_.c:392
-msgid "You can't unselect this package. It is already installed"
-msgstr "No podeu desseleccionar aquest paquet; ja està instal·lat"
+"No teniu cap partició d'intercanvi.\n"
+"\n"
+"Voleu continuar igualment?"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
+"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 ""
-"Aquest paquet s'ha d'actualitzar.\n"
-"Esteu segur que voleu desseleccionar-lo?"
-
-#: ../../install_steps_gtk.pm_.c:398
-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:403
-msgid "Show automatically selected packages"
-msgstr "Mostra automàticament els paquets seleccionats"
-
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr "Instal·la"
-
-#
-#: ../../install_steps_gtk.pm_.c:407
-msgid "Load/Save on floppy"
-msgstr "Carrega/Desa al disquet"
-
-#
-#: ../../install_steps_gtk.pm_.c:408
-msgid "Updating package selection"
-msgstr "S'està actualitzant la selecció de paquets"
-
-#
-#: ../../install_steps_gtk.pm_.c:413
-msgid "Minimal install"
-msgstr "Instal·lació mínima"
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr "Escolliu els paquets que voleu instal·lar"
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr "S'està instal·lant"
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr "S'està estimant"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr "Temps restant "
-
-#: ../../install_steps_gtk.pm_.c:469
-msgid "Please wait, preparing installation..."
-msgstr "Espereu si us plau, s'està preparant la instal·lació..."
-
-#: ../../install_steps_gtk.pm_.c:551
-#, c-format
-msgid "%d packages"
-msgstr "%d paquets"
+"Heu de tenir una partició arrel.\n"
+"Per fer-ho, creeu una partició (o feu clic a una d'existent).\n"
+"Després, trieu l'acció \"Punt de muntatge\" i doneu-li el valor '/'"
-#: ../../install_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr "S'està instal·lant el paquet %s"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "Accepta"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
-msgstr "Rebutja"
+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 controladors\n"
+"\"registrats\" per poder funcionar. Podeu trobar-ne informació a: %s"
-#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
+#: ../../install_messages.pm:1
#, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\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."
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\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 ""
-"Canvieu el CD-ROM!\n"
+"Felicitats! La instal·lació ha acabat.\n"
+"Traieu el suport d'arrencada i premeu Retorn per tornar a arrencar.\n"
"\n"
-"Si us plau, inseriu el CD-ROM etiquetat com \"%s\" a la unitat i després\n"
-"premeu D'acord.\n"
-"Si no el teniu, premeu Cancel·la per no fer la instal·lació des d'aquest CD-"
-"ROM."
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr "Voleu seguir igualment?"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
-msgstr "S'ha produït un error en ordenar els paquets:"
+"\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"
+"%s\n"
+"\n"
+"\n"
+"La informació sobre com configurar el vostre sistema està disponible a\n"
+"l'últim capítol d'instal·lació de la Guia Oficial de l'Usuari del\n"
+"Mandrake Linux."
-#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr "S'ha produït un error en instal·lar els paquets:"
+#: ../../install_messages.pm:1
+#, fuzzy, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -5359,20 +3895,8 @@ msgstr ""
"propietat intel·lectual i de copyright aplicables als programes\n"
"informàtics.\n"
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "S'ha produït un error"
-
-#
-#: ../../install_steps_interactive.pm_.c:85
-msgid "Do you really want to leave the installation?"
-msgstr "Realment voleu deixar la instal·lació?"
-
-#: ../../install_steps_interactive.pm_.c:112
-msgid "License agreement"
-msgstr "Acord de llicència"
-
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -5596,307 +4120,708 @@ msgstr ""
"Per a qualsevol tema relacionat amb aquest document, poseu-vos en\n"
"contacte amb MandrakeSoft S.A.\n"
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
-msgstr "Esteu segur que voleu rebutjar la llicència?"
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "S'està entrant en el pas '%s'\n"
-#: ../../install_steps_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "Teclat"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "Voleu seguir igualment?"
-#
-#: ../../install_steps_interactive.pm_.c:218
-msgid "Please choose your keyboard layout."
-msgstr "Si us plau, seleccioneu la disposició del vostre teclat."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "S'ha produït un error en instal·lar els paquets:"
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
-msgstr "Aquesta és la llista completa de teclats disponibles"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "S'ha produït un error en ordenar els paquets:"
-#: ../../install_steps_interactive.pm_.c:237
-msgid "Which installation class do you want?"
-msgstr "Quin tipus d'instal·lació voleu?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, 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 CD-ROM!\n"
+"\n"
+"Si us plau, inseriu el CD-ROM etiquetat com \"%s\" a la unitat i després\n"
+"premeu D'acord.\n"
+"Si no el teniu, premeu Cancel·la per no fer la instal·lació des d'aquest CD-"
+"ROM."
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Install/Update"
-msgstr "Instal·la/Actualitza"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "Rebutja"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Is this an install or an update?"
-msgstr "Es tracta d'una instal·lació o d'una actualització?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "Accepta"
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Recommended"
-msgstr "Recomanada"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "S'està instal·lant el paquet %s"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "Expert"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d paquets"
-#
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade"
-msgstr "Actualitza"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "No details"
+msgstr "Detalls"
-#
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade packages only"
-msgstr "Només actualitza paquets"
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "Detalls"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Please wait, preparing installation..."
+msgstr "Espereu si us plau, s'està preparant la instal·lació..."
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "Temps restant "
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "S'està estimant"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "S'està instal·lant"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "Escolliu els paquets que voleu instal·lar"
#
-#: ../../install_steps_interactive.pm_.c:282
-msgid "Please choose the type of your mouse."
-msgstr "Si us plau, seleccioneu el tipus del vostre ratolí."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Minimal install"
+msgstr "Instal·lació mínima"
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr "Port del ratolí"
+#
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Updating package selection"
+msgstr "S'està actualitzant la selecció de paquets"
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Si us plau, seleccioneu el port sèrie a què està connectat el ratolí."
+#
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Load/Save on floppy"
+msgstr "Carrega/Desa al disquet"
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
-msgstr "Emulació dels botons"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "<- Previous"
+msgstr "<- Anterior"
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
-msgstr "Emulació del botó 2"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "Instal·la"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
-msgstr "Emulació del botó 3"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
+msgstr "Mostra automàticament els paquets seleccionats"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr "S'estan configurant les targetes PCMCIA..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It must be upgraded"
+msgstr "No podeu desseleccionar aquest paquet; s'ha d'actualitzar"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr "S'està configurant l'IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It is already installed"
+msgstr "No podeu desseleccionar aquest paquet; ja està instal·lat"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "This is a mandatory package, it can't be unselected"
+msgstr "Aquest paquet és obligatori; no es pot desseleccionar"
-#: ../../install_steps_interactive.pm_.c:345
-msgid "No partition available"
-msgstr "No hi ha particions disponibles"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "No podeu seleccionar/desseleccionar aquest paquet"
-#: ../../install_steps_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
-msgstr "S'estan explorant les particions per trobar els punts de muntatge"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "Ara s'eliminaran els paquets següents"
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
-msgstr "Escolliu els punts de muntatge"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be installed"
+msgstr "Ara s'instal·laran els paquets següents"
-#: ../../install_steps_interactive.pm_.c:386
+#: ../../install_steps_gtk.pm:1
+#, c-format
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"
+"You can't select this package as there is not enough space left to install it"
msgstr ""
-"No hi ha prou espai lliure per un 1MB de bootstrap! La instal·lació "
-"continuarà, però per iniciar el sistema necessitareu crear la partició de "
-"bootstrap amb el DiskDrake"
+"No podeu seleccionar aquest paquet perquè no queda prou espai per instal·lar-"
+"lo"
-#
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "No s'ha trobat cap partició arrel per realitzar una actualització"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Importància: %s\n"
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Partició arrel"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Mida: %d kB\n"
-#: ../../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_gtk.pm:1
+#, c-format
+msgid "Version: %s\n"
+msgstr "Versió: %s\n"
-#: ../../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_gtk.pm:1
+#, c-format
+msgid "Name: %s\n"
+msgstr "Nom: %s\n"
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Escolliu les particions que voleu formatar"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Bad package"
+msgstr "Paquet incorrecte"
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Voleu comprovar els blocs incorrectes?"
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "Altres"
-#: ../../install_steps_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr "S'estan formatant les particions"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Mida total: %d / %d MB"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Creating and formatting file %s"
-msgstr "S'està creant i formatant el fitxer %s"
+msgid "Next ->"
+msgstr "Següent ->"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Individual package selection"
+msgstr "Selecció individual de paquets"
-#: ../../install_steps_interactive.pm_.c:470
+#
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Help"
+msgstr "Ajuda"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package Group Selection"
+msgstr "Selecció del grup de paquets"
+
+#: ../../install_steps_gtk.pm:1
#, c-format
msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
+"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 ""
-"És impossible de comprovar el sistema de fitxers %s. Voleu reparar els "
-"errors? (Vigileu, podríeu perdre dades.)"
+"El vostre sistema està baix de recursos; podeu tenir algun problema en\n"
+"instal·lar el Mandrake Linux. Si això passa, podeu provar d'instal·lar-lo "
+"en\n"
+"mode text. Per fer-ho, premeu 'F1' en arrencar des del CD-ROM i escriviu "
+"'text'."
-#: ../../install_steps_interactive.pm_.c:472
-msgid "Not enough swap space to fulfill installation, please add some"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save packages selection"
+msgstr "Desa la selecció de paquets"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "Automàtica"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Replay"
+msgstr "Repeteix"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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 ""
-"No hi ha prou espai d'intercanvi per completar la instal·lació; si us plau, "
-"afegiu-ne"
+"Si ho desitgeu, la instal·lació automàtica es pot\n"
+"automatitzar completament, però en aquest cas\n"
+"prendrà el control del disc dur!\n"
+"(Això està pensat per a la instal·lació en un altre ordinador.)\n"
+"\n"
+"Potser preferireu repetir la instal·lació.\n"
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Looking for available packages and rebuilding rpm database..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Generate auto install floppy"
+msgstr "Genera un disquet per a la instal·lació automàtica"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Reboot"
+msgstr "Arrel"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Some steps are not completed.\n"
+"\n"
+"Do you really want to quit now?"
msgstr ""
-"S'estan cercant els paquets disponibles i reconstruint la base de dades "
-"d'rpm..."
+"Alguns passos no s'han completat.\n"
+"\n"
+"Segur que voleu sortir ara?"
-#: ../../install_steps_interactive.pm_.c:480
-msgid "Looking for available packages..."
-msgstr "S'estan cercant els paquets disponibles..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Creating auto install floppy..."
+msgstr "S'està creant el diquet d'instal·lació automàtica"
-#: ../../install_steps_interactive.pm_.c:483
-msgid "Looking at packages already installed..."
-msgstr "S'estan cercant els paquets ja instal·lats..."
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
+#, 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:487
-msgid "Finding packages to upgrade..."
-msgstr "S'estan cercant els paquets a actualitzar"
+#: ../../install_steps_interactive.pm:1
+#, 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 de l'arrencada. Si no veieu l'indicador del\n"
+"carregador de l'arrencada en tornar a arrencar, premeu\n"
+"Command-Option-O-F en tornar a arrencar i introduïu:\n"
+" setenv boot-device %s,\\\\:tbxi\n"
+" Després, escriviu: shut-down\n"
+"En l'arrencada següent heu de veure l'indicador del carregador de "
+"l'arrencada."
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installation of bootloader failed. The following error occured:"
+msgstr ""
+"Ha fallat la instal·lació del carregador de l'arrencada. S'ha produït "
+"l'error següent:"
+
+#
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing bootloader"
+msgstr "S'està instal·lant el carregador de l'arrencada"
+
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
+"Error installing aboot, \n"
+"try to force installation even if that destroys the first partition?"
msgstr ""
-"Al vostre sistema no li queda prou espai per a la instal·lació o "
-"actualització (%d > %d)"
+"S'ha produït un error en instal·lar l'aboot. \n"
+"Voleu intentar igualment la instal·lació encara que això destrueixi la "
+"primera partició?"
-#: ../../install_steps_interactive.pm_.c:541
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "Voleu utilitzar l'aboot?"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
+"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 or some other means to boot your machine"
msgstr ""
-"Si us plau, carregueu o deseu la selecció de paquets en el disquet.\n"
-"El format és el mateix que en els disquets generats d'instal·lació "
-"automàtica."
+"Sembla que teniu un ordinador OldWorld o una màquina \n"
+"desconeguda; el carregador d'arrencada yaboot no funcionarà.\n"
+"La instal·lació continuarà, però haureu d'utilitzar el BootX\n"
+"per arrencar l'ordinador"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing bootloader..."
+msgstr "S'està preparant el carregador de l'arrencada..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin Password"
+msgstr "Contrasenya de l'administrador del domini"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin User Name"
+msgstr "Nom d'usuari de l'administrador del domini"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Windows Domain"
+msgstr "Domini de Windows"
#
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Load from floppy"
-msgstr "Carrega des del disquet"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication Windows Domain"
+msgstr "Autenticació en el domini de Windows"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr "Desa al disquet"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid ""
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
+msgstr ""
+"Per tal que funcioni en un W2K PDC, segurament haureu de fer que "
+"l'administrador executi \"C:\\>net localgroup 'Accés compatible amb vesions "
+"anteriors a Windows 2000' everyone /add\" i que reiniciï el servidor.\n"
+"També necessitareu el nom d'usuari i la contrasenya de l'administrador del "
+"domini per poder connectar la màquina al domini de Windows(TM).\n"
+"Si la xarxa encara no està operativa, el DrakX provarà de connectar-se al "
+"domini després del pas de configuració de la xarxa.\n"
+"Si aquesta configuració fallés per algun motiu i l'autenticació no "
+"funcionés, executeu 'smbpasswd -j DOMINI -U USUARI%CONTRASENYA' passant com "
+"a paràmetres el domini Windows en qüestió i el nom d'usuari i la contrasenya "
+"de l'administrador, després que arrenqui el sistema.\n"
+"L'ordre 'wbinfo -t' comprovarà si els secrets de l'autenticació són prou "
+"bons."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Server"
+msgstr "Servidor NIS"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "Domini del NIS"
#
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Loading from floppy"
-msgstr "S'està carregant des del disquet"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication NIS"
+msgstr "Autenticació NIS"
#
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Package selection"
-msgstr "Selecció de paquets"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS"
+msgstr "NIS"
#
-#: ../../install_steps_interactive.pm_.c:552
-msgid "Insert a floppy containing package selection"
-msgstr "Inseriu un disquet amb la selecció de paquets"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Server"
+msgstr "Servidor LDAP"
-#: ../../install_steps_interactive.pm_.c:634
-msgid "Selected size is larger than available space"
-msgstr "La mida seleccionada és superior a la disponible"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Base dn"
+msgstr "LDAP Base dn"
#
-#: ../../install_steps_interactive.pm_.c:649
-msgid "Type of install"
-msgstr "Tipus d'instal·lació"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication LDAP"
+msgstr "Autenticació LDAP"
-#: ../../install_steps_interactive.pm_.c:650
-msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
-msgstr ""
-"No heu seleccionat cap grup de paquets.\n"
-"Escolliu la instal·lació mínima que voleu:"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr "LDAP"
#
-#: ../../install_steps_interactive.pm_.c:653
-msgid "With X"
-msgstr "Amb X"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Local files"
+msgstr "Fitxers locals"
-#: ../../install_steps_interactive.pm_.c:655
-msgid "With basic documentation (recommended!)"
-msgstr "Amb la documentació bàsica (recomanat!)"
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "Autenticació"
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Instal·lació realment mínima (especialment no urpmi)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it must be at least %d characters long)"
+msgstr ""
+"Aquesta contrasenya és massa curta (ha de tenir com a mínim %d caràcters)"
-#: ../../install_steps_interactive.pm_.c:741
-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."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No password"
+msgstr "Sense contrasenya"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Set root password"
+msgstr "Estableix la contrasenya de root"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You have not configured X. Are you sure you really want this?"
msgstr ""
-"Si teniu tots els CD de la llista de sota, feu clic a 'D'acord'.\n"
-"Si no teniu cap d'aquests CD, feu clic a 'Cancel·la'.\n"
-"Si només falten alguns CD, desseleccioneu-los i feu clic a 'D'acord'."
-#: ../../install_steps_interactive.pm_.c:746
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM etiquetat com \"%s\""
+msgid "Services: %d activated for %d registered"
+msgstr "Serveis: %d activats per %d registrats"
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr "S'està preparant la instal·lació"
+#
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services"
+msgstr "Serveis"
-#: ../../install_steps_interactive.pm_.c:776
+#
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
+msgid "System"
+msgstr "Sistema"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Bootloader"
+msgstr "Carregador de l'arrencada a utilitzar"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Boot"
+msgstr "Arrel"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "disabled"
+msgstr "inhabilita"
+
+#
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "activated"
+msgstr "Activa'l ara"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Firewall"
+msgstr "Tallafoc/Encaminador"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Security"
+msgstr "Seguretat"
+
+#
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Security Level"
+msgstr "Nivell de seguretat:"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "not configured"
+msgstr "torna a configurar"
+
+#
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Network"
+msgstr "Xarxa"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Network & Internet"
+msgstr "Interfície de la xarxa"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Graphical interface"
+msgstr "Interfície gràfica a l'inici"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Hardware"
+msgstr "HardDrake"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "TV card"
+msgstr "Targeta de TV"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-"S'està instal·lant el paquet %s\n"
-"%d%%"
+"No s'ha detectat cap targeta de so. Proveu amb \"harddrake\" després de la "
+"instal·lació"
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr "Configuració posterior a la instal·lació"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+"Executeu \"sndconfig\" després de la instal·lació per configurar la targeta "
+"de so"
-#: ../../install_steps_interactive.pm_.c:828
+#
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Inseriu el disquet d'arrencada utilitzat a la unitat %s"
+msgid "Do you have an ISA sound card?"
+msgstr "Teniu una targeta de so ISA?"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Inseriu el disquet d'Actualització de Mòduls a la unitat %s"
+msgid "Sound card"
+msgstr "Targeta de so"
-#: ../../install_steps_interactive.pm_.c:861
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "Servidor CUPS remot"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No printer"
+msgstr "Cap impressora"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer"
+msgstr "Impressora"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, c-format
+msgid "Mouse"
+msgstr "Ratolí"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Timezone"
+msgstr "Fus horari"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "Teclat"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr "Resum"
+
+#
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NTP Server"
+msgstr "Servidor NTP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
+msgstr "Sincronització automàtica de la hora (usant NTP)"
+
+#
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware clock set to GMT"
+msgstr "El rellotge del vostre ordinador està regulat per GMT"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "En quina zona horària us trobeu?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Contacting the mirror to get the list of available packages..."
+msgstr ""
+"S'està contactant amb la rèplica per obtenir la llista dels paquets "
+"disponibles..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "Escolliu una rèplica des de la qual aconseguir els paquets"
+
+#
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Contacting Mandrake Linux web site to get the list of available mirrors..."
+msgstr ""
+"S'està contactant amb el servidor Mandrake Linux per obtenir la llista de "
+"rèpliques disponibles..."
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
-"have been released after the distribution was released. They may\n"
+"have been updated 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"
@@ -5914,3299 +4839,7233 @@ msgstr ""
"\n"
"Voleu instal·lar aquestes actualitzacions?"
-#
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please insert the Update Modules floppy in drive %s"
+msgstr "Inseriu el disquet d'Actualització de Mòduls a la unitat %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "Inseriu el disquet d'arrencada utilitzat a la unitat %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "Configuració posterior a la instal·lació"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
+"Installing package %s\n"
+"%d%%"
msgstr ""
-"S'està contactant amb el servidor Mandrake Linux per obtenir la llista de "
-"rèpliques disponibles..."
+"S'està instal·lant el paquet %s\n"
+"%d%%"
-#: ../../install_steps_interactive.pm_.c:881
-msgid "Choose a mirror from which to get the packages"
-msgstr "Escolliu una rèplica des de la qual aconseguir els paquets"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "S'està preparant la instal·lació"
-#: ../../install_steps_interactive.pm_.c:890
-msgid "Contacting the mirror to get the list of available packages..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "CD-ROM etiquetat com \"%s\""
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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 ""
-"S'està contactant amb la rèplica per obtenir la llista dels paquets "
-"disponibles..."
+"Si teniu tots els CD de la llista de sota, feu clic a 'D'acord'.\n"
+"Si no teniu cap d'aquests CD, feu clic a 'Cancel·la'.\n"
+"Si només falten alguns CD, desseleccioneu-los i feu clic a 'D'acord'."
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr "En quina zona horària us trobeu?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Truly minimal install (especially no urpmi)"
+msgstr "Instal·lació realment mínima (especialment no urpmi)"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
+msgstr "Amb la documentació bàsica (recomanat!)"
#
-#: ../../install_steps_interactive.pm_.c:923
-msgid "Hardware clock set to GMT"
-msgstr "El rellotge del vostre ordinador està regulat per GMT"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With X"
+msgstr "Amb X"
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Sincronització automàtica de la hora (usant NTP)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+"No heu seleccionat cap grup de paquets.\n"
+"Escolliu la instal·lació mínima que voleu:"
#
-#: ../../install_steps_interactive.pm_.c:931
-msgid "NTP Server"
-msgstr "Servidor NTP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Type of install"
+msgstr "Tipus d'instal·lació"
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr "Servidor CUPS remot"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Selected size is larger than available space"
+msgstr "La mida seleccionada és superior a la disponible"
-#: ../../install_steps_interactive.pm_.c:966
-msgid "No printer"
-msgstr "Cap impressora"
+#
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Insert a floppy containing package selection"
+msgstr "Inseriu un disquet amb la selecció de paquets"
#
-#: ../../install_steps_interactive.pm_.c:982
-msgid "Do you have an ISA sound card?"
-msgstr "Teniu una targeta de so ISA?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Loading from floppy"
+msgstr "S'està carregant des del disquet"
-#: ../../install_steps_interactive.pm_.c:984
-msgid "Run \"sndconfig\" after installation to configure your sound card"
+#
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package selection"
+msgstr "Selecció de paquets"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "Desa al disquet"
+
+#
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Load from floppy"
+msgstr "Carrega des del disquet"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
msgstr ""
-"Executeu \"sndconfig\" després de la instal·lació per configurar la targeta "
-"de so"
+"Si us plau, carregueu o deseu la selecció de paquets en el disquet.\n"
+"El format és el mateix que en els disquets generats d'instal·lació "
+"automàtica."
-#: ../../install_steps_interactive.pm_.c:986
-msgid "No sound card detected. Try \"harddrake\" after installation"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Your system does not have enough space left for installation or upgrade (%d "
+"> %d)"
msgstr ""
-"No s'ha detectat cap targeta de so. Proveu amb \"harddrake\" després de la "
-"instal·lació"
+"Al vostre sistema no li queda prou espai per a la instal·lació o "
+"actualització (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Resum"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "S'estan cercant els paquets a actualitzar"
-#: ../../install_steps_interactive.pm_.c:994
-msgid "Mouse"
-msgstr "Ratolí"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking at packages already installed..."
+msgstr "S'estan cercant els paquets ja instal·lats..."
-#: ../../install_steps_interactive.pm_.c:996
-msgid "Timezone"
-msgstr "Fus horari"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages..."
+msgstr "S'estan cercant els paquets disponibles..."
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
-msgid "Printer"
-msgstr "Impressora"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr ""
+"S'estan cercant els paquets disponibles i reconstruint la base de dades "
+"d'rpm..."
-#: ../../install_steps_interactive.pm_.c:999
-msgid "ISDN card"
-msgstr "Targeta XDSI"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
+msgstr ""
+"No hi ha prou espai d'intercanvi per completar la instal·lació; si us plau, "
+"afegiu-ne"
-#: ../../install_steps_interactive.pm_.c:1003
-#: ../../install_steps_interactive.pm_.c:1009
-msgid "Sound card"
-msgstr "Targeta de so"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
+msgstr ""
+"És impossible de comprovar el sistema de fitxers %s. Voleu reparar els "
+"errors? (Vigileu, podríeu perdre dades.)"
-#: ../../install_steps_interactive.pm_.c:1012
-msgid "TV card"
-msgstr "Targeta de TV"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Check bad blocks?"
+msgstr "Voleu comprovar els blocs incorrectes?"
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
-msgstr "LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "Escolliu les particions que voleu formatar"
-#
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-msgid "NIS"
-msgstr "NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "Windows Domain"
-msgstr "Domini de Windows"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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 hi ha prou espai lliure per un 1MB de bootstrap! La instal·lació "
+"continuarà, però per iniciar el sistema necessitareu crear la partició de "
+"bootstrap amb el DiskDrake"
-#
-#: ../../install_steps_interactive.pm_.c:1058
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Local files"
-msgstr "Fitxers locals"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "Escolliu els punts de muntatge"
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Estableix la contrasenya de root"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Scanning partitions to find mount points"
+msgstr "S'estan explorant les particions per trobar els punts de muntatge"
-#: ../../install_steps_interactive.pm_.c:1069
-msgid "No password"
-msgstr "Sense contrasenya"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No partition available"
+msgstr "No hi ha particions disponibles"
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
-msgstr ""
-"Aquesta contrasenya és massa curta (ha de tenir com a mínim %d caràcters)"
+msgid "Configuring IDE"
+msgstr "S'està configurant l'IDE"
-#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "Autenticació"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
-#
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Authentication LDAP"
-msgstr "Autenticació LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "S'estan configurant les targetes PCMCIA..."
-#: ../../install_steps_interactive.pm_.c:1089
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "PCMCIA"
+msgstr "PCMCIA"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
+msgstr "Emulació del botó 3"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 2 Emulation"
+msgstr "Emulació del botó 2"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
+msgstr "Emulació dels botons"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose which serial port your mouse is connected to."
+msgstr "Si us plau, seleccioneu el port sèrie a què està connectat el ratolí."
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
+msgstr "Port del ratolí"
#
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "LDAP Server"
-msgstr "Servidor LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your type of mouse."
+msgstr "Si us plau, seleccioneu el tipus del vostre ratolí."
#
-#: ../../install_steps_interactive.pm_.c:1096
-msgid "Authentication NIS"
-msgstr "Autenticació NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade"
+msgstr "Actualitza"
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "Domini del NIS"
+#
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade %s"
+msgstr "Actualitza"
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr "Servidor NIS"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "Es tracta d'una instal·lació o d'una actualització?"
-#: ../../install_steps_interactive.pm_.c:1104
-msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
-msgstr ""
-"Per tal que funcioni en un W2K PDC, segurament haureu de fer que "
-"l'administrador executi \"C:\\>net localgroup 'Accés compatible amb vesions "
-"anteriors a Windows 2000' everyone /add\" i que reiniciï el servidor.\n"
-"També necessitareu el nom d'usuari i la contrasenya de l'administrador del "
-"domini per poder connectar la màquina al domini de Windows(TM).\n"
-"Si la xarxa encara no està operativa, el DrakX provarà de connectar-se al "
-"domini després del pas de configuració de la xarxa.\n"
-"Si aquesta configuració fallés per algun motiu i l'autenticació no "
-"funcionés, executeu 'smbpasswd -j DOMINI -U USUARI%CONTRASENYA' passant com "
-"a paràmetres el domini Windows en qüestió i el nom d'usuari i la contrasenya "
-"de l'administrador, després que arrenqui el sistema.\n"
-"L'ordre 'wbinfo -t' comprovarà si els secrets de l'autenticació són prou "
-"bons."
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Install/Upgrade"
+msgstr "Instal·la/Actualitza"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
+msgstr "Aquesta és la llista completa de teclats disponibles"
#
-#: ../../install_steps_interactive.pm_.c:1106
-msgid "Authentication Windows Domain"
-msgstr "Autenticació en el domini de Windows"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your keyboard layout."
+msgstr "Si us plau, seleccioneu la disposició del vostre teclat."
-#: ../../install_steps_interactive.pm_.c:1108
-msgid "Domain Admin User Name"
-msgstr "Nom d'usuari de l'administrador del domini"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "Acord de llicència"
-#: ../../install_steps_interactive.pm_.c:1109
-msgid "Domain Admin Password"
-msgstr "Contrasenya de l'administrador del domini"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "default:LTR"
+msgstr "predeterminat"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "An error occurred"
+msgstr "S'ha produït un error"
-#: ../../install_steps_interactive.pm_.c:1144
+#: ../../install_steps_newt.pm:1
+#, 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"
-"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\"."
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
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 instal·lar 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\"."
+" <Tab>/<Alt-Tab> entre elements | <Espai> selecciona | <F12> pant. següent"
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "First floppy drive"
-msgstr "Primera unitat de disquet"
+#: ../../install_steps_newt.pm:1
+#, c-format
+msgid "Mandrake Linux Installation %s"
+msgstr "Instal·lació del Mandrake Linux %s"
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "Segona unitat de disquet"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "No hi ha cap unitat de disquet disponible"
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "Omet"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "Benvingut a %s"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps.pm:1
#, 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"
+"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 ""
-"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 instal·lar 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"
+"Alguns paquets importants no s'han instal·lat correctament.\n"
+"La vostra unitat de CD-ROM, o bé el CD-ROM, són defectuosos.\n"
+"Comproveu el CD-ROM en un ordinador instal·lat mitjançant \"rpm -qpl "
+"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps_interactive.pm_.c:1173
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "Duplica el punt de muntatge %s"
+
+#: ../../install_steps.pm:1
+#, c-format
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)."
+"An error occurred, but I don't know how to handle it nicely.\n"
+"Continue at your own risk."
msgstr ""
-"\n"
-"\n"
-"(COMPTE! Esteu utilitzant XFS per la vostra partició arrel,\n"
-"la creació d'un disquet d'arrencada amb un de 1.44 MB molt probablement "
-"fallarà,\n"
-"perquè XFS necessita una unitat molt gran)."
+"S'ha produït un error, però no sé com gestionar-lo correctament.\n"
+"Si continueu, és sota la vostra responsabilitat."
-#: ../../install_steps_interactive.pm_.c:1181
-msgid "Sorry, no floppy drive available"
-msgstr "No hi ha cap unitat de disquet disponible"
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Please wait"
+msgstr "Espereu si us plau"
-#: ../../install_steps_interactive.pm_.c:1185
-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"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "D'acord"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Inseriu un disquet a la unitat %s"
+msgid "Finish"
+msgstr "Fi"
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr "S'està creant el disc d'arrencada..."
+#: ../../interactive.pm:1 ../../standalone/draksec:1
+#, c-format
+msgid "Basic"
+msgstr "Bàsic"
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr "S'està preparant el carregador de l'arrencada..."
+#: ../../interactive.pm:1
+#, c-format
+msgid "Advanced"
+msgstr "Avançat"
-#: ../../install_steps_interactive.pm_.c:1210
-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 ""
-"Sembla que teniu un ordinador OldWorld o una màquina \n"
-"desconeguda; el carregador d'arrencada yaboot no funcionarà.\n"
-"La instal·lació continuarà, però haureu d'utilitzar el BootX\n"
-"per arrencar l'ordinador"
+#
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, fuzzy, c-format
+msgid "Remove"
+msgstr "Esborra la llista"
-#: ../../install_steps_interactive.pm_.c:1216
-msgid "Do you want to use aboot?"
-msgstr "Voleu utilitzar l'aboot?"
+#
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Modify"
+msgstr "Modifica"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Add"
+msgstr "Afegeix"
+
+#
+#: ../../interactive.pm:1
+#, c-format
+msgid "Choose a file"
+msgstr "Trieu un fitxer"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+"Here you can choose the key or key combination that will \n"
+"allow switching between the different keyboard layouts\n"
+"(eg: latin and non latin)"
msgstr ""
-"S'ha produït un error en instal·lar l'aboot. \n"
-"Voleu intentar igualment la instal·lació encara que això destrueixi la "
-"primera partició?"
+"Aquí podeu triar la tecla o la combinació de tecles que \n"
+"permetran canviar entre diferents disposicions de teclat\n"
+"(p.ex.: llatina i no llatina)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right \"Windows\" key"
+msgstr "Tecla de \"Windows\" Dreta"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Left \"Windows\" key"
+msgstr "Tecla de \"Windows\" Esquerra"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "\"Menu\" key"
+msgstr "tecla de \"Menú\""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Alt and Shift keys simultaneously"
+msgstr "Tecles d'Alternativa i de Majúscules simultàniament"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ctrl and Alt keys simultaneously"
+msgstr "Tecles de Control i d'Alternativa simultàniament"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "CapsLock key"
+msgstr "Tecla de Fixació de Majúscules"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Control and Shift keys simultaneously"
+msgstr "Tecles de Control i de Majúscules simultàniament"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Both Shift keys simultaneously"
+msgstr "Les dues tecles de Majúscules simultàniament"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right Alt key"
+msgstr "Tecla d'Alternativa Gràfica"
#
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Installing bootloader"
-msgstr "S'està instal·lant el carregador de l'arrencada"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Yugoslavian (latin)"
+msgstr "Iugoslau (llatí)"
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr ""
-"Ha fallat la instal·lació del carregador de l'arrencada. S'ha produït "
-"l'error següent:"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "Vietnamita \"fila numèrica\" QWERTY"
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../keyboard.pm:1
#, 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 de l'arrencada. Si no veieu l'indicador del\n"
-"carregador de l'arrencada en tornar a arrencar, premeu\n"
-"Command-Option-O-F en tornar a arrencar i introduïu:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Després, escriviu: shut-down\n"
-"En l'arrencada següent heu de veure l'indicador del carregador de "
-"l'arrencada."
+msgid "US keyboard (international)"
+msgstr "Teclat Estats Units (internacional)"
-#: ../../install_steps_interactive.pm_.c:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../keyboard.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Inseriu un disquet en blanc a la unitat %s"
+msgid "US keyboard"
+msgstr "Teclat Estats Units"
-#: ../../install_steps_interactive.pm_.c:1278
-msgid "Creating auto install floppy..."
-msgstr "S'està creant el diquet d'instal·lació automàtica"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "UK keyboard"
+msgstr "Teclat Regne Unit"
-#: ../../install_steps_interactive.pm_.c:1289
-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?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "Ucraïnès"
-#: ../../install_steps_interactive.pm_.c:1300
+#: ../../keyboard.pm:1
#, c-format
-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"
-"%s\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 instal·lació ha acabat.\n"
-"Traieu el suport d'arrencada i premeu Retorn 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"
-"%s\n"
-"\n"
-"\n"
-"La informació sobre com configurar el vostre sistema està disponible a\n"
-"l'últim capítol d'instal·lació de la Guia Oficial de l'Usuari del\n"
-"Mandrake Linux."
+msgid "Turkish (modern \"Q\" model)"
+msgstr "Turc (modern, model \"Q\")"
-#: ../../install_steps_interactive.pm_.c:1313
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr "http://www.mandrakelinux.com/en/90errata.php3"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "Turc (tradicional, model \"F\")"
-#: ../../install_steps_interactive.pm_.c:1318
-msgid "Generate auto install floppy"
-msgstr "Genera un disquet per a la instal·lació automàtica"
+#
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tajik keyboard"
+msgstr "Teclat tadjik"
-#: ../../install_steps_interactive.pm_.c:1320
-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 ho desitgeu, la instal·lació automàtica es pot\n"
-"automatitzar completament, però en aquest cas\n"
-"prendrà el control del disc dur!\n"
-"(Això està pensat per a la instal·lació en un altre ordinador.)\n"
-"\n"
-"Potser preferireu repetir la instal·lació.\n"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Thai keyboard"
+msgstr "Teclat tai"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Automated"
-msgstr "Automàtica"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "Armeni (màquina d'escriure)"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Replay"
-msgstr "Repeteix"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tamil (ISCII-layout)"
+msgstr "Tamil (TSCII)"
-#: ../../install_steps_interactive.pm_.c:1328
-msgid "Save packages selection"
-msgstr "Desa la selecció de paquets"
+#
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Serbian (cyrillic)"
+msgstr "Serbi (ciríl·lic)"
-#: ../../install_steps_newt.pm_.c:20
+#: ../../keyboard.pm:1
#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Instal·lació del Mandrake Linux %s"
+msgid "Slovakian (QWERTY)"
+msgstr "Eslovac (QWERTY)"
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> entre elements | <Espai> selecciona | <F12> pant. següent"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTZ)"
+msgstr "Eslovac (QWERTZ)"
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "El kdesu no hi és"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovenian"
+msgstr "Eslovè"
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "El consolehelper no hi és"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swedish"
+msgstr "Suec"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian (Yawerty)"
+msgstr "Rus (Yawerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "Rus"
#
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Trieu un fitxer"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwerty)"
+msgstr "Romanès (qwerty)"
-#: ../../interactive.pm_.c:318
-msgid "Advanced"
-msgstr "Avançat"
+#
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwertz)"
+msgstr "Romanès (qwertz)"
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
-msgid "Basic"
-msgstr "Bàsic"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Canadian (Quebec)"
+msgstr "Canadenc (Quebec)"
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
-msgstr "<- Anterior"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "Portuguès"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwertz layout)"
+msgstr "Polonès (disposició qwertz)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "Polonès (disposició qwerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Norwegian"
+msgstr "Noruec"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "Holandès"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
+msgstr "Maltès (Estats Units)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (UK)"
+msgstr "Maltès (Regne Unit)"
#
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-msgid "Next"
-msgstr "Següent"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Mongolian (cyrillic)"
+msgstr "Mongol (ciríl·lic)"
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr "Elecció incorrecta, torneu-ho a intentar\n"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Myanmar (Burmese)"
+msgstr "Myanmar (Burmese)"
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Quina és la vostra elecció? (predeterminat %s)"
+msgid "Macedonian"
+msgstr "Macedoni"
-#: ../../interactive/stdio.pm_.c:54
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
+msgid "Malayalam"
msgstr ""
-"Entrades que heu d'emplenar:\n"
-"%s"
-#: ../../interactive/stdio.pm_.c:70
+#
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Quina és la vostra elecció? (0/1, predeterminat '%s')"
+msgid "Latvian"
+msgstr "Letó"
-#: ../../interactive/stdio.pm_.c:95
+#: ../../keyboard.pm:1
#, c-format
-msgid "Button `%s': %s"
-msgstr "Botó '%s': %s"
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "Lituà \"fonètic\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "Lituà \"fila de números\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (new)"
+msgstr "Lituà AZERTY (nou)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "Lituà AZERTY (antic)"
#
-#: ../../interactive/stdio.pm_.c:96
-msgid "Do you want to click on this button?"
-msgstr "Voleu fer clic en aquest botó?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Laotian"
+msgstr "Laosí"
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
-msgstr " entreu 'void' per entrada buida"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latin American"
+msgstr "Espanyol sud-americà"
-#: ../../interactive/stdio.pm_.c:105
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Quina és la vostra elecció? (predeterminat '%s'%s)"
+msgid "Korean keyboard"
+msgstr "Teclat coreà"
-#: ../../interactive/stdio.pm_.c:123
+#: ../../keyboard.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Hi ha moltes coses per escollir de (%s).\n"
+msgid "Japanese 106 keys"
+msgstr "Japonès de 106 tecles"
-#: ../../interactive/stdio.pm_.c:126
-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 ""
-"Si us plau, escolliu el primer número del rang 10 que voleu editar,\n"
-"o premeu Retorn per continuar.\n"
-"Què trieu? "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Inuktitut"
+msgstr "Inuktitut"
-#: ../../interactive/stdio.pm_.c:139
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Avís, una etiqueta ha canviat:\n"
-"%s"
+msgid "Italian"
+msgstr "Italià"
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
-msgstr "Torna a enviar"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Icelandic"
+msgstr "Islandès"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
-msgid "Czech (QWERTZ)"
-msgstr "Txec (QWERTZ)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "Iranià"
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "Alemany"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "Israelià (fonètic)"
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Dvorak"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli"
+msgstr "Israelià"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
-msgid "Spanish"
-msgstr "Espanyol"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Croatian"
+msgstr "Croata"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
-msgid "Finnish"
-msgstr "Finès"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "Hongarès"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
+msgstr "Gurmukhi"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gujarati"
+msgstr "Gujarati"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Greek"
+msgstr "Grec"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "Georgià (disposició \"llatina\")"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "Georgià (disposició \"russa\")"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid "French"
msgstr "Francès"
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
-msgid "Norwegian"
-msgstr "Noruec"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Finnish"
+msgstr "Finès"
-#: ../../keyboard.pm_.c:160
-msgid "Polish"
-msgstr "Polonès"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Spanish"
+msgstr "Espanyol"
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
-msgstr "Rus"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Estonian"
+msgstr "Estonià"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
-msgid "Swedish"
-msgstr "Suec"
+#
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (Suec)"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "Teclat Regne Unit"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Dvorak (Noruec)"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "Teclat Estats Units"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Dvorak (Estats Units)"
-#
-#: ../../keyboard.pm_.c:167
-msgid "Albanian"
-msgstr "Albanès"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "Danès"
-#: ../../keyboard.pm_.c:168
-msgid "Armenian (old)"
-msgstr "Armeni (antic)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
+msgstr "Devanagari"
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "Armeni (màquina d'escriure)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "Alemany (sense tecles inoperatives)"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
-msgstr "Armeni (fonètic)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "Alemany"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjanès (llatí)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTY)"
+msgstr "Txec (QWERTY)"
-#: ../../keyboard.pm_.c:177
-msgid "Belgian"
-msgstr "Belga"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTZ)"
+msgstr "Txec (QWERTZ)"
-#: ../../keyboard.pm_.c:178
-msgid "Bengali"
-msgstr "Bengalí"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "Suís (disposició francesa)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "Suís (disposició alemanya)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "Bielorrús"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bosnian"
+msgstr "Bosnià"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "Brasiler (ABNT-2)"
+
+#
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (BDS)"
+msgstr "Búlgar (BDS)"
#
-#: ../../keyboard.pm_.c:179
+#: ../../keyboard.pm:1
+#, c-format
msgid "Bulgarian (phonetic)"
msgstr "Búlgar (fonètic)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bengali"
+msgstr "Bengalí"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belgian"
+msgstr "Belga"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "Azerbaidjanès (llatí)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
+msgstr "Armeni (fonètic)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "Armeni (màquina d'escriure)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (old)"
+msgstr "Armeni (antic)"
+
#
-#: ../../keyboard.pm_.c:180
-msgid "Bulgarian (BDS)"
-msgstr "Búlgar (BDS)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Albanian"
+msgstr "Albanès"
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasiler (ABNT-2)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish"
+msgstr "Polonès"
-#: ../../keyboard.pm_.c:184
-msgid "Bosnian"
-msgstr "Bosnià"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Dvorak"
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "Bielorrús"
+#: ../../lang.pm:1
+#, c-format
+msgid "Zimbabwe"
+msgstr "Zimbabwe"
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "Suís (disposició alemanya)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
+msgstr "Zàmbia"
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "Suís (disposició francesa)"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
+msgstr "Sud-àfrica"
-#: ../../keyboard.pm_.c:189
-msgid "Czech (QWERTY)"
-msgstr "Txec (QWERTY)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Serbia"
+msgstr "sèrie"
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr "Alemany (sense tecles inoperatives)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mayotte"
+msgstr "Mayotte"
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
-msgstr "Devanagari"
+#: ../../lang.pm:1
+#, c-format
+msgid "Yemen"
+msgstr "Iemen"
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "Danès"
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
+msgstr "Samoa"
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Dvorak (Estats Units)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Wallis and Futuna"
+msgstr "Illes Wallis i Futuna"
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Noruec)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Vanuatu"
+msgstr "Vanuatu"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vietnam"
+msgstr "Vienam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr "Illes Verge Americanes"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (British)"
+msgstr "Illes Verge Britàniques"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Venezuela"
+msgstr "Veneçuela"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
+msgstr "Saint Vincent i les Grenadines"
#
-#: ../../keyboard.pm_.c:196
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Suec)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vatican"
+msgstr "Letó"
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "Estonià"
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
+msgstr "Uzbekistan"
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgià (disposició \"russa\")"
+#: ../../lang.pm:1
+#, c-format
+msgid "Uruguay"
+msgstr "Uruguai"
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgià (disposició \"llatina\")"
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
+msgstr "Illes Perifèriques Menors dels EUA"
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "Grec"
+#: ../../lang.pm:1
+#, c-format
+msgid "Uganda"
+msgstr "Uganda"
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
-msgstr "Gujarati"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ukraine"
+msgstr "Ucraïna"
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
-msgstr "Gurmukhi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
+msgstr ""
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
-msgstr "Hongarès"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Taiwan"
+msgstr "Tailàndia"
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
-msgstr "Croata"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tuvalu"
+msgstr "Tuvalu"
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
-msgstr "Israelià"
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
+msgstr "Trinitat i Tobago"
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "Israelià (fonètic)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkey"
+msgstr "Turquia"
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "Iranià"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
+msgstr "Tonga"
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
-msgstr "Islandès"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tunisia"
+msgstr "Tunísia"
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "Italià"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkmenistan"
+msgstr "Turkmenistan"
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
-msgstr "Inuktitut"
+#: ../../lang.pm:1
+#, c-format
+msgid "East Timor"
+msgstr "Timor Oriental"
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "Japonès de 106 tecles"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tokelau"
+msgstr "Tokelau"
-#: ../../keyboard.pm_.c:217
-msgid "Korean keyboard"
-msgstr "Teclat coreà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr "Tadjikistan"
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "Espanyol sud-americà"
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr "Tailàndia"
-#
-#: ../../keyboard.pm_.c:219
-msgid "Laotian"
-msgstr "Laosí"
+#: ../../lang.pm:1
+#, c-format
+msgid "Togo"
+msgstr "Togo"
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lituà AZERTY (antic)"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Southern Territories"
+msgstr "Territoris francesos del Sud"
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lituà AZERTY (nou)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
+msgstr "Txad"
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lituà \"fila de números\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turks and Caicos Islands"
+msgstr "Illes Turks i Caicos"
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lituà \"fonètic\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Swaziland"
+msgstr "Swazilàndia"
-#
-#: ../../keyboard.pm_.c:225
-msgid "Latvian"
-msgstr "Letó"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Syria"
+msgstr "Surinam"
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr "El Salvador"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr "Sao Tome i Príncipe"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Suriname"
+msgstr "Surinam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Somalia"
+msgstr "Somàlia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Senegal"
+msgstr "Senegal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr "San Marino"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr "Sierra Leone"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovakia"
+msgstr "Eslovàquia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
+msgstr "Illes Svalbard i Jan Mayen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovenia"
+msgstr "Eslovènia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Helena"
+msgstr "Saint Helena"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr "Singapur"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sudan"
+msgstr "Sudan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Seychelles"
+msgstr "Seychelles"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr "Illes Salomó"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr "Aràbia Saudita"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr "Rwanda"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Russia"
+msgstr "Rus"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Romania"
+msgstr "Romania"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Reunion"
+msgstr "Reunion"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Qatar"
+msgstr "Qatar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
+msgstr "Palau"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr "Paraguai"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Portugal"
+msgstr "Portugal"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Palestine"
+msgstr "Selecció del camí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Puerto Rico"
+msgstr "Puerto Rico"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pitcairn"
+msgstr "Pitcairn"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
+msgstr "Saint Pierre i Miquelon"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Poland"
+msgstr "Polònia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr "Pakistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
+msgstr "Filipines"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr "Papua Nova Guinea"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr "Polinèsia francesa"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr "Perú"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr "Panamà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Oman"
+msgstr "Oman"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Zealand"
+msgstr "Nova Zelanda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niue"
+msgstr "Niue"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
+msgstr "Nauru"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr "Nepal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr "Nicaragua"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nigeria"
+msgstr "Nigèria"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr "Illa Norfolk"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niger"
+msgstr "Níger"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Caledonia"
+msgstr "Nova Caledònia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr "Namíbia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr "Moçambic"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malaysia"
+msgstr "Malàisia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mexico"
+msgstr "Mèxic"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
+msgstr "Malawi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr "Maldives"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritius"
+msgstr "Maurici"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr "Malta"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Montserrat"
+msgstr "Montserrat"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr "Mauritània"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr "Martinica"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr "Illes Marianes del Nord"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr "Mongòlia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
+msgstr "Myanmar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr "Mali"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Macedonia"
+msgstr "Macedònia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr "Illes Marshall"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr "Madagascar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
+msgstr "Moldàvia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Monaco"
+msgstr "Mònaco"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr "Marroc"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Libya"
+msgstr "Libèria"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Latvia"
+msgstr "Letònia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
+msgstr "Luxemburg"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr "Lituània"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr "Lesotho"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liberia"
+msgstr "Libèria"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr "Sri Lanka"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liechtenstein"
+msgstr "Liechtenstein"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr "Saint Lucia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr "Líban"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Laos"
msgstr ""
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
-msgstr "Macedoni"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr "Kazakhstan"
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
-msgstr "Myanmar (Burmese)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr "Illes Caiman"
-#
-#: ../../keyboard.pm_.c:229
-msgid "Mongolian (cyrillic)"
-msgstr "Mongol (ciríl·lic)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kuwait"
+msgstr "Kuwait"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
-msgstr "Maltès (Regne Unit)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Korea"
+msgstr "Més"
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
-msgstr "Maltès (Estats Units)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
+msgstr ""
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "Holandès"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr "Saint Christopher i Nevis"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "Polonès (disposició qwerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr "Comores"
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "Polonès (disposició qwertz)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr "Kiribati"
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "Portuguès"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr "Cambodja"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
-msgstr "Canadenc (Quebec)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr "Kirguizistan"
-#
-#: ../../keyboard.pm_.c:239
-msgid "Romanian (qwertz)"
-msgstr "Romanès (qwertz)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kenya"
+msgstr "Kenya"
-#
-#: ../../keyboard.pm_.c:240
-msgid "Romanian (qwerty)"
-msgstr "Romanès (qwerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr "Japó"
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "Rus (Yawerty)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Jordan"
+msgstr "Jordània"
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "Eslovè"
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr "Jamaica"
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "Eslovac (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Iceland"
+msgstr "Islàndia"
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "Eslovac (QWERTY)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iran"
+msgstr "Iraq"
-#
-#: ../../keyboard.pm_.c:248
-msgid "Serbian (cyrillic)"
-msgstr "Serbi (ciríl·lic)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr "Iraq"
-#: ../../keyboard.pm_.c:250
-msgid "Tamil (Unicode)"
-msgstr "Tamil (Unicode)"
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
+msgstr "Territori Britànic de l'Oceà Índic"
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
-msgstr "Tamil (TSCII)"
+#: ../../lang.pm:1
+#, c-format
+msgid "India"
+msgstr "Índia"
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "Teclat tai"
+#: ../../lang.pm:1
+#, c-format
+msgid "Israel"
+msgstr "Israel"
#
-#: ../../keyboard.pm_.c:254
-msgid "Tajik keyboard"
-msgstr "Teclat tadjik"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Ireland"
+msgstr "Irlanda"
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turc (tradicional, model \"F\")"
+#: ../../lang.pm:1
+#, c-format
+msgid "Indonesia"
+msgstr "Indonèsia"
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turc (modern, model \"Q\")"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hungary"
+msgstr "Hongria"
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "Ucraïnès"
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr "Haití"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "Teclat Estats Units (internacional)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Croatia"
+msgstr "Croàcia"
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamita \"fila numèrica\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr "Hondures"
-#
-#: ../../keyboard.pm_.c:263
-msgid "Yugoslavian (latin)"
-msgstr "Iugoslau (llatí)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Heard and McDonald Islands"
+msgstr "Illa Heard i Illes McDonald"
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
-msgstr "Tecla d'Alternativa Gràfica"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr "Hong Kong"
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
-msgstr "Les dues tecles de Majúscules simultàniament"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr "Guyana"
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
-msgstr "Tecles de Control i de Majúscules simultàniament"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr "Guinea Bissau"
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
-msgstr "Tecla de Fixació de Majúscules"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guam"
+msgstr "Guam"
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Tecles de Control i d'Alternativa simultàniament"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guatemala"
+msgstr "Guatemala"
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
-msgstr "Tecles d'Alternativa i de Majúscules simultàniament"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "South Georgia and the South Sandwich Islands"
+msgstr "Illes Geòrgia del Sud i Sandwich del Sud"
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
-msgstr "tecla de \"Menú\""
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr "Guinea Equatorial"
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
-msgstr "Tecla de \"Windows\" Esquerra"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr "Guadalupe"
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
-msgstr "Tecla de \"Windows\" Dreta"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea"
+msgstr "Guinea"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr "Gàmbia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Greenland"
+msgstr "Groenlàndia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr "Gibraltar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
+msgstr "Ghana"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Guiana"
+msgstr "Guaiana Francesa"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Georgia"
+msgstr "Geòrgia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
+msgstr "Grenada"
+
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr "Regne Unit"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr "Gabon"
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
+#, c-format
+msgid "Faroe Islands"
+msgstr "Illes Fèroe"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Micronesia"
+msgstr "Micronèsia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
+msgstr "Illes Malvines (Falkland)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Fiji"
+msgstr "Fiji"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
+msgstr "Finlàndia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ethiopia"
+msgstr "Etiòpia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Spain"
+msgstr "Espanya"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Eritrea"
+msgstr "Eritrea"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
+msgstr "Sàhara Occidental"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Egypt"
+msgstr "Egipte"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Estonia"
+msgstr "Estònia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
+msgstr "Equador"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Algeria"
+msgstr "Algèria"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominican Republic"
+msgstr "República Dominicana"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominica"
+msgstr "Dominica"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
+msgstr "Dinamarca"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Djibouti"
+msgstr "Djibouti"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr "Xipre"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
+msgstr "Illa Christmas"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cape Verde"
+msgstr "Cap Verd"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr "Cuba"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr "Colòmbia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr "Xina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cameroon"
+msgstr "Camerun"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chile"
+msgstr "Xile"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr "Illes Cook"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr "Costa d'Ivori"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Switzerland"
+msgstr "Suïssa"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Central African Republic"
+msgstr "República Centrefricana"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
+msgstr "Illes Cocos (Keeling)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Canada"
+msgstr "Canadà"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belize"
+msgstr "Belize"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belarus"
+msgstr "Bielorrússia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Botswana"
+msgstr "Botswana"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
+msgstr "Illa Bouvet"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr "Bhutan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
+msgstr "Bahames"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
+msgstr "Brasil"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
+msgstr "Bolívia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
+msgstr "Brunei"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bermuda"
+msgstr "Bermuda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Benin"
+msgstr "Benín"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burundi"
+msgstr "Burundi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
+msgstr "Bahrain"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bulgaria"
+msgstr "Bulgària"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
+msgstr "Burkina Faso"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
+msgstr "Bangla Desh"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
+msgstr "Barbados"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bosnia and Herzegovina"
+msgstr "Bòsnia i Hercegovina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Azerbaijan"
+msgstr "Azerbaitjan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Aruba"
+msgstr "Aruba"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Australia"
+msgstr "Austràlia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "American Samoa"
+msgstr "Samoa Americana"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
+msgstr "Argentina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
+msgstr "Antàrtida"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
+msgstr "Angola"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Netherlands Antilles"
+msgstr "Antilles Holandeses"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Armenia"
+msgstr "Armènia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Albania"
+msgstr "Albània"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Anguilla"
+msgstr "Anguilla"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antigua and Barbuda"
+msgstr "Antigua i Barbuda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United Arab Emirates"
+msgstr "Unió dels Emirats Àrabs"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Andorra"
+msgstr "Andorra"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Afghanistan"
+msgstr "Afganistan"
+
+#: ../../loopback.pm:1
#, c-format
msgid "Circular mounts %s\n"
msgstr "Muntatges circulars %s\n"
-#: ../../lvm.pm_.c:103
+#: ../../lvm.pm:1
+#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Elimineu primer els volums lògics\n"
-#: ../../modules.pm_.c:290
+#: ../../modules.pm:1
+#, c-format
msgid ""
"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
msgstr ""
"El suport per a PCMCIA ja no existeix en els nuclis 2.2. Utilitzeu un nucli "
"2.4."
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
-msgstr "Ara podeu configurar cada paràmetre del mòdul."
-
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "No hi ha cap unitat de disquet disponible"
-
-#: ../../modules/parameters.pm_.c:50
-msgid "a number"
-msgstr "un número"
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "MOVEU LA RODA!"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated numbers"
-msgstr "%d nombres separats per coma"
+msgid "To activate the mouse,"
+msgstr "Per activar el ratolí,"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated strings"
-msgstr "%d cadenes separades per coma"
+msgid "Please test the mouse"
+msgstr "Si us plau, comproveu el ratolí."
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
-msgstr "nombres separats per coma"
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "Cap ratolí"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated strings"
-msgstr "cadenes separades per coma"
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "cap"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Ratolí de Sun"
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "3 botons"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "2 botons"
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Ratolí PS2 genèric amb rodeta"
+#: ../../mouse.pm:1
+#, c-format
+msgid "1 button"
+msgstr "1 botó"
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../mouse.pm:1
+#, c-format
+msgid "busmouse"
+msgstr "busmouse"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Logitech Mouse (sèrie, tipus C7 antic)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Series"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-msgid "Microsoft Explorer"
-msgstr "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-msgid "1 button"
-msgstr "1 botó"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Logitech MouseMan"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "Ratolí genèric de 3 botons"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 2 Button Mouse"
msgstr "Ratolí genèric de 2 botons"
-#: ../../mouse.pm_.c:47
+#: ../../mouse.pm:1
+#, c-format
+msgid "serial"
+msgstr "sèrie"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft Explorer"
+msgstr "Microsoft Explorer"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Wheel"
msgstr "Rodeta"
-#: ../../mouse.pm_.c:51
-msgid "serial"
-msgstr "sèrie"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "Genèric"
-#: ../../mouse.pm_.c:54
-msgid "Generic 3 Button Mouse"
-msgstr "Ratolí genèric de 3 botons"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Ratolí PS2 genèric amb rodeta"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "Estàndard"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Ratolí de Sun"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Series"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "Commuta entre pla i ordenat per grups"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "Redueix l'arbre"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (sèrie, tipus C7 antic)"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "Expandeix l'arbre"
-#: ../../mouse.pm_.c:68
-msgid "busmouse"
-msgstr "busmouse"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "Informació"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "2 botons"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "Això és correcte?"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "3 botons"
+#: ../../my_gtk.pm:1
+#, c-format
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "cap"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "S'ha produït un error en escriure al fitxer %s"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "Cap ratolí"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "Fitxer de còpia de seguretat incorrecte"
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "Si us plau, comproveu el ratolí."
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "Ha fallat la restauració des del fitxer %s: %s"
-#: ../../mouse.pm_.c:491
-msgid "To activate the mouse,"
-msgstr "Per activar el ratolí,"
+#: ../../partition_table.pm:1
+#, c-format
+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 primàries per fer que el forat quedi "
+"contigu a les particions ampliades"
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr "MOVEU LA RODA!"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "Aquesta plataforma no suporta particions ampliades"
-#: ../../my_gtk.pm_.c:65
-msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "ha fallat el muntatge: "
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-msgid "Finish"
-msgstr "Fi"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "potser"
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "Següent ->"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "bonic"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "Això és correcte?"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "molt bonic"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "Informació"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "important"
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "Expandeix l'arbre"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "s'ha de tenir"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "Redueix l'arbre"
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "No hi ha prou particions per al nivell RAID %d\n"
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr "Commuta entre pla i ordenat per grups"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "L'mkraid ha fallat"
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "utilitza pppoe"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "L'mkraid ha fallat (potser manquen les eines del RAID (raidtools)?)"
-#: ../../network/adsl.pm_.c:24
-msgid "use pptp"
-msgstr "utilitza pptp"
+#: ../../raid.pm:1
+#, 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"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
-msgstr "utilitza dhcp"
+#
+#: ../../services.pm:1
+#, c-format
+msgid "Stop"
+msgstr "Atura"
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel Speedtouch USB"
+#
+#: ../../services.pm:1
+#, c-format
+msgid "Start"
+msgstr "Inicia"
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
+#: ../../services.pm:1
+#, c-format
+msgid "On boot"
+msgstr "En arrencar"
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"No additional information\n"
+"about this service, sorry."
msgstr ""
+"Malauradament no hi ha més informació\n"
+"sobre aquest servei."
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Connecta't a Internet"
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr "Serveis i dimonis"
+
+#: ../../services.pm:1
+#, c-format
+msgid "stopped"
+msgstr "aturat"
+
+#: ../../services.pm:1
+#, c-format
+msgid "running"
+msgstr "s'està executant"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Choose which services should be automatically started at boot time"
+msgstr ""
+"Escolliu els serveis que s'han d'iniciar automàticament durant l'arrencada"
+
+#
+#: ../../services.pm:1
+#, c-format
+msgid "Database Server"
+msgstr "Servidor de base de dades"
+
+#
+#: ../../services.pm:1
+#, c-format
+msgid "Remote Administration"
+msgstr "Administració remota"
+
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
+msgstr "Compartició de fitxers"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Internet"
+msgstr "Internet"
+
+#
+#: ../../services.pm:1
+#, c-format
+msgid "Printing"
+msgstr "Impressió"
+
+#
+#: ../../services.pm:1
+#, c-format
+msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+msgstr "Inicia l'X Font Server (això és necessari perquè l'XFree funcioni)."
-#: ../../network/adsl.pm_.c:30
+#: ../../services.pm:1
+#, c-format
+msgid "Load the drivers for your usb devices."
+msgstr "Carrega els controladors per a dispositius USB."
+
+#: ../../services.pm:1
+#, c-format
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'"
+"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 ""
-"La manera més habitual de connectar amb ADSL és pppoe.\n"
-"Algunes connexions utilitzen pptp, unes poques utilitzen dhcp.\n"
-"Si no ho sabeu, escolliu 'utilitza pppoe'"
+"El syslog és el sistema que utilitzen molts dimonis per registrar\n"
+"missatges en diversos fitxers de registre del sistema. És aconsellable\n"
+"executar-lo sempre."
+
+#
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the sound system on your machine"
+msgstr "Executa el sistema de so en el vostre ordinador"
-#: ../../network/adsl.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"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 estan connectats a un ordinador que està\n"
+"executant el dimoni rwho (similar al finger)."
-#: ../../network/drakfirewall.pm_.c:12
-msgid "Web Server"
-msgstr "Servidor Web"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:17
-msgid "Domain Name Server"
-msgstr "Servidor de Noms de Domini (DNS)"
+#: ../../services.pm:1
+#, c-format
+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"
+"mesures de rendiment de qualsevol ordinador de la mateixa."
-#
-#: ../../network/drakfirewall.pm_.c:32
-msgid "Mail Server"
-msgstr "Servidor de correu"
+#: ../../services.pm:1
+#, c-format
+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 dimoni 'routed' permet que la taula d'encaminadors IP automàtics\n"
+"s'actualitzi mitjançant el protocol RIP. Mentre que el RIP s'utilitza\n"
+"àmpliament en xarxes petites, les xarxes complexes necessiten protocols\n"
+"d'encaminament més complexos."
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Assign raw devices to block devices (such as hard drive\n"
+"partitions), for the use of applications such as Oracle"
+msgstr ""
+"Assigna els dispositius en cru (raw) a dispositius de blocs (tals com les "
+"particions de\n"
+"disc dur), perquè siguin utilitzats per aplicacions com ara Oracle"
+
+#: ../../services.pm:1
+#, c-format
+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 qualitat més alta."
#
-#: ../../network/drakfirewall.pm_.c:37
-msgid "POP and IMAP Server"
-msgstr "Servidor POP i IMAP"
+#: ../../services.pm:1
+#, c-format
+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 passa "
+"el correu d'un ordinador a un altre."
-#: ../../network/drakfirewall.pm_.c:111
-msgid "No network card"
-msgstr "No s'ha trobat cap targeta de xarxa"
+#: ../../services.pm:1
+#, c-format
+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 mapador de ports (portmapper) gestiona les connexions RPC, que s'usen "
+"per\n"
+"protocols com ara l'NFS i el 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."
-#: ../../network/drakfirewall.pm_.c:129
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall 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."
+"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 ""
-"Configuració del drakfirewall\n"
-"\n"
-"Aquí 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 \n"
-"distribució especialitzada MandrakeSecurity Firewall."
+"El suport PCMCIA serveix normalment per funcionar amb coses com ara "
+"l'ethernet\n"
+"i els mòdems en portàtils. No s'iniciarà tret que es configuri, de manera\n"
+"que no hi ha problema per instal·lar-lo en ordinadors que no el necessiten."
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
+msgstr "Funciona amb OKI 4w i winprinters compatibles."
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
msgstr ""
-"Configuració del drakfirewall\n"
-"\n"
-"Assegureu-vos d'haver configurat l'accés a la xarxa local/Internet\n"
-"amb el drakconnect abans de continuar."
+"Engega automàticament a l'arrencada la tecla de fixació del \n"
+"teclat numèric a la consola i sota XFree."
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
-msgstr "A quins serveis voleu permetre la connexió des d'Internet?"
+#: ../../services.pm:1
+#, c-format
+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 protocol popular de compartició de fitxers en xarxes TCP/IP\n"
+"Aquest servei proporciona la funcionalitat de blocatge de fitxer NFS."
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"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 ""
-"Podeu introduir diferents ports.\n"
-"Són exemples vàlids: 139/tcp 139/udp.\n"
-"Cerqueu informació a /etc/services"
+"L'NFS és un protocol popular de compartició de fitxers en xarxes TCP/IP.\n"
+"Aquest servei proporciona la funcionalitat del servidor NFS, que es\n"
+"configura mitjançant el fitxer /etc/exports."
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"Activates/Deactivates all network interfaces configured to start\n"
+"at boot time."
msgstr ""
-"El port introduït no és vàlid: %s.\n"
-"El format correcte és \"port/tcp\" o \"port/udp\", \n"
-"on el port es troba entre 1 i 65535."
+"Activa/Desactiva totes les interfícies de xarxa configurades per\n"
+"iniciar-se durant l'arrencada."
-#: ../../network/drakfirewall.pm_.c:167
-msgid "Everything (no firewall)"
-msgstr "Tot (sense tallafoc)"
+#: ../../services.pm:1
+#, c-format
+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)."
-#: ../../network/drakfirewall.pm_.c:169
-msgid "Other ports"
-msgstr "Altres ports"
+#
+#: ../../services.pm:1
+#, c-format
+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'utilitza per "
+"convertir noms d'ordinadors centrals en adreces IP."
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"Linux Virtual Server, used to build a high-performance and highly\n"
+"available server."
msgstr ""
-"Quin client dhcp voleu utilitzar?\n"
-"El predeterminat és dhcp-client"
+"El Servidor Virtual de Linux (LVS) s'usa per construir un servidor de \n"
+"gran capacitat i robustesa."
-#: ../../network/ethernet.pm_.c:88
+#: ../../services.pm:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"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 ""
-"No s'ha detectat cap adaptador de xarxa ethernet al sistema.\n"
-"No puc configurar aquest tipus de connexió."
+"L'lpd és el dimoni d'impressió necessari perquè l'lpr funcioni\n"
+"correctament. Bàsicament, es tracta d'un servidor que assigna les\n"
+"tasques d'impressió a la(es) impressora(es)."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "Escolliu la interfície de xarxa"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linuxconf will sometimes arrange to perform various tasks\n"
+"at boot-time to maintain the system configuration."
+msgstr ""
+"De vegades, el Linuxconf determinarà que s'han de fer algunes tasques\n"
+"en iniciar l'ordinador per mantenir la configuració del sistema."
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr ""
+"Detecció i configuració automàtica de maquinari en iniciar l'ordinador."
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
+"Automatic regeneration of kernel header in /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-"Si us plau, seleccioneu quin adaptador de xarxa voleu utilitzar per\n"
-"connectar-vos a Internet."
+"Regeneració automàtica del capçal de nucli a /boot per\n"
+"/usr/include/linux/{autoconf,versió}.h"
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "no s'ha trobat cap targeta de xarxa"
+#: ../../services.pm:1
+#, c-format
+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. Es pot seleccionar mitjançant la utilitat\n"
+"kbdconfig.\n"
+"Per a la majoria d'ordinadors, s'ha de deixar habilitat."
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "S'està configurant la xarxa"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Launch packet filtering for Linux kernel 2.2 series, to set\n"
+"up a firewall to protect your machine from network attacks."
+msgstr ""
+"Executa el filtratge de paquets per als nuclis Linux 2.2, per instal·lar\n"
+"un tallafoc que protegeixi el vostre ordinador d'atacs des de la xarxa."
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
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''."
+"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 ""
-"Si us plau, introduïu el nom del vostre servidor central, si el sabeu.\n"
-"Alguns servidors DHCP necessiten que el nom de l'ordinador central sigui "
-"operatiu.\n"
-"El nom ha de ser complet,\n"
-"com ara \"mybox.mylab.myco.com\"."
+"El dimoni 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."
-#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "Nom de l'ordinador central"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-msgid "Network Configuration Wizard"
-msgstr "Auxiliar de configuració de xarxa"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"HardDrake runs a hardware probe, and optionally configures\n"
+"new/changed hardware."
+msgstr ""
+"El HardDrake fa una prova del maquinari, i opcionalment configura\n"
+"el maquinari nou/canviat."
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Mòdem XDSI extern"
+#: ../../services.pm:1
+#, c-format
+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 menús desplegables a la consola."
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Targeta XDSI interna"
+#: ../../services.pm:1
+#, c-format
+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 estàndard que executa programes determinats\n"
+"per l'usuari en hores programades. El vixie cron afegeix un cert nombre de\n"
+"característiques al cron bàsic, incloent seguretat millorada i opcions\n"
+"de configuració més potents."
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Quin tipus de connexió XDSI teniu?"
+#: ../../services.pm:1
+#, c-format
+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 automàtiques quan la\n"
+"mitjana de càrrega és prou baixa."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\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"
+"apmd is used for monitoring battery status and logging it via syslog.\n"
+"It can also be used for shutting down the machine when the battery is low."
msgstr ""
-"Quina configuració XDSI preferiu?\n"
-"\n"
-"* La configuració antiga usa isdn4net. Conté eines molt\n"
-" potents, però és difícil de configurar, i no és estàndard.\n"
-"\n"
-"* La nova configuració és més fàcil d'entendre, més\n"
-" estàndard, però té menys eines.\n"
-"\n"
-"Nosaltres recomanen la nova configuració senzilla (isdn-light).\n"
+"L'apmd s'utilitza per monitoritzar l'estat de la bateria i registrar-lo "
+"mitjançant el registre del sistema (syslog).\n"
+"També es pot utilitzar per apagar l'ordinador quan queda poca bateria."
-#
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nova configuració (isdn-light)!"
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is a periodic command scheduler."
+msgstr "Anacron, un programador d'ordres periòdiques."
+
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr "Executa el sistema de so ALSA (Advanced Linux Sound Architecture)"
#
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Configuració antiga (isdn4net)"
+#: ../../standalone.pm:1
+#, c-format
+msgid "Installing packages..."
+msgstr "S'estan instal·lant els paquets..."
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "Configuració de l'XDSI"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+msgstr ""
-#: ../../network/isdn.pm_.c:166
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
msgstr ""
-"Seleccioneu el vostre proveïdor.\n"
-"Si no és a la llista, seleccioneu \"No és a la llista\""
-#
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol"
-msgstr "Protocol europeu"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
-#
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol (EDSS1)"
-msgstr "Protocol europeu (EDSS1)"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
-#
-#: ../../network/isdn.pm_.c:181
-msgid "Protocol for the rest of the world"
-msgstr "Protocol per a la resta del món"
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
-#
-#: ../../network/isdn.pm_.c:181
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
msgstr ""
-"Protocol per a la resta del món\n"
-"Cap canal D (línies punt a punt)"
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
-msgstr "Quin protocol voleu utilitzar?"
-
-#: ../../network/isdn.pm_.c:196
+#: ../../standalone.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
-msgstr "S'ha trobat la interfície \"%s\". Voleu utilitzar-la?"
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
-msgstr "Quin tipus de targeta teniu?"
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "[keyboard]"
+msgstr "Teclat"
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "No ho sé"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../standalone.pm:1
+#, c-format
msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+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"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\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"
msgstr ""
+" Aquest programa és programari lliure; el podeu redistribuir i/o modificar\n"
+" sota els termes de la 'GNU General Public License' publicada per\n"
+" la Free Software Foundation; tant la versió 2 com (si voleu)\n"
+" qualsevol versió posterior.\n"
"\n"
-"Si teniu una targeta ISA, els valors de la pantalla següent haurien de ser "
-"correctes.\n"
+" Aquest programa és distribueix amb l'esperança que serà útil,\n"
+" però SENSE CAP GARANTIA; sense ni tant sols la garantia implícita de\n"
+" MERCANTIBILITAT o CAPACITAT DE REALITZAR UN DETERMINAT PROPÒSIT. Mireu la\n"
+" 'GNU General Public License' per a més detalls.\n"
"\n"
-"Si teniu una targeta PCMCIA, cal que en sapigueu l'\"irq\" i l'\"io\".\n"
+" Hauríeu d'haver rebut una còpia de la 'GNU General Public License'\n"
+" amb el programa; si no és així, escriviu a la Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "Abandona"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "Surt de la instal·lació"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "Continua"
+#
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system updates"
+msgstr "Instal·la actualitzacions del sistema"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "Quina targeta XDSI teniu?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "Configura els serveis"
-#: ../../network/isdn.pm_.c:239
-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 ""
-"S'ha detectat una targeta PCI XDSI, però no es reconeix el tipus. Si us "
-"plau, seleccioneu una targeta PCI a la pantalla següent."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "Configura l'X"
-#: ../../network/isdn.pm_.c:248
-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 següent."
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "Instal·la el carregador de l'arrencada"
-#: ../../network/modem.pm_.c:57
-msgid "Please choose which serial port your modem is connected to."
-msgstr ""
-"Si us plau, seleccioneu el port sèrie al qual teniu connectat el mòdem."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "Configura la xarxa"
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "Opcions de marcatge"
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "Afegeix un usuari"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
-msgstr "Nom de la connexió"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "Instal·la el sistema"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "Número de telèfon"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "Paquets a instal·lar"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "ID d'entrada"
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "Formata les particions"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
-msgstr "CHAP"
+#
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Partitioning"
+msgstr "Impressió"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "Escolliu el vostre teclat"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "Basat en script"
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "Tipus d'instal·lació"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "Basat en terminal"
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "Detecció del disc dur"
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "Nom de domini"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "Configura el ratolí"
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-msgid "First DNS Server (optional)"
-msgstr "Primer servidor DNS (opcional)"
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
+msgstr ""
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-msgid "Second DNS Server (optional)"
-msgstr "Segon servidor DNS (opcional)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "Escolliu el vostre idioma"
-#: ../../network/modem.pm_.c:95
-msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
msgstr ""
-#: ../../network/modem.pm_.c:97
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../ugtk.pm:1
+#, c-format
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr "Xpmac (instal·lació del controlador de pantalla)"
+
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "però que no coincideixin amb"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "XFree %s amb acceleració 3D de maquinari EXPERIMENTAL"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "Instal·la"
+#: ../../Xconfig/card.pm:1
+#, 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."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "Taula"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "Xfree %s amb acceleració 3D de maquinari"
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"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"
-"Podeu desconnectar-vos o tornar a configurar la connexió."
+"La vostra targeta pot tenir acceleració 3D de maquinari, però només 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."
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"\n"
-"You can reconfigure your connection."
+"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"
-"Podeu tornar a configurar la connexió."
+"La vostra targeta pot tenir acceleració 3D de maquinari, però només amb "
+"l'Xfree %s.\n"
+"L'XFree %s, que pot tenir un suport millor en 2D, suporta la vostra targeta."
-#: ../../network/netconnect.pm_.c:29
-msgid "You are currently connected to internet."
-msgstr "Ara mateix esteu connectat a Internet."
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "XFree %s"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "Configura només la targeta \"%s\"%s"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr "Utilitza l'extensió Xinerama"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr "Configura tots els capçals independentment"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "Quina configuració de l'XFree voleu tenir?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "Configuració de l'XFree"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "Seleccioneu la mida de la memòria de la vostra targeta gràfica"
-#: ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"You can connect to Internet or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
-"\n"
-"Podeu connectar-vos a Internet o tornar a configurar la connexió."
+"El vostre sistema permet l'ús d'una configuració de múltiples capçals.\n"
+"Què voleu fer?"
-#: ../../network/netconnect.pm_.c:32
-msgid "You are not currently connected to Internet."
-msgstr "Ara mateix no esteu connectat a Internet."
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Multi-head configuration"
+msgstr "Configuració Multi-head"
-#: ../../network/netconnect.pm_.c:36
-msgid "Connect"
-msgstr "Connecta"
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Choose an X server"
+msgstr "Escolliu un servidor X"
-#: ../../network/netconnect.pm_.c:37
-msgid "Disconnect"
-msgstr "Desconnecta"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "Servidor X"
#
-#: ../../network/netconnect.pm_.c:38
-msgid "Configure the connection"
-msgstr "Configura la connexió"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "64 MB o més"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr "Connexió i configuració d'Internet"
+#
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 MB"
-#: ../../network/netconnect.pm_.c:94
+#
+#: ../../Xconfig/card.pm:1
#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Ara es configurarà la connexió %s."
+msgid "16 MB"
+msgstr "16 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 MB"
-#: ../../network/netconnect.pm_.c:103
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 kB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 kB"
+
+#: ../../Xconfig/main.pm:1
#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
+"%s"
+msgstr ""
+"Voleu conservar els canvis?\n"
+"La configuració actual és:\n"
"\n"
+"%s"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "Opcions"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr "Test"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "Resolució"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "Monitor"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Graphic Card"
+msgstr "Targeta gràfica"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "Surt"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "Velocitat de refresc vertical"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "Velocitat de refresc horitzontal"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+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"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
+"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 paràmetres més importants son la velocitat de refresc vertical, que\n"
+"és la velocitat a què es refresca tota la pantalla, i el més important, la\n"
+"velocitat de sincronització horitzontal, que és la velocitat a què es\n"
+"visualitzen les línies d'exploració.\n"
"\n"
+"És MOLT IMPORTANT que no especifiqueu un tipus de monitor amb un rang\n"
+"de sincronització superior a les possibilitats del vostre monitor, perquè\n"
+"el podríeu fer malbé.\n"
+"En cas de dubte, sigueu conservador amb aquest paràmetre."
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr "L'exploració Plug'n'Play ha fallat. Especifiqueu un monitor"
+
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Vendor"
+msgstr "Venedor"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr "Plug'n'Play"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "Escolliu un monitor"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "Targeta gràfica: %s"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Choose the resolution and the color depth"
+msgstr "Escolliu la resolució i la profunditat de color"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "Resolucions"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4.294 milions de colors (32 bits)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16 milions de colors (24 bits)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65.536 colors (16 bits)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32.768 colors (15 bits)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 colors (8 bits)"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Is this the correct setting?"
+msgstr "Això és correcte?"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Leaving in %d seconds"
+msgstr "%d segons"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid ""
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
+msgstr ""
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr ""
+"Avís: la comprovació d'aquesta targeta gràfica pot penjar-vos l'ordinador"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "Voleu comprovar la configuració?"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "Comprova la configuració"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "What norm is your TV using?"
+msgstr "Quina norma segueix el vostre televisor?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid ""
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\n"
"\n"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
"\n"
-"Ara es configurarà la connexió %s.\n"
+"Do you have this feature?"
+msgstr ""
+"Sembla que la vostra targeta gràfica té un connector TV-OUT.\n"
+"Pot configurar-se de manera que faci servir memòria d'imatge.\n"
"\n"
+"A tal efecte, heu de connectar la targeta gràfica al televisor abans "
+"d'arrencar l'ordinador.\n"
+"Llavors, escolliu l'opció \"TVout\" en el carregador de l'arrencada\n"
"\n"
-"Premeu D'acord per continuar."
-
-#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr "Configuració de xarxa"
+"Teniu aquesta característica?"
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/various.pm:1
+#, c-format
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"
+"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 ""
-"Atès que esteu realitzant una instal·lació des de xarxa, ja teniu la xarxa "
-"configurada.\n"
-"Feu clic a 'D'acord' per conservar la configuració, o a 'Cancel·la' per "
-"tornar a configurar la connexió a Internet i a la xarxa local.\n"
+"Puc configurar el vostre ordinador de manera que executi automàticament la "
+"interfície gràfica durant l'arrencada.\n"
+"Voleu que XFree s'iniciï quan torneu a arrencar l'ordinador?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "Interfície gràfica a l'inici"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "Controlador de l'XFree86: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "Servidor XFree86: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "Resolució: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Color depth: %s\n"
+msgstr "Profunditat del color: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "Memòria gràfica: %s kB\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "Targeta gràfica: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "Refresc vertical del monitor: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor HorizSync: %s\n"
+msgstr "Sincronització horitzontal del monitor: %s\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "Monitor: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "Dispositiu del ratolí: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "Tipus de ratolí: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "Disposició del teclat: %s\n"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "Opcions: %s"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "Punt de muntatge: "
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server: "
+msgstr "Servidor: "
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr "L'URL ha de començar per http:// o https://"
+
+#
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "Si us plau introduïu l'URL del servidor WebDAV"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "Punt de muntatge"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server"
+msgstr "Servidor"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "Munta"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "Desmunta"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "New"
+msgstr "Nou"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
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"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
msgstr ""
-"Benvingut a l'auxiliar de configuració de xarxa\n"
-"\n"
-"Ara es configurarà la connexió a Internet/xarxa.\n"
-"Si no voleu utilitzar la detecció automàtica, desactiveu el quadre de "
-"verificació.\n"
+"WebDAV és un protocol que permet muntar un directori d'un servidor web\n"
+"localment, i tractar-lo com si fos un sistema de fitxers local (amb el "
+"benentès\n"
+"que el servidor web està configurat com a servidor WebDAV). Si voleu afegir\n"
+"punts de muntatge WebDAV, seleccioneu \"Nou\"."
-#: ../../network/netconnect.pm_.c:163
-msgid "Choose the profile to configure"
-msgstr "Escolliu el perfil a configurar"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Utilitzeu \"%s\" al seu lloc"
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
-msgstr "Utilitza la detecció automàtica"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "Tipus"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-msgid "Expert Mode"
-msgstr "Mode expert"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "Utilitzeu primer \"Unmount\""
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr "S'estan detectant els dispositius..."
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "Suprimeix"
-#: ../../network/netconnect.pm_.c:214
-msgid "Normal modem connection"
-msgstr "Connexió normal per mòdem"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "Crea"
-#: ../../network/netconnect.pm_.c:214
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected on port %s"
-msgstr "detectat al port %s"
+msgid "Filesystem types:"
+msgstr "Tipus de sistema de fitxers:"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "Connexió normal per mòdem"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "Buit"
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "s'ha detectat %s"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Windows"
+msgstr "Domini de Windows"
-#: ../../network/netconnect.pm_.c:216
-msgid "ISDN connection"
-msgstr "Connexió XDSI"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
-#: ../../network/netconnect.pm_.c:216
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected %s"
-msgstr "s'ha detectat %s"
+msgid "SunOS"
+msgstr "SunOS"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "Intercanvi"
#
-#: ../../network/netconnect.pm_.c:217
-msgid "ADSL connection"
-msgstr "Connexió ADSL"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Journalised FS"
+msgstr "Journalised FS"
-#: ../../network/netconnect.pm_.c:218
-msgid "Cable connection"
-msgstr "Connexió per cable"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
#
-#: ../../network/netconnect.pm_.c:218
-msgid "cable connection detected"
-msgstr "s'ha detectat la connexió per cable"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "No hard drives found"
+msgstr "No s'ha trobat cap disc dur!"
-#: ../../network/netconnect.pm_.c:219
-msgid "LAN connection"
-msgstr "Connexió LAN"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "Si us plau, feu clic a una partició "
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
-msgstr "s'han detectat una o diverses targetes Ethernet"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\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 després feu clic a \"Canvia la mida\")"
-#
-#: ../../network/netconnect.pm_.c:222
-msgid "Choose the connection you want to configure"
-msgstr "Escolliu la connexió que voleu configurar"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Choose action"
+msgstr "Trieu una acció"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "Auxiliar"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+"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 ""
-"Heu configurat múltiples maneres de conectar-se a Internet.\n"
-"Escolliu la que voleu utilitzar.\n"
-"\n"
+"Si penseu utilitzar aboot, assegureu-vos de deixar espai lliure (amb 2048\n"
+"sectors n'hi ha prou) al començament del disc"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "Si us plau, feu primer una còpia de seguretat de les vostres dades"
+
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "Llegiu-ho atentament!"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
+msgstr "Clau de xifratge (un altre cop)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
+msgstr "Clau de xifratge"
#
-#: ../../network/netconnect.pm_.c:247
-msgid "Internet connection"
-msgstr "Connexió a Internet"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "The encryption keys do not match"
+msgstr "Les claus de xifratge no coincideixen"
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr "Voleu iniciar la connexió en arrencar?"
+# c-format
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+"Aquesta clau de xifratge és massa senzilla (ha de tenir com a mínim %d "
+"caràcters)"
-#: ../../network/netconnect.pm_.c:267
-msgid "Network configuration"
-msgstr "Configuració de xarxa"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose your filesystem encryption key"
+msgstr "Escolliu la clau de xifratge del sistema de fitxers"
+
+#
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem encryption key"
+msgstr "Clau de xifratge del sistema de fitxers: "
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
-msgstr "La xarxa necessita reiniciar-se"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Type: "
+msgstr "Tipus: "
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "on channel %d id %d\n"
+msgstr "al canal %d amb id %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Tipus de taula de particions: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "Discs LVM %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "Informació: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "Geometria: %s cilindres, %s capçals, %s sectors\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "Mida: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
+msgstr "Només lectura"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "Dispositiu: "
+
+#: ../../diskdrake/interactive.pm:1
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-"S'ha produït un problema en reiniciar la xarxa: \n"
"\n"
-"%s"
+"Aquesta partició especial\n"
+"Bootstrap és per arrencar\n"
+"el vostre sistema en dual.\n"
-#: ../../network/netconnect.pm_.c:282
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\n"
msgstr ""
-"Felicitats, la configuració de xarxa i Internet ha finalitzat.\n"
-"Ara s'aplicarà la configuració al sistema.\n"
"\n"
+"És possible que aquesta partició sigui\n"
+"una partició de Controladors;\n"
+"és millor que no la toqueu.\n"
-#: ../../network/netconnect.pm_.c:286
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Després d'això, és recomanable que reinicieu l'entorn X per\n"
-"evitar problemes deguts al canvi de nom de l'ordinador central."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Nom del fitxer de loopback: %s"
-#: ../../network/netconnect.pm_.c:287
-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 ""
-"Hi ha hagut problemes durant la configuració.\n"
-"Proveu la connexió via net_monitor o mcc. Si la connexió no funciona "
-"correctament, torneu a executar la configuració."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "Discs RAID %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Mida del fragment %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "Nivell %s\n"
-#: ../../network/network.pm_.c:278
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
msgstr ""
-"ATENCIÓ: Aquest dispositiu ja es va configurar per connectar-se a Internet.\n"
-"Només cal que accepteu per mantenir-lo configurat.\n"
-"Si modifiqueu els camps inferiors, sobreescriureu aquesta configuració."
+"Partició arrencada per defecte\n"
+" (per a l'arrencada de l'MS-DOS, no per a LILO)\n"
-#: ../../network/network.pm_.c:283
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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)."
+"Loopback file(s):\n"
+" %s\n"
msgstr ""
-"Si us plau, introduïu la configuració IP d'aquest ordinador.\n"
-"S'ha d'introduir cada element com una adreça IP en notació decimal amb\n"
-"punts (per exemple, 1.2.3.4)."
+"Fitxer(s) de loopback:\n"
+" %s\n"
-#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr "S'està configurant el dispositiu de xarxa %s"
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid " (driver %s)"
-msgstr " (controlador %s)"
+msgid "Mounted\n"
+msgstr "Muntat\n"
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "Adreça IP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Not formatted\n"
+msgstr "Sense formatar\n"
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "Submàscara de xarxa"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "Formatat\n"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Cilindre %d a %d\n"
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "IP automàtica"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s sectors"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "Mida: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Inici: sector %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "Nom: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "Lletra d'unitat de DOS: %s (només és una suposició)\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr "la partició %s ara és %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Removing %s"
+msgstr "S'està esborrant %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Copying %s"
+msgstr "S'està copiant %s"
#
-#: ../../network/network.pm_.c:299
-msgid "Start at boot"
-msgstr "Inicia en l'arrencada"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving files to the new partition"
+msgstr "S'estan movent els fitxers a la nova partició"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
-msgstr "L'adreça IP ha d'estar en format 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Directory %s already contains data\n"
+"(%s)"
+msgstr ""
+"El directori %s encara conté dades\n"
+"(%s)"
+
+#
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hide files"
+msgstr "Fitxers ocults"
-#: ../../network/network.pm_.c:326
+#
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move files to the new partition"
+msgstr "Mou els fitxers a la nova partició"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After formatting partition %s, all data on this partition will be lost"
+msgstr "Després de formatar la partició %s, se'n perdran totes les dades"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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:1
+#, 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:1
+#, fuzzy, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure 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"
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"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 "
+"físicament més enllà del cilindre 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"
-#: ../../network/network.pm_.c:350
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"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 ""
-"Si us plau, introduïu el nom del vostre ordinador central.\n"
-"Aquest nom ha de ser complet, com ara \"mybox.mylab.myco.com\".\n"
-"També podeu introduir l'adreça IP de la passarel·la, si en teniu una."
+"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"
-#: ../../network/network.pm_.c:355
-msgid "DNS server"
-msgstr "Servidor DNS"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "The package %s is needed. Install it?"
+msgstr "Cal instal·lar el paquet %s. Voleu instal·lar-lo?"
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Passarel·la (e.g. %s)"
+msgid "What type of partitioning?"
+msgstr "Quin tipus de particionament voleu?"
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "Dispositiu de la passarel·la"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Be careful: this operation is dangerous."
+msgstr "Aneu amb compte: aquesta operació és perillosa."
-#: ../../network/network.pm_.c:363
-msgid "DNS server address should be in format 1.2.3.4"
-msgstr "L'adreça del servidor DNS ha d'estar en format 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "mida del fragment"
-#: ../../network/network.pm_.c:367
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr "L'adreça de la passarel·la ha d'estar en format 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "nivell"
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Configuració dels servidors intermediaris (proxies)"
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "dispositiu"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Intermediari per a HTTP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
+msgstr "Diversos"
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Intermediari per a FTP"
+#
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount options"
+msgstr "Opcions de muntatge"
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
-msgstr ""
-"Fes el seguiment de l'identificador de la targeta de xarxa (d'utilitat per a "
-"portàtils)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
+msgstr "El fitxer ja existeix. El voleu utilitzar?"
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "El servidor intermediari ha de ser http://..."
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "File is already used by another loopback, choose another one"
+msgstr ""
+"Un altre loopback ja està utilitzant el fitxer, escolliu-ne un de diferent"
#
-#: ../../network/network.pm_.c:388
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "L'URL ha de començar amb 'ftp:' o 'http:'"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Give a file name"
+msgstr "Proporcioneu un nom de fitxer"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "S'ha detectat la configuració del tallafoc!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "Tipus de sistema de fitxers: "
-#: ../../network/shorewall.pm_.c:27
-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 tallafoc. Potser us "
-"caldrà fer algun ajustament manual després de la instal·lació."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "Mida en MB: "
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "Configuració d'Internet"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "Nom del fitxer de loopback: "
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Voleu intentar connectar-vos a Internet ara?"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Loopback"
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-msgid "Testing your connection..."
-msgstr "S'està comprovant la vostra connexió..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "Aquesta partició no es pot utilitzar per al loopback"
-#: ../../network/tools.pm_.c:70
-msgid "The system is now connected to Internet."
-msgstr "Ara, el sistema està connectat a Internet."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
+msgstr "Nom LVM?"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
-msgstr "Per raons de seguretat, ara es desconnectarà."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "nou"
-#: ../../network/tools.pm_.c:72
-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ó."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr "Escolliu un LVM existent al qual afegir-ho"
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr "Configuració de la connexió"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr "Escolliu un RAID existent al qual afegir-ho"
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
-msgstr "Si us plau, ompliu o marqueu el camp inferior"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "S'està movent la partició..."
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr "IRQ de la targeta"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "S'està movent"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "Targeta de memòria (DMA)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "A quin sector ho voleu moure?"
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "E/S de la Targeta"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "Sector"
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "E/S_0 de la Targeta"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "A quin disc ho voleu moure?"
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "E/S_1 de la Targeta"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "Mou"
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
-msgstr "El vostre telèfon particular"
+#
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "New size in MB: "
+msgstr "Nova mida en MB: "
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr "Nom del proveïdor (p.ex. proveidor.net)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "Escolliu la nova mida"
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr "Número de telèfon del proveïdor"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "Canvia la mida"
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-msgid "Provider dns 1 (optional)"
-msgstr "DNS 1 del proveïdor (opcional)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After resizing partition %s, all data on this partition will be lost"
+msgstr ""
+"Després de canviar la mida de la partició %s, se'n perdran totes les dades"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-msgid "Provider dns 2 (optional)"
-msgstr "DNS 2 del proveïdor (opcional)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All data on this partition should be backed-up"
+msgstr "Cal fer una còpia de seguretat de totes les dades d'aquesta partició"
-#
-#: ../../network/tools.pm_.c:109
-msgid "Choose your country"
-msgstr "Escolliu el vostre país"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition is not resizeable"
+msgstr "No es pot canviar la mida d'aquesta partició"
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr "Mode de marcatge"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "S'estan calculant els límits del sistema de fitxers de la FAT"
-#
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-msgid "Connection speed"
-msgstr "Velocitat de la connexió"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount %s?"
+msgstr "On voleu muntar %s?"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-msgid "Connection timeout (in sec)"
-msgstr "Temps màxim per connectar (en seg)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
+msgstr ""
+"No es pot anul·lar el punt de muntatge, perquè aquesta partició\n"
+"s'utilitza per al loopback. Elimineu primer el loopback"
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr "Entrada del compte (nom d'usuari)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "On voleu muntar el dispositiu %s?"
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Contrasenya del compte"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "On voleu muntar el fitxer de loopback %s?"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
-msgstr "Regne Unit"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
+msgstr "S'està canviant de ext2 a ext3"
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "ha fallat el muntatge: "
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Which filesystem do you want?"
+msgstr "Quin sistema de fitxers voleu?"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
-msgstr "Aquesta plataforma no suporta particions ampliades"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Change partition type"
+msgstr "Canvia el tipus de partició"
-#: ../../partition_table.pm_.c:685
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
-"Hi ha un forat a la vostra taula de particions, però no puc utilitzar-lo.\n"
-"L'única solució és moure les particions primàries per fer que el forat quedi "
-"contigu a les particions ampliades"
+"Després de canviar el tipus de la partició %s, se'n perdran totes les dades"
-#: ../../partition_table.pm_.c:774
+#
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Ha fallat la restauració des del fitxer %s: %s"
-
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr "Fitxer de còpia de seguretat incorrecte"
+msgid "Remove the loopback file?"
+msgstr "Voleu suprimir el fitxer de loopback?"
-#: ../../partition_table.pm_.c:796
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr "S'ha produït un error en escriure al fitxer %s"
-
-#: ../../partition_table/raw.pm_.c:192
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"
+"You can't create a new partition\n"
+"(since you reached the maximal number of primary partitions).\n"
+"First remove a primary partition and create an extended partition."
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é."
+"No podeu crear una nova partició\n"
+"(perquè heu arribat al màxim nombre de particions primàries).\n"
+"Esborreu primer una partició primària i creeu una partició ampliada."
-#: ../../pkgs.pm_.c:26
-msgid "must have"
-msgstr "s'ha de tenir"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Preference: "
+msgstr "Preferència: "
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr "important"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start sector: "
+msgstr "Sector d'inici: "
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr "molt bonic"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create a new partition"
+msgstr "Crea una nova partició"
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr "bonic"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "Utilitza per a loopback"
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr "potser"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "Modifica el RAID"
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "Elimina de l'LVM"
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "Elimina del RAID"
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "Afegeix a l'LVM"
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
-msgstr "LPD"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "Afegeix al RAID"
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "Formata"
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
-msgstr "LPRng"
+#
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Detailed information"
+msgstr "Informació detallada"
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "S'està intentant recuperar la taula de particions"
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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"
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-msgid "Unknown Model"
-msgstr "Model desconegut"
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "Advertència"
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "Impressora local"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "Seleccioneu el fitxer"
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "Impressora remota"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"The backup partition table has not the same size\n"
+"Still continue?"
+msgstr ""
+"La còpia de seguretat de la taula de particions no té la mateixa mida\n"
+"Voleu continuar igualment?"
#
-#: ../../printer/main.pm_.c:28
-msgid "Printer on remote CUPS server"
-msgstr "Impressora en servidor CUPS remot"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Removable media automounting"
+msgstr "Muntatge automàtic dels dispositius extraïbles"
#
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-msgid "Printer on remote lpd server"
-msgstr "Impressora en servidor lpd remot"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Reload partition table"
+msgstr "Torna a carregar la taula de particions"
-#: ../../printer/main.pm_.c:30
-msgid "Network printer (TCP/Socket)"
-msgstr "Impressora de xarxa (TCP/Socket)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Rescue partition table"
+msgstr "Recupera la taula de particions"
#
-#: ../../printer/main.pm_.c:31
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Impressora en servidor SMB/Windows 95/98/NT"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Restore partition table"
+msgstr "Restaura la taula de particions"
#
-#: ../../printer/main.pm_.c:32
-msgid "Printer on NetWare server"
-msgstr "Impressora en servidor NetWare"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Save partition table"
+msgstr "Escriu la taula de particions"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
+msgstr ""
+"Si voleu tenir més particions, suprimiu-ne una per poder crear una partició "
+"ampliada"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "I can't add any more partition"
+msgstr "No es pot afegir cap més partició"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "S'utilitzen totes les particions primàries"
#
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-msgid "Enter a printer device URI"
-msgstr "Entreu un dispositiu URI d'impressora"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hard drive information"
+msgstr "Informació del disc dur"
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
-msgstr "Redirecciona el treball cap a una ordre"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Auto allocate"
+msgstr "Assigna automàticament"
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
-msgstr "Model desconegut"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "Buida-ho tot"
#
-#: ../../printer/main.pm_.c:317
-msgid "Local Printers"
-msgstr "Impressores locals"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Voleu desar les modificacions a /etc/fstab"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "Voleu sortir sense escriure la taula de particions?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "Surt sense desar"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "Voleu continuar igualment?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "Canvia al mode expert"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "Canvia al mode normal"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "Desfés"
#
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-msgid "Remote Printers"
-msgstr "Impressores remotes"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Exit"
+msgstr "Surt"
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " en port paral·lel \\/*%s"
+msgid "Choose a partition"
+msgstr "Trieu una partició"
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", impressora USB \\/*%s"
+msgid "Choose another partition"
+msgstr "Trieu una altra partició"
-#: ../../printer/main.pm_.c:334
+#
+#: ../../diskdrake/removable.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", dispositiu multifunció en port paral·lel \\/*%s"
+msgid "Change type"
+msgstr "Canvia el tipus"
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
-msgstr ", dispositiu multifunció en USB"
+#
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Search servers"
+msgstr "Cerca servidors"
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
-msgstr ", dispositiu multifunció en HP JetDirect"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Domain"
+msgstr "Domini"
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
-msgstr ", dispositiu multifunció"
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Username"
+msgstr "Nom d'usuari"
-#: ../../printer/main.pm_.c:344
+#: ../../diskdrake/smbnfs_gtk.pm:1
#, c-format
-msgid ", printing to %s"
-msgstr ", imprimint a %s"
+msgid ""
+"Please enter your username, password and domain name to access this host."
+msgstr ""
+"Introduïu el vostre nom d'usuari, la contrasenya i el nom de domini per "
+"accedir a aquesta màquina."
-#: ../../printer/main.pm_.c:346
+#: ../../diskdrake/smbnfs_gtk.pm:1
#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
-msgstr " en servidor LPD \"%s\", impressora \"%s\""
+msgid "Domain Authentication Required"
+msgstr "Cal l'autenticació de domini"
-#: ../../printer/main.pm_.c:348
+#: ../../diskdrake/smbnfs_gtk.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", host TCP/IP \"%s\", port %s"
+msgid "Another one"
+msgstr "Un altre"
-#: ../../printer/main.pm_.c:352
+#: ../../diskdrake/smbnfs_gtk.pm:1
#, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr " en servidor SMB/Windows \"%s\", recurs compartit \"%s\""
+msgid "Which username"
+msgstr "Quin nom d'usuari?"
-#: ../../printer/main.pm_.c:356
+#: ../../diskdrake/smbnfs_gtk.pm:1
#, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
-msgstr " en servidor Novell \"%s\", impressora \"%s\""
+msgid "Can't login using username %s (bad password?)"
+msgstr ""
+"No es pot entrar amb el nom d'usuari %s (potser la contrasenya és "
+"incorrecta?)"
-#: ../../printer/main.pm_.c:358
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", using command %s"
-msgstr ", utilitzant l'ordre %s"
+msgid "cpu # "
+msgstr ""
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
-msgstr "Impressora en cru (raw) (Cap controlador)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SMBus controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:647
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "(on %s)"
-msgstr "(en %s)"
+msgid "USB controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
-msgstr "(en aquest ordinador)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SCSI controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:674
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "en servidor CUPS \"%s\""
+msgid "(E)IDE/ATA controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr " (Predeterminat)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr "Seleccioneu la connexió de la impressora"
+#
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Scanner"
+msgstr "Seleccioneu un escàner"
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr "Com està connectada la impressora?"
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Unknown/Others"
+msgstr "Desconegut|Genèric"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Bridges and system controllers"
+msgstr ""
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Modem"
+msgstr "Model"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Ethernetcard"
+msgstr "Targeta Ethernet"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Processors"
+msgstr ""
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Webcam"
+msgstr ""
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Soundcard"
+msgstr "Targeta de so"
#
-#: ../../printer/printerdrake.pm_.c:30
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Other MultiMedia devices"
+msgstr "Altres suports"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Tvcard"
+msgstr "Targeta de TV"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Videocard"
+msgstr "Mode de vídeo"
+
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Tape"
+msgstr "Cinta"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "DVD-ROM"
+msgstr ""
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CD/DVD burners"
+msgstr ""
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "CDROM"
+msgstr "en CDROM"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Disk"
+msgstr "Danès"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Zip"
+msgstr ""
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Floppy"
+msgstr "Disquet d'arrencada"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Let me pick any driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Driver:"
+msgstr "Controlador:"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
+"The current driver for your \"%s\" sound card is \"%s\" "
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Choosing an arbitratry driver"
msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
"\n"
-"Amb un servidor CUPS remot, aquí no us cal configurar cap\n"
-"impressora; les impressores es detectaran automàticament."
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
-msgstr "Detecció automàtica de la impressora (local, TCP/Socket i SMB)"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound trouble shooting"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr "No hi ha cap controlador conegut per a la vostra targeta de so (%s)"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Unkown driver"
+msgstr "Controlador desconegut"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr "No hi ha cap controlador conegut per a la vostra targeta de so (%s)"
#
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-msgid "CUPS configuration"
-msgstr "Configuració de CUPS"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No known driver"
+msgstr "No hi ha cap controlador conegut"
+
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid ""
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
+msgstr ""
+"No hi ha cap controlador OSS/ALSA alternatiu conegut per a la vostra targeta "
+"de so (%s), que actualment fa servir \"%s\""
#
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-msgid "Specify CUPS server"
-msgstr "Especifiqueu el servidor CUPS"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "No open source driver"
+msgstr "No hi ha cap controlador conegut"
-#: ../../printer/printerdrake.pm_.c:83
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Please Wait... Applying the configuration"
+msgstr "Espereu si us plau... s'està aplicant la configuració"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
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."
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+"L'antic controlador \"%s\" ha estat desaprovat.\n"
+"\n"
+"S'ha vist que causa problemes al nucli en descarregar-se.\n"
+"\n"
+"El nou controlador \"%s\" només s'usarà en la següent arrencada."
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Trouble shooting"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
msgstr ""
-"Per tenir accés a les impressores en servidors CUPS remots dins la vostra "
-"xarxa no heu de configurar res; els servidors CUPS informen els vostres "
-"ordinadors automàticament sobre les seves impressores. Totes les impressores "
-"conegudes al vostre ordinador estan llistades en la secció \"Impressores "
-"Remotes\" en la pantalla principal de Printerdrake. Quan el servidor CUPS no "
-"està en la vostra xarxa local, heu de especificar l'adreça IP del servidor "
-"CUPS i opcionalment el número del port per obtenir informació de les "
-"impressores del servidor; si el servidor CUPS es troba a la xarxa local, "
-"deixeu aquests camps en blanc."
+"L'OSS (Sistema de So Obert) va ser la primera API de so. És una API "
+"independent del sistema operatiu (disponible en molts sistemes UNIX) però és "
+"molt bàsica i limitada.\n"
+"Encara més, tots els controladors OSS reinventen la roda...\n"
+"\n"
+"L'ALSA (Arquitectura Avançada de So per a Linux) és una arquitectura modular "
+"que\n"
+"funciona amb una àmplia varietat de targetes ISA, USB i PCI.\n"
+"\n"
+"També proporciona una API molt més funcional que la d'OSS.\n"
+"\n"
+"Per utilitzar ALSA, es pot triar entre:\n"
+"- l'antiga API compatible d'OSS\n"
+"- la nova API d'ALSA que proporciona moltes característiques millorades però "
+"que necessita fer servir la lliberia ALSA.\n"
-#: ../../printer/printerdrake.pm_.c:84
+#: ../../harddrake/sound.pm:1
+#, c-format
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\")."
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
"\n"
-"Normalment, CUPS es configura automàticament d'acord amb l'entorn de la "
-"vostra xarxa, per tal que pugueu accedir a les impressores en el servidor "
-"CUPS a la xarxa local. Si això no funciona, deshabiliteu \"Configuració "
-"Automàtica de CUPS\" i editeu manualment el fitxer /etc/cups/cupsd.conf. No "
-"oblideu de reiniciar el CUPS (ordre: \"service cups restart\")."
+"\n"
+"La vostra targeta fa servir actualment el controlador %s \"%s\" (el "
+"controlador per defecte per a aquesta targeta és \"%s\")"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
+msgstr ""
+"Aquí podeu seleccionar un controlador alternatiu (tant OSS com ALSA) per ala "
+"targeta de so (%s)"
#
-#: ../../printer/printerdrake.pm_.c:88
-msgid "The IP address should look like 192.168.1.20"
-msgstr "L'adreça IP ha d'estar en el format 192.168.1.20"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound configuration"
+msgstr "Configuració de so"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
+msgstr ""
+"No hi ha cap controlador OSS/ALSA alternatiu conegut per a la vostra targeta "
+"de so (%s), que actualment fa servir \"%s\""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No alternative driver"
+msgstr "No hi ha cap controlador alternatiu"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "enable radio support"
+msgstr "habilita l'ús de la ràdio"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Radio support:"
+msgstr "Permet l'ús de la ràdio:"
#
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-msgid "The port number should be an integer!"
-msgstr "El número de port ha de ser enter!"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "PLL setting:"
+msgstr "Configuració del PLL:"
-#: ../../printer/printerdrake.pm_.c:99
-msgid "CUPS server IP"
-msgstr "IP del servidor CUPS"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "number of capture buffers for mmap'ed capture"
+msgstr "nombre de memòries intermèdies per a captures amb MMAP"
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "Port"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Number of capture buffers:"
+msgstr "Nombre de memòries intermèdies de captura:"
#
-#: ../../printer/printerdrake.pm_.c:102
-msgid "Automatic CUPS configuration"
-msgstr "Configuració automàtica de CUPS"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Tuner type:"
+msgstr "Tipus de sintonitzador:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Card model:"
+msgstr "Model de la targeta:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid ""
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
+msgstr ""
+"Per a les targetes de TV més modernes, el mòdul bttv del nucli GNU/Linux "
+"detecta automàticament els paràmetres correctes.\n"
+"Si la vostra targeta no és detectada, podeu forçar el tipus de sintonitzador "
+"i de targeta aquí. Simplement seleccioneu els paràmetres necessaris per a la "
+"vostra targeta de TV"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|Generic"
+msgstr "Desconegut|Genèric"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH06X (bt878) [many vendors]"
+msgstr "Desconegut|CPH06X (bt878) [molts venedors]"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH05X (bt878) [many vendors]"
+msgstr "Desconegut|CPH05X (bt878) [molts venedors]"
#
-#: ../../printer/printerdrake.pm_.c:159
-msgid "Checking your system..."
-msgstr "S'està comprovant el vostre sistema..."
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Auto-detect"
+msgstr "Detecció automàtica"
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-msgid "Printerdrake"
-msgstr "Printerdrake"
+#: ../../interactive/newt.pm:1
+#, fuzzy, c-format
+msgid "Do"
+msgstr "Baixa"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "Quina és la vostra elecció? (predeterminat %s)"
-#: ../../printer/printerdrake.pm_.c:167
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Bad choice, try again\n"
+msgstr "Elecció incorrecta, torneu-ho a intentar\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Re-submit"
+msgstr "Torna a enviar"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"There are no printers found which are directly connected to your machine"
-msgstr "No s'ha trobat cap impressora connectada directament a l'ordinador"
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+"=> Avís, una etiqueta ha canviat:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:179
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"The following printers\n"
-"\n"
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
msgstr ""
-"Les impressores següents\n"
-"\n"
+"Si us plau, escolliu el primer número del rang 10 que voleu editar,\n"
+"o premeu Retorn per continuar.\n"
+"Què trieu? "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr "=> Hi ha moltes coses per escollir de (%s).\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Quina és la vostra elecció? (predeterminat '%s'%s)"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
+msgstr " entreu 'void' per entrada buida"
+
+#
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Do you want to click on this button?"
+msgstr "Voleu fer clic en aquest botó?"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Button `%s': %s"
+msgstr "Botó '%s': %s"
-#: ../../printer/printerdrake.pm_.c:180
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Quina és la vostra elecció? (0/1, predeterminat '%s')"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"The following printer\n"
-"\n"
+"Entries you'll have to fill:\n"
+"%s"
msgstr ""
-"La impressora següent\n"
-"\n"
+"Entrades que heu d'emplenar:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"and one unknown printer are "
+"Loading module %s failed.\n"
+"Do you want to try again with other parameters?"
msgstr ""
-"\n"
-"i una impressora desconeguda estan "
+"Ha fallat la càrrega del mòdul %s.\n"
+"Voleu tornar-ho a intentar amb altres paràmetres?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "Especifica les opcions"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "Exploració automàtica"
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../modules/interactive.pm:1
#, c-format
msgid ""
-"\n"
-"and %d unknown printers are "
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. 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"
-"i %d impressores desconegudes estan "
+"En alguns casos, el controlador de %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 controlador\n"
+"cerqui al vostre ordinador la informació que necessita? Aquesta recerca\n"
+"podria penjar l'ordinador, però això no causaria cap dany."
+
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "Quin controlador de %s he de provar?"
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "Opcions del mòdul:"
+
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"are "
+"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 ""
-"\n"
-"estan "
+"Ara podeu proporcionar les opcions per al mòdul %s.\n"
+"Les opcions estan en el format \"nom=valor nom2=valor2 ...\".\n"
+"Per exemple, \"io=0x300 irq=7\""
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"is "
+"You may now provide options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-"\n"
-"està "
+"Ara podeu subministrar les opcions per al mòdul %s.\n"
+"Tingueu en compte que qualsevol adreça s'ha de prefixar amb 0x, com '0x123'"
-#
-#: ../../printer/printerdrake.pm_.c:189
-msgid "directly connected to your system"
-msgstr "connectada(es) directament a l'ordinador"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(mòdul %s)"
+
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "S'està instal·lant el controlador per a la targeta de %s %s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "Mira la informació del maquinari"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "Teniu alguna interfície %s?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "En teniu una altra?"
+
+# #msgid "Found %s %s interfaces"
+# #msgstr "S'han trobat interfícies %2$s %1$s"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "S'han trobat interfícies %s %s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
+msgstr "Ara podeu configurar cada paràmetre del mòdul."
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated strings"
+msgstr "cadenes separades per coma"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr "nombres separats per coma"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr "%d cadenes separades per coma"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr "%d nombres separats per coma"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "a number"
+msgstr "un número"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few use dhcp.\n"
+"If you don't know, choose 'use pppoe'"
+msgstr ""
+"La manera més 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:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "Connecta't a Internet"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Alcatel speedtouch usb"
+msgstr "Alcatel Speedtouch USB"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr "utilitza dhcp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pptp"
+msgstr "utilitza pptp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "utilitza pppoe"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Other ports"
+msgstr "Altres ports"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Everything (no firewall)"
+msgstr "Tot (sense tallafoc)"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+"El port introduït no és vàlid: %s.\n"
+"El format correcte és \"port/tcp\" o \"port/udp\", \n"
+"on el port es troba entre 1 i 65535."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
+msgstr ""
+"Podeu introduir diferents ports.\n"
+"Són exemples vàlids: 139/tcp 139/udp.\n"
+"Cerqueu informació a /etc/services"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr "A quins serveis voleu permetre la connexió des d'Internet?"
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"There is one unknown printer directly connected to your system"
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
msgstr ""
+"Configuració del drakfirewall\n"
"\n"
-"Hi ha una impressora desconeguda connectada directament a l'ordinador."
+"Assegureu-vos d'haver configurat l'accés a la xarxa local/Internet\n"
+"amb el drakconnect abans de continuar."
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../network/drakfirewall.pm:1
#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"There are %d unknown printers directly connected to your system"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
msgstr ""
+"Configuració del drakfirewall\n"
"\n"
-"Hi ha %d impressores desconegudes connectades directament a l'ordinador."
+"Aquí 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 \n"
+"distribució especialitzada MandrakeSecurity Firewall."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "No network card"
+msgstr "No s'ha trobat cap targeta de xarxa"
#
-#: ../../printer/printerdrake.pm_.c:200
-msgid " (Make sure that all your printers are connected and turned on).\n"
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "POP and IMAP Server"
+msgstr "Servidor POP i IMAP"
+
+#
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Mail Server"
+msgstr "Servidor de correu"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Domain Name Server"
+msgstr "Servidor de Noms de Domini (DNS)"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Web Server"
+msgstr "Servidor Web"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
msgstr ""
-" (Assegureu-vos que totes les impressores estan connectades i engegades.)\n"
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Zeroconf Host name"
+msgstr "Nom de l'ordinador central"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "Nom de l'ordinador central"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"\n"
+"\n"
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
msgstr ""
-"Voleu habilitar la impressió a les impressores anteriors o a les impressores "
-"de la xarxa local?\n"
-#: ../../printer/printerdrake.pm_.c:215
-msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr "Voleu habilitar la impressió a les impressores de la xarxa local?\n"
+#: ../../network/ethernet.pm:1
+#, c-format
+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, introduïu el nom del vostre servidor central, si el sabeu.\n"
+"Alguns servidors DHCP necessiten que el nom de l'ordinador central sigui "
+"operatiu.\n"
+"El nom ha de ser complet,\n"
+"com ara \"mybox.mylab.myco.com\"."
-#: ../../printer/printerdrake.pm_.c:217
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Voleu habilitar la impressió a les impressores anteriors?\n"
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "S'està configurant la xarxa"
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
-msgstr "Esteu segur que voleu habilitar la impressió en aquesta màquina?\n"
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "no s'ha trobat cap targeta de xarxa"
-#: ../../printer/printerdrake.pm_.c:219
+#: ../../network/ethernet.pm:1
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"Please choose which network adapter you want to use to connect to Internet."
msgstr ""
-"NOTA: Segons el model de la impressora i el sistema d'impressió, "
-"s'instal·laran fins a %d MB de programari addicional."
+"Si us plau, seleccioneu quin adaptador de xarxa voleu utilitzar per\n"
+"connectar-vos a Internet."
-#
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-msgid "Add a new printer"
-msgstr "Afegiu una impressora"
+#: ../../network/ethernet.pm:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "Escolliu la interfície de xarxa"
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/ethernet.pm:1
+#, c-format
+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:1
+#, c-format
+msgid ""
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
+msgstr ""
+"Quin client dhcp voleu utilitzar?\n"
+"El predeterminat és dhcp-client"
+
+#: ../../network/isdn.pm:1
+#, c-format
+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 següent."
+
+#: ../../network/isdn.pm:1
+#, c-format
+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 ""
+"S'ha detectat una targeta PCI XDSI, però no es reconeix el tipus. Si us "
+"plau, seleccioneu una targeta PCI a la pantalla següent."
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "Quina targeta XDSI teniu?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "Configuració de l'XDSI"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "Abandona"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "Continua"
+
+#: ../../network/isdn.pm:1
+#, c-format
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"
+"If you have an ISA card, the values on the next screen should be right.\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."
+"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
+"card.\n"
msgstr ""
"\n"
-"Benvingut a l'auxiliar de configuració de la impressora\n"
-"\n"
-"Aquest auxiliar us permetrà instal·lar impressores locals o remotes per usar-"
-"les en aquest ordinador i també des d'altres ordinadors de la xarxa.\n"
+"Si teniu una targeta ISA, els valors de la pantalla següent haurien de ser "
+"correctes.\n"
"\n"
-"Us demanarà la informació necessària per definir impressores i us "
-"proporcionarà accés als controladors disponibles de les impressores, les "
-"seves opcions i els tipus de connexions d'impressores."
+"Si teniu una targeta PCMCIA, cal que en sapigueu l'\"irq\" i l'\"io\".\n"
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "I don't know"
+msgstr "No ho sé"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "PCI"
+msgstr "PCI"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISA / PCMCIA"
+msgstr "ISA / PCMCIA"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind of card do you have?"
+msgstr "Quin tipus de targeta teniu?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr "S'ha trobat la interfície \"%s\". Voleu utilitzar-la?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which protocol do you want to use?"
+msgstr "Quin protocol voleu utilitzar?"
+
+#
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Protocol for the rest of the world"
+msgstr "Protocol per a la resta del món"
+
+#
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
+"Protocol for the rest of the world\n"
+"No D-Channel (leased lines)"
+msgstr ""
+"Protocol per a la resta del món\n"
+"Cap canal D (línies punt a punt)"
+
+#
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "European protocol"
+msgstr "Protocol europeu"
+
+#
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "European protocol (EDSS1)"
+msgstr "Protocol europeu (EDSS1)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
+msgstr ""
+"Seleccioneu el vostre proveïdor.\n"
+"Si no és a la llista, seleccioneu \"No és a la llista\""
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "External ISDN modem"
+msgstr "Mòdem XDSI extern"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "Targeta XDSI interna"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "Quin tipus de connexió XDSI teniu?"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, c-format
+msgid "Network Configuration Wizard"
+msgstr "Auxiliar de configuració de xarxa"
+
+#
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "Configuració antiga (isdn4net)"
+
+#
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "New configuration (isdn-light)"
+msgstr "Nova configuració (isdn-light)!"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Which ISDN configuration do you prefer?\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
+"* The Old configuration uses isdn4net. It contains powerful\n"
+" tools, but is tricky to configure, and not standard.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"We recommand the light configuration.\n"
msgstr ""
+"Quina configuració XDSI preferiu?\n"
"\n"
-"Benvingut a l'auxiliar de configuració de la impressora\n"
+"* La configuració antiga usa isdn4net. Conté eines molt\n"
+" potents, però és difícil de configurar, i no és estàndard.\n"
"\n"
-"Aquest auxiliar us ajudarà a instal·lar les impressores connectades "
-"directament a l'ordinador, o a la xarxa, o a una màquina Windows remota.\n"
+"* La nova configuració és més fàcil d'entendre, més\n"
+" estàndard, però té menys eines.\n"
"\n"
-"Si teniu impressores connectades a aquesta màquina, endolleu-les i engegueu-"
-"les per tal de poder-les detectar automàticament. Engegueu també les "
-"impressores de xarxa i les màquines Windows que tenen impressores "
-"connectades.\n"
+"Nosaltres recomanen la nova configuració senzilla (isdn-light).\n"
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Do nothing"
+msgstr "però que no coincideixin amb"
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Install rpm"
+msgstr "Instal·la"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Title"
+msgstr "Taula"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Second DNS Server (optional)"
+msgstr "Segon servidor DNS (opcional)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "First DNS Server (optional)"
+msgstr "Primer servidor DNS (opcional)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "Nom de domini"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr "CHAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "Basat en script"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "Basat en terminal"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "ID d'entrada"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "Número de telèfon"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "Nom de la connexió"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "Opcions de marcatge"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Please choose which serial port your modem is connected to."
+msgstr ""
+"Si us plau, seleccioneu el port sèrie al qual teniu connectat el mòdem."
+
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "Configuració de xarxa"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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 ""
+"Hi ha hagut problemes durant la configuració.\n"
+"Proveu la connexió via net_monitor o mcc. Si la connexió no funciona "
+"correctament, torneu a executar la configuració."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
+msgstr ""
+"Després 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:1
+#, c-format
+msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
"\n"
-"Noteu que la detecció automàtica d'impressores de la xarxa local triga més "
-"que la detecció d'impressores connectades directament a la màquina. Seria "
-"millor que desactivéssiu la detecció automàtica d'impressores en xarxa o en "
-"màquina Windows si no la necessiteu.\n"
+msgstr ""
+"Felicitats, la configuració de xarxa i Internet ha finalitzat.\n"
+"Ara s'aplicarà la configuració al sistema.\n"
"\n"
-"Feu clic a \"Següent\" quan estigueu preparat, o a \"Cancel·la\" si no voleu "
-"configurar ara les impressores."
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
+"A problem occured while restarting the network: \n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
+"%s"
+msgstr ""
+"S'ha produït un problema en reiniciar la xarxa: \n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"%s"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
+msgstr "Cal instal·lar el paquet %s. Voleu instal·lar-lo?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Network configuration"
+msgstr "Configuració de xarxa"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Do you want to start the connection at boot?"
+msgstr "Voleu iniciar la connexió en arrencar?"
+
+#
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection"
+msgstr "Connexió a Internet"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
msgstr ""
+"Heu configurat múltiples maneres de conectar-se a Internet.\n"
+"Escolliu la que voleu utilitzar.\n"
"\n"
-"Benvingut a l'auxiliar de configuració de la impressora\n"
-"\n"
-"Aquest auxiliar us ajudarà a instal·lar les impressores connectades a aquest "
-"ordinador.\n"
+
+#
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the connection you want to configure"
+msgstr "Escolliu la connexió que voleu configurar"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr "s'han detectat una o diverses targetes Ethernet"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "LAN connection"
+msgstr "Connexió LAN"
+
+#
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "cable connection detected"
+msgstr "s'ha detectat la connexió per cable"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Cable connection"
+msgstr "Connexió per cable"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "detected"
+msgstr "s'ha detectat %s"
+
+#
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ADSL connection"
+msgstr "Connexió ADSL"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected %s"
+msgstr "s'ha detectat %s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ISDN connection"
+msgstr "Connexió XDSI"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Winmodem connection"
+msgstr "Connexió normal per mòdem"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected on port %s"
+msgstr "detectat al port %s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Normal modem connection"
+msgstr "Connexió normal per mòdem"
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detecting devices..."
+msgstr "S'estan detectant els dispositius..."
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Mode"
+msgstr "Mode expert"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
+msgstr "Utilitza la detecció automàtica"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the profile to configure"
+msgstr "Escolliu el perfil a configurar"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Welcome to The Network Configuration Wizard.\n"
"\n"
-"Si teniu impressores connectades a aquesta màquina, endolleu-les i engegueu-"
-"les per tal de poder-les detectar automàticament.\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ó de xarxa\n"
"\n"
-"Feu clic a \"Següent\" quan estigueu preparat, o a \"Cancel·la\" si no voleu "
-"configurar ara les impressores."
+"Ara es configurarà la connexió a Internet/xarxa.\n"
+"Si no voleu utilitzar la detecció automàtica, desactiveu el quadre de "
+"verificació.\n"
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/netconnect.pm:1
+#, c-format
+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 ""
+"Atès que esteu realitzant una instal·lació des de xarxa, ja teniu la xarxa "
+"configurada.\n"
+"Feu clic a 'D'acord' per conservar la configuració, o a 'Cancel·la' per "
+"tornar a configurar la connexió a Internet i a la xarxa local.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
+"We are now going to configure the %s connection.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Press OK to continue."
msgstr ""
"\n"
-"Benvingut a l'auxiliar de configuració de la impressora\n"
"\n"
-"Aquest auxiliar us ajudarà a instal·lar les impressores connectades a aquest "
-"ordinador o connectades directament a la xarxa local.\n"
"\n"
-"Si teniu impressores connectades a aquesta màquina, endolleu-les i engegueu-"
-"les per tal de poder-les detectar automàticament. Engegueu també les "
-"impressores de la xarxa local.\n"
+"Ara es configurarà la connexió %s.\n"
"\n"
-"Noteu que la detecció automàtica d'impressores de la xarxa local triga més "
-"que la detecció d'impressores connectades directament a la màquina. Seria "
-"millor que desactivéssiu la detecció automàtica d'impressores en xarxa si no "
-"la necessiteu.\n"
"\n"
-"Feu clic a \"Següent\" quan estigueu preparat, o a \"Cancel·la\" si no voleu "
-"configurar ara les impressores."
+"Premeu D'acord per continuar."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "We are now going to configure the %s connection."
+msgstr "Ara es configurarà la connexió %s."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "Connexió i configuració d'Internet"
#
-#: ../../printer/printerdrake.pm_.c:307
-msgid "Auto-detect printers connected to this machine"
-msgstr "Detecta automàticament les impressores connectades a aquesta màquina"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Configure the connection"
+msgstr "Configura la connexió"
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
-msgstr ""
-"Detecta automàticament les impressores connectades directament a la xarxa "
-"local"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Disconnect"
+msgstr "Desconnecta"
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
-msgstr ""
-"Detecta automàticament les impressores connectades a màquines amb Microsoft "
-"Windows"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Connect"
+msgstr "Connecta"
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Congratulations, your printer is now installed and configured!\n"
+"You can reconfigure your connection."
+msgstr ""
"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
+"Podeu tornar a configurar la connexió."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\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."
+"You can connect to the Internet or reconfigure your connection."
msgstr ""
"\n"
-"Felicitats, la impressora s'ha instal·lat i configurat correctament!\n"
+"Podeu connectar-vos a Internet o tornar a configurar la connexió."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "Ara mateix no esteu connectat a Internet."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\n"
-"Podeu imprimir utilitzant l'ordre \"Imprimeix\" de les aplicacions "
-"(normalment en el menú \"Fitxer\").\n"
+"You can disconnect or reconfigure your connection."
+msgstr ""
"\n"
-"Si voleu afegir, esborrar o canviar el nom a una impressora, o si voleu "
-"canviar les opcions per defecte (safata d'entrada, qualitat impressió...), "
-"seleccioneu \"Impressora\" en la secció \"Maquinari\" del Centre de Control "
-"Mandrake."
+"Podeu desconnectar-vos o tornar a configurar la connexió."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are currently connected to the Internet."
+msgstr "Ara mateix esteu connectat a Internet."
#
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-msgid "Printer auto-detection"
-msgstr "Detecció automàtica d'impressores"
+#: ../../network/network.pm:1
+#, c-format
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "L'URL ha de començar amb 'ftp:' o 'http:'"
-#: ../../printer/printerdrake.pm_.c:385
+#: ../../network/network.pm:1
#, c-format
-msgid ", network printer \"%s\", port %s"
-msgstr ", impressora de xarxa \"%s\", port %s"
+msgid "Proxy should be http://..."
+msgstr "El servidor intermediari ha de ser http://..."
-#
-#: ../../printer/printerdrake.pm_.c:387
+#: ../../network/network.pm:1
#, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr ", impressora \"%s\" en servidor SMB/Windows \"%s\""
+msgid "FTP proxy"
+msgstr "Intermediari per a FTP"
-#: ../../printer/printerdrake.pm_.c:391
+#: ../../network/network.pm:1
#, c-format
-msgid "Detected %s"
-msgstr "S'ha detectat %s"
+msgid "HTTP proxy"
+msgstr "Intermediari per a HTTP"
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Impressora en el port paral·lel \\/*%s"
+msgid "Proxies configuration"
+msgstr "Configuració dels servidors intermediaris (proxies)"
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/network.pm:1
#, c-format
-msgid "USB printer \\/*%s"
-msgstr "Impressora USB \\/*%s"
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "L'adreça de la passarel·la ha d'estar en format 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:399
+#: ../../network/network.pm:1
#, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "Impressora de xarxa \"%s\", port %s"
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "L'adreça del servidor DNS ha d'estar en format 1.2.3.4"
-#
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Impressora \"%s\" en servidor SMB/Windows \"%s\""
+msgid "Gateway device"
+msgstr "Dispositiu de la passarel·la"
-#
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-msgid "Local Printer"
-msgstr "Impressora local"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr "Passarel·la (e.g. %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "Servidor DNS"
-#: ../../printer/printerdrake.pm_.c:526
+#: ../../network/network.pm:1
+#, c-format
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, ...)."
+"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 ""
-"No s'ha trobat cap impressora! Per instal·lar-ne una manualment entreu el "
-"dispositiu/fitxer a la línia d'entrada (Ports Paral·lel: /dev/lp0, /dev/lp1, "
-"etc., equivalents a LPT1:, LPT2:, etc.; 1a impresora USB: /dev/usb/lp0, 2a "
-"impressora USB: /dev/usb/lp1, etc.)."
+"Si us plau, introduïu el nom del vostre ordinador central.\n"
+"Aquest nom ha de ser complet, com ara \"mybox.mylab.myco.com\".\n"
+"També podeu introduir l'adreça IP de la passarel·la, si en teniu una."
-#
-#: ../../printer/printerdrake.pm_.c:530
-msgid "You must enter a device or file name!"
-msgstr "Heu d'entrar un nom de dispositiu o de fitxer!"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
+msgstr ""
+
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
+msgstr ""
+
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address should be in format 1.2.3.4"
+msgstr "L'adreça IP ha d'estar en format 1.2.3.4"
#
-#: ../../printer/printerdrake.pm_.c:539
-msgid "No printer found!"
-msgstr "No s'ha trobat cap impressora!"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Start at boot"
+msgstr "Inicia en l'arrencada"
-#: ../../printer/printerdrake.pm_.c:548
-msgid "Available printers"
-msgstr "Impressores disponibles"
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Network Hotplugging"
+msgstr "Configuració de xarxa"
-#: ../../printer/printerdrake.pm_.c:552
-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"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
msgstr ""
-"S'ha detectat automàticament la següent impressora, si no és la que voleu "
-"configurar, escriviu un nom de dispositiu/nom de fitxer en la línia d'entrada"
+"Fes el seguiment de l'identificador de la targeta de xarxa (d'utilitat per a "
+"portàtils)"
-#: ../../printer/printerdrake.pm_.c:553
-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í teniu una llista de les impressores que s'han detectat. Escolliu la "
-"impressora que voleu configurar o escriviu el nom de dispositiu/nom de "
-"fitxer en la línia d'entrada"
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(bootp/dhcp)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "IP automàtica"
-#: ../../printer/printerdrake.pm_.c:555
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "Submàscara de xarxa"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "Adreça IP"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid " (driver %s)"
+msgstr " (controlador %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "S'està configurant el dispositiu de xarxa %s"
+
+#: ../../network/network.pm:1
+#, c-format
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\"."
+"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 ""
-"S'ha detectat la següent impressora. La configuració de la impressora es "
-"farà automàticament. Si la vostra impressora no ha estat correctament "
-"detectada o si preferiu personalitzar la seva configuració, habiliteu "
-"\"Configuració manual\"."
+"Si us plau, introduïu la configuració IP d'aquest ordinador.\n"
+"S'ha d'introduir cada element com una adreça IP en notació decimal amb\n"
+"punts (per exemple, 1.2.3.4)."
-#: ../../printer/printerdrake.pm_.c:556
+#: ../../network/network.pm:1
+#, c-format
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\"."
+"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 ""
-"Aquí teniu una llista de les impressores que s'han detectat. Escolliu la "
-"impressora que voleu configurar. La configuració de la impressora es farà "
-"automàticament. Si la vostra impressora no ha estat correctament detectada o "
-"si preferiu personalitzar la seva configuració, habiliteu \"Configuració "
-"manual\"."
+"ATENCIÓ: Aquest dispositiu ja es va configurar per connectar-se a Internet.\n"
+"Només cal que accepteu per mantenir-lo configurat.\n"
+"Si modifiqueu els camps inferiors, sobreescriureu aquesta configuració."
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../network/shorewall.pm:1
+#, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes after installation."
msgstr ""
-"Escolliu el port al qual està connectada la impressora o escriviu el nom de "
-"dispositiu/nom de fitxer en la línia d'entrada"
+"Atenció! S'ha detectat una configuració existent del tallafoc. Potser us "
+"caldrà fer algun ajustament manual després de la instal·lació."
+
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "S'ha detectat la configuració del tallafoc!"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "Contrasenya del compte"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "Entrada del compte (nom d'usuari)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection timeout (in sec)"
+msgstr "Temps màxim per connectar (en seg)"
#
-#: ../../printer/printerdrake.pm_.c:559
-msgid "Please choose the port where your printer is connected to."
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection speed"
+msgstr "Velocitat de la connexió"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Dialing mode"
+msgstr "Mode de marcatge"
+
+#
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Choose your country"
+msgstr "Escolliu el vostre país"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "DNS 2 del proveïdor (opcional)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "DNS 1 del proveïdor (opcional)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "Número de telèfon del proveïdor"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "Nom del proveïdor (p.ex. proveidor.net)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "El vostre telèfon particular"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "E/S_1 de la Targeta"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "E/S_0 de la Targeta"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "E/S de la Targeta"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "Targeta de memòria (DMA)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "IRQ de la targeta"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
+msgstr "Si us plau, ompliu o marqueu el camp inferior"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Connection Configuration"
+msgstr "Configuració de la connexió"
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid ""
+"The system doesn't seem to be connected to the Internet.\n"
+"Try to reconfigure your connection."
msgstr ""
-"Si us plau, seleccioneu el port al qual teniu connectada la impressora."
+"No sembla que el sistema estigui connectat a Internet.\n"
+"Intenteu tornar a configurar la connexió."
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "For security reasons, it will be disconnected now."
+msgstr "Per raons de seguretat, ara es desconnectarà."
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "The system is now connected to the Internet."
+msgstr "Ara, el sistema està connectat a Internet."
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Testing your connection..."
+msgstr "S'està comprovant la vostra connexió..."
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Voleu intentar connectar-vos a Internet ara?"
-#: ../../printer/printerdrake.pm_.c:561
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Internet configuration"
+msgstr "Configuració d'Internet"
+
+#: ../../partition_table/raw.pm:1
+#, fuzzy, c-format
msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+"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, corrupted "
+"data."
msgstr ""
-" (Ports Paral·lel: /dev/lp0, /dev/lp1, etc., equivalents a LPT1:, LPT2:, "
-"etc.; 1a impressora USB: /dev/usb/lp0, 2a impressora USB: /dev/usb/lp1, "
-"etc.)."
+"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é."
+
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr " (Predeterminat)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "On CUPS server \"%s\""
+msgstr "en servidor CUPS \"%s\""
#
-#: ../../printer/printerdrake.pm_.c:565
-msgid "You must choose/enter a printer/device!"
-msgstr "Heu d'escollir/introduir una impressora/dispositiu!"
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, c-format
+msgid "Remote Printers"
+msgstr "Impressores remotes"
+
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr "(en aquest ordinador)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on %s)"
+msgstr "(en %s)"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Common Unix Printing System"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng"
+msgstr "LPRng"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - LPR New Generation"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD"
+msgstr "LPD"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD - Line Printer Daemon"
+msgstr "LPD - Line Printer Daemon"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
+msgstr "PDQ"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Print, Don't Queue"
+
+#: ../../printer/detect.pm:1
+#, c-format
+msgid "Unknown Model"
+msgstr "Model desconegut"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr "Model desconegut"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Host %s"
+msgstr "Nom de l'ordinador central"
#
-#: ../../printer/printerdrake.pm_.c:584
-msgid "Manual configuration"
-msgstr "Configuració manual"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Network %s"
+msgstr "Xarxa"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr "Opcions de la impressora lpd remota"
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Interface \"%s\""
+msgstr "Interfície %s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local network(s)"
+msgstr "Adreça de la xarxa local"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
+msgstr "Impressora en cru (raw) (Cap controlador)"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
+msgstr ", utilitzant l'ordre %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on Novell server \"%s\", printer \"%s\""
+msgstr " en servidor Novell \"%s\", impressora \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgstr " en servidor SMB/Windows \"%s\", recurs compartit \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ", host TCP/IP \"%s\", port %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
+msgstr " en servidor LPD \"%s\", impressora \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", printing to %s"
+msgstr ", imprimint a %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
+msgstr ", dispositiu multifunció"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ", dispositiu multifunció en HP JetDirect"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ", dispositiu multifunció en USB"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", multi-function device on parallel port \\#%s"
+msgstr ", dispositiu multifunció en port paral·lel \\/*%s"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", USB printer"
+msgstr ", impressora USB \\/*%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", USB printer \\#%s"
+msgstr ", impressora USB \\/*%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid " on parallel port \\#%s"
+msgstr " en port paral·lel \\/*%s"
#
-#: ../../printer/printerdrake.pm_.c:634
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printers"
+msgstr "Impressores locals"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Pipe job into a command"
+msgstr "Redirecciona el treball cap a una ordre"
+
+#
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter a printer device URI"
+msgstr "Entreu un dispositiu URI d'impressora"
+
+#
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on NetWare server"
+msgstr "Impressora en servidor NetWare"
+
+#
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "Impressora en servidor SMB/Windows 95/98/NT"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "Impressora de xarxa (TCP/Socket)"
+
+#
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on remote lpd server"
+msgstr "Impressora en servidor lpd remot"
+
+#
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on remote CUPS server"
+msgstr "Impressora en servidor CUPS remot"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
+msgstr "Impressora remota"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Local printer"
+msgstr "Impressora local"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring applications..."
+msgstr "S'estan configurant les aplicacions..."
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, c-format
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to configure another printer?"
+msgstr "Voleu configurar una altra impressora?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "S'està suprimint la impressora \"%s\"..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Voleu realment suprimir la impressora \"%s\"?"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove printer"
+msgstr "Suprimeix la impressora"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Know how to use this printer"
+msgstr "Apreneu a utilitzar aquesta impressora"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print test pages"
+msgstr "Imprimeix la(es) pàgina(es) de prova"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-"Per poder utilitzar una impressora lpd remota, cal que proporcioneu el nom "
-"de l'ordinador central que té el servidor de la impressora i el nom de la "
-"impressora en aquell servidor."
+"És impossible de suprimir la impressora \"%s\" d'Star Office/OpenOffice.org/"
+"GIMP."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
+msgstr ""
+"La impressora \"%s\" ha estat suprimida d'Star Office/OpenOffice.org/GIMP "
+"amb èxit."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "S'està suprimint la impressora d'Star Office/OpenOffice.org/GIMP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Suprimeix aquesta impressora de Star Office/OpenOffice.org/GIMP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr ""
+"És impossible d'afegir la impressora \"%s\" a Star Office/OpenOffice.org/"
+"GIMP."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+msgstr ""
+"S'ha afegit correctament la impressora \"%s\" a Star Office/OpenOffice.org/"
+"GIMP."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "S'està afegint la impressora a Star Office/OpenOffice.org/GIMP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Afegeix aquesta impressora a Star Office/OpenOffice.org/GIMP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr "La impressora \"%s\" és ara la impressora per defecte."
#
-#: ../../printer/printerdrake.pm_.c:635
-msgid "Remote host name"
-msgstr "Nom de l'ordinador central remot"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Default printer"
+msgstr "Impressora predeterminada"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Set this printer as the default"
+msgstr "Fes que aquesta sigui la impressora predeterminada"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "Opcions de la impressora"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model"
+msgstr "Fabricant de la impressora, model"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model, driver"
+msgstr "Fabricant de la impressora, model, controlador"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "S'està suprimint la impressora antiga \"%s\"..."
#
-#: ../../printer/printerdrake.pm_.c:636
-msgid "Remote printer name"
-msgstr "Nom de la impressora remota"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer name, description, location"
+msgstr "Nom de la impressora, descripció, ubicació"
#
-#: ../../printer/printerdrake.pm_.c:639
-msgid "Remote host name missing!"
-msgstr "Falta el nom de l'ordinador central remot!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer connection type"
+msgstr "Tipus de connexió de la impressora"
#
-#: ../../printer/printerdrake.pm_.c:643
-msgid "Remote printer name missing!"
-msgstr "Falta el nom de la impressora remota!"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Learn how to use this printer"
+msgstr "Apreneu a utilitzar aquesta impressora"
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
+#
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Detected model: %s %s"
-msgstr "Model detectat: %s %s"
+msgid "Raw printer"
+msgstr "Impressora en cru (raw)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do it!"
+msgstr "Fes-ho!"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Close"
+msgstr "Tanca"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Printer %s\n"
+"What do you want to modify on this printer?"
+msgstr ""
+"Impressora %s\n"
+"Quines modificacions voleu fer en aquesta impressora?"
#
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-msgid "Scanning network..."
-msgstr "S'està escanejant la xarxa..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Modify printer configuration"
+msgstr "Modifica la configuració de la impressora"
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", printer \"%s\" on server \"%s\""
-msgstr ", impressora \"%s\", en el servidor \"%s\""
+msgid "Add a new printer"
+msgstr "Afegiu una impressora"
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
#, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "Impressora \"%s\" en el servidor \"%s\""
+msgid "Normal Mode"
+msgstr "Mode normal"
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Opcions de la impressora SMB (Windows 9x/NT)"
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Change the printing system"
+msgstr "Modifica el sistema d'impressió"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing"
+msgstr "Compartició de fitxers"
#
-#: ../../printer/printerdrake.pm_.c:796
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "CUPS configuration"
+msgstr "Configuració de CUPS"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
+"Refresca la llista d'impressores (per veure totes les impressores CUPS "
+"remotes disponibles)"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"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'adreça IP del servidor d'impressió, així com el nom "
-"de compartició de la impressora a què voleu accedir i el nom d'usuari,\n"
-"contrasenya i informació de grup si són necessaris."
+"Les impressores següents estan configurades. Feu doble clic en una "
+"impressora per modificar-ne els paràmetres, per fer-la la impressora per "
+"defecte o per veure la informació de la impressora."
-#: ../../printer/printerdrake.pm_.c:797
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
+"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/GIMP."
msgstr ""
-"Si la impressora desitjada ha estat detectada automàticament, només cal que "
-"la seleccioneu a la llista i que hi afegiu el nom d'usuari, la contrasenya i "
-"el grup de treball, si són necessaris."
+"Les impressores següents estan configurades. Feu doble clic en una "
+"impressora per modificar-ne els paràmetres, per fer-la la impressora per "
+"defecte, per veure'n la informació o per fer que una impressora en un "
+"servidor remot CUPS estigui disponible per a Star Office/OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr "Ordinador central del servidor SMB"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr "Sistema d'impressió: "
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
-msgstr "IP del servidor SMB"
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Would you like to configure printing?"
+msgstr "Voleu configurar la impressió?"
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr "Nom de compartició"
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing Printerdrake..."
+msgstr "S'està preparant el PrinterDrake..."
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "Grup de treball"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
+msgstr "S'està comprovant el programari instal·lat..."
#
-#: ../../printer/printerdrake.pm_.c:806
-msgid "Auto-detected"
-msgstr "Detectada automàticament"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing Foomatic..."
+msgstr "S'està instal·lant el Foomatic..."
-#: ../../printer/printerdrake.pm_.c:816
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Cal que subministreu o bé el nom del servidor o bé la seva IP!"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "S'està configurant la impressora \"%s\"..."
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
-msgstr "Falta el nom de compartició de Samba!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "S'està configurant la impressora \"%s\"..."
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
-msgstr "AVÍS DE SEGURETAT!"
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer data..."
+msgstr "S'estan llegint dades de la impressora..."
-#: ../../printer/printerdrake.pm_.c:827
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Quin sistema d'impressió (cua) voleu utilitzar?"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Spooler"
+msgstr "Seleccioneu la cua d'impressió"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "S'estan instal·lant els paquets..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "S'està esborrant %s"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\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"
+"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"
-"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"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
+msgstr ""
+"El sistema d'impressió (%s) no s'arrencarà automàticament quan l'ordinador "
+"s'iniciï.\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"
+"És possible que l'arrencada automàtica fos deshabilitada en canviar a un "
+"nivell de seguretat més alt, perquè el sistema d'impressió és un punt d'atac "
+"potencial.\n"
"\n"
-msgstr ""
-"Ara es configurarà la impressió cap a un usuari de Windows amb contrasenya. "
-"Degut a una fallada en l'arquitectura del programari del client Samba la "
-"contrasenya es mostra en text clar en la línia d'ordres que el client Samba "
-"utilitza per transmetre i imprimir un treball en el Servidor Windows. Per "
-"tant, és possible per qualsevol usuari d'aquell ordinador de veure la "
-"contrasenya en la pantalla simplement escrivint ordres tals com \"ps auxwww"
-"\".\n"
+"Voleu tornar a habilitar l'arrencada automàtica del sistema d'impressió?"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting the printing system at boot time"
+msgstr "S'està iniciant el sistema d'impressió en arrencar l'ordinador"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"Us recomanem que utilitzeu alguna de les següents alternatives (en tots el "
-"casos heu d'estar segur que només els ordinadors de la vostra xarxa local "
-"tenen accés al vostre Servidor Windows, per exemple utilitzant un "
-"tallafoc):\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"
-"Utilitzeu un compte sense contrasenya en el Servidor Windows, tal com \"GUEST"
-"\" o un compte especial dedicat a la impressió. No tragueu la protecció de "
-"la contrasenya d'un compte personal o del compte de l'administrador.\n"
+"Do you really want to configure printing on this machine?"
+msgstr ""
+"Ara s'instal·larà el sistema d'impressió %s en un sistema que s'executa en "
+"el nivell de seguretat %s.\n"
"\n"
-"Configureu el vostre Servidor Windows fent que la impressora estigui "
-"disponible a través del protocol LPD. Aleshores, definiu en el Printerdrake "
-"la impressió en aquest ordinador amb el tipus de connexió \"%s\".\n"
+"Aquest sistema d'impressió executa un dimoni (procés en segon pla) que "
+"espera els treballs d'impressió i els gestiona. Aquest dimoni és accessible "
+"per ordinadors remots connectats a la xarxa i, per tant, és un possible punt "
+"d'atac. Per tant, només s'arrenquen per defecte uns pocs dimonis triats en "
+"aquest nivell de seguretat.\n"
"\n"
+"Realment voleu configurar la impressió en aquest ordinador?"
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing a printing system in the %s security level"
+msgstr ""
+"S'està instal·lant un sistema d'impressió amb el nivell de seguretat %s"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "paranoid"
+msgstr "paranoic"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "high"
+msgstr "alt"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Restarting printing system..."
+msgstr "S'està reiniciant el sistema d'impressió..."
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuration of a remote printer"
+msgstr "Configuració d'una impressora remota"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-"Configureu el vostre servidor Windows per tal que la impressora estigui "
-"disponible sota el protocol IPP i configureu la impressió en aquest "
-"ordinador amb el tipus de connexió \"%s\" en el Printerdrake.\n"
-"\n"
+"L'accés a la xarxa no ha funcionat i no s'ha pogut iniciar. Comproveu la "
+"configuració i el maquinari. Després proveu de configurar la impressora "
+"remota una altra vegada."
-#: ../../printer/printerdrake.pm_.c:840
+#: ../../printer/printerdrake.pm:1
+#, c-format
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?"
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is 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 ""
-"Connecteu la impressora a un servidor Linux i feu que els ordinadors Windows "
-"s'hi connectin com clients.\n"
-"\n"
-"Realment voleu continuar configurant aquesta impressora tal com s'està fent "
-"ara?"
+"La configuració de xarxa feta durant la instal·lació no s'ha pogut iniciar "
+"ara. Comproveu si la xarxa es torna accessible després de reiniciar el "
+"sistema i corregiu la configuració utilitzant el Centre de Control Mandrake, "
+"a la secció \"Xarxa & Internet\"/\"Connexió\", i després configureu la "
+"impressora, també usant el Centre de Control Mandrake, secció \"Maquinari\"/"
+"\"Impressores\""
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr "Opcions de la impressora NetWare"
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configure the network now"
+msgstr "Configureu la xarxa ara"
#
-#: ../../printer/printerdrake.pm_.c:912
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Go on without configuring the network"
+msgstr "Continua sense configurar la xarxa"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"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 la qual voleu accedir i el nom d'usuari i contrasenya si "
-"són\n"
-"necessaris."
+"Esteu a punt de configurar una impressora remota. Això necessita una "
+"connexió de xarxa operativa, però la vostra xarxa encara no està "
+"configurada. Si continueu sense configurar la xarxa, no podreu utilitzar la "
+"impressora que esteu configurant ara. Què voleu fer?"
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr "Servidor de la impressora"
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network functionality not configured"
+msgstr "La funcionalitat de xarxa no ha estat configurada"
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr "Nom de la cua d'impressió"
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting network..."
+msgstr "S'està arrencant la xarxa..."
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
-msgstr "Falta el nom del Servidor NCP!"
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refreshing printer data..."
+msgstr "S'estan refrescant les dades de les impressores..."
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
-msgstr "Falta el nom de la cua NCP!"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
+"Heu tranferit la vostra impressora predeterminada anterior (\"%s\"). Voleu "
+"que també sigui la impressora predeterminada en el nou sistema d'impressió %"
+"s?"
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", host \"%s\", port %s"
-msgstr ", ordinador central \"%s\", port %s"
+msgid "Transfer printer configuration"
+msgstr "Configuració de la transferència de la impressió"
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Host \"%s\", port %s"
-msgstr "Ordinador central \"%s\", port %s"
+msgid "Transferring %s..."
+msgstr "S'està transferint %s..."
#
-#: ../../printer/printerdrake.pm_.c:1030
-msgid "TCP/Socket Printer Options"
-msgstr "Opcions de la impressora per a TCP/Socket"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "New printer name"
+msgstr "Nou nom d'impressora"
-#: ../../printer/printerdrake.pm_.c:1032
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
msgstr ""
-"Trieu una de les impressores detectades de la llista, o introduïu el nom de "
-"l'ordinador central o la IP i opcionalment el número de port (per defecte és "
-"el 9100) en els quadres de text."
+"La impressora \"%s\" ja existeix,\n"
+"realment voleu sobreescriure la seva configuració?"
-#
-#: ../../printer/printerdrake.pm_.c:1033
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer should contain only letters, numbers and the underscore"
+msgstr ""
+"El nom de la impressora només pot constar de lletres, números i el caràcter "
+"de subratllat"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr "Transfereix"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+"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 ""
-"Per imprimir a una impressora TCP o Socket, heu d'indicar el nom de xarxa o "
-"la IP de la impressora i, opcionalment, el número de port. En els servidors "
-"HP JetDirect el número del port normalment és el 9100, en els altres pot "
-"variar. Mireu el manual del vostre maquinari."
+"Ja existeix una impressora amb nom \"%s\" en %s. \n"
+"Feu clic a \"Transfereix\" per sobreescriure-la.\n"
+"També podeu escriure un nom nou o ometre aquesta impressora."
-#
-#: ../../printer/printerdrake.pm_.c:1037
-msgid "Printer host name or IP missing!"
-msgstr "Falta el nom o la IP de l'ordinador central de la impressora!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
+msgstr "No transfereixis cap impressora"
-#
-#: ../../printer/printerdrake.pm_.c:1059
-msgid "Printer host name or IP"
-msgstr "Nom o IP de l'ordinador central de la impressora"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
+msgstr ""
+"\n"
+"Marqueu les impressores que voleu transferir i feu clic a \n"
+"\"Transfereix\"."
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr "Dispositiu URI d'impressora"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
+msgstr ""
+"\n"
+"Tampoc poden transferir-se les impressores configurades amb els fitxers PPD "
+"proporcionats pels seus fabricants o amb controladors nadius per a CUPS."
-#: ../../printer/printerdrake.pm_.c:1108
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-"Podeu especificar directament l'URI per accedir a la impressora. L'URI ha de "
-"complir les especificacions CUPS o Foomatic. Cal remarcar que alguns gestors "
-"de cues no accepten tots els tipus d'URI."
+"A més, les cues que no han estat creades amb aquest programa o amb "
+"\"foomatic-configure\" no es poden transferir."
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
-msgstr "Heu d'entrar un URI vàlid!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "LPD and LPRng do not support IPP printers.\n"
+msgstr "LPD i LPRng no funcionen amb impressores IPP.\n"
-#: ../../printer/printerdrake.pm_.c:1463
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-"Cada impressora necessita un nom (per exemple \"impressora\"). Els camps de "
-"Descripció i Ubicació no són necessaris. Són comentaris per als usuaris."
+"PDQ només funciona amb impressores locals, impressores LPD remotes, i "
+"impressores de Socket/TCP.\n"
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr "Nom de la impressora"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
+msgstr ""
+"CUPS no permet l'ús d'impressores en servidors Novell ni que les impressores "
+"enviïn les dades dins d'una ordre formada arbitràriament.\n"
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "Descripció"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
+"Podeu copiar la configuració d'impressió que he fet per la cua %s a la %s, "
+"la cua d'impressió actual. Totes les dades de configuració (nom "
+"d'impressora, descripció, ubicació, tipus de connexió i paràmetres per "
+"defecte) se sobreescriuran, però els treballs d'impressió no seran "
+"transferits.\n"
+"No totes les cues d'impressió poden ser transferides degut a les raons "
+"següents:\n"
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "Ubicació"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
+msgstr ""
+"La impressora ha estat configurada automàticament per permetre-us l'accés "
+"als dispositius de targetes de fotos del vostre PC. Ara podeu accedir a les "
+"targetes de fotos emprant l'eina gràfica \"MtoolsFM\" (menú \"Aplicacions\" -"
+"> \"Eines d'arxivament\" -> \"Gestor de fitxers MTools\") o les utilitats de "
+"la línia d'ordres \"mtools\" (introduïu \"man mtools\" a la línia d'ordres "
+"per a més informació). Trobareu el sistema de fitxers de la targeta sota la "
+"lletra d'unitat \"p:\", o a les lletres següents si teniu més d'una "
+"impressora HP amb unitats de targetes de fotos. Al \"MToolsFM\" podeu "
+"explorar les diferents lletres d'unitat amb el camp que es troba a la "
+"cantonada superior dreta de les llistes de fitxers."
-#
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-msgid "Reading printer database..."
-msgstr "S'està llegint la base de dades d'impressores..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your 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\" on the command line to get more "
+"information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+"El vostre dispositiu multifunció ha estat configurat automàticament per "
+"poder escanejar. Ara podeu escanejar amb \"scanimage\" (\"scanimage -d hp:%s"
+"\" per especificar l'escàner si n'hi ha més d'un) des de la línia d'ordres o "
+"amb les interfícies gràfiques \"xscanimage\" o \"xsane\". Si esteu "
+"utilitzant el GIMP, també podeu escanejar escollint el punt apropiat en el "
+"menú \"Fitxer\"/\"Adquireix\". Executeu \"man scanimage\" a la línia "
+"d'ordres per a més informació.\n"
+"\n"
+"No utilitzeu \"scannerdrake\" amb aquest dispositiu!"
-#
-#: ../../printer/printerdrake.pm_.c:1482
-msgid "Preparing printer database..."
-msgstr "S'està preparant la base de dades d'impressores..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "S'esta(n) imprimint la(es) pàgina(es) de prova..."
#
-#: ../../printer/printerdrake.pm_.c:1578
-msgid "Your printer model"
-msgstr "El model de la vostra impressora"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print option list"
+msgstr "Imprimeix la llista d'opcions"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "S'està imprimint en la impressora \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "S'està imprimint o llegint una targeta de fotos en \"%s\""
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "S'està imprimint/escanejant en \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "S'està imprimint/escanejant/llegint targetes de fotos en \"%s\""
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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%s\n"
"\n"
-"%s"
msgstr ""
-"Printerdrake ha comparat el nom del model resultant de la detecció "
-"automàtica d'impressores amb els models llistats en la seva base de dades "
-"d'impressores per trobar el millor resultat. L'elecció pot ser dolenta, "
-"especialment si la vostra impressora no es troba a la base de dades. Per "
-"tant, mireu si l'elecció és correcta i feu clic a \"El model és correcte\" "
-"si ho és, o a \"Selecciona el model manualment\" per tal d'escollir "
-"manualment el model d'impressora en la pantalla següent.\n"
+"Per conèixer les opcions disponibles per a la impressora actual, llegiu la "
+"llista de sota o feu clic al botó \"Imprimeix la llista d'opcions\".%s%s\n"
"\n"
-"Per la vostra impressora el Printerdrake ha trobat:\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
"\n"
-"%s"
+"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 ordres \"%s\" i \"%s\" també permeten modificar els paràmetres per a un "
+"treball d'impressió concret. Simplement afegiu els paràmetres que vulgueu a "
+"la línia d'ordres, p.ex. \"%s <fitxer>\".\n"
-#
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-msgid "The model is correct"
-msgstr "El model és correcte"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
+"També podeu emprar la interfície gràfica \"xpdq\" per configurar opcions i "
+"gestionar treballs d'impressió.\n"
+"Si esteu utilitzant KDE com a entorn gràfic per defecte, teniu un \"botó "
+"d'emergència\", una icona a l'escriptori, etiquetada amb \"ATURA la "
+"impressora!\", que atura tots el treballs d'impressió immediatament en fer-"
+"hi clic. Això és útil, per exemple, quan se us enganxa el paper en la "
+"impressora.\n"
-#
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-msgid "Select model manually"
-msgstr "Selecciona el model manualment"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
+"També podeu utilitzar aquesta ordre en el camp \"Ordre d'impressió\" dels "
+"diàlegs d'impressió de moltes aplicacions. Però ara no heu de subministrar "
+"el fitxer perquè el fitxer per imprimir ja el proporciona l'aplicació.\n"
-#
-#: ../../printer/printerdrake.pm_.c:1606
-msgid "Printer model selection"
-msgstr "Selecció del model d'impressora"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
+msgstr ""
+"Per imprimir un fitxer des de la línia d'ordres (finestra de terminal) "
+"utilitzeu l'ordre \"%s <fitxer>\" o \"%s <fitxer>\".\n"
-#
-#: ../../printer/printerdrake.pm_.c:1607
-msgid "Which printer model do you have?"
-msgstr "Quin és el model de la vostra impressora?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To get a list of the options available for the current printer click on the "
+"\"Print option list\" button."
+msgstr ""
+"Per veure una llista de les opcions disponibles per a la impressora actual "
+"feu clic sobre el botó \"Imprimeix la llista d'opcions\"."
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"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\"."
+"L'ordre \"%s\" també us permet modificar els paràmetres per a un treball "
+"d'impressió concret. Simplement afegiu els paràmetres desitjats a la línia "
+"d'ordres, p.ex.: \"%s <fitxer>\". "
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\".\n"
msgstr ""
+"Per imprimir un fitxer des de la línia d'ordres (finestra de terminal) useu "
+"l'ordre \"%s <fitxer>\".\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
"\n"
+msgstr ""
+"Aquí teniu una llista de les opcions d'impressió disponibles per a la "
+"impressora actual:\n"
"\n"
-"Si us plau, comproveu que Printerdrake ha detectat el model de la impressora "
-"correctament. Busqueu el model correcte a la llista quan el cursor estigui "
-"en un model erroni o en \"Impressora en cru (raw)\"."
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
+"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 ""
-"Si la vostra impressora no és a la llista, escolliu-ne una de compatible "
-"(mireu el manual de la impressora) o una de similar."
+"Podeu utilitzar aquestes ordres en el camp \"Ordre d'impressió\" dels "
+"diàlegs d'impressió de moltes aplicacions, però ara no heu de subministrar "
+"el fitxer perquè el fitxer per imprimir ja el proporciona l'aplicació.\n"
+
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
+"Per imprimir un fitxer des de la línia d'ordres (finestra de terminal) podeu "
+"utilitzar la comanda \"%s <fitxer>\" o una eina d'impressió gràfica: \"xpp "
+"<fitxer>\" o \"kprinter <fitxer>\". Les eines gràfiques us permeten escollir "
+"la impressora i modificar-ne els paràmetres fàcilment.\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr "Ha funcionat correctament?"
#
-#: ../../printer/printerdrake.pm_.c:1697
-msgid "OKI winprinter configuration"
-msgstr "Configuració de la \"winprinter\" OKI"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
+msgstr ""
+"La(es) pàgina(es) de prova s'ha(n) enviat a la impressora.\n"
+"Pot passar un cert temps abans no comenci la impressió.\n"
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"Esteu configurant una \"winprinter\" làser OKI. Aquestes impressores\n"
-"usen un protocol de comunicació molt especial i només funcionen quan es "
-"connecten al primer port paral·lel. Si la impressora està connectada a un "
-"altre port o a un servidor d'impressió, connecteu-la al primer port "
-"paral·lel abans d'imprimir la pàgina de prova. Si no ho feu, la impressora "
-"no funcionarà. El controlador de la impressora ignorarà el tipus de connexió."
+"La(es) pàgina(es) de prova s'ha(n) enviat a la impressora.\n"
+"Pot passar un cert temps abans no comenci la impressió.\n"
+"Estat de la impressió:\n"
+"%s\n"
+"\n"
#
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-msgid "Lexmark inkjet configuration"
-msgstr "Configuració de la Lexmark inkjet"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not print any test page"
+msgstr "No imprimeixis cap pàgina de prova"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo test page"
+msgstr "Pàgina de prova de fotografia"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (A4)"
+msgstr "Pàgina de prova alternativa (A4)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (Letter)"
+msgstr "Pàgina de prova alternativa (Carta)"
-#: ../../printer/printerdrake.pm_.c:1719
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Standard test page"
+msgstr "Pàgina de prova estàndard"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print"
+msgstr "Imprimeix"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "No test pages"
+msgstr "Cap pàgina de prova"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"Els controladors per a la inkjet proporcionats per Lexmark només funcionen "
-"amb impressores locals, i no amb impressores en ordinadors remots o "
-"servidors d'impressió. Si us plau, connecteu la vostra impressora a un port "
-"local o configureu-la en l'ordinador on està connectada."
+"Escolliu les pàgines de prova que voleu imprimir.\n"
+"Nota: la pàgina de prova de fotografia pot ser molt lenta d'imprimir i en "
+"impressores làser amb poca memòria podria no acabar d'imprimir-se. "
+"Normalment n'hi ha prou d'imprimir la pàgina de prova estàndard."
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Test pages"
+msgstr "Pàgines de prova"
-#: ../../printer/printerdrake.pm_.c:1746
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/). Click on the \"Drivers\" link. 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."
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
msgstr ""
-"Per poder imprimir amb la Lexmark inkjet i amb aquesta configuració, "
-"necessiteu els controladors de la impressora inkjet proporcionats per "
-"Lexmark (http://www.lexmark.com/). Dins de la web de Lexmark, feu clic al "
-"botó \"Controladors\" i trieu la secció d'impressores. Aleshores escolliu el "
-"vostre model i després \"Linux\" com a sistema operatiu. Els controladors "
-"vénen en paquets RPM o en seqüències per a l'intèrpret d'ordres amb una "
-"instal·lació gràfica interactiva. No necessiteu fer aquesta configuració amb "
-"la interfície gràfica. Cancel·leu directament després de l'acord de "
-"llicència. Llavors imprimiu pàgines d'alineació dels capçals d'impressió amb "
-"l'ordre \"lexmarkmaintain\" i ajusteu l'alineació dels capçals amb aquest "
-"programa."
+"Voleu definir la impressora (\"%s\")\n"
+"com a impressora predeterminada?"
-#: ../../printer/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
-msgstr "Impressora làser GDI que empra el format Zenographics ZJ-Stream"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
+msgstr "L'opció %s està fora de rang!"
-#: ../../printer/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be a number!"
+msgstr "L'opció %s ha de ser un número!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr "L'opció %s ha de ser un número enter!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
+"Paràmetres predeterminats de la impressora\n"
+"\n"
+"Us hauríeu d'assegurar que la mida de pàgina, el tipus de tinta i el mode "
+"d'impressió (si estan disponibles) i també la configuració del maquinari de "
+"les impressores làser (memòria, unitat dúplex, safates extra) són correctes. "
+"Cal remarcar que amb una qualitat d'impressió o una resolució molt altes la "
+"impressió pot ser molt lenta."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -9250,1341 +12109,1777 @@ msgstr ""
"s'ha d'executar com a root. Un cop fet això, podreu imprimir amb "
"normalitat.\n"
-#: ../../printer/printerdrake.pm_.c:1972
-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 ""
-"Paràmetres predeterminats de la impressora\n"
-"\n"
-"Us hauríeu d'assegurar que la mida de pàgina, el tipus de tinta i el mode "
-"d'impressió (si estan disponibles) i també la configuració del maquinari de "
-"les impressores làser (memòria, unitat dúplex, safates extra) són correctes. "
-"Cal remarcar que amb una qualitat d'impressió o una resolució molt altes la "
-"impressió pot ser molt lenta."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr "Impressora làser GDI que empra el format Zenographics ZJ-Stream"
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "L'opció %s ha de ser un número enter!"
+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/). Click on the \"Drivers\" link. 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 ""
+"Per poder imprimir amb la Lexmark inkjet i amb aquesta configuració, "
+"necessiteu els controladors de la impressora inkjet proporcionats per "
+"Lexmark (http://www.lexmark.com/). Dins de la web de Lexmark, feu clic al "
+"botó \"Controladors\" i trieu la secció d'impressores. Aleshores escolliu el "
+"vostre model i després \"Linux\" com a sistema operatiu. Els controladors "
+"vénen en paquets RPM o en seqüències per a l'intèrpret d'ordres amb una "
+"instal·lació gràfica interactiva. No necessiteu fer aquesta configuració amb "
+"la interfície gràfica. Cancel·leu directament després de l'acord de "
+"llicència. Llavors imprimiu pàgines d'alineació dels capçals d'impressió amb "
+"l'ordre \"lexmarkmaintain\" i ajusteu l'alineació dels capçals amb aquest "
+"programa."
-#: ../../printer/printerdrake.pm_.c:1985
+#
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be a number!"
-msgstr "L'opció %s ha de ser un número!"
+msgid "Lexmark inkjet configuration"
+msgstr "Configuració de la Lexmark inkjet"
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
-msgstr "L'opció %s està fora de rang!"
+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 ""
+"Els controladors per a la inkjet proporcionats per Lexmark només funcionen "
+"amb impressores locals, i no amb impressores en ordinadors remots o "
+"servidors d'impressió. Si us plau, connecteu la vostra impressora a un port "
+"local o configureu-la en l'ordinador on està connectada."
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
+"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 ""
-"Voleu definir la impressora (\"%s\")\n"
-"com a impressora predeterminada?"
+"Esteu configurant una \"winprinter\" làser OKI. Aquestes impressores\n"
+"usen un protocol de comunicació molt especial i només funcionen quan es "
+"connecten al primer port paral·lel. Si la impressora està connectada a un "
+"altre port o a un servidor d'impressió, connecteu-la al primer port "
+"paral·lel abans d'imprimir la pàgina de prova. Si no ho feu, la impressora "
+"no funcionarà. El controlador de la impressora ignorarà el tipus de connexió."
#
-#: ../../printer/printerdrake.pm_.c:2051
-msgid "Test pages"
-msgstr "Pàgines de prova"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "OKI winprinter configuration"
+msgstr "Configuració de la \"winprinter\" OKI"
-#: ../../printer/printerdrake.pm_.c:2052
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
msgstr ""
-"Escolliu les pàgines de prova que voleu imprimir.\n"
-"Nota: la pàgina de prova de fotografia pot ser molt lenta d'imprimir i en "
-"impressores làser amb poca memòria podria no acabar d'imprimir-se. "
-"Normalment n'hi ha prou d'imprimir la pàgina de prova estàndard."
+"Si la vostra impressora no és a la llista, escolliu-ne una de compatible "
+"(mireu el manual de la impressora) o una de similar."
-#
-#: ../../printer/printerdrake.pm_.c:2056
-msgid "No test pages"
-msgstr "Cap pàgina de prova"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
+msgstr ""
+"\n"
+"\n"
+"Si us plau, comproveu que Printerdrake ha detectat el model de la impressora "
+"correctament. Busqueu el model correcte a la llista quan el cursor estigui "
+"en un model erroni o en \"Impressora en cru (raw)\"."
#
-#: ../../printer/printerdrake.pm_.c:2057
-msgid "Print"
-msgstr "Imprimeix"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printer model do you have?"
+msgstr "Quin és el model de la vostra impressora?"
#
-#: ../../printer/printerdrake.pm_.c:2114
-msgid "Standard test page"
-msgstr "Pàgina de prova estàndard"
-
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
-msgstr "Pàgina de prova alternativa (Carta)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer model selection"
+msgstr "Selecció del model d'impressora"
#
-#: ../../printer/printerdrake.pm_.c:2120
-msgid "Alternative test page (A4)"
-msgstr "Pàgina de prova alternativa (A4)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer database..."
+msgstr "S'està llegint la base de dades d'impressores..."
#
-#: ../../printer/printerdrake.pm_.c:2122
-msgid "Photo test page"
-msgstr "Pàgina de prova de fotografia"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select model manually"
+msgstr "Selecciona el model manualment"
#
-#: ../../printer/printerdrake.pm_.c:2126
-msgid "Do not print any test page"
-msgstr "No imprimeixis cap pàgina de prova"
-
-#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
-msgstr "S'esta(n) imprimint la(es) pàgina(es) de prova..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The model is correct"
+msgstr "El model és correcte"
-#: ../../printer/printerdrake.pm_.c:2159
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-"La(es) pàgina(es) de prova s'ha(n) enviat a la impressora.\n"
-"Pot passar un cert temps abans no comenci la impressió.\n"
-"Estat de la impressió:\n"
-"%s\n"
+"Printerdrake ha comparat el nom del model resultant de la detecció "
+"automàtica d'impressores amb els models llistats en la seva base de dades "
+"d'impressores per trobar el millor resultat. L'elecció pot ser dolenta, "
+"especialment si la vostra impressora no es troba a la base de dades. Per "
+"tant, mireu si l'elecció és correcta i feu clic a \"El model és correcte\" "
+"si ho és, o a \"Selecciona el model manualment\" per tal d'escollir "
+"manualment el model d'impressora en la pantalla següent.\n"
+"\n"
+"Per la vostra impressora el Printerdrake ha trobat:\n"
"\n"
+"%s"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Your printer model"
+msgstr "El model de la vostra impressora"
#
-#: ../../printer/printerdrake.pm_.c:2163
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing printer database..."
+msgstr "S'està preparant la base de dades d'impressores..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Location"
+msgstr "Ubicació"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Description"
+msgstr "Descripció"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer"
+msgstr "Nom de la impressora"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
+"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 ""
-"La(es) pàgina(es) de prova s'ha(n) enviat a la impressora.\n"
-"Pot passar un cert temps abans no comenci la impressió.\n"
+"Cada impressora necessita un nom (per exemple \"impressora\"). Els camps de "
+"Descripció i Ubicació no són necessaris. Són comentaris per als usuaris."
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
-msgstr "Ha funcionat correctament?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter Printer Name and Comments"
+msgstr ""
-#
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-msgid "Raw printer"
-msgstr "Impressora en cru (raw)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Making printer port available for CUPS..."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1
#, 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"
+msgid "Photo memory card access on your HP multi-function device"
msgstr ""
-"Per imprimir un fitxer des de la línia d'ordres (finestra de terminal) podeu "
-"utilitzar la comanda \"%s <fitxer>\" o una eina d'impressió gràfica: \"xpp "
-"<fitxer>\" o \"kprinter <fitxer>\". Les eines gràfiques us permeten escollir "
-"la impressora i modificar-ne els paràmetres fàcilment.\n"
-#: ../../printer/printerdrake.pm_.c:2218
-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"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Scanning on your HP multi-function device"
+msgstr ", dispositiu multifunció"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing mtools packages..."
+msgstr "S'estan instal·lant els paquets..."
+
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing SANE packages..."
+msgstr "S'estan instal·lant els paquets..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking device and configuring HPOJ..."
msgstr ""
-"Podeu utilitzar aquestes ordres en el camp \"Ordre d'impressió\" dels "
-"diàlegs d'impressió de moltes aplicacions, però ara no heu de subministrar "
-"el fitxer perquè el fitxer per imprimir ja el proporciona l'aplicació.\n"
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing HPOJ package..."
+msgstr "S'estan instal·lant els paquets..."
+
+#: ../../printer/printerdrake.pm:1
#, 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>\". "
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
msgstr ""
-"\n"
-"L'ordre \"%s\" també us permet modificar els paràmetres per a un treball "
-"d'impressió concret. Simplement afegiu els paràmetres desitjats a la línia "
-"d'ordres, p.ex.: \"%s <fitxer>\". "
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "A command line must be entered!"
+msgstr "Heu d'entrar un URI vàlid!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Command line"
+msgstr "Nom de domini"
+
+#: ../../printer/printerdrake.pm:1
#, 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%s\n"
-"\n"
+"Here you can specify any arbitrary command line into which the job should be "
+"piped instead of being sent directly to a printer."
msgstr ""
-"Per conèixer les opcions disponibles per a la impressora actual, llegiu la "
-"llista de sota o feu clic al botó \"Imprimeix la llista d'opcions\".%s%s\n"
-"\n"
-#: ../../printer/printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Pipe into command"
+msgstr "Redirecciona el treball cap a una ordre"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected model: %s %s"
+msgstr "Model detectat: %s %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr "Heu d'entrar un URI vàlid!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "Dispositiu URI d'impressora"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
+"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 ""
-"Aquí teniu una llista de les opcions d'impressió disponibles per a la "
-"impressora actual:\n"
-"\n"
+"Podeu especificar directament l'URI per accedir a la impressora. L'URI ha de "
+"complir les especificacions CUPS o Foomatic. Cal remarcar que alguns gestors "
+"de cues no accepten tots els tipus d'URI."
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "Port"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP"
+msgstr "Nom o IP de l'ordinador central de la impressora"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The port number should be an integer!"
+msgstr "El número de port ha de ser enter!"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP missing!"
+msgstr "Falta el nom o la IP de l'ordinador central de la impressora!"
+
+#
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). 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 un fitxer des de la línia d'ordres (finestra de terminal) useu "
-"l'ordre \"%s <fitxer>\".\n"
+"Per imprimir a una impressora TCP o Socket, heu d'indicar el nom de xarxa o "
+"la IP de la impressora i, opcionalment, el número de port. En els servidors "
+"HP JetDirect el número del port normalment és el 9100, en els altres pot "
+"variar. Mireu el manual del vostre maquinari."
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
msgstr ""
-"També podeu utilitzar aquesta ordre en el camp \"Ordre d'impressió\" dels "
-"diàlegs d'impressió de moltes aplicacions. Però ara no heu de subministrar "
-"el fitxer perquè el fitxer per imprimir ja el proporciona l'aplicació.\n"
+"Trieu una de les impressores detectades de la llista, o introduïu el nom de "
+"l'ordinador central o la IP i opcionalment el número de port (per defecte és "
+"el 9100) en els quadres de text."
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "Opcions de la impressora per a TCP/Socket"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Host \"%s\", port %s"
+msgstr "Ordinador central \"%s\", port %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
+msgstr ", ordinador central \"%s\", port %s"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning network..."
+msgstr "S'està escanejant la xarxa..."
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection"
+msgstr "Detecció automàtica d'impressores"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP queue name missing!"
+msgstr "Falta el nom de la cua NCP!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP server name missing!"
+msgstr "Falta el nom del Servidor NCP!"
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print Queue Name"
+msgstr "Nom de la cua d'impressió"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Server"
+msgstr "Servidor de la impressora"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
+"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 veure una llista de les opcions disponibles per a la impressora actual "
-"feu clic sobre el botó \"Imprimeix la llista d'opcions\"."
+"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 la qual voleu accedir i el nom d'usuari i contrasenya si "
+"són\n"
+"necessaris."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "Opcions de la impressora NetWare"
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+"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 ""
-"Per imprimir un fitxer des de la línia d'ordres (finestra de terminal) "
-"utilitzeu l'ordre \"%s <fitxer>\" o \"%s <fitxer>\".\n"
+"Connecteu la impressora a un servidor Linux i feu que els ordinadors Windows "
+"s'hi connectin com clients.\n"
+"\n"
+"Realment voleu continuar configurant aquesta impressora tal com s'està fent "
+"ara?"
-#: ../../printer/printerdrake.pm_.c:2257
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"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 ""
-"També podeu emprar la interfície gràfica \"xpdq\" per configurar opcions i "
-"gestionar treballs d'impressió.\n"
-"Si esteu utilitzant KDE com a entorn gràfic per defecte, teniu un \"botó "
-"d'emergència\", una icona a l'escriptori, etiquetada amb \"ATURA la "
-"impressora!\", que atura tots el treballs d'impressió immediatament en fer-"
-"hi clic. Això és útil, per exemple, quan se us enganxa el paper en la "
-"impressora.\n"
+"Configureu el vostre servidor Windows per tal que la impressora estigui "
+"disponible sota el protocol IPP i configureu la impressió en aquest "
+"ordinador amb el tipus de connexió \"%s\" en el Printerdrake.\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
#, 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"
-"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 ""
+"Ara es configurarà la impressió cap a un usuari de Windows amb contrasenya. "
+"Degut a una fallada en l'arquitectura del programari del client Samba la "
+"contrasenya es mostra en text clar en la línia d'ordres que el client Samba "
+"utilitza per transmetre i imprimir un treball en el Servidor Windows. Per "
+"tant, és possible per qualsevol usuari d'aquell ordinador de veure la "
+"contrasenya en la pantalla simplement escrivint ordres tals com \"ps auxwww"
+"\".\n"
+"\n"
+"Us recomanem que utilitzeu alguna de les següents alternatives (en tots el "
+"casos heu d'estar segur que només els ordinadors de la vostra xarxa local "
+"tenen accés al vostre Servidor Windows, per exemple utilitzant un "
+"tallafoc):\n"
+"\n"
+"Utilitzeu un compte sense contrasenya en el Servidor Windows, tal com \"GUEST"
+"\" o un compte especial dedicat a la impressió. No tragueu la protecció de "
+"la contrasenya d'un compte personal o del compte de l'administrador.\n"
+"\n"
+"Configureu el vostre Servidor Windows fent que la impressora estigui "
+"disponible a través del protocol LPD. Aleshores, definiu en el Printerdrake "
+"la impressió en aquest ordinador amb el tipus de connexió \"%s\".\n"
"\n"
-"Les ordres \"%s\" i \"%s\" també permeten modificar els paràmetres per a un "
-"treball d'impressió concret. Simplement afegiu els paràmetres que vulgueu a "
-"la línia d'ordres, p.ex. \"%s <fitxer>\".\n"
-#: ../../printer/printerdrake.pm_.c:2271
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "S'està imprimint/escanejant/llegint targetes de fotos en \"%s\""
+msgid "SECURITY WARNING!"
+msgstr "AVÍS DE SEGURETAT!"
-#: ../../printer/printerdrake.pm_.c:2272
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "S'està imprimint/escanejant en \"%s\""
+msgid "Samba share name missing!"
+msgstr "Falta el nom de compartició de Samba!"
-#: ../../printer/printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "S'està imprimint o llegint una targeta de fotos en \"%s\""
+msgid "Either the server name or the server's IP must be given!"
+msgstr "Cal que subministreu o bé el nom del servidor o bé la seva IP!"
-#: ../../printer/printerdrake.pm_.c:2275
+#
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "S'està imprimint en la impressora \"%s\""
+msgid "Auto-detected"
+msgstr "Detectada automàticament"
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-msgid "Close"
-msgstr "Tanca"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "Grup de treball"
-#
-#: ../../printer/printerdrake.pm_.c:2281
-msgid "Print option list"
-msgstr "Imprimeix la llista d'opcions"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Share name"
+msgstr "Nom de compartició"
-#: ../../printer/printerdrake.pm_.c:2301
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "IP del servidor SMB"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "Ordinador central del servidor SMB"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Your 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\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
msgstr ""
-"El vostre dispositiu multifunció ha estat configurat automàticament per "
-"poder escanejar. Ara podeu escanejar amb \"scanimage\" (\"scanimage -d hp:%s"
-"\" per especificar l'escàner si n'hi ha més d'un) des de la línia d'ordres o "
-"amb les interfícies gràfiques \"xscanimage\" o \"xsane\". Si esteu "
-"utilitzant el GIMP, també podeu escanejar escollint el punt apropiat en el "
-"menú \"Fitxer\"/\"Adquireix\". Executeu \"man scanimage\" a la línia "
-"d'ordres per a més informació.\n"
-"\n"
-"No utilitzeu \"scannerdrake\" amb aquest dispositiu!"
+"Si la impressora desitjada ha estat detectada automàticament, només cal que "
+"la seleccioneu a la llista i que hi afegiu el nom d'usuari, la contrasenya i "
+"el grup de treball, si són necessaris."
-#: ../../printer/printerdrake.pm_.c:2322
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
+"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 ""
-"La impressora ha estat configurada automàticament per permetre-us l'accés "
-"als dispositius de targetes de fotos del vostre PC. Ara podeu accedir a les "
-"targetes de fotos emprant l'eina gràfica \"MtoolsFM\" (menú \"Aplicacions\" -"
-"> \"Eines d'arxivament\" -> \"Gestor de fitxers MTools\") o les utilitats de "
-"la línia d'ordres \"mtools\" (introduïu \"man mtools\" a la línia d'ordres "
-"per a més informació). Trobareu el sistema de fitxers de la targeta sota la "
-"lletra d'unitat \"p:\", o a les lletres següents si teniu més d'una "
-"impressora HP amb unitats de targetes de fotos. Al \"MToolsFM\" podeu "
-"explorar les diferents lletres d'unitat amb el camp que es troba a la "
-"cantonada superior dreta de les llistes de fitxers."
+"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'adreça IP del servidor d'impressió, així com el nom "
+"de compartició de la impressora a què voleu accedir i el nom d'usuari,\n"
+"contrasenya i informació de grup si són necessaris."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "Opcions de la impressora SMB (Windows 9x/NT)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "Impressora \"%s\" en el servidor \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on server \"%s\""
+msgstr ", impressora \"%s\", en el servidor \"%s\""
#
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-msgid "Reading printer data..."
-msgstr "S'estan llegint dades de la impressora..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name missing!"
+msgstr "Falta el nom de la impressora remota!"
#
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-msgid "Transfer printer configuration"
-msgstr "Configuració de la transferència de la impressió"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name missing!"
+msgstr "Falta el nom de l'ordinador central remot!"
-#: ../../printer/printerdrake.pm_.c:2365
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name"
+msgstr "Nom de la impressora remota"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name"
+msgstr "Nom de l'ordinador central remot"
+
+#
+#: ../../printer/printerdrake.pm:1
#, 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"
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
-"Podeu copiar la configuració d'impressió que he fet per la cua %s a la %s, "
-"la cua d'impressió actual. Totes les dades de configuració (nom "
-"d'impressora, descripció, ubicació, tipus de connexió i paràmetres per "
-"defecte) se sobreescriuran, però els treballs d'impressió no seran "
-"transferits.\n"
-"No totes les cues d'impressió poden ser transferides degut a les raons "
-"següents:\n"
+"Per poder utilitzar una impressora lpd remota, cal que proporcioneu el nom "
+"de l'ordinador central que té el servidor de la impressora i el nom de la "
+"impressora en aquell servidor."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "Opcions de la impressora lpd remota"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Manual configuration"
+msgstr "Configuració manual"
-#: ../../printer/printerdrake.pm_.c:2368
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "Heu d'escollir/introduir una impressora/dispositiu!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-"CUPS no permet l'ús d'impressores en servidors Novell ni que les impressores "
-"enviïn les dades dins d'una ordre formada arbitràriament.\n"
+" (Ports Paral·lel: /dev/lp0, /dev/lp1, etc., equivalents a LPT1:, LPT2:, "
+"etc.; 1a impressora USB: /dev/usb/lp0, 2a impressora USB: /dev/usb/lp1, "
+"etc.)."
-#: ../../printer/printerdrake.pm_.c:2370
+#
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr ""
+"Si us plau, seleccioneu el port al qual teniu connectada la impressora."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-"PDQ només funciona amb impressores locals, impressores LPD remotes, i "
-"impressores de Socket/TCP.\n"
+"Escolliu el port al qual està connectada la impressora o escriviu el nom de "
+"dispositiu/nom de fitxer en la línia d'entrada"
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD i LPRng no funcionen amb impressores IPP.\n"
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr ""
+"Si us plau, seleccioneu el port al qual teniu connectada la impressora."
-#: ../../printer/printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"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 més, les cues que no han estat creades amb aquest programa o amb "
-"\"foomatic-configure\" no es poden transferir."
+"Aquí teniu una llista de les impressores que s'han detectat. Escolliu la "
+"impressora que voleu configurar. La configuració de la impressora es farà "
+"automàticament. Si la vostra impressora no ha estat correctament detectada o "
+"si preferiu personalitzar la seva configuració, habiliteu \"Configuració "
+"manual\"."
-#: ../../printer/printerdrake.pm_.c:2375
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
msgstr ""
-"\n"
-"Tampoc poden transferir-se les impressores configurades amb els fitxers PPD "
-"proporcionats pels seus fabricants o amb controladors nadius per a CUPS."
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Currently, no alternative possibility is available"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"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"
-"Marqueu les impressores que voleu transferir i feu clic a \n"
-"\"Transfereix\"."
+"S'ha detectat la següent impressora. La configuració de la impressora es "
+"farà automàticament. Si la vostra impressora no ha estat correctament "
+"detectada o si preferiu personalitzar la seva configuració, habiliteu "
+"\"Configuració manual\"."
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
-msgstr "No transfereixis cap impressora"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The following printer was auto-detected. "
+msgstr ""
+"Les impressores següents\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
-msgstr "Transfereix"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
+msgstr ""
+"Escolliu el port al qual està connectada la impressora o escriviu el nom de "
+"dispositiu/nom de fitxer en la línia d'entrada"
-#: ../../printer/printerdrake.pm_.c:2392
-#, c-format
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, 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."
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
msgstr ""
-"Ja existeix una impressora amb nom \"%s\" en %s. \n"
-"Feu clic a \"Transfereix\" per sobreescriure-la.\n"
-"També podeu escriure un nom nou o ometre aquesta impressora."
+"Escolliu el port al qual està connectada la impressora o escriviu el nom de "
+"dispositiu/nom de fitxer en la línia d'entrada"
-#: ../../printer/printerdrake.pm_.c:2400
-msgid "Name of printer should contain only letters, numbers and the underscore"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Alternatively, you can specify a device name/file name in the input line"
msgstr ""
-"El nom de la impressora només pot constar de lletres, números i el caràcter "
-"de subratllat"
+"Escolliu el port al qual està connectada la impressora o escriviu el nom de "
+"dispositiu/nom de fitxer en la línia d'entrada"
-#: ../../printer/printerdrake.pm_.c:2405
-#, c-format
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
msgstr ""
-"La impressora \"%s\" ja existeix,\n"
-"realment voleu sobreescriure la seva configuració?"
+"S'ha detectat automàticament la següent impressora, si no és la que voleu "
+"configurar, escriviu un nom de dispositiu/nom de fitxer en la línia d'entrada"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Available printers"
+msgstr "Impressores disponibles"
#
-#: ../../printer/printerdrake.pm_.c:2413
-msgid "New printer name"
-msgstr "Nou nom d'impressora"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "No printer found!"
+msgstr "No s'ha trobat cap impressora!"
-#: ../../printer/printerdrake.pm_.c:2416
+#
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
-msgstr "S'està transferint %s..."
+msgid "You must enter a device or file name!"
+msgstr "Heu d'entrar un nom de dispositiu o de fitxer!"
-#: ../../printer/printerdrake.pm_.c:2427
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
+"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 ""
-"Heu tranferit la vostra impressora predeterminada anterior (\"%s\"). Voleu "
-"que també sigui la impressora predeterminada en el nou sistema d'impressió %"
-"s?"
+"No s'ha trobat cap impressora! Per instal·lar-ne una manualment entreu el "
+"dispositiu/fitxer a la línia d'entrada (Ports Paral·lel: /dev/lp0, /dev/lp1, "
+"etc., equivalents a LPT1:, LPT2:, etc.; 1a impresora USB: /dev/usb/lp0, 2a "
+"impressora USB: /dev/usb/lp1, etc.)."
#
-#: ../../printer/printerdrake.pm_.c:2437
-msgid "Refreshing printer data..."
-msgstr "S'estan refrescant les dades de les impressores..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printer"
+msgstr "Impressora local"
-#
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-msgid "Configuration of a remote printer"
-msgstr "Configuració d'una impressora remota"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "USB printer \\#%s"
+msgstr "Impressora USB \\/*%s"
-#
-#: ../../printer/printerdrake.pm_.c:2446
-msgid "Starting network..."
-msgstr "S'està arrencant la xarxa..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer on parallel port \\#%s"
+msgstr "Impressora en el port paral·lel \\/*%s"
#
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-msgid "Configure the network now"
-msgstr "Configureu la xarxa ara"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "Impressora \"%s\" en servidor SMB/Windows \"%s\""
-#
-#: ../../printer/printerdrake.pm_.c:2480
-msgid "Network functionality not configured"
-msgstr "La funcionalitat de xarxa no ha estat configurada"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network printer \"%s\", port %s"
+msgstr "Impressora de xarxa \"%s\", port %s"
-#: ../../printer/printerdrake.pm_.c:2481
-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 ""
-"Esteu a punt de configurar una impressora remota. Això necessita una "
-"connexió de xarxa operativa, però la vostra xarxa encara no està "
-"configurada. Si continueu sense configurar la xarxa, no podreu utilitzar la "
-"impressora que esteu configurant ara. Què voleu fer?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected %s"
+msgstr "S'ha detectat %s"
#
-#: ../../printer/printerdrake.pm_.c:2484
-msgid "Go on without configuring the network"
-msgstr "Continua sense configurar la xarxa"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr ", impressora \"%s\" en servidor SMB/Windows \"%s\""
-#: ../../printer/printerdrake.pm_.c:2518
-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ó de xarxa feta durant la instal·lació no s'ha pogut iniciar "
-"ara. Comproveu si la xarxa es torna accessible després de reiniciar el "
-"sistema i corregiu la configuració utilitzant el Centre de Control Mandrake, "
-"a la secció \"Xarxa & Internet\"/\"Connexió\", i després configureu la "
-"impressora, també usant el Centre de Control Mandrake, secció \"Maquinari\"/"
-"\"Impressores\""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", network printer \"%s\", port %s"
+msgstr ", impressora de xarxa \"%s\", port %s"
-#: ../../printer/printerdrake.pm_.c:2519
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"\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 ""
-"L'accés a la xarxa no ha funcionat i no s'ha pogut iniciar. Comproveu la "
-"configuració i el maquinari. Després proveu de configurar la impressora "
-"remota una altra vegada."
+"\n"
+"Felicitats, la impressora s'ha instal·lat i configurat correctament!\n"
+"\n"
+"Podeu imprimir utilitzant l'ordre \"Imprimeix\" de les aplicacions "
+"(normalment en el menú \"Fitxer\").\n"
+"\n"
+"Si voleu afegir, esborrar o canviar el nom a una impressora, o si voleu "
+"canviar les opcions per defecte (safata d'entrada, qualitat impressió...), "
+"seleccioneu \"Impressora\" en la secció \"Maquinari\" del Centre de Control "
+"Mandrake."
-#
-#: ../../printer/printerdrake.pm_.c:2529
-msgid "Restarting printing system..."
-msgstr "S'està reiniciant el sistema d'impressió..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
+msgstr ""
+"Detecta automàticament les impressores connectades a màquines amb Microsoft "
+"Windows"
-#
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "high"
-msgstr "alt"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
+msgstr ""
+"Detecta automàticament les impressores connectades directament a la xarxa "
+"local"
#
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "paranoid"
-msgstr "paranoic"
-
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
+msgid "Auto-detect printers connected to this machine"
+msgstr "Detecta automàticament les impressores connectades a aquesta màquina"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+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"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-"S'està instal·lant un sistema d'impressió amb el nivell de seguretat %s"
+"\n"
+"Benvingut a l'auxiliar de configuració de la impressora\n"
+"\n"
+"Aquest auxiliar us ajudarà a instal·lar les impressores connectades a aquest "
+"ordinador.\n"
+"\n"
+"Si teniu impressores connectades a aquesta màquina, endolleu-les i engegueu-"
+"les per tal de poder-les detectar automàticament.\n"
+"\n"
+"Feu clic a \"Següent\" quan estigueu preparat, o a \"Cancel·la\" si no voleu "
+"configurar ara les impressores."
-#: ../../printer/printerdrake.pm_.c:2570
-#, c-format
+#: ../../printer/printerdrake.pm:1
+#, 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"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-"Do you really want to configure printing on this machine?"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-"Ara s'instal·larà el sistema d'impressió %s en un sistema que s'executa en "
-"el nivell de seguretat %s.\n"
"\n"
-"Aquest sistema d'impressió executa un dimoni (procés en segon pla) que "
-"espera els treballs d'impressió i els gestiona. Aquest dimoni és accessible "
-"per ordinadors remots connectats a la xarxa i, per tant, és un possible punt "
-"d'atac. Per tant, només s'arrenquen per defecte uns pocs dimonis triats en "
-"aquest nivell de seguretat.\n"
+"Benvingut a l'auxiliar de configuració de la impressora\n"
"\n"
-"Realment voleu configurar la impressió en aquest ordinador?"
+"Aquest auxiliar us ajudarà a instal·lar les impressores connectades a aquest "
+"ordinador o connectades directament a la xarxa local.\n"
+"\n"
+"Si teniu impressores connectades a aquesta màquina, endolleu-les i engegueu-"
+"les per tal de poder-les detectar automàticament. Engegueu també les "
+"impressores de la xarxa local.\n"
+"\n"
+"Noteu que la detecció automàtica d'impressores de la xarxa local triga més "
+"que la detecció d'impressores connectades directament a la màquina. Seria "
+"millor que desactivéssiu la detecció automàtica d'impressores en xarxa si no "
+"la necessiteu.\n"
+"\n"
+"Feu clic a \"Següent\" quan estigueu preparat, o a \"Cancel·la\" si no voleu "
+"configurar ara les impressores."
-#
-#: ../../printer/printerdrake.pm_.c:2604
-msgid "Starting the printing system at boot time"
-msgstr "S'està iniciant el sistema d'impressió en arrencar l'ordinador"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
+"\n"
+"Benvingut a l'auxiliar de configuració de la impressora\n"
+"\n"
+"Aquest auxiliar us ajudarà a instal·lar les impressores connectades "
+"directament a l'ordinador, o a la xarxa, o a una màquina Windows remota.\n"
+"\n"
+"Si teniu impressores connectades a aquesta màquina, endolleu-les i engegueu-"
+"les per tal de poder-les detectar automàticament. Engegueu també les "
+"impressores de xarxa i les màquines Windows que tenen impressores "
+"connectades.\n"
+"\n"
+"Noteu que la detecció automàtica d'impressores de la xarxa local triga més "
+"que la detecció d'impressores connectades directament a la màquina. Seria "
+"millor que desactivéssiu la detecció automàtica d'impressores en xarxa o en "
+"màquina Windows si no la necessiteu.\n"
+"\n"
+"Feu clic a \"Següent\" quan estigueu preparat, o a \"Cancel·la\" si no voleu "
+"configurar ara les impressores."
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
#, 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"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
+"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 ""
-"El sistema d'impressió (%s) no s'arrencarà automàticament quan l'ordinador "
-"s'iniciï.\n"
"\n"
-"És possible que l'arrencada automàtica fos deshabilitada en canviar a un "
-"nivell de seguretat més alt, perquè el sistema d'impressió és un punt d'atac "
-"potencial.\n"
+"Benvingut a l'auxiliar de configuració de la impressora\n"
"\n"
-"Voleu tornar a habilitar l'arrencada automàtica del sistema d'impressió?"
-
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
-msgstr "S'està comprovant el programari instal·lat..."
-
-#: ../../printer/printerdrake.pm_.c:2630
-#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "S'està esborrant %s"
+"Aquest auxiliar us permetrà instal·lar impressores locals o remotes per usar-"
+"les en aquest ordinador i també des d'altres ordinadors de la xarxa.\n"
+"\n"
+"Us demanarà la informació necessària per definir impressores i us "
+"proporcionarà accés als controladors disponibles de les impressores, les "
+"seves opcions i els tipus de connexions d'impressores."
-#
-#: ../../printer/printerdrake.pm_.c:2636
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "S'estan instal·lant els paquets..."
+msgid "Searching for new printers..."
+msgstr "Impressores disponibles"
-#
-#: ../../printer/printerdrake.pm_.c:2685
-msgid "Select Printer Spooler"
-msgstr "Seleccioneu la cua d'impressió"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
+msgstr ""
+"NOTA: Segons el model de la impressora i el sistema d'impressió, "
+"s'instal·laran fins a %d MB de programari addicional."
-#
-#: ../../printer/printerdrake.pm_.c:2686
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Quin sistema d'impressió (cua) voleu utilitzar?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr "Esteu segur que voleu habilitar la impressió en aquesta màquina?\n"
-#: ../../printer/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "S'està configurant la impressora \"%s\"..."
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Voleu habilitar la impressió a les impressores anteriors?\n"
-#
-#: ../../printer/printerdrake.pm_.c:2731
-msgid "Installing Foomatic..."
-msgstr "S'està instal·lant el Foomatic..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "Voleu habilitar la impressió a les impressores de la xarxa local?\n"
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
-msgstr "Opcions de la impressora"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+"Voleu habilitar la impressió a les impressores anteriors o a les impressores "
+"de la xarxa local?\n"
#
-#: ../../printer/printerdrake.pm_.c:2810
-msgid "Preparing Printerdrake..."
-msgstr "S'està preparant el PrinterDrake..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr ""
+" (Assegureu-vos que totes les impressores estan connectades i engegades.)\n"
-#
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-msgid "Configuring applications..."
-msgstr "S'estan configurant les aplicacions..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr "No s'ha trobat cap impressora connectada directament a l'ordinador"
-#
-#: ../../printer/printerdrake.pm_.c:2845
-msgid "Would you like to configure printing?"
-msgstr "Voleu configurar la impressió?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+"\n"
+"Hi ha %d impressores desconegudes connectades directament a l'ordinador."
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
-msgstr "Sistema d'impressió: "
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+"\n"
+"Hi ha una impressora desconeguda connectada directament a l'ordinador."
-#
-#: ../../printer/printerdrake.pm_.c:2915
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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/GIMP."
+"The following printer\n"
+"\n"
+"%s%s\n"
+"is directly connected to your system"
msgstr ""
-"Les impressores següents estan configurades. Feu doble clic en una "
-"impressora per modificar-ne els paràmetres, per fer-la la impressora per "
-"defecte, per veure'n la informació o per fer que una impressora en un "
-"servidor remot CUPS estigui disponible per a Star Office/OpenOffice.org/GIMP."
+"\n"
+"Hi ha una impressora desconeguda connectada directament a l'ordinador."
-#
-#: ../../printer/printerdrake.pm_.c:2916
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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."
+"The following printer\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
msgstr ""
-"Les impressores següents estan configurades. Feu doble clic en una "
-"impressora per modificar-ne els paràmetres, per fer-la la impressora per "
-"defecte o per veure la informació de la impressora."
+"\n"
+"Hi ha una impressora desconeguda connectada directament a l'ordinador."
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printers\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
msgstr ""
-"Refresca la llista d'impressores (per veure totes les impressores CUPS "
-"remotes disponibles)"
+"\n"
+"Hi ha una impressora desconeguda connectada directament a l'ordinador."
-#
-#: ../../printer/printerdrake.pm_.c:2960
-msgid "Change the printing system"
-msgstr "Modifica el sistema d'impressió"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and %d unknown printers"
+msgstr ""
+"\n"
+"i %d impressores desconegudes estan "
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-msgid "Normal Mode"
-msgstr "Mode normal"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and one unknown printer"
+msgstr ""
+"\n"
+"i una impressora desconeguda estan "
#
-#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-msgid "Do you want to configure another printer?"
-msgstr "Voleu configurar una altra impressora?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking your system..."
+msgstr "S'està comprovant el vostre sistema..."
-#
-#: ../../printer/printerdrake.pm_.c:3211
-msgid "Modify printer configuration"
-msgstr "Modifica la configuració de la impressora"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address of host/network:"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3213
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
+msgid "This host/network is already in the list, it cannot be added again.\n"
msgstr ""
-"Impressora %s\n"
-"Quines modificacions voleu fer en aquesta impressora?"
-#: ../../printer/printerdrake.pm_.c:3217
-msgid "Do it!"
-msgstr "Fes-ho!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/255.255.255.0\n"
+msgstr ""
-#
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-msgid "Printer connection type"
-msgstr "Tipus de connexió de la impressora"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/24\n"
+msgstr ""
-#
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-msgid "Printer name, description, location"
-msgstr "Nom de la impressora, descripció, ubicació"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
-msgstr "Fabricant de la impressora, model, controlador"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.0.0.*\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
-msgstr "Fabricant de la impressora, model"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
-msgstr "Fes que aquesta sigui la impressora predeterminada"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Afegeix aquesta impressora a Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Suprimeix aquesta impressora de Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Choose the network or host on which the local printers should be made "
+"available:"
+msgstr ""
-#
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-msgid "Print test pages"
-msgstr "Imprimeix la(es) pàgina(es) de prova"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Sharing of local printers"
+msgstr "Impressores disponibles"
#
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-msgid "Know how to use this printer"
-msgstr "Apreneu a utilitzar aquesta impressora"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remove selected host/network"
+msgstr "Elimina la selecció"
-#
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-msgid "Remove printer"
-msgstr "Suprimeix la impressora"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Edit selected host/network"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3282
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "S'està suprimint la impressora antiga \"%s\"..."
+msgid "Add host/network"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
+"\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
+"\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
+"\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
+"\n"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
+msgstr ""
#
-#: ../../printer/printerdrake.pm_.c:3307
-msgid "Default printer"
-msgstr "Impressora predeterminada"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Automatic correction of CUPS configuration"
+msgstr "Configuració automàtica de CUPS"
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "No remote machines"
+msgstr "(en aquest ordinador)"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Custom configuration"
+msgstr "Configuració de l'avís"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "Compartició de fitxers"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "La impressora \"%s\" és ara la impressora per defecte."
+msgid "Automatically find available printers on remote machines"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
-msgstr "S'està afegint la impressora a Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printers on this machine are available to other computers"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
msgstr ""
-"S'ha afegit correctament la impressora \"%s\" a Star Office/OpenOffice.org/"
-"GIMP."
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgid ""
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-"És impossible d'afegir la impressora \"%s\" a Star Office/OpenOffice.org/"
-"GIMP."
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
-msgstr "S'està suprimint la impressora d'Star Office/OpenOffice.org/GIMP"
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS printer sharing configuration"
+msgstr "Configuració de la \"winprinter\" OKI"
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr "Detecció automàtica de la impressora (local, TCP/Socket i SMB)"
+
+#
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
+"\n"
+"Printers on remote CUPS servers do not need to be configured here; these "
+"printers will be automatically detected."
msgstr ""
-"La impressora \"%s\" ha estat suprimida d'Star Office/OpenOffice.org/GIMP "
-"amb èxit."
+"\n"
+"Amb un servidor CUPS remot, aquí no us cal configurar cap\n"
+"impressora; les impressores es detectaran automàticament."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "How is the printer connected?"
+msgstr "Com està connectada la impressora?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Connection"
+msgstr "Seleccioneu la connexió de la impressora"
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../security/help.pm:1
#, c-format
msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+"Arguments: (umask)\n"
+"\n"
+"Set the user umask."
msgstr ""
-"És impossible de suprimir la impressora \"%s\" d'Star Office/OpenOffice.org/"
-"GIMP."
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../security/help.pm:1
#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Voleu realment suprimir la impressora \"%s\"?"
+msgid ""
+"Arguments: (val)\n"
+"\n"
+"Set the shell timeout. A value of zero means no timeout."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../security/help.pm:1
#, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "S'està suprimint la impressora \"%s\"..."
+msgid ""
+"Arguments: (size)\n"
+"\n"
+"Set shell commands history size. A value of -1 means unlimited."
+msgstr ""
-#: ../../raid.pm_.c:35
+#: ../../security/help.pm:1
#, 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"
+msgid "if set to yes, check additions/removals of sgid files."
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed"
-msgstr "L'mkraid ha fallat"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check open ports."
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "L'mkraid ha fallat (potser manquen les eines del RAID (raidtools)?)"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"if set, send the mail report to this email address else send it to root."
+msgstr ""
-#: ../../raid.pm_.c:153
+#: ../../security/help.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "No hi ha prou particions per al nivell RAID %d\n"
+msgid "if set to yes, report check result by mail."
+msgstr ""
-#: ../../security/main.pm_.c:36
-msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
-"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
-"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
-"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
-"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check files/directories writable by everybody."
msgstr ""
-"Estàndard: Aquesta és la seguretat estàndard recomanada per a un ordinador "
-"que es connectarà a Internet com a client.\n"
-"\n"
-"Alta: Hi ha algunes restriccions, i cada nit s'executen més tests que "
-"al nivell estàndard.\n"
-"\n"
-"Més alta: La seguretat és prou elevada perquè el sistema funcioni com a "
-"servidor que pugui acceptar connexions de diversos clients. Si aquesta "
-"màquina només serà un client a Internet, hauríeu de triar un nivell més "
-"baix.\n"
-"\n"
-"Paranoic: Similar al nivell anterior, però el sistema es tanca completament "
-"i les característiques de seguretat estan al màxim\n"
-"\n"
-"Administrador de seguretat:\n"
-" Si les \"Alarmes de seguretat\" estan activades, s'enviaran a "
-"aquest usuari (nom d'usuari o adreça electrònica)"
-#
-#: ../../security/main.pm_.c:66
-msgid "Security Level:"
-msgstr "Nivell de seguretat:"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
+msgstr ""
-#: ../../security/main.pm_.c:77
-#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr " (per defecte: %s)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
+msgstr ""
-#
-#: ../../security/main.pm_.c:113
-msgid "Security Alerts:"
-msgstr "Alarmes de seguretat:"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
+msgstr ""
-#: ../../security/main.pm_.c:115
-msgid "Security Administrator:"
-msgstr "Administrador de seguretat:"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr ""
-#
-#: ../../security/main.pm_.c:128
-msgid "Network Options"
-msgstr "Opcions de xarxa"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
+msgstr ""
-#
-#: ../../security/main.pm_.c:128
-msgid "System Options"
-msgstr "Opcions de sistema"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
+msgstr ""
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
-msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
msgstr ""
-"Les opcions següents es poden modificar per personalitzar la seguretat\n"
-"del vostre sistema. Feu clic a \"Ajuda\" si voleu més informació.\n"
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
-msgstr "Comprovacions periòdiques"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
+msgstr ""
-#: ../../security/main.pm_.c:191
-msgid "Please wait, setting security level..."
-msgstr "Espereu si us plau, s'està configurant el nivell de seguretat..."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
+msgstr ""
-#: ../../security/main.pm_.c:197
-msgid "Please wait, setting security options..."
-msgstr "Espereu si us plau, s'estan configurant les opcions de seguretat..."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
+msgstr ""
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Executa el sistema de so ALSA (Advanced Linux Sound Architecture)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
+msgstr ""
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, un programador d'ordres periòdiques."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
+msgstr ""
-#: ../../services.pm_.c:21
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
msgstr ""
-"L'apmd s'utilitza per monitoritzar l'estat de la bateria i registrar-lo "
-"mitjançant el registre del sistema (syslog).\n"
-"També es pot utilitzar per apagar l'ordinador quan queda poca bateria."
-#: ../../services.pm_.c:23
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
msgstr ""
-"Executa les ordres programades per l'ordre 'at' a l'hora que es va\n"
-"especificar en executar 'at', i executa les ordres automàtiques quan la\n"
-"mitjana de càrrega és prou baixa."
-#: ../../services.pm_.c:25
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
msgstr ""
-"El cron és un programa UNIX estàndard que executa programes determinats\n"
-"per l'usuari en hores programades. El vixie cron afegeix un cert nombre de\n"
-"característiques al cron bàsic, incloent seguretat millorada i opcions\n"
-"de configuració més potents."
-#: ../../services.pm_.c:28
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
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 menús desplegables a la consola."
-#: ../../services.pm_.c:31
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
msgstr ""
-"El HardDrake fa una prova del maquinari, i opcionalment configura\n"
-"el maquinari nou/canviat."
-#: ../../services.pm_.c:33
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
msgstr ""
-"L'Apache és un servidor de World Wide Web. S'utilitza per servir fitxers\n"
-"HTML i CGI."
-#: ../../services.pm_.c:34
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
msgstr ""
-"El dimoni 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:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
msgstr ""
-"Executa el filtratge de paquets per als nuclis Linux 2.2, per instal·lar\n"
-"un tallafoc que protegeixi el vostre ordinador d'atacs des de la xarxa."
-#: ../../services.pm_.c:40
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
msgstr ""
-"Aquest paquet carrega el mapa de teclat seleccionat segons s'ha definit\n"
-"a /etc/sysconfig/keyboard. Es pot seleccionar mitjançant la utilitat\n"
-"kbdconfig.\n"
-"Per a la majoria d'ordinadors, s'ha de deixar habilitat."
-#: ../../services.pm_.c:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
msgstr ""
-"Regeneració automàtica del capçal de nucli a /boot per\n"
-"/usr/include/linux/{autoconf,versió}.h"
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
msgstr ""
-"Detecció i configuració automàtica de maquinari en iniciar l'ordinador."
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
msgstr ""
-"De vegades, el Linuxconf determinarà que s'han de fer algunes tasques\n"
-"en iniciar l'ordinador per mantenir la configuració del sistema."
-#: ../../services.pm_.c:48
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
msgstr ""
-"L'lpd és el dimoni d'impressió necessari perquè l'lpr funcioni\n"
-"correctament. Bàsicament, es tracta d'un servidor que assigna les\n"
-"tasques d'impressió a la(es) impressora(es)."
-#: ../../services.pm_.c:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
msgstr ""
-"El Servidor Virtual de Linux (LVS) s'usa per construir un servidor de \n"
-"gran capacitat i robustesa."
-#
-#: ../../services.pm_.c:52
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
msgstr ""
-"named (BIND) és un servidor de noms de domini (DNS) que s'utilitza per "
-"convertir noms d'ordinadors centrals en adreces IP."
-#: ../../services.pm_.c:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
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:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
msgstr ""
-"Activa/Desactiva totes les interfícies de xarxa configurades per\n"
-"iniciar-se durant l'arrencada."
-#: ../../services.pm_.c:57
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
msgstr ""
-"L'NFS és un protocol popular de compartició de fitxers en xarxes TCP/IP.\n"
-"Aquest servei proporciona la funcionalitat del servidor NFS, que es\n"
-"configura mitjançant el fitxer /etc/exports."
-#: ../../services.pm_.c:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
msgstr ""
-"L'NFS és un protocol popular de compartició de fitxers en xarxes TCP/IP\n"
-"Aquest servei proporciona la funcionalitat de blocatge de fitxer NFS."
-#: ../../services.pm_.c:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
msgstr ""
-"Engega automàticament a l'arrencada la tecla de fixació del \n"
-"teclat numèric a la consola i sota XFree."
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Funciona amb OKI 4w i winprinters compatibles."
-
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
msgstr ""
-"El suport PCMCIA serveix normalment per funcionar amb coses com ara "
-"l'ethernet\n"
-"i els mòdems en portàtils. No s'iniciarà tret que es configuri, de manera\n"
-"que no hi ha problema per instal·lar-lo en ordinadors que no el necessiten."
-#: ../../services.pm_.c:68
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
msgstr ""
-"El mapador de ports (portmapper) gestiona les connexions RPC, que s'usen "
-"per\n"
-"protocols com ara l'NFS i el 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:71
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
msgstr ""
-"El Postfix és un Agent de Transport de Correu, que és el programa que passa "
-"el correu d'un ordinador a un altre."
-#: ../../services.pm_.c:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
msgstr ""
-"Desa i recupera el generador d'entropia del sistema per a\n"
-"la generació de nombres aleatoris d'una qualitat més alta."
-#: ../../services.pm_.c:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
msgstr ""
-"Assigna els dispositius en cru (raw) a dispositius de blocs (tals com les "
-"particions de\n"
-"disc dur), perquè siguin utilitzats per aplicacions com ara Oracle"
-#: ../../services.pm_.c:76
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
msgstr ""
-"El dimoni 'routed' permet que la taula d'encaminadors IP automàtics\n"
-"s'actualitzi mitjançant el protocol RIP. Mentre que el RIP s'utilitza\n"
-"àmpliament en xarxes petites, les xarxes complexes necessiten protocols\n"
-"d'encaminament més complexos."
-#: ../../services.pm_.c:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
msgstr ""
-"El protocol rstat permet que els usuaris d'una xarxa recuperin\n"
-"mesures de rendiment de qualsevol ordinador de la mateixa."
-#: ../../services.pm_.c:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
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:83
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
msgstr ""
-"El protocol rwho permet que els usuaris remots obtinguin una llista\n"
-"de tots els usuaris que estan connectats a un ordinador que està\n"
-"executant el dimoni rwho (similar al finger)."
-
-#
-#: ../../services.pm_.c:85
-msgid "Launch the sound system on your machine"
-msgstr "Executa el sistema de so en el vostre ordinador"
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
msgstr ""
-"El syslog és el sistema que utilitzen molts dimonis per registrar\n"
-"missatges en diversos fitxers de registre del sistema. És aconsellable\n"
-"executar-lo sempre."
-
-#: ../../services.pm_.c:88
-msgid "Load the drivers for your usb devices."
-msgstr "Carrega els controladors per a dispositius USB."
-#
-#: ../../services.pm_.c:89
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Inicia l'X Font Server (això és necessari perquè l'XFree funcioni)."
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr "Administrador de seguretat (login o email)"
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
msgstr ""
-"Escolliu els serveis que s'han d'iniciar automàticament durant l'arrencada"
+"Una llibreria que defensa contra els atacs de 'buffer overflow' i de 'format "
+"string'."
#
-#: ../../services.pm_.c:127
-msgid "Printing"
-msgstr "Impressió"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Use libsafe for servers"
+msgstr "Empra libsafe per als servidors"
-#: ../../services.pm_.c:128
-msgid "Internet"
-msgstr "Internet"
+#
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security level"
+msgstr "Nivell de seguretat"
-#: ../../services.pm_.c:131
-msgid "File sharing"
-msgstr "Compartició de fitxers"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Please choose the desired security level"
+msgstr "Escolliu el nivell de seguretat desitjat"
-#
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-msgid "System"
-msgstr "Sistema"
+#: ../../security/level.pm:1
+#, c-format
+msgid "DrakSec Basic Options"
+msgstr "Opcions bàsiques del DrakSec"
#
-#: ../../services.pm_.c:138
-msgid "Remote Administration"
-msgstr "Administració remota"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"This is similar to the previous level, but the system is entirely closed and "
+"security features are at their maximum."
+msgstr ""
+"Aquest és similar al nivell anterior, però el sistema està completament "
+"tancat i les característiques de seguretat estan al màxim."
#
-#: ../../services.pm_.c:146
-msgid "Database Server"
-msgstr "Servidor de base de dades"
+#: ../../security/level.pm:1
+#, c-format
+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 choose a lower level."
+msgstr ""
+"Amb aquest nivell de seguretat, la utilització d'aquest sistema com a "
+"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. Nota: si la vostra màquina és només "
+"un client d'Internet, seria millor escollir un nivell més baix."
-#: ../../services.pm_.c:175
+#: ../../security/level.pm:1
#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Serveis: %d activats per %d registrats"
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+"Hi ha ja algunes restriccions, i a la nit es fan més comprovacions "
+"automàtiques."
#
-#: ../../services.pm_.c:191
-msgid "Services"
-msgstr "Serveis"
-
-#: ../../services.pm_.c:203
-msgid "running"
-msgstr "s'està executant"
-
-#: ../../services.pm_.c:203
-msgid "stopped"
-msgstr "aturat"
+#: ../../security/level.pm:1
+#, c-format
+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 estàndard recomanada per a un ordinador que "
+"s'utilitzarà per connectar-se a Internet com a client. Ara hi ha "
+"comprovacions de seguretat."
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
-msgstr "Serveis i dimonis"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"Passwords 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."
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
+"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 ""
-"Malauradament no hi ha més informació\n"
-"sobre aquest servei."
+"Aquest nivell s'ha d'utilitzar amb cura. Fa el vostre sistema molt més "
+"fàcil\n"
+"d'utilitzar, però també molt sensible: no s'ha d'utilitzar en un ordinador\n"
+"connectat a d'altres o a Internet. No cal contrasenya per accedir-hi."
-#: ../../services.pm_.c:229
-msgid "On boot"
-msgstr "En arrencar"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "Paranoic"
#
-#: ../../services.pm_.c:241
-msgid "Start"
-msgstr "Inicia"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Higher"
+msgstr "Més Alt"
-#
-#: ../../services.pm_.c:241
-msgid "Stop"
-msgstr "Atura"
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "Alt"
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr "Gràcies per triar Mandrake Linux 9.0"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "Pobre"
-#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Benvingut al món del Codi Font Obert"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "Benvinguts, crackers"
-#: ../../share/advertising/01-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
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 "
@@ -10594,15 +13889,18 @@ msgstr ""
"vostre nou sistema operatiu és el resultat del treball en col·laboració de "
"la Comunitat Linux de tot el món"
-#: ../../share/advertising/02-community.pl_.c:9
-msgid "Get involved in the Free Software world"
-msgstr "Uniu-vos al món del Codi Font Obert"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Welcome to the Open Source world"
+msgstr "Benvingut al món del Codi Font Obert"
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
-msgstr "Voleu saber més coses de la comunitat del Codi Font Obert?"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
+msgstr "Gràcies per triar Mandrake Linux 9.1"
-#: ../../share/advertising/02-community.pl_.c:11
+#: ../../share/advertising/02-community.pl:1
+#, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
@@ -10611,83 +13909,97 @@ msgstr ""
"apunteu-vos als fòrums de discussió que trobareu a les nostres pàgines de la "
"\"Comunitat\""
-#: ../../share/advertising/03-internet.pl_.c:9
-msgid "Get the most from the Internet"
-msgstr "Extragueu-li el suc a Internet"
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr "Voleu saber més coses de la comunitat del Codi Font Obert?"
-#: ../../share/advertising/03-internet.pl_.c:10
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Get involved in the Free Software world"
+msgstr "Uniu-vos al món del Codi Font Obert"
+
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 9.0 us ha triat el millor programari. Navegueu per la Web i "
+"Mandrake Linux 9.1 us ha triat el millor programari. Navegueu per la Web i "
"veieu animacions amb Mozilla i Konqueror, o envieu missatges i organitzeu-"
"vos la informació personal amb Evolution i Kmail"
-#: ../../share/advertising/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
-msgstr "Descobriu les eines gràfiques i multimèdia més modernes!"
-
-#: ../../share/advertising/04-multimedia.pl_.c:10
-msgid "Push multimedia to its limits!"
-msgstr "Porteu el multimèdia fins al límit!"
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
+msgid "Get the most from the Internet"
+msgstr "Extragueu-li el suc a Internet"
-#: ../../share/advertising/04-multimedia.pl_.c:11
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
"files, edit and handle your images or photos, and play videos"
msgstr ""
-"Mandrake Linux 9.0 us permet utilitzar el programari més actual per "
+"Mandrake Linux 9.1 us permet utilitzar el programari més actual per "
"reproduir fitxers d'àudio, editar i organitzar les vostres imatges i fotos, "
"i reproduir vídeos"
-#: ../../share/advertising/05-games.pl_.c:9
-msgid "Games"
-msgstr "Jocs"
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Push multimedia to its limits!"
+msgstr "Porteu el multimèdia fins al límit!"
+
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr "Descobriu les eines gràfiques i multimèdia més modernes!"
-#: ../../share/advertising/05-games.pl_.c:10
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
"strategy, ..."
msgstr ""
-"Mandrake Linux 9.0 proporciona els millors jocs de codi obert: arcade, "
+"Mandrake Linux 9.1 proporciona els millors jocs de codi obert: arcade, "
"acció, estratègia..."
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
-msgid "Mandrake Control Center"
-msgstr "Centre de Control Mandrake"
+#: ../../share/advertising/05-games.pl:1
+#, c-format
+msgid "Games"
+msgstr "Jocs"
-#: ../../share/advertising/06-mcc.pl_.c:10
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
"your machine"
msgstr ""
-"Mandrake Linux 9.0 proporciona una eina potent per personalitzar i "
+"Mandrake Linux 9.1 proporciona una eina potent per personalitzar i "
"configurar completament la vostra màquina"
-#
-#: ../../share/advertising/07-desktop.pl_.c:9
-msgid "User interfaces"
-msgstr "Interfícies d'usuari"
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Control Center"
+msgstr "Centre de Control Mandrake"
-#: ../../share/advertising/07-desktop.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-"Mandrake Linux 9.0 us proporciona onze interfícies d'usuari totalment "
+"Mandrake Linux 9.1 us proporciona onze interfícies d'usuari totalment "
"modificables: KDE 3, Gnome 2, WindowMaker..."
-#: ../../share/advertising/08-development.pl_.c:9
-msgid "Development simplified"
-msgstr "Desenvolupament simplificat"
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr "Mandrake Linux 9.0 és l'últim en plataformes de desenvolupament"
+#
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
+msgid "User interfaces"
+msgstr "Interfícies d'usuari"
-#: ../../share/advertising/08-development.pl_.c:11
+#: ../../share/advertising/08-development.pl:1
+#, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
@@ -10695,11 +14007,18 @@ msgstr ""
"Useu tota la capacitat del compilador GNU gcc 3, així com els millors "
"entorns de desenvolupament de codi font obert"
-#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
-msgstr "Convertiu la vostra màquina en un servidor fiable"
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
+msgstr "Mandrake Linux 9.1 és l'últim en plataformes de desenvolupament"
-#: ../../share/advertising/09-server.pl_.c:10
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Development simplified"
+msgstr "Desenvolupament simplificat"
+
+#: ../../share/advertising/09-server.pl:1
+#, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
@@ -10708,19 +14027,18 @@ msgstr ""
"quants clics del ratolí: servidor Web, correu electrònic, tallafoc, "
"encaminador, servidor de fitxers i d'impressió..."
-#: ../../share/advertising/10-mnf.pl_.c:9
-msgid "Optimize your security"
-msgstr "Optimitzeu la vostra seguretat"
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
+msgstr "Convertiu la vostra màquina en un servidor fiable"
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
-msgstr ""
-"L'abast de MandrakeSecurity inclou l'aplicació Multi Network Firewall (MNF), "
-"el tallafoc per a xarxes múltiples"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
+msgstr "Aquest producte es troba disponible al lloc web de MandrakeStore"
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
@@ -10728,15 +14046,22 @@ msgstr ""
"Aquest tallafoc inclou les característiques de xarxa que us permetran "
"satisfer tots els vostres requeriments de seguretat"
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
-msgstr "Aquest producte es troba disponible al lloc web de MandrakeStore"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
+msgstr ""
+"L'abast de MandrakeSecurity inclou l'aplicació Multi Network Firewall (MNF), "
+"el tallafoc per a xarxes múltiples"
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
-msgstr "La botiga oficial de MandrakeSoft"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
+msgstr "Optimitzeu la vostra seguretat"
-#: ../../share/advertising/11-mdkstore.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
@@ -10744,11 +14069,13 @@ msgstr ""
"Trobareu tot el conjunt de solucions Linux, així com ofertes especials en "
"productes i altres avantatges, a la nostra botiga en línia:"
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
-msgstr "Socis estratègics"
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
+msgstr "La botiga oficial de MandrakeSoft"
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
@@ -10758,23 +14085,13 @@ msgstr ""
"solucions professionals compatibles amb el Mandrake Linux. Trobareu una "
"llista d'aquests socis al MandrakeStore"
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
-msgstr "Descobriu el catàleg d'aprenentatge de MandrakeSoft: el Linux-Campus"
-
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
-msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
-msgstr ""
-"El programa d'aprenentatge s'ha creat per respondre a la demanda tant "
-"d'usuaris com d'experts (administradors de xarxa i de sistemes)"
-
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
-msgid "Certify yourself on Linux"
-msgstr "Qualifiqueu-vos en Linux"
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
+msgstr "Socis estratègics"
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
"Whether you choose to teach yourself online or via our network of training "
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
@@ -10784,20 +14101,27 @@ msgstr ""
"nostres socis, el catàleg Linux-Campus us prepara per al reconegut programa "
"de certificació LPI (certificació tècnica i professional a tot el món)"
-#
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-msgid "Become a MandrakeExpert"
-msgstr "Esdeveniu un MandrakeExpert"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Certify yourself on Linux"
+msgstr "Qualifiqueu-vos en Linux"
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
-"Cerqueu les solucions als vostres problemes a través de la nostra plataforma "
-"de suport en línia"
+"El programa d'aprenentatge s'ha creat per respondre a la demanda tant "
+"d'usuaris com d'experts (administradors de xarxa i de sistemes)"
+
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr "Descobriu el catàleg d'aprenentatge de MandrakeSoft: el Linux-Campus"
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
@@ -10807,18 +14131,23 @@ msgstr ""
"per compartir els vostres coneixements i ajudar els altres esdevenint un "
"expert reconegut al lloc web de suport tècnic en línia:"
-#
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-msgid "MandrakeExpert Corporate"
-msgstr "Grup corporatiu MandrakeExpert"
-
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-"Una plataforma en línia per respondre a les necessitats de suport especials "
-"de les empreses"
+"Cerqueu les solucions als vostres problemes a través de la nostra plataforma "
+"de suport en línia"
+
+#
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid "Become a MandrakeExpert"
+msgstr "Esdeveniu un MandrakeExpert"
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
@@ -10826,11 +14155,21 @@ msgstr ""
"Cada incident serà investigat per un expert tècnic qualificat de "
"MandrakeSoft."
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
-msgstr "Descobriu el MandrakeClub i el Club Corporatiu de Mandrake"
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+"Una plataforma en línia per respondre a les necessitats de suport especials "
+"de les empreses"
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "Grup corporatiu MandrakeExpert"
+
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -10846,234 +14185,250 @@ msgstr ""
"nostres productes per guanyar competitivitat, si voleu recolzar el "
"desenvolupament de Mandrake Linux, uniu-vos al MandrakeClub!"
-#: ../../standalone.pm_.c:21
-#, fuzzy
-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.\n"
-msgstr ""
-" Aquest programa és programari lliure; el podeu redistribuir i/o modificar\n"
-" sota els termes de la 'GNU General Public License' publicada per\n"
-" la Free Software Foundation; tant la versió 2 com (si voleu)\n"
-" qualsevol versió posterior.\n"
-"\n"
-" Aquest programa és distribueix amb l'esperança que serà útil,\n"
-" però SENSE CAP GARANTIA; sense ni tant sols la garantia implícita de\n"
-" MERCANTIBILITAT o CAPACITAT DE REALITZAR UN DETERMINAT PROPÒSIT. Mireu la\n"
-" 'GNU General Public License' per a més detalls.\n"
-"\n"
-" Hauríeu d'haver rebut una còpia de la 'GNU General Public License'\n"
-" amb el programa; si no és així, escriviu a la Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
+msgstr "Descobriu el MandrakeClub i el Club Corporatiu de Mandrake"
-#: ../../standalone.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Si us plau, torneu a entrar a %s per activar els canvis"
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Si us plau, sortiu i utilitzeu Ctrl-Alt-tecla de retrocés"
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
+msgstr "Abans cal crear /etc/dhcpd.conf!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
+msgstr "Alguna cosa ha anat malament! Teniu instal·lat l'mkisofs?"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
+msgstr "La imatge ISO per a Etherboot és %s"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No floppy drive available!"
+msgstr "No s'ha trobat cap unitat de disquet!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
+msgstr "Ja podeu extreure el disquet"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
+msgstr "No s'ha pogut accedir al disquet!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Please insert floppy disk:"
+msgstr "Si us plau, inseriu un disquet:"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Write Config"
+msgstr "Escriu la configuració"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone.pm_.c:70
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
+"La majoria d'aquests valors s'han obtingut\n"
+"del vostre sistema actual. Podeu modificar-los si cal."
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "Teclat"
+#
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "dhcpd Server Configuration"
+msgstr "Configuració del servidor dhcpd"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
msgstr ""
-#: ../../standalone.pm_.c:84
-msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range Start:"
msgstr ""
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Name Servers:"
+msgstr "Servidor Samba"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Domain Name:"
+msgstr "Nom de domini"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Broadcast Address:"
msgstr ""
-#: ../../standalone.pm_.c:94
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
msgstr ""
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Routers:"
msgstr ""
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Netmask:"
+msgstr "Submàscara de xarxa"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet:"
msgstr ""
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
#, c-format
msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
msgstr ""
-#
-#: ../../standalone.pm_.c:168
-msgid "Installing packages..."
-msgstr "S'estan instal·lant els paquets..."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "dhcpd Config..."
+msgstr "Configuració del dhcpd..."
-#: ../../standalone/XFdrake_.c:138
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Si us plau, sortiu i utilitzeu Ctrl-Alt-tecla de retrocés"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete Client"
+msgstr "<-- Suprimeix un client"
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Edit Client"
+msgstr "<-- Suprimeix un client"
+
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Si us plau, torneu a entrar a %s per activar els canvis"
+msgid "Add Client -->"
+msgstr "Afegeix un client -->"
-#
-#: ../../standalone/drakTermServ_.c:239
-msgid "Mandrake Terminal Server Configuration"
-msgstr "Configuració del Servidor de Terminal de Mandrake"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Allow Thin Clients"
+msgstr "Afegeix/Suprimeix clients"
-#
-#: ../../standalone/drakTermServ_.c:253
-msgid "Enable Server"
-msgstr "Habilita el servidor"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Thin Client"
+msgstr "Client DHCP"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No net boot images created!"
+msgstr "No s'ha creat cap imatge d'arrencada des de xarxa"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Tipus: "
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
+msgstr "<-- Suprimeix un usuari"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add User -->"
+msgstr "Afegeix un usuari -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
+msgstr ""
#
-#: ../../standalone/drakTermServ_.c:260
-msgid "Disable Server"
-msgstr "Inhabilita el servidor"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Delete All NBIs"
+msgstr "Suprimeix tots els NBI"
-#: ../../standalone/drakTermServ_.c:268
-msgid "Start Server"
-msgstr "Inicia el servidor"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Delete"
+msgstr "<-- Suprimeix"
-#: ../../standalone/drakTermServ_.c:275
-msgid "Stop Server"
-msgstr "Atura el servidor"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr "Això trigarà uns minuts."
-#: ../../standalone/drakTermServ_.c:283
-msgid "Etherboot Floppy/ISO"
-msgstr "Disquet/ISO per a Etherboot"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
+msgstr "Munta tots els nuclis -->"
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
-msgstr "Imatges d'arrencada de la xarxa"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No NIC selected!"
+msgstr "No heu seleccionat cap NIC!"
-#: ../../standalone/drakTermServ_.c:294
-msgid "Add/Del Users"
-msgstr "Afegeix/Suprimeix usuaris"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
+msgstr "Munta un NIC senzill -->"
-#: ../../standalone/drakTermServ_.c:299
-msgid "Add/Del Clients"
-msgstr "Afegeix/Suprimeix clients"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
+msgstr "No heu seleccionat cap nucli!"
-#: ../../standalone/drakTermServ_.c:328
-#, fuzzy
-msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
-msgstr ""
-" actualitzacions 2002 MandrakeSoft per Stew Benedict <sbenedict"
-"\\@mandrakesoft.com>"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr "Munta tot el nucli -->"
-#: ../../standalone/drakTermServ_.c:332
-msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
+msgstr "ISO d'arrencada"
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
+msgstr "Disquet d'arrencada"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -11102,7 +14457,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -11113,8 +14468,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -11203,222 +14558,162 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr "Disquet d'arrencada"
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr "ISO d'arrencada"
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr "Munta tot el nucli -->"
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr "Això trigarà uns minuts."
-
-#: ../../standalone/drakTermServ_.c:573
-msgid "No kernel selected!"
-msgstr "No heu seleccionat cap nucli!"
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
-msgstr "Munta un NIC senzill -->"
-
-#: ../../standalone/drakTermServ_.c:587
-msgid "No nic selected!"
-msgstr "No heu seleccionat cap NIC!"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
-msgstr "Munta tots els nuclis -->"
-
-#: ../../standalone/drakTermServ_.c:604
-msgid "<-- Delete"
-msgstr "<-- Suprimeix"
-
-#
-#: ../../standalone/drakTermServ_.c:611
-msgid "Delete All NBIs"
-msgstr "Suprimeix tots els NBI"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:673
-msgid "Add User -->"
-msgstr "Afegeix un usuari -->"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
-msgstr "<-- Suprimeix un usuari"
-
-#: ../../standalone/drakTermServ_.c:720
+#: ../../standalone/drakTermServ:1
#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Tipus: "
-
-#: ../../standalone/drakTermServ_.c:753
-msgid "No net boot images created!"
-msgstr "No s'ha creat cap imatge d'arrencada des de xarxa"
-
-#: ../../standalone/drakTermServ_.c:773
-#, fuzzy
-msgid "Thin Client"
-msgstr "Client DHCP"
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+" actualitzacions 2002 MandrakeSoft per Stew Benedict <sbenedict"
+"\\@mandrakesoft.com>"
-#: ../../standalone/drakTermServ_.c:775
-#, fuzzy
-msgid "Allow Thin Clients"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Clients"
msgstr "Afegeix/Suprimeix clients"
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
-msgstr "Afegeix un client -->"
-
-#: ../../standalone/drakTermServ_.c:821
-#, fuzzy
-msgid "<-- Edit Client"
-msgstr "<-- Suprimeix un client"
-
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
-msgstr "<-- Suprimeix un client"
-
-#: ../../standalone/drakTermServ_.c:843
-msgid "dhcpd Config..."
-msgstr "Configuració del dhcpd..."
-
-#: ../../standalone/drakTermServ_.c:876
-msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Users"
+msgstr "Afegeix/Suprimeix usuaris"
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
+msgstr "Imatges d'arrencada de la xarxa"
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "Submàscara de xarxa"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot Floppy/ISO"
+msgstr "Disquet/ISO per a Etherboot"
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Stop Server"
+msgstr "Atura el servidor"
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Start Server"
+msgstr "Inicia el servidor"
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
-msgstr ""
+#
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Disable Server"
+msgstr "Inhabilita el servidor"
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "Nom de domini"
+#
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Enable Server"
+msgstr "Habilita el servidor"
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
-msgstr "Servidor Samba"
+#
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "Configuració del Servidor de Terminal de Mandrake"
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
+#
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Remove the last item"
+msgstr "Esborra l'últim element"
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
-msgstr ""
+#
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Add an item"
+msgstr "Afegeix un element"
#
-#: ../../standalone/drakTermServ_.c:1001
-msgid "dhcpd Server Configuration"
-msgstr "Configuració del servidor dhcpd"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install"
+msgstr "Instal·la automàticament"
-#: ../../standalone/drakTermServ_.c:1002
-#, fuzzy
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
-"La majoria d'aquests valors s'han obtingut\n"
-"del vostre sistema actual. Podeu modificar-los si cal."
-
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
msgstr ""
+"El disquet s'ha creat correctament.\n"
+"Ara podeu repetir la vostra instal·lació."
-#: ../../standalone/drakTermServ_.c:1018
-msgid "Write Config"
-msgstr "Escriu la configuració"
-
-#: ../../standalone/drakTermServ_.c:1120
-msgid "Please insert floppy disk:"
-msgstr "Si us plau, inseriu un disquet:"
-
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr "No s'ha pogut accedir al disquet!"
-
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
-msgstr "Ja podeu extreure el disquet"
-
-#: ../../standalone/drakTermServ_.c:1129
-msgid "No floppy drive available!"
-msgstr "No s'ha trobat cap unitat de disquet!"
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Congratulations!"
+msgstr "Felicitats!"
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "Etherboot ISO image is %s"
-msgstr "La imatge ISO per a Etherboot és %s"
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
+msgstr ""
+"\n"
+"Benvingut.\n"
+"\n"
+"Els paràmetres de la instal·lació automàtica estan disponibles en les "
+"seccions de l'esquerra"
-#: ../../standalone/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
-msgstr "Alguna cosa ha anat malament! Teniu instal·lat l'mkisofs?"
+#
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Creating auto install floppy"
+msgstr "S'està creant el disquet d'instal·lació automàtica"
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
-msgstr "Abans cal crear /etc/dhcpd.conf!"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "manual"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
msgstr ""
+"Si us plau, escolliu per cada pas si es repetirà la vostra instal·lació o si "
+"serà manual"
#
-#: ../../standalone/drakautoinst_.c:40
-msgid "Error!"
-msgstr "S'ha produït un error!"
-
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "No he trobat el fitxer d'imatge necessari `%s'."
+msgid "Automatic Steps Configuration"
+msgstr "Configuració automatitzada dels passos"
-#
-#: ../../standalone/drakautoinst_.c:43
-msgid "Auto Install Configurator"
-msgstr "Configuració de la instal·lació automàtica"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "replay"
+msgstr "Repeteix"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -11445,544 +14740,759 @@ msgstr ""
"\n"
"Voleu continuar?"
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
+#
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install Configurator"
+msgstr "Configuració de la instal·lació automàtica"
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "Repeteix"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "I can't find needed image file `%s'."
+msgstr "No he trobat el fitxer d'imatge necessari `%s'."
#
-#: ../../standalone/drakautoinst_.c:66
-msgid "Automatic Steps Configuration"
-msgstr "Configuració automatitzada dels passos"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Error!"
+msgstr "S'ha produït un error!"
-#: ../../standalone/drakautoinst_.c:67
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
+"\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 ""
-"Si us plau, escolliu per cada pas si es repetirà la vostra instal·lació o si "
-"serà manual"
-
-#
-#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
-msgid "Creating auto install floppy"
-msgstr "S'està creant el disquet d'instal·lació automàtica"
+"\n"
+"Problemes durant la restauració de còpies de seguretat:\n"
+"\n"
+"Durant el pas de restauració, el Drakbackup verificarà tots\n"
+"els fitxers de les còpies de seguretat abans de restaurar-los.\n"
+"Abans de la restauració, el Drakbackup esborrarà \n"
+"els directoris originals, i perdreu totes les vostres \n"
+"dades. És important de tenir cura i no modificar a mà els \n"
+"fitxers de còpia de seguretat.\n"
-#: ../../standalone/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-"Welcome.\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"
-"The parameters of the auto-install are available in the sections on the left"
msgstr ""
+"descripció de les opcions:\n"
"\n"
-"Benvingut.\n"
+"Si us plau, aneu amb compte quan feu còpies de seguretat amb FTP, \n"
+"perquè només s'envien al servidor les còpies creades correctament.\n"
+"Per tant, ara necessiteu construir la còpia de seguretat en el vostre disc \n"
+"dur abans d'enviar-la al servidor.\n"
"\n"
-"Els paràmetres de la instal·lació automàtica estan disponibles en les "
-"seccions de l'esquerra"
-
-#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
-msgstr "Felicitats!"
-#: ../../standalone/drakautoinst_.c:235
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
+"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 backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.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 ""
-"El disquet s'ha creat correctament.\n"
-"Ara podeu repetir la vostra instal·lació."
-
-#
-#: ../../standalone/drakautoinst_.c:273
-msgid "Auto Install"
-msgstr "Instal·la automàticament"
-
-#
-#: ../../standalone/drakautoinst_.c:343
-msgid "Add an item"
-msgstr "Afegeix un element"
-
-#
-#: ../../standalone/drakautoinst_.c:350
-msgid "Remove the last item"
-msgstr "Esborra l'últim element"
-
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
-msgstr "El cron encara no és disponible per a usuaris que no siguin root"
-
-#: ../../standalone/drakbackup_.c:690
-msgid "WARNING"
-msgstr "AVÍS"
+"Descripció:\n"
+"\n"
+" El Drakbackup s'usa per fer còpies de seguretat del sistema.\n"
+" Durant la configuració podeu seleccionar: \n"
+"\t- Fitxers de sistema\n"
+"\t- Fitxers d'usuari\n"
+"\t- Altres fitxers\n"
+"\to Tot el Sistema... i Altres (com les Particions de Windows)\n"
+"\n"
+" El Drakbackup us permet fer còpies de seguretat del sistema en:\n"
+"\t- Disc dur\n"
+"\t- NFS\n"
+"\t- CDROM (CDRW), DVDROM (amb arrencada automàtica, rescat i instal·lació "
+"automàtica)\n"
+"\t- FTP\n"
+"\t- Rsync\n"
+"\t- Webdav\n"
+"\t- Cinta\n"
+"\n"
+" El Drakbackup us permet restaurar el sistema a\n"
+" un directori seleccionat d'usuari.\n"
+"\n"
+" Per defecte totes les còpies de seguretat es guarden en\n"
+" el directori /var/lib/drakbackup\n"
+"\n"
+" Fitxer de Configuració:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.conf\n"
+"\n"
+"\n"
+"El pas de restauració:\n"
+" \n"
+" Durant el pas de restauració, el DrakBackup esborrarà \n"
+" els directoris originals i verificarà que cap de \n"
+" les còpies de seguretat no està malmesa. És recomanable que \n"
+" feu una última còpia de seguretat abans de restaurar.\n"
+"\n"
+"\n"
-#: ../../standalone/drakbackup_.c:691
-msgid "FATAL"
-msgstr "FATAL"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+msgstr ""
+" actualitzacions 2002 MandrakeSoft per Stew Benedict <sbenedict"
+"\\@mandrakesoft.com>"
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
-msgstr "INFORMACIÓ"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
+msgstr ""
+" Copyright (C) 2001 MandrakeSoft per DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:704
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-" DrakBackup Report \n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-msgstr ""
+"Otherwise, you are able to select only one of these.\n"
"\n"
-" Informe del DrakBackup \n"
+" - Incremental Backups:\n"
"\n"
-
-#: ../../standalone/drakbackup_.c:705
-msgid ""
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data 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 option all\n"
+"\told backups are deleted before each backup. \n"
"\n"
-" DrakBackup Daemon Report\n"
"\n"
"\n"
msgstr ""
+"descripció de la restauració:\n"
+" \n"
+"Només s'utilitzarà la data més recent, perquè les còpies incrementals\n"
+"necessiten restaurar una a una totes les còpies antigues.\n"
+"\n"
+"Per tant, si no voleu restaurar un usuari deactiveu tots els seus\n"
+"quadres de verificació.\n"
+"\n"
+"D'altra banda, només podeu seleccionar aquesta opció\n"
+"\n"
+" - Còpia de seguretat incremental:\n"
+"\n"
+"\tLa còpia incremental és l'opció més potent a l'hora de fer \n"
+"\tcòpies de seguretat. Aquesta opció us permet fer una còpia \n"
+"\tde seguretat de totes les dades la primera vegada, i \n"
+"\tnomés de les dades canviades després.\n"
+"\tMés tard, sereu capaç, durant el procés de restauració, \n"
+"\tde restaurar les dades d'una data determinada.\n"
+"\tSi no s'activa aquesta opció totes les còpies de \n"
+"\tseguretat antigues s'esborren abans de cada nova còpia. \n"
"\n"
-" Informe del Dimoni DrakBackup\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:709
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-" DrakBackup Report Details\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 the 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 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 data 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ó de les opcions:\n"
"\n"
-" Detalls de l'Informe del DrakBackup\n"
+" - Còpia de seguretat dels fitxers de sistema:\n"
+" \n"
+"\tAquesta opció us permet fer còpies del directori /etc,\n"
+"\tque conté tots els fitxers de configuració. Tingueu\n"
+"\tcura durant el pas de restauració de no sobreescriure:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Còpia de seguretat dels fitxers d'usuari: \n"
+"\n"
+"\tAquesta opció permet seleccionar els usuaris dels quals voleu \n"
+"\tfer còpia de seguretat.\n"
+"\tPer preservar espai de disc, es recomanable que no inclogueu \n"
+"\tla memòria cau del navegador.\n"
+"\n"
+" - Còpia de seguretat d'altres fitxers: \n"
+"\n"
+"\tAquesta opció us permet afegir més dades per desar.\n"
+"\tAmb aquesta opció de còpia encara no és possible activar\n"
+"\tl'opció de còpia incremental.\t\t\n"
+" \n"
+" - Còpia de seguretat incremental:\n"
+"\n"
+"\tLa còpia incremental és l'opció més potent a l'hora de fer \n"
+"\tcòpies de seguretat. Aquesta opció us permet fer una còpia \n"
+"\tde seguretat de totes les dades la primera vegada, i \n"
+"\tnomés de les dades canviades després.\n"
+"\tMés tard, sereu capaç, durant el procés de restauració, \n"
+"\tde restaurar les dades d'una data determinada.\n"
+"\tSi no s'activa aquesta opció totes les còpies de \n"
+"\tseguretat antigues s'esborren abans de cada nova còpia. \n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-msgid "Total progess"
-msgstr "Progrés total"
-
-#: ../../standalone/drakbackup_.c:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
+" 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 ""
-"S'ha trobat %s, voleu suprimir-lo?\n"
-"Avís: Si ja heu seguit aquest procés, probablement us calgui\n"
-"purgar l'entrada del paràmetre 'authorized_keys' en el servidor."
+"\n"
+" Alguns errors durant el procés de sendmail són causats per \n"
+" una configuració dolenta de postfix. Per resoldre-ho hauríeu de\n"
+" definir myhostname o mydomain en /etc/postfix/main.cf\n"
+"\n"
-#: ../../standalone/drakbackup_.c:794
-msgid "This may take a moment to generate the keys."
-msgstr "La generació de les claus pot trigar una estona."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+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ó de les opcions:\n"
+"\n"
+" En aquest pas, el Drakbackup us permet modificar:\n"
+"\n"
+" - El mode de compressió:\n"
+" \n"
+" Si seleccioneu compressió bzip2, comprimireu\n"
+" les dades millor que amb gzip (una millora entre 2-10 %).\n"
+" Aquesta opció no està activada per defecte perquè\n"
+" necessita molt més temps (deu vegades més).\n"
+" \n"
+" - El mode d'actualització:\n"
+"\n"
+" Aquesta opció us permet actualitzar una còpia de seguretat,\n"
+" però no és gaire útil perquè s'han de descomprimir les\n"
+" dades copiades abans de poder-les actualitzar.\n"
+" \n"
+" - El mode .backupignore:\n"
+"\n"
+" Igual que el cvs, el Drakbackup ignorarà totes les referències\n"
+" incloses en els fitxers .backupignore de cada directori.\n"
+" P.ex.: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
-#: ../../standalone/drakbackup_.c:801
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "ERROR: Cannot spawn %s."
-msgstr "S'ha produït un error: no s'ha pogut engendrar %s."
+msgid "Drakbackup"
+msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:818
+#
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
-msgstr "No es demana cap contrasenya a %s en el port %s"
+msgid "Restore"
+msgstr "Restaura"
-#: ../../standalone/drakbackup_.c:819
+#
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Bad password on %s"
-msgstr "Contrasenya incorrecta a %s"
+msgid "Backup Now"
+msgstr "Fes la còpia de seguretat"
-#: ../../standalone/drakbackup_.c:820
+#
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Permission denied transferring %s to %s"
-msgstr "S'ha denegat el permís per transferir %s a %s"
+msgid "Advanced Configuration"
+msgstr "Configuració avançada"
-#: ../../standalone/drakbackup_.c:821
+#
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Can't find %s on %s"
-msgstr "No s'ha trobat %s a %s"
+msgid "Wizard Configuration"
+msgstr "Auxiliar de configuració"
-#: ../../standalone/drakbackup_.c:824
+#
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "%s not responding"
-msgstr "%s no respon"
+msgid "View Backup Configuration."
+msgstr "Visualitza la configuració de la còpia de seguretat"
-#: ../../standalone/drakbackup_.c:828
+#
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"\n"
-"without being prompted for a password."
-msgstr ""
-"La transferència s'ha completat amb èxit\n"
-"Comproveu que podeu entrar al servidor amb:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"\n"
-"sense que se us demani una contrasenya."
-
-#: ../../standalone/drakbackup_.c:873
-msgid "WebDAV remote site already in sync!"
-msgstr "El lloc remot WebDAV ja està sincronitzat!"
-
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr "La transferència WebDAV ha fallat!"
-
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr "No s'ha trobat cap unitat de CDR/DVDR!"
-
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr "Sembla que el suport no és enregistrable!"
-
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr "Aquest suport no es pot esborrar!"
+msgid "Backup Now from configuration file"
+msgstr "Fes la còpia de seguretat des del fitxer de configuració"
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
-msgstr "Esborrar el suport pot trigar una estona."
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Drakbackup Configuration"
+msgstr "Configuració del Drakbackup"
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr "Hi ha hagut un problema de permisos en accedir al CD."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total Progress"
+msgstr "Progrés total"
-#: ../../standalone/drakbackup_.c:1060
+#
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
-msgstr "No s'ha trobat cap cinta a %s"
+msgid "Sending files..."
+msgstr "S'estan enviant els fitxers..."
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
-msgstr "Fes una còpia de seguretat dels fitxers del sistema..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "files sending by FTP"
+msgstr "fitxers que s'estan enviant per FTP"
#
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-msgid "Hard Disk Backup files..."
-msgstr "Còpies de seguretat del disc dur..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup other files"
+msgstr "Còpia de seguretat d'altres fitxers"
#
-#: ../../standalone/drakbackup_.c:1236
-msgid "Backup User files..."
-msgstr "Fes una còpia de seguretat dels fitxers d'usuari..."
-
-#: ../../standalone/drakbackup_.c:1237
-msgid "Hard Disk Backup Progress..."
-msgstr "Progrés de la còpia de seguretat del disc dur..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup user files"
+msgstr "Còpia de seguretat dels fitxers d'usuari"
#
-#: ../../standalone/drakbackup_.c:1290
-msgid "Backup Other files..."
-msgstr "Fes una còpia de seguretat d'altres fitxers..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files"
+msgstr "Còpia de seguretat dels fitxers de sistema"
-#
-#: ../../standalone/drakbackup_.c:1296
-msgid "No changes to backup!"
-msgstr "No s'ha fet cap canvi a la còpia de seguretat"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Under Devel ... please wait."
+msgstr "Sota desenvolupament ... espereu si us plau."
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
+"No configuration file found \n"
+"please click Wizard or Advanced."
msgstr ""
-"\n"
-"Activitats del Drakbackup a través de %s:\n"
-"\n"
+"No s'ha trobat el fitxer de configuració \n"
+"si us plau, feu clic a 'Auxiliar' o a 'Avançat'."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"file list sent by FTP: %s\n"
-" "
-msgstr ""
-"llista de fitxers enviada per FTP: %s\n"
-" "
+msgid "Please select data to backup..."
+msgstr "Seleccioneu les dades de les quals voleu fer la còpia..."
-#: ../../standalone/drakbackup_.c:1322
-msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-" Hi ha hagut un problema en la connexió FTP: No ha estat possible enviar els "
-"fitxers de la còpia de seguretat per FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select media for backup..."
+msgstr "Si us plau seleccioneu el suport per a la còpia..."
-#: ../../standalone/drakbackup_.c:1340
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select data to restore..."
+msgstr "Si us plau, seleccioneu les dades per restaurar..."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "The following packages need to be installed:\n"
+msgstr "Ara s'instal·laran els paquets següents"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
-"\n"
-"Activitats del Drakbackup a través del CD:\n"
-"\n"
+"S'ha produït un error en enviar el fitxer a través d'FTP.\n"
+" Si us plau, corregiu la configuració de l'FTP."
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
-"\n"
-"Activitats del Drakbackup a travès de cinta:\n"
-"\n"
+"S'ha produït un error en enviar el correu.\n"
+" El vostre informe no ha estat enviat.\n"
+" Si us plau configureu el sendmail"
#
-#: ../../standalone/drakbackup_.c:1354
-msgid " Error during mail sending. \n"
-msgstr " S'ha produït un error en enviar el correu electrònic. \n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Next"
+msgstr "Següent"
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
-msgstr "No s'ha pogut crear el catàleg!"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Previous"
+msgstr "Anterior"
#
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-msgid "File Selection"
-msgstr "Selecció de fitxers"
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save"
+msgstr "Desa"
-#: ../../standalone/drakbackup_.c:1529
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Seleccioneu els fitxers i directoris i feu clic a 'Afegeix'"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Build Backup"
+msgstr "Construeix la còpia de seguretat"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Si us plau, marqueu totes les opcions que us calguin.\n"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Progress"
+msgstr "Progrés de la restauració"
-#: ../../standalone/drakbackup_.c:1574
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
-"Aquestes opcions poden fer còpia de seguretat i restaurar tots els fitxers "
-"del directory /etc.\n"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Catalog"
+msgstr "Restaura des de catàleg"
-#: ../../standalone/drakbackup_.c:1575
-msgid "Backup your System files. (/etc directory)"
-msgstr "Fes una còpia de seguretat dels fitxers del sistema (directori /etc)."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Browse to new restore repository."
+msgstr "Navega per trobar un nou dipòsit de restauració"
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
-"Usa la còpia de seguretat incremental (no reemplacis les còpies antigues)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
+msgstr "El CD és a lloc. Continua."
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "No incloguis fitxers crítics (passwd, group, fstab)"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Custom Restore"
+msgstr "Restauració personalitzada"
-#: ../../standalone/drakbackup_.c:1578
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Amb aquesta opció podreu restaurar qualsevol versió\n"
-" del directori /etc."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
+msgstr "Restaura totes les còpies de seguretat"
-#
-#: ../../standalone/drakbackup_.c:1595
-msgid "Please check all users that you want to include in your backup."
-msgstr ""
-"Si us plau, escolliu tots els usuaris que voleu incloure en la còpia de "
-"seguretat."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Failed..."
+msgstr "La restauració ha fallat..."
-#: ../../standalone/drakbackup_.c:1622
-msgid "Do not include the browser cache"
-msgstr "No incloguis la memòria cau del navegador"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Files Restored..."
+msgstr "S'han restaurat els fitxers..."
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr ""
-"Usa les còpies de seguretat incrementals (no reemplacis les còpies antigues)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
+msgstr "El camí o el mòdul són necessaris"
-#
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-msgid "Remove Selected"
-msgstr "Elimina la selecció"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hostname required"
+msgstr "El nom de l'ordinador central (host) és necessari"
-#
-#: ../../standalone/drakbackup_.c:1679
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Username required"
+msgstr "El nom d'usuari és necessari"
-#
-#: ../../standalone/drakbackup_.c:1714
-msgid "Users"
-msgstr "Usuaris"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Password required"
+msgstr "La contrasenya és necessària"
-#: ../../standalone/drakbackup_.c:1740
-msgid "Use network connection to backup"
-msgstr "Empra la connexió de xarxa per fer la còpia de seguretat"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
+msgstr "Camí de l'ordinador central o mòdul"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
-msgstr "Mètode de xarxa:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Name"
+msgstr "Nom de l'ordinador central"
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
-msgstr "Usa Expect en l'SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr "Restaura mitjançant el protocol de xarxa: %s"
-#: ../../standalone/drakbackup_.c:1747
-msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
-msgstr ""
-"Crea/Transfereix\n"
-"la còpia de seguretat de les claus per a SSH"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network"
+msgstr "Restaura a través de la xarxa"
-#: ../../standalone/drakbackup_.c:1748
-msgid ""
-" Transfer \n"
-"Now"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-" Transfereix-ho \n"
-"ara"
+"L'etiqueta de la cinta no és correcta. L'etiqueta d'aquesta cinta és %s."
-#: ../../standalone/drakbackup_.c:1749
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-"Ja hi ha les claus d'un altre programa\n"
-"(diferent del Drakbackup)"
+"Inseriu la cinta amb l'etiqueta de volum %s\n"
+" al dispositiu de cinta %s"
#
-#: ../../standalone/drakbackup_.c:1753
-msgid "Please enter the host name or IP."
-msgstr "Si us plau, introduïu el nom de l'ordinador o la IP."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Tape"
+msgstr "Restaura des de cinta"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr "L'etiqueta del CD no és correcta. L'etiqueta d'aquest disc és %s."
-#: ../../standalone/drakbackup_.c:1758
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-"Si us plau, entreu el directori (o mòdul) d'aquest\n"
-"ordinador central on voleu desar la còpia de seguretat."
-
-#
-#: ../../standalone/drakbackup_.c:1763
-msgid "Please enter your login"
-msgstr "Si us plau, introduïu la vostra identificació (login)"
+"Inseriu el CD amb l'etiqueta de volum %s\n"
+" a la unitat de CD sota el punt de muntatge /mnt/cdrom"
#
-#: ../../standalone/drakbackup_.c:1768
-msgid "Please enter your password"
-msgstr "Si us plau, introduïu la contrasenya"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From CD"
+msgstr "Restaura des de CD"
-#
-#: ../../standalone/drakbackup_.c:1774
-msgid "Remember this password"
-msgstr "Recorda aquesta contrasenya"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files not found at %s."
+msgstr "No s'han trobat els fitxers de còpia de seguretat a %s"
-#: ../../standalone/drakbackup_.c:1785
-msgid "Need hostname, username and password!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Change\n"
+"Restore Path"
msgstr ""
-"Cal introduir el nom de l'ordinador central, el nom d'usuari i la "
-"contrasenya!"
+"Canvia el camí\n"
+"on restaurar"
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
-msgstr "Utilitzar CD/DVDROM per fer la còpia de seguretat"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr ""
+"Restaura els fitxers\n"
+"seleccionats"
-#: ../../standalone/drakbackup_.c:1882
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
+"Restore Selected\n"
+"Catalog Entry"
msgstr ""
-"Seleccioneu el vostre dispositiu de CD/DVD\n"
-"(Premeu Retorn perquè aquestes opcions es propaguin a d'altres camps.\n"
-"Aquest camp no és necessari, només és una eina per omplir el formulari.)"
+"Restaura l'entrada\n"
+"del catàleg seleccionada"
-#
-#: ../../standalone/drakbackup_.c:1887
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "Si us plau, escolliu l'espai disponible en el CD/DVD (en MB)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
+msgstr "Esborra els directoris d'usuari abans de restaurar."
-#
-#: ../../standalone/drakbackup_.c:1893
-msgid "Please check for multisession CD"
-msgstr "Marqueu aquesta opció si voleu un CD multisessió"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+"Fes una nova còpia de seguretat abans de restaurar (només per les còpies "
+"incrementals.)"
-#
-#: ../../standalone/drakbackup_.c:1899
-msgid "Please check if you are using CDRW media"
-msgstr "Marqueu aquesta opció si feu servir un suport CDRW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "select path to restore (instead of /)"
+msgstr "seleccioneu el camí al qual restaurar (en comptes de /)"
-#: ../../standalone/drakbackup_.c:1905
-msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Marqueu aquesta opció si voleu esborrar el suport RW (1a sessió)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Other"
+msgstr "Restaura altres"
-#: ../../standalone/drakbackup_.c:1906
-msgid " Erase Now "
-msgstr " Esborra'l ara"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Users"
+msgstr "Restaura els usuaris"
#
-#: ../../standalone/drakbackup_.c:1912
-msgid "Please check if you are using a DVDR device"
-msgstr "Marqueu aquesta opció si feu servir un dispositiu DVDR"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore system"
+msgstr "Restaura el sistema"
#
-#: ../../standalone/drakbackup_.c:1918
-msgid "Please check if you are using a DVDRAM device"
-msgstr "Marqueu aquesta opció si feu servir un dispositiu DVDRAM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Other Media"
+msgstr "Altres suports"
-#: ../../standalone/drakbackup_.c:1931
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Si us plau, entreu el nom de dispositiu de l'enregistradora de CD\n"
-" ex: 0,1,0"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select another media to restore from"
+msgstr "Seleccioneu un altre suport des del qual restaurar"
-#: ../../standalone/drakbackup_.c:1964
-msgid "No CD device defined!"
-msgstr "No s'ha definit cap dispositiu de CD!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory where backups are stored"
+msgstr "Si us plau, entreu el directori on es guarden les còpies de seguretat"
#
-#: ../../standalone/drakbackup_.c:2012
-msgid "Use tape to backup"
-msgstr "Utilitza una cinta per fer la còpia de seguretat"
-
-#: ../../standalone/drakbackup_.c:2015
-msgid "Please enter the device name to use for backup"
-msgstr ""
-"Si us plau, introduïu el nom del dispositiu a utilitzar per fer la còpia"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore from Hard Disk."
+msgstr "Restaura des del disc dur."
-#: ../../standalone/drakbackup_.c:2021
-msgid "Please check if you want to use the non-rewinding device."
-msgstr "Marqueu aquesta opció si voleu emprar el dispositiu no rebobinable."
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Secure Connection"
+msgstr "Connexió segura"
-#: ../../standalone/drakbackup_.c:2027
-msgid "Please check if you want to erase your tape before the backup."
-msgstr ""
-"Marqueu aquesta opció si voleu esborrar la cinta abans de fer la còpia de "
-"seguretat."
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FTP Connection"
+msgstr "Connexió FTP"
-#: ../../standalone/drakbackup_.c:2033
-msgid "Please check if you want to eject your tape after the backup."
-msgstr "Marqueu aquesta opció si voleu expulsar la cinta en acabar."
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use quota for backup files."
+msgstr "Usa la quota de disc per als fitxers de còpia de seguretat."
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11991,1136 +15501,1003 @@ msgstr ""
" permesa per a Drakbackup"
#
-#: ../../standalone/drakbackup_.c:2103
-msgid "Please enter the directory to save to:"
-msgstr "Introduïu el directori on desar la còpia de seguretat:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save:"
+msgstr "Si us plau, introduïu el directori on voleu desar-ho:"
#
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-msgid "Use quota for backup files."
-msgstr "Usa la quota de disc per als fitxers de còpia de seguretat."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Hard Disk to backup"
+msgstr "Usa el disc dur per fer la còpia de seguretat"
#
-#: ../../standalone/drakbackup_.c:2180
-msgid "Network"
-msgstr "Xarxa"
-
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "please choose the date to restore"
+msgstr "Si us plau, seleccioneu la data a restaurar"
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
-msgstr "Disc Dur / NFS"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup the system files before:"
+msgstr "Fes primer la còpia de seguretat dels fitxers de sistema:"
-#: ../../standalone/drakbackup_.c:2195
-msgid "Tape"
-msgstr "Cinta"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+"Llista d'usuaris per restaurar (només és important la data més recent per "
+"usuari)"
-#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
-msgstr "cada hora"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
+msgstr "'D'acord' per restaurar els altres fitxers."
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr "diària"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Restore Configuration "
+msgstr " Configuració de restauració "
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
-msgstr "setmanal"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr " restaurades amb èxit en %s "
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
-msgstr "mensual"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " All of your selected data have been "
+msgstr " Totes les dades seleccionades han estat "
-#
-#: ../../standalone/drakbackup_.c:2229
-msgid "Use daemon"
-msgstr "Utilitza dimoni"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr "Els fitxers de la còpia de seguretat estan corromputs"
#
-#: ../../standalone/drakbackup_.c:2234
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Si us plau, escolliu l'interval \n"
-"de temps entre cada còpia de seguretat"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please uncheck or remove it on next time."
+msgstr "Si us plau, desseleccioneu-ho o esborreu-ho la pròxima vegada."
-#
-#: ../../standalone/drakbackup_.c:2240
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
+"List of data corrupted:\n"
+"\n"
msgstr ""
-"Si us plau, trieu el\n"
-"suport per a la còpia."
+"Llista de dades corrompudes:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2247
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-"Si us plau assegureu-vos que el dimoni cron està inclòs en els serveis. \n"
+"Llista de dades per restaurar:\n"
"\n"
-"Noteu que ara mateix tots els suports de xarxa també fan servir el disc dur."
-
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
-msgstr "Envia un informe per correu electrònic després de cada còpia a:"
-
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
-msgstr ""
-"Suprimeix els arxius tar del disc dur després de fer una còpia de seguretat "
-"en un altre suport."
-
-#
-#: ../../standalone/drakbackup_.c:2324
-msgid "What"
-msgstr "Què"
-
-#
-#: ../../standalone/drakbackup_.c:2329
-msgid "Where"
-msgstr "On"
-
-#
-#: ../../standalone/drakbackup_.c:2334
-msgid "When"
-msgstr "Quan"
-
-#
-#: ../../standalone/drakbackup_.c:2339
-msgid "More Options"
-msgstr "Més opcions"
-
-#
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-msgid "Drakbackup Configuration"
-msgstr "Configuració del Drakbackup"
-
-#
-#: ../../standalone/drakbackup_.c:2376
-msgid "Please choose where you want to backup"
-msgstr "Si us plau, escolliu on voleu fer la còpia de seguretat"
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
-msgstr "en el disc dur"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr "Cap configuració, si us plau feu clic a 'Auxiliar' o a 'Avançat'.\n"
-#
-#: ../../standalone/drakbackup_.c:2388
-msgid "across Network"
-msgstr "a la xarxa"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by webdav.\n"
+msgstr "\t-Xarxa per webdav.\n"
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
-msgstr "en CDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by rsync.\n"
+msgstr "\t-Xarxa per rsync.\n"
-#: ../../standalone/drakbackup_.c:2406
-msgid "on Tape Device"
-msgstr "en un dispositiu de cinta"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
+msgstr "\t-Xarxa per SSH.\n"
-#
-#: ../../standalone/drakbackup_.c:2449
-msgid "Please choose what you want to backup"
-msgstr "Si us plau, escolliu de què voleu fer la còpia de seguretat"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
+msgstr "\t-Xarxa per FTP.\n"
-#
-#: ../../standalone/drakbackup_.c:2450
-msgid "Backup system"
-msgstr "Còpia de seguretat del sistema"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Tape \n"
+msgstr "\t-Cinta \n"
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
-msgstr "Còpia de seguretat dels usuaris"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
+msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
-msgstr "Seleccioneu l'usuari manualment"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
+msgstr "\t-Disc dur.\n"
-#: ../../standalone/drakbackup_.c:2537
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Backup Sources: \n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
-"Fonts de la còpia: \n"
+"- Dimoni (%s) inclou:\n"
-#: ../../standalone/drakbackup_.c:2538
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Fitxers de sistema:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
+msgstr "\tLes còpies de seguretat utilitzen tar i gzip\n"
-#: ../../standalone/drakbackup_.c:2540
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Fitxers d'usuari:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
+msgstr "\tLes còpies de seguretat utilitzen tar i bzip2\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
+msgstr "\tNo incloguis els fitxers de sistema\n"
-#: ../../standalone/drakbackup_.c:2542
+#
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Other Files:\n"
+"- Options:\n"
msgstr ""
"\n"
-"- Altres fitxers:\n"
+"- Opcions:\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\n"
-"- Save on Hard drive on path: %s\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-"\n"
-"- Desa-ho en el disc dur en el camí: %s\n"
+"\t\t nom d'usuari: %s\n"
+"\t\t en el camí: %s \n"
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Delete hard drive tar files after backup.\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Suprimeix el arxius tar del disc dur en acabar.\n"
+"- Desa-ho a través de %s en l'ordinador central: %s\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t\tErase=%s"
+msgstr "\t\tEsborra=%s"
-#: ../../standalone/drakbackup_.c:2553
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Burn to CD"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- Crema a un CD"
+"- Desa-ho a una cinta en el dispositiu: %s"
-#: ../../standalone/drakbackup_.c:2554
-msgid "RW"
-msgstr "RW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
+msgstr " (multisessió)"
-#: ../../standalone/drakbackup_.c:2555
+#: ../../standalone/drakbackup:1
#, c-format
msgid " on device: %s"
msgstr " en el dispositiu: %s"
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
-msgstr " (multisessió)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "RW"
+msgstr "RW"
-#: ../../standalone/drakbackup_.c:2557
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Burn to CD"
msgstr ""
"\n"
-"- Desa-ho a una cinta en el dispositiu: %s"
-
-#: ../../standalone/drakbackup_.c:2558
-#, c-format
-msgid "\t\tErase=%s"
-msgstr "\t\tEsborra=%s"
+"- Crema a un CD"
-#: ../../standalone/drakbackup_.c:2561
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- Delete hard drive tar files after backup.\n"
msgstr ""
"\n"
-"- Desa-ho a través de %s en l'ordinador central: %s\n"
+"- Suprimeix el arxius tar del disc dur en acabar.\n"
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-"\t\t nom d'usuari: %s\n"
-"\t\t en el camí: %s \n"
+"\n"
+"- Desa-ho en el disc dur en el camí: %s\n"
-#
-#: ../../standalone/drakbackup_.c:2563
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
+"- Other Files:\n"
msgstr ""
"\n"
-"- Opcions:\n"
-
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr "\tNo incloguis els fitxers de sistema\n"
-
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tLes còpies de seguretat utilitzen tar i bzip2\n"
-
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tLes còpies de seguretat utilitzen tar i gzip\n"
+"- Altres fitxers:\n"
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include:\n"
+"- User Files:\n"
msgstr ""
"\n"
-"- Dimoni (%s) inclou:\n"
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
-msgstr "\t-Disc dur.\n"
-
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:2575
-msgid "\t-Tape \n"
-msgstr "\t-Cinta \n"
-
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Xarxa per FTP.\n"
-
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Xarxa per SSH.\n"
-
-#: ../../standalone/drakbackup_.c:2578
-msgid "\t-Network by rsync.\n"
-msgstr "\t-Xarxa per rsync.\n"
-
-#: ../../standalone/drakbackup_.c:2579
-msgid "\t-Network by webdav.\n"
-msgstr "\t-Xarxa per webdav.\n"
-
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Cap configuració, si us plau feu clic a 'Auxiliar' o a 'Avançat'.\n"
+"- Fitxers d'usuari:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data to restore:\n"
"\n"
+"- System Files:\n"
msgstr ""
-"Llista de dades per restaurar:\n"
"\n"
+"- Fitxers de sistema:\n"
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data corrupted:\n"
"\n"
+"Backup Sources: \n"
msgstr ""
-"Llista de dades corrompudes:\n"
"\n"
+"Fonts de la còpia: \n"
-#
-#: ../../standalone/drakbackup_.c:2756
-msgid "Please uncheck or remove it on next time."
-msgstr "Si us plau, desseleccioneu-ho o esborreu-ho la pròxima vegada."
-
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
-msgstr "Els fitxers de la còpia de seguretat estan corromputs"
-
-#: ../../standalone/drakbackup_.c:2787
-msgid " All of your selected data have been "
-msgstr " Totes les dades seleccionades han estat "
-
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " restaurades amb èxit en %s "
-
-#
-#: ../../standalone/drakbackup_.c:2906
-msgid " Restore Configuration "
-msgstr " Configuració de restauració "
-
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
-msgstr "'D'acord' per restaurar els altres fitxers."
+msgid "Select user manually"
+msgstr "Seleccioneu l'usuari manualment"
-#: ../../standalone/drakbackup_.c:2941
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Llista d'usuaris per restaurar (només és important la data més recent per "
-"usuari)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
+msgstr "Còpia de seguretat dels usuaris"
#
-#: ../../standalone/drakbackup_.c:3019
-msgid "Backup the system files before:"
-msgstr "Fes primer la còpia de seguretat dels fitxers de sistema:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system"
+msgstr "Còpia de seguretat del sistema"
#
-#: ../../standalone/drakbackup_.c:3021
-msgid "please choose the date to restore"
-msgstr "Si us plau, seleccioneu la data a restaurar"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose what you want to backup"
+msgstr "Si us plau, escolliu de què voleu fer la còpia de seguretat"
-#
-#: ../../standalone/drakbackup_.c:3057
-msgid "Use Hard Disk to backup"
-msgstr "Usa el disc dur per fer la còpia de seguretat"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Tape Device"
+msgstr "en un dispositiu de cinta"
-#
-#: ../../standalone/drakbackup_.c:3060
-msgid "Please enter the directory to save:"
-msgstr "Si us plau, introduïu el directori on voleu desar-ho:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
+msgstr "en CDROM"
#
-#: ../../standalone/drakbackup_.c:3103
-msgid "FTP Connection"
-msgstr "Connexió FTP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "across Network"
+msgstr "a la xarxa"
-#
-#: ../../standalone/drakbackup_.c:3110
-msgid "Secure Connection"
-msgstr "Connexió segura"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
+msgstr "en el disc dur"
#
-#: ../../standalone/drakbackup_.c:3134
-msgid "Restore from Hard Disk."
-msgstr "Restaura des del disc dur."
-
-#: ../../standalone/drakbackup_.c:3136
-msgid "Please enter the directory where backups are stored"
-msgstr "Si us plau, entreu el directori on es guarden les còpies de seguretat"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose where you want to backup"
+msgstr "Si us plau, escolliu on voleu fer la còpia de seguretat"
#
-#: ../../standalone/drakbackup_.c:3204
-msgid "Select another media to restore from"
-msgstr "Seleccioneu un altre suport des del qual restaurar"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "More Options"
+msgstr "Més opcions"
#
-#: ../../standalone/drakbackup_.c:3206
-msgid "Other Media"
-msgstr "Altres suports"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "When"
+msgstr "Quan"
#
-#: ../../standalone/drakbackup_.c:3211
-msgid "Restore system"
-msgstr "Restaura el sistema"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Where"
+msgstr "On"
#
-#: ../../standalone/drakbackup_.c:3212
-msgid "Restore Users"
-msgstr "Restaura els usuaris"
-
-#: ../../standalone/drakbackup_.c:3213
-msgid "Restore Other"
-msgstr "Restaura altres"
-
-#: ../../standalone/drakbackup_.c:3215
-msgid "select path to restore (instead of /)"
-msgstr "seleccioneu el camí al qual restaurar (en comptes de /)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "What"
+msgstr "Què"
-#: ../../standalone/drakbackup_.c:3219
-msgid "Do new backup before restore (only for incremental backups.)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-"Fes una nova còpia de seguretat abans de restaurar (només per les còpies "
-"incrementals.)"
+"Suprimeix els arxius tar del disc dur després de fer una còpia de seguretat "
+"en un altre suport."
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
-msgstr "Esborra els directoris d'usuari abans de restaurar."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
+msgstr "Envia un informe per correu electrònic després de cada còpia a:"
-#: ../../standalone/drakbackup_.c:3334
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Restore Selected\n"
-"Catalog Entry"
+"Please be sure that the cron daemon is included in your services. \n"
+"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-"Restaura l'entrada\n"
-"del catàleg seleccionada"
+"Si us plau assegureu-vos que el dimoni cron està inclòs en els serveis. \n"
+"\n"
+"Noteu que ara mateix tots els suports de xarxa també fan servir el disc dur."
#
-#: ../../standalone/drakbackup_.c:3344
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Restore Selected\n"
-"Files"
+"Please choose the\n"
+"media for backup."
msgstr ""
-"Restaura els fitxers\n"
-"seleccionats"
+"Si us plau, trieu el\n"
+"suport per a la còpia."
-#: ../../standalone/drakbackup_.c:3361
+#
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Change\n"
-"Restore Path"
+"Please choose the time \n"
+"interval between each backup"
msgstr ""
-"Canvia el camí\n"
-"on restaurar"
+"Si us plau, escolliu l'interval \n"
+"de temps entre cada còpia de seguretat"
-#: ../../standalone/drakbackup_.c:3427
+#
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Backup files not found at %s."
-msgstr "No s'han trobat els fitxers de còpia de seguretat a %s"
+msgid "Use daemon"
+msgstr "Utilitza dimoni"
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
-msgstr ""
-"Inseriu el CD amb l'etiqueta de volum %s\n"
-" a la unitat de CD sota el punt de muntatge /mnt/cdrom"
+msgid "monthly"
+msgstr "mensual"
-#
-#: ../../standalone/drakbackup_.c:3440
-msgid "Restore From CD"
-msgstr "Restaura des de CD"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "weekly"
+msgstr "setmanal"
-#: ../../standalone/drakbackup_.c:3442
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
-msgstr "L'etiqueta del CD no és correcta. L'etiqueta d'aquest disc és %s."
+msgid "daily"
+msgstr "diària"
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
-msgstr ""
-"Inseriu la cinta amb l'etiqueta de volum %s\n"
-" al dispositiu de cinta %s"
+msgid "hourly"
+msgstr "cada hora"
-#
-#: ../../standalone/drakbackup_.c:3452
-msgid "Restore From Tape"
-msgstr "Restaura des de cinta"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "HardDrive / NFS"
+msgstr "Disc Dur / NFS"
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
-msgstr ""
-"L'etiqueta de la cinta no és correcta. L'etiqueta d'aquesta cinta és %s."
+msgid "CDROM / DVDROM"
+msgstr "CDROM / DVDROM"
#
-#: ../../standalone/drakbackup_.c:3474
-msgid "Restore Via Network"
-msgstr "Restaura a través de la xarxa"
-
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
-msgstr "Restaura mitjançant el protocol de xarxa: %s"
-
-#: ../../standalone/drakbackup_.c:3475
-msgid "Host Name"
-msgstr "Nom de l'ordinador central"
+msgid "Please enter the directory to save to:"
+msgstr "Introduïu el directori on desar la còpia de seguretat:"
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
-msgstr "Camí de l'ordinador central o mòdul"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to eject your tape after the backup."
+msgstr "Marqueu aquesta opció si voleu expulsar la cinta en acabar."
-#: ../../standalone/drakbackup_.c:3483
-msgid "Password required"
-msgstr "La contrasenya és necessària"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr ""
+"Marqueu aquesta opció si voleu esborrar la cinta abans de fer la còpia de "
+"seguretat."
-#: ../../standalone/drakbackup_.c:3489
-msgid "Username required"
-msgstr "El nom d'usuari és necessari"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr "Marqueu aquesta opció si voleu emprar el dispositiu no rebobinable."
-#: ../../standalone/drakbackup_.c:3492
-msgid "Hostname required"
-msgstr "El nom de l'ordinador central (host) és necessari"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the device name to use for backup"
+msgstr ""
+"Si us plau, introduïu el nom del dispositiu a utilitzar per fer la còpia"
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
-msgstr "El camí o el mòdul són necessaris"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use tape to backup"
+msgstr "Utilitza una cinta per fer la còpia de seguretat"
-#: ../../standalone/drakbackup_.c:3510
-msgid "Files Restored..."
-msgstr "S'han restaurat els fitxers..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CD device defined!"
+msgstr "No s'ha definit cap dispositiu de CD!"
-#: ../../standalone/drakbackup_.c:3513
-msgid "Restore Failed..."
-msgstr "La restauració ha fallat..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+"Si us plau, entreu el nom de dispositiu de l'enregistradora de CD\n"
+" ex: 0,1,0"
-#: ../../standalone/drakbackup_.c:3751
-msgid "Restore all backups"
-msgstr "Restaura totes les còpies de seguretat"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "Marqueu aquesta opció si feu servir un dispositiu DVDRAM"
#
-#: ../../standalone/drakbackup_.c:3760
-msgid "Custom Restore"
-msgstr "Restauració personalitzada"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "Marqueu aquesta opció si feu servir un dispositiu DVDR"
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
-msgstr "El CD és a lloc. Continua."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Erase Now "
+msgstr " Esborra'l ara"
-#: ../../standalone/drakbackup_.c:3810
-msgid "Browse to new restore repository."
-msgstr "Navega per trobar un nou dipòsit de restauració"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr "Marqueu aquesta opció si voleu esborrar el suport RW (1a sessió)"
#
-#: ../../standalone/drakbackup_.c:3813
-msgid "Restore From Catalog"
-msgstr "Restaura des de catàleg"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "Marqueu aquesta opció si feu servir un suport CDRW"
#
-#: ../../standalone/drakbackup_.c:3841
-msgid "Restore Progress"
-msgstr "Progrés de la restauració"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check for multisession CD"
+msgstr "Marqueu aquesta opció si voleu un CD multisessió"
#
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-msgid "Previous"
-msgstr "Anterior"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Si us plau, escolliu l'espai disponible en el CD/DVD (en MB)"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
+msgstr ""
+"Seleccioneu el vostre dispositiu de CD/DVD\n"
+"(Premeu Retorn perquè aquestes opcions es propaguin a d'altres camps.\n"
+"Aquest camp no és necessari, només és una eina per omplir el formulari.)"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use CD/DVDROM to backup"
+msgstr "Utilitzar CD/DVDROM per fer la còpia de seguretat"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Need hostname, username and password!"
+msgstr ""
+"Cal introduir el nom de l'ordinador central, el nom d'usuari i la "
+"contrasenya!"
#
-#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-msgid "Save"
-msgstr "Desa"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remember this password"
+msgstr "Recorda aquesta contrasenya"
#
-#: ../../standalone/drakbackup_.c:3946
-msgid "Build Backup"
-msgstr "Construeix la còpia de seguretat"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your password"
+msgstr "Si us plau, introduïu la contrasenya"
#
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-msgid "Restore"
-msgstr "Restaura"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your login"
+msgstr "Si us plau, introduïu la vostra identificació (login)"
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
-"S'ha produït un error en enviar el correu.\n"
-" El vostre informe no ha estat enviat.\n"
-" Si us plau configureu el sendmail"
+"Si us plau, entreu el directori (o mòdul) d'aquest\n"
+"ordinador central on voleu desar la còpia de seguretat."
-#: ../../standalone/drakbackup_.c:4195
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the host name or IP."
+msgstr "Si us plau, introduïu el nom de l'ordinador o la IP."
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-"S'ha produït un error en enviar el fitxer a través d'FTP.\n"
-" Si us plau, corregiu la configuració de l'FTP."
+"Ja hi ha les claus d'un altre programa\n"
+"(diferent del Drakbackup)"
-#: ../../standalone/drakbackup_.c:4209
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
+" Transfer \n"
+"Now"
msgstr ""
-"Cal instal·lar els paquets següents:\n"
-" @list_of_rpm_to_install"
-
-#: ../../standalone/drakbackup_.c:4232
-msgid "Please select data to restore..."
-msgstr "Si us plau, seleccioneu les dades per restaurar..."
-
-#: ../../standalone/drakbackup_.c:4267
-msgid "Please select media for backup..."
-msgstr "Si us plau seleccioneu el suport per a la còpia..."
-
-#: ../../standalone/drakbackup_.c:4275
-msgid "Please select data to backup..."
-msgstr "Seleccioneu les dades de les quals voleu fer la còpia..."
+" Transfereix-ho \n"
+"ara"
-#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-"No s'ha trobat el fitxer de configuració \n"
-"si us plau, feu clic a 'Auxiliar' o a 'Avançat'."
+"Crea/Transfereix\n"
+"la còpia de seguretat de les claus per a SSH"
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
-msgstr "Sota desenvolupament ... espereu si us plau."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Expect for SSH"
+msgstr "Usa Expect en l'SSH"
-#
-#: ../../standalone/drakbackup_.c:4382
-msgid "Backup system files"
-msgstr "Còpia de seguretat dels fitxers de sistema"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Net Method:"
+msgstr "Mètode de xarxa:"
-#
-#: ../../standalone/drakbackup_.c:4384
-msgid "Backup user files"
-msgstr "Còpia de seguretat dels fitxers d'usuari"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use network connection to backup"
+msgstr "Empra la connexió de xarxa per fer la còpia de seguretat"
#
-#: ../../standalone/drakbackup_.c:4386
-msgid "Backup other files"
-msgstr "Còpia de seguretat d'altres fitxers"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Users"
+msgstr "Usuaris"
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
-msgstr "Progrés total"
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Windows (FAT32)"
+msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
-msgstr "fitxers que s'estan enviant per FTP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr ""
+"Usa les còpies de seguretat incrementals (no reemplacis les còpies antigues)"
#
-#: ../../standalone/drakbackup_.c:4416
-msgid "Sending files..."
-msgstr "S'estan enviant els fitxers..."
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Remove Selected"
+msgstr "Elimina la selecció"
-#
-#: ../../standalone/drakbackup_.c:4500
-msgid "Backup Now from configuration file"
-msgstr "Fes la còpia de seguretat des del fitxer de configuració"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
+msgstr "No incloguis la memòria cau del navegador"
#
-#: ../../standalone/drakbackup_.c:4505
-msgid "View Backup Configuration."
-msgstr "Visualitza la configuració de la còpia de seguretat"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check all users that you want to include in your backup."
+msgstr ""
+"Si us plau, escolliu tots els usuaris que voleu incloure en la còpia de "
+"seguretat."
-#
-#: ../../standalone/drakbackup_.c:4526
-msgid "Wizard Configuration"
-msgstr "Auxiliar de configuració"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+"Amb aquesta opció podreu restaurar qualsevol versió\n"
+" del directori /etc."
-#
-#: ../../standalone/drakbackup_.c:4531
-msgid "Advanced Configuration"
-msgstr "Configuració avançada"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr "No incloguis fitxers crítics (passwd, group, fstab)"
-#
-#: ../../standalone/drakbackup_.c:4536
-msgid "Backup Now"
-msgstr "Fes la còpia de seguretat"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
+"Usa la còpia de seguretat incremental (no reemplacis les còpies antigues)"
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
-msgstr "Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "Fes una còpia de seguretat dels fitxers del sistema (directori /etc)."
-#: ../../standalone/drakbackup_.c:4624
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-"descripció de les opcions:\n"
-"\n"
-" En aquest pas, el Drakbackup us permet modificar:\n"
-"\n"
-" - El mode de compressió:\n"
-" \n"
-" Si seleccioneu compressió bzip2, comprimireu\n"
-" les dades millor que amb gzip (una millora entre 2-10 %).\n"
-" Aquesta opció no està activada per defecte perquè\n"
-" necessita molt més temps (deu vegades més).\n"
-" \n"
-" - El mode d'actualització:\n"
-"\n"
-" Aquesta opció us permet actualitzar una còpia de seguretat,\n"
-" però no és gaire útil perquè s'han de descomprimir les\n"
-" dades copiades abans de poder-les actualitzar.\n"
-" \n"
-" - El mode .backupignore:\n"
-"\n"
-" Igual que el cvs, el Drakbackup ignorarà totes les referències\n"
-" incloses en els fitxers .backupignore de cada directori.\n"
-" P.ex.: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
-"\n"
+"Aquestes opcions poden fer còpia de seguretat i restaurar tots els fitxers "
+"del directory /etc.\n"
-#: ../../standalone/drakbackup_.c:4654
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"Please check all options that you need.\n"
msgstr ""
"\n"
-" Alguns errors durant el procés de sendmail són causats per \n"
-" una configuració dolenta de postfix. Per resoldre-ho hauríeu de\n"
-" definir myhostname o mydomain en /etc/postfix/main.cf\n"
-"\n"
+"Si us plau, marqueu totes les opcions que us calguin.\n"
-#: ../../standalone/drakbackup_.c:4662
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select the files or directories and click on 'Add'"
+msgstr "Seleccioneu els fitxers i directoris i feu clic a 'Afegeix'"
+
+#
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "File Selection"
+msgstr "Selecció de fitxers"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr "No s'ha pogut crear el catàleg!"
+
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Error while sending mail. \n"
+msgstr " S'ha produït un error en enviar el correu electrònic. \n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
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 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"
+"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-"descripció de les opcions:\n"
-"\n"
-" - Còpia de seguretat dels fitxers de sistema:\n"
-" \n"
-"\tAquesta opció us permet fer còpies del directori /etc,\n"
-"\tque conté tots els fitxers de configuració. Tingueu\n"
-"\tcura durant el pas de restauració de no sobreescriure:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Còpia de seguretat dels fitxers d'usuari: \n"
-"\n"
-"\tAquesta opció permet seleccionar els usuaris dels quals voleu \n"
-"\tfer còpia de seguretat.\n"
-"\tPer preservar espai de disc, es recomanable que no inclogueu \n"
-"\tla memòria cau del navegador.\n"
-"\n"
-" - Còpia de seguretat d'altres fitxers: \n"
-"\n"
-"\tAquesta opció us permet afegir més dades per desar.\n"
-"\tAmb aquesta opció de còpia encara no és possible activar\n"
-"\tl'opció de còpia incremental.\t\t\n"
-" \n"
-" - Còpia de seguretat incremental:\n"
-"\n"
-"\tLa còpia incremental és l'opció més potent a l'hora de fer \n"
-"\tcòpies de seguretat. Aquesta opció us permet fer una còpia \n"
-"\tde seguretat de totes les dades la primera vegada, i \n"
-"\tnomés de les dades canviades després.\n"
-"\tMés tard, sereu capaç, durant el procés de restauració, \n"
-"\tde restaurar les dades d'una data determinada.\n"
-"\tSi no s'activa aquesta opció totes les còpies de \n"
-"\tseguretat antigues s'esborren abans de cada nova còpia. \n"
"\n"
+"Activitats del Drakbackup a travès de cinta:\n"
"\n"
-#: ../../standalone/drakbackup_.c:4701
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
-"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data 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 option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
"\n"
+"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-"descripció de la restauració:\n"
-" \n"
-"Només s'utilitzarà la data més recent, perquè les còpies incrementals\n"
-"necessiten restaurar una a una totes les còpies antigues.\n"
-"\n"
-"Per tant, si no voleu restaurar un usuari deactiveu tots els seus\n"
-"quadres de verificació.\n"
"\n"
-"D'altra banda, només podeu seleccionar aquesta opció\n"
+"Activitats del Drakbackup a través del CD:\n"
"\n"
-" - Còpia de seguretat incremental:\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\n"
-"\tLa còpia incremental és l'opció més potent a l'hora de fer \n"
-"\tcòpies de seguretat. Aquesta opció us permet fer una còpia \n"
-"\tde seguretat de totes les dades la primera vegada, i \n"
-"\tnomés de les dades canviades després.\n"
-"\tMés tard, sereu capaç, durant el procés de restauració, \n"
-"\tde restaurar les dades d'una data determinada.\n"
-"\tSi no s'activa aquesta opció totes les còpies de \n"
-"\tseguretat antigues s'esborren abans de cada nova còpia. \n"
+"Drakbackup activities via %s:\n"
"\n"
+msgstr ""
"\n"
+"Activitats del Drakbackup a través de %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:4727
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
msgstr ""
-" Copyright (C) 2001 MandrakeSoft per DUPONT Sebastien <dupont_s\\@epita.fr>"
+"\n"
+" Hi ha hagut un problema en la connexió FTP: No ha estat possible enviar els "
+"fitxers de la còpia de seguretat per FTP.\n"
-#: ../../standalone/drakbackup_.c:4729
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-" actualitzacions 2002 MandrakeSoft per Stew Benedict <sbenedict"
-"\\@mandrakesoft.com>"
+"llista de fitxers enviada per FTP: %s\n"
+" "
-#: ../../standalone/drakbackup_.c:4732
-#, fuzzy
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No changes to backup!"
+msgstr "No s'ha fet cap canvi a la còpia de seguretat"
+
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup files..."
+msgstr "Còpies de seguretat del disc dur..."
+
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Other files..."
+msgstr "Fes una còpia de seguretat d'altres fitxers..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
+msgstr "Progrés de la còpia de seguretat del disc dur..."
+
+#
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup User files..."
+msgstr "Fes una còpia de seguretat dels fitxers d'usuari..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
+msgstr "Fes una còpia de seguretat dels fitxers del sistema..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr "No s'ha trobat cap cinta a %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr "Hi ha hagut un problema de permisos en accedir al CD."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr "Esborrar el suport pot trigar una estona."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr "Aquest suport no es pot esborrar!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr "Sembla que el suport no és enregistrable!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr "No s'ha trobat cap unitat de CDR/DVDR!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
+msgstr "La transferència WebDAV ha fallat!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
+msgstr "El lloc remot WebDAV ja està sincronitzat!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total progess"
+msgstr "Progrés total"
+
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\n"
+"ssh -i %s %s\\@%s\n"
"\n"
+"without being prompted for a password."
msgstr ""
-"Descripció:\n"
+"La transferència s'ha completat amb èxit\n"
+"Comproveu que podeu entrar al servidor amb:\n"
"\n"
-" El Drakbackup s'usa per fer còpies de seguretat del sistema.\n"
-" Durant la configuració podeu seleccionar: \n"
-"\t- Fitxers de sistema\n"
-"\t- Fitxers d'usuari\n"
-"\t- Altres fitxers\n"
-"\to Tot el Sistema... i Altres (com les Particions de Windows)\n"
+"ssh -i %s %s\\@%s\n"
"\n"
-" El Drakbackup us permet fer còpies de seguretat del sistema en:\n"
-"\t- Disc dur\n"
-"\t- NFS\n"
-"\t- CDROM (CDRW), DVDROM (amb arrencada automàtica, rescat i instal·lació "
-"automàtica)\n"
-"\t- FTP\n"
-"\t- Rsync\n"
-"\t- Webdav\n"
-"\t- Cinta\n"
+"sense que se us demani una contrasenya."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "%s not responding"
+msgstr "%s no respon"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't find %s on %s"
+msgstr "No s'ha trobat %s a %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr "S'ha denegat el permís per transferir %s a %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Bad password on %s"
+msgstr "Contrasenya incorrecta a %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr "No es demana cap contrasenya a %s en el port %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
+msgstr "S'ha produït un error: no s'ha pogut engendrar %s."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
+msgstr "La generació de les claus pot trigar una estona."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"%s exists, delete?\n"
"\n"
-" El Drakbackup us permet restaurar el sistema a\n"
-" un directori seleccionat d'usuari.\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
+msgstr ""
+"S'ha trobat %s, voleu suprimir-lo?\n"
+"Avís: Si ja heu seguit aquest procés, probablement us calgui\n"
+"purgar l'entrada del paràmetre 'authorized_keys' en el servidor."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\n"
-" Per defecte totes les còpies de seguretat es guarden en\n"
-" el directori /var/lib/drakbackup\n"
+" DrakBackup Report Details\n"
"\n"
-" Fitxer de Configuració:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
+msgstr ""
"\n"
-"El pas de restauració:\n"
-" \n"
-" Durant el pas de restauració, el DrakBackup esborrarà \n"
-" els directoris originals i verificarà que cap de \n"
-" les còpies de seguretat no està malmesa. És recomanable que \n"
-" feu una última còpia de seguretat abans de restaurar.\n"
+" Detalls de l'Informe del DrakBackup\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Daemon Report\n"
+"\n"
"\n"
msgstr ""
-"descripció de les opcions:\n"
"\n"
-"Si us plau, aneu amb compte quan feu còpies de seguretat amb FTP, \n"
-"perquè només s'envien al servidor les còpies creades correctament.\n"
-"Per tant, ara necessiteu construir la còpia de seguretat en el vostre disc \n"
-"dur abans d'enviar-la al servidor.\n"
+" Informe del Dimoni DrakBackup\n"
+"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4778
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Restore Backup Problems:\n"
+" DrakBackup Report \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"
-"Problemes durant la restauració de còpies de seguretat:\n"
+" Informe del DrakBackup \n"
"\n"
-"Durant el pas de restauració, el Drakbackup verificarà tots\n"
-"els fitxers de les còpies de seguretat abans de restaurar-los.\n"
-"Abans de la restauració, el Drakbackup esborrarà \n"
-"els directoris originals, i perdreu totes les vostres \n"
-"dades. És important de tenir cura i no modificar a mà els \n"
-"fitxers de còpia de seguretat.\n"
-#: ../../standalone/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Ha fallat la instal·lació de %s. S'ha produït l'error següent:"
+msgid "INFO"
+msgstr "INFORMACIÓ"
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
-msgstr "Eina per a la comunicació d'errors de programació (bugs) de Mandrake"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FATAL"
+msgstr "FATAL"
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
-msgstr "Auxiliar per a la primera vegada"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
+msgstr "AVÍS"
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
-msgstr "Eina de sincronització"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
+msgstr "El cron encara no és disponible per a usuaris que no siguin root"
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-msgid "Standalone Tools"
-msgstr "Eines autònomes"
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Ha fallat la instal·lació de %s. S'ha produït l'error següent:"
-#: ../../standalone/drakbug_.c:53
-msgid "HardDrake"
-msgstr "HardDrake"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "No browser available! Please install one"
+msgstr "No hi ha cap navegador disponible! Si us plau, instal·leu-ne un"
-#: ../../standalone/drakbug_.c:54
-msgid "Mandrake Online"
-msgstr "Mandrake Online"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
+msgstr "s'està connectant amb l'auxiliar de Bugzilla..."
#
-#: ../../standalone/drakbug_.c:55
-msgid "Menudrake"
-msgstr "Menudrake"
-
-#: ../../standalone/drakbug_.c:56
-msgid "Msec"
-msgstr "Msec"
-
-#: ../../standalone/drakbug_.c:57
-msgid "Remote Control"
-msgstr "Control Remot"
-
-#: ../../standalone/drakbug_.c:58
-msgid "Software Manager"
-msgstr "Gestor de programari"
-
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
-msgstr "Urpmi"
-
-#: ../../standalone/drakbug_.c:60
-msgid "Windows Migration tool"
-msgstr "Eina de migració des de Windows"
-
-#: ../../standalone/drakbug_.c:61
-msgid "Userdrake"
-msgstr "Userdrake"
-
-#: ../../standalone/drakbug_.c:62
-msgid "Configuration Wizards"
-msgstr "Auxiliars de configuració"
-
-#: ../../standalone/drakbug_.c:75
-msgid "Application:"
-msgstr "Aplicació:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package not installed"
+msgstr "No instal·lat"
#
-#: ../../standalone/drakbug_.c:76
-msgid "Package: "
-msgstr "Paquet: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Not installed"
+msgstr "No instal·lat"
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
-msgstr "Nucli: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Standalone Tools"
+msgstr "Eines autònomes"
-#: ../../standalone/drakbug_.c:78
-msgid "Release: "
-msgstr "Llançament: "
+#
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Report"
+msgstr "Informa"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -13140,146 +16517,224 @@ msgstr ""
"s'enviarà al servidor.\n"
"\n"
-#
-#: ../../standalone/drakbug_.c:112
-msgid "Report"
-msgstr "Informa"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Release: "
+msgstr "Llançament: "
-#
-#: ../../standalone/drakbug_.c:148
-msgid "Not installed"
-msgstr "No instal·lat"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Kernel:"
+msgstr "Nucli: "
#
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "No instal·lat"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Package: "
+msgstr "Paquet: "
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
-msgstr "s'està connectant amb l'auxiliar de Bugzilla..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Application:"
+msgstr "Aplicació:"
-#: ../../standalone/drakbug_.c:180
-msgid "No browser available! Please install one"
-msgstr "No hi ha cap navegador disponible! Si us plau, instal·leu-ne un"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Configuration Wizards"
+msgstr "Auxiliars de configuració"
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Configuració de xarxa (%d adaptadors)"
+msgid "Userdrake"
+msgstr "Userdrake"
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-msgid "Profile: "
-msgstr "Perfil: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Windows Migration tool"
+msgstr "Eina de migració des de Windows"
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr "Suprimeix el perfil..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
+msgstr "Urpmi"
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
-msgstr "Perfil a suprimir:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Software Manager"
+msgstr "Gestor de programari"
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
-msgstr "Perfil nou..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Remote Control"
+msgstr "Control Remot"
-#: ../../standalone/drakconnect_.c:131
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Nom del perfil a crear (el nou perfil es crea com una còpia de l'actual):"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Msec"
+msgstr "Msec"
-#: ../../standalone/drakconnect_.c:157
-msgid "Hostname: "
-msgstr "Nom de l'ordinador central: "
+#
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Menudrake"
+msgstr "Menudrake"
-#: ../../standalone/drakconnect_.c:164
-msgid "Internet access"
-msgstr "Accés a Internet"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Online"
+msgstr "Mandrake Online"
-#: ../../standalone/drakconnect_.c:177
-msgid "Type:"
-msgstr "Tipus:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "HardDrake"
+msgstr "HardDrake"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "Passarel·la:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
+msgstr "Eina de sincronització"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Interface:"
-msgstr "Intefície:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "First Time Wizard"
+msgstr "Auxiliar per a la primera vegada"
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
-msgstr "Estat:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
+msgstr "Eina per a la comunicació d'errors de programació (bugs) de Mandrake"
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
-msgstr "Espereu si us plau"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr "Client DHCP"
-#: ../../standalone/drakconnect_.c:216
-msgid "Configure Internet Access..."
-msgstr "Configura l'accés a Internet..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
+msgstr "Targeta Ethernet"
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-msgid "LAN configuration"
-msgstr "Configuració de la LAN"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "Passarel·la"
-#: ../../standalone/drakconnect_.c:228
-msgid "Driver"
-msgstr "Controlador"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
+msgstr "Paràmetres"
-#: ../../standalone/drakconnect_.c:228
-msgid "Interface"
-msgstr "Interfície"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection type: "
+msgstr "Tipus de connexió: "
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
-msgstr "Protocol"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile: "
+msgstr "Perfil: "
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet Connection Configuration"
+msgstr "Configuració de la connexió a Internet"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet connection configuration"
+msgstr "Configuració de la connexió a Internet"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"You don't have an Internet connection.\n"
+"Create one first by clicking on 'Configure'"
+msgstr ""
+"No teniu cap connexió a Internet.\n"
+"Creeu-ne una fent clic a 'Configura'"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+"Aquesta interfície encara no s'ha configurat.\n"
+"Executeu l'auxiliar de configuració en la finestra principal"
#
-#: ../../standalone/drakconnect_.c:228
-msgid "State"
-msgstr "Estat"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "activate now"
+msgstr "Activa'l ara"
-#: ../../standalone/drakconnect_.c:240
-msgid "Configure Local Area Network..."
-msgstr "Configura la xarxa d'àrea local..."
+#
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "deactivate now"
+msgstr "Desactiva'l ara"
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
-msgstr "Feu clic aquí per executar l'auxiliar ->"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP client"
+msgstr "Client DHCP"
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "Auxiliar..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Started on boot"
+msgstr "Iniciat en l'arrencada"
-#: ../../standalone/drakconnect_.c:279
-msgid "Apply"
-msgstr "Aplica"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
+msgstr "Protocol d'arrencada"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Connected"
-msgstr "Connectat"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
+msgstr "Adaptador %s: %s"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Not connected"
-msgstr "Sense connexió"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN Configuration"
+msgstr "Configuració de la LAN"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN configuration"
+msgstr "Configuració de la LAN"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
+msgstr ""
+"No teniu cap interfície configurada.\n"
+"Configureu-la primer fent clic a 'Configura'"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Connect..."
msgstr "Connecta..."
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Disconnect..."
msgstr "Desconnecta..."
-#: ../../standalone/drakconnect_.c:400
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Not connected"
+msgstr "Sense connexió"
+
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connected"
+msgstr "Connectat"
+
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
@@ -13287,301 +16742,334 @@ msgstr ""
"Avís: s'ha detectat una altra connexió a Internet, podria estar utilitzant "
"la vostra xarxa"
-#: ../../standalone/drakconnect_.c:427
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"No teniu cap interfície configurada.\n"
-"Configureu-la primer fent clic a 'Configura'"
-
-#: ../../standalone/drakconnect_.c:449
-msgid "LAN Configuration"
-msgstr "Configuració de la LAN"
-
-#: ../../standalone/drakconnect_.c:460
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adaptador %s: %s"
+msgid "Interface:"
+msgstr "Intefície:"
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
-msgstr "Protocol d'arrencada"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "Passarel·la:"
-#: ../../standalone/drakconnect_.c:467
-msgid "Started on boot"
-msgstr "Iniciat en l'arrencada"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Apply"
+msgstr "Aplica"
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
-msgstr "Client DHCP"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
+msgstr "Feu clic aquí per executar l'auxiliar ->"
-#
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "activate now"
-msgstr "Activa'l ara"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "Auxiliar..."
-#
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "deactivate now"
-msgstr "Desactiva'l ara"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr "Estat:"
-#: ../../standalone/drakconnect_.c:499
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Aquesta interfície encara no s'ha configurat.\n"
-"Executeu l'auxiliar de configuració en la finestra principal"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Type:"
+msgstr "Tipus:"
-#: ../../standalone/drakconnect_.c:556
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
-"No teniu cap connexió a Internet.\n"
-"Creeu-ne una fent clic a 'Configura'"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet access"
+msgstr "Accés a Internet"
-#: ../../standalone/drakconnect_.c:580
-msgid "Internet connection configuration"
-msgstr "Configuració de la connexió a Internet"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Hostname: "
+msgstr "Nom de l'ordinador central: "
-#: ../../standalone/drakconnect_.c:584
-msgid "Internet Connection Configuration"
-msgstr "Configuració de la connexió a Internet"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Local Area Network..."
+msgstr "Configura la xarxa d'àrea local..."
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-msgid "Connection type: "
-msgstr "Tipus de connexió: "
+#
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "State"
+msgstr "Estat"
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
-msgstr "Paràmetres"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Driver"
+msgstr "Controlador"
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "Passarel·la"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
+msgstr "Protocol"
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
-msgstr "Targeta Ethernet"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface"
+msgstr "Interfície"
-#: ../../standalone/drakconnect_.c:628
-msgid "DHCP Client"
-msgstr "Client DHCP"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Internet Access..."
+msgstr "Configura l'accés a Internet..."
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
+msgstr "Espereu si us plau"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Module name"
-msgstr "Nom del mòdul"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
+msgstr ""
+"Nom del perfil a crear (el nou perfil es crea com una còpia de l'actual):"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Size"
-msgstr "Mida"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
+msgstr "Perfil nou..."
-#: ../../standalone/drakfloppy_.c:45
-msgid "drakfloppy"
-msgstr "drakfloppy"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr "Perfil a suprimir:"
-#: ../../standalone/drakfloppy_.c:63
-msgid "boot disk creation"
-msgstr "creació de discs d'arrencada"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
+msgstr "Suprimeix el perfil..."
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr "predeterminat"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Network configuration (%d adapters)"
+msgstr "Configuració de xarxa (%d adaptadors)"
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakedm:1
#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "Error del DrakFloppy: %s"
+msgid ""
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
+msgstr ""
-#: ../../standalone/drakfloppy_.c:98
-msgid "kernel version"
-msgstr "versió del nucli"
+#: ../../standalone/drakedm:1
+#, c-format
+msgid "Choosing a display manager"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:104
-msgid "General"
-msgstr "General"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid ""
+"Unable to properly close mkbootdisk: \n"
+" %s \n"
+" %s"
+msgstr ""
+"No es pot tancar l'mkbootdisk correctament: \n"
+" %s \n"
+" %s"
-#: ../../standalone/drakfloppy_.c:109
-msgid "Expert Area"
-msgstr "Àrea d'experts"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Unable to fork: %s"
+msgstr "No es pot bifurcar: %s"
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
-msgstr "Arguments opcionals de l'mkinitrd"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid ""
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
+msgstr ""
+"No hi ha cap suport al dispositiu %s o està protegit contra escriptura.\n"
+"Si us plau, inseriu-ne un."
-#: ../../standalone/drakfloppy_.c:113
-msgid "Add a module"
-msgstr "Afegeix un mòdul"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Be sure a media is present for the device %s"
+msgstr "Assegureu-vos que hi ha un suport al dispositiu %s"
-#: ../../standalone/drakfloppy_.c:133
-msgid "force"
-msgstr "imposa"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Build the disk"
+msgstr "Munta el disc"
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
-msgstr "si cal"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
+msgstr "Sortida"
-#: ../../standalone/drakfloppy_.c:135
-msgid "omit scsi modules"
-msgstr "omet els mòduls SCSI"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Remove a module"
+msgstr "Elimina un mòdul"
-#: ../../standalone/drakfloppy_.c:136
+#: ../../standalone/drakfloppy:1
+#, c-format
msgid "omit raid modules"
msgstr "omet els mòduls RAID"
-#: ../../standalone/drakfloppy_.c:172
-msgid "Remove a module"
-msgstr "Elimina un mòdul"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit scsi modules"
+msgstr "omet els mòduls SCSI"
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
-msgstr "Sortida"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
+msgstr "si cal"
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
-msgstr "Munta el disc"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "force"
+msgstr "imposa"
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "Assegureu-vos que hi ha un suport al dispositiu %s"
+msgid "Add a module"
+msgstr "Afegeix un mòdul"
-#: ../../standalone/drakfloppy_.c:341
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
-msgstr ""
-"No hi ha cap suport al dispositiu %s o està protegit contra escriptura.\n"
-"Si us plau, inseriu-ne un."
+msgid "mkinitrd optional arguments"
+msgstr "Arguments opcionals de l'mkinitrd"
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid "Unable to fork: %s"
-msgstr "No es pot bifurcar: %s"
+msgid "Expert Area"
+msgstr "Àrea d'experts"
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid ""
-"Unable to close properly mkbootdisk: \n"
-" %s \n"
-" %s"
-msgstr ""
-"No es pot tancar l'mkbootdisk correctament: \n"
-" %s \n"
-" %s"
+msgid "General"
+msgstr "General"
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
-msgstr "Cerca les fonts instal·lades"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "kernel version"
+msgstr "versió del nucli"
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
-msgstr "Desselecciona les fonts instal·lades"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
+msgstr "Error del DrakFloppy: %s"
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
-msgstr "analitza totes les fonts"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr "predeterminat"
-#
-#: ../../standalone/drakfont_.c:242
-msgid "no fonts found"
-msgstr "no s'han trobat fonts"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "boot disk creation"
+msgstr "creació de discs d'arrencada"
-#
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-msgid "done"
-msgstr "fet"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "drakfloppy"
+msgstr "drakfloppy"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
-msgstr "no s'ha pogut trobar cap font en les particions muntades"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Size"
+msgstr "Mida"
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr "Torna a seleccionar les fonts correctes"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Module name"
+msgstr "Nom del mòdul"
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
-msgstr "no s'ha trobat cap font.\n"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
-msgstr "Cerca les fonts en la llista de les instal·lades"
+#
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Uninstall"
+msgstr "Post-desinstal·lació"
#
-#: ../../standalone/drakfont_.c:359
-msgid "Fonts copy"
-msgstr "Còpia de fonts"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove fonts on your system"
+msgstr "Esborra fonts del sistema"
#
-#: ../../standalone/drakfont_.c:363
-msgid "True Type fonts installation"
-msgstr "Instal·lació de les fonts True Type"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Initial tests"
+msgstr "Comprovacions inicials"
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr "espereu si us plau durant ttmkfdir..."
+#
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Install"
+msgstr "Post-instal·lació"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
-msgstr "Instal·lació de True Type feta"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
+msgstr "Instal·la i converteix les Fonts"
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
-msgstr "Conversió de fonts"
+#
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Copy fonts on your system"
+msgstr "Copiar les fonts en el vostre sistema"
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
-msgstr "construcció de type1inst"
+#
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove List"
+msgstr "Esborra la llista"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
-msgstr "referenciat Ghostscript"
+#
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Selected All"
+msgstr "Selecciona-ho tot"
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
-msgstr "convesió de fonts ttf"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
+msgstr "Desselecciona-ho tot"
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
-msgstr "conversió de fonts pfm"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
+msgstr "aquí si no."
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
-msgstr "Suprimeix els fitxers temporals"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
+msgstr "feu clic aquí si ho teniu clar."
#
-#: ../../standalone/drakfont_.c:459
-msgid "Restart XFS"
-msgstr "Reinicia l'XFS"
-
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
-msgstr "Suprimeix els fitxers de fonts"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install List"
+msgstr "Llista d'instal·lació"
-#
-#: ../../standalone/drakfont_.c:528
-msgid "xfs restart"
-msgstr "reinicialització de l'xfs"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Select the font file or directory and click on 'Add'"
+msgstr "Seleccioneu el fitxer o directori de fonts i feu clic a 'Afegeix'"
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
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."
+"-You can install the fonts the normal way. In rare cases, bogus fonts may "
+"hang up your X Server."
msgstr ""
"Abans d'instal·lar cap font, assegureu-vos que teniu el dret a usar-les i "
"instal·lar-les en el vostre sistema.\n"
@@ -13590,34 +17078,41 @@ msgstr ""
"amb errors poden penjar el vostre servidor X."
#
-#: ../../standalone/drakfont_.c:621
-msgid "Fonts Importation"
-msgstr "Importació de fonts"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Generic Printers"
+msgstr "Impressores genèriques"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr "Aconsegueix les fonts de Windows"
+#
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Abiword"
+msgstr "Abiword"
#
-#: ../../standalone/drakfont_.c:658
-msgid "Uninstall Fonts"
-msgstr "Desinstal·la fonts"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "StarOffice"
+msgstr "StarOffice"
-#: ../../standalone/drakfont_.c:669
-msgid "Advanced Options"
-msgstr "Opcions avançades"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr "Ghostscript"
#
-#: ../../standalone/drakfont_.c:677
-msgid "Font List"
-msgstr "Llista de fonts"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "Escolliu les aplicacions que suportaran les fonts:"
-#: ../../standalone/drakfont_.c:737
-#, fuzzy
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\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"
@@ -13643,8 +17138,6 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
-"\n"
-"\n"
msgstr ""
" Aquest programa és programari lliure; el podeu redistribuir i/o modificar\n"
" sota els termes de la 'GNU General Public License' publicada per\n"
@@ -13660,346 +17153,296 @@ msgstr ""
" amb el programa; si no és així, escriviu a la Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#
-#: ../../standalone/drakfont_.c:862
-msgid "Choose the applications that will support the fonts:"
-msgstr "Escolliu les aplicacions que suportaran les fonts:"
-
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
-msgstr "Ghostscript"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "About"
+msgstr "Abandona"
#
-#: ../../standalone/drakfont_.c:877
-msgid "StarOffice"
-msgstr "StarOffice"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Font List"
+msgstr "Llista de fonts"
-#
-#: ../../standalone/drakfont_.c:884
-msgid "Abiword"
-msgstr "Abiword"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Advanced Options"
+msgstr "Opcions avançades"
#
-#: ../../standalone/drakfont_.c:891
-msgid "Generic Printers"
-msgstr "Impressores genèriques"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Uninstall Fonts"
+msgstr "Desinstal·la fonts"
-#: ../../standalone/drakfont_.c:958
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Seleccioneu el fitxer o directori de fonts i feu clic a 'Afegeix'"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
+msgstr "Aconsegueix les fonts de Windows"
#
-#: ../../standalone/drakfont_.c:1005
-msgid "Install List"
-msgstr "Llista d'instal·lació"
-
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
-msgstr "feu clic aquí si ho teniu clar."
-
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
-msgstr "aquí si no."
-
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
-msgstr "Desselecciona-ho tot"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Import Fonts"
+msgstr "Importació de fonts"
#
-#: ../../standalone/drakfont_.c:1116
-msgid "Selected All"
-msgstr "Selecciona-ho tot"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "done"
+msgstr "fet"
#
-#: ../../standalone/drakfont_.c:1120
-msgid "Remove List"
-msgstr "Esborra la llista"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "xfs restart"
+msgstr "reinicialització de l'xfs"
-#
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-msgid "Initials tests"
-msgstr "Comprovacions inicials"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
+msgstr "Suprimeix els fitxers de fonts"
#
-#: ../../standalone/drakfont_.c:1145
-msgid "Copy fonts on your system"
-msgstr "Copiar les fonts en el vostre sistema"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Restart XFS"
+msgstr "Reinicia l'XFS"
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
-msgstr "Instal·la i converteix les Fonts"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
+msgstr "Suprimeix els fitxers temporals"
-#
-#: ../../standalone/drakfont_.c:1153
-msgid "Post Install"
-msgstr "Post-instal·lació"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
+msgstr "construcció de type1inst"
-#
-#: ../../standalone/drakfont_.c:1178
-msgid "Remove fonts on your system"
-msgstr "Esborra fonts del sistema"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
+msgstr "conversió de fonts pfm"
-#
-#: ../../standalone/drakfont_.c:1182
-msgid "Post Uninstall"
-msgstr "Post-desinstal·lació"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr "convesió de fonts ttf"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "Connexió a Internet compartida"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
+msgstr "referenciat Ghostscript"
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
-msgstr "Només s'accepten nuclis de la sèrie 2.4."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
+msgstr "Conversió de fonts"
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "La connexió a Internet compartida està habilitada"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr "Instal·lació de True Type feta"
-#: ../../standalone/drakgw_.c:126
-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/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
+msgstr "espereu si us plau durant ttmkfdir..."
-#: ../../standalone/drakgw_.c:130
-msgid "disable"
-msgstr "inhabilita"
+#
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type fonts installation"
+msgstr "Instal·lació de les fonts True Type"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
-msgstr "deixa-ho córrer"
+#
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts copy"
+msgstr "Còpia de fonts"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "reconfigure"
-msgstr "torna a configurar"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr "Cerca les fonts en la llista de les instal·lades"
-#: ../../standalone/drakgw_.c:133
-msgid "Disabling servers..."
-msgstr "S'estan inhabilitant els servidors..."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr "no s'ha trobat cap font.\n"
-#: ../../standalone/drakgw_.c:142
-msgid "Internet connection sharing is now disabled."
-msgstr "Ara, la compartició de la connexió a Internet està inhabilitada."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
+msgstr "Torna a seleccionar les fonts correctes"
-#: ../../standalone/drakgw_.c:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "La connexió a Internet compartida està inhabilitada"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr "no s'ha pogut trobar cap font en les particions muntades"
-#: ../../standalone/drakgw_.c:150
-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/drakfont:1
+#, c-format
+msgid "no fonts found"
+msgstr "no s'han trobat fonts"
-#: ../../standalone/drakgw_.c:154
-msgid "enable"
-msgstr "habilita"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr "analitza totes les fonts"
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
-msgstr "S'estan habilitant els servidors..."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr "Desselecciona les fonts instal·lades"
-#: ../../standalone/drakgw_.c:166
-msgid "Internet connection sharing is now enabled."
-msgstr "Ara, la connexió compartida a Internet està habilitada."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr "Cerca les fonts instal·lades"
-#: ../../standalone/drakgw_.c:183
+#: ../../standalone/drakgw:1
+#, c-format
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"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
+"%s\n"
"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
+"Click on Configure to launch the setup wizard."
msgstr ""
-"Ara es configurarà l'ordinador per tal que comparteixi la connexió a "
-"Internet.\n"
-"Amb aquesta característica, altres ordinadors de la vostra xarxa local\n"
-"podran utilitzar la connexió a Internet d'aquest ordinador.\n"
+"Benvingut a la utilitat de compartició de la connexió a Internet!\n"
"\n"
-"Assegureu-vos d'haver configurat l'accés a Internet i a la xarxa local amb "
-"el drakconnect abans de continuar.\n"
-"Nota: per configurar una xarxa d'àrea local (LAN), us cal un adaptador de "
-"xarxa dedicat."
+"%s\n"
+"\n"
+"Feu clic a 'Configura' per executar l'auxiliar de configuració."
-#: ../../standalone/drakgw_.c:211
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Interfície %s (utilitzant el mòdul %s)"
+msgid "Internet Connection Sharing configuration"
+msgstr "Configuració de la compartició de la connexió a Internet"
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s"
-msgstr "Interfície %s"
+msgid "No Internet Connection Sharing has ever been configured."
+msgstr "No s'ha configurat mai cap connexió compartida a Internet."
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "No teniu cap adaptador de xarxa al sistema!"
+#: ../../standalone/drakgw:1
+#, c-format
+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:221
+#: ../../standalone/drakgw:1
+#, c-format
+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:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
+"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 ""
-"No s'ha detectat cap adaptador de xarxa ethernet al sistema. Si us plau, "
-"executeu l'eina de configuració de maquinari."
+"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ó automàtica de xarxa "
+"(DHCP)."
-#: ../../standalone/drakgw_.c:227
-msgid "Network interface"
-msgstr "Interfície de la xarxa"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "Problems installing package %s"
+msgstr "Hi ha hagut problemes en instal·lar el paquet %s"
-#: ../../standalone/drakgw_.c:228
+#: ../../standalone/drakgw:1
#, 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."
+msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
-"Només teniu un adaptador de xarxa configurat al sistema:\n"
-"\n"
-"%s\n"
-"\n"
-"Ara es configurarà la vostra xarxa d'àrea local amb aquest adaptador."
+"S'estan configurant les seqüències, instal·lant el programari, iniciant els "
+"servidors..."
-#: ../../standalone/drakgw_.c:235
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring..."
+msgstr "S'està configurant..."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
-"Si us plau, escolliu l'adaptador de xarxa que es connectarà a la vostra "
-"xarxa d'àrea local."
+"S'ha trobat un conflicte potencial d'adreça LAN en la configuració actual de "
+"%s!\n"
-#
-#: ../../standalone/drakgw_.c:261
-msgid "Network interface already configured"
-msgstr "La intefície de xarxa ja està configurada"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr "La xarxa local no finalitza amb '.0', ho deixem córrer."
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
#, 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 ""
-"Avís: l'adaptador de xarxa (%s) ja està configurat.\n"
-"\n"
-"Voleu fer una reconfiguració automàtica?\n"
-"\n"
-"Ho podeu fer manualment però heu de saber què feu."
+msgid "Re-configure interface and DHCP server"
+msgstr "Torna a configurar la interfície i el servidor DHCP"
-#
-#: ../../standalone/drakgw_.c:267
-msgid "Automatic reconfiguration"
-msgstr "Reconfiguració automàtica"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The maximum lease (in seconds)"
+msgstr "Lísing màxim (en segons)"
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
-msgstr ""
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The default lease (in seconds)"
+msgstr "Lísing per defecte (en segons)"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP end range"
+msgstr "L'adreça final del rang del DHCP"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
+msgstr "L'adreça inicial del rang del DHCP"
#
-#: ../../standalone/drakgw_.c:268
-msgid "Show current interface configuration"
-msgstr "Mostra la configuració actual de la interfície"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The internal domain name"
+msgstr "Nom intern de domini"
#
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "Mostra la configuració actual de la interfície"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DNS Server IP"
+msgstr "IP del Servidor DNS"
-#: ../../standalone/drakgw_.c:270
+#
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "(This) DHCP Server IP"
+msgstr "IP d'aquest servidor DHCP"
+
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Current configuration of `%s':\n"
+"DHCP Server Configuration.\n"
+"\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\n"
"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
msgstr ""
-"Configuració actual de '%s':\n"
+"Configuració del servidor DHCP.\n"
"\n"
-"Xarxa: %s\n"
-"Adreça IP: %s\n"
-"Atribució IP: %s\n"
-"Controlador: %s"
+"Aquí podreu seleccionar diverses opcions per a la configuració del servidor "
+"DHCP.\n"
+"Si no sabeu el significat d'una opció, deixeu-la com està.\n"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Local Network adress"
+msgstr "Adreça de la xarxa local"
-#: ../../standalone/drakgw_.c:283
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
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 Network that you use "
@@ -14009,8 +17452,8 @@ msgid ""
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
+"Otherwise, I can reconfigure your interface and (re)configure a DHCP server "
+"for you.\n"
"\n"
msgstr ""
"Podeu conservar la configuració actual i assumir que ja heu definit un "
@@ -14026,169 +17469,324 @@ msgstr ""
"servidor DHCP per a ús propi.\n"
"\n"
-#: ../../standalone/drakgw_.c:290
-msgid "Local Network adress"
-msgstr "Adreça de la xarxa local"
-
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"DHCP Server Configuration.\n"
-"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\n"
+"Current configuration of `%s':\n"
"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
msgstr ""
-"Configuració del servidor DHCP.\n"
+"Configuració actual de '%s':\n"
"\n"
-"Aquí podreu seleccionar diverses opcions per a la configuració del servidor "
-"DHCP.\n"
-"Si no sabeu el significat d'una opció, deixeu-la com està.\n"
+"Xarxa: %s\n"
+"Adreça IP: %s\n"
+"Atribució IP: %s\n"
+"Controlador: %s"
#
-#: ../../standalone/drakgw_.c:300
-msgid "(This) DHCP Server IP"
-msgstr "IP d'aquest servidor DHCP"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Current interface configuration"
+msgstr "Mostra la configuració actual de la interfície"
#
-#: ../../standalone/drakgw_.c:301
-msgid "The DNS Server IP"
-msgstr "IP del Servidor DNS"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Show current interface configuration"
+msgstr "Mostra la configuració actual de la interfície"
-#
-#: ../../standalone/drakgw_.c:302
-msgid "The internal domain name"
-msgstr "Nom intern de domini"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No (experts only)"
+msgstr ""
-#: ../../standalone/drakgw_.c:303
-msgid "The DHCP start range"
-msgstr "L'adreça inicial del rang del DHCP"
+#
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Automatic reconfiguration"
+msgstr "Reconfiguració automàtica"
-#: ../../standalone/drakgw_.c:304
-msgid "The DHCP end range"
-msgstr "L'adreça final del rang del DHCP"
+#: ../../standalone/drakgw:1
+#, 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 ""
+"Avís: l'adaptador de xarxa (%s) ja està configurat.\n"
+"\n"
+"Voleu fer una reconfiguració automàtica?\n"
+"\n"
+"Ho podeu fer manualment però heu de saber què feu."
-#: ../../standalone/drakgw_.c:305
-msgid "The default lease (in seconds)"
-msgstr "Lísing per defecte (en segons)"
+#
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface already configured"
+msgstr "La intefície de xarxa ja està configurada"
-#: ../../standalone/drakgw_.c:306
-msgid "The maximum lease (in seconds)"
-msgstr "Lísing màxim (en segons)"
+#: ../../standalone/drakgw:1
+#, c-format
+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à a la vostra "
+"xarxa d'àrea local."
-#: ../../standalone/drakgw_.c:307
-msgid "Re-configure interface and DHCP server"
-msgstr "Torna a configurar la interfície i el servidor DHCP"
+#: ../../standalone/drakgw:1
+#, 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 ""
+"Només teniu un adaptador de xarxa configurat al sistema:\n"
+"\n"
+"%s\n"
+"\n"
+"Ara es configurarà la vostra xarxa d'àrea local amb aquest adaptador."
-#: ../../standalone/drakgw_.c:314
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "La xarxa local no finalitza amb '.0', ho deixem córrer."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "Interfície de la xarxa"
-#: ../../standalone/drakgw_.c:325
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
+msgid ""
+"No ethernet network adapter has been detected on your system. Please run the "
+"hardware configuration tool."
msgstr ""
-"S'ha trobat un conflicte potencial d'adreça LAN en la configuració actual de "
-"%s!\n"
+"No s'ha detectat cap adaptador de xarxa ethernet al sistema. Si us plau, "
+"executeu l'eina de configuració de maquinari."
-#: ../../standalone/drakgw_.c:335
-msgid "Configuring..."
-msgstr "S'està configurant..."
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "No teniu cap adaptador de xarxa al sistema!"
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr ""
-"S'estan configurant les seqüències, instal·lant el programari, iniciant els "
-"servidors..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s"
+msgstr "Interfície %s"
-#: ../../standalone/drakgw_.c:372
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Problems installing package %s"
-msgstr "Hi ha hagut problemes en instal·lar el paquet %s"
+msgid "Interface %s (using module %s)"
+msgstr "Interfície %s (utilitzant el mòdul %s)"
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakgw:1
+#, c-format
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)."
+"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"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
+"\n"
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
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ó automàtica de xarxa "
-"(DHCP)."
+"Ara es configurarà l'ordinador per tal que comparteixi la connexió a "
+"Internet.\n"
+"Amb aquesta característica, altres ordinadors de la vostra xarxa local\n"
+"podran utilitzar la connexió a Internet d'aquest ordinador.\n"
+"\n"
+"Assegureu-vos d'haver configurat l'accés a Internet i a la xarxa local amb "
+"el drakconnect abans de continuar.\n"
+"Nota: per configurar una xarxa d'àrea local (LAN), us cal un adaptador de "
+"xarxa dedicat."
-#: ../../standalone/drakgw_.c:523
-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:1
+#, c-format
+msgid "Internet Connection Sharing"
+msgstr "Connexió a Internet compartida"
-#: ../../standalone/drakgw_.c:524
-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:1
+#, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "Ara, la connexió compartida a Internet està habilitada."
-#: ../../standalone/drakgw_.c:525
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "No s'ha configurat mai cap connexió compartida a Internet."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Enabling servers..."
+msgstr "S'estan habilitant els servidors..."
-#: ../../standalone/drakgw_.c:531
-msgid "Internet connection sharing configuration"
-msgstr "Configuració de la compartició de la connexió a Internet"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "dismiss"
+msgstr "deixa-ho córrer"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakgw:1
#, c-format
+msgid "reconfigure"
+msgstr "torna a configurar"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "enable"
+msgstr "habilita"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
+"The setup of Internet connection sharing has already been done.\n"
+"It's currently disabled.\n"
"\n"
-"Click on Configure to launch the setup wizard."
+"What would you like to do?"
msgstr ""
-"Benvingut a la utilitat de compartició de la connexió a Internet!\n"
+"La configuració de la connexió compartida a Internet ja s'ha dut a terme.\n"
+"Ara està inhabilitada.\n"
"\n"
-"%s\n"
+"Què voleu fer?"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently disabled"
+msgstr "La connexió a Internet compartida està inhabilitada"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "Ara, la compartició de la connexió a Internet està inhabilitada."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Disabling servers..."
+msgstr "S'estan inhabilitant els servidors..."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "disable"
+msgstr "inhabilita"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid ""
+"The setup of Internet Connection Sharing has already been done.\n"
+"It's currently enabled.\n"
"\n"
-"Feu clic a 'Configura' per executar l'auxiliar de configuració."
+"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/drakperm_.c:36
-msgid "group"
-msgstr "grup"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "La connexió a Internet compartida està habilitada"
-#: ../../standalone/drakperm_.c:36
-msgid "path"
-msgstr "camí"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
+msgstr "Només s'accepten nuclis de la sèrie 2.4."
-#: ../../standalone/drakperm_.c:36
-msgid "permissions"
-msgstr "permisos"
+#: ../../standalone/drakhelp:1
+#, c-format
+msgid ""
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "group :"
+msgstr "grup :"
#
-#: ../../standalone/drakperm_.c:36
-msgid "user"
-msgstr "usuari"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "user :"
+msgstr "usuari :"
-#: ../../standalone/drakperm_.c:43
-msgid "Up"
-msgstr "Puja"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path selection"
+msgstr "Selecció del camí"
-#: ../../standalone/drakperm_.c:44
-msgid "delete"
-msgstr "suprimeix"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
+msgstr "si ho marqueu, no es canviaran ni el propietari ni el grup"
-#: ../../standalone/drakperm_.c:45
-msgid "edit"
-msgstr "edita"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use group id for execution"
+msgstr "Usa l'identificador del grup (GID) per a l'execució"
-#: ../../standalone/drakperm_.c:46
-msgid "Down"
-msgstr "Baixa"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use owner id for execution"
+msgstr "Usa l'identificador del propietari (UID) per a l'execució"
-#: ../../standalone/drakperm_.c:47
-msgid "add a rule"
-msgstr "afegeix una regla"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
+msgstr ""
+"Usat per al directori:\n"
+" només el propietari del directori o del fitxer en aquest directori poden "
+"suprimir-lo"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
+msgstr "Set-GID"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
+msgstr "Set-UID"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "sticky-bit"
+msgstr "sticky-bit"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Property"
+msgstr "Propietat"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path"
+msgstr "Camí"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Permissions"
+msgstr "Permisos"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Current user"
+msgstr "Usuari actual"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "browse"
+msgstr "navega"
+
+#: ../../standalone/drakperm:1
+#, c-format
msgid "select perm file to see/edit"
msgstr "seleccioneu el fitxer perm que voleu veure/editar"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm:1
+#, c-format
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
@@ -14199,120 +17797,293 @@ msgstr ""
"També podeu editar les vostres pròpies regles, que sobreescriuran les regles "
"predeterminades."
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Edit current rule"
+msgstr "Edita la regla actual"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "edit"
+msgstr "edita"
+
+#
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Delete selected rule"
+msgstr "Elimina la regla seleccionada"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "delete"
+msgstr "suprimeix"
+
#
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm:1
+#, c-format
msgid "Add a new rule at the end"
msgstr "Afegeix una regla nova al final"
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
-msgstr "Edita la regla actual"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "add a rule"
+msgstr "afegeix una regla"
-#: ../../standalone/drakperm_.c:58
-msgid "Up selected rule one level"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule down one level"
+msgstr "Baixa la regla actual un nivell"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Down"
+msgstr "Baixa"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule up one level"
msgstr "Puja la regla actual un nivell"
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
-msgstr "Baixa la regla actual un nivell"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Up"
+msgstr "Puja"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "permissions"
+msgstr "permisos"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "group"
+msgstr "grup"
#
-#: ../../standalone/drakperm_.c:60
-msgid "Delete selected rule"
-msgstr "Elimina la regla seleccionada"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "user"
+msgstr "usuari"
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
-msgstr "navega"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
+msgstr "camí"
-#: ../../standalone/drakperm_.c:231
-msgid "Current user"
-msgstr "Usuari actual"
+#
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "S'està creant el disquet d'instal·lació automàtica"
-#: ../../standalone/drakperm_.c:236
-msgid "Permissions"
-msgstr "Permisos"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
-msgstr "Camí"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No CD or DVD image found, please copy the installation program and rpm files."
+msgstr ""
-#: ../../standalone/drakperm_.c:238
-msgid "Property"
-msgstr "Propietat"
+#
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "No image found"
+msgstr "No s'ha trobat cap impressora!"
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
-msgstr "sticky-bit"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation image directory"
+msgstr "Xpmac (instal·lació del controlador de pantalla)"
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
-msgstr "Set-UID"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
-msgstr "Set-GID"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "The DHCP end ip"
+msgstr "L'adreça final del rang del DHCP"
-#: ../../standalone/drakperm_.c:296
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "The DHCP start ip"
+msgstr "L'adreça inicial del rang del DHCP"
+
+#: ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
msgstr ""
-"Usat per al directori:\n"
-" només el propietari del directori o del fitxer en aquest directori poden "
-"suprimir-lo"
-#: ../../standalone/drakperm_.c:297
-msgid "Use owner id for execution"
-msgstr "Usa l'identificador del propietari (UID) per a l'execució"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Interface %s (on network %s)"
+msgstr "Interfície %s (utilitzant el mòdul %s)"
-#: ../../standalone/drakperm_.c:298
-msgid "Use group id for execution"
-msgstr "Usa l'identificador del grup (GID) per a l'execució"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
+msgstr ""
+"Si us plau, seleccioneu quin adaptador de xarxa voleu utilitzar per\n"
+"connectar-vos a Internet."
-#: ../../standalone/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
-msgstr "si ho marqueu, no es canviaran ni el propietari ni el grup"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid ""
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
+"\n"
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
+msgstr ""
+"Ara es configurarà l'ordinador per tal que comparteixi la connexió a "
+"Internet.\n"
+"Amb aquesta característica, altres ordinadors de la vostra xarxa local\n"
+"podran utilitzar la connexió a Internet d'aquest ordinador.\n"
+"\n"
+"Assegureu-vos d'haver configurat l'accés a Internet i a la xarxa local amb "
+"el drakconnect abans de continuar.\n"
+"Nota: per configurar una xarxa d'àrea local (LAN), us cal un adaptador de "
+"xarxa dedicat."
-#: ../../standalone/drakperm_.c:304
-msgid "Path selection"
-msgstr "Selecció del camí"
+#
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation Server Configuration"
+msgstr "Configuració del servidor dhcpd"
#
-#: ../../standalone/drakperm_.c:350
-msgid "user :"
-msgstr "usuari :"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "PXE Server Configuration"
+msgstr "Configuració del servidor dhcpd"
-#: ../../standalone/drakperm_.c:352
-msgid "group :"
-msgstr "grup :"
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Please wait, setting security options..."
+msgstr "Espereu si us plau, s'estan configurant les opcions de seguretat..."
-#: ../../standalone/draksound_.c:46
-msgid "No Sound Card detected!"
-msgstr "No s'ha detectat cap targeta de so!"
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Please wait, setting security level..."
+msgstr "Espereu si us plau, s'està configurant el nivell de seguretat..."
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
+msgstr "Comprovacions periòdiques"
+
+#
+#: ../../standalone/draksec:1
+#, c-format
+msgid "System Options"
+msgstr "Opcions de sistema"
+
+#
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Network Options"
+msgstr "Opcions de xarxa"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
+msgstr ""
+"Les opcions següents es poden modificar per personalitzar la seguretat\n"
+"del vostre sistema. Feu clic a \"Ajuda\" si voleu més informació.\n"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Administrator:"
+msgstr "Administrador de seguretat:"
+
+#
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Alerts:"
+msgstr "Alarmes de seguretat:"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "(default value: %s)"
+msgstr " (per defecte: %s)"
+
+#
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Level:"
+msgstr "Nivell de seguretat:"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-"No s'ha detectat cap targeta de so en el vostre ordinador. Si us plau, "
-"verifiqueu que teniu correctament inserida una targeta de so compatible amb "
-"Linux.\n"
+"Estàndard: Aquesta és la seguretat estàndard recomanada per a un ordinador "
+"que es connectarà a Internet com a client.\n"
"\n"
+"Alta: Hi ha algunes restriccions, i cada nit s'executen més tests que "
+"al nivell estàndard.\n"
"\n"
-"Podeu visitar la nostra base de dades de maquinari a:\n"
+"Més alta: La seguretat és prou elevada perquè el sistema funcioni com a "
+"servidor que pugui acceptar connexions de diversos clients. Si aquesta "
+"màquina només serà un client a Internet, hauríeu de triar un nivell més "
+"baix.\n"
"\n"
+"Paranoic: Similar al nivell anterior, però el sistema es tanca completament "
+"i les característiques de seguretat estan al màxim\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Administrador de seguretat:\n"
+" Si les \"Alarmes de seguretat\" estan activades, s'enviaran a "
+"aquest usuari (nom d'usuari o adreça electrònica)"
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -14326,143 +18097,334 @@ msgstr ""
"Nota: si teniu una targeta de so ISA PnP, haureu de fer servir el programa "
"sndconfig. Només cal que teclegeu \"sndconfig\" a la consola."
-#: ../../standalone/draksplash_.c:21
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound 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 ""
-"el paquet 'ImageMagick' és necessari per a un correcte funcionament.\n"
-"Feu clic a \"D'acord\" per intal·lar-lo o a \"Cancel·la\" per sortir"
+"No s'ha detectat cap targeta de so en el vostre ordinador. Si us plau, "
+"verifiqueu que teniu correctament inserida una targeta de so compatible amb "
+"Linux.\n"
+"\n"
+"\n"
+"Podeu visitar la nostra base de dades de maquinari a:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:67
-msgid "first step creation"
-msgstr "creació del primer pas"
+#: ../../standalone/draksound:1
+#, c-format
+msgid "No Sound Card detected!"
+msgstr "No s'ha detectat cap targeta de so!"
-#: ../../standalone/draksplash_.c:70
-msgid "final resolution"
-msgstr "resolució definitiva"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "Vista prèvia del BootSplash %s (%s)"
#
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-msgid "choose image file"
-msgstr "trieu un fitxer d'imatge"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Generating preview ..."
+msgstr "S'està generant la vista prèvia..."
-#: ../../standalone/draksplash_.c:72
-msgid "Theme name"
-msgstr "Nom del tema"
+#
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "You must choose an image file first!"
+msgstr "Abans heu de triar un fitxer d'imatge!"
-#: ../../standalone/draksplash_.c:77
-msgid "Browse"
-msgstr "Navega"
+#
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "ProgressBar color selection"
+msgstr "Selecció del color de la barra de progrés"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
+msgstr ""
+"Aquest tema encara no té cap pantalla de presentació de l'arrencada en %s!"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
+msgstr "s'està desant el tema Bootsplash..."
+
+#
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "choose image file"
+msgstr "trieu un fitxer d'imatge"
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
+#: ../../standalone/draksplash:1
+#, c-format
msgid "Configure bootsplash picture"
msgstr "Configura la imatge de presentació de l'arrencada"
-#: ../../standalone/draksplash_.c:90
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
+msgstr "Fes que, per defecte, no apareguin els missatges del nucli"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
+msgstr "Mostra el logotip a la consola"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Choose color"
+msgstr "Escolliu un color"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Save theme"
+msgstr "Desa el tema"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Preview"
+msgstr "Vista prèvia"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the color of the progress bar"
+msgstr "el color de la barra de progrés"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
+msgstr "l'alçària de la barra de progrés"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
+msgstr "l'amplada de la barra de progrés"
+
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
-"x coordinate of text box\n"
-"in number of character"
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
-"coordenada x de la caixa de text\n"
-"en nombre de caràcters"
+"coordenada y de la cantonada superior\n"
+"esquerra de la barra de progrés"
-#: ../../standalone/draksplash_.c:91
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
+msgstr ""
+"coordenada x de la cantonada superior\n"
+"esquerra de la barra de progrés"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
+msgstr "alçària de la caixa de text"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text width"
+msgstr "amplada del text"
+
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
"y coordinate of text box\n"
-"in number of character"
+"in number of characters"
msgstr ""
"coordenada y de la caixa de text\n"
"en nombre de caràcters"
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
-msgstr "amplada del text"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
+msgstr ""
+"coordenada x de la caixa de text\n"
+"en nombre de caràcters"
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
-msgstr "alçària de la caixa de text"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Browse"
+msgstr "Navega"
-#: ../../standalone/draksplash_.c:94
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Theme name"
+msgstr "Nom del tema"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "final resolution"
+msgstr "resolució definitiva"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "first step creation"
+msgstr "creació del primer pas"
+
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
-"the progress bar x coordinate\n"
-"of its upper left corner"
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-"coordenada x de la cantonada superior\n"
-"esquerra de la barra de progrés"
+"el paquet 'ImageMagick' és necessari per a un correcte funcionament.\n"
+"Feu clic a \"D'acord\" per intal·lar-lo o a \"Cancel·la\" per sortir"
-#: ../../standalone/draksplash_.c:95
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"the progress bar y coordinate\n"
-"of its upper left corner"
+"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 ""
-"coordenada y de la cantonada superior\n"
-"esquerra de la barra de progrés"
+"No s'ha detectat cap targeta de TV en el vostre ordinador. Si us plau "
+"verifiqueu que teniu correctament inserida una targeta de Vídeo/TV "
+"compatible amb Linux.\n"
+"\n"
+"\n"
+"Podeu visitar la nostra base de dades de maquinari a:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
-msgstr "l'amplada de la barra de progrés"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
+msgstr "No s'ha detectat cap targeta de TV!"
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
-msgstr "l'alçària de la barra de progrés"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
+msgstr "Ara, podeu executar xawtv (sota X Window!) !\n"
-#: ../../standalone/draksplash_.c:98
-msgid "the color of the progress bar"
-msgstr "el color de la barra de progrés"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
+msgstr "Tingueu un bon dia!"
-#: ../../standalone/draksplash_.c:113
-msgid "Preview"
-msgstr "Vista prèvia"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
+msgstr "No teniu instal·lat XawTV!"
-#: ../../standalone/draksplash_.c:115
-msgid "Save theme"
-msgstr "Desa el tema"
+#
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "S'ha produït un error en cercar els canals de TV"
-#: ../../standalone/draksplash_.c:116
-msgid "Choose color"
-msgstr "Escolliu un color"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
+msgstr "S'estan cercant canals de TV"
-#: ../../standalone/draksplash_.c:119
-msgid "Display logo on Console"
-msgstr "Mostra el logotip a la consola"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
+msgstr "La cerca de canals de TV està en progrés..."
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
-msgstr "Fes que, per defecte, no apareguin els missatges del nucli"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
+msgstr "Àrea:"
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/drakxtv:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
+msgid "TV norm:"
+msgstr "Normativa de TV:"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid ""
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-"Aquest tema encara no té cap pantalla de presentació de l'arrencada en %s!"
+"Si us plau,\n"
+"entreu la vostra normativa de tv i el país"
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
-msgstr "s'està desant el tema Bootsplash..."
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
+msgstr "TV per cable australiana Optus"
-#
-#: ../../standalone/draksplash_.c:428
-msgid "ProgressBar color selection"
-msgstr "Selecció del color de la barra de progrés"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Newzealand"
+msgstr "Nova Zelanda"
#
-#: ../../standalone/draksplash_.c:449
-msgid "You must choose an image file first!"
-msgstr "Abans heu de triar un fitxer d'imatge!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "France [SECAM]"
+msgstr "França [SECAM]"
#
-#: ../../standalone/draksplash_.c:458
-msgid "Generating preview ..."
-msgstr "S'està generant la vista prèvia..."
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "East Europe"
+msgstr "Europa de l'Est"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
+#: ../../standalone/drakxtv:1
#, c-format
-msgid "%s BootSplash (%s) preview"
-msgstr "Vista prèvia del BootSplash %s (%s)"
+msgid "West Europe"
+msgstr "Europa de l'Oest"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "China (broadcast)"
+msgstr "Xina (difusió)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr "Japó (cable)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (broadcast)"
+msgstr "Japó (difusió)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Canada (cable)"
+msgstr "Canadà (cable)"
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
+msgstr "EUA (cable-hrc)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
+msgstr "EUA (cable)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (broadcast)"
+msgstr "EUA (difusió)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
"XawTV isn't installed!\n"
"\n"
@@ -14488,581 +18450,530 @@ msgstr ""
"\n"
"El podeu instal·lar teclejant \"urpmi xawtv\" com a root, en la consola."
-#: ../../standalone/drakxtv_.c:63
-msgid "Canada (cable)"
-msgstr "Canadà (cable)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (broadcast)"
-msgstr "EUA (difusió)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
-msgstr "EUA (cable)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
-msgstr "EUA (cable-hrc)"
-
-#: ../../standalone/drakxtv_.c:64
-msgid "China (broadcast)"
-msgstr "Xina (difusió)"
-
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (broadcast)"
-msgstr "Japó (difusió)"
-
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
-msgstr "Japó (cable)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Options"
+msgstr "/Opcions"
#
-#: ../../standalone/drakxtv_.c:65
-msgid "East Europe"
-msgstr "Europa de l'Est"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect jazz drives"
+msgstr "Detectada automàticament"
#
-#: ../../standalone/drakxtv_.c:65
-msgid "France [SECAM]"
-msgstr "França [SECAM]"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect modems"
+msgstr "Detectada automàticament"
#
-#: ../../standalone/drakxtv_.c:65
-msgid "Ireland"
-msgstr "Irlanda"
-
-#: ../../standalone/drakxtv_.c:65
-msgid "West Europe"
-msgstr "Europa de l'Oest"
-
-#: ../../standalone/drakxtv_.c:66
-msgid "Australia"
-msgstr "Austràlia"
-
-#: ../../standalone/drakxtv_.c:66
-msgid "Newzealand"
-msgstr "Nova Zelanda"
-
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
-msgstr "Sud-àfrica"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect printers"
+msgstr "Detectada automàticament"
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
-msgstr "Argentina"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
+msgstr "primari"
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
-msgstr "TV per cable australiana Optus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "secondary"
+msgstr "secundari"
-#: ../../standalone/drakxtv_.c:102
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Please,\n"
-"type in your tv norm and country"
+"Click on a device in the left tree in order to display its information here."
msgstr ""
-"Si us plau,\n"
-"entreu la vostra normativa de tv i el país"
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
-msgstr "Normativa de TV:"
-
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
-msgstr "Àrea:"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Running \"%s\" ..."
+msgstr "S'està executant \"%s\"..."
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr "La cerca de canals de TV està en progrés..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
+msgstr "Executa l'eina de configuració"
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
-msgstr "S'estan cercant canals de TV"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Configure module"
+msgstr "Configura el mòdul"
-#
-#: ../../standalone/drakxtv_.c:120
-msgid "There was an error while scanning for TV channels"
-msgstr "S'ha produït un error en cercar els canals de TV"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information"
+msgstr "Informació"
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
-msgstr "No teniu instal·lat XawTV!"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detected hardware"
+msgstr "S'ha detectat el següent maquinari"
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
-msgstr "Tingueu un bon dia!"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake2 version "
+msgstr "Versió del Harddrake2 "
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr "Ara, podeu executar xawtv (sota X Window!) !\n"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detection in progress"
+msgstr "Detecció en procés"
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
-msgstr "No s'ha detectat cap targeta de TV!"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Author:"
+msgstr "Autor:"
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/harddrake2:1
+#, c-format
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"
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
-"No s'ha detectat cap targeta de TV en el vostre ordinador. Si us plau "
-"verifiqueu que teniu correctament inserida una targeta de Vídeo/TV "
-"compatible amb Linux.\n"
-"\n"
-"\n"
-"Podeu visitar la nostra base de dades de maquinari a:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Aquest és el HardDrake, l'eina de configuració de maquinari de Mandrake.\n"
+"Versió:"
-#
-#: ../../standalone/harddrake2_.c:17
-msgid "Alternative drivers"
-msgstr "Controladors alternatius"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
+msgstr "Quant al Harddrake"
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr "la llista de controladors alternatius per a aquesta targeta de so"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_About..."
+msgstr "/_Quant a..."
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
-msgstr "Bus"
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
+msgstr "/_Ajuda"
-#: ../../standalone/harddrake2_.c:21
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
+msgstr "/_Informeu d'un error"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
-"aquest és el bus físic al qual el dispositiu està connectat (p.ex.: PCI, "
-"USB...)"
-#: ../../standalone/harddrake2_.c:22
-msgid "Channel"
-msgstr "Canal"
-
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
-msgstr "Canal EIDE/SCSI"
-
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
-msgstr ""
+#
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Select a device !"
+msgstr "Seleccioneu un escàner"
-#: ../../standalone/harddrake2_.c:23
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
+"Description of the fields:\n"
+"\n"
msgstr ""
+"Descripció dels camps:\n"
+"\n"
-#: ../../standalone/harddrake2_.c:26
-msgid "Bus identification"
-msgstr "Identificació del bus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
+msgstr "Ajuda del Harddrake"
-#: ../../standalone/harddrake2_.c:27
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
-"- Dispositius PCI i USB: es llisten els identificadors PCI/USB del venedor, "
-"del dispositiu, del subvenedor i del subdispositiu"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Fields description"
+msgstr "Descripció"
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
-msgstr "Ubicació en el bus"
+#
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "Detectada automàticament"
-#: ../../standalone/harddrake2_.c:30
-msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
-msgstr ""
-"- dispositius PCI: dóna la ranura PCI, el dispositiu i la funció d'aquesta "
-"targeta\n"
-"- dispositius EIDE: diu si el dispositiu ésta configurat com a mestre o com "
-"a esclau\n"
-"- dispositius SCSI: dóna el bus SCSI i els identificadors SCSI del dispositiu"
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
+msgstr "/_Opcions"
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "mida del fragment"
+#
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _modems"
+msgstr "Detectada automàticament"
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
-msgstr ""
+#
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _printers"
+msgstr "Detectada automàticament"
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Quit"
+msgstr "/_Surt"
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "the vendor name of the processor"
+msgstr "el nom del venedor del dispositiu"
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
+msgstr "el nom del venedor del dispositiu"
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "The type of bus on which the mouse is connected"
+msgstr "Si us plau, seleccioneu el port sèrie a què està connectat el ratolí."
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
msgstr ""
#
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "Nivell de seguretat"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model stepping"
+msgstr "paràmetre de càrrega"
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "the number of the processor"
+msgstr "el color de la barra de progrés"
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
msgstr ""
-#: ../../standalone/harddrake2_.c:37
-msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "network printer port"
+msgstr ", impressora de xarxa \"%s\", port %s"
-#: ../../standalone/harddrake2_.c:38
-#, fuzzy
-msgid "This field describes the device"
-msgstr "aquest camp descriu el dispositiu"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Name"
+msgstr "Nom: "
-#: ../../standalone/harddrake2_.c:39
-msgid "Old device file"
-msgstr "Fitxer de dispositiu antic"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Number of buttons"
+msgstr "Nombre de botons"
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
-msgstr "nom antic de dispositiu estàtic, usat en el paquet de desenvolupament"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Official vendor name of the cpu"
+msgstr "el nom del venedor del dispositiu"
-#: ../../standalone/harddrake2_.c:41
-msgid "New devfs device"
-msgstr "Nou dispositiu devfs"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model name"
+msgstr "Nom del mòdul"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr "nou nom de dispositiu dinàmic generat pel devfs intern del nucli"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:43
-msgid "Module"
-msgstr "Mòdul"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model"
+msgstr "Model"
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr "el mòdul del nucli GNU/Linux que gestiona aquest dispositiu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "hard disk model"
+msgstr "model de disc dur"
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "class of hardware device"
+msgstr "tipus de dispositiu de maquinari"
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
+msgstr "Tipus de mitjà"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Level"
+msgstr "nivell"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
msgstr ""
-#: ../../standalone/harddrake2_.c:46
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Floppy format"
+msgstr "Formata"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "F00f bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "F00f bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
msgstr ""
-#: ../../standalone/harddrake2_.c:53
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "Formata"
-
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "nivell"
-
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
-msgstr "Tipus de mitjà"
-
-#: ../../standalone/harddrake2_.c:57
-msgid "class of hardware device"
-msgstr "tipus de dispositiu de maquinari"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
+msgstr ""
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
-msgid "Model"
-msgstr "Model"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
+msgstr "el mòdul del nucli GNU/Linux que gestiona aquest dispositiu"
-#: ../../standalone/harddrake2_.c:58
-msgid "hard disk model"
-msgstr "model de disc dur"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Module"
+msgstr "Mòdul"
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "new dynamic device name generated by core kernel devfs"
+msgstr "nou nom de dispositiu dinàmic generat pel devfs intern del nucli"
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr "Nom del mòdul"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "New devfs device"
+msgstr "Nou dispositiu devfs"
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Official vendor name of the cpu"
-msgstr "el nom del venedor del dispositiu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
+msgstr "nom antic de dispositiu estàtic, usat en el paquet de desenvolupament"
-#: ../../standalone/harddrake2_.c:61
-msgid "Number of buttons"
-msgstr "Nombre de botons"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Old device file"
+msgstr "Fitxer de dispositiu antic"
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "Nom: "
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "This field describes the device"
+msgstr "aquest camp descriu el dispositiu"
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr ", impressora de xarxa \"%s\", port %s"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
msgstr ""
-#: ../../standalone/harddrake2_.c:64
-#, fuzzy
-msgid "the number of the processor"
-msgstr "el color de la barra de progrés"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr ""
#
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "paràmetre de càrrega"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cpuid level"
+msgstr "Nivell de seguretat"
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
msgstr ""
-#: ../../standalone/harddrake2_.c:66
-#, fuzzy
-msgid "The type of bus on which the mouse is connected"
-msgstr "Si us plau, seleccioneu el port sèrie a què està connectat el ratolí."
-
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
-msgstr "el nom del venedor del dispositiu"
-
-#: ../../standalone/harddrake2_.c:68
-#, fuzzy
-msgid "the vendor name of the processor"
-msgstr "el nom del venedor del dispositiu"
-
-#: ../../standalone/harddrake2_.c:82
-msgid "/_Quit"
-msgstr "/_Surt"
-
-#
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "Detectada automàticament"
-
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
-msgstr "/_Opcions"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
+msgstr ""
-#
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "Detectada automàticament"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
+msgstr ""
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
-msgstr "/_Ajuda"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
+msgstr ""
-#: ../../standalone/harddrake2_.c:89
-msgid "/_Help..."
-msgstr "/_Ajuda..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
+msgstr ""
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
-msgstr "Ajuda del Harddrake"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cache size"
+msgstr "mida del fragment"
-#: ../../standalone/harddrake2_.c:93
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Description of the fields:\n"
-"\n"
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
-"Descripció dels camps:\n"
-"\n"
+"- dispositius PCI: dóna la ranura PCI, el dispositiu i la funció d'aquesta "
+"targeta\n"
+"- dispositius EIDE: diu si el dispositiu ésta configurat com a mestre o com "
+"a esclau\n"
+"- dispositius SCSI: dóna el bus SCSI i els identificadors SCSI del dispositiu"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
+msgstr "Ubicació en el bus"
-#: ../../standalone/harddrake2_.c:96
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
msgstr ""
+"- Dispositius PCI i USB: es llisten els identificadors PCI/USB del venedor, "
+"del dispositiu, del subvenedor i del subdispositiu"
-#
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "Seleccioneu un escàner"
-
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
-msgstr "/_Informeu d'un error"
-
-#: ../../standalone/harddrake2_.c:102
-msgid "/_About..."
-msgstr "_Quant a..."
-
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
-msgstr "Quant al Harddrake"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus identification"
+msgstr "Identificació del bus"
-#: ../../standalone/harddrake2_.c:105
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
msgstr ""
-"Aquest és el HardDrake, l'eina de configuració de maquinari de Mandrake.\n"
-"Versió:"
-
-#: ../../standalone/harddrake2_.c:106
-msgid "Author:"
-msgstr "Autor:"
-
-#: ../../standalone/harddrake2_.c:113
-msgid "Detection in progress"
-msgstr "Detecció en procés"
-#: ../../standalone/harddrake2_.c:119
-msgid "Harddrake2 version "
-msgstr "Versió del Harddrake2 "
-
-#: ../../standalone/harddrake2_.c:126
-msgid "Detected hardware"
-msgstr "S'ha detectat el següent maquinari"
-
-#: ../../standalone/harddrake2_.c:129
-msgid "Information"
-msgstr "Informació"
-
-#: ../../standalone/harddrake2_.c:131
-msgid "Configure module"
-msgstr "Configura el mòdul"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr ""
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
-msgstr "Executa l'eina de configuració"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
+msgstr "Canal EIDE/SCSI"
-#: ../../standalone/harddrake2_.c:143
+#: ../../standalone/harddrake2:1
#, c-format
-msgid "Running \"%s\" ..."
-msgstr "S'està executant \"%s\"..."
+msgid "Channel"
+msgstr "Canal"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
+"aquest és el bus físic al qual el dispositiu està connectat (p.ex.: PCI, "
+"USB...)"
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
-msgstr "primari"
-
-#: ../../standalone/harddrake2_.c:231
-msgid "secondary"
-msgstr "secundari"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
+msgstr "Bus"
-#
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "Detectada automàticament"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr "la llista de controladors alternatius per a aquesta targeta de so"
#
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "Detectada automàticament"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Alternative drivers"
+msgstr "Controladors alternatius"
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "/_Opcions"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Do you want the BackSpace to return Delete in console?"
+msgstr "Voleu que la tecla Enrere efectuï un Suprimeix en la consola?"
-#: ../../standalone/keyboarddrake_.c:26
+#: ../../standalone/keyboarddrake:1
+#, c-format
msgid "Please, choose your keyboard layout."
msgstr "Si us plau, seleccioneu la disposició del vostre teclat."
-#: ../../standalone/keyboarddrake_.c:35
-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:18
-msgid "Change Cd-Rom"
-msgstr "Canvieu el CD-ROM"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
+msgstr "No es pot iniciar l'actualització en directe!!!\n"
-#: ../../standalone/livedrake_.c:19
+#: ../../standalone/livedrake:1
+#, c-format
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."
@@ -15071,540 +18982,643 @@ msgstr ""
"'D'acord'.\n"
"Si no el teniu, premeu 'Cancel·la' per evitar l'actualització en directe."
-#: ../../standalone/livedrake_.c:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr "No es pot iniciar l'actualització en directe!!!\n"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Change Cd-Rom"
+msgstr "Canvieu el CD-ROM"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr ""
"El canvi està fet, però perquè sigui efectiu heu de sortir de la sessió "
"actual"
-#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
-msgstr "logdrake"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
+msgstr "Anomena i desa..."
#
-#: ../../standalone/logdrake_.c:68
-msgid "Show only for the selected day"
-msgstr "Mostrar-ho només per al dia seleccionat"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Please enter your email address below "
+msgstr "Si us plau, entreu la vostra adreça electrònica"
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr "/Fitxer/_Nou"
+#
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "alert configuration"
+msgstr "Configuració de l'avís"
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
-msgstr "<control>N"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "You will receive an alert if the load is higher than this value"
+msgstr "Rebreu un avís si la càrrega és més gran que aquest valor"
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr "/Fitxer/_Obre"
+#
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "load setting"
+msgstr "paràmetre de càrrega"
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
-msgstr "<control>O"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
+msgstr "Rebreu un avís si algun dels serveis seleccionats deixa de funcionar"
-#: ../../standalone/logdrake_.c:77
-msgid "/File/_Save"
-msgstr "/Fitxer/De_sa"
+#
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "service setting"
+msgstr "paràmetre de servei"
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
-msgstr "<control>S"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Xinetd Service"
+msgstr "Servei Xinetd"
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
-msgstr "/Fitxer/_Anomena i desa"
+#
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Webmin Service"
+msgstr "Servei Webmin"
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
-msgstr "/Fitxer/-"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "SSH Server"
+msgstr "Servidor SSH"
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
-msgstr "/Opcions/Prova"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Samba Server"
+msgstr "Servidor Samba"
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
-msgstr "/Ajuda/_Quant a.."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Postfix Mail Server"
+msgstr "Servidor de correu Postfix"
-#
-#: ../../standalone/logdrake_.c:145
-msgid "User"
-msgstr "Usuari"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Ftp Server"
+msgstr "Servidor FTP"
-#
-#: ../../standalone/logdrake_.c:146
-msgid "Messages"
-msgstr "Missatges"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Domain Name Resolver"
+msgstr "Sistema de resolució de nom de domini"
+
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
+msgstr "Servidor World Wide Web Apache"
+
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"Welcome to the mail configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+"Benvingut a la utilitat de configuració del correu.\n"
+"\n"
+"Aquí podreu configurar el sistema d'alerta.\n"
#
-#: ../../standalone/logdrake_.c:147
-msgid "Syslog"
-msgstr "Syslog"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert configuration"
+msgstr "Configuració de l'alerta de correu"
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
-msgstr "Explicació d'Eines Mandrake"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert"
+msgstr "Alerta de correu"
-#: ../../standalone/logdrake_.c:151
-msgid "search"
-msgstr "cerca"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "espereu si us plau, s'està analitzant el fitxer: %s"
-#: ../../standalone/logdrake_.c:161
-msgid "A tool to monitor your logs"
-msgstr "Eina per veure els registres"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
+msgstr "Contingut del fitxer"
-#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
-msgstr "Paràmetres"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Calendar"
+msgstr "Calendari"
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
-msgstr "que coincideixin amb"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Choose file"
+msgstr "Escolliu el fitxer"
-#: ../../standalone/logdrake_.c:168
+#: ../../standalone/logdrake:1
+#, c-format
msgid "but not matching"
msgstr "però que no coincideixin amb"
-#: ../../standalone/logdrake_.c:172
-msgid "Choose file"
-msgstr "Escolliu el fitxer"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "matching"
+msgstr "que coincideixin amb"
-#: ../../standalone/logdrake_.c:181
-msgid "Calendar"
-msgstr "Calendari"
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
+msgstr "Paràmetres"
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
-msgstr "Contingut del fitxer"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "A tool to monitor your logs"
+msgstr "Eina per veure els registres"
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-msgid "Mail alert"
-msgstr "Alerta de correu"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
+msgstr "cerca"
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "espereu si us plau, s'està analitzant el fitxer: %s"
+msgid "Mandrake Tools Explanation"
+msgstr "Explicació d'Eines Mandrake"
#
-#: ../../standalone/logdrake_.c:392
-msgid "Mail alert configuration"
-msgstr "Configuració de l'alerta de correu"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Syslog"
+msgstr "Syslog"
-#: ../../standalone/logdrake_.c:393
-msgid ""
-"Welcome to the mail configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Benvingut a la utilitat de configuració del correu.\n"
-"\n"
-"Aquí podreu configurar el sistema d'alerta.\n"
+#
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Messages"
+msgstr "Missatges"
-#: ../../standalone/logdrake_.c:400
-msgid "Apache World Wide Web Server"
-msgstr "Servidor World Wide Web Apache"
+#
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "User"
+msgstr "Usuari"
-#: ../../standalone/logdrake_.c:401
-msgid "Domain Name Resolver"
-msgstr "Sistema de resolució de nom de domini"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
+msgstr "/Ajuda/_Quant a.."
-#: ../../standalone/logdrake_.c:402
-msgid "Ftp Server"
-msgstr "Servidor FTP"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
+msgstr "/Opcions/Prova"
-#: ../../standalone/logdrake_.c:403
-msgid "Postfix Mail Server"
-msgstr "Servidor de correu Postfix"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
+msgstr "/Fitxer/-"
-#: ../../standalone/logdrake_.c:404
-msgid "Samba Server"
-msgstr "Servidor Samba"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/Save _As"
+msgstr "/Fitxer/_Anomena i desa"
-#: ../../standalone/logdrake_.c:405
-msgid "SSH Server"
-msgstr "Servidor SSH"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr "<control>S"
-#
-#: ../../standalone/logdrake_.c:406
-msgid "Webmin Service"
-msgstr "Servei Webmin"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
+msgstr "/Fitxer/De_sa"
-#: ../../standalone/logdrake_.c:407
-msgid "Xinetd Service"
-msgstr "Servei Xinetd"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>O"
+msgstr "<control>O"
-#
-#: ../../standalone/logdrake_.c:414
-msgid "service setting"
-msgstr "paràmetre de servei"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr "/Fitxer/_Obre"
-#: ../../standalone/logdrake_.c:415
-msgid ""
-"You will receive an alert if one of the selected services is no more running"
-msgstr "Rebreu un avís si algun dels serveis seleccionats deixa de funcionar"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr "<control>N"
+
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr "/Fitxer/_Nou"
#
-#: ../../standalone/logdrake_.c:428
-msgid "load setting"
-msgstr "paràmetre de càrrega"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Show only for the selected day"
+msgstr "Mostrar-ho només per al dia seleccionat"
-#: ../../standalone/logdrake_.c:429
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Rebreu un avís si la càrrega és més gran que aquest valor"
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Emulate third button?"
+msgstr "Voleu emular el tercer botó?"
-#
-#: ../../standalone/logdrake_.c:444
-msgid "alert configuration"
-msgstr "Configuració de l'avís"
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
+msgstr "Si us plau, seleccioneu el tipus del vostre ratolí."
-#
-#: ../../standalone/logdrake_.c:445
-msgid "Please enter your email address below "
-msgstr "Si us plau, entreu la vostra adreça electrònica"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Connecta"
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
-msgstr "Anomena i desa..."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Desconnecta"
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
-msgstr "Si us plau, seleccioneu el tipus del vostre ratolí."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+"Avís: s'ha detectat una altra connexió a Internet, podria estar utilitzant "
+"la vostra xarxa"
-#: ../../standalone/mousedrake_.c:50
-msgid "Emulate third button?"
-msgstr "Voleu emular el tercer botó?"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
+msgstr ""
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "Configuració de xarxa"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
+msgstr ""
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "Perfil: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
+msgstr ""
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
msgstr ""
#
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "S'estan enviant els fitxers..."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Local measure"
+msgstr "Fitxers locals"
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
msgstr ""
-#: ../../standalone/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
-msgstr "Tipus de connexió: "
+#
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Color configuration"
+msgstr "Configuració de l'avís"
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
msgstr ""
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "S'està comprovant la vostra connexió..."
+#
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection complete."
+msgstr "Velocitat de la connexió"
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
+msgstr ""
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
+msgstr ""
+
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connecting to the Internet "
msgstr "Connecta't a Internet"
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnecting from the Internet "
msgstr "Connecta't a Internet"
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Wait please, testing your connection..."
+msgstr "S'està comprovant la vostra connexió..."
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
msgstr ""
-#
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
-msgstr "Velocitat de la connexió"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection Time: "
+msgstr "Tipus de connexió: "
-#: ../../standalone/net_monitor_.c:226
-msgid ""
-"Connection failed.\n"
-"Verify your configuration in the Mandrake Control Center."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
msgstr ""
#
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "Configuració de l'avís"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Sending Speed:"
+msgstr "S'estan enviant els fitxers..."
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
msgstr ""
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Profile "
+msgstr "Perfil: "
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Network Monitoring"
+msgstr "Configuració de xarxa"
#
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "Fitxers locals"
+#: ../../standalone/printerdrake:1
+#, c-format
+msgid "Reading printer data ..."
+msgstr "S'estan llegint les dades d'impressió..."
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Name/IP address of host:"
msgstr ""
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: ../../standalone/net_monitor_.c:453
-#, fuzzy
-msgid ""
-"Warning, another internet connection has been detected, maybe using your "
-"network"
+#
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scannerdrake"
+msgstr "Seleccioneu un escàner"
+
+#
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "You must enter a host name or an IP address.\n"
+msgstr "Si us plau, introduïu el nom de l'ordinador o la IP."
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-"Avís: s'ha detectat una altra connexió a Internet, podria estar utilitzant "
-"la vostra xarxa"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Connecta"
+msgid "Sharing of local scanners"
+msgstr "Impressores disponibles"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Desconnecta"
+msgid "This machine"
+msgstr "(en aquest ordinador)"
#
-#: ../../standalone/printerdrake_.c:47
-msgid "Reading printer data ..."
-msgstr "S'estan llegint les dades d'impressió..."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Remove selected host"
+msgstr "Elimina la selecció"
-#
-#: ../../standalone/scannerdrake_.c:39
-msgid "Detecting devices ..."
-msgstr "S'estan detectant els dispositius..."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Edit selected host"
+msgstr "s'ha detectat %s"
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr "Comprova els ports"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add host"
+msgstr "Afegeix un usuari"
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
-msgstr "El %s no és compatible amb aquesta versió de Mandrake Linux."
+msgid "These are the machines from which the scanners should be used:"
+msgstr ""
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Usage of remote scanners"
+msgstr "Utilitza l'espai lliure"
-#: ../../standalone/scannerdrake_.c:54
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "All remote machines"
+msgstr "(en aquest ordinador)"
+
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s found on %s, configure it?"
-msgstr "S'ha trobat %s en %s, voleu configurar-lo?"
+msgid ""
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:57
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
+msgid "Use the scanners on hosts: "
msgstr ""
-"%s no és a la base de dades de l'escàner, voleu configurar-lo manualment?"
-#
-#: ../../standalone/scannerdrake_.c:63
-msgid "Select a scanner"
-msgstr "Seleccioneu un escàner"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Use scanners on remote computers"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:91
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "Compartició de fitxers"
+
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Aquest escàner %s no és suportat"
+msgid "The scanners on this machine are available to other computers"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-"Scannerdrake no ha pogut detectar el vostre escàner %s.\n"
-"Si us plau seleccioneu el dispositiu al qual teniu connectat l'escàner"
-
-#
-#: ../../standalone/scannerdrake_.c:107
-msgid "choose device"
-msgstr "escolliu un dispositiu"
-#: ../../standalone/scannerdrake_.c:113
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-"Aquest escàner %s s'ha de configurar amb printerdrake.\n"
-"Podeu executar printerdrake des del Centre de Control Mandrake en la secció "
-"de Maquinari."
-#: ../../standalone/scannerdrake_.c:118
-#, c-format
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"Your %s has been configured.\n"
+"You may now scan documents using \"XSane\" from Multimedia/Graphics in the "
"applications menu."
msgstr ""
"El vostre escàner %s ha estat configurat.\n"
"Ara podeu escanejar documents utilitzant \"XSane\" des de Multimèdia/Gràfics "
"en el menú d'aplicacions."
-#: ../../standalone/service_harddrake_.c:44
-#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
-msgstr "S'han suprimit alguns dispositius en la classe \"%s\" de maquinari:\n"
-
-#: ../../standalone/service_harddrake_.c:48
-msgid "Some devices were added:\n"
-msgstr "S'han afegit alguns dispositius:\n"
-
-#: ../../standalone/service_harddrake_.c:64
-#, fuzzy
-msgid "Hardware probing in progress"
-msgstr "Detecció en procés"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Escolliu el vostre idioma"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Tipus d'instal·lació"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The %s must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+"Aquest escàner %s s'ha de configurar amb printerdrake.\n"
+"Podeu executar printerdrake des del Centre de Control Mandrake en la secció "
+"de Maquinari."
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Detecció del disc dur"
+#
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "choose device"
+msgstr "escolliu un dispositiu"
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Configura el ratolí"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Please select the device where your %s is attached"
+msgstr ""
+"Scannerdrake no ha pogut detectar el vostre escàner %s.\n"
+"Si us plau seleccioneu el dispositiu al qual teniu connectat l'escàner"
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Escolliu el vostre teclat"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The %s is unsupported"
+msgstr "Aquest escàner %s no és suportat"
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Seguretat"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr "El %s no és compatible amb aquesta versió de Mandrake Linux."
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Sistemes de fitxers"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr "El %s no és compatible amb aquesta versió de Mandrake Linux."
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formata les particions"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
+msgstr ""
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Paquets a instal·lar"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for new scanners ..."
+msgstr "Impressores disponibles"
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instal·la el sistema"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for configured scanners ..."
+msgstr "Impressores disponibles"
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Afegeix un usuari"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing"
+msgstr "Compartició de fitxers"
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Configura la xarxa"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add a scanner manually"
+msgstr "Seleccioneu l'usuari manualment"
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Configura els serveis"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Search for new scanners"
+msgstr "Impressores disponibles"
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Instal·la el carregador de l'arrencada"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr "No s'ha trobat cap impressora connectada directament a l'ordinador"
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Crea un disc d'arrencada"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
+msgstr ""
+"\n"
+"Hi ha una impressora desconeguda connectada directament a l'ordinador."
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Configura l'X"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr ""
+"\n"
+"Hi ha una impressora desconeguda connectada directament a l'ordinador."
#
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Instal·la actualitzacions del sistema"
-
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Surt de la instal·lació"
-
-#: ../../ugtk.pm_.c:636
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Select a scanner"
+msgstr "Seleccioneu un escàner"
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
+"%s no és a la base de dades de l'escàner, voleu configurar-lo manualment?"
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "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 Proxy, Servidor SSH"
-
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Oficina"
-
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Estació de treball GNOME"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "S'ha trobat %s en %s, voleu configurar-lo?"
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Eines per al Palm Pilot o per al Visor"
+#: ../../standalone/service_harddrake:1
+#, fuzzy, c-format
+msgid "Hardware probing in progress"
+msgstr "Detecció en procés"
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Estació de treball"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
+msgstr "S'han afegit alguns dispositius:\n"
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Tallafoc/Encaminador"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgstr "S'han suprimit alguns dispositius en la classe \"%s\" de maquinari:\n"
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Servidor de Noms de Domini i d'Informació de la Xarxa (DNS/NIS)"
+msgid "Office Workstation"
+msgstr "Estació de treball d'oficina"
#: ../../share/compssUsers:999
msgid ""
@@ -15615,78 +19629,69 @@ msgstr ""
"càlcul (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."
+msgid "Workstation"
+msgstr "Estació de treball"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr "Base Estàndard de Linux (LSB). Suport a aplicacions de tercers"
+msgid "Game station"
+msgstr "Estació de jocs"
#: ../../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"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "Programes d'entreteniment: acció, jocs de taula, estratègia, etc."
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Estació de treball KDE"
+msgid "Multimedia station"
+msgstr "Estació multimèdia"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgid "Sound and video playing/editing programs"
+msgstr "Programes de reproducció/edició de so i vídeo"
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimèdia - Vídeo"
+msgid "Internet station"
+msgstr "Estació d'Internet"
#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
+msgid ""
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
-"Conjunt d'eines per al correu, notícies, web, transferència de fitxers i xat"
+"Conjunt d'eines per llegir i enviar correu i notícies (pine, mutt, tin...) i "
+"per navegar pel Web"
#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Base de dades"
+msgid "Network Computer (client)"
+msgstr "Ordinador de xarxa (client)"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Servidor de bases de dades PostgreSQL o MySQL"
+msgid "Clients for different protocols including ssh"
+msgstr "Clients per a diferents protocols, incloent l'ssh"
+#
#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Eines per facilitar la configuració de l'ordinador"
+msgid "Configuration"
+msgstr "Configuració"
#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimèdia - So"
+msgid "Tools to ease the configuration of your computer"
+msgstr "Eines per facilitar la configuració de l'ordinador"
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Documentació"
+msgid "Scientific Workstation"
+msgstr "Estació de treball científica"
#: ../../share/compssUsers:999
msgid "Console Tools"
msgstr "Eines de consola"
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Servidor de correu Postfix, servidor de Notícies Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Estació d'Internet"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Estació multimèdia"
-
-#
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Configuració"
+msgid "Editors, shells, file tools, terminals"
+msgstr "Editors, intèrprets d'ordres, eines de fitxer, terminals"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Més escriptoris gràfics (Gnome, IceWM)"
+msgid "KDE Workstation"
+msgstr "Estació de treball KDE"
#: ../../share/compssUsers:999
msgid ""
@@ -15701,88 +19706,76 @@ msgid "Graphical Environment"
msgstr "Entorn gràfic"
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Desenvolupament"
-
-#: ../../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 enregistrar CD"
+msgid "Gnome Workstation"
+msgstr "Estació de treball GNOME"
#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Estació de treball d'oficina"
+msgid ""
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
+msgstr ""
+"Entorn gràfic amb un conjunt d'aplicacions i eines d'escriptori fàcil "
+"d'utilitzar"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc."
+msgid "Other Graphical Desktops"
+msgstr "Altres escriptoris gràfics"
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Programes gràfics com El Gimp"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
+msgid "Development"
+msgstr "Desenvolupament"
#: ../../share/compssUsers:999
msgid "C and C++ development libraries, programs and include files"
msgstr "Biblioteques de desenvolupament C i C++, programes i fitxers include"
#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Servidor d'ordinador de xarxa"
+msgid "Documentation"
+msgstr "Documentació"
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Correu/Programari de grup/Notícies"
+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 "Game station"
-msgstr "Estació de jocs"
+msgid "LSB"
+msgstr "LSB"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Reproductors i editors de vídeo"
+msgid "Linux Standard Base. Third party applications support"
+msgstr "Base Estàndard de Linux (LSB). Suport a aplicacions de tercers"
#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimèdia - Gràfics"
+msgid "Web/FTP"
+msgstr "Web/FTP"
#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Programes d'entreteniment: acció, jocs de taula, estratègia, etc."
+msgid "Apache, Pro-ftpd"
+msgstr "Apache i Pro-ftpd"
#: ../../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 notícies (pine, mutt, tin...) i "
-"per navegar pel Web"
+msgid "Mail/Groupware/News"
+msgstr "Correu/Programari de grup/Notícies"
#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Comptabilitat personal"
+msgid "Postfix mail server, Inn news server"
+msgstr "Servidor de correu Postfix, servidor de Notícies Inn"
#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Entorn gràfic amb un conjunt d'aplicacions i eines d'escriptori fàcil "
-"d'utilitzar"
+msgid "Database"
+msgstr "Base de dades"
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Clients per a diferents protocols, incloent l'ssh"
+msgid "PostgreSQL or MySQL database server"
+msgstr "Servidor de bases de dades PostgreSQL o MySQL"
#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr "LSB"
+msgid "Firewall/Router"
+msgstr "Tallafoc/Encaminador"
#
#: ../../share/compssUsers:999
@@ -15790,336 +19783,280 @@ msgid "Internet gateway"
msgstr "Passarel·la a Internet"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programes de reproducció/edició de so i vídeo"
+msgid "DNS/NIS "
+msgstr "DNS/NIS "
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Altres escriptoris gràfics"
+msgid "Domain Name and Network Information Server"
+msgstr "Servidor de Noms de Domini i d'Informació de la Xarxa (DNS/NIS)"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editors, intèrprets d'ordres, eines de fitxer, terminals"
+msgid "Network Computer server"
+msgstr "Servidor d'ordinador de xarxa"
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programes per gestionar els vostres comptes, com ara el gnucash"
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr "Servidor NFS, Servidor SMB, Servidor Proxy, Servidor SSH"
#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Gestió d'informació personal"
+msgid "Office"
+msgstr "Oficina"
#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimèdia - Enregistrament de CD"
+msgid "Set of tools for mail, news, web, file transfer, and chat"
+msgstr ""
+"Conjunt d'eines per al correu, notícies, web, transferència de fitxers i xat"
#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Estació de treball científica"
-
-#~ msgid "can not open /etc/inittab for reading: %s"
-#~ msgstr "no s'ha pogut obrir /etc/inittab per a lectura: %s"
-
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "un número"
-
-#~ 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 ""
-#~ "Ara teniu la possibilitat de descarregar programari destinat al "
-#~ "xifratge.\n"
-#~ "\n"
-#~ "AVÍS:\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 proveïdors no seran en cap cas\n"
-#~ "responsables de cap dany especial, indirecte o incidental (incloent,\n"
-#~ "però sense limitar-se a, la pèrdua de beneficis, interrupció del negoci,\n"
-#~ "pèrdua de dades comercials i altres pèrdues econòmiques, i eventuals\n"
-#~ "responsabilitats i idemnitzacions que s'hagin de pagar per sentència\n"
-#~ "judicial) derivat de l'ús, la possessió o la simple descàrrega d'aquest\n"
-#~ "programari, al qual el client i/o l'usuari final pugui(n), eventualment,\n"
-#~ "tenir accés després d'haver signat el present acord.\n"
-#~ "\n"
-#~ "Per a qualsevol consulta relativa a aquest acord, podeu adreçar-vos a \n"
-#~ "Mandrakesoft, Inc.\n"
-#~ "2400 N. Lincoln Avenue Suite 243\n"
-#~ "Altadena California 91001\n"
-#~ "USA"
-
-#
-#~ msgid "Proxy configuration"
-#~ msgstr "Configuració del servidor intermediari"
-
-#~ 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 ""
-#~ "Benvingut a la utilitat de configuració del servidor intermediari "
-#~ "(proxy).\n"
-#~ "\n"
-#~ "Aquí, podreu definir i configurar els vostres servidors intermediaris \n"
-#~ "d'HTTP i FTP, amb o sense entrada i contrasenya\n"
-
-#~ msgid ""
-#~ "Please fill in the http proxy informations\n"
-#~ "Leave it blank if you don't want an http proxy"
-#~ msgstr ""
-#~ "Si us plau, completeu les dades del servidor intermediari d'http\n"
-#~ "Deixeu-ho en blanc si no voleu cap servidor intermediari d'HTTP"
+msgid "Multimedia - Graphics"
+msgstr "Multimèdia - Gràfics"
-#~ msgid "URL"
-#~ msgstr "URL"
+#: ../../share/compssUsers:999
+msgid "Graphics programs such as The Gimp"
+msgstr "Programes gràfics com El Gimp"
-#
-#~ msgid "port"
-#~ msgstr "Port"
+#: ../../share/compssUsers:999
+msgid "Multimedia - Sound"
+msgstr "Multimèdia - So"
-#
-#~ msgid "Url should begin with 'http:'"
-#~ msgstr "L'URL ha de començar amb 'http:'"
+#: ../../share/compssUsers:999
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgstr "Eines d'àudio: reproductors d'mp3 o midi, mescladors, etc."
-#
-#~ msgid "The port part should be numeric"
-#~ msgstr "El port ha de ser numèric"
+#: ../../share/compssUsers:999
+msgid "Multimedia - Video"
+msgstr "Multimèdia - Vídeo"
-#~ msgid ""
-#~ "Please fill in the ftp proxy informations\n"
-#~ "Leave it blank if you don't want an ftp proxy"
-#~ msgstr ""
-#~ "Si us plau, completeu les dades del servidor intermediari d'FTP\n"
-#~ "Deixeu-ho en blanc si no voleu un servidor intermediari d'FTP"
+#: ../../share/compssUsers:999
+msgid "Video players and editors"
+msgstr "Reproductors i editors de vídeo"
-#~ msgid ""
-#~ "Please enter proxy login and password, if any.\n"
-#~ "Leave it blank if you don't want login/passwd"
-#~ msgstr ""
-#~ "Introduïu el nom d'entrada i la contrasenya per al servidor intermediari, "
-#~ "si en voleu.\n"
-#~ "Deixeu-ho en blanc si no voleu entrada/contrasenya"
+#: ../../share/compssUsers:999
+msgid "Multimedia - CD Burning"
+msgstr "Multimèdia - Enregistrament de CD"
-#
-#~ msgid "login"
-#~ msgstr "entrada"
+#: ../../share/compssUsers:999
+msgid "Tools to create and burn CD's"
+msgstr "Eines per crear i enregistrar CD"
-#
-#~ msgid "password"
-#~ msgstr "contrasenya"
+#: ../../share/compssUsers:999
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr "Més escriptoris gràfics (Gnome, IceWM)"
-#
-#~ msgid "re-type password"
-#~ msgstr "contrasenya (un altre cop)"
+#: ../../share/compssUsers:999
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc."
-#
-#~ msgid "The passwords don't match. Try again!"
-#~ msgstr "Les contrasenyes no coincideixen. Proveu-ho un altre cop!"
+#: ../../share/compssUsers:999
+msgid "Personal Information Management"
+msgstr "Gestió d'informació personal"
-#~ msgid "Can't write file %s"
-#~ msgstr "No es pot escriure el fitxer %s"
+#: ../../share/compssUsers:999
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr "Eines per al Palm Pilot o per al Visor"
-#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+#: ../../share/compssUsers:999
+msgid "Personal Finance"
+msgstr "Comptabilitat personal"
-#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr "Programes per gestionar els vostres comptes, com ara el gnucash"
-#, fuzzy
#~ msgid ""
-#~ "Warning, another internet connexion has been detected, maybe using your "
-#~ "network"
+#~ "You must indicate where you wish to place the information required to "
+#~ "boot\n"
+#~ "GNU/Linux.\n"
+#~ "\n"
+#~ "Unless you know exactly what you are doing, choose \"First sector of "
+#~ "drive\n"
+#~ "(MBR)\"."
#~ msgstr ""
-#~ "Avís: s'ha detectat una altra connexió a Internet, podria estar "
-#~ "utilitzant la vostra xarxa"
-
-#~ msgid "no help implemented yet.\n"
-#~ msgstr "encara no s'ha implementat cap ajuda.\n"
-
-#
-#~ msgid "Please click on a medium"
-#~ msgstr "Si us plau, feu clic a un suport físic"
-
-#~ msgid "Removing LPRng..."
-#~ msgstr "S'està suprimint l'LPRng..."
-
-#~ msgid "Removing LPD..."
-#~ msgstr "S'està suprimint l'LPD..."
+#~ "Heu d'indicar on voleu situar la informació necessària per\n"
+#~ "arrencar el GNU/Linux.\n"
+#~ "\n"
+#~ "Tret que sapigueu exactament què esteu fent, escolliu \"Primer sector\n"
+#~ "de la unitat (MBR)\"."
#~ msgid ""
-#~ "Description:\n"
+#~ "DrakX now needs to know if you want to perform a default (\"Recommended"
+#~ "\")\n"
+#~ "installation or if you want to have greater control (\"Expert\") over "
+#~ "your\n"
+#~ "installation. You can also choose to do a new installation or upgrade "
+#~ "your\n"
+#~ "existing Mandrake Linux system:\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"
+#~ " * \"Install\": completely wipes out the old system. However, depending "
+#~ "on\n"
+#~ "what is currently installed on your machine, you may be able to keep "
+#~ "some\n"
+#~ "old partitions (Linux or otherwise) unchanged;\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"
+#~ " * \"Upgrade\": this installation class allows to simply update the\n"
+#~ "packages currently installed on your Mandrake Linux system. It keeps "
+#~ "your\n"
+#~ "hard drives' current partitions as well as user configurations. All "
+#~ "other\n"
+#~ "configuration steps remain available, similar to a normal installation;\n"
#~ "\n"
-#~ " Drakbackup allows you to restore your system to\n"
-#~ " a user selected directory.\n"
+#~ " * \"Upgrade Packages Only\": this new installation class allows you to\n"
+#~ "upgrade an existing Mandrake Linux system while keeping all system\n"
+#~ "configurations unchanged. Adding new packages to the current "
+#~ "installation\n"
+#~ "is also possible.\n"
#~ "\n"
-#~ " Per default all backup will be stored on your\n"
-#~ " /var/lib/drakbackup directory\n"
+#~ "Upgrades should work fine on Mandrake Linux systems using version \"8.1"
+#~ "\"\n"
+#~ "or later.\n"
#~ "\n"
-#~ " Configuration file:\n"
-#~ "\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+#~ "Depending on your GNU/Linux knowledge, select one of the following "
+#~ "choices:\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"
+#~ " * 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 GNU/Linux understanding, you may wish to\n"
+#~ "perform a highly customized installation. Some of the decisions you will\n"
+#~ "have to make may be difficult if you do not have good GNU/Linux "
+#~ "knowledge,\n"
+#~ "so it is not recommended that those without a fair amount of experience\n"
+#~ "select this installation class."
#~ msgstr ""
-#~ "Descripció:\n"
+#~ "DrakX necessita saber si voleu una instal·lació per defecte (\"Recomanada"
+#~ "\")\n"
+#~ "o si voleu tenir més control sobre la instal·lació (\"Expert\"). També "
+#~ "podeu\n"
+#~ "escollir fer una instal·lació nova o una actualització d'un sistema \n"
+#~ "Mandrake Linux ja existent:\n"
#~ "\n"
-#~ " El Drakbackup s'usa per fer còpies de seguretat del sistema.\n"
-#~ " Durant la configuració podeu seleccionar: \n"
-#~ "\t- Fitxers de sistema\n"
-#~ "\t- Fitxers d'usuari\n"
-#~ "\t- Altres fitxers\n"
-#~ "\to Tot el Sistema... i Altres (com les particions de Windows)\n"
+#~ " * \"Instal·la\": esborra completament l'antic sistema operatiu. De fet,\n"
+#~ "depenent del que tingueu instal·lat en la vostra màquina, es podran "
+#~ "mantenir\n"
+#~ "algunes antigues particions (Linux o altres) sense modificar.\n"
#~ "\n"
-#~ " El Drakbackup us permet fer còpies de seguretat del sistema en:\n"
-#~ "\t- Disc dur\n"
-#~ "\t- NFS\n"
-#~ "\t- CDROM (CDRW), DVDROM (amb arrencada automàtica, rescat i instal·lació "
-#~ "automàtica)\n"
-#~ "\t- FTP\n"
-#~ "\t- Rsync\n"
-#~ "\t- Webdav\n"
-#~ "\t- Cinta\n"
+#~ " * \"Actualitza\": aquesta mena d'instal·lació permet actualitzar els "
+#~ "paquets\n"
+#~ "que hi ha instal·lats en el sistema Mandrake Linux. Manté les particions\n"
+#~ "dels discs durs i també les configuracions de l'usuari. Tota la resta de "
+#~ "passos\n"
+#~ "de configuració es mantenen accessibles com a la instal·lació per "
+#~ "defecte.\n"
#~ "\n"
-#~ " El Drakbackup us permet restaurar el sistema a\n"
-#~ " un directori seleccionat d'usuari.\n"
+#~ " * \"Només actualitza paquets\": aquest nou tipus d'instal·lació permet \n"
+#~ "actualitzar un sistema Mandrake Linux tot mantenint les configuracions "
+#~ "del\n"
+#~ "sistema sense modificar. És possible també afegir nous paquets a la nova\n"
+#~ "instal·lació.\n"
#~ "\n"
-#~ " Per defecte totes les còpies de seguretat es guarden en\n"
-#~ " el directori /var/lib/drakbackup\n"
+#~ "Les actualitzacions harien de funcionar bé per a sistemes Mandrake Linux "
+#~ "versió\n"
+#~ "\"8.1\" i posteriors.\n"
#~ "\n"
-#~ " Fitxer de Configuració:\n"
-#~ "\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+#~ "Segons els vostres coneixements de GNU/Linux, trieu una de les següents "
+#~ "opcions:\n"
#~ "\n"
+#~ " * Recomanada: si mai no heu instal·lat un sistema operatiu GNU/Linux, "
+#~ "trieu\n"
+#~ "aquesta opció. La instal·lació serà molt fàcil i només se us faran unes "
+#~ "poques\n"
+#~ "preguntes.\n"
#~ "\n"
-#~ "El pas de restauració:\n"
-#~ " \n"
-#~ " Durant el pas de restauració, el DrakBackup esborrarà \n"
-#~ " els directoris originals i verificarà que cap de \n"
-#~ " les còpies de seguretat no està malmesa. És recomanable que \n"
-#~ " feu una última còpia de seguretat abans de restaurar.\n"
-#~ " \n"
-#~ "\n"
+#~ " * Expert: si domineu el GNU/Linux, potser voldreu una instal·lació molt\n"
+#~ "personalitzable. Algunes de les decisions que haureu de prendre poden "
+#~ "resultar\n"
+#~ "difícils si no teniu coneixements sòlids de GNU/Linux. Per tant, no "
+#~ "escolliu aquest\n"
+#~ "tipus d'instal·lació tret que sapigueu què esteu fent."
+
+#~ msgid "Please be patient. This operation can take several minutes."
+#~ msgstr ""
+#~ "Si us plau, tingueu paciència. Aquesta operació pot trigar uns minuts."
#~ msgid ""
-#~ "drakbug version %s\n"
-#~ "Copyright (C) 2002 MandrakeSoft.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
+#~ "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"
-#~ "OPTIONS:\n"
+#~ "Please be patient."
#~ msgstr ""
-#~ "drakbug versió %s\n"
-#~ "Copyright (C) 2002 MandrakeSoft.\n"
-#~ "Aquest programa és programari lliure i pot redistribuir-se sota els "
-#~ "termes de la GNU GPL.\n"
+#~ "El nou sistema operatiu Mandrake Linux s'està instal·lant. Segons la "
+#~ "quantitat\n"
+#~ "de paquets que heu triat instal·lar i la velocitat de la vostra "
+#~ "màquina, \n"
+#~ "aquesta operació pot trigar des d'uns pocs minuts fins a un temps "
+#~ "considerable.\n"
#~ "\n"
-#~ "sintaxi: drakbug [OPCIONS] [NOM_PROGRAMA]\n"
-#~ "\n"
-#~ "OPCIONS:\n"
-
-#~ msgid " --help - print this help message.\n"
-#~ msgstr " --help - mostra aquest missatge d'ajuda.\n"
-
-#~ msgid " --report - program should be one of mandrake tools\n"
-#~ msgstr ""
-#~ " --report - presenta una interfície gràfica per informar d'un "
-#~ "error de programació\n"
-
-#~ msgid " --incident - program should be one of mandrake tools\n"
-#~ msgstr ""
-#~ " --incident - presenta una interfície gràfica per informar d'un "
-#~ "error de programació\n"
-
-#~ msgid "usage: drakfloppy\n"
-#~ msgstr "sintaxi: drakfloppy\n"
+#~ "Si us plau, tingueu paciència."
#~ 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.\n"
+#~ "\n"
+#~ "You will be presented the list of available resolutions and color depth\n"
+#~ "available for your hardware. Choose the one that best suit your needs "
+#~ "(you\n"
+#~ "will be able to change that after installation though). When you are\n"
+#~ "satisfied with the sample shown in the monitor, click \"OK\". 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"
-#~ "Usage: harddrake [-h|--help] [--test]\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. Refer then to the video\n"
+#~ "configuration section of the user guide for more information on how to\n"
+#~ "configure your display."
#~ msgstr ""
+#~ "L'X (per Sistema de finestres X) és el cor de la interfície gràfica del "
+#~ "GNU/Linux\n"
+#~ "i sobre ell funcionen tots els entorns gràfics (KDE, GNOME, AfterStep, "
+#~ "WindowMaker,\n"
+#~ "etc.) empaquetats amb el Mandrake Linux.\n"
#~ "\n"
-#~ "Sintaxi: harddrake [-h|--help] [--test]\n"
-
-#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-#~ msgstr "sintaxi: keyboarddrake [--expert] [teclat]\n"
-
-#~ msgid "Probing %s class\n"
-#~ msgstr "S'està sondejant la classe %s\n"
-
-#~ msgid "detected on interface %s"
-#~ msgstr "detectat a la interfície %s"
-
-#~ msgid "Periodic Checks 2"
-#~ msgstr "Comprovacions periòdiques 2"
+#~ "Se us mostrarà una llista amb les resolucions de pantalla i les "
+#~ "profunditats\n"
+#~ "de color que permet el vostre maquinari. Trieu aquella que millor "
+#~ "satisfaci les\n"
+#~ "vostres necessitats (tot i que podreu canviar-la després de la "
+#~ "instal·lació).\n"
+#~ "Quan la mostra que apareix al monitor us complagui, feu clic a \"D'acord"
+#~ "\".\n"
+#~ "Aleshores apareixerà una finestra i us preguntarà si la podeu veure.\n"
+#~ "\n"
+#~ "Si esteu fent una instal·lació \"Experta\", entrareu en l'auxiliar de\n"
+#~ "configuració de l'X. Mireu la secció del manual corresponent per a més\n"
+#~ "informació sobre l'auxiliar.\n"
+#~ "\n"
+#~ "Si podeu veure el missatge durant el test, i responeu \"Sí\", aleshores "
+#~ "el DrakX\n"
+#~ "seguirà amb el següent pas. Si no podeu veure el missatge, voldrà dir que "
+#~ "la\n"
+#~ "configuració és errònia i el test finalitzarà automàticament passats 10 "
+#~ "segons,\n"
+#~ "i es restaurarà la pantalla. Consulteu la secció de configuració del "
+#~ "vídeo de\n"
+#~ "la guia d'usuari per obtenir més informació sobre com configurar la "
+#~ "pantalla."
+
+#~ msgid "Switching between ALSA and OSS help"
+#~ msgstr "Ajuda sobre el canvi entre ALSA i OSS"
+
+#~ msgid "Detecting devices ..."
+#~ msgstr "S'estan detectant els dispositius..."
+
+#~ msgid "Test ports"
+#~ msgstr "Comprova els ports"
diff --git a/perl-install/share/po/cs.po b/perl-install/share/po/cs.po
index e8ab62de7..a7868b921 100644
--- a/perl-install/share/po/cs.po
+++ b/perl-install/share/po/cs.po
@@ -15,1120 +15,674 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.5\n"
-#: ../../Xconfig/card.pm_.c:16
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfig/card.pm_.c:17
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfig/card.pm_.c:18
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfig/card.pm_.c:19
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfig/card.pm_.c:20
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfig/card.pm_.c:21
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfig/card.pm_.c:22
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfig/card.pm_.c:23
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfig/card.pm_.c:24
-msgid "64 MB or more"
-msgstr "64 MB nebo více"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "Choose a X server"
-msgstr "Zvolte X server"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "X server"
-msgstr "X server"
-
-#: ../../Xconfig/card.pm_.c:230
-msgid "Multi-head configuration"
-msgstr "Konfigurace dvou monitorù"
-
-#: ../../Xconfig/card.pm_.c:231
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
msgstr ""
-"Váı systém podporuje zobrazení na dvou monitorech.\n"
-"Co chcete dìlat?"
-
-#: ../../Xconfig/card.pm_.c:288
-msgid "Select the memory size of your graphics card"
-msgstr "Kolik pamìti je na vaıí grafické kartì ?"
-
-#: ../../Xconfig/card.pm_.c:349
-msgid "XFree configuration"
-msgstr "Nastavení XFree"
-
-#: ../../Xconfig/card.pm_.c:351
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Které XFree by jste chtìli pouít?"
-
-#: ../../Xconfig/card.pm_.c:383
-msgid "Configure all heads independently"
-msgstr "Konfigurovat vıechny monitory nezávisle"
-
-#: ../../Xconfig/card.pm_.c:384
-msgid "Use Xinerama extension"
-msgstr "Pouít rozıíĝení Xinerama"
-
-#: ../../Xconfig/card.pm_.c:389
-#, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "Konfigurovat pouze kartu \"%s\"%s"
+"Sdílení mezi uivateli pouívá skupinu \"fileshare\". \n"
+"Uivatele lze do této skupiny pĝidat pomocí nástroje UserDrake."
-#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1 ../../bootlook.pm:1 ../../install_steps_gtk.pm:1
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
+#: ../../interactive/stdio.pm:1 ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
+#: ../../standalone/drakgw:1 ../../standalone/draksec:1
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Cancel"
+msgstr "Zruıit"
-#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s s hardwarovou 3D akcelerací"
+msgid "Launch userdrake"
+msgstr "Spustit UserDrake"
-#: ../../Xconfig/card.pm_.c:416
+#: ../../any.pm:1
#, 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."
+"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 ""
-"Vaıe karta podporuje 3D akceleraci, ale pouze s XFree %s.\n"
-"Pokud pouijete XFree %s, mùete na druhou stranu dosáhnout lepıích vŭsledkù "
-"ve 2D."
-
-#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "S XFree %s mùe vaıe karta vyuít 3D hardwarové akcelerace."
+"Chcete povolit uivatelùm, aby si mohli sdílet adresáĝe ve svém domovském "
+"adresáĝi?\n"
+"Pokud to povolíte, uivatelùm staèí pouze kliknout na \"Sdílet\" v "
+"aplikacích Konqueror a Nautilus.\n"
+"\n"
+"Lze také provést \"Vlastní\" povolení pro jednotlivé uivatele.\n"
-#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s s EXPERIMENTÁLNÍ 3D hardwarovou akcelerací"
+msgid "Mandatory package %s is missing"
+msgstr "Chybí potĝebnŭ balíèek %s"
-#: ../../Xconfig/card.pm_.c:429
+#: ../../any.pm:1
#, 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."
+"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-"Vaıe karta podporuje 3D akceleraci, ale pouze s XFree %s,\n"
-"TOTO JE POUZE EXPERIMENTÁLNÍ VERZE, A MÙE VÉST K NESTABILITÌ SYSTÉMU.\n"
-"Vaıe karta je podporována i v XFree %s, kde mùe mít lepıí podporu pro 2D."
+"Nyní lze provést export pĝes protokol NFS nebo Samba. Vyberte prosím, kterŭ "
+"chcete pouít."
-#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, 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 mùe vaıe karta vyuít 3D hardwarové akcelerace.\n"
-" TOTO JE POUZE EXPERIMENTÁLNÍ VERZE, A MÙE VÉST K NESTABILITÌ SYSTÉMU."
-
-#: ../../Xconfig/card.pm_.c:455
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (instalaèní ovladaè pro obrazovku)"
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Balíèek %s musí bŭt nainstalován. Chcete ho nainstalovat?"
-#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
+#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
msgid "Custom"
msgstr "Vlastní"
-#: ../../Xconfig/main.pm_.c:102
-msgid "Graphic Card"
-msgstr "Grafická karta"
-
-#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
-msgid "Monitor"
-msgstr "Monitor"
+#: ../../any.pm:1
+#, c-format
+msgid "Allow all users"
+msgstr "Povolit vıem uivatelùm"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
-msgid "Resolution"
-msgstr "Rozliıení"
+#: ../../any.pm:1
+#, c-format
+msgid "No sharing"
+msgstr "Nesdílet"
-#: ../../Xconfig/main.pm_.c:113
-msgid "Test"
-msgstr "Test"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "More"
+msgstr "Více"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/smbnfs_gtk.pm_.c:86
-msgid "Options"
-msgstr "Volby"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Here is the full list of available countries"
+msgstr "Zde je kompletní seznam dostupnŭch klávesnic"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
-#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
-#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
-#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
-#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
-#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
-msgid "Ok"
-msgstr "Ok"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose your country."
+msgstr "Jakŭ je typ vaıí myıi?"
-#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
-#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
-msgid "Quit"
-msgstr "Konec"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Country"
+msgstr "Zemì:"
-#: ../../Xconfig/main.pm_.c:145
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
+msgid "Use Unicode by default"
msgstr ""
-"Zachovat zmìny?\n"
-"Aktuální konfigurace je:\n"
-"\n"
-"%s"
-
-#: ../../Xconfig/monitor.pm_.c:93
-msgid "Choose a monitor"
-msgstr "Zvolte typ monitoru"
-
-#: ../../Xconfig/monitor.pm_.c:97
-msgid "Plug'n Play"
-msgstr "Plug'n Play"
-
-#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
-msgid "Generic"
-msgstr "Obecná"
-
-#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
-#: ../../standalone/harddrake2_.c:68
-msgid "Vendor"
-msgstr "Dodavatel"
-#: ../../Xconfig/monitor.pm_.c:109
-msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr "Plag'n Play detekce selhala. Vyberte prosím pĝesnŭ monitor"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "All"
+msgstr "Vıechno"
-#: ../../Xconfig/monitor.pm_.c:114
+#: ../../any.pm:1
+#, c-format
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 rozhodující parametry jsou: vertikální synchronizaèní frekvence, co je\n"
-"frekvence, kterou je obnovována celá obrazovka, a frekvence ĝádkové\n"
-" synchronizace (horiz. sync. rate), co je frekvence jakou jsou zobrazovány\n"
-"jednotlivé mikroĝádky (scanline).\n"
-"\n"
-"Je VELMI DÙLEITÉ abyste nezvolili typ monitoru se schopnostmi vyııími ne "
-"má\n"
-"váı monitor, protoe byste si ho tím mohli poıkodit. Jestlie si nejste "
-"jistí\n"
-"zvolte radìji typ s niıími schopnostmi."
-
-#: ../../Xconfig/monitor.pm_.c:121
-msgid "Horizontal refresh rate"
-msgstr "Horizontální(ĝádková) synchronizace"
-
-#: ../../Xconfig/monitor.pm_.c:122
-msgid "Vertical refresh rate"
-msgstr "Vertikální(obrazovková) synchronizace"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:12
-msgid "256 colors (8 bits)"
-msgstr "256 barev (8 bitù)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:13
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tisíc barev (15 bitù)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:14
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tisíc barev (16 bitù)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:15
-msgid "16 million colors (24 bits)"
-msgstr "16 miliónù barev (24 bitù)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:16
-msgid "4 billion colors (32 bits)"
-msgstr "4 miliardy barev (32 bitù)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:130
-msgid "Resolutions"
-msgstr "Rozliıení"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
-msgid "Choose the resolution and the color depth"
-msgstr "Vyberte si rozliıení a barevnou hloubku"
+"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 "Mùete si zvolit dalıí jazyky, které budou dostupné po instalaci"
-#: ../../Xconfig/resolution_and_depth.pm_.c:256
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s"
-msgstr "Grafická karta: %s"
+msgid "Please choose a language to use."
+msgstr "Prosím zvolte si jazyk, kterŭ chcete pouívat."
-#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
-#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
-#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
-#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
-#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
-#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
-#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
-#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
-#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
-#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
-#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
-#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
-#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
-#: ../../ugtk2.pm_.c:926
-msgid "Cancel"
-msgstr "Zruıit"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the window manager to run:"
+msgstr "Vyberte si, kterŭ správce oken má bŭt spouıtìn:"
-#: ../../Xconfig/test.pm_.c:29
-msgid "Test of the configuration"
-msgstr "Vyzkouıet nastavení"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the default user:"
+msgstr "Zvolte standardního uivatele :"
-#: ../../Xconfig/test.pm_.c:30
-msgid "Do you want to test the configuration?"
-msgstr "Chcete si vyzkouıet nastavení?"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Do you want to use this feature?"
+msgstr "Chcete pouít aboot?"
-#: ../../Xconfig/test.pm_.c:30
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Varování: test na této grafické kartì mùe zpùsobit zatuhnutí poèítaèe"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "I can set up your computer to automatically log on one user."
+msgstr ""
+"Mùu nastavit váı poèítaè tak, aby automaticky pĝihlásil vybraného "
+"uivatele.\n"
+"Chcete pouít tuto monost?"
-#: ../../Xconfig/various.pm_.c:29
+#: ../../any.pm:1
#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Rozloení klávesnice: %s\n"
+msgid "Autologin"
+msgstr "Automatické pĝihláıení"
-#: ../../Xconfig/various.pm_.c:30
+#: ../../any.pm:1
#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Typ myıi: %s\n"
+msgid "Icon"
+msgstr "Ikona"
-#: ../../Xconfig/various.pm_.c:31
+#: ../../any.pm:1
#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Pĝípojení myıi: %s\n"
+msgid "Shell"
+msgstr "Shell"
-#: ../../Xconfig/various.pm_.c:32
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
+msgid "Password (again)"
+msgstr "Heslo (podruhé)"
-#: ../../Xconfig/various.pm_.c:33
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Horizontální frekvence monitoru: %s\n"
+msgid "Password"
+msgstr "Heslo"
-#: ../../Xconfig/various.pm_.c:34
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Vertikální frekvence monitoru: %s\n"
+msgid "User name"
+msgstr "Uivatelské jméno"
-#: ../../Xconfig/various.pm_.c:35
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s\n"
-msgstr "Grafická karta: %s\n"
+msgid "Real name"
+msgstr "Skuteèné jméno"
-#: ../../Xconfig/various.pm_.c:36
+#: ../../any.pm:1
#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "Pamìğ na gr. kartì: %s kB\n"
+msgid "Accept user"
+msgstr "Vytvoĝit uivatele"
-#: ../../Xconfig/various.pm_.c:38
+#: ../../any.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/scannerdrake:1
#, c-format
-msgid "Color depth: %s\n"
-msgstr "Barevná hloubka: %s\n"
+msgid "Done"
+msgstr "Hotovo"
-#: ../../Xconfig/various.pm_.c:39
+#: ../../any.pm:1
#, c-format
-msgid "Resolution: %s\n"
-msgstr "Rozliıení: %s\n"
+msgid ""
+"Enter a user\n"
+"%s"
+msgstr ""
+"Zadejte uivatele\n"
+"%s"
-#: ../../Xconfig/various.pm_.c:41
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 server: %s\n"
+msgid "Add user"
+msgstr "Pĝidat uivatele"
-#: ../../Xconfig/various.pm_.c:42
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 ovladaè: %s\n"
-
-#: ../../Xconfig/various.pm_.c:61
-msgid "Graphical interface at startup"
-msgstr "Spouıtí se X"
+msgid "This user name has already been added"
+msgstr "Toto uivatelské jméno u bylo pĝidáno"
-#: ../../Xconfig/various.pm_.c:62
-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 ""
-"Mùu nastavit váı poèítaè tak, aby automaticky spustil X pĝi startu.\n"
-"Chcete aby poèítaè po zapnutí spustil grafickŭ reim?"
+#: ../../any.pm:1
+#, c-format
+msgid "The user name is too long"
+msgstr "Toto uivatelské jméno je pĝíliı dlouhé"
-#: ../../Xconfig/various.pm_.c:73
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
-msgstr ""
-"Vaıe grafická karta zĝejmì disponuje konektorem pro TV-OUT.\n"
-"Tento konektor mùe bŭt zprovoznìn pouitím tzv. frame bufferu.\n"
-"\n"
-"Aby to bylo moné, budete muset napojit svou grafickou kartu na televizní "
-"pĝijímaè, a to jeıtì ne zapnete váı poèítaè.\n"
-"Poté vyberte ve vaıem zavadìèi poloku \"TV out\".\n"
-"\n"
-"Má vaıe karta tuto vlastnost?"
-
-#: ../../Xconfig/various.pm_.c:85
-msgid "What norm is your TV using?"
-msgstr "Jakou normu váı televizor pouívá?"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132
-msgid "First sector of boot partition"
-msgstr "První sektor zavádìcího diskového oddílu"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
-msgid "First sector of drive (MBR)"
-msgstr "První sektor disku (MBR)"
-
-#: ../../any.pm_.c:111
-msgid "SILO Installation"
-msgstr "Instalace SILO"
-
-#: ../../any.pm_.c:112 ../../any.pm_.c:125
-msgid "Where do you want to install the bootloader?"
-msgstr "Kam chcete nainstalovat zavádìcí program?"
-
-#: ../../any.pm_.c:124
-msgid "LILO/grub Installation"
-msgstr "Instalace LILO/Grub"
-
-#: ../../any.pm_.c:136 ../../any.pm_.c:150
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:138
-msgid "LILO with text menu"
-msgstr "LILO s textovou nabídkou"
-
-#: ../../any.pm_.c:139 ../../any.pm_.c:150
-msgid "LILO with graphical menu"
-msgstr "LILO s grafickou nabídkou"
-
-#: ../../any.pm_.c:142
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:146
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Spuıtìní s DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:150
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:158 ../../any.pm_.c:189
-msgid "Bootloader main options"
-msgstr "Základní nastavení zavádìcího programu"
-
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
-msgid "Bootloader to use"
-msgstr "Zavádìcí program"
-
-#: ../../any.pm_.c:161
-msgid "Bootloader installation"
-msgstr "Instalace zavádìcího programu"
-
-#: ../../any.pm_.c:163 ../../any.pm_.c:192
-msgid "Boot device"
-msgstr "Startovací zaĝízení"
-
-#: ../../any.pm_.c:164
-msgid "Compact"
-msgstr "Kompaktní"
-
-#: ../../any.pm_.c:164
-msgid "compact"
-msgstr "kompaktní"
-
-#: ../../any.pm_.c:165 ../../any.pm_.c:289
-msgid "Video mode"
-msgstr "Textovŭ reim"
-
-#: ../../any.pm_.c:167
-msgid "Delay before booting default image"
-msgstr "Prodleva pĝed automatickŭm spuıtìním"
-
-#: ../../any.pm_.c:169 ../../any.pm_.c:772
-#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
-#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
-#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
-#: ../../standalone/drakconnect_.c:647
-msgid "Password"
-msgstr "Heslo"
-
-#: ../../any.pm_.c:170 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1078
-msgid "Password (again)"
-msgstr "Heslo (podruhé)"
-
-#: ../../any.pm_.c:171
-msgid "Restrict command line options"
-msgstr "Omezení nastavení z pĝíkazové ĝádky"
-
-#: ../../any.pm_.c:171
-msgid "restrict"
-msgstr "omezení"
-
-#: ../../any.pm_.c:173
-msgid "Clean /tmp at each boot"
-msgstr "Vyèistit /tmp pĝi kadém startu"
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
+msgstr "Uivatelské jméno mùe obsahovat pouze malá písmena, èísla, '-' a '_'"
-#: ../../any.pm_.c:174
+#: ../../any.pm:1
#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Pokud je tĝeba, upĝesnìte velikost pamìti (nalezeno %d MB)"
-
-#: ../../any.pm_.c:176
-msgid "Enable multi profiles"
-msgstr "Povolit více profilù"
-
-#: ../../any.pm_.c:180
-msgid "Give the ram size in MB"
-msgstr "Zadejte velikost pamìti v MB"
+msgid "Please give a user name"
+msgstr "Prosím zadejte uivatelské jméno"
-#: ../../any.pm_.c:182
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Volba ''Omezení nastavení z pĝíkazové ĝádky'' je bezpĝedmìtné bez hesla"
+#: ../../any.pm:1
+#, c-format
+msgid "This password is too simple"
+msgstr "Toto heslo je pĝíliı jednoduché"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../diskdrake/interactive.pm_.c:1204
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid "Please try again"
msgstr "Zkuste to znovu, prosím"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
msgid "The passwords do not match"
msgstr "Hesla nejsou shodná"
-#: ../../any.pm_.c:191
-msgid "Init Message"
-msgstr "Úvodní zpráva"
+#: ../../any.pm:1
+#, c-format
+msgid "(already added %s)"
+msgstr "(u byl pĝidán %s)"
-#: ../../any.pm_.c:193
-msgid "Open Firmware Delay"
-msgstr "Prodleva pro firmware"
+#: ../../any.pm:1
+#, c-format
+msgid "access to compilation tools"
+msgstr "pĝístup k nástrojùm pro kompilaci"
-#: ../../any.pm_.c:194
-msgid "Kernel Boot Timeout"
-msgstr "Prodleva pĝi spuıtìní"
+#: ../../any.pm:1
+#, c-format
+msgid "access to network tools"
+msgstr "pĝístup k síğovŭm nástrojùm"
-#: ../../any.pm_.c:195
-msgid "Enable CD Boot?"
-msgstr "Povolit spuıtìní z CD?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to administrative files"
+msgstr "pĝístup k administrativním souborùm"
-#: ../../any.pm_.c:196
-msgid "Enable OF Boot?"
-msgstr "Povolit zavadìè OF?"
+#: ../../any.pm:1
+#, c-format
+msgid "allow \"su\""
+msgstr "povolit \"su\""
-#: ../../any.pm_.c:197
-msgid "Default OS?"
-msgstr "Vŭchozí OS?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to rpm tools"
+msgstr "pĝístup k rpm nástrojùm"
-#: ../../any.pm_.c:231
-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ìè systému na oddíl.\n"
-"To znamená, e ji zavadìè na disku, ze kterého spouıtíte systém nìjakŭ je "
-"(napĝ. System Commander).\n"
-"\n"
-"Ze kterého disku spouıtíte systém?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to X programs"
+msgstr "pĝístup k programùm v X prostĝedí"
-#: ../../any.pm_.c:247
+#: ../../any.pm:1
+#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
+"You can create additional entries or change the existing ones."
msgstr ""
"Tady jsou vıechny záznamy.\n"
"Mùete pĝidat dalıí nebo zmìnit stávající."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
-#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
-#: ../../standalone/drakfont_.c:996
-msgid "Add"
-msgstr "Pĝidat"
-
-#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
-#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
-msgid "Done"
-msgstr "Hotovo"
-
-#: ../../any.pm_.c:257
-msgid "Modify"
-msgstr "Zmìnit"
-
-#: ../../any.pm_.c:265
-msgid "Which type of entry do you want to add?"
-msgstr "Jakŭ typ záznamu chcete pĝidat?"
-
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:266
-msgid "Other OS (SunOS...)"
-msgstr "Jinŭ systém (SunOs...)"
-
-#: ../../any.pm_.c:267
-msgid "Other OS (MacOS...)"
-msgstr "Jinŭ systém (MacOs...)"
-
-#: ../../any.pm_.c:267
+#: ../../any.pm:1
+#, c-format
msgid "Other OS (windows...)"
msgstr "Jinŭ systém (Windows...)"
-#: ../../any.pm_.c:285
-msgid "Image"
-msgstr "Obraz(image)"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (MacOS...)"
+msgstr "Jinŭ systém (MacOs...)"
-#: ../../any.pm_.c:286 ../../any.pm_.c:297
-msgid "Root"
-msgstr "Koĝenovŭ(root)"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (SunOS...)"
+msgstr "Jinŭ systém (SunOs...)"
-#: ../../any.pm_.c:287 ../../any.pm_.c:315
-msgid "Append"
-msgstr "Pĝipojit"
+#: ../../any.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Linux"
+msgstr "Linux"
-#: ../../any.pm_.c:291
-msgid "Initrd"
-msgstr "Initrd"
+#: ../../any.pm:1
+#, c-format
+msgid "Which type of entry do you want to add?"
+msgstr "Jakŭ typ záznamu chcete pĝidat?"
-#: ../../any.pm_.c:292
-msgid "Read-write"
-msgstr "Pro ètení i zápis"
+#: ../../any.pm:1
+#, c-format
+msgid "This label is already used"
+msgstr "Tato znaèka se ji pouívá"
-#: ../../any.pm_.c:299
-msgid "Table"
-msgstr "Tabulka"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a root partition"
+msgstr "Musíte zadat koĝenovŭ oddíl"
-#: ../../any.pm_.c:300
-msgid "Unsafe"
-msgstr "Nejistŭ"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a kernel image"
+msgstr "Musíte zadat soubor s jádrem"
-#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
-msgid "Label"
-msgstr "Znaèka"
+#: ../../any.pm:1
+#, c-format
+msgid "Empty label not allowed"
+msgstr "Prázdná znaèka není povolena"
-#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
+#: ../../any.pm:1 ../../harddrake/v4l.pm:1
+#, c-format
msgid "Default"
msgstr "Vŭchozí"
-#: ../../any.pm_.c:316
-msgid "Initrd-size"
-msgstr "Initrd-velikost"
-
-#: ../../any.pm_.c:318
+#: ../../any.pm:1
+#, c-format
msgid "NoVideo"
msgstr "Bez Videa"
-#: ../../any.pm_.c:326
-msgid "Remove entry"
-msgstr "Odstranit záznam"
-
-#: ../../any.pm_.c:329
-msgid "Empty label not allowed"
-msgstr "Prázdná znaèka není povolena"
+#: ../../any.pm:1
+#, c-format
+msgid "Initrd-size"
+msgstr "Initrd-velikost"
-#: ../../any.pm_.c:330
-msgid "You must specify a kernel image"
-msgstr "Musíte zadat soubor s jádrem"
+#: ../../any.pm:1
+#, c-format
+msgid "Append"
+msgstr "Pĝipojit"
-#: ../../any.pm_.c:330
-msgid "You must specify a root partition"
-msgstr "Musíte zadat koĝenovŭ oddíl"
+#: ../../any.pm:1
+#, c-format
+msgid "Label"
+msgstr "Znaèka"
-#: ../../any.pm_.c:331
-msgid "This label is already used"
-msgstr "Tato znaèka se ji pouívá"
+#: ../../any.pm:1
+#, c-format
+msgid "Unsafe"
+msgstr "Nejistŭ"
-#: ../../any.pm_.c:640
+#: ../../any.pm:1
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Naıel jsem %s %s rozhraní"
+msgid "Table"
+msgstr "Tabulka"
-#: ../../any.pm_.c:641
-msgid "Do you have another one?"
-msgstr "Máte jeıtì nìjaké jiné?"
+#: ../../any.pm:1
+#, c-format
+msgid "Root"
+msgstr "Koĝenovŭ(root)"
-#: ../../any.pm_.c:642
+#: ../../any.pm:1
#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Máte nìjaké %s rozhraní?"
+msgid "Read-write"
+msgstr "Pro ètení i zápis"
-#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
-msgid "No"
-msgstr "Ne"
+#: ../../any.pm:1
+#, c-format
+msgid "Initrd"
+msgstr "Initrd"
-#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
-#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
-#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
-msgid "Yes"
-msgstr "Ano"
+#: ../../any.pm:1
+#, c-format
+msgid "Video mode"
+msgstr "Textovŭ reim"
-#: ../../any.pm_.c:645
-msgid "See hardware info"
-msgstr "Ukázat informace o hardware"
+#: ../../any.pm:1
+#, c-format
+msgid "Image"
+msgstr "Obraz(image)"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:662
+#: ../../any.pm:1
#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instaluji ovladaè pro %s kartu %s"
+msgid "Default OS?"
+msgstr "Vŭchozí OS?"
-#: ../../any.pm_.c:663
+#: ../../any.pm:1
#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
+msgid "Enable OF Boot?"
+msgstr "Povolit zavadìè OF?"
-#: ../../any.pm_.c:674
+#: ../../any.pm:1
#, 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 modul %s.\n"
-"Pozn.: kadá adresa by mìla bŭt ve tvaru 0x napĝ. '0x123'"
+msgid "Enable CD Boot?"
+msgstr "Povolit spuıtìní z CD?"
-#: ../../any.pm_.c:680
+#: ../../any.pm:1
#, 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 ""
-"Nyní mùete poskytnout modulu %s dalıí parametry.\n"
-"Volby se zadávají ve tvaru ''název=hodnota název2=hodnota2 ...''.\n"
-"Napĝíklad, ''io=0x300 irq=7''"
+msgid "Kernel Boot Timeout"
+msgstr "Prodleva pĝi spuıtìní"
-#: ../../any.pm_.c:682
-msgid "Module options:"
-msgstr "Volby modulu:"
+#: ../../any.pm:1
+#, c-format
+msgid "Open Firmware Delay"
+msgstr "Prodleva pro firmware"
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:694
+#: ../../any.pm:1
#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Kterŭ %s ovladaè mám zkusit?"
+msgid "Boot device"
+msgstr "Startovací zaĝízení"
-#: ../../any.pm_.c:703
+#: ../../any.pm:1
#, 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 nìkterŭch pĝípadech potĝebuje ovladaè %s pro svoji správnou funkci dalıí\n"
-"informace, pĝestoe normálnì funguje i bez nich. Chtìli byste zadat\n"
-"nìjaké doplòující monosti, nebo radìji necháte ovladaè samostatnì "
-"prozkoumat\n"
-"hardware vaıeho poèítaèe, aby získal informace které potĝebuje? Zkoumání\n"
-"hardware mùe ve vŭjimeènŭch pĝípadech zpùsobit zamrznutí poèítaèe, ale "
-"nemìlo\n"
-"by v ádném pĝípadì zpùsobit jiné ıkody."
+msgid "Init Message"
+msgstr "Úvodní zpráva"
-#: ../../any.pm_.c:707
-msgid "Autoprobe"
-msgstr "Automatické prozkoumání"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader to use"
+msgstr "Zavádìcí program"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "Zadejte monosti"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader main options"
+msgstr "Základní nastavení zavádìcího programu"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, c-format
msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
+"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-"Spuıtìní modulu %s selhalo.\n"
-"Chcete to zkusit s jinŭmi parametry?"
-
-#: ../../any.pm_.c:734
-msgid "access to X programs"
-msgstr "pĝístup k programùm v X prostĝedí"
-
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
-msgstr "pĝístup k rpm nástrojùm"
-
-#: ../../any.pm_.c:736
-msgid "allow \"su\""
-msgstr "povolit \"su\""
-
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
-msgstr "pĝístup k administrativním souborùm"
-
-#: ../../any.pm_.c:738
-msgid "access to network tools"
-msgstr "pĝístup k síğovŭm nástrojùm"
-
-#: ../../any.pm_.c:739
-msgid "access to compilation tools"
-msgstr "pĝístup k nástrojùm pro kompilaci"
+"Volba ''Omezení nastavení z pĝíkazové ĝádky'' je bezpĝedmìtné bez hesla"
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(u byl pĝidán %s)"
-
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "Toto heslo je pĝíliı jednoduché"
-
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "Prosím zadejte uivatelské jméno"
-
-#: ../../any.pm_.c:751
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Uivatelské jméno mùe obsahovat pouze malá písmena, èísla, '-' a '_'"
-
-#: ../../any.pm_.c:752
-msgid "The user name is too long"
-msgstr "Toto uivatelské jméno je pĝíliı dlouhé"
-
-#: ../../any.pm_.c:753
-msgid "This user name is already added"
-msgstr "Toto uivatelské jméno u bylo pĝidáno"
-
-#: ../../any.pm_.c:757
-msgid "Add user"
-msgstr "Pĝidat uivatele"
+msgid "Give the ram size in MB"
+msgstr "Zadejte velikost pamìti v MB"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Zadejte uivatele\n"
-"%s"
+msgid "Enable multiple profiles"
+msgstr "Povolit více profilù"
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "Vytvoĝit uivatele"
+#: ../../any.pm:1
+#, c-format
+msgid "Precise RAM size if needed (found %d MB)"
+msgstr "Pokud je tĝeba, upĝesnìte velikost pamìti (nalezeno %d MB)"
-#: ../../any.pm_.c:770
-msgid "Real name"
-msgstr "Skuteèné jméno"
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "Vyèistit /tmp pĝi kadém startu"
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "Uivatelské jméno"
+#: ../../any.pm:1
+#, c-format
+msgid "Create a bootdisk"
+msgstr "Startovací disketa"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "Shell"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "omezení"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "Ikona"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "Omezení nastavení z pĝíkazové ĝádky"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "Automatické pĝihláıení"
+#: ../../any.pm:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "Prodleva pĝed automatickŭm spuıtìním"
-#: ../../any.pm_.c:804
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Mùu nastavit váı poèítaè tak, aby automaticky pĝihlásil vybraného "
-"uivatele.\n"
-"Chcete pouít tuto monost?"
+#: ../../any.pm:1
+#, c-format
+msgid "compact"
+msgstr "kompaktní"
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "Zvolte standardního uivatele :"
+#: ../../any.pm:1
+#, c-format
+msgid "Compact"
+msgstr "Kompaktní"
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "Vyberte si, kterŭ správce oken má bŭt spouıtìn:"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "Instalace zavádìcího programu"
-#: ../../any.pm_.c:824
-msgid "Please choose a language to use."
-msgstr "Prosím zvolte si jazyk, kterŭ chcete pouívat."
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of boot partition"
+msgstr "První sektor zavádìcího diskového oddílu"
-#: ../../any.pm_.c:826
-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 "Mùete si zvolit dalıí jazyky, které budou dostupné po instalaci"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "První sektor disku (MBR)"
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "Vıechno"
+#: ../../any.pm:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "Kam chcete nainstalovat zavádìcí program?"
-#: ../../any.pm_.c:961
-msgid "Allow all users"
-msgstr "Povolit vıem uivatelùm"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "Instalace LILO/Grub"
-#: ../../any.pm_.c:961
-msgid "No sharing"
-msgstr "Nesdílet"
+#: ../../any.pm:1
+#, c-format
+msgid "SILO Installation"
+msgstr "Instalace SILO"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Balíèek %s musí bŭt nainstalován. Chcete ho nainstalovat?"
+msgid "Skip"
+msgstr "Pĝeskoèit"
-#: ../../any.pm_.c:973
-msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
-msgstr ""
-"Nyní lze provést export pĝes protokol NFS nebo Samba. Vyberte prosím, kterŭ "
-"chcete pouít."
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "On Floppy"
+msgstr "Spouıtìcí disketa"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Chybí potĝebnŭ balíèek %s"
-
-#: ../../any.pm_.c:987
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"
+"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"
-"\"Custom\" permit a per-user granularity.\n"
+"On which drive are you booting?"
msgstr ""
-"Chcete povolit uivatelùm, aby si mohli sdílet adresáĝe ve svém domovském "
-"adresáĝi?\n"
-"Pokud to povolíte, uivatelùm staèí pouze kliknout na \"Sdílet\" v "
-"aplikacích Konqueror a Nautilus.\n"
+"Rozhodli jste se nainstalovat zavadìè systému na oddíl.\n"
+"To znamená, e ji zavadìè na disku, ze kterého spouıtíte systém nìjakŭ je "
+"(napĝ. System Commander).\n"
"\n"
-"Lze také provést \"Vlastní\" povolení pro jednotlivé uivatele.\n"
-
-#: ../../any.pm_.c:1001
-msgid "Launch userdrake"
-msgstr "Spustit UserDrake"
-
-#: ../../any.pm_.c:1003
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
-msgstr ""
-"Sdílení mezi uivateli pouívá skupinu \"fileshare\". \n"
-"Uivatele lze do této skupiny pĝidat pomocí nástroje UserDrake."
-
-#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "Dveĝe dokoĝán"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "Slabá"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "Standardní"
-
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "Vysoká"
+"Ze kterého disku spouıtíte systém?"
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-msgid "Higher"
-msgstr "Vyııí"
+#: ../../any.pm:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "Vytváĝím startovací disketu"
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "Paranoidní"
+#: ../../any.pm:1
+#, c-format
+msgid "Insert a floppy in %s"
+msgstr "Vlote disketu do %s"
-#: ../../any.pm_.c:1061
-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í bŭt pouita s rozmyslem. Sice mùete snadnìji pouívat "
-"svùj\n"
-"systém, ale na druhou stranu je velmi citlivŭ: Nesmí bŭt pouit pro\n"
-"poèítaè pĝipojenŭ k Internetu. Pro pĝihláıení není zapotĝebí ádné heslo."
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the floppy drive you want to use to make the bootdisk"
+msgstr "Zvolte mechaniku, kde chcete vytvoĝit startovací disketu"
-#: ../../any.pm_.c:1064
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Hesla jsou nyní aktivní, ale stále nedoporuèuji pouít tento poèítaè na síti."
+#: ../../any.pm:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "druhé mechaniky"
-#: ../../any.pm_.c:1065
-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ò zabezpeèení pro poèítaè, kterŭ je pouíván jako "
-"klient pro pĝipojení k internetu."
+#: ../../any.pm:1
+#, c-format
+msgid "First floppy drive"
+msgstr "první mechaniky"
-#: ../../any.pm_.c:1066
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-msgstr ""
-"Existují zde nìkterá omezení a kadou noc jsou spuıtìny automatické testy."
+#: ../../any.pm:1
+#, c-format
+msgid "Sorry, no floppy drive available"
+msgstr "Bohuel není dostupná ádná disketová mechanika"
-#: ../../any.pm_.c:1067
+#: ../../any.pm:1
+#, c-format
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 choose a lower level."
+"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 ""
-"S touto bezpeènostní úrovní je moné pouívat systém jako server.\n"
-"Bezpeènost je nyní dostateènì vysoká, aby bylo moné pouívat systém jako "
-"server, ke kterému\n"
-"je moné pĝipojit mnoho klientù. Poznámka: pokud je poèítaè pouíván pouze "
-"jako klient pro pĝipojení k Internetu, je lepıí zvolit niıí úroveò."
+"Pomocí startovací diskety mùete spustit Linux bez pouití normálního\n"
+"zavádìcího programu (bootloader). To je uiteèné pokud nechcete instalovat\n"
+"LILO (nebo Grub), nebo jinŭ operaèní systém odstraní LILO, nebo LILO\n"
+"na vaıem poèítaèi nefunguje. Vlastní startovací disketa také mùe bŭt\n"
+"pouita spolu s \"Mandrake záchrannŭm diskem\" (rescue image), co "
+"poskytuje\n"
+"úèinnou pomoc pĝi havárii systému. Chcete vytvoĝit startovací disketu?\n"
+"%s"
-#: ../../any.pm_.c:1070
+#: ../../any.pm:1
+#, c-format
msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
+"\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 ""
-"Tato úroveò má vlastnosti pĝedchozí úrovnì, ale systém je úplnì uzavĝen.\n"
-"Zabezpeèení je nastaveno na maximum."
-
-#: ../../any.pm_.c:1076
-msgid "DrakSec Basic Options"
-msgstr "Základní volby programu DrakSec"
-
-#: ../../any.pm_.c:1077
-msgid "Please choose the desired security level"
-msgstr "Vyberte prosím poadovanou úroveò zabezpeèení"
-
-#: ../../any.pm_.c:1080
-msgid "Security level"
-msgstr "Úroveò zabezpeèení"
-
-#: ../../any.pm_.c:1082
-msgid "Use libsafe for servers"
-msgstr "Pouít libsafe pro servery"
+"\n"
+"\n"
+"(VAROVÁNÍ! Pro koĝenovŭ oddíl pouíváte XFS, vytvoĝení \n"
+"spouıtìcí diskety bude zĝejmì neúspìıné, protoe XFS\n"
+"potĝebuje velmi velkŭ ovladaè)"
-#: ../../any.pm_.c:1083
+#: ../../any.pm:1
+#, c-format
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"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 ""
-"Knihovna, které zabraòuje útokùm proti pĝeteèení bufferu nebo proti ıpatnému "
-"formátování ĝetìzcù."
+"Pomocí startovací diskety je moné spustit systém Linux bez závislosti na\n"
+"zavadìèi systému. To je uiteèné tĝeba v pĝípadì, e nechcete instalovat "
+"SILO\n"
+"na poèítaè, nebo jinŭ operaèní systém SILO pĝepsal nebo SILO nepracuje "
+"správnì\n"
+"s hardwarovou konfigurací. Vlastní startovací disketa je také uiteèná "
+"tehdy,\n"
+"pokud je potĝeba provést opravu systému po pĝedchozím selhání.\n"
+"\n"
+"Pokud chcete vytvoĝit startovací disketu, vlote disketu do mechaniky\n"
+"a stisknìte \"OK\"."
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
-msgstr "Administrátor bezpeènosti (pĝihlaıovací jméno nebo email)"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Zavádìcí program nelze nainstalovat na oddíl %s\n"
-#: ../../any.pm_.c:1166
-msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
-msgstr ""
-"Zde mùete vybrat klávesu nebo kombinaci kláves, kterou\n"
-"budete moci pĝepínat rozloení znakù vaıí klávesnice.\n"
-"(napĝ. mezi èeskŭm a americkŭm)"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "not enough room in /boot"
+msgstr "není dost místa v adresáĝi /boot"
-# 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:436
+#. -PO: and keep them smaller than 79 chars long
+#: ../../bootloader.pm:1
#, 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"
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr "Vybrana polozka bude automaticky spustena za %d sekund."
# 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
@@ -1139,9 +693,10 @@ 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:983
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Vita Vas GRUB, program pro vyber operacniho systemu"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "commands before booting, or 'c' for a command-line."
+msgstr "spoustecich parametru, nebo 'c' pro prikazovou radku."
# 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
@@ -1152,10 +707,10 @@ msgstr "Vita Vas GRUB, program pro vyber operacniho systemu"
#
#. -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:986
+#: ../../bootloader.pm:1
#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Pro vyber polozek pouzijte klavesy %c a %c."
+msgid "Press enter to boot the selected OS, 'e' to edit the"
+msgstr "Stisknete ENTER pro start vybraného 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
@@ -1166,9 +721,10 @@ msgstr "Pro vyber polozek pouzijte klavesy %c a %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:989
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr "Stisknete ENTER pro start vybraného OS, 'e' pro upravu"
+#: ../../bootloader.pm:1
+#, 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
@@ -1179,210 +735,103 @@ msgstr "Stisknete ENTER pro start vybraného OS, 'e' pro 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:992
-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:995
+#: ../../bootloader.pm:1
#, 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:999
-msgid "not enough room in /boot"
-msgstr "není dost místa v adresáĝ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:1099
-msgid "Desktop"
-msgstr "Pracovní plocha"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "Nabídka Start"
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr "Vita Vas GRUB, program pro vyber operacniho systemu"
-#: ../../bootloader.pm_.c:1120
+#: ../../bootloader.pm:1
#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Zavádìcí program nelze nainstalovat na oddíl %s\n"
-
-#: ../../bootlook.pm_.c:53
-msgid "Boot Style Configuration"
-msgstr "Nastavení stylu zavádìní"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-msgid "/_File"
-msgstr "/_Soubor"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr "/Soubor/U_konèit"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr "<control>K"
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr "Novìjıí zatĝídìnŭ monitor "
-
-#: ../../bootlook.pm_.c:83
-msgid "NewStyle Monitor"
-msgstr "Novìjıí monitor"
-
-#: ../../bootlook.pm_.c:84
-msgid "Traditional Monitor"
-msgstr "Tradièní monitor"
-
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
-msgstr "Tradièní GTK+ monitor"
-
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
-msgstr "Spustit Auroru pĝi startu"
-
-#: ../../bootlook.pm_.c:89
-msgid "Lilo/grub mode"
-msgstr "Reim Lilo/Grub"
-
-#: ../../bootlook.pm_.c:89
-msgid "Yaboot mode"
-msgstr "Reim Yaboot"
-
-#: ../../bootlook.pm_.c:138
-msgid "Install themes"
-msgstr "Instalovat témata"
-
-#: ../../bootlook.pm_.c:139
-msgid ""
-"Display theme\n"
-"under console"
-msgstr ""
-"Zobrazit téma\n"
-"na konzoli"
-
-#: ../../bootlook.pm_.c:140
-msgid "Create new theme"
-msgstr "Vytvoĝit nové téma"
+msgid "Yaboot"
+msgstr "Yaboot"
-#: ../../bootlook.pm_.c:184
+#: ../../bootloader.pm:1
#, c-format
-msgid "Backup %s to %s.old"
-msgstr "Zálohuji %s do %s.old"
+msgid "Grub"
+msgstr "Grub"
-#: ../../bootlook.pm_.c:187
+#: ../../bootloader.pm:1
#, c-format
-msgid "Copy %s to %s"
-msgstr "Kopíruji %s do %s"
-
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "Chyba"
-
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
-msgstr "Zpráva LiLo nebyla nalezena"
-
-#: ../../bootlook.pm_.c:222
-msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr "Nelze zapsat soubor /etc/sysconfig/bootsplash."
+msgid "LILO with text menu"
+msgstr "LILO s textovou nabídkou"
-#: ../../bootlook.pm_.c:222
+#: ../../bootloader.pm:1
#, c-format
-msgid "Write %s"
-msgstr "Zapsat %s"
-
-#: ../../bootlook.pm_.c:224
-msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
-msgstr ""
-"Nelze zapsat soubor /etc/sysconfig/bootsplash\n"
-"Soubor nebyl nalezen."
+msgid "LILO with graphical menu"
+msgstr "LILO s grafickou nabídkou"
-#: ../../bootlook.pm_.c:235
+#: ../../bootloader.pm:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr "Nelze spustit mkinitrd -f /boot/initrd-%s.img %s."
+msgid "SILO"
+msgstr "SILO"
-#: ../../bootlook.pm_.c:238
+# 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:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr "Provést initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-
-#: ../../bootlook.pm_.c:244
msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
+"Welcome to %s the operating system chooser!\n"
+"\n"
+"Choose an operating system from the list above or\n"
+"wait %d seconds for default boot.\n"
+"\n"
msgstr ""
-"Nelze znovu spustit LiLo!\n"
-"Chcete-li dokonèit instalaci tématu pro LiLo, spusğte na pĝíkazové ĝádce "
-"\"lilo\" jako uivatel root."
-
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
-msgstr "Znovu spustit 'lilo'"
+"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"
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-msgid "Notice"
-msgstr "Poznámka"
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "OK"
+msgstr "OK"
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
-msgstr "Instalace témat pro LiLo a Bootsplash provedena úspìınì!"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Yes, I want autologin with this (user, desktop)"
+msgstr "Ano, chci automatické pĝihláıení s tímto (uivatelem, desktopem)"
-#: ../../bootlook.pm_.c:251
-msgid "Theme installation failed!"
-msgstr "Instalace témata selhala!"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "No, I don't want autologin"
+msgstr "Ne, nechci automatické pĝihláıení"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Jako správce zavádìní nyní pouíváte %s.\n"
-"Pokud chcete spustit prùvodce nastavením, klepnìte na Nastavit."
+msgid "Launch the graphical environment when your system starts"
+msgstr "Spustit grafické prostĝedí pĝi startu systému"
-#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-msgid "Configure"
-msgstr "Nastavit"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "System mode"
+msgstr "Systémovŭ reim"
-#: ../../bootlook.pm_.c:268
-msgid "Splash selection"
-msgstr "Vŭbìr zavádìcího obrázku"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Bootsplash"
+msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:271
-msgid "Themes"
-msgstr "Témata"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Lilo screen"
+msgstr "Obrazovka LiLo"
-#: ../../bootlook.pm_.c:273
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
"\n"
-"Select theme for\n"
+"Select the theme for\n"
"lilo and bootsplash,\n"
"you can choose\n"
-"them separatly"
+"them separately"
msgstr ""
"\n"
"Vyberte téma pro\n"
@@ -1390,1021 +839,366 @@ msgstr ""
"mùete je vybrat\n"
"kadé zvláığ"
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
-msgstr "Obrazovka LiLo"
-
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
-msgstr "Bootsplash"
-
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr "Systémovŭ reim"
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr "Spustit grafické prostĝedí pĝi startu systému"
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr "Ne, nechci automatické pĝihláıení"
-
-#: ../../bootlook.pm_.c:325
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Ano, chci automatické pĝihláıení s tímto (uivatelem, desktopem)"
-
-#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
-msgid "OK"
-msgstr "OK"
-
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:107
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d minutes"
-msgstr "%d minut(y)"
-
-#: ../../common.pm_.c:125
-msgid "1 minute"
-msgstr "1 minuta"
+msgid "Themes"
+msgstr "Témata"
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d seconds"
-msgstr "%d sekund"
-
-#: ../../common.pm_.c:172
-msgid "Can't make screenshots before partitioning"
-msgstr "Nelze provést sejmutí obrazovky pĝed rozdìlením diskù"
+msgid "Splash selection"
+msgstr "Vŭbìr zavádìcího obrázku"
-#: ../../common.pm_.c:179
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Sejmuté obrazovky budou dostupné po instalaci v adresáĝi %s"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-msgid "France"
-msgstr "Francie"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-msgid "Belgium"
-msgstr "Belgie"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr "Èeská republika"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Germany"
-msgstr "Nìmecko"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Greece"
-msgstr "Ĝecko"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-msgid "Norway"
-msgstr "Norsko"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-msgid "Sweden"
-msgstr "İvédsko"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
-msgstr "Nizozemí"
-
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-msgid "Italy"
-msgstr "Itálie"
-
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-msgid "Austria"
-msgstr "Rakousko"
-
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
-msgstr "Spojené státy americké"
-
-#: ../../diskdrake/dav.pm_.c:19
-msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
-msgstr ""
-"WebDAV je protokol, kterŭ umoòuje pĝipojit webovŭ adresáĝ jako lokální, "
-"kterŭ\n"
-"se potom tváĝí jako lokální souborovŭ systém (takovŭ webovŭ server musí "
-"bŭt)\n"
-"nastaven jako WebDAV server). Pokud chcete pĝidat WebDAV pĝipojení, vyberte\n"
-"poloku \"Novŭ\"."
-
-#: ../../diskdrake/dav.pm_.c:27
-msgid "New"
-msgstr "Novŭ"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Odpojit"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Pĝipojit"
-
-#: ../../diskdrake/dav.pm_.c:65
-msgid "Server"
-msgstr "Server"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "Pĝípojnŭ bod"
-
-#: ../../diskdrake/dav.pm_.c:85
-msgid "Please enter the WebDAV server URL"
-msgstr "Zadejte prosím URL serveru WebDAV"
-
-#: ../../diskdrake/dav.pm_.c:88
-msgid "The URL must begin with http:// or https://"
-msgstr "URL musí zaèínat znaky http:// nebo https://"
-
-#: ../../diskdrake/dav.pm_.c:109
-msgid "Server: "
-msgstr "Server: "
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "Adresáĝ pĝipojení (mount point): "
+msgid "Configure"
+msgstr "Nastavit"
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "Volby: %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "Zálohujte si nejdĝív svá data, prosím"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "Ètìte pozornì!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:100
-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 pouívat aboot, musíte nechat volné místo na zaèátku disku\n"
-"(2048 sektorù staèí)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:154
-msgid "Wizard"
-msgstr "Prùvodce"
-
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "Co udìláte ?"
-
-#: ../../diskdrake/hd_gtk.pm_.c:191
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\")"
+"You are currently using %s as your boot manager.\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
-"Máte jeden velikŭ oddíl FAT\n"
-"(vìtıinou pouívanŭ Microsoft DOS/Windows).\n"
-"Doporuèuji vám nejprve zmenıit tento oddíl\n"
-"(klepnìte na nìj a potom na\n"
-"\"Zmìnit velikost\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:194
-msgid "Please click on a partition"
-msgstr "Prosím klepnìte na oddíl"
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "Detaily"
-
-#: ../../diskdrake/hd_gtk.pm_.c:254
-msgid "No hard drives found"
-msgstr "Nenalezeny ádné pevné disky!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Journalised FS"
-msgstr "urnálovací FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOs"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "Odkládací (swap)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "Prázdnŭ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "Dalıí"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "Souborové systémy:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "Vytvoĝit"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "Zmìnit typ"
+"Jako správce zavádìní nyní pouíváte %s.\n"
+"Pokud chcete spustit prùvodce nastavením, klepnìte na Nastavit."
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
+#: ../../bootlook.pm:1
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Místo toho pouijte ``%s''"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "Smazat"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "Nejprve pouijte ``Odpojit''"
+msgid "LiLo and Bootsplash themes installation successfull"
+msgstr "Instalace témat pro LiLo a Bootsplash provedena úspìınì!"
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr "Tím e zmìníte typ oddílu %s pĝijdete o vıechna jeho data"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose a partition"
-msgstr "Vyberte oddíl"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose another partition"
-msgstr "Vyberte jinŭ oddíl"
-
-#: ../../diskdrake/interactive.pm_.c:202
-msgid "Exit"
-msgstr "Konec"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "Pĝepnout se do módu 'expert'"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "Pĝepnout se do módu 'normální'"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "Zpìt"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "Pĝesto chcete pokraèovat?"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "Konec bez uloení"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without writing the partition table?"
-msgstr "Chcete skonèit bez zapsání do tabulky oddílù?"
-
-#: ../../diskdrake/interactive.pm_.c:257
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Chcete uloit úpravy souboru /etc/fstab?"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "Vıe smazat"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "Automaticky rozmístit"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-msgid "More"
-msgstr "Více"
-
-#: ../../diskdrake/interactive.pm_.c:278
-msgid "Hard drive information"
-msgstr "Informace o pevném disku"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "Vıechny primární oddíly (partitions) jsou pouívány"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "Nemùu pĝidat ádnŭ dalıí oddíl"
-
-#: ../../diskdrake/interactive.pm_.c:312
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"Abyste mohli mít více oddílù, musíte smazat jeden existující a na jeho "
-"místì\n"
-"vytvoĝit rozıíĝenŭ (extended) oddíl"
-
-#: ../../diskdrake/interactive.pm_.c:322
-msgid "Save partition table"
-msgstr "Uloit tabulku oddílù"
-
-#: ../../diskdrake/interactive.pm_.c:323
-msgid "Restore partition table"
-msgstr "Obnovit tabulku oddílù"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "Záchrana tabulky oddílù"
-
-#: ../../diskdrake/interactive.pm_.c:326
-msgid "Reload partition table"
-msgstr "Znovu naèíst tabulku oddílù"
-
-#: ../../diskdrake/interactive.pm_.c:331
-msgid "Removable media automounting"
-msgstr "Automatické pĝipojování pro vyjímatelná média"
-
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "Zvolit soubor"
-
-#: ../../diskdrake/interactive.pm_.c:347
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Záloní tabulka oddílù nemá stejnou velikost\n"
-"Chcete pĝesto chcete pokraèovat?"
-
-#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "Varování"
-
-#: ../../diskdrake/interactive.pm_.c:362
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Vlote disketu do mechaniky\n"
-"Vıechna data na této disketì budou smazána"
-
-#: ../../diskdrake/interactive.pm_.c:373
-msgid "Trying to rescue partition table"
-msgstr "Pokouıím se obnovit tabulku oddílù"
-
-#: ../../diskdrake/interactive.pm_.c:379
-msgid "Detailed information"
-msgstr "Podrobné informace"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "Zmìnit velikost"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "Pĝesunout"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "Formátovat"
-
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "Pĝidat do RAIDu"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "Pĝidat do LVMu"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "Odebrat z RAIDu"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "Odebrat z LVMu"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "Zmìnit RAID"
-
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "Pouít loopback"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
-msgstr "Vytvoĝit novŭ oddíl"
-
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "Poèáteèní sektor: "
-
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "Velikost v MB: "
-
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "Souborovŭ systém: "
-
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "Nastavení: "
-
-#: ../../diskdrake/interactive.pm_.c:481
-msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
-msgstr ""
-"Nemùete vytvoĝit novŭ oddíl\n"
-"(protoe jste ji dosáhli maximálního poètu primárních oddílù).\n"
-"Nejprve odstraòte nìkterŭ primární oddíl a vytvoĝte oddíl rozıíĝenŭ."
-
-#: ../../diskdrake/interactive.pm_.c:511
-msgid "Remove the loopback file?"
-msgstr "Odstranit soubor loopbacku?"
-
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "Zmìnit typ oddílu"
-
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Kterŭ souborovŭ systém chcete pouít?"
+msgid "Theme installation failed!"
+msgstr "Instalace témata selhala!"
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
-msgstr "Pĝepínám z ext2 na ext3"
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
+#, c-format
+msgid "Notice"
+msgstr "Poznámka"
-#: ../../diskdrake/interactive.pm_.c:578
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Kam chcete pĝipojit loopback %s?"
+msgid "Error"
+msgstr "Chyba"
-#: ../../diskdrake/interactive.pm_.c:579
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kam chcete pĝipojit zaĝízení %s?"
+msgid "Relaunch 'lilo'"
+msgstr "Znovu spustit 'lilo'"
-#: ../../diskdrake/interactive.pm_.c:585
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-"Nemùu smazat pĝípojnŭ bod, protoe tento oddíl je pouíván pro loopback.\n"
-"Odstraòte nejprve loopback"
+"Nelze znovu spustit LiLo!\n"
+"Chcete-li dokonèit instalaci tématu pro LiLo, spusğte na pĝíkazové ĝádce "
+"\"lilo\" jako uivatel root."
-#: ../../diskdrake/interactive.pm_.c:606
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount %s?"
-msgstr "Kam chcete pĝipojit %s?"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "Poèítám hranice souborového systému fat"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "Mìním velikost"
-
-#: ../../diskdrake/interactive.pm_.c:662
-msgid "This partition is not resizeable"
-msgstr "Na tomto diskovém oddílu nelze mìnit velikost"
-
-#: ../../diskdrake/interactive.pm_.c:667
-msgid "All data on this partition should be backed-up"
-msgstr "Vıechna data z tohoto oddílu by mìla bŭt zálohována"
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgstr "Provést initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr "Kdy zmìníte velikost oddílu %s, ztratíte tím vıechna jeho data"
-
-#: ../../diskdrake/interactive.pm_.c:674
-msgid "Choose the new size"
-msgstr "Zvolte novou velikost"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "New size in MB: "
-msgstr "Nová velikost v MB: "
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "Na kterŭ disk chcete oddíl pĝesunout?"
-
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "Na kterŭ sektor chcete oddíl pĝesunout?"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "Pĝesouvám"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "Pĝesouvám oddíl..."
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
-msgstr "Zvolte existující RAID pro pĝidání"
-
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "novŭ"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
-msgstr "Zvolte existující LVM pro pĝidání"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
-msgstr "Název pro LVM?"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "This partition can't be used for loopback"
-msgstr "Tento oddíl nemùe bŭt pouit pro loopback"
-
-#: ../../diskdrake/interactive.pm_.c:825
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "Název souboru loopbacku:"
-
-#: ../../diskdrake/interactive.pm_.c:831
-msgid "Give a file name"
-msgstr "Zadejte název souboru"
-
-#: ../../diskdrake/interactive.pm_.c:834
-msgid "File already used by another loopback, choose another one"
-msgstr "Soubor u je pouíván jinŭm loopbackem, zvolte si jinŭ"
-
-#: ../../diskdrake/interactive.pm_.c:835
-msgid "File already exists. Use it?"
-msgstr "Soubor u existuje. Mám ho pouít?"
-
-#: ../../diskdrake/interactive.pm_.c:858
-msgid "Mount options"
-msgstr "Volby pro pĝipojení"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
-msgstr "Dalıí"
-
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "zaĝízení"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "úroveò"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "Velikost bloku (chunk)"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "Buïte opatrní: tato akce je nebezpeèná."
-
-#: ../../diskdrake/interactive.pm_.c:962
-msgid "What type of partitioning?"
-msgstr "Jakŭ typ diskového oddílu?"
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
+msgstr "Nelze spustit mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../diskdrake/interactive.pm_.c:978
+#: ../../bootlook.pm:1
#, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "Balíèek %s musí bŭt nainstalován. Chcete ho nainstalovat?"
-
-#: ../../diskdrake/interactive.pm_.c:992
-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 ""
-"Promiòte, nemùu povolit vytvoĝení /boot tak daleko na disku (na cylindru > "
-"1024).\n"
-"Buïto pouijete LILO a nebude to fungovat, nebo nepouijete LILO a tedy "
-"nepotĝebujete /boot"
-
-#: ../../diskdrake/interactive.pm_.c:996
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 ""
-"Oddíl kterŭ jste zvolili jako koĝenovŭ (root - /) je na disku fyzicky "
-"umístìnŭ za cylindrem 1024,\n"
-"a pĝitom nemáte /boot oddíl. Jestli chcete pouít správce bootu LILO (boot "
-"manager),\n"
-"pĝidejte jeıtì /boot oddíl"
-
-#: ../../diskdrake/interactive.pm_.c:1002
-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"
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
msgstr ""
-"Zvolili jste softwarovou RAID oddíl jako koĝenovŭ oddíl (/).\n"
-"S tím se není schopnŭ vypoĝádat ádnŭ zavádìcí program bez pouití oddílu\n"
-"/boot. Ujistìte se prosím, e tento oddíl máte."
+"Nelze zapsat soubor /etc/sysconfig/bootsplash\n"
+"Soubor nebyl nalezen."
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../bootlook.pm:1
#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Bude zapsána nová tabulka oddílù na disku %s!"
-
-#: ../../diskdrake/interactive.pm_.c:1026
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Aby se zmìny uplatnily budete muset restartovat poèítaè"
+msgid "Write %s"
+msgstr "Zapsat %s"
-#: ../../diskdrake/interactive.pm_.c:1037
+#: ../../bootlook.pm:1
#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr "Kdy naformátujete oddíl %s, ztratíte tím vıechna jeho data"
-
-#: ../../diskdrake/interactive.pm_.c:1039
-msgid "Formatting"
-msgstr "Formátuji"
+msgid "Can't write /etc/sysconfig/bootsplash."
+msgstr "Nelze zapsat soubor /etc/sysconfig/bootsplash."
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formátuji soubor loopbacku %s"
+msgid "Lilo message not found"
+msgstr "Zpráva LiLo nebyla nalezena"
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "Formátuji oddíl %s"
+msgid "Copy %s to %s"
+msgstr "Kopíruji %s do %s"
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Hide files"
-msgstr "Schovat soubory"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Backup %s to %s.old"
+msgstr "Zálohuji %s do %s.old"
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Move files to the new partition"
-msgstr "Pĝesunout soubory na novŭ diskovŭ oddíl"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Create new theme"
+msgstr "Vytvoĝit nové téma"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../bootlook.pm:1
#, c-format
msgid ""
-"Directory %s already contains data\n"
-"(%s)"
+"Display theme\n"
+"under console"
msgstr ""
-"Adresáĝ %s ji obsahuje nìjaká data\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid "Moving files to the new partition"
-msgstr "Pĝesunuji soubory na novŭ diskovŭ oddíl"
+"Zobrazit téma\n"
+"na konzoli"
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copying %s"
-msgstr "Kopíruji %s"
+msgid "Install themes"
+msgstr "Instalovat témata"
-#: ../../diskdrake/interactive.pm_.c:1072
+#: ../../bootlook.pm:1
#, c-format
-msgid "Removing %s"
-msgstr "Odstraòuji %s"
+msgid "Lilo/grub mode"
+msgstr "Reim Lilo/Grub"
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../bootlook.pm:1
#, c-format
-msgid "partition %s is now known as %s"
-msgstr "oddíl %s je nyní rozpoznán jako %s"
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "Zaĝízení: "
+msgid "Yaboot mode"
+msgstr "Reim Yaboot"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../bootlook.pm:1
#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Písmeno v DOSu: %s (jenom odhad)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "Typ: "
+msgid "Launch Aurora at boot time"
+msgstr "Spustit Auroru pĝi startu"
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "Jméno: "
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Traditional Gtk+ Monitor"
+msgstr "Tradièní GTK+ monitor"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../bootlook.pm:1
#, c-format
-msgid "Start: sector %s\n"
-msgstr "Zaèátek: sektor %s\n"
+msgid "Traditional Monitor"
+msgstr "Tradièní monitor"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../bootlook.pm:1
#, c-format
-msgid "Size: %s"
-msgstr "Velikost: %s"
+msgid "NewStyle Monitor"
+msgstr "Novìjıí monitor"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../bootlook.pm:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektorù"
+msgid "NewStyle Categorizing Monitor"
+msgstr "Novìjıí zatĝídìnŭ monitor "
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Od cylindru %d do cylindru %d\n"
+msgid "<control>Q"
+msgstr "<control>K"
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "Naformátovanŭ\n"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Quit"
+msgstr "/Soubor/U_konèit"
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "Nenaformátovanŭ\n"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_File"
+msgstr "/_Soubor"
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "Pĝipojenŭ\n"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Boot Style Configuration"
+msgstr "Nastavení stylu zavádìní"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../common.pm:1
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "consolehelper missing"
+msgstr "chybí consolehelper"
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../common.pm:1
#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback soubor(y): \n"
-" %s\n"
+msgid "kdesu missing"
+msgstr "chybí kdesu"
-#: ../../diskdrake/interactive.pm_.c:1132
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Standardní startovací oddíl\n"
-" (Pro MS-DOS, ne pro LILO)\n"
+#: ../../common.pm:1
+#, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "Sejmuté obrazovky budou dostupné po instalaci v adresáĝi %s"
-#: ../../diskdrake/interactive.pm_.c:1134
+#: ../../common.pm:1
#, c-format
-msgid "Level %s\n"
-msgstr "Úroveò %s\n"
+msgid "Can't make screenshots before partitioning"
+msgstr "Nelze provést sejmutí obrazovky pĝed rozdìlením diskù"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../common.pm:1
#, c-format
-msgid "Chunk size %s\n"
-msgstr "Velikost bloku(chunk) %s\n"
+msgid "%d seconds"
+msgstr "%d sekund"
-#: ../../diskdrake/interactive.pm_.c:1136
+#: ../../common.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID disky %s\n"
+msgid "1 minute"
+msgstr "1 minuta"
-#: ../../diskdrake/interactive.pm_.c:1138
+#: ../../common.pm:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback soubor: %s"
+msgid "%d minutes"
+msgstr "%d minut(y)"
-#: ../../diskdrake/interactive.pm_.c:1141
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Tento oddíl je oddíl\n"
-"s ovladaèi, je lepıí\n"
-"no nechat neporuıenŭ.\n"
+#: ../../common.pm:1
+#, c-format
+msgid "TB"
+msgstr "TB"
-#: ../../diskdrake/interactive.pm_.c:1144
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"Tento speciální Boostrap\n"
-"oddíl je pro spuıtìní\n"
-"dalıího systému.\n"
+#: ../../common.pm:1
+#, c-format
+msgid "GB"
+msgstr "GB"
-#: ../../diskdrake/interactive.pm_.c:1163
-msgid "Read-only"
-msgstr "Pouze pro ètení"
+#: ../../common.pm:1
+#, c-format
+msgid "MB"
+msgstr "MB"
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s\n"
-msgstr "Velikost: %s\n"
+msgid "KB"
+msgstr "KB"
-#: ../../diskdrake/interactive.pm_.c:1165
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrie: %s cylindrù, %s hlav, %s sektorù\n"
+msgid "United States"
+msgstr "Spojené státy americké"
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "Informace: "
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Austria"
+msgstr "Rakousko"
-#: ../../diskdrake/interactive.pm_.c:1167
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM disky %s\n"
+msgid "Italy"
+msgstr "Itálie"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Typ tabulky oddílù: %s\n"
+msgid "Netherlands"
+msgstr "Nizozemí"
-#: ../../diskdrake/interactive.pm_.c:1169
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "on channel %d id %d\n"
-msgstr "na kanále %d id %d\n"
+msgid "Sweden"
+msgstr "İvédsko"
-#: ../../diskdrake/interactive.pm_.c:1199
-msgid "Filesystem encryption key"
-msgstr "Klíè pro kryptovanŭ souborovŭ systém"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Norway"
+msgstr "Norsko"
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
-msgstr "Vyberte si kryptovací klíè pro souborovŭ systém"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Greece"
+msgstr "Ĝecko"
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr "Tento klíè je pĝíliı jednoduchŭ (musí bŭt alespoò %d znakù dlouhŭ)"
+msgid "Germany"
+msgstr "Nìmecko"
-#: ../../diskdrake/interactive.pm_.c:1204
-msgid "The encryption keys do not match"
-msgstr "Kryptovací klíèe se neshodují"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Czech Republic"
+msgstr "Èeská republika"
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr "Kryptovací klíè"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Belgium"
+msgstr "Belgie"
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr "Kryptovací klíè (znovu)"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "France"
+msgstr "Francie"
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Zmìnit typ"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Costa Rica"
+msgstr "Costa Rica"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
+#: ../../fsedit.pm:1
#, c-format
-msgid "Can't login using username %s (bad password?)"
-msgstr "Nelze se pĝihlásit pod uivatelskŭm jménem %s (chybné heslo?)"
+msgid "Error opening %s for writing: %s"
+msgstr "Chyba pĝi otevírání %s pro zápis: %s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-msgid "Domain Authentication Required"
-msgstr "Vyadováno Ovìĝení Domény"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Nothing to do"
+msgstr "Nic nedìlat"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-msgid "Another one"
-msgstr "Dalıí"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Not enough free space for auto-allocating"
+msgstr "Není dostatek místa pro automatické rozdìlení disku"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-msgid "Which username"
-msgstr "Které uivatelské jméno"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr "Nelze pouít kryptovanŭ souborovŭ systém na pĝipojenŭ bod %s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
+#: ../../fsedit.pm:1
+#, c-format
msgid ""
-"Please enter your username, password and domain name to access this host."
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
msgstr ""
-"Prosím zadejte své uivatelské jméno, heslo a název domény, pod kterŭmi "
-"chcete pĝistupovat k tomuto poèítaèi."
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-msgid "Username"
-msgstr "Uivatelské jméno"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-msgid "Domain"
-msgstr "Doména"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-msgid "Search servers"
-msgstr "Vyhledat servery"
+"Pro tento pĝípojnŭ bod potĝebujete opravdovŭ souborovŭ systém (ext2/ext3, "
+"ReiserFS, XFS nebo JFS)\n"
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
+#: ../../fsedit.pm:1
#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formátování %s skonèilo chybou"
+msgid "This directory should remain within the root filesystem"
+msgstr "Tento adresáĝ musí kromì koĝenového souborového systému zùstat"
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "nevím jak naformátovat %s na typ %s"
+msgid "You can't use a LVM Logical Volume for mount point %s"
+msgstr "Nelze pouít LVM Logického disku na pĝipojenŭ bod %s"
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "pĝipojení oddílu %s v adresáĝi %s selhalo"
+msgid "There is already a partition with mount point %s\n"
+msgstr "Oddíl s pĝípojnŭm bodem %s u existuje\n"
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, c-format
-msgid "error unmounting %s: %s"
-msgstr "chyba odpojování %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "jednoduchŭ"
+msgid "Mount points must begin with a leading /"
+msgstr "Pĝípojné body (mount points) musí zaèínat '/'"
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "s /usr"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use ReiserFS for partitions smaller than 32MB"
+msgstr "Nemùete pouít ReiserFS pro oddíl menıí ne 32MB"
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "server"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use JFS for partitions smaller than 16MB"
+msgstr "Nemùete pouít JFS pro oddíl menıí ne 16MB"
-#: ../../fsedit.pm_.c:240
+#: ../../fsedit.pm:1
#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2422,773 +1216,505 @@ msgstr ""
"\n"
"Souhlasíte s tím, e pĝíjdete o vıechny oddíly?\n"
-#: ../../fsedit.pm_.c:501
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Nemùete pouít JFS pro oddíl menıí ne 16MB"
-
-#: ../../fsedit.pm_.c:502
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Nemùete pouít ReiserFS pro oddíl menıí ne 32MB"
-
-#: ../../fsedit.pm_.c:521
-msgid "Mount points must begin with a leading /"
-msgstr "Pĝípojné body (mount points) musí zaèínat '/'"
-
-#: ../../fsedit.pm_.c:522
+#: ../../fsedit.pm:1
#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Oddíl s pĝípojnŭm bodem %s u existuje\n"
+msgid "server"
+msgstr "server"
-#: ../../fsedit.pm_.c:526
+#: ../../fsedit.pm:1
#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Nelze pouít LVM Logického disku na pĝipojenŭ bod %s"
-
-#: ../../fsedit.pm_.c:528
-msgid "This directory should remain within the root filesystem"
-msgstr "Tento adresáĝ musí kromì koĝenového souborového systému zùstat"
-
-#: ../../fsedit.pm_.c:530
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
-"Pro tento pĝípojnŭ bod potĝebujete opravdovŭ souborovŭ systém (ext2/ext3, "
-"ReiserFS, XFS nebo JFS)\n"
+msgid "with /usr"
+msgstr "s /usr"
-#: ../../fsedit.pm_.c:532
+#: ../../fsedit.pm:1
#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Nelze pouít kryptovanŭ souborovŭ systém na pĝipojenŭ bod %s"
+msgid "simple"
+msgstr "jednoduchŭ"
-#: ../../fsedit.pm_.c:599
-msgid "Not enough free space for auto-allocating"
-msgstr "Není dostatek místa pro automatické rozdìlení disku"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Enabling swap partition %s"
+msgstr "Formátuji oddíl %s"
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
-msgstr "Nic nedìlat"
+#: ../../fs.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "chyba odpojování %s: %s"
-#: ../../fsedit.pm_.c:694
+#: ../../fs.pm:1
#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Chyba pĝi otevírání %s pro zápis: %s"
+msgid "mounting partition %s in directory %s failed"
+msgstr "pĝipojení oddílu %s v adresáĝi %s selhalo"
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
-msgstr ""
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Mounting partition %s"
+msgstr "Formátuji oddíl %s"
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
-msgstr "Bez alternativního ovladaèe"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Checking %s"
+msgstr "Kopíruji %s"
-#: ../../harddrake/sound.pm_.c:171
+#: ../../fs.pm:1
#, c-format
-msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
-msgstr ""
-"Pro vaıi zvukovou kartu (%s), která nyní pouívá ovladaè \"%s\", není ádnŭ "
-"známŭ OSS/ALSA alternativní ovladaè."
+msgid "Formatting partition %s"
+msgstr "Formátuji oddíl %s"
-#: ../../harddrake/sound.pm_.c:173
-msgid "Sound configuration"
-msgstr "Nastavení zvuku"
+#: ../../fs.pm:1
+#, c-format
+msgid "Creating and formatting file %s"
+msgstr "Vytváĝím a formátuji soubor %s"
-#: ../../harddrake/sound.pm_.c:174
+#: ../../fs.pm:1
#, c-format
-msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
-msgstr ""
-"Zde si pro vaıi zvukovou (%s) kartu mùete vybrat alternativní ovladaè (buï "
-"OSS nebo ALSA)"
+msgid "I don't know how to format %s in type %s"
+msgstr "nevím jak naformátovat %s na typ %s"
-#: ../../harddrake/sound.pm_.c:176
+#: ../../fs.pm:1
#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s formátování %s skonèilo chybou"
+
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
"\n"
-"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
+"Click on \"<- Previous\" to stop this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
+"Kliknìte na \"OK\", pokud chcete smazat vıechna data a oddíly na tomto\n"
+"pevném disku. Buïte opatrní, po odkliknutí nelze obnovit ádná dĝívìjıí "
+"data\n"
+"ani oddíly a to i pro Windows.\n"
"\n"
-"\n"
-"Vaıe karta nyní pouívá ovladaè %s\"%s\" (vŭchozí ovladaè pro vaıi kartu je "
-"\"%s\")"
-
-#: ../../harddrake/sound.pm_.c:178
-msgid "Driver:"
-msgstr "Ovladaè:"
-
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-msgid "Help"
-msgstr "Nápovìda"
+"Kliknutím na \"Zruıit\" zruıíte tuto operaci bez ztráty dat a oddílù na "
+"disku."
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
-msgstr "Pĝepínám mezi nápovìdou pro ALSA a OSS"
+#: ../../help.pm:1
+#, c-format
+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 vıechna data budou ztracena a nelze je ji obnovit!"
-#: ../../harddrake/sound.pm_.c:186
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"It also provides a much higher API than OSS.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\n"
-msgstr ""
-"OSS (Open Source Sound) bylo první API pro zvuk. Nebo to API nezávislé na OS "
-"(je dostupné ve více unixovŭch systémech), ale má pouze základní funkce a "
-"omezení API.\n"
-"A co více, vıechny OSS ovladaèe \"vynalézají znovu kolo\".\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) je modulární architektura, která "
-"která podporuje daleko více ISA, USB a PCI karet.\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\n"
"\n"
-"Také poskytuje daleko lepıí API ne OSS.\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\n"
"\n"
-"Pokud chcete pouít alsa ovladaèe, mùete pouít dva reimy:\n"
-"- starıí reim kompatibility s OSS API\n"
-"- nové ALSA API, které poskytuje daleko více moností, ale vyaduje pouít "
-"knihovnu ALSA.\n"
-
-#: ../../harddrake/sound.pm_.c:202
-#, c-format
-msgid ""
-"The old \"%s\" driver is blacklisted.\n"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\n"
"\n"
-"It has been reported to oopses the kernel on unloading.\n"
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
-msgstr ""
-"Starıí ovladaè \"%s\" je na èerné listinì.\n"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\n"
"\n"
-"Bylo u nìj zjiıtìno, e pĝi odebrání zpùsobí pád jádra.\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
"\n"
-"Pĝi dalıím spuıtìní bude pouit pouze novŭ ovladaè \"%s\" "
-
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-msgid "Please Wait... Applying the configuration"
-msgstr "Èekejte prosím... Aktivuji konfiguraci"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "Prosím poèkejte"
-
-#: ../../harddrake/sound.pm_.c:210
-msgid "No known driver"
-msgstr "Není rozpoznán ádnŭ ovladaè"
-
-#: ../../harddrake/sound.pm_.c:211
-#, c-format
-msgid "There's no known driver for your sound card (%s)"
-msgstr "Pro vaıi zvukovou kartu (%s) není ádnŭ známŭ ovladaè"
-
-#: ../../harddrake/sound.pm_.c:214
-msgid "Unkown driver"
-msgstr "Neznámŭ ovladaè"
-
-#: ../../harddrake/sound.pm_.c:215
-#, c-format
-msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
msgstr ""
-"Ovladaè pro zvukovou kartu \"%s\" není na seznamu\n"
+"Zde jsou shromádìny rùzné informace, které se vztahují k tomuto poèítaèi.\n"
+"V závislosti na tom, zda je èi není pĝítomen danŭ hardware, mùete nebo\n"
+"nemusíte vidìt tyto poloky: \n"
"\n"
-"Zaılete prosím vŭstup z pĝíkazu \"lspcidrake -v\" na\n"
-"adresu <install at mandrakesoft dot com>\n"
-"s pĝedmìtem: unlisted sound driver \"%s\""
-
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-msgid "Auto-detect"
-msgstr "Autodetekce"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-msgid "Unknown|Generic"
-msgstr "Neznámá|Obecná"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr "Neznámá|CPH05X (bt878) [více dodavatelù]"
-
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr "Neznámá|CPH06X (bt878) [více dodavatelù]"
-
-#: ../../harddrake/v4l.pm_.c:224
-msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
-msgstr ""
-"Modul bttv jádra operaèního systému GNU/Linux nalezne správné parametry "
-"automaticky pro vìtıinu moderních TV karet.\n"
-"Je-li vaıe karta ıpatnì detekována, lze nastavit správnŭ typ karty a tuneru "
-"ruènì zde. Pokud je to potĝeba, vyberte také parametry vaıí TV karty."
-
-#: ../../harddrake/v4l.pm_.c:227
-msgid "Card model:"
-msgstr "Model karty :"
-
-#: ../../harddrake/v4l.pm_.c:228
-msgid "Tuner type:"
-msgstr "Typ tuneru :"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
-msgstr "Poèet bufferù pro zachycení :"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
-msgstr "Poèet bufferù pro zachycení systémem mmap"
-
-#: ../../harddrake/v4l.pm_.c:231
-msgid "PLL setting:"
-msgstr "Nastavení PLL :"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
-msgstr "Podpora rádia :"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
-msgstr "Zapnout podporu rádia"
-
-#: ../../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 this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"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\n"
-"first 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 the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after 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 the people meant to use that computer. When you are\n"
-"finish adding all the users you want, select \"Done\".\n"
+" * \"Myı\": pokud je zjiıtìna myı, mùete zde zmìnit její nastavení.\n"
"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default).\n"
+" * \"Klávesnice\": zkontrolujte nastavení rozloení kláves, kliknutím na "
+"tlaèítko\n"
+"lze zmìnit rozloení kláves, pokud je to nutné.\n"
"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
-msgstr ""
-"GNU/Linux je víceuivatelskŭ systém, co znamená, e kadŭ uivatel mùe\n"
-"mít své vlastní nastavení, soubory atd. Více se doètete v \"Pĝíruèce "
-"uivatele\".\n"
-"Na rozdíl od uivatele root, kterŭ je správcem poèítaèe, uivatelé, kteĝí "
-"jsou\n"
-"zde vytvoĝeni, nemají oprávnìní mìnit nic kromì svŭch vlastních souborù a\n"
-"nastavení. Doporuèuje se vytvoĝit úèet pro minimálnì jednoho bìného "
-"uivatele.\n"
-"Tento úèet se pouívá na vıechny bìné úkoly. Aèkoliv je velmi praktické\n"
-"pĝihlaıovat se kadŭ den jako uivatel root, je to také velmi nebezpeèné!\n"
-"Jedna malá chyba mùe zpùsobit, e celŭ operaèní systém ji nebude funkèní.\n"
-"Pokud udìláte chybu jako normální uivatel, mùete pĝijít pouze o své "
-"informace,\n"
-"ale nepoıkodí se celŭ systém.\n"
+" * \"Èasové pásmo\": instalaèní program se pokusí odhadnout èasové pásmo na\n"
+"základì vámi vybraného jazyka. To ale nemusí souhlasit, stejnì jako v "
+"pĝípadì\n"
+"rozloení klávesnice mùete ít v jiné zemi a proto je zde umonìno zmìnit\n"
+"èasovou zónu, ve které se nyní nacházíte.\n"
"\n"
-"Jako první zadejte vaıe skuteèné jméno. To není samozĝejmì povinné - mùete\n"
-"zadat co chcete. Aplikace DrakX pouije první slovo jako uivatelské jméno,\n"
-"pod kterŭm se bude uivatel hlásit do systému, a pĝedvyplní jej do políèka\n"
-"\"Uivatelské jméno\". To je moné následnì zmìnit.\n"
-"Dále se zadává heslo pro uivatele. Volba hesla pro normální uivatele sice "
-"není\n"
-"z hlediska bezpeènosti tak kritická jako v pĝípadì správce, ale i tak se "
-"doporuèuje\n"
-"ji nepodceòovat; koneckoncù, jde o zabezpeèení souborù tohoto uivatele.\n"
+" * \"Tiskárna\": Kliknutím na tlaèítko \"Bez tiskárny\" se spustí prùvodce\n"
+"nastavením tiskárny. V odpovídající kapitole v \"Uivatelské pĝíruèce\" se\n"
+"dozvíte více o tom, jak tiskárnu nastavit. Rozhraní, které je v ní popsané, "
+"je\n"
+"podobné rozhraní pouitému pĝi této instalaci.\n"
"\n"
-"Pokud kliknete na \"Pĝidat uivatele\", mùete pĝidávat uivatelù, kolik\n"
-"potĝebujete, napĝ. své pĝátele, úèet pro otce èi sestru. Pokud máte vıechny\n"
-"uivatele vytvoĝeny, kliknìte na tlaèítko \"Hotovo\". \n"
+" * \"Zvuková karta\": pokud byla pĝi instalaci detekována zvuková karta, je\n"
+"zde zobrazena. Pĝi instalaci není moné nic mìnit.\n"
"\n"
-"Kliknutím na tlaèítko \"Rozıíĝené\" mùete pro novŭ úèet zmìnit shell, "
-"kterŭ\n"
-"bude uivatel pouívat (vŭchozí je bash)."
+" * \"TV karta\": pokud byla detekována televizní karta, je zde zobrazena.\n"
+"Pĝi instalaci není moné nic mìnit.\n"
+"\n"
+" * \"ISDN karta\": pokud byla detekována ISDN karta, je zde zobrazena.\n"
+"Kliknutím na tlaèítko mùete mìnit parametry pro tuto kartu."
-#: ../../help.pm_.c:48
+#: ../../help.pm:1
+#, c-format
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 \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\n"
"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"Yaboot's main options are:\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"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\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"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
msgstr ""
-"Kadŭ oddíl vypsanŭ níe má: \"Název\", \"Velikost\".\n"
+"Yaboot je zavadìè pro poèítaèe Macintosh. Umoòuje spouıtìt jak GNU/Linux, "
+"MacOS tak i MacOSX, pokud jsou na poèítaèi nainstalovány. Ve vìtıinì\n"
+"pĝípadù jsou tyto operaèní systémy správnì detekovány. Pokud nejsou, mùete\n"
+"zde na této obrazovce pĝidat záznamy ruènì. Dejte si ale pozor na správnou\n"
+"volbu parametrù.\n"
"\n"
-"\"Název\" je sloeno následovnì: \"typ pevného disku\", \"èíslo disku\",\n"
-"\"èíslo oddílu\". (napĝíklad \"hda1\").\n"
+"Yaboot má tyto hlavní volby:\n"
"\n"
-"Pokud máte IDE disky, pak je \"typ pevného disku\" \"hd\", pokud máte SCSI,\n"
-"oznaèení bude \"sd\".\n"
+" * Úvodní hláıka: jednoduchá textová zpráva, která je zobrazena pĝed "
+"vŭzvou.\n"
"\n"
-"\"Èíslo disku\" je vdy písmeno za \"hd\" nebo \"sd\". Pro IDE disky je "
-"takto:\n"
+" * Spouıtìcí zaĝízení: udává místo, kde jsou informace potĝebné pro "
+"spuıtìní\n"
+"GNU/Linuxu. Obyèejnì je to bootstrap oddíl, kterŭ byl vytvoĝen ji pĝedtím.\n"
"\n"
-" * \"a\" znamená \"master disk na primárním IDE ĝadièi\",\n"
+" * Prodleva pro Firmware: na rozdíl od zavadìèe LILO jsou zde dvì prodlevy.\n"
+"První prodleva v sekundách umoòuje zvolit mezi spuıtìním CD, OF boot,\n"
+"MacOS nebo Linuxu.\n"
"\n"
-" * \"b\" znamená \"slave disk na primárním IDE ĝadièi\",\n"
+" * Prodleva pro jádro: tato prodleva je podobná prodlevì pro LILO.\n"
+"Udává v násobcích 0,1 vteĝiny jak dlouho se èeká, ne se zavede \n"
+"vŭchozí jádro.\n"
"\n"
-" * \"c\" znamená \"master disk na sekundárním IDE ĝadièi\",\n"
+" * Povolit spuıtìní z CD?: tato volba dovoluje pouít \"C\" pro spuıtìní "
+"CD.\n"
"\n"
-" * \"d\" znamená \"slave disk na sekundárním IDE ĝadièi\".\n"
+" * Povolit OF Boot?: tato volba dovoluje pouít \"N\" pro spuıtìní Open "
+"Firm.\n"
"\n"
-"Pro SCSI disky platí, e \"a\" je \"nejmenıí SCSI ID\", \"b\" je \"druhé\n"
-"nejmenıí SCSI ID\" atd."
-
-#: ../../help.pm_.c:79
-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 nìkolika CD. Instalaèní program ví,\n"
-"na kterém disku je umístìn jakŭ soubor a v pĝípadì potĝeby vysune CD a "
-"vyádá\n"
-"si vŭmìnu CD za jiné."
+" * Vŭchozí OS: vyberte vŭchozí OS, kterŭ se spustí po uplynutí prodlevy."
-#: ../../help.pm_.c:84
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\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"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\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"
+"For Linux, there are a few possible options:\n"
"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation,\n"
-"select one or more of the corresponding groups;\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\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"
-" * \"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"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\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"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect 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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
"\n"
-" * \"With X\": install the fewest packages possible to have a working\n"
-"graphical desktop;\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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"
+" * 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"
-" * \"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"
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\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"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with this option.\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 to repair or\n"
-"update an existing system."
+" * 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 pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
msgstr ""
-"V této chvíli je moné vybrat, které programy chcete nainstalovat na váı "
-"systém.\n"
-"Mandrake Linux obsahuje tisíce balíèkù s programy a urèitì nebudete\n"
-"znát a potĝebovat vıechny.\n"
+"Pro Yaboot, pro dalıí operaèní systémy, pro alternativní jádra nebo pro\n"
+"záchrannŭ disk lze zde zadat dalıí parametry.\n"
"\n"
-"Pokud instalujete standardnì z CD-ROM, budete nejprve dotázáni na to,\n"
-"jaká CD máte (pouze Expertní reim). Oznaète ty CD, která máte a která \n"
-"chcete pouít pro instalaci. Po vŭbìru kliknìte na tlaèítko \"OK\" a budete\n"
-"pokraèovat.\n"
+"Pro jiné OS je moné zadat pouze název a hlavní oddíl.\n"
"\n"
-"Balíèky jsou rozdìleny do skupin, které odpovídají tomu, jak je nejèastìji\n"
-"poèítaè pouíván. Skupiny samotné jsou umístìny do ètyĝ sekcí:\n"
+"Pro Linux je nìkolik dalıích moností:\n"
"\n"
-" * \"Pracovní stanice\": pokud plánujete pouívat poèítaè pĝevánì na\n"
-"bìnou práci, vyberte si z dalıích skupin odpovídající balíèky.\n"
+" * Jmenovka: je to jednoduché jméno, které mùete napsat do pĝíkazového\n"
+"ĝádku pro Yaboot pro zvolení daného systému.\n"
"\n"
-" * \"Vŭvoj\": pokud budete na poèítaèi programovat, mùete si z této\n"
-"sekce vybrat dalıí skupiny.\n"
+" * Obraz: je to jméno jádra, ze kterého se spustí systém. Typicky je to "
+"vmlinux\n"
+"èi obdoba slova vmlinux s pĝíponami.\n"
"\n"
-" * \"Server\": pokud bude poèítaè provozován jako server, máte monost\n"
-"vybrat si ty nejbìnìjıí sluby, které chcete nainstalovat.\n"
+" * Root: koĝenové zaĝízení \"/\" pĝi instalaci Linuxu.\n"
"\n"
-" * \"Grafická prostĝedí\": pokud preferujete grafické prostĝedí, zde je\n"
-"nabídka nìkolika prostĝedí, ze které si musíte vybrat nejménì jedno,\n"
-"aby bylo moné grafické prostĝedí nainstalovat.\n"
+" * Pĝidat volby: na poèítaèích Apple potĝebuje jádro dalıí parametry, aby "
+"se\n"
+"správnì nastavil hardware pro video, èi provedla emulace tlaèítek myıi\n"
+"na klávesnici, protoe myı u poèítaèe Apple nemá druhé a tĝetí tlaèítko.\n"
+"Zde jsou nìjaké pĝíklady:\n"
"\n"
-"Pokud pĝejedete myıí nad skupinou, objeví se krátkŭ text, kterŭ vysvìtluje,\n"
-"co je obsahem dané skupiny. Pokud nevyberete pĝi instalaci ádnou skupinu,\n"
-"zobrazí se otázka na instalaci nìkolika typù minimální instalace:\n"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
+"hda=autotune\n"
"\n"
-" * \"Podpora X\" Provede instalaci minimální podpory pro prostĝedí X-"
-"Window.\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
-" * \"Se základní dokumentací\" Nainstaluje systém se základními programy a\n"
-"jejich dokumentací. Tento typ je vhodnŭ pro instalaci serveru.\n"
+" * Initrd: tato volba je urèena moduly, které se musí nahrát do pamìti "
+"jeıtì\n"
+"dĝíve, ne je pĝístupnŭ spouıtìcí oddíl, èi v pĝípadì opravy systému.\n"
"\n"
-" * \"Minimální instalace\" Nainstaluje se opravdu nezbytné minimum, aby "
-"bylo\n"
-"moné provozovat Linux z pĝíkazové ĝádky. Instalace zabere asi 65MB.\n"
+" * Velikost initrd: vŭchozí velikost ramdisku je 4,096 bytù. Pokud "
+"potĝebujete\n"
+"vìtıí velikost, zadejte sem potĝebnou hodnotu.\n"
"\n"
-"Pokud zatrhnete volbu \"Vlastní vŭbìr balíèkù\", zobrazí se seznam vıech\n"
-"balíèkù, které je mono nainstalovat. To je to uiteèné v pĝípadì, e "
-"chcete\n"
-"mít absolutní kontrolu nad tím, co se bude instalovat.\n"
+" * Read-write: bìnì je \"root\" oddíl pĝipojen nejdĝíve v reimu pouze pro\n"
+"ètení, aby se provedlo otestování systému pĝed tím, ne se pouije pro bìh.\n"
+"Zde je moné toto chování zmìnit.\n"
"\n"
-"Pokud jste spustili instalaci v reimu \"Aktualizace\", mùete zruıit vŭbìr\n"
-"danŭch skupin, èím zabráníte instalaci novŭch balíèkù. To je uiteèné\n"
-"pro pĝípad opravy nebo aktualizace existujícího systému."
+" * Bez grafiky: grafické zaĝízení na poèítaèích Apple je nìkdy "
+"problematické\n"
+"a tak je moné zadat tuto volbu a zvolit nativní podporu.\n"
+"\n"
+" * Vŭchozí: zvolí tuto poloku jako vŭchozí pro vŭbìr z nabídky, kdy staèí\n"
+"pouze stisknout ENTER a spustí se. Tato poloka je oznaèena \"*\" a vıechny\n"
+"vŭbìry se zobrazí po stisknutí tlaèítka [Tab]."
-#: ../../help.pm_.c:135
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\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 installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"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"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\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"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\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 the previous step on how to\n"
-"create such a floppy disk."
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
msgstr ""
-"V závislosti na tom, zda jste zvolili individuální vŭbìr balíèkù, se "
-"nabídne\n"
-"stromová struktura obsahující vıechny balíèky organizované do skupin\n"
-"a podskupin. Pĝi procházení stromu mùete vybrat jednotlivé balíèky, "
-"podskupiny\n"
-"nebo celé skupiny.\n"
-"\n"
-"Pokud vyberete ze stromu balíèek, objeví se v pravé èásti popis.\n"
-"Pokud máte vŭbìr hotovŭ, kliknìte na tlaèítko \"Instalovat\", které spustí\n"
-"instalaèní proces. Doba trvání instalace závisí poètu balíèkù a na "
-"rychlosti\n"
-"vaıeho poèítaèe, a mùe trvat delıí dobu. Zbŭvající èas je zobrazován \n"
-"na obrazovce, take mùete zkusit odhadnout, zda si stihnete dát ıálek "
-"kávy. :-)\n"
+"Aplikace DrakX se nejdĝíve pokusí najít vıechny pevné disky v poèítaèi. Také "
+"se\n"
+"pokusí nalézt jeden nebo více PCI SCSI adaptérù. Pokud nìjakŭ najde,\n"
+"automaticky nainstaluje správnŭ ovladaè.\n"
"\n"
-"Pokud se nachází mezi vybranŭmi balíèky serverové programy, ağ u vybrané\n"
-"zámìrnì nebo jako souèást skupiny, zobrazí se dotaz na to,\n"
-"zda opravdu chcete tyto servery nainstalovat. V distribuci Mandrake Linux\n"
-"jsou tyto servery spuıtìny pĝi startu systému. I kdy v dobì vydání "
-"distribuce\n"
-"nejsou známy ádné bezpeènostní problémy, mohou se vyskytnout pozdìji.\n"
-"Pokud nevíte, k èemu jsou urèeny nìkteré serverové sluby, kliknìte na \"Ne"
-"\".\n"
-"Kliknutím na \"Ano\" se dané sluby nainstalují a automaticky spustí pĝi "
-"startu!\n"
+"Protoe automatická detekce hardware nemusí vdy nalézt vıechny typy "
+"hardware,\n"
+"budete v dialogu dotázáni, zda vùbec máte nìjakŭ SCSI adaptér. Odpovìzte\n"
+"\"Ano\" a vyberte si ze seznamu adaptérù nebo odpovìzte \"Ne\", jestlie "
+"ádnŭ\n"
+"adaptér nemáte. Pokud pĝesnì, zda-li nìjakŭ máte, mùete to zjistit "
+"kliknutím na\n"
+"tlaèítko \"Zobrazit informace o hardware\"a prozkoumáním seznamu. Kliknutím\n"
+"na tlaèítko \"OK\" se vrátíte k otázce o adaptéru SCSI.\n"
"\n"
-"Volba \"Automatické závislosti\" vypne varovné hláıení, které se objeví\n"
-"vdy, kdy vyberete balíèek, kterŭ má dalıí závislosti a instalaèní program\n"
-"musí vybrat dalıí potĝebné balíèky, aby instalace mohla probìhnout úspìınì.\n"
+"Pokud si budete muset vybrat ovladaè ruènì, aplikace DrakX se zeptá, zda "
+"pro\n"
+"nìj chcete zadat nìjaké volby Mìli byste povolit aplikaci DrakX, ağ se "
+"pokusí\n"
+"zjistit, které volby jsou pro danou kartu potĝeba. Vìtıinou to funguje "
+"dobĝe.\n"
"\n"
-"Malá ikonka diskety dole umoòuje nahrát ji pĝedem vybranŭ seznam balíèkù.\n"
-"Po kliknutí na ikonu budete dotázáni na vloení diskety, která byla "
-"vytvoĝena na\n"
-"konci jiné instalace. Ve druhém tipu pĝi posledním kroku najdete návod, jak "
-"si\n"
-"tuto disketu vytvoĝit."
+"Pokud to nebude fungovat, budete muset zadat dalıí informace pro ovladaè "
+"ruènì.\n"
+"Pro dalıí nápovìdu se podívejte do instalaèní pĝíruèky (kapitola 3 "
+"\"Získání\n"
+"informací o hardware\"), kde je popsáno, jak získat tyto informace z "
+"dokumentace\n"
+"hardware, z WWW stránek vŭrobce tohoto hardware (pokud máte pĝístup k "
+"Internetu),nebo ze systému Windows (pokud je máte na poèítaèi a hardware v "
+"nich pouíváte)."
-#: ../../help.pm_.c:171
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"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 ``Starter Guide'' chapter about Internet connections\n"
-"for 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\"."
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\n"
+"\n"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\n"
+"\n"
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
msgstr ""
-"V tomto kroku se provede nastavení pĝipojení k Internetu/síti. Pokud chcete\n"
-"pĝipojit svùj poèítaè k místní síti nebo k Internetu, klepnìte na \"OK\"\n"
-"a spustí se automatická detekce síğové karty nebo modemu. Pokud tato\n"
-"detekce sele, odıkrtnìte pĝi dalıím pokusu políèko \"Pouít automatickou\n"
-"detekci\". Pokud nechcete síğ nastavit nebo to chcete provést pozdìji, "
-"jednoduıe\n"
-"klepnìte na tlaèítko \"Zruıit\".\n"
-"\n"
-"Moné zpùsoby pĝipojení jsou: tradièní modem, ISDN modem, pĝipojení ADSL,\n"
-"kabelovŭ modem, a koneènì jednoduché pĝipojení do sítì LAN (Ethernet).\n"
+"Zde si mùete vybrat tiskovŭ systém, kterŭ budete pouívat. Jiné OS "
+"nabízejí\n"
+"jeden, Mandrake nabízí tĝi.\n"
"\n"
-"V této chvíli nebudeme rozebírat podrobnosti jednotlivŭch nastavení. "
-"Ujistìte se ale,\n"
-"e máte vıechny dostupné informace pro pĝipojení od svého poskytovatele\n"
-"pĝipojení nebo od správce sítì. \n"
+" * \"pdq\" - co znamená 'print, don't queue' a je vhodnŭ tehdy, pokud "
+"nemáte\n"
+"ádné síğové tiskárny. Zvládá pouze nìkolik moností a tisk na nìj ze sítì\n"
+"je velmi pomalŭ. Tuto volbu lze po instalaci zmìnit spuıtìním nástroje "
+"PrinterDrake\n"
+"z ĝídícího centra Mandrake, pokud kliknete na tlaèítko Expert.\n"
"\n"
-"Více informací naleznete v pĝísluıné kapitole o pĝipojení k Internetu v "
-"\"Uivatelské\n"
-"pĝíruèce\", nebo mùete poèkat, systém nyní jednoduıe nainstalovat a "
-"pouít \n"
-"programy pro nastavení pĝipojení pozdìji.\n"
+" * \"CUPS\"'Common Unix Printing System' je vynikající v tisku na lokální\n"
+"tiskárny. Je jednoduchŭ a mùe fungovat jako klient i server pro klienty z "
+"\"lpd\"\n"
+"systému, take je s nimi kompatibilní. Je moné nastavit spoustu voleb,\n"
+"ale základní nastavení je velmi jednoduché. Pokud potĝebujete emulovat\n"
+"\"lpd\" server, staèí spustit démona \"cups-lpd\". Má také grafické "
+"prostĝedí\n"
+"pro tisk a nastavení tiskárny.\n"
"\n"
-"Pokud nemáte ádné pĝipojení k Internetu ani k místní síti, nebo chcete "
-"nastavit\n"
-"pĝipojení k síti pozdìji po instalaci, klepnìte na tlaèítko \"Zruıit\"."
+" * \"lprNG\" - 'line printer daemon New Generation'. Tento systém dokáe to\n"
+"co ostatní, ale umí tisknout na tiskárny pĝipojené k Novell Netware, "
+"protoe\n"
+"podporuje IPX protokol a také umí zpracovat pĝímo tiskové pĝíkazy. Pokud\n"
+"potĝebujete tisk na tiskárnách ze sítì Novell nebo tiskovŭ systém bez\n"
+"zvláıtní tiskové fronty, vyberte si lprNG.\n"
+"Jinak je preferován CUPS, protoe je jednoduııí a lépe pracuje v sítích."
-#: ../../help.pm_.c:193
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"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"
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\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í bŭt spuıtìny pĝi startu poèítaèe.\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way you will be able to load either GNU/Linux or another\n"
+"OS.\n"
"\n"
-"Je zde seznam vıech slueb, které jsou aktuálnì nainstalovány.\n"
-"Prohlédnìte si seznam pozornì a zruıte ty, které nepotĝebujete spouıtìt pĝi\n"
-"startu poèítaèe.\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
-"Pokud pĝejedete myıí nad nìkterou polokou, objeví se malá nápovìda\n"
-"s popisem, co daná sluba dìlá. Pokud pĝesnì nevíte, zda je sluba uiteèná\n"
-"nebo ne, je lepıí ji nechat ve vŭchozím stavu.\n"
+"If it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\n"
"\n"
-"Rozvate, co za sluby spustit, zvláıtì pokud budete poèítaè provozovat\n"
-"jako server: nepotĝebujete vıechny sluby. Pamatujte, e èím více slueb\n"
-"je spuıtìno, tím je vìtıí nebezpeèí neádoucího proniknutí do poèítaèe.\n"
-"Take povolte opravdu jen ty sluby, které nezbytnì potĝebujete."
-
-#: ../../help.pm_.c:210
-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 unselecting \"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"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\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 pĝevádí ho na\n"
-"èas podle pĝísluıné vybrané èasové zóny. Toto je moné zruıit odznaèením\n"
-"volby \"Hodiny nastaveny na GMT\" a tak budou systémové hodiny stejné jako\n"
-"hardwarové. To je uiteèné v pĝípadì, e je na poèítaèi jinŭ operaèní "
-"systém\n"
-"typu Windows.\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-"Volba \"Automatická synchronizace èasu\" provádí automatické nastavení "
-"hodin\n"
-"pomocí pĝipojení k èasovému serveru na Internetu. Vyberte si v seznamu ten "
-"server,\n"
-"kterŭ je vám nejblí. Je samozĝejmé, e pro správnou funkci musíte mít "
-"fukèní\n"
-"pĝipojení k Internetu. Na poèítaè se také nainstaluje èasovŭ server, kterŭ\n"
-"mohou volitelnì pouívat jiné poèítaèe ve vaıí lokální síti."
-
-#: ../../help.pm_.c:224
-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.\n"
-"\n"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". 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. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
-msgstr ""
-"X Window System (zkrácenì X) je srdcem grafického rozhraní GNU/Linuxu,\n"
-"na kterém jsou provozovány vıechny grafická prostĝedí (KDE, Gnome, "
-"AfterStep,\n"
-"WindowMaker), která jsou dodávána se systémem Mandrake Linux. V této sekci "
-"se\n"
-"aplikace DrakX pokusí nastavit systém X automaticky.\n"
-"\n"
-"Existují vzácné pĝípady, kdy se automatická detekce nezdaĝí, zejména \n"
-"v pĝípadech, kdy je danŭ hardware velmi starŭ, nebo velmi novŭ. Pokud se\n"
-"detekce podaĝí, spustí se grafické prostĝedí v nejlepıím moném rozliıení v "
-"závislosti\n"
-"na velikosti monitoru. Probìhne test, kdy se zobrazí okno s otázkou, zda je "
-"vıe\n"
-"správnì zobrazeno.\n"
-"\n"
-"Pokud provádíte \"Expertní\" instalaci, spustí se prùvodce nastavením "
-"systému X.\n"
-"Více informací o tomto prùvodci naleznete v odpovídající sekci v manuálu.\n"
-"\n"
-"Pokud pĝi testu nastavení uvidíte zprávu dobĝe, a odpovíte \"Yes\", bude "
-"instalace\n"
-"pokraèovat dalıím krokem. Pokud nic neuvidíte, znamená to, e automatické "
-"nastavení\n"
-"nebylo úspìıné, test automaticky skonèí za 10 sekund a obnoví pùvodní "
-"obrazovku.\n"
-"Více informací o nastavení vaıeho displeje naleznete v sekci \"Nastavení "
-"videa\" vaıí\n"
-"uivatelské pĝíruèky."
-
-#: ../../help.pm_.c:246
-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í otázka je na to, zda chcete spustit grafické prostĝedí pĝi startu.\n"
-"Tato otázka se zobrazí i v pĝípadì, e nastavení pĝedtím neotestujete.\n"
-"Je zĝejmé, e odpovíte \"Ne\" v pĝípadì, e poèítaè bude pracovat\n"
-"jako server nebo v pĝípadì, e se nepodaĝilo správnì nastavit grafickou "
-"kartu."
-
-#: ../../help.pm_.c:253
-msgid ""
"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 bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, 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"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
"CDROM s distribucí Mandrake Linux má zabudovanŭ záchrannŭ reim. Mùete ho\n"
"spustit pĝímo pĝi spuıtìní z CD, kdy stisknete klávesu >>F1<< a na "
@@ -3215,348 +1741,427 @@ msgstr ""
"bŭt prázdná, nebo na ní mohou bŭt data, která ji nepotĝebujete. Disketa\n"
"nemusí bŭt formátována, aplikace DrakX pĝepíıe celŭ její obsah."
-#: ../../help.pm_.c:277
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux 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"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\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 ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here by clicking the dialog's \"Wizard\" button.\n"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\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"
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"operating systems!"
+msgstr ""
+"Po nastavení obecnŭch parametrù zavadìèe systému bude k dispozici\n"
+"seznam voleb pro zavádìní, kterŭ se zobrazí pĝi zavádìní systému.\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"
+"Pokud ji máte na poèítaèi jinŭ operaèní systém, automaticky bude zaĝazen "
+"do\n"
+"nabídky pro spouıtìní. Zde je moné dále doladit volby, které se pĝedávají "
+"tím,\n"
+"e na danou nabídkou vyberete a kliknete na tlaèítko \"Upravit\", pokud jej "
+"chcete\n"
+"upravit nebo odstranit nebo \"Pĝidat\", pokud chcete vytvoĝit novou "
+"poloku.\n"
+"K dalıímu kroku se dostanete kliknutím na tlaèítko \"Hotovo\".\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"
+"Pokud nechcete umonit pĝístup k tìmto operaèním systémùm komukoliv, mùete\n"
+"je z nabídky odstranit smazáním odpovídajících poloek.. V tom pĝípadì ale\n"
+"musíte mít spouıtìcí disketu, ze které je moné tento operaèní systém "
+"spustit!"
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"This dialog allows to finely tune your bootloader:\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. You will then be asked to choose the mount points associated to\n"
-"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\n"
+" * \"Bootloader to use\": there are three choices for your bootloader:\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows 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"
-"Microsoft Windows on the same computer.\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\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"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\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"
-" * \"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"
+" * \"Delay before booting the default image\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\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 option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
msgstr ""
-"V tomto bodì si musíte definovat, na které diskové oddíly budete\n"
-"instalovat novŭ operaèní systém Mandrake Linux. Pokud je disk prázdnŭ\n"
-"nebo existující operaèní systém pouívá celŭ disk, je nutné ho rozdìlit.\n"
-"Rozdìlení disku spoèívá ve vytvoĝení volného prostoru pro instalaci\n"
-"systému Mandrake Linux.\n"
-"\n"
-"Protoe rozdìlení disku je nenávratná operace, je to velmi nebezpeèná\n"
-"akce pro ty uivatele, kteĝí nemají ádné zkuıenosti.\n"
-"Pro tyto uivatele je dobrŭ prùvodce, kterŭ zjednoduıí danŭ proces.\n"
-"Jeıtì pĝed zapoèetím rozdìlování disku si proètìte manuál.\n"
-"\n"
-"Pokud máte zvolenŭ Expertní reim, spustil se nástroj na práci s diskem\n"
-"DiskDrake, kterŭ umoòuje lépe nastavit diskové oddíly. Více informací\n"
-"naleznete v pĝísluıné kapitole uivatelské pĝíruèky. Pokud chcete pouít\n"
-"prùvodce, kliknìte na tlaèítko \"Prùvodce\".\n"
+"LILO a Grub jsou zavadìèe systému. Tato èást je bìnì plnì automatická.\n"
+"DrakX analyzuje zavádìcí sektor disku a zachová se podle toho, co zde\n"
+"nalezne:\n"
"\n"
-"Pokud máte ji vytvoĝeny diskové oddíly z pĝedchozích instalací nebo\n"
-"od jinŭch diskovŭch nástrojù, lze je nyní pouít pro instalaci tohoto\n"
-"systému Linux.\n"
+" * pokud nalezne zavádìcí sektor Windows, pĝepíıe ho sektorem pro LILO/Grub\n"
+"tak, aby bylo moné spouıtìt jak systém Windows tak i Linux;\n"
"\n"
-"Pokud nejsou definovány ádné diskové oddíly, je nutné je vytvoĝit.\n"
-"K tomu slouí prùvodce, kterŭ nabídne nìkolik ĝeıení:\n"
+" * pokud nalezne zavádìcí sektor pro LILO nebo Grub, tak jej pĝepíıe novŭm.\n"
"\n"
-" * \"Pouít volnŭ prostor\": takto se jednoduıe automaticky disk(y) rozdìlí\n"
-"a ji se o nic nemusíte starat.\n"
+"Pokud jsou nìjaké pochybnosti, je zobrazen dialog s vŭbìrem moností.\n"
"\n"
-" * \"Pouít existující oddíly\": prùvodce detekoval jeden nebo více "
-"existujících\n"
-"Linuxovŭch oddílù a ty nabídne pro instalaci. Budete muset definovat ke "
-"kadému\n"
-"oddílu pĝípojnŭ bod. Pùvodní pĝípojné body jsou pĝedvyplnìny, a obvykle "
-"byste\n"
-"je mìli ponechat.\n"
+" * \"Jakŭ spouıtìè pouít:\" je moné si vybrat:\n"
"\n"
-" * \"Pouít volné místo na oddílu s Windows\": pokud máte na disku\n"
-"nainstalovány Microsoft Windows a tyto zabírají celŭ disk, je moné tento "
-"prostor\n"
-"zmenıit a pouít ho pro instalaci. Oddíl lze také vymazat a tím ztratit data "
-"(viz volby\n"
-"\"Smazat celŭ disk\" a \"Expertní reim\"). Zmìna velikosti oddílu je "
-"provedena\n"
-"bez ztráty dat a je moná, pokud jste pĝedtím tento oddíl ve Windows "
-"defragmentovali.\n"
-"Také neuıkodí zazálohovat vaıe data... Tento postup je doporuèenŭ, pokud "
-"chcete\n"
-"na disku provozovat souèasnì systém Mandrake Linux i Microsoft Windows.\n"
+" * \"GRUB\": pokud preferujete textovou verzi zavadìèe Grub.\n"
"\n"
-" Pĝed vŭbìrem této volby si prosím uvìdomte, e velikost oddílu s "
-"Microsoft Windows\n"
-"bude menıí ne je nyní. To znamená, e budete mít ménì místa pro \n"
-"uloení dat nebo instalaci programù do Microsoft Windows.\n"
+" * \"LILO s grafickou nabídkou\": pokud preferujete LILO s grafickŭm\n"
+"rozhraním.\n"
"\n"
-" * \"Zruıit celŭ disk\": pokud chcete smazat veıkerá data a vıechny oddíly\n"
-"na disku a pouít je pro instalaci systému Mandrake Linux, vyberte toto\n"
-"ĝeıení. Zde postupujte opatrnì, po vŭbìru ji není moné vzít volbu zpìt.\n"
+" * \"LILO s textovou nabídkou\": pokud preferujete textové rozhraní.\n"
"\n"
-" !! Pokud zvolíte tuto monost, vıechna data na disku budou ztracena.!!\n"
+" * \"Spouıtìcí zaĝízení\": ve vìtıinì pĝípadù není nutné mìnit vŭchozí\n"
+"nastavení (\"/dev/hda\"), ale lze nainstalovat zavadìè na druhŭ disk\n"
+"(\"/dev/hdb\") nebo dokonce na disketu (\"/dev/fd0\").\n"
"\n"
-" * \"Odstranit Windows\": takto se jednoduıe smae celŭ disk a bude se "
-"instalovat\n"
-"na celŭ disk. Vıechna data tak budou ztracena.\n"
+" * \"Prodleva pĝes spuıtìním\": pokud zapnete poèítaè, je v tomto èase\n"
+"umonìno uivateli vybrat si jinŭ systém z nabídky pĝed tím, ne bude\n"
+"zaveden vŭchozí systém.\n"
"\n"
-" !! Pokud vyberete tuto volbu, veıkerá data budou ztracena. !!\n"
+"!! Vyvarujte se pokusù nenainstalovat zavadìè (vybráním volby \"Zruıit\"),\n"
+"protoe by mìl existovat zpùsob, jak zavést systém Mandrake Linux!\n"
+"Také si dobĝe rozmyslete, jaké zmìny zde provádíte !!\n"
"\n"
-" * \"Expertní reim\": pokud chcete disk rozdìlit ruènì. Pĝed touto volbou "
-"buïte\n"
-"opatrní, je sice mocná, ale nebezpeèná. Velmi jednoduıe zde mùete pĝijít o "
-"svá data.\n"
-"Nedoporuèuje se tìm, kteĝí pĝesnì nevìdí, co dìlají. Chcete-li se dozvìdìt "
-"více\n"
-"o nástroji DiskDrake, kterŭ se v tomto pĝípadì pouívá, prostudujte sekci "
-"\"Správa vaıich oddílù\" v \"Uivatelské pĝíruèce\"."
+"Kliknutím na tlaèítko \"Rozıíĝené\" se dialog rozıíĝí o dalıí monosti,\n"
+"vyhrazené pro znalé uivatele."
-#: ../../help.pm_.c:347
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"There you are. Installation is now completed 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"
+"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 the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it be difficult to become \"root\".\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"
+"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"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\n"
"\n"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. 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"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\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"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
msgstr ""
-"Nyní je instalace ukonèena a operaèní systém GNU/Linux je pĝipraven k "
-"pouití.\n"
-"Kliknìte na \"OK\" a systém bude restartován. Potom mùete spustit GNU/Linux "
-"nebo\n"
-"Windows, záleí kterŭ preferujete\n"
-"\n"
-"Tlaèítko \"Rozıíĝené\" zobrazí dalıí dvì tlaèítka:\n"
-"\n"
-" * Generovat disketu pro automatickou instalaci: vytvoĝí disketu, se kterou\n"
-"lze celou instalaci opakovat bez zásahu operátora se stejnŭmi volbami,\n"
-"které byly zvoleny pĝi instalaci.\n"
-"\n"
-" Po kliknutí na toto tlaèítko se zobrazí dalıí dvì volby:\n"
+"Následující rozhodnutí je jedním z tìch, které ovlivòují celkovou "
+"bezpeènost\n"
+"systému GNU/Linux, tj. volba hesla pro uivatele \"Root\". Root je správcem\n"
+"systému, je odpovìdnŭ za provádìní aktualizací, pĝidávání uivatelù a také\n"
+"za celkové nastavení systému. Zkrácenì: root mùe úplnì vıechno!\n"
+"To je také dùvodem, proè se heslo volí takové, aby se nedalo lehce uhodnout\n"
+"a instalaèní program DrakX zkontroluje, zda není pĝíliı jednoduché. Jak "
+"vidíte,\n"
+"je moné heslo nezadat, ale toto velmi dùraznì nedoporuèujeme, a to z "
+"jednoho\n"
+"dùvodu. Nemyslete si, e pokud spustíte systém GNU/Linux, e je vıe bezpeèné "
+"a e se nemùe nic stát.. Vzhledem k tomu, e na uivatele root se "
+"nevztahují\n"
+"bìná omezení, mùe nenávratnì poıkodit celŭ systém, smazat data z jinŭch\n"
+"oddílù na disku a operaèních systémù, vymazat potĝebné soubory nebo celé\n"
+"oddíly, atd. Proto je dùleité, aby nebylo jednoduché se tímto uivatelem "
+"stát.\n"
"\n"
-" * : Zopakovat: je to èásteènì automatická instalace, kdy se potvrzuje "
-"krok\n"
-"pĝi rozdìlování diskù (a pouze tento krok).\n"
+"Zvolené heslo by se mìlo skládat ze znakù a èíslic a mìlo by bŭt dlouhé\n"
+"minimálnì 8 znakù. Také není dobré si ho kamkoliv poznamenávat - po\n"
+"nalezení vaıí poznámky mùe bŭt velmi jednoduché se do vaıeho systému\n"
+"dostat.\n"
"\n"
-" * : Automaticky: plnì automatická instalace, data na pevném disku budou\n"
-"zruıena a disk pĝepsán.\n"
+"Nevolte vıak heslo pĝíliı dlouhé nebo komplikované, bude nutné si jej bez\n"
+"vìtıích potíí zapamatovat.\n"
"\n"
-" Tato volba je velmi uiteèná, kdy potĝebujete nainstalovat vìtıí poèet\n"
-"stejnŭch poèítaèù. Více o této monosti je na naıich WWW stránkách.\n"
+"Pĝi zadávání nebude heslo na obrazovce zobrazeno. Proto se heslo zadává\n"
+"dvakrát pro ovìĝení, zda nedoılo k pĝeklepu pĝi prvním pokusu. Tak je moné\n"
+"heslo opravit a zadat dvakrát stejné. Pokud se vám pĝesto podaĝí zadat "
+"stejnŭ\n"
+"pĝeklep dvakrát, budete muset toto heslo s pĝeklepem pouít pĝi prvním\n"
+"pĝihláıení.\n"
+"V expertním reimu budete dotázáni na to, zda se má pouít ovìĝovací\n"
+"server, jako je NIS nebo LDAP.\n"
"\n"
-" * Uloit vŭbìr balíèkù(*): uloí vŭbìr balíèkù, kterŭ byl zvolen pĝi "
-"instalaci.\n"
-"Pokud budete instalovat dalıí poèítaè, vlote disketu do mechaniky a "
-"spusğte\n"
-"instalaci, stisknìte [F1] a napiıte na pĝíkazovŭ ĝádek >linux defcfg=\"floppy"
-"\"<.\n"
+"Pokud se ve vaıí síti pouívá pro ovìĝování uivatelù protokol LDAP, NIS,\n"
+"nebo ovìĝovací doména Windows PDC, vyberte odpovídající protokol. Pokud\n"
+"o tom nic nevíte, zeptejte se správce vaıí sítì.\n"
"\n"
-"(*) Potĝebujete disketu formátovanou FAT (Pod Linuxem ji vytvoĝíte pĝíkazem\n"
-"\"mformat a:\")"
+"Pokud není poèítaè pĝipojen do ádné spravované sítì, zvolte pro ovìĝení\n"
+"monost \"Lokální soubory\"."
-#: ../../help.pm_.c:378
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem on it).\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"
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
+msgstr ""
+"Vyberte prosím správnŭ port. Napĝíklad \"COM1\" pod MS Windows se\n"
+"v Linuxu jmenuje \"ttyS0\"."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\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"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"from the provided list.\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"
-"it.\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 and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\n"
+"\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
+msgstr ""
+"Aplikace DrakX obvykle zjistí poèet tlaèítek na vaıí myıi. Pokud ne, "
+"pĝedpokládá,\n"
+"e máte dvoutlaèítkovou myı a nastaví emulaci pro tĝetí tlaèítko myıi. "
+"Aplikace\n"
+"také umí rozpoznat, zda se jedná o myı PS/2, USB nebo sériovou.\n"
"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
+"Pokud chcete zadat jinŭ typ myıi, vyberte odpovídající typ se seznamu.\n"
"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
+"Pokud vyberete jinou myı ne ta, která byla detekována, zobrazí se "
+"testovací\n"
+"obrazovka. Zde otestujte jak tlaèítka tak i koleèko a ovìĝte, zda je "
+"nastavení\n"
+"správné. Pokud myı nepracuje správnì, stisknìte mezerník nebo klávesu Enter\n"
+"na \"Zruıit\"\n"
+" a vyberte jinŭ typ.\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ì vytvoĝenŭ diskovŭ oddíl musí bŭt pĝed pouitím zformátován\n"
-"(formátováním se myslí vytvoĝení souborového systému).\n"
+"Myıi s koleèkem nejsou v nìkterŭch pĝípadech automaticky rozpoznány. Budete\n"
+"je muset vybrat ze seznamu. Ujistìte se, e vyberete myı s odpovídajícím "
+"typem\n"
+"portu, ke kterému je pĝipojená. Poté, co stisknete tlaèítko \"OK\", zobrazí "
+"se obrázek\n"
+"s myıí. Aby se správnì koleèko aktivovalo, musíte pohybovat koleèkem vaıí "
+"myıi.\n"
+"Poté ovìĝte, zda-li je správné nastavení tlaèítek a pohybu vaıí myıi."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\n"
"\n"
-"Nyní lze formátovat ji existující diskové oddíly pro vymazání\n"
-"vıech dat, která obsahují. Pokud to chcete provést, vyberte diskové oddíly\n"
-"pro pĝeformátování.\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\n"
"\n"
-"Není ale nutné pĝeformátovat vıechny ji existující diskové oddíly.\n"
-"Je nutné pĝeformátovat oddíly, které obsahují operaèní systém (jako je \"/"
-"\",\n"
-"\"/usr\" nebo \"/var\") ale není nutné pĝeformátovat oddíly, které obsahují\n"
-"data, která chcete zachovat (typicky /home).\n"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\n"
"\n"
-"Pĝi vŭbìru diskovŭch oddílù, které se budou formátovat buïte opatrní, "
-"vıechna\n"
-"data na formátovanŭch oddílech budou ztracena a nelze je ji obnovit.\n"
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
+msgstr ""
+"V prvním kroku si vyberete poadovanŭ jazyk.\n"
"\n"
-"Pokud je vıe pĝipraveno pro formátování, kliknìte na \"OK\".\n"
+"Vyberte si vámi preferovanŭ jazyk, kterŭ se bude pouívat pĝi instalaci\n"
+"a bìhem uívání celém systému.\n"
"\n"
-"Kliknìte na \"Zruıit\" pokud chcete vybrat jiné oddíly pro instalaci\n"
-"systému Mandrake Linux.\n"
+"Tlaèítko \"Rozıíĝené\" umoòuje zvolit dalıí jazyky, které budou také\n"
+"nainstalovány a mùete je pouít v systému. Vŭbìrem dalıích jazykù "
+"nainstalujete\n"
+"soubory s aplikacemi a dokumentací specifické pro tyto jazyky. Pokud "
+"napĝíklad na\n"
+"poèítaèi pracují obèas lidé ze İpanìlska, vyberte angliètinu jako hlavní "
+"jazyk\n"
+"a pod tlaèítkem rozıíĝené zatrhnìte volbu \"İpanìlıtina|İpanìlsko\".\n"
"\n"
-"Kliknutím na \"Rozıíĝené\" mùete vybrat, které oddíly budou otestovány\n"
-"na vadné bloky."
+"Lze takto doinstalovat více jazykù. Pokud máte jazyky vybrány, kliknìte na "
+"\"OK\"\n"
+"a instalace bude pokraèovat dalıím krokem."
-#: ../../help.pm_.c:404
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
+"\n"
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\n"
"\n"
-"Please be patient."
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
msgstr ""
-"Nyní zaène nová instalace operaèního systému Mandrake Linux.\n"
-"Tato operace mùe trvat nìkolik desítek minut (záleí na mnoství balíèkù,\n"
-"které jste si vybrali pro instalaci a rychlosti vaıeho poèítaèe).\n"
+"Normálnì zvolí instalaèní program správnou klávesnici na základì zvoleného\n"
+"jazyka, take není potĝeba nic v tomto kroku mìnit. \n"
+"Mùe se ale stát, e nemáte klávesnici, která odpovídá vaıemu jazyku: "
+"napĝíklad\n"
+"pokud jste anglicky hovoĝící İvŭcar, stejnì chcete mít ıvŭcarskou "
+"klávesnici.\n"
+"Nebo pokud mluvíte anglicky, ale ijete v Quebecu, je to stejnŭ pĝípad. V "
+"obou\n"
+"pĝípadech se mùete vrátit na tento instalaèní krok a vybrat si "
+"odpovídající\n"
+"klávesnici ze seznamu.\n"
+"\n"
+"Pokud máte klávesnici pro jinŭ jazyk, kliknìte na tlaèítko \"Více\"\n"
+"a zobrazí se kompletní seznam vıech podporovanŭch rozloení klávesnic.\n"
"\n"
-"Mìjte prosím trpìlivost a vyèkejte."
+"Pokud vyberete rozloení klávesnice zaloené na abecedì jiné ne latince,\n"
+"budete v dalıím dialogu vyzváni k vŭbìru klávesové zkratky, která bude "
+"pĝepínat\n"
+"rozloení klávesnice mezi latinkou a vámi zvolenŭm rozloením."
-#: ../../help.pm_.c:412
+#: ../../help.pm:1
+#, c-format
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 able 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"
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\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 distribuci Mandrake Linux, je moné, e nìkteré\n"
-"balíèky byly od vydání distribuce aktualizovány. Mohly to bŭt opravy chyb\n"
-"èi ĝeıení monŭch bezpeènostních problémù. Pokud chcete vyuít právì\n"
-"této nabídky, je moné tyto balíèky nyní stáhnout z Internetu. Zvolte \"Ano"
-"\"\n"
-"pokud máte funkèní pĝipojení na Internet nebo \"Ne\", pokud budete\n"
-"instalovat aktualizace pozdìji.\n"
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\n"
"\n"
-"Po zvolení \"Ano\" se zobrazí seznam míst, odkud mohou bŭt aktualizace "
-"získány.\n"
-"Vyberte si nejbliıí místo. Následnì se objeví stromovŭ seznam balíèkù, "
-"kterŭ\n"
-"je mono jeıtì upravit a stisknutím tlaèítka \"Instalovat\" se provede "
-"staení\n"
-"a instalace vybranŭch balíèkù. Akci mùete pĝeruıit klepnutím na \"Zruıit\"."
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\n"
+"\n"
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\n"
+"\n"
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
+msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm:1
+#, c-format
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 included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"Accept\" button."
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
msgstr ""
-"Pĝedtím, ne budete pokraèovat, pĝeètìte si pozornì podmínky licence. Ty\n"
-"se vztahují k celé distribuci Mandrake Linux a pokud s nimi nesouhlasíte,\n"
-"kliknìte na tlaèítko \"Odmítnout\". Instalace ihned skonèí. Pokud chcete "
-"pokraèovat\n"
-"v instalaci, kliknìte na tlaèítko \"Potvrdit\"."
-#: ../../help.pm_.c:432
+#: ../../help.pm:1
+#, c-format
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"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"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"
-"If you do not know what to choose, keep the default option."
+"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 ""
-"Nyní si vyberte úroveò zabezpeèení vaıeho poèítaèe Je zĝejmé, e èím více "
-"je\n"
-"poèítaè vyuíván a èím cennìjıí data obsahuje, tím je potĝeba zvolit vyııí\n"
-"úroveò. Na druhou stranu, vyııí úroveò znesnadòuje nìkteré obvyklé postupy.\n"
-"Více informací o úrovních bezpeènosti se doètete v kapitole MSEC v "
-"referenèní pĝíruèce.\n"
+"Instalaèní program nalezl na disku více ne jeden oddíl s Microsoft "
+"Windows.\n"
+"Prosím vyberte si jeden z nich, kterŭ je potĝeba zmenıit pro novu instalaci\n"
+"systému Mandrake Linux.\n"
"\n"
-"Pokud nevíte co vybrat, ponechte vŭchozí nastavení."
+"Kadŭ oddíl je zobrazen následovnì: \"Jméno pro Linux\",\n"
+"\"Jméno pro Windows\", \"Velikost\".\n"
+"\n"
+"\"Jméno pro Linux\" je sloeno následovnì: \"typ pevného disku\",\n"
+"\"èíslo disku\", \"èíslo oddílu\". (napĝíklad \"hda1\").\n"
+"\n"
+"Pokud máte IDE disky, pak je \"typ pevného disku\" \"hd\", pokud máte SCSI,\n"
+"oznaèení bude \"sd\".\n"
+"\n"
+"\"Èíslo disku\" je vdy písmeno za \"hd\" nebo \"sd\". Pro IDE disky je "
+"takto:\n"
+"\n"
+" * \"a\" znamená \"master disk na primárním IDE ĝadièi\",\n"
+"\n"
+" * \"b\" znamená \"slave disk na primárním IDE ĝadièi\",\n"
+"\n"
+" * \"c\" znamená \"master disk na sekundárním IDE ĝadièi\",\n"
+"\n"
+" * \"d\" znamená \"slave disk na sekundárním IDE ĝadièi\".\n"
+"\n"
+"Pro SCSI disky platí, e \"a\" je \"nejmenıí SCSI ID\", \"b\" je \"druhé\n"
+"nejmenıí SCSI ID\" atd.\n"
+"\n"
+"\"Jméno pro Windows\" je písmeno, které je pouito ve Windows\n"
+"(první oddíl nebo disk má písmeno \"C:\")."
-#: ../../help.pm_.c:442
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
@@ -3571,59 +2176,63 @@ msgid ""
"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"
+"drive\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\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\n"
-"recommended to perform this step;\n"
+"recommended that you perform this step.\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a floppy disk;\n"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a 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"
+"doesn't always work.\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\n"
"\n"
" * \"Removable media automounting\": unchecking this option will force\n"
"users 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\n"
-"your hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\n"
"\n"
" * \"Done\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
+"partitions using [Tab] and the [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"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
-" * Ctrl-d to delete a partition;\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-" * Ctrl-m to set the mount point.\n"
+" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different filesystem types available, please\n"
+"To get information about the different file system 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"
+"``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."
@@ -3699,831 +2308,946 @@ msgstr ""
"pro\n"
"uloení ramdisku a jádra pro situace záchrany disku."
-#: ../../help.pm_.c:513
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\n"
"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
+"If you do not know what to choose, keep the default option."
+msgstr ""
+"Nyní si vyberte úroveò zabezpeèení vaıeho poèítaèe Je zĝejmé, e èím více "
+"je\n"
+"poèítaè vyuíván a èím cennìjıí data obsahuje, tím je potĝeba zvolit vyııí\n"
+"úroveò. Na druhou stranu, vyııí úroveò znesnadòuje nìkteré obvyklé postupy.\n"
+"Více informací o úrovních bezpeènosti se doètete v kapitole MSEC v "
+"referenèní pĝíruèce.\n"
"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"Pokud nevíte co vybrat, ponechte vŭchozí nastavení."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able 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"
-"\"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"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"the selected package( s), or \"Cancel\" to abort."
+msgstr ""
+"Pokadé, kdy instalujete distribuci Mandrake Linux, je moné, e nìkteré\n"
+"balíèky byly od vydání distribuce aktualizovány. Mohly to bŭt opravy chyb\n"
+"èi ĝeıení monŭch bezpeènostních problémù. Pokud chcete vyuít právì\n"
+"této nabídky, je moné tyto balíèky nyní stáhnout z Internetu. Zvolte \"Ano"
+"\"\n"
+"pokud máte funkèní pĝipojení na Internet nebo \"Ne\", pokud budete\n"
+"instalovat aktualizace pozdìji.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
+"Po zvolení \"Ano\" se zobrazí seznam míst, odkud mohou bŭt aktualizace "
+"získány.\n"
+"Vyberte si nejbliıí místo. Následnì se objeví stromovŭ seznam balíèkù, "
+"kterŭ\n"
+"je mono jeıtì upravit a stisknutím tlaèítka \"Instalovat\" se provede "
+"staení\n"
+"a instalace vybranŭch balíèkù. Akci mùete pĝeruıit klepnutím na \"Zruıit\"."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
+"it.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Click on \"Next ->\" when you are ready to format partitions.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new Mandrake Linux operating system installation.\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
msgstr ""
-"Instalaèní program nalezl na disku více ne jeden oddíl s Microsoft "
-"Windows.\n"
-"Prosím vyberte si jeden z nich, kterŭ je potĝeba zmenıit pro novu instalaci\n"
-"systému Mandrake Linux.\n"
-"\n"
-"Kadŭ oddíl je zobrazen následovnì: \"Jméno pro Linux\",\n"
-"\"Jméno pro Windows\", \"Velikost\".\n"
-"\n"
-"\"Jméno pro Linux\" je sloeno následovnì: \"typ pevného disku\",\n"
-"\"èíslo disku\", \"èíslo oddílu\". (napĝíklad \"hda1\").\n"
-"\n"
-"Pokud máte IDE disky, pak je \"typ pevného disku\" \"hd\", pokud máte SCSI,\n"
-"oznaèení bude \"sd\".\n"
-"\n"
-"\"Èíslo disku\" je vdy písmeno za \"hd\" nebo \"sd\". Pro IDE disky je "
-"takto:\n"
+"Kadŭ novì vytvoĝenŭ diskovŭ oddíl musí bŭt pĝed pouitím zformátován\n"
+"(formátováním se myslí vytvoĝení souborového systému).\n"
"\n"
-" * \"a\" znamená \"master disk na primárním IDE ĝadièi\",\n"
+"Nyní lze formátovat ji existující diskové oddíly pro vymazání\n"
+"vıech dat, která obsahují. Pokud to chcete provést, vyberte diskové oddíly\n"
+"pro pĝeformátování.\n"
"\n"
-" * \"b\" znamená \"slave disk na primárním IDE ĝadièi\",\n"
+"Není ale nutné pĝeformátovat vıechny ji existující diskové oddíly.\n"
+"Je nutné pĝeformátovat oddíly, které obsahují operaèní systém (jako je \"/"
+"\",\n"
+"\"/usr\" nebo \"/var\") ale není nutné pĝeformátovat oddíly, které obsahují\n"
+"data, která chcete zachovat (typicky /home).\n"
"\n"
-" * \"c\" znamená \"master disk na sekundárním IDE ĝadièi\",\n"
+"Pĝi vŭbìru diskovŭch oddílù, které se budou formátovat buïte opatrní, "
+"vıechna\n"
+"data na formátovanŭch oddílech budou ztracena a nelze je ji obnovit.\n"
"\n"
-" * \"d\" znamená \"slave disk na sekundárním IDE ĝadièi\".\n"
+"Pokud je vıe pĝipraveno pro formátování, kliknìte na \"OK\".\n"
"\n"
-"Pro SCSI disky platí, e \"a\" je \"nejmenıí SCSI ID\", \"b\" je \"druhé\n"
-"nejmenıí SCSI ID\" atd.\n"
+"Kliknìte na \"Zruıit\" pokud chcete vybrat jiné oddíly pro instalaci\n"
+"systému Mandrake Linux.\n"
"\n"
-"\"Jméno pro Windows\" je písmeno, které je pouito ve Windows\n"
-"(první oddíl nebo disk má písmeno \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Buïte trpìliví. Tato operace mùe trvat nìkolik minut."
+"Kliknutím na \"Rozıíĝené\" mùete vybrat, které oddíly budou otestovány\n"
+"na vadné bloky."
-#: ../../help.pm_.c:547
+#: ../../help.pm:1
+#, fuzzy, c-format
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\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\n"
"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"that will automatically perform a whole installation without the help of an\n"
+"operator, similar to the installation you just configured.\n"
"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
+" * \"Replay\". This is a partially automated installation. The\n"
+"partitioning step is the only interactive procedure.\n"
"\n"
-"Depending on your GNU/Linux knowledge, select one of the following choices:\n"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\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"
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\n"
"\n"
-" * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>linux defcfg=\"floppy\" <<.\n"
+"\n"
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
msgstr ""
-"Nyní se instalaèní program zeptá na to, zda chcete provést (\"Doporuèenou"
-"\")\n"
-"nebo (\"Expertní\") instalaci, která dovoluje vìtıí kontrolu. Také si zde\n"
-"mùete vybrat, zda chcete provést novou instalaci nebo aktualizaci\n"
-"ji existující verze systému Mandrake Linux.:\n"
+"Nyní je instalace ukonèena a operaèní systém GNU/Linux je pĝipraven k "
+"pouití.\n"
+"Kliknìte na \"OK\" a systém bude restartován. Potom mùete spustit GNU/Linux "
+"nebo\n"
+"Windows, záleí kterŭ preferujete\n"
"\n"
-" * \"Instalovat\" Kompletnì pĝemae starou verzi. V závislosti na tom, co "
-"je\n"
-"na daném systému nainstalováno, mohou zùstat nìkteré jiné oddíly (typu "
-"Linux\n"
-"nebo jiné) nezmìnìny.\n"
+"Tlaèítko \"Rozıíĝené\" zobrazí dalıí dvì tlaèítka:\n"
"\n"
-" * \"Aktualizovat\" Provede aktualizaci stávajícího systému Mandrake Linux.\n"
-"Rozdìlení disku i veıkerá data uivatelù zùstanou zachována. Ostatní kroky\n"
-"s nastavením vıak budou k dispozici, podobnì jako pĝi bìné instalaci.\n"
+" * Generovat disketu pro automatickou instalaci: vytvoĝí disketu, se kterou\n"
+"lze celou instalaci opakovat bez zásahu operátora se stejnŭmi volbami,\n"
+"které byly zvoleny pĝi instalaci.\n"
"\n"
-" * \"Aktualizovat pouze balíèky\" Provede aktualizaci balíèkù z pĝedchozí\n"
-"verze systému Mandrake Linux beze zmìn v nastavení systému. Je také moné\n"
-"nainstalovat nové balíèky.\n"
+" Po kliknutí na toto tlaèítko se zobrazí dalıí dvì volby:\n"
"\n"
-"Aktualizace je bezproblémová pro verze Mandrake Linux 8.1 nebo novìjıí.\n"
+" * : Zopakovat: je to èásteènì automatická instalace, kdy se potvrzuje "
+"krok\n"
+"pĝi rozdìlování diskù (a pouze tento krok).\n"
"\n"
-"V závislosti na vaıich znalostech systému GNU/Linux si mùete vybrat\n"
-"z následujících úrovní instalace operaèního systému Mandrake Linux:\n"
+" * : Automaticky: plnì automatická instalace, data na pevném disku budou\n"
+"zruıena a disk pĝepsán.\n"
+"\n"
+" Tato volba je velmi uiteèná, kdy potĝebujete nainstalovat vìtıí poèet\n"
+"stejnŭch poèítaèù. Více o této monosti je na naıich WWW stránkách.\n"
"\n"
-"* Doporuèená: volte pokud jste jeıtì nikdy neinstalovali GNU/Linux. "
-"Instalace bude velmi jednoduchá a budete dotázáni pouze na nìkolik otázek.\n"
+" * Uloit vŭbìr balíèkù(*): uloí vŭbìr balíèkù, kterŭ byl zvolen pĝi "
+"instalaci.\n"
+"Pokud budete instalovat dalıí poèítaè, vlote disketu do mechaniky a "
+"spusğte\n"
+"instalaci, stisknìte [F1] a napiıte na pĝíkazovŭ ĝádek >linux defcfg=\"floppy"
+"\"<.\n"
"\n"
-"* Expertní: jestlie jste dobĝe obeznámeni se systémem GNU/Linux a chcete\n"
-"provést precizní nastavení instalace, je právì pro vás tato volba. Budete si "
-"moci\n"
-"pĝesnì upravit celou instalaci. Odpovìdi na otázky budou velmi tìké pro\n"
-"ty, kteĝí nemají velmi dobré znalosti GNU/Linuxu.\n"
-"Nevolte tuto volbu, pokud nemáte dostateèné zkuıenosti s instalací systému."
+"(*) Potĝebujete disketu formátovanou FAT (Pod Linuxem ji vytvoĝíte pĝíkazem\n"
+"\"mformat a:\")"
-#: ../../help.pm_.c:582
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\n"
+"At this point, you need to decide 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"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux system.\n"
"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, take your time.\n"
"\n"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
-msgstr ""
-"Normálnì zvolí instalaèní program správnou klávesnici na základì zvoleného\n"
-"jazyka, take není potĝeba nic v tomto kroku mìnit. \n"
-"Mùe se ale stát, e nemáte klávesnici, která odpovídá vaıemu jazyku: "
-"napĝíklad\n"
-"pokud jste anglicky hovoĝící İvŭcar, stejnì chcete mít ıvŭcarskou "
-"klávesnici.\n"
-"Nebo pokud mluvíte anglicky, ale ijete v Quebecu, je to stejnŭ pĝípad. V "
-"obou\n"
-"pĝípadech se mùete vrátit na tento instalaèní krok a vybrat si "
-"odpovídající\n"
-"klávesnici ze seznamu.\n"
+"Depending on your hard drive configuration, several options are available:\n"
"\n"
-"Pokud máte klávesnici pro jinŭ jazyk, kliknìte na tlaèítko \"Více\"\n"
-"a zobrazí se kompletní seznam vıech podporovanŭch rozloení klávesnic.\n"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\n"
"\n"
-"Pokud vyberete rozloení klávesnice zaloené na abecedì jiné ne latince,\n"
-"budete v dalıím dialogu vyzváni k vŭbìru klávesové zkratky, která bude "
-"pĝepínat\n"
-"rozloení klávesnice mezi latinkou a vámi zvolenŭm rozloením."
-
-#: ../../help.pm_.c:598
-msgid ""
-"The first step is to choose your preferred language.\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. You will then be asked to choose the mount points associated with\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and for the most part it's a good idea to keep them.\n"
"\n"
-"Please choose your preferred language for installation and system usage.\n"
+" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\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 host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"section, click on the box corresponding to \"Spanish|Spain\".\n"
+" Before choosing this option, please understand that after this\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store your data or to install new software.\n"
"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue.\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, because you will not be able to\n"
+"undo your choice after you confirm.\n"
"\n"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
-msgstr ""
-"V prvním kroku si vyberete poadovanŭ jazyk.\n"
+" !! If you choose this option, all data on your disk will be deleted. !!\n"
"\n"
-"Vyberte si vámi preferovanŭ jazyk, kterŭ se bude pouívat pĝi instalaci\n"
-"a bìhem uívání celém systému.\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"
-"Tlaèítko \"Rozıíĝené\" umoòuje zvolit dalıí jazyky, které budou také\n"
-"nainstalovány a mùete je pouít v systému. Vŭbìrem dalıích jazykù "
-"nainstalujete\n"
-"soubory s aplikacemi a dokumentací specifické pro tyto jazyky. Pokud "
-"napĝíklad na\n"
-"poèítaèi pracují obèas lidé ze İpanìlska, vyberte angliètinu jako hlavní "
-"jazyk\n"
-"a pod tlaèítkem rozıíĝené zatrhnìte volbu \"İpanìlıtina|İpanìlsko\".\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"Lze takto doinstalovat více jazykù. Pokud máte jazyky vybrány, kliknìte na "
-"\"OK\"\n"
-"a instalace bude pokraèovat dalıím krokem."
-
-#: ../../help.pm_.c:617
-msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it 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"
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
+msgstr ""
+"V tomto bodì si musíte definovat, na které diskové oddíly budete\n"
+"instalovat novŭ operaèní systém Mandrake Linux. Pokud je disk prázdnŭ\n"
+"nebo existující operaèní systém pouívá celŭ disk, je nutné ho rozdìlit.\n"
+"Rozdìlení disku spoèívá ve vytvoĝení volného prostoru pro instalaci\n"
+"systému Mandrake Linux.\n"
"\n"
-"If you wish to specify a different type of mouse, select the appropriate\n"
-"type from the provided list.\n"
+"Protoe rozdìlení disku je nenávratná operace, je to velmi nebezpeèná\n"
+"akce pro ty uivatele, kteĝí nemají ádné zkuıenosti.\n"
+"Pro tyto uivatele je dobrŭ prùvodce, kterŭ zjednoduıí danŭ proces.\n"
+"Jeıtì pĝed zapoèetím rozdìlování disku si proètìte manuál.\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.\n"
+"Pokud máte zvolenŭ Expertní reim, spustil se nástroj na práci s diskem\n"
+"DiskDrake, kterŭ umoòuje lépe nastavit diskové oddíly. Více informací\n"
+"naleznete v pĝísluıné kapitole uivatelské pĝíruèky. Pokud chcete pouít\n"
+"prùvodce, kliknìte na tlaèítko \"Prùvodce\".\n"
"\n"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
-msgstr ""
-"Aplikace DrakX obvykle zjistí poèet tlaèítek na vaıí myıi. Pokud ne, "
-"pĝedpokládá,\n"
-"e máte dvoutlaèítkovou myı a nastaví emulaci pro tĝetí tlaèítko myıi. "
-"Aplikace\n"
-"také umí rozpoznat, zda se jedná o myı PS/2, USB nebo sériovou.\n"
+"Pokud máte ji vytvoĝeny diskové oddíly z pĝedchozích instalací nebo\n"
+"od jinŭch diskovŭch nástrojù, lze je nyní pouít pro instalaci tohoto\n"
+"systému Linux.\n"
"\n"
-"Pokud chcete zadat jinŭ typ myıi, vyberte odpovídající typ se seznamu.\n"
+"Pokud nejsou definovány ádné diskové oddíly, je nutné je vytvoĝit.\n"
+"K tomu slouí prùvodce, kterŭ nabídne nìkolik ĝeıení:\n"
"\n"
-"Pokud vyberete jinou myı ne ta, která byla detekována, zobrazí se "
-"testovací\n"
-"obrazovka. Zde otestujte jak tlaèítka tak i koleèko a ovìĝte, zda je "
-"nastavení\n"
-"správné. Pokud myı nepracuje správnì, stisknìte mezerník nebo klávesu Enter\n"
-"na \"Zruıit\"\n"
-" a vyberte jinŭ typ.\n"
+" * \"Pouít volnŭ prostor\": takto se jednoduıe automaticky disk(y) rozdìlí\n"
+"a ji se o nic nemusíte starat.\n"
"\n"
-"Myıi s koleèkem nejsou v nìkterŭch pĝípadech automaticky rozpoznány. Budete\n"
-"je muset vybrat ze seznamu. Ujistìte se, e vyberete myı s odpovídajícím "
-"typem\n"
-"portu, ke kterému je pĝipojená. Poté, co stisknete tlaèítko \"OK\", zobrazí "
-"se obrázek\n"
-"s myıí. Aby se správnì koleèko aktivovalo, musíte pohybovat koleèkem vaıí "
-"myıi.\n"
-"Poté ovìĝte, zda-li je správné nastavení tlaèítek a pohybu vaıí myıi."
-
-#: ../../help.pm_.c:638
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Vyberte prosím správnŭ port. Napĝíklad \"COM1\" pod MS Windows se\n"
-"v Linuxu jmenuje \"ttyS0\"."
-
-#: ../../help.pm_.c:642
-msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to be difficult to become \"root\".\n"
+" * \"Pouít existující oddíly\": prùvodce detekoval jeden nebo více "
+"existujících\n"
+"Linuxovŭch oddílù a ty nabídne pro instalaci. Budete muset definovat ke "
+"kadému\n"
+"oddílu pĝípojnŭ bod. Pùvodní pĝípojné body jsou pĝedvyplnìny, a obvykle "
+"byste\n"
+"je mìli ponechat.\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"
+" * \"Pouít volné místo na oddílu s Windows\": pokud máte na disku\n"
+"nainstalovány Microsoft Windows a tyto zabírají celŭ disk, je moné tento "
+"prostor\n"
+"zmenıit a pouít ho pro instalaci. Oddíl lze také vymazat a tím ztratit data "
+"(viz volby\n"
+"\"Smazat celŭ disk\" a \"Expertní reim\"). Zmìna velikosti oddílu je "
+"provedena\n"
+"bez ztráty dat a je moná, pokud jste pĝedtím tento oddíl ve Windows "
+"defragmentovali.\n"
+"Také neuıkodí zazálohovat vaıe data... Tento postup je doporuèenŭ, pokud "
+"chcete\n"
+"na disku provozovat souèasnì systém Mandrake Linux i Microsoft Windows.\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"
+" Pĝed vŭbìrem této volby si prosím uvìdomte, e velikost oddílu s "
+"Microsoft Windows\n"
+"bude menıí ne je nyní. To znamená, e budete mít ménì místa pro \n"
+"uloení dat nebo instalaci programù do Microsoft Windows.\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"
+" * \"Zruıit celŭ disk\": pokud chcete smazat veıkerá data a vıechny oddíly\n"
+"na disku a pouít je pro instalaci systému Mandrake Linux, vyberte toto\n"
+"ĝeıení. Zde postupujte opatrnì, po vŭbìru ji není moné vzít volbu zpìt.\n"
"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
+" !! Pokud zvolíte tuto monost, vıechna data na disku budou ztracena.!!\n"
"\n"
-"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your network administrator.\n"
+" * \"Odstranit Windows\": takto se jednoduıe smae celŭ disk a bude se "
+"instalovat\n"
+"na celŭ disk. Vıechna data tak budou ztracena.\n"
"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
-msgstr ""
-"Následující rozhodnutí je jedním z tìch, které ovlivòují celkovou "
-"bezpeènost\n"
-"systému GNU/Linux, tj. volba hesla pro uivatele \"Root\". Root je správcem\n"
-"systému, je odpovìdnŭ za provádìní aktualizací, pĝidávání uivatelù a také\n"
-"za celkové nastavení systému. Zkrácenì: root mùe úplnì vıechno!\n"
-"To je také dùvodem, proè se heslo volí takové, aby se nedalo lehce uhodnout\n"
-"a instalaèní program DrakX zkontroluje, zda není pĝíliı jednoduché. Jak "
-"vidíte,\n"
-"je moné heslo nezadat, ale toto velmi dùraznì nedoporuèujeme, a to z "
-"jednoho\n"
-"dùvodu. Nemyslete si, e pokud spustíte systém GNU/Linux, e je vıe bezpeèné "
-"a e se nemùe nic stát.. Vzhledem k tomu, e na uivatele root se "
-"nevztahují\n"
-"bìná omezení, mùe nenávratnì poıkodit celŭ systém, smazat data z jinŭch\n"
-"oddílù na disku a operaèních systémù, vymazat potĝebné soubory nebo celé\n"
-"oddíly, atd. Proto je dùleité, aby nebylo jednoduché se tímto uivatelem "
-"stát.\n"
+" !! Pokud vyberete tuto volbu, veıkerá data budou ztracena. !!\n"
"\n"
-"Zvolené heslo by se mìlo skládat ze znakù a èíslic a mìlo by bŭt dlouhé\n"
-"minimálnì 8 znakù. Také není dobré si ho kamkoliv poznamenávat - po\n"
-"nalezení vaıí poznámky mùe bŭt velmi jednoduché se do vaıeho systému\n"
-"dostat.\n"
+" * \"Expertní reim\": pokud chcete disk rozdìlit ruènì. Pĝed touto volbou "
+"buïte\n"
+"opatrní, je sice mocná, ale nebezpeèná. Velmi jednoduıe zde mùete pĝijít o "
+"svá data.\n"
+"Nedoporuèuje se tìm, kteĝí pĝesnì nevìdí, co dìlají. Chcete-li se dozvìdìt "
+"více\n"
+"o nástroji DiskDrake, kterŭ se v tomto pĝípadì pouívá, prostudujte sekci "
+"\"Správa vaıich oddílù\" v \"Uivatelské pĝíruèce\"."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-"Nevolte vıak heslo pĝíliı dlouhé nebo komplikované, bude nutné si jej bez\n"
-"vìtıích potíí zapamatovat.\n"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
+msgstr ""
+"CDROM s distribucí Mandrake Linux má zabudovanŭ záchrannŭ reim. Mùete ho\n"
+"spustit pĝímo pĝi spuıtìní z CD, kdy stisknete klávesu >>F1<< a na "
+"pĝíkazovŭ\n"
+"ĝádek napíıete >>rescue<<. Pokud poèítaè neumoòuje bootovat z CD, potom\n"
+"v tomto kroku najdete ĝeıení alespoò dvou následujících situací:\n"
"\n"
-"Pĝi zadávání nebude heslo na obrazovce zobrazeno. Proto se heslo zadává\n"
-"dvakrát pro ovìĝení, zda nedoılo k pĝeklepu pĝi prvním pokusu. Tak je moné\n"
-"heslo opravit a zadat dvakrát stejné. Pokud se vám pĝesto podaĝí zadat "
-"stejnŭ\n"
-"pĝeklep dvakrát, budete muset toto heslo s pĝeklepem pouít pĝi prvním\n"
-"pĝihláıení.\n"
-"V expertním reimu budete dotázáni na to, zda se má pouít ovìĝovací\n"
-"server, jako je NIS nebo LDAP.\n"
+" * pĝi instalaci zavádìcího programu pĝepíıe aplikace DrakX zavádìcí sektor\n"
+"(MBR) na hlavním pevném disku (pokud nepouíváte jinŭ zavádìcí program),\n"
+"aby umonil start buï systému Windows nebo GNU/Linux (pokud máte Windows\n"
+"na poèítaèi nainstalovány). Pokud potĝebujete Windows pĝeinstalovat, "
+"instalaèní\n"
+"program spoleènosti Microsoft pĝepíıe zavádìcí sektor a nebudete tak mít "
+"monost\n"
+"spustit systém GNU/Linux!\n"
"\n"
-"Pokud se ve vaıí síti pouívá pro ovìĝování uivatelù protokol LDAP, NIS,\n"
-"nebo ovìĝovací doména Windows PDC, vyberte odpovídající protokol. Pokud\n"
-"o tom nic nevíte, zeptejte se správce vaıí sítì.\n"
+" * pokud se objeví problémy a není moné spustit systém GNU/Linux z pevného\n"
+"disku, je tato disketa jedinou moností, jak systém spustit. Obsahuje "
+"nìkolik\n"
+"základních systémovŭch nástrojù pro obnovení systému pĝí vŭpadku napájení,\n"
+"neığastném pĝeklepu, chybì v hesle, nebo z jinŭch dùvodù.\n"
"\n"
-"Pokud není poèítaè pĝipojen do ádné spravované sítì, zvolte pro ovìĝení\n"
-"monost \"Lokální soubory\"."
+"Pokud zvolíte tento krok, musíte vloit disketu do mechaniky. Disketa musí\n"
+"bŭt prázdná, nebo na ní mohou bŭt data, která ji nepotĝebujete. Disketa\n"
+"nemusí bŭt formátována, aplikace DrakX pĝepíıe celŭ její obsah."
-#: ../../help.pm_.c:678
+#: ../../help.pm:1
+#, c-format
msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\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"
+"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í otázka je na to, zda chcete spustit grafické prostĝedí pĝi startu.\n"
+"Tato otázka se zobrazí i v pĝípadì, e nastavení pĝedtím neotestujete.\n"
+"Je zĝejmé, e odpovíte \"Ne\" v pĝípadì, e poèítaè bude pracovat\n"
+"jako server nebo v pĝípadì, e se nepodaĝilo správnì nastavit grafickou "
+"kartu."
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Resolution\n"
"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Monitor\n"
"\n"
-"if in doubt, DrakX will display a dialog with various options.\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+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 upon.\n"
"\n"
-" * \"Bootloader to use\": you have three choices:\n"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\n"
"\n"
-" * \"GRUB\": if you prefer grub (text menu);\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface;\n"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\n"
"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
-"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"
+"Monitor\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"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\n"
"\n"
-"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved for the expert user."
-msgstr ""
-"LILO a Grub jsou zavadìèe systému. Tato èást je bìnì plnì automatická.\n"
-"DrakX analyzuje zavádìcí sektor disku a zachová se podle toho, co zde\n"
-"nalezne:\n"
"\n"
-" * pokud nalezne zavádìcí sektor Windows, pĝepíıe ho sektorem pro LILO/Grub\n"
-"tak, aby bylo moné spouıtìt jak systém Windows tak i Linux;\n"
"\n"
-" * pokud nalezne zavádìcí sektor pro LILO nebo Grub, tak jej pĝepíıe novŭm.\n"
+"Resolution\n"
"\n"
-"Pokud jsou nìjaké pochybnosti, je zobrazen dialog s vŭbìrem moností.\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\n"
"\n"
-" * \"Jakŭ spouıtìè pouít:\" je moné si vybrat:\n"
"\n"
-" * \"GRUB\": pokud preferujete textovou verzi zavadìèe Grub.\n"
"\n"
-" * \"LILO s grafickou nabídkou\": pokud preferujete LILO s grafickŭm\n"
-"rozhraním.\n"
+"Test\n"
"\n"
-" * \"LILO s textovou nabídkou\": pokud preferujete textové rozhraní.\n"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\n"
"\n"
-" * \"Spouıtìcí zaĝízení\": ve vìtıinì pĝípadù není nutné mìnit vŭchozí\n"
-"nastavení (\"/dev/hda\"), ale lze nainstalovat zavadìè na druhŭ disk\n"
-"(\"/dev/hdb\") nebo dokonce na disketu (\"/dev/fd0\").\n"
"\n"
-" * \"Prodleva pĝes spuıtìním\": pokud zapnete poèítaè, je v tomto èase\n"
-"umonìno uivateli vybrat si jinŭ systém z nabídky pĝed tím, ne bude\n"
-"zaveden vŭchozí systém.\n"
"\n"
-"!! Vyvarujte se pokusù nenainstalovat zavadìè (vybráním volby \"Zruıit\"),\n"
-"protoe by mìl existovat zpùsob, jak zavést systém Mandrake Linux!\n"
-"Také si dobĝe rozmyslete, jaké zmìny zde provádíte !!\n"
+"Options\n"
"\n"
-"Kliknutím na tlaèítko \"Rozıíĝené\" se dialog rozıíĝí o dalıí monosti,\n"
-"vyhrazené pro znalé uivatele."
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
+msgstr ""
-#: ../../help.pm_.c:718
+#: ../../help.pm:1
+#, c-format
msgid ""
-"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"
+"Graphic Card\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.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\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!"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
msgstr ""
-"Po nastavení obecnŭch parametrù zavadìèe systému bude k dispozici\n"
-"seznam voleb pro zavádìní, kterŭ se zobrazí pĝi zavádìní systému.\n"
-"\n"
-"Pokud ji máte na poèítaèi jinŭ operaèní systém, automaticky bude zaĝazen "
-"do\n"
-"nabídky pro spouıtìní. Zde je moné dále doladit volby, které se pĝedávají "
-"tím,\n"
-"e na danou nabídkou vyberete a kliknete na tlaèítko \"Upravit\", pokud jej "
-"chcete\n"
-"upravit nebo odstranit nebo \"Pĝidat\", pokud chcete vytvoĝit novou "
-"poloku.\n"
-"K dalıímu kroku se dostanete kliknutím na tlaèítko \"Hotovo\".\n"
-"\n"
-"Pokud nechcete umonit pĝístup k tìmto operaèním systémùm komukoliv, mùete\n"
-"je z nabídky odstranit smazáním odpovídajících poloek.. V tom pĝípadì ale\n"
-"musíte mít spouıtìcí disketu, ze které je moné tento operaèní systém "
-"spustit!"
-#: ../../help.pm_.c:732
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
msgstr ""
-"Zde se musíte rozhodnout, kam umístit informace potĝebné pro spuıtìní "
-"systému\n"
-"GNU/Linux.\n"
+"GNU/Linux spravuje èas podle GMT (Greenwich Mean Time) a pĝevádí ho na\n"
+"èas podle pĝísluıné vybrané èasové zóny. Toto je moné zruıit odznaèením\n"
+"volby \"Hodiny nastaveny na GMT\" a tak budou systémové hodiny stejné jako\n"
+"hardwarové. To je uiteèné v pĝípadì, e je na poèítaèi jinŭ operaèní "
+"systém\n"
+"typu Windows.\n"
"\n"
-"Pokud pĝesnì nevíte co zadat, ponechte \"První sektor na disku (MBR)\"."
+"Volba \"Automatická synchronizace èasu\" provádí automatické nastavení "
+"hodin\n"
+"pomocí pĝipojení k èasovému serveru na Internetu. Vyberte si v seznamu ten "
+"server,\n"
+"kterŭ je vám nejblí. Je samozĝejmé, e pro správnou funkci musíte mít "
+"fukèní\n"
+"pĝipojení k Internetu. Na poèítaè se také nainstaluje èasovŭ server, kterŭ\n"
+"mohou volitelnì pouívat jiné poèítaèe ve vaıí lokální síti."
-#: ../../help.pm_.c:739
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
+"This step is used to choose which services you wish to start at boot time.\n"
+"\n"
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\n"
"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a 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 first 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"
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"it is safer to leave the default behavior.\n"
"\n"
-" * \"CUPS\" -- ``Common Unix Printing System'', is excellent at printing to\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+"!! 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 that 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 ""
-"Zde si mùete vybrat tiskovŭ systém, kterŭ budete pouívat. Jiné OS "
-"nabízejí\n"
-"jeden, Mandrake nabízí tĝi.\n"
+"Nyní si zvolte, které sluby mají bŭt spuıtìny pĝi startu poèítaèe.\n"
"\n"
-" * \"pdq\" - co znamená 'print, don't queue' a je vhodnŭ tehdy, pokud "
-"nemáte\n"
-"ádné síğové tiskárny. Zvládá pouze nìkolik moností a tisk na nìj ze sítì\n"
-"je velmi pomalŭ. Tuto volbu lze po instalaci zmìnit spuıtìním nástroje "
-"PrinterDrake\n"
-"z ĝídícího centra Mandrake, pokud kliknete na tlaèítko Expert.\n"
+"Je zde seznam vıech slueb, které jsou aktuálnì nainstalovány.\n"
+"Prohlédnìte si seznam pozornì a zruıte ty, které nepotĝebujete spouıtìt pĝi\n"
+"startu poèítaèe.\n"
"\n"
-" * \"CUPS\"'Common Unix Printing System' je vynikající v tisku na lokální\n"
-"tiskárny. Je jednoduchŭ a mùe fungovat jako klient i server pro klienty z "
-"\"lpd\"\n"
-"systému, take je s nimi kompatibilní. Je moné nastavit spoustu voleb,\n"
-"ale základní nastavení je velmi jednoduché. Pokud potĝebujete emulovat\n"
-"\"lpd\" server, staèí spustit démona \"cups-lpd\". Má také grafické "
-"prostĝedí\n"
-"pro tisk a nastavení tiskárny.\n"
+"Pokud pĝejedete myıí nad nìkterou polokou, objeví se malá nápovìda\n"
+"s popisem, co daná sluba dìlá. Pokud pĝesnì nevíte, zda je sluba uiteèná\n"
+"nebo ne, je lepıí ji nechat ve vŭchozím stavu.\n"
"\n"
-" * \"lprNG\" - 'line printer daemon New Generation'. Tento systém dokáe to\n"
-"co ostatní, ale umí tisknout na tiskárny pĝipojené k Novell Netware, "
-"protoe\n"
-"podporuje IPX protokol a také umí zpracovat pĝímo tiskové pĝíkazy. Pokud\n"
-"potĝebujete tisk na tiskárnách ze sítì Novell nebo tiskovŭ systém bez\n"
-"zvláıtní tiskové fronty, vyberte si lprNG.\n"
-"Jinak je preferován CUPS, protoe je jednoduııí a lépe pracuje v sítích."
+"Rozvate, co za sluby spustit, zvláıtì pokud budete poèítaè provozovat\n"
+"jako server: nepotĝebujete vıechny sluby. Pamatujte, e èím více slueb\n"
+"je spuıtìno, tím je vìtıí nebezpeèí neádoucího proniknutí do poèítaèe.\n"
+"Take povolte opravdu jen ty sluby, které nezbytnì potĝebujete."
-#: ../../help.pm_.c:759
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\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 with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to return to the SCSI interface question.\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\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"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to manually provide options to the driver."
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
msgstr ""
-"Aplikace DrakX se nejdĝíve pokusí najít vıechny pevné disky v poèítaèi. Také "
-"se\n"
-"pokusí nalézt jeden nebo více PCI SCSI adaptérù. Pokud nìjakŭ najde,\n"
-"automaticky nainstaluje správnŭ ovladaè.\n"
+"V tomto kroku se provede nastavení pĝipojení k Internetu/síti. Pokud chcete\n"
+"pĝipojit svùj poèítaè k místní síti nebo k Internetu, klepnìte na \"OK\"\n"
+"a spustí se automatická detekce síğové karty nebo modemu. Pokud tato\n"
+"detekce sele, odıkrtnìte pĝi dalıím pokusu políèko \"Pouít automatickou\n"
+"detekci\". Pokud nechcete síğ nastavit nebo to chcete provést pozdìji, "
+"jednoduıe\n"
+"klepnìte na tlaèítko \"Zruıit\".\n"
"\n"
-"Protoe automatická detekce hardware nemusí vdy nalézt vıechny typy "
-"hardware,\n"
-"budete v dialogu dotázáni, zda vùbec máte nìjakŭ SCSI adaptér. Odpovìzte\n"
-"\"Ano\" a vyberte si ze seznamu adaptérù nebo odpovìzte \"Ne\", jestlie "
-"ádnŭ\n"
-"adaptér nemáte. Pokud pĝesnì, zda-li nìjakŭ máte, mùete to zjistit "
-"kliknutím na\n"
-"tlaèítko \"Zobrazit informace o hardware\"a prozkoumáním seznamu. Kliknutím\n"
-"na tlaèítko \"OK\" se vrátíte k otázce o adaptéru SCSI.\n"
+"Moné zpùsoby pĝipojení jsou: tradièní modem, ISDN modem, pĝipojení ADSL,\n"
+"kabelovŭ modem, a koneènì jednoduché pĝipojení do sítì LAN (Ethernet).\n"
"\n"
-"Pokud si budete muset vybrat ovladaè ruènì, aplikace DrakX se zeptá, zda "
-"pro\n"
-"nìj chcete zadat nìjaké volby Mìli byste povolit aplikaci DrakX, ağ se "
-"pokusí\n"
-"zjistit, které volby jsou pro danou kartu potĝeba. Vìtıinou to funguje "
-"dobĝe.\n"
+"V této chvíli nebudeme rozebírat podrobnosti jednotlivŭch nastavení. "
+"Ujistìte se ale,\n"
+"e máte vıechny dostupné informace pro pĝipojení od svého poskytovatele\n"
+"pĝipojení nebo od správce sítì. \n"
"\n"
-"Pokud to nebude fungovat, budete muset zadat dalıí informace pro ovladaè "
-"ruènì.\n"
-"Pro dalıí nápovìdu se podívejte do instalaèní pĝíruèky (kapitola 3 "
-"\"Získání\n"
-"informací o hardware\"), kde je popsáno, jak získat tyto informace z "
-"dokumentace\n"
-"hardware, z WWW stránek vŭrobce tohoto hardware (pokud máte pĝístup k "
-"Internetu),nebo ze systému Windows (pokud je máte na poèítaèi a hardware v "
-"nich pouíváte)."
+"Více informací naleznete v pĝísluıné kapitole o pĝipojení k Internetu v "
+"\"Uivatelské\n"
+"pĝíruèce\", nebo mùete poèkat, systém nyní jednoduıe nainstalovat a "
+"pouít \n"
+"programy pro nastavení pĝipojení pozdìji.\n"
+"\n"
+"Pokud nemáte ádné pĝipojení k Internetu ani k místní síti, nebo chcete "
+"nastavit\n"
+"pĝipojení k síti pozdìji po instalaci, klepnìte na tlaèítko \"Zruıit\"."
-#: ../../help.pm_.c:781
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present 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"
-"For other OSes, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"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 during boot. !!\n"
+"\n"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\n"
+"\n"
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such a floppy."
+msgstr ""
+"V závislosti na tom, zda jste zvolili individuální vŭbìr balíèkù, se "
+"nabídne\n"
+"stromová struktura obsahující vıechny balíèky organizované do skupin\n"
+"a podskupin. Pĝi procházení stromu mùete vybrat jednotlivé balíèky, "
+"podskupiny\n"
+"nebo celé skupiny.\n"
"\n"
-"For Linux, there are a few possible options:\n"
+"Pokud vyberete ze stromu balíèek, objeví se v pravé èásti popis.\n"
+"Pokud máte vŭbìr hotovŭ, kliknìte na tlaèítko \"Instalovat\", které spustí\n"
+"instalaèní proces. Doba trvání instalace závisí poètu balíèkù a na "
+"rychlosti\n"
+"vaıeho poèítaèe, a mùe trvat delıí dobu. Zbŭvající èas je zobrazován \n"
+"na obrazovce, take mùete zkusit odhadnout, zda si stihnete dát ıálek "
+"kávy. :-)\n"
"\n"
-" * Label: this is simply the name you will have to type at the yaboot\n"
-"prompt to select this boot option;\n"
+"Pokud se nachází mezi vybranŭmi balíèky serverové programy, ağ u vybrané\n"
+"zámìrnì nebo jako souèást skupiny, zobrazí se dotaz na to,\n"
+"zda opravdu chcete tyto servery nainstalovat. V distribuci Mandrake Linux\n"
+"jsou tyto servery spuıtìny pĝi startu systému. I kdy v dobì vydání "
+"distribuce\n"
+"nejsou známy ádné bezpeènostní problémy, mohou se vyskytnout pozdìji.\n"
+"Pokud nevíte, k èemu jsou urèeny nìkteré serverové sluby, kliknìte na \"Ne"
+"\".\n"
+"Kliknutím na \"Ano\" se dané sluby nainstalují a automaticky spustí pĝi "
+"startu!\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"
+"Volba \"Automatické závislosti\" vypne varovné hláıení, které se objeví\n"
+"vdy, kdy vyberete balíèek, kterŭ má dalıí závislosti a instalaèní program\n"
+"musí vybrat dalıí potĝebné balíèky, aby instalace mohla probìhnout úspìınì.\n"
"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
+"Malá ikonka diskety dole umoòuje nahrát ji pĝedem vybranŭ seznam balíèkù.\n"
+"Po kliknutí na ikonu budete dotázáni na vloení diskety, která byla "
+"vytvoĝena na\n"
+"konci jiné instalace. Ve druhém tipu pĝi posledním kroku najdete návod, jak "
+"si\n"
+"tuto disketu vytvoĝit."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+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"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\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"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\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"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\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"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\n"
"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a filesystem check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\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"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working graphical desktop.\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ıí operaèní systémy, pro alternativní jádra nebo pro\n"
-"záchrannŭ disk lze zde zadat dalıí parametry.\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"
-"Pro jiné OS je moné zadat pouze název a hlavní oddíl.\n"
+" * \"Truly minimal install\": will install the absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\n"
"\n"
-"Pro Linux je nìkolik dalıích moností:\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"
-" * Jmenovka: je to jednoduché jméno, které mùete napsat do pĝíkazového\n"
-"ĝádku pro Yaboot pro zvolení daného systému.\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 této chvíli je moné vybrat, které programy chcete nainstalovat na váı "
+"systém.\n"
+"Mandrake Linux obsahuje tisíce balíèkù s programy a urèitì nebudete\n"
+"znát a potĝebovat vıechny.\n"
"\n"
-" * Obraz: je to jméno jádra, ze kterého se spustí systém. Typicky je to "
-"vmlinux\n"
-"èi obdoba slova vmlinux s pĝíponami.\n"
+"Pokud instalujete standardnì z CD-ROM, budete nejprve dotázáni na to,\n"
+"jaká CD máte (pouze Expertní reim). Oznaète ty CD, která máte a která \n"
+"chcete pouít pro instalaci. Po vŭbìru kliknìte na tlaèítko \"OK\" a budete\n"
+"pokraèovat.\n"
"\n"
-" * Root: koĝenové zaĝízení \"/\" pĝi instalaci Linuxu.\n"
+"Balíèky jsou rozdìleny do skupin, které odpovídají tomu, jak je nejèastìji\n"
+"poèítaè pouíván. Skupiny samotné jsou umístìny do ètyĝ sekcí:\n"
"\n"
-" * Pĝidat volby: na poèítaèích Apple potĝebuje jádro dalıí parametry, aby "
-"se\n"
-"správnì nastavil hardware pro video, èi provedla emulace tlaèítek myıi\n"
-"na klávesnici, protoe myı u poèítaèe Apple nemá druhé a tĝetí tlaèítko.\n"
-"Zde jsou nìjaké pĝíklady:\n"
+" * \"Pracovní stanice\": pokud plánujete pouívat poèítaè pĝevánì na\n"
+"bìnou práci, vyberte si z dalıích skupin odpovídající balíèky.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
+" * \"Vŭvoj\": pokud budete na poèítaèi programovat, mùete si z této\n"
+"sekce vybrat dalıí skupiny.\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+" * \"Server\": pokud bude poèítaè provozován jako server, máte monost\n"
+"vybrat si ty nejbìnìjıí sluby, které chcete nainstalovat.\n"
"\n"
-" * Initrd: tato volba je urèena moduly, které se musí nahrát do pamìti "
-"jeıtì\n"
-"dĝíve, ne je pĝístupnŭ spouıtìcí oddíl, èi v pĝípadì opravy systému.\n"
+" * \"Grafická prostĝedí\": pokud preferujete grafické prostĝedí, zde je\n"
+"nabídka nìkolika prostĝedí, ze které si musíte vybrat nejménì jedno,\n"
+"aby bylo moné grafické prostĝedí nainstalovat.\n"
"\n"
-" * Velikost initrd: vŭchozí velikost ramdisku je 4,096 bytù. Pokud "
-"potĝebujete\n"
-"vìtıí velikost, zadejte sem potĝebnou hodnotu.\n"
+"Pokud pĝejedete myıí nad skupinou, objeví se krátkŭ text, kterŭ vysvìtluje,\n"
+"co je obsahem dané skupiny. Pokud nevyberete pĝi instalaci ádnou skupinu,\n"
+"zobrazí se otázka na instalaci nìkolika typù minimální instalace:\n"
"\n"
-" * Read-write: bìnì je \"root\" oddíl pĝipojen nejdĝíve v reimu pouze pro\n"
-"ètení, aby se provedlo otestování systému pĝed tím, ne se pouije pro bìh.\n"
-"Zde je moné toto chování zmìnit.\n"
+" * \"Podpora X\" Provede instalaci minimální podpory pro prostĝedí X-"
+"Window.\n"
"\n"
-" * Bez grafiky: grafické zaĝízení na poèítaèích Apple je nìkdy "
-"problematické\n"
-"a tak je moné zadat tuto volbu a zvolit nativní podporu.\n"
+" * \"Se základní dokumentací\" Nainstaluje systém se základními programy a\n"
+"jejich dokumentací. Tento typ je vhodnŭ pro instalaci serveru.\n"
"\n"
-" * Vŭchozí: zvolí tuto poloku jako vŭchozí pro vŭbìr z nabídky, kdy staèí\n"
-"pouze stisknout ENTER a spustí se. Tato poloka je oznaèena \"*\" a vıechny\n"
-"vŭbìry se zobrazí po stisknutí tlaèítka [Tab]."
+" * \"Minimální instalace\" Nainstaluje se opravdu nezbytné minimum, aby "
+"bylo\n"
+"moné provozovat Linux z pĝíkazové ĝádky. Instalace zabere asi 65MB.\n"
+"\n"
+"Pokud zatrhnete volbu \"Vlastní vŭbìr balíèkù\", zobrazí se seznam vıech\n"
+"balíèkù, které je mono nainstalovat. To je to uiteèné v pĝípadì, e "
+"chcete\n"
+"mít absolutní kontrolu nad tím, co se bude instalovat.\n"
+"\n"
+"Pokud jste spustili instalaci v reimu \"Aktualizace\", mùete zruıit vŭbìr\n"
+"danŭch skupin, èím zabráníte instalaci novŭch balíèkù. To je uiteèné\n"
+"pro pĝípad opravy nebo aktualizace existujícího systému."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD as required."
+msgstr ""
+"Distribuce Mandrake Linux je sloena z nìkolika CD. Instalaèní program ví,\n"
+"na kterém disku je umístìn jakŭ soubor a v pĝípadì potĝeby vysune CD a "
+"vyádá\n"
+"si vŭmìnu CD za jiné."
-#: ../../help.pm_.c:828
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
-"Yaboot's main options are:\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\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"
+"\"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"
-" * 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"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt;\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+" * \"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 ""
-"Yaboot je zavadìè pro poèítaèe Macintosh. Umoòuje spouıtìt jak GNU/Linux, "
-"MacOS tak i MacOSX, pokud jsou na poèítaèi nainstalovány. Ve vìtıinì\n"
-"pĝípadù jsou tyto operaèní systémy správnì detekovány. Pokud nejsou, mùete\n"
-"zde na této obrazovce pĝidat záznamy ruènì. Dejte si ale pozor na správnou\n"
-"volbu parametrù.\n"
+"Kadŭ oddíl vypsanŭ níe má: \"Název\", \"Velikost\".\n"
"\n"
-"Yaboot má tyto hlavní volby:\n"
+"\"Název\" je sloeno následovnì: \"typ pevného disku\", \"èíslo disku\",\n"
+"\"èíslo oddílu\". (napĝíklad \"hda1\").\n"
"\n"
-" * Úvodní hláıka: jednoduchá textová zpráva, která je zobrazena pĝed "
-"vŭzvou.\n"
+"Pokud máte IDE disky, pak je \"typ pevného disku\" \"hd\", pokud máte SCSI,\n"
+"oznaèení bude \"sd\".\n"
"\n"
-" * Spouıtìcí zaĝízení: udává místo, kde jsou informace potĝebné pro "
-"spuıtìní\n"
-"GNU/Linuxu. Obyèejnì je to bootstrap oddíl, kterŭ byl vytvoĝen ji pĝedtím.\n"
+"\"Èíslo disku\" je vdy písmeno za \"hd\" nebo \"sd\". Pro IDE disky je "
+"takto:\n"
"\n"
-" * Prodleva pro Firmware: na rozdíl od zavadìèe LILO jsou zde dvì prodlevy.\n"
-"První prodleva v sekundách umoòuje zvolit mezi spuıtìním CD, OF boot,\n"
-"MacOS nebo Linuxu.\n"
+" * \"a\" znamená \"master disk na primárním IDE ĝadièi\",\n"
"\n"
-" * Prodleva pro jádro: tato prodleva je podobná prodlevì pro LILO.\n"
-"Udává v násobcích 0,1 vteĝiny jak dlouho se èeká, ne se zavede \n"
-"vŭchozí jádro.\n"
+" * \"b\" znamená \"slave disk na primárním IDE ĝadièi\",\n"
"\n"
-" * Povolit spuıtìní z CD?: tato volba dovoluje pouít \"C\" pro spuıtìní "
-"CD.\n"
+" * \"c\" znamená \"master disk na sekundárním IDE ĝadièi\",\n"
"\n"
-" * Povolit OF Boot?: tato volba dovoluje pouít \"N\" pro spuıtìní Open "
-"Firm.\n"
+" * \"d\" znamená \"slave disk na sekundárním IDE ĝadièi\".\n"
"\n"
-" * Vŭchozí OS: vyberte vŭchozí OS, kterŭ se spustí po uplynutí prodlevy."
+"Pro SCSI disky platí, e \"a\" je \"nejmenıí SCSI ID\", \"b\" je \"druhé\n"
+"nejmenıí SCSI ID\" atd."
-#: ../../help.pm_.c:860
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may 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\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to 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. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
msgstr ""
-"Zde jsou shromádìny rùzné informace, které se vztahují k tomuto poèítaèi.\n"
-"V závislosti na tom, zda je èi není pĝítomen danŭ hardware, mùete nebo\n"
-"nemusíte vidìt tyto poloky: \n"
-"\n"
-" * \"Myı\": pokud je zjiıtìna myı, mùete zde zmìnit její nastavení.\n"
-"\n"
-" * \"Klávesnice\": zkontrolujte nastavení rozloení kláves, kliknutím na "
-"tlaèítko\n"
-"lze zmìnit rozloení kláves, pokud je to nutné.\n"
-"\n"
-" * \"Èasové pásmo\": instalaèní program se pokusí odhadnout èasové pásmo na\n"
-"základì vámi vybraného jazyka. To ale nemusí souhlasit, stejnì jako v "
-"pĝípadì\n"
-"rozloení klávesnice mùete ít v jiné zemi a proto je zde umonìno zmìnit\n"
-"èasovou zónu, ve které se nyní nacházíte.\n"
-"\n"
-" * \"Tiskárna\": Kliknutím na tlaèítko \"Bez tiskárny\" se spustí prùvodce\n"
-"nastavením tiskárny. V odpovídající kapitole v \"Uivatelské pĝíruèce\" se\n"
-"dozvíte více o tom, jak tiskárnu nastavit. Rozhraní, které je v ní popsané, "
-"je\n"
-"podobné rozhraní pouitému pĝi této instalaci.\n"
+"GNU/Linux je víceuivatelskŭ systém, co znamená, e kadŭ uivatel mùe\n"
+"mít své vlastní nastavení, soubory atd. Více se doètete v \"Pĝíruèce "
+"uivatele\".\n"
+"Na rozdíl od uivatele root, kterŭ je správcem poèítaèe, uivatelé, kteĝí "
+"jsou\n"
+"zde vytvoĝeni, nemají oprávnìní mìnit nic kromì svŭch vlastních souborù a\n"
+"nastavení. Doporuèuje se vytvoĝit úèet pro minimálnì jednoho bìného "
+"uivatele.\n"
+"Tento úèet se pouívá na vıechny bìné úkoly. Aèkoliv je velmi praktické\n"
+"pĝihlaıovat se kadŭ den jako uivatel root, je to také velmi nebezpeèné!\n"
+"Jedna malá chyba mùe zpùsobit, e celŭ operaèní systém ji nebude funkèní.\n"
+"Pokud udìláte chybu jako normální uivatel, mùete pĝijít pouze o své "
+"informace,\n"
+"ale nepoıkodí se celŭ systém.\n"
"\n"
-" * \"Zvuková karta\": pokud byla pĝi instalaci detekována zvuková karta, je\n"
-"zde zobrazena. Pĝi instalaci není moné nic mìnit.\n"
+"Jako první zadejte vaıe skuteèné jméno. To není samozĝejmì povinné - mùete\n"
+"zadat co chcete. Aplikace DrakX pouije první slovo jako uivatelské jméno,\n"
+"pod kterŭm se bude uivatel hlásit do systému, a pĝedvyplní jej do políèka\n"
+"\"Uivatelské jméno\". To je moné následnì zmìnit.\n"
+"Dále se zadává heslo pro uivatele. Volba hesla pro normální uivatele sice "
+"není\n"
+"z hlediska bezpeènosti tak kritická jako v pĝípadì správce, ale i tak se "
+"doporuèuje\n"
+"ji nepodceòovat; koneckoncù, jde o zabezpeèení souborù tohoto uivatele.\n"
"\n"
-" * \"TV karta\": pokud byla detekována televizní karta, je zde zobrazena.\n"
-"Pĝi instalaci není moné nic mìnit.\n"
+"Pokud kliknete na \"Pĝidat uivatele\", mùete pĝidávat uivatelù, kolik\n"
+"potĝebujete, napĝ. své pĝátele, úèet pro otce èi sestru. Pokud máte vıechny\n"
+"uivatele vytvoĝeny, kliknìte na tlaèítko \"Hotovo\". \n"
"\n"
-" * \"ISDN karta\": pokud byla detekována ISDN karta, je zde zobrazena.\n"
-"Kliknutím na tlaèítko mùete mìnit parametry pro tuto kartu."
+"Kliknutím na tlaèítko \"Rozıíĝené\" mùete pro novŭ úèet zmìnit shell, "
+"kterŭ\n"
+"bude uivatel pouívat (vŭchozí je bash)."
-#: ../../help.pm_.c:891
+#: ../../help.pm:1
+#, fuzzy, c-format
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!"
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
msgstr ""
-"Vyberte disk, kterŭ chcete smazat pro instalaci Mandrake Linux.\n"
-"Pamatujte na to, e vıechna data budou ztracena a nelze je ji obnovit!"
+"Pĝedtím, ne budete pokraèovat, pĝeètìte si pozornì podmínky licence. Ty\n"
+"se vztahují k celé distribuci Mandrake Linux a pokud s nimi nesouhlasíte,\n"
+"kliknìte na tlaèítko \"Odmítnout\". Instalace ihned skonèí. Pokud chcete "
+"pokraèovat\n"
+"v instalaci, kliknìte na tlaèítko \"Potvrdit\"."
-#: ../../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 stop this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Kliknìte na \"OK\", pokud chcete smazat vıechna data a oddíly na tomto\n"
-"pevném disku. Buïte opatrní, po odkliknutí nelze obnovit ádná dĝívìjıí "
-"data\n"
-"ani oddíly a to i pro Windows.\n"
-"\n"
-"Kliknutím na \"Zruıit\" zruıíte tuto operaci bez ztráty dat a oddílù na "
-"disku."
+#: ../../install2.pm:1
+#, c-format
+msgid "You must also format %s"
+msgstr "Musíte také naformátovat %s"
-#: ../../install2.pm_.c:111
+#: ../../install2.pm:1
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -4535,21 +3259,78 @@ msgstr ""
"%s), co obecnì znamená, e spouıtìcí disketa nemá jádro stejné jako má "
"instalaèní médium (vytvoĝte prosím novou spouıtìcí disketu)"
-#: ../../install2.pm_.c:167
+#: ../../install_any.pm:1
#, c-format
-msgid "You must also format %s"
-msgstr "Musíte také naformátovat %s"
+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 ""
+"Stala se chyba - nebylo nalezeno ádné zaĝízení na kterém by se daly "
+"vytvoĝit nové souborové systémy. Zkontrolujte prosím hardware"
+
+#: ../../install_any.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "Error reading file %s"
+msgstr "Chyba pĝi ètení souboru %s"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid ""
+"To use this saved packages selection, boot installation with ``linux "
+"defcfg=floppy''"
+msgstr ""
+"Pokud chcete pouít uloenŭ vŭbìr balíèkù, spusğte instalaci takto: 'linux "
+"defcfg=floppy'"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "This floppy is not FAT formatted"
+msgstr "Tato disketa není formátována"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "Insert a FAT formatted floppy in drive %s"
+msgstr "Vlote naformátovanou disketu do %s"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "Can't use broadcast with no NIS domain"
+msgstr "Nelze pouít vıesmìrové vysílání bez NIS domény"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+"Následující balíèky budou odebrány pro umonìní aktualizace systému: %s\n"
+"\n"
+"\n"
+"Opravdu chcete odebrat tyto balíèky?\n"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
#, c-format
+msgid "No"
+msgstr "Ne"
+
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
+#, c-format
+msgid "Yes"
+msgstr "Ano"
+
+#: ../../install_any.pm:1
+#, fuzzy, 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"
+"issues, but some new ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
"\n"
"\n"
"Do you really want to install these servers?\n"
@@ -4565,159 +3346,114 @@ msgstr ""
"\n"
"Chcete opravdu nainstalovat tyto servery?\n"
-#: ../../install_any.pm_.c:441
-#, c-format
-msgid ""
-"The following packages will be removed to allow upgrading your system: %s\n"
-"\n"
-"\n"
-"Do you really want to remove these packages?\n"
-msgstr ""
-"Následující balíèky budou odebrány pro umonìní aktualizace systému: %s\n"
-"\n"
-"\n"
-"Opravdu chcete odebrat tyto balíèky?\n"
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System configuration"
+msgstr "nastavení varování"
-#: ../../install_any.pm_.c:471
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Nelze pouít vıesmìrové vysílání bez NIS domény"
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System installation"
+msgstr "Instalace SILO"
-#: ../../install_any.pm_.c:879
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Vlote naformátovanou disketu do %s"
-
-#: ../../install_any.pm_.c:883
-msgid "This floppy is not FAT formatted"
-msgstr "Tato disketa není formátována"
-
-#: ../../install_any.pm_.c:895
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"Pokud chcete pouít uloenŭ vŭbìr balíèkù, spusğte instalaci takto: 'linux "
-"defcfg=floppy'"
+msgid "Bringing down the network"
+msgstr "Zastavuji síğ"
-#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Error reading file %s"
-msgstr "Chyba pĝi ètení souboru %s"
-
-#: ../../install_any.pm_.c:1040
-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 ""
-"Stala se chyba - nebylo nalezeno ádné zaĝízení na kterém by se daly "
-"vytvoĝit nové souborové systémy. Zkontrolujte prosím hardware"
+msgid "Bringing up the network"
+msgstr "Startuji síğ"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_interactive.pm:1
#, 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ìkterá èást vaıeho hardware potĝebuje 'speciální' ovladaèe, aby mohla "
-"pracovat.\n"
-"Dalıí informace mùete nalézt na: %s"
+msgid "Partitioning failed: %s"
+msgstr "Vytváĝení diskovŭch oddílù selhalo: %s"
-#: ../../install_interactive.pm_.c:56
-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 ""
-"Musíte mít koĝenovŭ oddíl.\n"
-"K jeho vytvoĝení musíte zvolit jeden existující oddíl\n"
-"(nebo vytvoĝit novŭ), zvolit 'Pĝípojnŭ bod'\n"
-"a nastavit ho na '/'"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "The DrakX Partitioning wizard found the following solutions:"
+msgstr "Prùvodce DrakX naıel následující ĝeıení:"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr "Musíte mít odkládací oddíl"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "I can't find any room for installing"
+msgstr "Nemùu najít ádné volné místo pro instalaci"
-#: ../../install_interactive.pm_.c:62
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
+"You can now partition %s.\n"
+"When you are done, don't forget to save using `w'"
msgstr ""
-"Nemáte odkládací oddíl\n"
-"\n"
-"Chcete pĝesto pokraèovat?"
-
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Musíte mít FAT oddíl pĝipojenŭ na /boot/efi"
-
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Pouít volné místo"
-
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Není dostatek místa pro vytvoĝení nového diskového oddílu"
-
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partitions"
-msgstr "Pouít existující oddíl"
+"Nyní mùete rozdìlit váı pevnŭ disk %s.\n"
+"A skonèíte, nezapomeòte uloit zmìny pomocí 'w'"
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Není zde ádnŭ existující oddíl k pouití"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use fdisk"
+msgstr "Pouít fdisk"
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Pouít Windows oddíl jako loopback"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Custom disk partitioning"
+msgstr "Vlastní rozdìlení disku"
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "Kterŭ diskovŭ oddíl chcete pouít pro Linux4Win?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "ALL existing partitions and their data will be lost on drive %s"
+msgstr "VİECHNY diskové oddíly a data na disku %s budou zruıena"
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Zvolte velikosti"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "You have more than one hard drive, which one do you install linux on?"
+msgstr "Máte více ne jeden pevnŭ disk, na kterŭ chcete instalovat Linux?"
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "Velikost koĝenového oddílu v MB:"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "Smazat celŭ disk"
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Velikost odkládacího oddílu v MB: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "Odstranit Windows(TM)"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr "Pouít volné místo na Windows oddílu"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to resize (or not enough space left)"
+msgstr ""
+"Nejsou zde ádné FAT oddíly, které by bylo moné zmìnit (nebo není dostatek "
+"místa)"
-#: ../../install_interactive.pm_.c:129
-msgid "Which partition do you want to resize?"
-msgstr "Na kterém oddílu chcete mìnit velikost?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "Zmìna FAT oddílu neuspìla: %s"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
msgstr "Poèítám hranice souborového systému s Windows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Zmìnu velikost FAT není moné provést, \n"
-"vyskytla se následující chyba: %s"
+msgid "Resizing"
+msgstr "Mìním velikost"
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr ""
-"Váı diskovŭ oddíl s Windows je pĝíliı fragmentován, pouijte nejdĝíve\n"
-"program 'defrag'"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "diskovém oddílu %s"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which size do you want to keep for Windows on"
+msgstr "Jakou velikost oddílu chcete nechat pro Windows na"
+
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -4738,314 +3474,169 @@ msgstr ""
"Také byste si mìli data zálohovat. A si budete jistí, e chcete pokraèovat\n"
"stisknìte Ok."
-#: ../../install_interactive.pm_.c:148
-msgid "Which size do you want to keep for Windows on"
-msgstr "Jakou velikost oddílu chcete nechat pro Windows na"
-
-#: ../../install_interactive.pm_.c:149
-#, c-format
-msgid "partition %s"
-msgstr "diskovém oddílu %s"
-
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm:1
#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Zmìna FAT oddílu neuspìla: %s"
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition to resize or to use as loopback (or not enough "
-"space left)"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
msgstr ""
-"Nejsou zde ádné FAT oddíly, které by bylo moné zmìnit (nebo není dostatek "
-"místa)"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Erase entire disk"
-msgstr "Smazat celŭ disk"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr "Odstranit Windows(TM)"
-
-#: ../../install_interactive.pm_.c:180
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr "Máte více ne jeden pevnŭ disk, na kterŭ chcete instalovat Linux?"
-
-#: ../../install_interactive.pm_.c:183
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
-msgstr "VİECHNY diskové oddíly a data na disku %s budou zruıena"
-
-#: ../../install_interactive.pm_.c:191
-msgid "Custom disk partitioning"
-msgstr "Vlastní rozdìlení disku"
+"Váı diskovŭ oddíl s Windows je pĝíliı fragmentován, pouijte nejdĝíve\n"
+"program 'defrag'"
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr "Pouít fdisk"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "Computing the size of the Windows partition"
+msgstr "Pouít volné místo na Windows oddílu"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
msgstr ""
-"Nyní mùete rozdìlit váı pevnŭ disk %s.\n"
-"A skonèíte, nezapomeòte uloit zmìny pomocí 'w'"
-
-#: ../../install_interactive.pm_.c:227
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Nemáte dostatek volného místa na oddílu s Windows"
-
-#: ../../install_interactive.pm_.c:243
-msgid "I can't find any room for installing"
-msgstr "Nemùu najít ádné volné místo pro instalaci"
-
-#: ../../install_interactive.pm_.c:246
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr "Prùvodce DrakX naıel následující ĝeıení:"
+"Zmìnu velikost FAT není moné provést, \n"
+"vyskytla se následující chyba: %s"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Vytváĝení diskovŭch oddílù selhalo: %s"
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr "Startuji síğ"
-
-#: ../../install_interactive.pm_.c:265
-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 nevím, jak jí správnì interpretovat.\n"
-"Pokraèujte na vlastní riziko."
+msgid "Which partition do you want to resize?"
+msgstr "Na kterém oddílu chcete mìnit velikost?"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Zdvojenŭ pĝípojnŭ bod %s"
+msgid "Use the free space on the Windows partition"
+msgstr "Pouít volné místo na Windows oddílu"
-#: ../../install_steps.pm_.c:380
-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"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
-"Nìkteré dùleité balíèky nebyly správnì nainstalované.\n"
-"Je moné, e je poıkozen CD disk nebo CD-ROM mechanika.\n"
-"Zkontrolujete to pouitím pĝíkazu \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
+"Nejsou zde ádné FAT oddíly, které by bylo moné zmìnit (nebo není dostatek "
+"místa)"
-#: ../../install_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr "Vítá vás %s"
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
-msgstr "Není dostupná ádná disketová mechanika"
+msgid "Swap partition size in MB: "
+msgstr "Velikost odkládacího oddílu v MB: "
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Zaèínám '%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:146
-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 ""
-"Váı systém má málo systémovŭch prostĝedkù. Pĝi instalaci Mandrake Linuxu se\n"
-"mùete setkat s rùznŭmi problémy. Pokud se tak stane, zkuste textovou\n"
-"verzi instalaèního programu. Ta se spouıtí tak, e pĝi startu\n"
-"z CD mechaniky stisknete 'F1' a poté napíıete 'text'."
-
-#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr "Typ instalace"
-
-#: ../../install_steps_gtk.pm_.c:160
-msgid "Please choose one of the following classes of installation:"
-msgstr "Prosím zvolte jednu z následujících instalaèních tĝíd:"
+msgid "Root partition size in MB: "
+msgstr "Velikost koĝenového oddílu v MB:"
-#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr "Vŭbìr skupiny balíèkù"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Choose the sizes"
+msgstr "Zvolte velikosti"
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr "Vŭbìr jednotlivŭch balíèkù"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which partition do you want to use for Linux4Win?"
+msgstr "Kterŭ diskovŭ oddíl chcete pouít pro Linux4Win?"
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Celková velikost: %d / %d MB"
+msgid "Use the Windows partition for loopback"
+msgstr "Pouít Windows oddíl jako loopback"
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr "İpatnŭ balíèek"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no existing partition to use"
+msgstr "Není zde ádnŭ existující oddíl k pouití"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr "Jméno: %s\n"
+msgid "Use existing partitions"
+msgstr "Pouít existující oddíl"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "Verze: %s\n"
+msgid "Not enough free space to allocate new partitions"
+msgstr "Není dostatek místa pro vytvoĝení nového diskového oddílu"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr "Velikost: %d kB\n"
+msgid "Use free space"
+msgstr "Pouít volné místo"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_interactive.pm:1 ../../install_steps.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr "Dùleitost: %s\n"
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "Musíte mít FAT oddíl pĝipojenŭ na /boot/efi"
-#: ../../install_steps_gtk.pm_.c:360
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"You can't select this package as there is not enough space left to install it"
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
-"Nemùete oznaèit tento balíèek, protoe pro jeho instalaci není dost místa"
-
-#: ../../install_steps_gtk.pm_.c:365
-msgid "The following packages are going to be installed"
-msgstr "Tyto balíèky budou instalovány"
-
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr "Tyto balíèky budou odebrány"
-
-#: ../../install_steps_gtk.pm_.c:378
-msgid "You can't select/unselect this package"
-msgstr "Nemùete vybrat/nevybrat tento balíèek"
-
-#: ../../install_steps_gtk.pm_.c:390
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Toto je nepostradatelnŭ balíèek, nemùe bŭt odstranìn"
-
-#: ../../install_steps_gtk.pm_.c:392
-msgid "You can't unselect this package. It is already installed"
-msgstr "Nemùete od-oznaèit tento balíèek, protoe je u nainstalovanŭ"
+"Nemáte odkládací oddíl\n"
+"\n"
+"Chcete pĝesto pokraèovat?"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
+"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 ""
-"Tento balíèek musí bŭt obnoven\n"
-"Jste si jisti, e ho nechcete zvolit?"
-
-#: ../../install_steps_gtk.pm_.c:398
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Tento balíèek musí bŭt obnoven, nemùete ho nezvolit"
-
-#: ../../install_steps_gtk.pm_.c:403
-msgid "Show automatically selected packages"
-msgstr "Ukázat automaticky vybrané balíèky"
-
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr "Instalovat"
-
-#: ../../install_steps_gtk.pm_.c:407
-msgid "Load/Save on floppy"
-msgstr "Uloit/Nahrát na/z disketu/y"
-
-#: ../../install_steps_gtk.pm_.c:408
-msgid "Updating package selection"
-msgstr "Aktualizuji vŭbìr balíèkù"
-
-#: ../../install_steps_gtk.pm_.c:413
-msgid "Minimal install"
-msgstr "Minimální instalace"
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr "Vyberte si balíèky, které chcete nainstalovat"
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr "Instaluji"
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr "Odhaduji"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr "Zbŭvající èas "
-
-#: ../../install_steps_gtk.pm_.c:469
-msgid "Please wait, preparing installation..."
-msgstr "Èekejte prosím, pĝipravuji instalaci"
-
-#: ../../install_steps_gtk.pm_.c:551
-#, c-format
-msgid "%d packages"
-msgstr "%d balíèkù(y)"
+"Musíte mít koĝenovŭ oddíl.\n"
+"K jeho vytvoĝení musíte zvolit jeden existující oddíl\n"
+"(nebo vytvoĝit novŭ), zvolit 'Pĝípojnŭ bod'\n"
+"a nastavit ho na '/'"
-#: ../../install_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr "Instaluji balíèek %s"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "Potvrdit"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
-msgstr "Odmítnout"
+msgid ""
+"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
+"You can find some information about them at: %s"
+msgstr ""
+"Nìkterá èást vaıeho hardware potĝebuje 'speciální' ovladaèe, aby mohla "
+"pracovat.\n"
+"Dalıí informace mùete nalézt na: %s"
-#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
+#: ../../install_messages.pm:1
#, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\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."
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\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 ""
-"Vymìòte prosím CD!\n"
+"Gratulujeme vám, instalace je dokonèena.\n"
+"Vyjmìte startovací média a stisknìte Return pro restart.\n"
"\n"
-"Prosím vlote CD oznaèené \"%s\" do mechaniky a stisknìte Ok.\n"
"\n"
-"Pokud toto CD nemáte, stisknìte Zruıit a toto CD nebude nainstalováno."
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr "Pĝesto pokraèovat?"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
-msgstr "Stala se chyba pĝi ĝazení balíèkù:"
+"Na opravy této instalace systému Mandrake Linux se lze informovat\n"
+"na stránce Errata:\n"
+"\n"
+"\n"
+"%s\n"
+"\n"
+"\n"
+"Informace o konfiguraci systému po instalaci jsou dostupné\n"
+"v dané kapitole oficiální uivatelské pĝíruèky pro Mandrake Linux."
-#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr "Stala se chyba pĝi instalaci balíèkù:"
+#: ../../install_messages.pm:1
+#, fuzzy, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -5102,19 +3693,8 @@ msgstr ""
"Vıechna práva na programy na dalıím CD médiu patĝí jejím právoplatnŭm\n"
"vlastníkùm podle autorského zákona.\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 ukonèit instalaci?"
-
-#: ../../install_steps_interactive.pm_.c:112
-msgid "License agreement"
-msgstr "Souhlas s licencí"
-
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -5350,287 +3930,671 @@ msgstr ""
"Paris - France.\n"
"For any question on this document, please contact MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
-msgstr "Jste si jistŭ, e odmítáte licenèní ujednání?"
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "Zaèínám '%s'\n"
-#: ../../install_steps_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "Klávesnice"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "Pĝesto pokraèovat?"
-#: ../../install_steps_interactive.pm_.c:218
-msgid "Please choose your keyboard layout."
-msgstr "Vyberte si rozloení vaıí klávesnice."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "Stala se chyba pĝi instalaci balíèkù:"
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
-msgstr "Zde je kompletní seznam dostupnŭch klávesnic"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "Stala se chyba pĝi ĝazení balíèkù:"
-#: ../../install_steps_interactive.pm_.c:237
-msgid "Which installation class do you want?"
-msgstr "Kterŭ typ instalace chcete?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, 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 ""
+"Vymìòte prosím CD!\n"
+"\n"
+"Prosím vlote CD oznaèené \"%s\" do mechaniky a stisknìte Ok.\n"
+"\n"
+"Pokud toto CD nemáte, stisknìte Zruıit a toto CD nebude nainstalováno."
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Install/Update"
-msgstr "Instalace/Aktualizace"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "Odmítnout"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Is this an install or an update?"
-msgstr "Je to instalace nebo aktualizace?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "Potvrdit"
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Recommended"
-msgstr "Doporuèená"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "Instaluji balíèek %s"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "Expertní"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d balíèkù(y)"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade"
-msgstr "Aktualizovat"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "No details"
+msgstr "Detaily"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade packages only"
-msgstr "Aktualizovat pouze balíèky"
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "Detaily"
-#: ../../install_steps_interactive.pm_.c:282
-msgid "Please choose the type of your mouse."
-msgstr "Vyberte si typ vaıí myıi."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Please wait, preparing installation..."
+msgstr "Èekejte prosím, pĝipravuji instalaci"
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr "Pĝipojení myıi"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "Zbŭvající èas "
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Ke kterému sériovému portu je pĝipojena vaıe myı?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "Odhaduji"
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
-msgstr "Emulace tlaèítek"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "Instaluji"
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
-msgstr "Emulace 2 tlaèítka"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "Vyberte si balíèky, které chcete nainstalovat"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
-msgstr "Emulace 3 tlaèítka"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Minimal install"
+msgstr "Minimální instalace"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr "Nastavuji PCMCIA karty..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Updating package selection"
+msgstr "Aktualizuji vŭbìr balíèkù"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Load/Save on floppy"
+msgstr "Uloit/Nahrát na/z disketu/y"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr "Nastavuji IDE"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "<- Previous"
+msgstr "<- Pĝedchozí"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "Instalovat"
-#: ../../install_steps_interactive.pm_.c:345
-msgid "No partition available"
-msgstr "nejsou dostupné ádné diskové oddíly"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
+msgstr "Ukázat automaticky vybrané balíèky"
-#: ../../install_steps_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
-msgstr "Hledám oddíly, které lze pĝipojit"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It must be upgraded"
+msgstr "Tento balíèek musí bŭt obnoven, nemùete ho nezvolit"
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
-msgstr "Zvolte si pĝípojné(mount) body"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid ""
+"This package must be upgraded.\n"
+"Are you sure you want to deselect it?"
+msgstr ""
+"Tento balíèek musí bŭt obnoven\n"
+"Jste si jisti, e ho nechcete zvolit?"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It is already installed"
+msgstr "Nemùete od-oznaèit tento balíèek, protoe je u nainstalovanŭ"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "This is a mandatory package, it can't be unselected"
+msgstr "Toto je nepostradatelnŭ balíèek, nemùe bŭt odstranìn"
-#: ../../install_steps_interactive.pm_.c:386
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "Nemùete vybrat/nevybrat tento balíèek"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "Tyto balíèky budou odebrány"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be installed"
+msgstr "Tyto balíèky budou instalovány"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
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"
+"You can't select this package as there is not enough space left to install it"
msgstr ""
-"Pro bootstrap není potĝebné místo o velikosti 1MB! Instalace mùe pokraèovat "
-"ale pro spuıtìní systému musíte vytvoĝit bootstrap oddíl pomocí DiskDrake"
+"Nemùete oznaèit tento balíèek, protoe pro jeho instalaci není dost místa"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Dùleitost: %s\n"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Velikost: %d kB\n"
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Nebyl nalezen koĝenovŭ oddíl pro provedení aktualizace"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Version: %s\n"
+msgstr "Verze: %s\n"
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Koĝenovŭ oddíl"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Name: %s\n"
+msgstr "Jméno: %s\n"
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Kterŭ diskovŭ oddíl je koĝenovŭ (/) ?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Bad package"
+msgstr "İpatnŭ balíèek"
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
-msgstr "Musíte restartovat poèítaè aby se projevily zmìny v tabulce oddílù"
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "Dalıí"
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Zvolte diskové oddíly které chcete naformátovat"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Celková velikost: %d / %d MB"
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Otestovat na vadné stopy?"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Next ->"
+msgstr "Dalıí ->"
-#: ../../install_steps_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr "Formátuji oddíly"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Individual package selection"
+msgstr "Vŭbìr jednotlivŭch balíèkù"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Vytváĝím a formátuji soubor %s"
+msgid "Help"
+msgstr "Nápovìda"
-#: ../../install_steps_interactive.pm_.c:470
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package Group Selection"
+msgstr "Vŭbìr skupiny balíèkù"
+
+#: ../../install_steps_gtk.pm:1
#, c-format
msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
+"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 ""
-"Selhala kontrola souborového systému %s. Chcete opravit chyby? (pozor, mùe "
-"dojít ke ztrátì dat)"
+"Váı systém má málo systémovŭch prostĝedkù. Pĝi instalaci Mandrake Linuxu se\n"
+"mùete setkat s rùznŭmi problémy. Pokud se tak stane, zkuste textovou\n"
+"verzi instalaèního programu. Ta se spouıtí tak, e pĝi startu\n"
+"z CD mechaniky stisknete 'F1' a poté napíıete 'text'."
-#: ../../install_steps_interactive.pm_.c:472
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr "Není dostatek odkládacího prostoru k instalaci, prosím pĝidejte nìjakŭ"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save packages selection"
+msgstr "Uloit vŭbìr jednotlivŭch balíèkù"
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "Hledám dostupné balíèky a znovu sestavuji databázi balíèkù..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "Automaticky"
-#: ../../install_steps_interactive.pm_.c:480
-msgid "Looking for available packages..."
-msgstr "Hledám dostupné balíèky"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Replay"
+msgstr "Zopakovat"
-#: ../../install_steps_interactive.pm_.c:483
-msgid "Looking at packages already installed..."
-msgstr "Prohledávám ji instalované balíèky..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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 mùe bŭt v pĝípadì potĝeby plnì automatická,\n"
+"ale pouije se celŭ disk!!!\n"
+"(v pĝípadì instalace na druhŭ poèítaè)\n"
+"\n"
+"Takto lze jednoduıe zopakovat instalaci.\n"
-#: ../../install_steps_interactive.pm_.c:487
-msgid "Finding packages to upgrade..."
-msgstr "Vyhledávám balíèky pro aktualizaci"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Generate auto install floppy"
+msgstr "Vytvoĝit disketu pro automatickou instalaci"
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Reboot"
+msgstr "Koĝenovŭ(root)"
+
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
+"Some steps are not completed.\n"
+"\n"
+"Do you really want to quit now?"
msgstr ""
-"Na vaıem systému není dostatek místa pro instalaci nebo aktualizaci (%d > %d)"
+"Nìkteré kroky nebyly dokonèeny.\n"
+"\n"
+"Chcete opravdu nyní skonèit?"
-#: ../../install_steps_interactive.pm_.c:541
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Creating auto install floppy..."
+msgstr "Vytváĝím disketu pro automatickou instalaci"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
+#, c-format
+msgid "Insert a blank floppy in drive %s"
+msgstr "Vlote prázdnou disketu do %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
+"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 ""
-"Vyberte si, zda chcete uloit nebo nahrát vŭbìr balíèkù na disketu.\n"
-"Formát vŭbìru je stejnŭ jako formát automaticky generované diskety."
+"Mùete potĝebovat zmìnit startovací zaĝízení pro Open Firmware\n"
+" pro aktivaci spouıtìcího programu. Pokud nevidíte po spuıtìní prompt,\n"
+" stisknìte pĝi startu Command-Option-O-F a zadejte:\n"
+" setenv boot-device %s,\\\\:tbxi\n"
+" Potom zadejte: shut-down\n"
+"Pĝi dalıím spuıtìní u uvidíte prompt."
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Load from floppy"
-msgstr "Nahrát z diskety"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installation of bootloader failed. The following error occured:"
+msgstr "Instalace zavádìcího programu neuspìla. Stala se tato chyba:"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr "Uloit na disketu"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing bootloader"
+msgstr "Instaluji zavádìcí program"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Loading from floppy"
-msgstr "Nahrávám z diskety"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Error installing aboot, \n"
+"try to force installation even if that destroys the first partition?"
+msgstr ""
+"Stala se chyba pĝi instalaci aboot,\n"
+"mám se pokusit o instalaci i kdy to zruıí první oddíl na disku?"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Package selection"
-msgstr "Vŭbìr balíèkù"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "Chcete pouít aboot?"
-#: ../../install_steps_interactive.pm_.c:552
-msgid "Insert a floppy containing package selection"
-msgstr "Vlote disketu obsahující vŭbìr balíèkù"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+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 or some other means to boot your machine"
+msgstr ""
+"Zdá se, e máte nìjakŭ neznámŭ poèítaè,\n"
+"na kterém nebude Yaboot pracovat.\n"
+"Instalace bude pokraèovat, ale budete\n"
+"potĝebovat BootX pro spuıtìní systému."
-#: ../../install_steps_interactive.pm_.c:634
-msgid "Selected size is larger than available space"
-msgstr "Velikost vybranŭch balíèkù je vìtıí ne místo na disku"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing bootloader..."
+msgstr "Pĝipravuji zavádìcí program"
-#: ../../install_steps_interactive.pm_.c:649
-msgid "Type of install"
-msgstr "Typ instalace"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin Password"
+msgstr "Heslo Správce domény"
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin User Name"
+msgstr "Uivatelské jméno Správce domény"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Windows Domain"
+msgstr "Doména Windows"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication Windows Domain"
+msgstr "Doména Windows pro ovìĝení"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
msgstr ""
-"Nevybrali jste ádnou skupinu balíèkù\n"
-"Vyberte si prosím alespoò minimální instalaci"
+"Aby toto správnì pracovalo se serverem W2K PDC, bude muset správce serveru "
+"spustit: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" "
+"everyone / add a restartovat server.\n"
+"Budete také potĝebovat uivatelské jméno a heslo Správce Domény, abyste "
+"mohli pĝipojit poèítaè do domény Windows(TM).\n"
+"Jestlie jeıtì není povolena síğ, aplikace DrakX se pokusí pĝipojit k doménì "
+"po fázi nastavení sítì.\n"
+"Paklie toto nastavení z jakéhokoli dùvodu sele, a ovìĝení na PDC nebude "
+"pracovat správnì, spusğte po nabìhnutí systému 'smbpasswd -j DOMAIN -U USER%"
+"PASSWORD' (pouijte svou doménu Windows(TM) a uivatelské jméno a heslo "
+"Správce domény).\n"
+"Pĝíkaz 'wbinfo -t' otestuje, zda-li vaıe tajné informace pro ovìĝení jsou "
+"správné."
-#: ../../install_steps_interactive.pm_.c:653
-msgid "With X"
-msgstr "X prostĝedí"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Server"
+msgstr "NIS Server"
-#: ../../install_steps_interactive.pm_.c:655
-msgid "With basic documentation (recommended!)"
-msgstr "Základní dokumentace (doporuèeno!)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "NIS Doména"
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Opravdu minimální instalace (speciálnì bez urpmi)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication NIS"
+msgstr "Ovìĝení pomocí NIS"
-#: ../../install_steps_interactive.pm_.c:741
-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."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS"
+msgstr "NIS"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Server"
+msgstr "LDAP server"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Base dn"
+msgstr "Základní dn pro LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication LDAP"
+msgstr "Ovìĝení pomocí LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr "LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Local files"
+msgstr "Lokální soubory"
+
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "Ovìĝení"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it must be at least %d characters long)"
+msgstr "Toto heslo je pĝíliı jednoduché (musí bŭt alespoò %d znakù dlouhé)"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No password"
+msgstr "Bez hesla"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Set root password"
+msgstr "Hlavní(root) heslo"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You have not configured X. Are you sure you really want this?"
msgstr ""
-"Pokud máte vıechna CD vypsaná níe, klepnìte na Ok.\n"
-"Pokud nemáte ádné z nich, klepnìte na Zruıit.\n"
-"Pokud Vám chybí pouze nìkteré z nich, odznaète je, a zvolte Ok."
-#: ../../install_steps_interactive.pm_.c:746
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM oznaèené \"%s\""
+msgid "Services: %d activated for %d registered"
+msgstr "Sluby: aktivováno %d z %d registrovanŭch"
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr "Pĝipravuji instalaci"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services"
+msgstr "Sluby"
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
+msgid "System"
+msgstr "Systém"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Bootloader"
+msgstr "Zavádìcí program"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Boot"
+msgstr "Koĝenovŭ(root)"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "disabled"
+msgstr "vypnout"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "activated"
+msgstr "aktivovat nyní"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Firewall"
+msgstr "Firewall/Router"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Security"
+msgstr "Bezpeènost"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Security Level"
+msgstr "Úroveò zabezpeèení:"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "not configured"
+msgstr "pĝekonfigurovat"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Network"
+msgstr "Síğ"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Network & Internet"
+msgstr "Síğové rozhraní"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Graphical interface"
+msgstr "Spouıtí se X"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Hardware"
+msgstr "HardDrake"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "TV card"
+msgstr "TV karta"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-"Instaluji balíèek %s\n"
-"%d%%"
+"Nebyla nalezena zvuková karta. Zkuste spustit po instalaci \"harddrake\"."
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr "Probíhá nastavování po instalaci"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr "Pro nastavení zvukové karty spusğte po instalaci \"sndconfig\"."
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Vlote prosím spouıtìcí disketu do %s"
+msgid "Do you have an ISA sound card?"
+msgstr "Máte nìjakou zvukovou kartu na ISA sbìrnici?"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Vlote prosím disketu s moduly do %s"
+msgid "Sound card"
+msgstr "Zvuková karta"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "Vzdálenŭ CUPS server"
-#: ../../install_steps_interactive.pm_.c:861
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No printer"
+msgstr "Bez tiskárny"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer"
+msgstr "Tiskárna"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, c-format
+msgid "Mouse"
+msgstr "Myı"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Timezone"
+msgstr "Èasová zóna"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "Klávesnice"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr "Souhrn"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NTP Server"
+msgstr "NTP Server"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
+msgstr "Automatická synchronizace èasu (pomocí NTP)"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware clock set to GMT"
+msgstr "Hardwarové hodiny nastaveny na GMT"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "Jaké je vaıe èasové pásmo?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Contacting the mirror to get the list of available packages..."
+msgstr "Stahuji ze zrcadla(mirror) seznam dostupnŭch balíèkù"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "Zvolte si zrcadlo (mirror) pro stahování balíèkù"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Contacting Mandrake Linux web site to get the list of available mirrors..."
+msgstr "Kontaktuji web Mandrake Linux pro získání seznamu dostupnŭch zrcadel"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
-"have been released after the distribution was released. They may\n"
+"have been updated 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"
@@ -5647,3143 +4611,7016 @@ msgstr ""
"\n"
"Chcete nainstalovat aktualizace?"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please insert the Update Modules floppy in drive %s"
+msgstr "Vlote prosím disketu s moduly do %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "Vlote prosím spouıtìcí disketu do %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "Probíhá nastavování po instalaci"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
-msgstr "Kontaktuji web Mandrake Linux pro získání seznamu dostupnŭch zrcadel"
+"Installing package %s\n"
+"%d%%"
+msgstr ""
+"Instaluji balíèek %s\n"
+"%d%%"
-#: ../../install_steps_interactive.pm_.c:881
-msgid "Choose a mirror from which to get the packages"
-msgstr "Zvolte si zrcadlo (mirror) pro stahování balíèkù"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "Pĝipravuji instalaci"
-#: ../../install_steps_interactive.pm_.c:890
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr "Stahuji ze zrcadla(mirror) seznam dostupnŭch balíèkù"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "CD-ROM oznaèené \"%s\""
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr "Jaké je vaıe èasové pásmo?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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 máte vıechna CD vypsaná níe, klepnìte na Ok.\n"
+"Pokud nemáte ádné z nich, klepnìte na Zruıit.\n"
+"Pokud Vám chybí pouze nìkteré z nich, odznaète je, a zvolte Ok."
-#: ../../install_steps_interactive.pm_.c:923
-msgid "Hardware clock set to GMT"
-msgstr "Hardwarové hodiny nastaveny na GMT"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Truly minimal install (especially no urpmi)"
+msgstr "Opravdu minimální instalace (speciálnì bez urpmi)"
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatická synchronizace èasu (pomocí NTP)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
+msgstr "Základní dokumentace (doporuèeno!)"
-#: ../../install_steps_interactive.pm_.c:931
-msgid "NTP Server"
-msgstr "NTP Server"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With X"
+msgstr "X prostĝedí"
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr "Vzdálenŭ CUPS server"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+"Nevybrali jste ádnou skupinu balíèkù\n"
+"Vyberte si prosím alespoò minimální instalaci"
-#: ../../install_steps_interactive.pm_.c:966
-msgid "No printer"
-msgstr "Bez tiskárny"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Type of install"
+msgstr "Typ instalace"
-#: ../../install_steps_interactive.pm_.c:982
-msgid "Do you have an ISA sound card?"
-msgstr "Máte nìjakou zvukovou kartu na ISA sbìrnici?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Selected size is larger than available space"
+msgstr "Velikost vybranŭch balíèkù je vìtıí ne místo na disku"
-#: ../../install_steps_interactive.pm_.c:984
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr "Pro nastavení zvukové karty spusğte po instalaci \"sndconfig\"."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Insert a floppy containing package selection"
+msgstr "Vlote disketu obsahující vŭbìr balíèkù"
-#: ../../install_steps_interactive.pm_.c:986
-msgid "No sound card detected. Try \"harddrake\" after installation"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Loading from floppy"
+msgstr "Nahrávám z diskety"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package selection"
+msgstr "Vŭbìr balíèkù"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "Uloit na disketu"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Load from floppy"
+msgstr "Nahrát z diskety"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
msgstr ""
-"Nebyla nalezena zvuková karta. Zkuste spustit po instalaci \"harddrake\"."
+"Vyberte si, zda chcete uloit nebo nahrát vŭbìr balíèkù na disketu.\n"
+"Formát vŭbìru je stejnŭ jako formát automaticky generované diskety."
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Souhrn"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Your system does not have enough space left for installation or upgrade (%d "
+"> %d)"
+msgstr ""
+"Na vaıem systému není dostatek místa pro instalaci nebo aktualizaci (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:994
-msgid "Mouse"
-msgstr "Myı"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "Vyhledávám balíèky pro aktualizaci"
-#: ../../install_steps_interactive.pm_.c:996
-msgid "Timezone"
-msgstr "Èasová zóna"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking at packages already installed..."
+msgstr "Prohledávám ji instalované balíèky..."
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
-msgid "Printer"
-msgstr "Tiskárna"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages..."
+msgstr "Hledám dostupné balíèky"
-#: ../../install_steps_interactive.pm_.c:999
-msgid "ISDN card"
-msgstr "ISDN karta"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr "Hledám dostupné balíèky a znovu sestavuji databázi balíèkù..."
-#: ../../install_steps_interactive.pm_.c:1003
-#: ../../install_steps_interactive.pm_.c:1009
-msgid "Sound card"
-msgstr "Zvuková karta"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
+msgstr "Není dostatek odkládacího prostoru k instalaci, prosím pĝidejte nìjakŭ"
-#: ../../install_steps_interactive.pm_.c:1012
-msgid "TV card"
-msgstr "TV karta"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
+msgstr ""
+"Selhala kontrola souborového systému %s. Chcete opravit chyby? (pozor, mùe "
+"dojít ke ztrátì dat)"
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
-msgstr "LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Check bad blocks?"
+msgstr "Otestovat na vadné stopy?"
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-msgid "NIS"
-msgstr "NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "Zvolte diskové oddíly které chcete naformátovat"
-#: ../../install_steps_interactive.pm_.c:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "Windows Domain"
-msgstr "Doména Windows"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You need to reboot for the partition table modifications to take place"
+msgstr "Musíte restartovat poèítaè aby se projevily zmìny v tabulce oddílù"
-#: ../../install_steps_interactive.pm_.c:1058
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Local files"
-msgstr "Lokální soubory"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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í potĝebné místo o velikosti 1MB! Instalace mùe pokraèovat "
+"ale pro spuıtìní systému musíte vytvoĝit bootstrap oddíl pomocí DiskDrake"
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Hlavní(root) heslo"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "Zvolte si pĝípojné(mount) body"
-#: ../../install_steps_interactive.pm_.c:1069
-msgid "No password"
-msgstr "Bez hesla"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Scanning partitions to find mount points"
+msgstr "Hledám oddíly, které lze pĝipojit"
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
-msgstr "Toto heslo je pĝíliı jednoduché (musí bŭt alespoò %d znakù dlouhé)"
+msgid "No partition available"
+msgstr "nejsou dostupné ádné diskové oddíly"
-#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "Ovìĝení"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring IDE"
+msgstr "Nastavuji IDE"
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Authentication LDAP"
-msgstr "Ovìĝení pomocí LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:1089
-msgid "LDAP Base dn"
-msgstr "Základní dn pro LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "Nastavuji PCMCIA karty..."
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "LDAP Server"
-msgstr "LDAP server"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "PCMCIA"
+msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:1096
-msgid "Authentication NIS"
-msgstr "Ovìĝení pomocí NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
+msgstr "Emulace 3 tlaèítka"
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "NIS Doména"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 2 Emulation"
+msgstr "Emulace 2 tlaèítka"
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr "NIS Server"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
+msgstr "Emulace tlaèítek"
-#: ../../install_steps_interactive.pm_.c:1104
-msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
-msgstr ""
-"Aby toto správnì pracovalo se serverem W2K PDC, bude muset správce serveru "
-"spustit: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" "
-"everyone / add a restartovat server.\n"
-"Budete také potĝebovat uivatelské jméno a heslo Správce Domény, abyste "
-"mohli pĝipojit poèítaè do domény Windows(TM).\n"
-"Jestlie jeıtì není povolena síğ, aplikace DrakX se pokusí pĝipojit k doménì "
-"po fázi nastavení sítì.\n"
-"Paklie toto nastavení z jakéhokoli dùvodu sele, a ovìĝení na PDC nebude "
-"pracovat správnì, spusğte po nabìhnutí systému 'smbpasswd -j DOMAIN -U USER%"
-"PASSWORD' (pouijte svou doménu Windows(TM) a uivatelské jméno a heslo "
-"Správce domény).\n"
-"Pĝíkaz 'wbinfo -t' otestuje, zda-li vaıe tajné informace pro ovìĝení jsou "
-"správné."
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose which serial port your mouse is connected to."
+msgstr "Ke kterému sériovému portu je pĝipojena vaıe myı?"
-#: ../../install_steps_interactive.pm_.c:1106
-msgid "Authentication Windows Domain"
-msgstr "Doména Windows pro ovìĝení"
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
+msgstr "Pĝipojení myıi"
-#: ../../install_steps_interactive.pm_.c:1108
-msgid "Domain Admin User Name"
-msgstr "Uivatelské jméno Správce domény"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your type of mouse."
+msgstr "Vyberte si typ vaıí myıi."
-#: ../../install_steps_interactive.pm_.c:1109
-msgid "Domain Admin Password"
-msgstr "Heslo Správce domény"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade"
+msgstr "Aktualizovat"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade %s"
+msgstr "Aktualizovat"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "Je to instalace nebo aktualizace?"
-#: ../../install_steps_interactive.pm_.c:1144
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Install/Upgrade"
+msgstr "Instalace/Aktualizace"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
+msgstr "Zde je kompletní seznam dostupnŭch klávesnic"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your keyboard layout."
+msgstr "Vyberte si rozloení vaıí klávesnice."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "Souhlas s licencí"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "default:LTR"
+msgstr "pĝedvolené"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "An error occurred"
+msgstr "Stala se chyba"
+
+#: ../../install_steps_newt.pm:1
+#, 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"
-"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\"."
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
-"Pomocí startovací diskety je moné spustit systém Linux bez závislosti na\n"
-"zavadìèi systému. To je uiteèné tĝeba v pĝípadì, e nechcete instalovat "
-"SILO\n"
-"na poèítaè, nebo jinŭ operaèní systém SILO pĝepsal nebo SILO nepracuje "
-"správnì\n"
-"s hardwarovou konfigurací. Vlastní startovací disketa je také uiteèná "
-"tehdy,\n"
-"pokud je potĝeba provést opravu systému po pĝedchozím selhání.\n"
-"\n"
-"Pokud chcete vytvoĝit startovací disketu, vlote disketu do mechaniky\n"
-"a stisknìte \"OK\"."
+" <Tab>/<Alt-Tab> pĝepn. mezi prvky | <Space> vŭbìr | <F12> dalıí obraz."
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "First floppy drive"
-msgstr "první mechaniky"
+#: ../../install_steps_newt.pm:1
+#, c-format
+msgid "Mandrake Linux Installation %s"
+msgstr "Mandrake Linux Instalace %s"
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "druhé mechaniky"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "Není dostupná ádná disketová mechanika"
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "Pĝeskoèit"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "Vítá vás %s"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps.pm:1
#, 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"
+"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 ""
-"Pomocí startovací diskety mùete spustit Linux bez pouití normálního\n"
-"zavádìcího programu (bootloader). To je uiteèné pokud nechcete instalovat\n"
-"LILO (nebo Grub), nebo jinŭ operaèní systém odstraní LILO, nebo LILO\n"
-"na vaıem poèítaèi nefunguje. Vlastní startovací disketa také mùe bŭt\n"
-"pouita spolu s \"Mandrake záchrannŭm diskem\" (rescue image), co "
-"poskytuje\n"
-"úèinnou pomoc pĝi havárii systému. Chcete vytvoĝit startovací disketu?\n"
-"%s"
+"Nìkteré dùleité balíèky nebyly správnì nainstalované.\n"
+"Je moné, e je poıkozen CD disk nebo CD-ROM mechanika.\n"
+"Zkontrolujete to pouitím pĝíkazu \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps_interactive.pm_.c:1173
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "Zdvojenŭ pĝípojnŭ bod %s"
+
+#: ../../install_steps.pm:1
+#, c-format
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)."
+"An error occurred, but I don't know how to handle it nicely.\n"
+"Continue at your own risk."
msgstr ""
-"\n"
-"\n"
-"(VAROVÁNÍ! Pro koĝenovŭ oddíl pouíváte XFS, vytvoĝení \n"
-"spouıtìcí diskety bude zĝejmì neúspìıné, protoe XFS\n"
-"potĝebuje velmi velkŭ ovladaè)"
+"Stala se chyba, ale nevím, jak jí správnì interpretovat.\n"
+"Pokraèujte na vlastní riziko."
-#: ../../install_steps_interactive.pm_.c:1181
-msgid "Sorry, no floppy drive available"
-msgstr "Bohuel není dostupná ádná disketová mechanika"
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Please wait"
+msgstr "Prosím poèkejte"
-#: ../../install_steps_interactive.pm_.c:1185
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Zvolte mechaniku, kde chcete vytvoĝit startovací disketu"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "Ok"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Vlote disketu do %s"
+msgid "Finish"
+msgstr "Ukonèit"
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr "Vytváĝím startovací disketu"
+#: ../../interactive.pm:1 ../../standalone/draksec:1
+#, c-format
+msgid "Basic"
+msgstr "Základní"
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr "Pĝipravuji zavádìcí program"
+#: ../../interactive.pm:1
+#, c-format
+msgid "Advanced"
+msgstr "Rozıíĝení"
-#: ../../install_steps_interactive.pm_.c:1210
-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 máte nìjakŭ neznámŭ poèítaè,\n"
-"na kterém nebude Yaboot pracovat.\n"
-"Instalace bude pokraèovat, ale budete\n"
-"potĝebovat BootX pro spuıtìní systému."
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, fuzzy, c-format
+msgid "Remove"
+msgstr "Odebrat seznam"
-#: ../../install_steps_interactive.pm_.c:1216
-msgid "Do you want to use aboot?"
-msgstr "Chcete pouít aboot?"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Modify"
+msgstr "Zmìnit"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Add"
+msgstr "Pĝidat"
+
+#: ../../interactive.pm:1
+#, c-format
+msgid "Choose a file"
+msgstr "Vyberte soubor"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+"Here you can choose the key or key combination that will \n"
+"allow switching between the different keyboard layouts\n"
+"(eg: latin and non latin)"
msgstr ""
-"Stala se chyba pĝi instalaci aboot,\n"
-"mám se pokusit o instalaci i kdy to zruıí první oddíl na disku?"
+"Zde mùete vybrat klávesu nebo kombinaci kláves, kterou\n"
+"budete moci pĝepínat rozloení znakù vaıí klávesnice.\n"
+"(napĝ. mezi èeskŭm a americkŭm)"
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Installing bootloader"
-msgstr "Instaluji zavádìcí program"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right \"Windows\" key"
+msgstr "Pravá klávesa \"Windows\""
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Instalace zavádìcího programu neuspìla. Stala se tato chyba:"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Left \"Windows\" key"
+msgstr "Levá klávesa \"Windows\""
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../keyboard.pm:1
#, 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 ""
-"Mùete potĝebovat zmìnit startovací zaĝízení pro Open Firmware\n"
-" pro aktivaci spouıtìcího programu. Pokud nevidíte po spuıtìní prompt,\n"
-" stisknìte pĝi startu Command-Option-O-F a zadejte:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" Potom zadejte: shut-down\n"
-"Pĝi dalıím spuıtìní u uvidíte prompt."
+msgid "\"Menu\" key"
+msgstr "Klávesa \"Menu\""
-#: ../../install_steps_interactive.pm_.c:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../keyboard.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Vlote prázdnou disketu do %s"
+msgid "Alt and Shift keys simultaneously"
+msgstr "Alt a Shift souèasnì"
-#: ../../install_steps_interactive.pm_.c:1278
-msgid "Creating auto install floppy..."
-msgstr "Vytváĝím disketu pro automatickou instalaci"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ctrl and Alt keys simultaneously"
+msgstr "Ctrl a Alt souèasnì"
-#: ../../install_steps_interactive.pm_.c:1289
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Nìkteré kroky nebyly dokonèeny.\n"
-"\n"
-"Chcete opravdu nyní skonèit?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "CapsLock key"
+msgstr "Klávesa CapsLock"
-#: ../../install_steps_interactive.pm_.c:1300
+#: ../../keyboard.pm:1
#, c-format
-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"
-"%s\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 vám, instalace je dokonèena.\n"
-"Vyjmìte startovací média a stisknìte Return pro restart.\n"
-"\n"
-"\n"
-"Na opravy této instalace systému Mandrake Linux se lze informovat\n"
-"na stránce Errata:\n"
-"\n"
-"\n"
-"%s\n"
-"\n"
-"\n"
-"Informace o konfiguraci systému po instalaci jsou dostupné\n"
-"v dané kapitole oficiální uivatelské pĝíruèky pro Mandrake Linux."
+msgid "Control and Shift keys simultaneously"
+msgstr "Control a Shift souèasnì"
-#: ../../install_steps_interactive.pm_.c:1313
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr "http://www.mandrakelinux.com/en/90errata.php3"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Both Shift keys simultaneously"
+msgstr "Obì klávesy Shift souèasnì"
-#: ../../install_steps_interactive.pm_.c:1318
-msgid "Generate auto install floppy"
-msgstr "Vytvoĝit disketu pro automatickou instalaci"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right Alt key"
+msgstr "Pravá klávesa Alt"
-#: ../../install_steps_interactive.pm_.c:1320
-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 mùe bŭt v pĝípadì potĝeby plnì automatická,\n"
-"ale pouije se celŭ disk!!!\n"
-"(v pĝípadì instalace na druhŭ poèítaè)\n"
-"\n"
-"Takto lze jednoduıe zopakovat instalaci.\n"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Yugoslavian (latin)"
+msgstr "Jugoslávské (latin)"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Automated"
-msgstr "Automaticky"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "Vietnamská \"èíselná ĝada\" QWERTY"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Replay"
-msgstr "Zopakovat"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard (international)"
+msgstr "US (mezinárodní)"
-#: ../../install_steps_interactive.pm_.c:1328
-msgid "Save packages selection"
-msgstr "Uloit vŭbìr jednotlivŭch balíèkù"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard"
+msgstr "US-Americké"
-#: ../../install_steps_newt.pm_.c:20
+#: ../../keyboard.pm:1
#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux Instalace %s"
+msgid "UK keyboard"
+msgstr "UK-Britské"
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> pĝepn. mezi prvky | <Space> vŭbìr | <F12> dalıí obraz."
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "Ukrajinské"
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "chybí kdesu"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr "Turecké (moderní model \"Q\")"
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "chybí consolehelper"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "Turecké (tradièní model \"F\")"
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Vyberte soubor"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tajik keyboard"
+msgstr "Tádická klávesnice"
-#: ../../interactive.pm_.c:318
-msgid "Advanced"
-msgstr "Rozıíĝení"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Thai keyboard"
+msgstr "Thajské"
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
-msgid "Basic"
-msgstr "Základní"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "Arménské (psací stroj)"
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
-msgstr "<- Pĝedchozí"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tamil (ISCII-layout)"
+msgstr "Tamilské (TSCII)"
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-msgid "Next"
-msgstr "Dalıí"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Serbian (cyrillic)"
+msgstr "Srbské (cyrilice)"
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr "İpatná volba, zkuste to znovu\n"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTY)"
+msgstr "Slovenské (QWERTY)"
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Vaıe volba? (vŭchozí %s) "
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovenské (QWERTZ)"
-#: ../../interactive/stdio.pm_.c:54
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Poloky, které je potĝeba vyplnit:\n"
-"%s"
+msgid "Slovenian"
+msgstr "Slovinské"
-#: ../../interactive/stdio.pm_.c:70
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Vaıe volba? (0/1, vŭchozí '%s') "
+msgid "Swedish"
+msgstr "İvédské"
-#: ../../interactive/stdio.pm_.c:95
+#: ../../keyboard.pm:1
#, c-format
-msgid "Button `%s': %s"
-msgstr "Tlaèítko '%s': %s"
+msgid "Russian (Yawerty)"
+msgstr "Ruské (Yawerty)"
-#: ../../interactive/stdio.pm_.c:96
-msgid "Do you want to click on this button?"
-msgstr "Chcete kliknout na toto tlaèítko? "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "Ruské"
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
-msgstr " zadejte `void` pokud chcete prázdnŭ vstup"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwerty)"
+msgstr "Rumunské (QWERTY)"
-#: ../../interactive/stdio.pm_.c:105
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Vaıe volba? (vŭchozí '%s'%s) "
+msgid "Romanian (qwertz)"
+msgstr "Rumunské (QWERTZ)"
-#: ../../interactive/stdio.pm_.c:123
+#: ../../keyboard.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Je zde více voleb, ze kterŭch je moné si vybrat (%s).\n"
+msgid "Canadian (Quebec)"
+msgstr "Kanadské (Quebec)"
-#: ../../interactive/stdio.pm_.c:126
-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 prosím první èíslo z vŭbìru, které chcete editovat,\n"
-"nebo stisknìte Enter pro pokraèování.\n"
-"Vaıe volba? "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "Portugalské"
-#: ../../interactive/stdio.pm_.c:139
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
+msgid "Polish (qwertz layout)"
+msgstr "Polské (rozloení QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "Polské (rozloení QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Norwegian"
+msgstr "Norské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "Holandské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
+msgstr "Maltézské (US)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (UK)"
+msgstr "Maltézské (UK)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Mongolian (cyrillic)"
+msgstr "Mongolské (cyrilice)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Myanmar (Burmese)"
+msgstr "Myamarské (Burnské)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Macedonian"
+msgstr "Makedonské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Malayalam"
msgstr ""
-"=> Oznamuji zmìnu návìıtí:\n"
-"%s"
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
-msgstr "Znovu odeslat"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latvian"
+msgstr "Litevské"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
-msgid "Czech (QWERTZ)"
-msgstr "Èeské (QWERTZ)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "Litevské \"foneticky\" QWERTY"
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "Nìmecké"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "Litevské \"èíselná ĝada\" QWERTY"
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Dvoĝák"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (new)"
+msgstr "Litevské AZERTY (nová)"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
-msgid "Spanish"
-msgstr "İpanìlské"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "Litevské AZERTY (stará)"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
-msgid "Finnish"
-msgstr "Finské"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Laotian"
+msgstr "Laoské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latin American"
+msgstr "Latinsko-Americké"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Korean keyboard"
+msgstr "Korejská klávesnice"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Japanese 106 keys"
+msgstr "Japonská 106 kláves"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Inuktitut"
+msgstr "Inuktitutské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Italian"
+msgstr "Italské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Icelandic"
+msgstr "Islandské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "Íránské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "Izraelské (foneticky)"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli"
+msgstr "Izraelské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Croatian"
+msgstr "Chorvatské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "Maïarské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
+msgstr "Gurmutské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gujarati"
+msgstr "Gujartské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Greek"
+msgstr "Ĝecké"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "Gruzínské (rozloení \"Latin\")"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "Gruzínské (\"Ruské\" rozloení)"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid "French"
msgstr "Francouzské"
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
-msgid "Norwegian"
-msgstr "Norské"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Finnish"
+msgstr "Finské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Spanish"
+msgstr "İpanìlské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Estonian"
+msgstr "Estonské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Dvoĝák (İvédské) "
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Dvoĝák (Norské)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Dvoĝák (US) "
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "Dánské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
+msgstr "Devanagari"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "Nìmecké (bez mrtvŭch kláves)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "Nìmecké"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTY)"
+msgstr "Èeské (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTZ)"
+msgstr "Èeské (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "İvŭcarské (Francouzskŭ styl)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "İvŭcarské (Nìmeckŭ styl)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "Bìloruské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bosnian"
+msgstr "Bosenské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "Brazilské (ABNT-2)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (BDS)"
+msgstr "Bulharské (BDS)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (phonetic)"
+msgstr "Bulharské (foneticky)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bengali"
+msgstr "Bengálské"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belgian"
+msgstr "Belgické"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "Ázerbajdánské (latinka)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
+msgstr "Arménské (foneticky)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "Arménské (psací stroj)"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (old)"
+msgstr "Arménské (staré)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Albanian"
+msgstr "Albánské"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid "Polish"
msgstr "Polské"
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Dvoĝák"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Zimbabwe"
+msgstr "Zimbabwe"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
+msgstr "Zambie"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
+msgstr "Jiní Afrika"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Serbia"
+msgstr "Sériová"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mayotte"
+msgstr "Mayotte"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Yemen"
+msgstr "Jemen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
+msgstr "Samoa"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Wallis and Futuna"
+msgstr "Wallis a Futuna Islands"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Vanuatu"
+msgstr "Vanuatu"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vietnam"
+msgstr "Vietnam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr "Panenské ostrovy (U.S.)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (British)"
+msgstr "Panenské ostrovy (britské)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Venezuela"
+msgstr "Venezuela"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
+msgstr "Saint Vincent a Grenadiny"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vatican"
+msgstr "Litevské"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
+msgstr "Uzbekistán"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uruguay"
+msgstr "Uruguay"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
+msgstr "Spojené státy (Minor Outlying Islands)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uganda"
+msgstr "Uganda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ukraine"
+msgstr "Ukrajina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Taiwan"
+msgstr "Thajsko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tuvalu"
+msgstr "Tuvalu"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
+msgstr "Trinidad a Tobago"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkey"
+msgstr "Turecko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
+msgstr "Tonga"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tunisia"
+msgstr "Tunisko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkmenistan"
+msgstr "Turkmenistán"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "East Timor"
+msgstr "Vŭchodní Timor"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tokelau"
+msgstr "Tokelau"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr "Tadikistán"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr "Thajsko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Togo"
+msgstr "Togo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Southern Territories"
+msgstr "Francouzská jiní teritoria"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
+msgstr "Èad"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turks and Caicos Islands"
+msgstr "Turks a Caicos Islands"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Swaziland"
+msgstr "Svazijsko"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Syria"
+msgstr "Surinam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr "El Salvador"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr "Sao Tome a Principe"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Suriname"
+msgstr "Surinam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Somalia"
+msgstr "Somálsko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Senegal"
+msgstr "Senegal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr "San Marino"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr "Sierra Leone"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovakia"
+msgstr "Slovensko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
+msgstr "Svalbard a Jan Mayen Islands"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovenia"
+msgstr "Slovinsko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Helena"
+msgstr "Svatá Helena"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr "Singapur"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sudan"
+msgstr "Sudán"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Seychelles"
+msgstr "Seychely"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr "Solomon Islands"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr "Saudská Arábie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr "Rwanda"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Russia"
msgstr "Ruské"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
-msgid "Swedish"
-msgstr "İvédské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Romania"
+msgstr "Rumunsko"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "UK-Britské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Reunion"
+msgstr "Reunion"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "US-Americké"
+#: ../../lang.pm:1
+#, c-format
+msgid "Qatar"
+msgstr "Katar"
-#: ../../keyboard.pm_.c:167
-msgid "Albanian"
-msgstr "Albánské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
+msgstr "Palau"
-#: ../../keyboard.pm_.c:168
-msgid "Armenian (old)"
-msgstr "Arménské (staré)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr "Paraguay"
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "Arménské (psací stroj)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Portugal"
+msgstr "Portugalsko"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
-msgstr "Arménské (foneticky)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Palestine"
+msgstr "Vŭbìr cesty"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "Ázerbajdánské (latinka)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Puerto Rico"
+msgstr "Puerto Rico"
-#: ../../keyboard.pm_.c:177
-msgid "Belgian"
-msgstr "Belgické"
+#: ../../lang.pm:1
+#, c-format
+msgid "Pitcairn"
+msgstr "Pitcairn"
-#: ../../keyboard.pm_.c:178
-msgid "Bengali"
-msgstr "Bengálské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
+msgstr "Saint Pierre a Miquelon"
-#: ../../keyboard.pm_.c:179
-msgid "Bulgarian (phonetic)"
-msgstr "Bulharské (foneticky)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Poland"
+msgstr "Polsko"
-#: ../../keyboard.pm_.c:180
-msgid "Bulgarian (BDS)"
-msgstr "Bulharské (BDS)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr "Pákistán"
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazilské (ABNT-2)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
+msgstr "Filipíny"
-#: ../../keyboard.pm_.c:184
-msgid "Bosnian"
-msgstr "Bosenské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr "Papua Nová Guinea"
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "Bìloruské"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr "Francouzská Polynésie"
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "İvŭcarské (Nìmeckŭ styl)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr "Peru"
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "İvŭcarské (Francouzskŭ styl)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr "Panama"
-#: ../../keyboard.pm_.c:189
-msgid "Czech (QWERTY)"
-msgstr "Èeské (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Oman"
+msgstr "Omán"
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr "Nìmecké (bez mrtvŭch kláves)"
+#: ../../lang.pm:1
+#, c-format
+msgid "New Zealand"
+msgstr "Novŭ Zéland"
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
-msgstr "Devanagari"
+#: ../../lang.pm:1
+#, c-format
+msgid "Niue"
+msgstr "Niue"
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "Dánské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
+msgstr "Nauru"
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Dvoĝák (US) "
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr "Nepál"
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Dvoĝák (Norské)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr "Nikaragua"
-#: ../../keyboard.pm_.c:196
-msgid "Dvorak (Swedish)"
-msgstr "Dvoĝák (İvédské) "
+#: ../../lang.pm:1
+#, c-format
+msgid "Nigeria"
+msgstr "Nigérie"
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "Estonské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr "Norfolk Island"
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Gruzínské (\"Ruské\" rozloení)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Niger"
+msgstr "Niger"
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Gruzínské (rozloení \"Latin\")"
+#: ../../lang.pm:1
+#, c-format
+msgid "New Caledonia"
+msgstr "Nová Kaledonie"
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "Ĝecké"
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr "Namibie"
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
-msgstr "Gujartské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr "Mosambik"
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
-msgstr "Gurmutské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Malaysia"
+msgstr "Malajsie"
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
-msgstr "Maïarské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mexico"
+msgstr "Mexiko"
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
-msgstr "Chorvatské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
+msgstr "Malawi"
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
-msgstr "Izraelské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr "Maledivy"
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "Izraelské (foneticky)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritius"
+msgstr "Mauritius"
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "Íránské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr "Malta"
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
-msgstr "Islandské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Montserrat"
+msgstr "Montserrat"
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "Italské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr "Mauretánie"
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
-msgstr "Inuktitutské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr "Martinique"
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "Japonská 106 kláves"
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr "Northern Mariana Islands"
-#: ../../keyboard.pm_.c:217
-msgid "Korean keyboard"
-msgstr "Korejská klávesnice"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr "Mongolsko"
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "Latinsko-Americké"
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
+msgstr "Myanmar"
-#: ../../keyboard.pm_.c:219
-msgid "Laotian"
-msgstr "Laoské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr "Mali"
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litevské AZERTY (stará)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Macedonia"
+msgstr "Makedonie"
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litevské AZERTY (nová)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr "Marshall Islands"
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litevské \"èíselná ĝada\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr "Madagaskar"
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litevské \"foneticky\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
+msgstr "Moldava"
-#: ../../keyboard.pm_.c:225
-msgid "Latvian"
-msgstr "Litevské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Monaco"
+msgstr "Monako"
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr "Maroko"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Libya"
+msgstr "Libérie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Latvia"
+msgstr "Lotyısko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
+msgstr "Lucembursko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr "Litva"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr "Lesotho"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liberia"
+msgstr "Libérie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr "Srí Lanka"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liechtenstein"
+msgstr "Lichtenıtejnsko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr "Svatá Lucie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr "Libanon"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Laos"
msgstr ""
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
-msgstr "Makedonské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr "Kazachstán"
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
-msgstr "Myamarské (Burnské)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr "Kajmanské ostrovy"
-#: ../../keyboard.pm_.c:229
-msgid "Mongolian (cyrillic)"
-msgstr "Mongolské (cyrilice)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kuwait"
+msgstr "Kuvajt"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
-msgstr "Maltézské (UK)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Korea"
+msgstr "Více"
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
-msgstr "Maltézské (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
+msgstr ""
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "Holandské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr "Saint Kitts a Nevis"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "Polské (rozloení QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr "Comoros"
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "Polské (rozloení QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr "Kiribati"
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "Portugalské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr "Kamboda"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
-msgstr "Kanadské (Quebec)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr "Kyrgyzstán"
-#: ../../keyboard.pm_.c:239
-msgid "Romanian (qwertz)"
-msgstr "Rumunské (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kenya"
+msgstr "Keòa"
-#: ../../keyboard.pm_.c:240
-msgid "Romanian (qwerty)"
-msgstr "Rumunské (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr "Japonsko"
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "Ruské (Yawerty)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Jordan"
+msgstr "Jordán"
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "Slovinské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr "Jamajka"
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovenské (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Iceland"
+msgstr "Island"
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "Slovenské (QWERTY)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iran"
+msgstr "Irák"
-#: ../../keyboard.pm_.c:248
-msgid "Serbian (cyrillic)"
-msgstr "Srbské (cyrilice)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr "Irák"
-#: ../../keyboard.pm_.c:250
-msgid "Tamil (Unicode)"
-msgstr "Tamilské (Unicode)"
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
+msgstr "Britské teritorium Indického moĝe"
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
-msgstr "Tamilské (TSCII)"
+#: ../../lang.pm:1
+#, c-format
+msgid "India"
+msgstr "Indie"
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "Thajské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Israel"
+msgstr "Izrael"
-#: ../../keyboard.pm_.c:254
-msgid "Tajik keyboard"
-msgstr "Tádická klávesnice"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Ireland"
+msgstr "Irsko"
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turecké (tradièní model \"F\")"
+#: ../../lang.pm:1
+#, c-format
+msgid "Indonesia"
+msgstr "Indonésie"
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turecké (moderní model \"Q\")"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hungary"
+msgstr "Maïarsko"
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "Ukrajinské"
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr "Haiti"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "US (mezinárodní)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Croatia"
+msgstr "Chorvatsko"
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamská \"èíselná ĝada\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr "Honduras"
-#: ../../keyboard.pm_.c:263
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslávské (latin)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Heard and McDonald Islands"
+msgstr "Heard Island a McDonald Islands"
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
-msgstr "Pravá klávesa Alt"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr "Hong Kong"
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
-msgstr "Obì klávesy Shift souèasnì"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr "Guayana"
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
-msgstr "Control a Shift souèasnì"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr "Guinea-Bissau"
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
-msgstr "Klávesa CapsLock"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guam"
+msgstr "Guam"
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl a Alt souèasnì"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guatemala"
+msgstr "Guatemala"
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt a Shift souèasnì"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "South Georgia and the South Sandwich Islands"
+msgstr "Jiní Georgie a ostrov South Sandwich"
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
-msgstr "Klávesa \"Menu\""
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr "Rovníková Guinea"
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
-msgstr "Levá klávesa \"Windows\""
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr "Guadeloupe"
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
-msgstr "Pravá klávesa \"Windows\""
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea"
+msgstr "Guinea"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr "Gambie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Greenland"
+msgstr "Greenland"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr "Gibraltar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
+msgstr "Ghana"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Guiana"
+msgstr "Francouzská Guinea"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Georgia"
+msgstr "Georgie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
+msgstr "Grenada"
+
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr "Velká Británie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr "Gabun"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Faroe Islands"
+msgstr "Faroe Islands"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Micronesia"
+msgstr "Mikronésie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
+msgstr "Falklandy (Malvinas)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Fiji"
+msgstr "Fidi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
+msgstr "Finsko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ethiopia"
+msgstr "Etiopie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Spain"
+msgstr "İpanìlsko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Eritrea"
+msgstr "Eritrea"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
+msgstr "Západní Sahara"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Egypt"
+msgstr "Egypt"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Estonia"
+msgstr "Estonsko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
+msgstr "Ekvádor"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Algeria"
+msgstr "Alírsko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominican Republic"
+msgstr "Dominikánská republika"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominica"
+msgstr "Dominica"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
+msgstr "Dánsko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Djibouti"
+msgstr "Dibuti"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr "Kypr"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
+msgstr "Vánoèní ostrov"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cape Verde"
+msgstr "Cape Verde"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr "Kuba"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr "Kolumbie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr "Èína"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cameroon"
+msgstr "Kamerun"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chile"
+msgstr "Chile"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr "Cookovy ostrovy"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr "Cote d'Ivoire"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Switzerland"
+msgstr "İvŭcarsko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Central African Republic"
+msgstr "Centrální africká republika"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
+msgstr "Kokosové ostrovy (Keeling Islands)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Canada"
+msgstr "Kanada"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belize"
+msgstr "Belize"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belarus"
+msgstr "Bìlorusko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Botswana"
+msgstr "Botswana"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
+msgstr "Bouvet Island"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr "Bhútán"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
+msgstr "Bahamy"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
+msgstr "Brazílie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
+msgstr "Bolívie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
+msgstr "Brunei Darussalam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bermuda"
+msgstr "Bermudy"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Benin"
+msgstr "Benin"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burundi"
+msgstr "Burundi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
+msgstr "Bahrajn"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bulgaria"
+msgstr "Bulharsko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
+msgstr "Burkina Faso"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
+msgstr "Bangladéı"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
+msgstr "Barbados"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bosnia and Herzegovina"
+msgstr "Bosna a Hercegovina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Azerbaijan"
+msgstr "Ázerbajdán"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Aruba"
+msgstr "Aruba"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Australia"
+msgstr "Austrálie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "American Samoa"
+msgstr "Americká Samoa"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
+msgstr "Argentina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
+msgstr "Antarktida"
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
+msgstr "Angola"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Netherlands Antilles"
+msgstr "Nizozemské Antily"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Armenia"
+msgstr "Arménie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Albania"
+msgstr "Albánie"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Anguilla"
+msgstr "Anguilla"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antigua and Barbuda"
+msgstr "Antigua a Barbuda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United Arab Emirates"
+msgstr "Spojené Arabské Emiráty"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Andorra"
+msgstr "Andorra"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Afghanistan"
+msgstr "Afghánistán"
+
+#: ../../loopback.pm:1
#, c-format
msgid "Circular mounts %s\n"
msgstr "Propletené pĝípojné body %s\n"
-#: ../../lvm.pm_.c:103
+#: ../../lvm.pm:1
+#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Odeberte nejdĝíve logické disky\n"
-#: ../../modules.pm_.c:290
+#: ../../modules.pm:1
+#, c-format
msgid ""
"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
msgstr ""
"Podpora PCMCIA ji není dostupná pro kernely 2.2. Pouijte prosím ĝadu 2.4."
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
-msgstr "Zde mùete nastavit kadŭ z parametrù modulu."
-
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "Není dostupná ádná disketová mechanika"
-
-#: ../../modules/parameters.pm_.c:50
-msgid "a number"
-msgstr "èíslo"
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "TOÈIT KOLEÈKEM!"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated numbers"
-msgstr "%d èísel oddìlenŭch èárkou"
+msgid "To activate the mouse,"
+msgstr "Vyzkouıejte na myıi,"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated strings"
-msgstr "%d znakovŭch ĝetìzcù oddìlenŭch èárkou"
+msgid "Please test the mouse"
+msgstr "Vyzkouıejte prosím, zda funguje myı"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
-msgstr "èárkou oddìlená èísla"
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "Bez myıi"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated strings"
-msgstr "èárkou oddìlené znakové ĝetìzce"
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "ádná"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - myı"
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "3 tlaèítka"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "2 tlaèítka"
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Standardní PS2 myı s koleèkem"
+#: ../../mouse.pm:1
+#, c-format
+msgid "1 button"
+msgstr "1 tlaèítko"
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../mouse.pm:1
+#, c-format
+msgid "busmouse"
+msgstr "Busmouse"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Logitech Mouse (sériová, starŭ C7 typ)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Series"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-msgid "Microsoft Explorer"
-msgstr "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Logitech série CC (sériová)"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-msgid "1 button"
-msgstr "1 tlaèítko"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Mouse Systems"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Logitech MouseMan"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "Standardní tĝítlaèítková myı"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 2 Button Mouse"
msgstr "Standardní dvoutlaèítková myı"
-#: ../../mouse.pm_.c:47
+#: ../../mouse.pm:1
+#, c-format
+msgid "serial"
+msgstr "Sériová"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft Explorer"
+msgstr "Microsoft Explorer"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Wheel"
msgstr "S koleèkem"
-#: ../../mouse.pm_.c:51
-msgid "serial"
-msgstr "Sériová"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "Obecná"
-#: ../../mouse.pm_.c:54
-msgid "Generic 3 Button Mouse"
-msgstr "Standardní tĝítlaèítková myı"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Standardní PS2 myı s koleèkem"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Logitech série CC (sériová)"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "Standardní"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Sun - myı"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Series"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "Pĝepnutí mezi abecedním a skupinovŭm ĝazením"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "Sbal vìtev"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (sériová, starŭ C7 typ)"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "Rozbal vìtev"
-#: ../../mouse.pm_.c:68
-msgid "busmouse"
-msgstr "Busmouse"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "Informace"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "2 tlaèítka"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "Je to správnì?"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "3 tlaèítka"
+#: ../../my_gtk.pm:1
+#, c-format
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-2,*-r-*"
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "ádná"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "Chyba pĝi zapisování do souboru %s"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "Bez myıi"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "İpatnŭ záloní soubor"
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "Vyzkouıejte prosím, zda funguje myı"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "Obnova ze souboru %s neuspìla: %s"
-#: ../../mouse.pm_.c:491
-msgid "To activate the mouse,"
-msgstr "Vyzkouıejte na myıi,"
+#: ../../partition_table.pm:1
+#, c-format
+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 diskovŭch oddílù je mezera, ale nemohu ji pouít.\n"
+"Jediné ĝeıení je pĝesunout primární oddíly tak, abyste mìli mezeru vedle\n"
+"rozıíĝenŭch oddílù."
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr "TOÈIT KOLEÈKEM!"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "Rozıíĝené diskové oddíly nejsou na tomto systému podporovány"
-#: ../../my_gtk.pm_.c:65
-msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-2,*-r-*"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "chyba pĝipojování: "
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-msgid "Finish"
-msgstr "Ukonèit"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "mùe se hodit"
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "Dalıí ->"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "nedùleité"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "Je to správnì?"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "nejménì dùleité"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "Informace"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "dùleité"
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "Rozbal vìtev"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "musíte mít"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "Sbal vìtev"
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "Není dostatek oddílù pro RAID úrovnì %d\n"
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr "Pĝepnutí mezi abecedním a skupinovŭm ĝazením"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "mkraid neuspìl"
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "pouít pppoe"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "mkraid neuspìl (moná, e chybí raidtools?)"
-#: ../../network/adsl.pm_.c:24
-msgid "use pptp"
-msgstr "pouít pptp"
+#: ../../raid.pm:1
+#, c-format
+msgid "Can't add a partition to _formatted_ RAID md%d"
+msgstr "Nemùu pĝidat oddíl do _naformátovaného_ RAID md%d"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
-msgstr "pouít dhcp"
+#: ../../services.pm:1
+#, c-format
+msgid "Stop"
+msgstr "Stop"
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch USB"
+#: ../../services.pm:1
+#, c-format
+msgid "Start"
+msgstr "Start"
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
+#: ../../services.pm:1
+#, c-format
+msgid "On boot"
+msgstr "Pĝi spuıtìní"
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"No additional information\n"
+"about this service, sorry."
msgstr ""
+"Nejsou ádné dalıí\n"
+"informace o slubì, promiòte."
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Pĝipojení k Internetu"
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr "Sluby a démoni"
+
+#: ../../services.pm:1
+#, c-format
+msgid "stopped"
+msgstr "zastaveno"
+
+#: ../../services.pm:1
+#, c-format
+msgid "running"
+msgstr "spuıtìno"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Choose which services should be automatically started at boot time"
+msgstr "Zvolte si, které sluby by mìli bŭt automaticky spuıtìny pĝi startu"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Database Server"
+msgstr "Databázové servery"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Remote Administration"
+msgstr "Vzdálená administrace"
-#: ../../network/adsl.pm_.c:30
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
+msgstr "Sdílení souborù"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Internet"
+msgstr "Internet"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Printing"
+msgstr "Tisk"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+msgstr "Startuje X Font Server (to je nezbytné pro bìh XFree)."
+
+#: ../../services.pm:1
+#, c-format
+msgid "Load the drivers for your usb devices."
+msgstr "Nahrát ovladaèe pro usb zaĝízení."
+
+#: ../../services.pm:1
+#, c-format
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'"
+"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 ""
-"Nejbìnìji se pro pĝipojení pomocí ADSL pouívá pppoe.\n"
-"Nìkterá pĝipojení pouívají pptp, nìkterá pouze dhcp. Jestli si nejste "
-"jistí, zvolte 'pouít pppoe'"
+"Syslog je program pomocí nìho zaznamenává mnoho démonù správy do "
+"systémovŭch\n"
+"log souborù. Je dobré mít spuıtìnŭ syslog."
-#: ../../network/adsl.pm_.c:166
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the sound system on your machine"
+msgstr "Spustit zvukovŭ systém pĝi startu"
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"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 umoòuje vzdálenŭm uivatelùm získat seznam\n"
+"vıech uivatelù pĝihláıenŭch na poèítaèi s démonem rwho (je to podobné\n"
+"slubì finger)."
-#: ../../network/drakfirewall.pm_.c:12
-msgid "Web Server"
-msgstr "Webovŭ server"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"The rusers protocol allows users on a network to identify who is\n"
+"logged in on other responding machines."
+msgstr ""
+"Protokol rusers umoòuje uivatelùm sítì zjistit kdo je pĝihláıen na\n"
+"jiném poèítaèi."
-#: ../../network/drakfirewall.pm_.c:17
-msgid "Domain Name Server"
-msgstr "Doménovŭ server"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"The rstat protocol allows users on a network to retrieve\n"
+"performance metrics for any machine on that network."
+msgstr ""
+"Protokol rstat umoòuje uivatelùm sítì sledovat vytíení jednotlivŭch\n"
+"strojù pĝipojenŭch k síti."
-#: ../../network/drakfirewall.pm_.c:32
-msgid "Mail Server"
-msgstr "Poıtovní server"
+#: ../../services.pm:1
+#, c-format
+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 ""
+"Démon routed umoòuje automaticky obnovovat smìrovací tabulku (router "
+"table)\n"
+"pro IP adresy. K tomu pouívá protokol RIP. Zatímco RIP je bìnì pouíván\n"
+"v malŭch sítích, pro sloitìjıí sítì je zapotĝebí sloitìjıí protokoly."
-#: ../../network/drakfirewall.pm_.c:37
-msgid "POP and IMAP Server"
-msgstr "POP a IMAP server"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Assign raw devices to block devices (such as hard drive\n"
+"partitions), for the use of applications such as Oracle"
+msgstr ""
+"Pĝiĝazuje pĝímá zaĝízení blokovŭm (napĝíklad diskové oddíly)\n"
+"pro aplikace jako je Oracle"
-#: ../../network/drakfirewall.pm_.c:111
-msgid "No network card"
-msgstr "ádná síğová karta"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
+msgstr ""
+"Ukládá a obnovuje 'stav entropie' na poèítaèi, co je pouíváno pro\n"
+"kvalitnìjıí generaci náhodnŭch èísel."
-#: ../../network/drakfirewall.pm_.c:129
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall 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."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
+msgstr "Postfix je program pro doruèování poıty z jednoho poèítaèe na jinŭ."
+
+#: ../../services.pm:1
+#, c-format
+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 ""
-"Nastavení aplikace drakfirewall\n"
-"\n"
-"Zde je moné nastavit osobní firewall pro tento systém Mandrake Linux.\n"
-"Pro vŭkonné ĝeıení vyhrazeného firewallu pouijte specializovanou\n"
-"distribuci MandrakeSecurity Firewall."
+"Portmapper spravuje RPC spojení, která jsou pouívána protokoly jako NFS\n"
+"a NIS. Portmap server musí bŭt spuıtìn na poèítaèích, které fungují jako\n"
+"servery pro protokoly, které pouívají mechanismus RPC."
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"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 ""
-"Nastavení aplikace drakfirewall\n"
-"\n"
-"Pĝedtím, ne budete pokraèovat, se ujistìte, e jste nastavili vaıi\n"
-"síğ a pĝístup k Internetu pomocí aplikace drakconnect."
+"Podpora PCMCIA vìtıinou znamená podporu zaĝízení jako síğové karty a\n"
+"modemy v laptopech. Nespustí se pokud ji pĝímo nenastavíte, ale není "
+"problém\n"
+"jí mít nainstalovanou i na poèítaèích, které ji nepotĝebují."
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
-msgstr "Které sluby pĝístupné z Internetu chcete povolit?"
+#: ../../services.pm:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
+msgstr "Podpora pro OKI 4w a kompatibilní wintiskárny."
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
msgstr ""
-"Zadali jste nesprávnŭ port.\n"
-"Správnì je napĝíklad: 139/tcp 139/udp.\n"
-"Více se dozvíte ze souboru /etc/services."
+"Automaticky nastaví podporu numerické klávesnice v konzoli\n"
+"a v XFree pĝi startu."
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"NFS is a popular protocol for file sharing across TCP/IP\n"
+"networks. This service provides NFS file locking functionality."
msgstr ""
-"Zadán ıpatnŭ port: %s.\n"
-"Správnŭ formát je \"port/tcp\" nebo \"port/udp\", \n"
-"kde èíslo portu je mezi 1 a 65535."
+"NFS je oblíbenŭ protokol pro sdílení souborù pĝes sítì TCP/IP.\n"
+"Tato sluba poskytuje monost uzamykání souborù na NFS."
-#: ../../network/drakfirewall.pm_.c:167
-msgid "Everything (no firewall)"
-msgstr "Vıechno (bez firewallu)"
+#: ../../services.pm:1
+#, c-format
+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 oblíbenŭ protokol pro sdílení souborù pĝes sítì TCP/IP.\n"
+"Tato sluba poskytuje NFS server, jeho nastavení je v /etc/exports."
-#: ../../network/drakfirewall.pm_.c:169
-msgid "Other ports"
-msgstr "Dalıí porty"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Activates/Deactivates all network interfaces configured to start\n"
+"at boot time."
+msgstr ""
+"Aktivuje èi deaktivuje vıechny síğová rozhraní, která mají nastartovat pĝi\n"
+"startu systému."
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
+"Manager/Windows), and NCP (NetWare) mount points."
msgstr ""
-"Kterého dhcp klienta chcete pouít?\n"
-"Standardní je dhcp-client"
+"Pĝipojuje a odpojuje vıechny síğové (NFS), SMB (Lan/Windows) a Netware "
+"(NCP)\n"
+"pĝípojné body (mount points)."
-#: ../../network/ethernet.pm_.c:88
+#: ../../services.pm:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-"Ve vaıem poèítaèi nebyl nalezen ádnŭ síğovŭ adaptér.\n"
-"Nemohu nastavit typ spojení."
+"named (BIND) je doménovŭ (DNS) server, kterŭ pĝekládá hostitelská jména na "
+"IP adresy."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "Zvolte síğové rozhraní"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linux Virtual Server, used to build a high-performance and highly\n"
+"available server."
+msgstr ""
+"Linux Virtual Server pouívanŭ pro sestavení vysoce vŭkonného\n"
+"a dostupného serveru."
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
+"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 ""
-"Vyberte si prosím, kterŭ síğovŭ adaptér chcete pouít pro pĝipojení k "
-"internetu"
+"lpd je tiskovŭ démon, bez kterého nebude fungovat lpr (program pro tisk).\n"
+"Je to server, kterŭ posílá tiıtìné dokumenty jednotlivŭm tiskárnám."
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "nebyla nalezena síğová karta"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linuxconf will sometimes arrange to perform various tasks\n"
+"at boot-time to maintain the system configuration."
+msgstr ""
+"Linuxconf provádí rùzné úkoly pĝi spuıtìní systému\n"
+"nutné pro správu systémové konfigurace."
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "Nastavuji síğ"
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr "Automatická detekce a konfigurace hardware pĝi spuıtìní."
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
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''."
+"Automatic regeneration of kernel header in /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-"Prosím zadejte název vaıeho poèítaèe, protoe ho vyadují nìkteré\n"
-"DHCP servery. Tento název musí bŭt úplnŭ, jako napĝíklad\n"
-"'mybox.mylab.myco.com'."
-
-#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "Název poèítaèe"
+"Automatická generace hlavièky jádra v adresáĝi /boot\n"
+"pro soubory /usr/include/linux/{autoconf,version}.h"
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-msgid "Network Configuration Wizard"
-msgstr "Prùvodce nastavením sítì"
+#: ../../services.pm:1
+#, c-format
+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 balíèek nahraje zvolenou mapu klávesnice definovanou\n"
+"v /etc/sysconfig/keyboard. Tu lze vybrat pomocí nástroje kbdconfig.\n"
+"Pro vìtıinu poèítaèù byste ji mìli nechat zapnutou."
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Externí ISDN modem"
+#: ../../services.pm:1
+#, c-format
+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 jádra ĝady 2.2, kterŭ chrání poèítaè\n"
+"proti útokùm ze sítì."
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Interní ISDN karta"
+#: ../../services.pm:1
+#, c-format
+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 démon (nazŭvanŭ inetd) spouıtí mnoho ostatních\n"
+"internetovŭch slueb, tak jak jsou zapotĝebí. Odpovídá za start napĝ.\n"
+"telnetu, ftp, rsh a rlogin. Pokud vypnete inetd, vypnete tím i ostatní\n"
+"sluby které spouıtí."
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Jaké je vaıe ISDN pĝipojení?"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+msgstr "Apache je WWW server. Je pouíván k poskytování HTML a CGI souborù."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\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"
+"HardDrake runs a hardware probe, and optionally configures\n"
+"new/changed hardware."
msgstr ""
-"Kterou ISDN konfiguraci preferujete?\n"
-"\n"
-"* Starou, pouitou pro isd4net. Ta obsahuje vŭkonné nástroje,\n"
-" ale je choulostivá na konfiguraci a není standardní.\n"
-"\n"
-"* Novou konfiguraci, snazıí pro porozumìní, více standardní,\n"
-" ale s ménì nástroji.\n"
-"\n"
-"Doporuèujeme vybrat si snazıí novou konfiguraci.\n"
+"HardDrake testuje hardware a umoòuje novŭ/zmìnìnŭ\n"
+"hardware nastavit"
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Nová konfigurace (isdn-light)"
+#: ../../services.pm:1
+#, c-format
+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 pĝidává do textovŭch programù podporu myıi (napĝ pro Midnight "
+"Commander).\n"
+"Mùe také v konzoli provádìt operace 'vyjmi' a 'vlo' a ovládat pop-up menu."
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Stará konfigurace (isdn4net)"
+#: ../../services.pm:1
+#, c-format
+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ŭ spouıtí uivatelem zadané programy\n"
+"v pĝedem definovanŭch intervalech. vixie cron má navíc mnoho vlastností,\n"
+"vèetnì vyııí bezpeènosti a více moností nastavení."
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "Nastavení ISDN"
+#: ../../services.pm:1
+#, c-format
+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 ""
+"Spouıtí pĝíkazy naplánované pĝíkazem na urèitŭ èas pĝíkazem 'at'.\n"
+"Také spouıtí pĝíkazy pĝi nízkém vytíení systému."
-#: ../../network/isdn.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"apmd is used for monitoring battery status and logging it via syslog.\n"
+"It can also be used for shutting down the machine when the battery is low."
msgstr ""
-"Vyberte si svého poskytovatele internetu.\n"
-" Pokud není na seznamu, vyberte si Jinŭ"
+"apmd je pouíván pro sledování stavu baterie a zaznamenávání pĝes syslog.\n"
+"Mùe také bŭt pouit pro vypnutí poèítaèe pĝi vybité baterii."
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol"
-msgstr "Evropskŭ protokol"
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is a periodic command scheduler."
+msgstr "Anacron - spouıtí opakující se akce"
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol (EDSS1)"
-msgstr "Evropskŭ protokol (EDSS1)"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr "Spustit zvukovŭ systém ALSA (Advanced Linux Sound Architecture)"
-#: ../../network/isdn.pm_.c:181
-msgid "Protocol for the rest of the world"
-msgstr "Protokol pouitŭ ve zbytku svìta"
+#: ../../standalone.pm:1
+#, c-format
+msgid "Installing packages..."
+msgstr "Instaluji balíèky..."
-#: ../../network/isdn.pm_.c:181
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
msgstr ""
-"Protokol pouitŭ ve zbytku svìta \n"
-" ádnŭ D-kanál (leased lines)"
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
-msgstr "Kterŭ protokol chcete pouít?"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
-#: ../../network/isdn.pm_.c:196
+#: ../../standalone.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
-msgstr "Chcete pouít nalezené rozhraní \"%s\" ?"
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
-msgstr "Jakŭ typ karty máte?"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "Nevím"
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../standalone.pm:1
+#, c-format
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "[keyboard]"
+msgstr "Klávesnice"
+
+#: ../../standalone.pm:1
+#, c-format
msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
msgstr ""
+
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+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"
-"Jestli máte ISA kartu, mìly by bŭt hodnoty na následující obrazovce "
-"správné.\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"
-"Jestli máte PCMCIA kartu, musíte znát její IRQ a IO.\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"
+msgstr ""
+" Tento program je svobodnŭ software; mùete ho ıíĝit a/nebo modifikovat\n"
+" podle specifikace GNU General Public Licence, která byla publikována\n"
+" Free Software Foundation; buï verze 2, nebo (podle volby) pozdìjıí verze.\n"
+"\n"
+" Tento program je distribuován s nadìjí, e bude uiteènŭ,\n"
+" ale BEZ JAKŬCHKOLIV ZÁRUK; BEZ NÁROKU NA PROFIT. Více detailù naleznete\n"
+" v licenci GNU General Public Licence.\n"
+"\n"
+" Kopii GNU General Public Licence mùete obdret buï s tímto programem\n"
+" nebo si o ní mùete napsat na adresu Free Software Foundation, Inc.,\n"
+" 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "Pĝeruıit"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "Ukonèení instalace"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "Pokraèovat"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system updates"
+msgstr "Aktualizace systému"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "Kterou z tìchto ISDN karet máte?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "Nastavení slueb"
-#: ../../network/isdn.pm_.c:239
-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 ""
-"Naıel jsem ISDN PCI kartu, její typ ale neznám. Prosím zvolte si jednu z "
-"následujícího seznamu PCI karet."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "Nastavení X"
-#: ../../network/isdn.pm_.c:248
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr ""
-"Nenaıel jsem ádnou ISDN PCI kartu. Prosím zvolte si jednu z následující "
-"nabídky"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "Zavádìcí program"
-#: ../../network/modem.pm_.c:57
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Ke kterému sériovému portu je váı modem pĝipojen?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "Nastavení sítí"
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "Monosti vytáèení"
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "Pĝidání uivatele"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
-msgstr "Název pĝipojení"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "Instalace systému"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "Telefonní èíslo"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "Vŭbìr balíèkù pro instalaci"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "Pĝihlaıovací jméno"
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "Formátování oddílù"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
-msgstr "CHAP"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Partitioning"
+msgstr "Tisk"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "Vŭbìr klávesnice"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "Podle scénáĝe"
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "Volba typu instalace"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "Pomocí terminálu"
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "Detekce pevnŭch diskù"
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "Jméno domény"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "Nastavení myıi"
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-msgid "First DNS Server (optional)"
-msgstr "První DNS Server (nepovinnŭ)"
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
+msgstr ""
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-msgid "Second DNS Server (optional)"
-msgstr "Druhŭ DNS Server (nepovinnŭ)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "Vŭbìr jazyka"
-#: ../../network/modem.pm_.c:95
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
+msgstr ""
+
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../ugtk.pm:1
+#, c-format
+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-*"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr "Xpmac (instalaèní ovladaè pro obrazovku)"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+"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 mùe vaıe karta vyuít 3D hardwarové akcelerace.\n"
+" TOTO JE POUZE EXPERIMENTÁLNÍ VERZE, A MÙE VÉST K NESTABILITÌ SYSTÉMU."
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "XFree %s s EXPERIMENTÁLNÍ 3D hardwarovou akcelerací"
-#: ../../network/modem.pm_.c:97
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Your card can have 3D hardware acceleration support with XFree %s."
+msgstr "S XFree %s mùe vaıe karta vyuít 3D hardwarové akcelerace."
+
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "XFree %s s hardwarovou 3D akcelerací"
+
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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ıe karta podporuje 3D akceleraci, ale pouze s XFree %s,\n"
+"TOTO JE POUZE EXPERIMENTÁLNÍ VERZE, A MÙE VÉST K NESTABILITÌ SYSTÉMU.\n"
+"Vaıe karta je podporována i v XFree %s, kde mùe mít lepıí podporu pro 2D."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "neshodnŭch"
+#: ../../Xconfig/card.pm:1
+#, 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ıe karta podporuje 3D akceleraci, ale pouze s XFree %s.\n"
+"Pokud pouijete XFree %s, mùete na druhou stranu dosáhnout lepıích vŭsledkù "
+"ve 2D."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "Instalovat"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "XFree %s"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "Tabulka"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "Konfigurovat pouze kartu \"%s\"%s"
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr "Pouít rozıíĝení Xinerama"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr "Konfigurovat vıechny monitory nezávisle"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "Které XFree by jste chtìli pouít?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "Nastavení XFree"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "Kolik pamìti je na vaıí grafické kartì ?"
+
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
-"\n"
-"Mùete se odpojit nebo pĝekonfigurovat pĝipojení."
+"Váı systém podporuje zobrazení na dvou monitorech.\n"
+"Co chcete dìlat?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Multi-head configuration"
+msgstr "Konfigurace dvou monitorù"
+
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Choose an X server"
+msgstr "Zvolte X server"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "X server"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "64 MB nebo více"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "16 MB"
+msgstr "16 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 MB"
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 kB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 kB"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
-"You can reconfigure your connection."
+"%s"
msgstr ""
+"Zachovat zmìny?\n"
+"Aktuální konfigurace je:\n"
"\n"
-"Mùete pĝekonfigurovat pĝipojení."
+"%s"
-#: ../../network/netconnect.pm_.c:29
-msgid "You are currently connected to internet."
-msgstr "V souèasnosti jste pĝipojeni k Internetu"
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "Volby"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr "Test"
-#: ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "Rozliıení"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "Monitor"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Graphic Card"
+msgstr "Grafická karta"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "Konec"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "Vertikální(obrazovková) synchronizace"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "Horizontální(ĝádková) synchronizace"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
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"
-"You can connect to Internet or reconfigure your connection."
+"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 rozhodující parametry jsou: vertikální synchronizaèní frekvence, co je\n"
+"frekvence, kterou je obnovována celá obrazovka, a frekvence ĝádkové\n"
+" synchronizace (horiz. sync. rate), co je frekvence jakou jsou zobrazovány\n"
+"jednotlivé mikroĝádky (scanline).\n"
"\n"
-"Nemùete se pĝipojit k Internetu nebo pĝekonfigurovat pĝipojení."
+"Je VELMI DÙLEITÉ abyste nezvolili typ monitoru se schopnostmi vyııími ne "
+"má\n"
+"váı monitor, protoe byste si ho tím mohli poıkodit. Jestlie si nejste "
+"jistí\n"
+"zvolte radìji typ s niıími schopnostmi."
-#: ../../network/netconnect.pm_.c:32
-msgid "You are not currently connected to Internet."
-msgstr "V souèasnosti nejste pĝipojeni k Internetu."
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr "Plag'n Play detekce selhala. Vyberte prosím pĝesnŭ monitor"
-#: ../../network/netconnect.pm_.c:36
-msgid "Connect"
-msgstr "Pĝipojit"
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Vendor"
+msgstr "Dodavatel"
-#: ../../network/netconnect.pm_.c:37
-msgid "Disconnect"
-msgstr "Odpojit"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr "Plug'n Play"
-#: ../../network/netconnect.pm_.c:38
-msgid "Configure the connection"
-msgstr "Nastavit pĝipojení"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "Zvolte typ monitoru"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr "Nastavení a pĝipojení k internetu"
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "Grafická karta: %s"
-#: ../../network/netconnect.pm_.c:94
+#: ../../Xconfig/resolution_and_depth.pm:1
#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Nyní se pĝipravuje konfigurace %s pĝipojení."
+msgid "Choose the resolution and the color depth"
+msgstr "Vyberte si rozliıení a barevnou hloubku"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "Rozliıení"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4 miliardy barev (32 bitù)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16 miliónù barev (24 bitù)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65 tisíc barev (16 bitù)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32 tisíc barev (15 bitù)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 barev (8 bitù)"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Is this the correct setting?"
+msgstr "Je to správnì?"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Leaving in %d seconds"
+msgstr "%d sekund"
-#: ../../network/netconnect.pm_.c:103
+#: ../../Xconfig/test.pm:1
#, c-format
msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
msgstr ""
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Varování: test na této grafické kartì mùe zpùsobit zatuhnutí poèítaèe"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "Chcete si vyzkouıet nastavení?"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "Vyzkouıet nastavení"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "What norm is your TV using?"
+msgstr "Jakou normu váı televizor pouívá?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid ""
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\n"
"\n"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
"\n"
+"Do you have this feature?"
+msgstr ""
+"Vaıe grafická karta zĝejmì disponuje konektorem pro TV-OUT.\n"
+"Tento konektor mùe bŭt zprovoznìn pouitím tzv. frame bufferu.\n"
"\n"
-"Nyní se bude konfigurovat pĝipojení %s.\n"
-"\n"
+"Aby to bylo moné, budete muset napojit svou grafickou kartu na televizní "
+"pĝijímaè, a to jeıtì ne zapnete váı poèítaè.\n"
+"Poté vyberte ve vaıem zavadìèi poloku \"TV out\".\n"
"\n"
-"Stisknìte OK pro pokraèování."
-
-#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr "Nastavení sítì"
+"Má vaıe karta tuto vlastnost?"
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/various.pm:1
+#, c-format
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"
+"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 ""
-"Protoe provádíte instalaci po síti, je ji síğ nastavena.\n"
-"Kliknìte na Ok pro zachování nastavení nebo kliknìte na Zruıit pro nové "
-"nastavení pĝipojení Internetu a k síti.\n"
+"Mùu nastavit váı poèítaè tak, aby automaticky spustil X pĝi startu.\n"
+"Chcete aby poèítaè po zapnutí spustil grafickŭ reim?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "Spouıtí se X"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "XFree86 ovladaè: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "XFree86 server: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "Rozliıení: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Color depth: %s\n"
+msgstr "Barevná hloubka: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "Pamìğ na gr. kartì: %s kB\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "Grafická karta: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "Vertikální frekvence monitoru: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor HorizSync: %s\n"
+msgstr "Horizontální frekvence monitoru: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "Monitor: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "Pĝípojení myıi: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "Typ myıi: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "Rozloení klávesnice: %s\n"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "Volby: %s"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "Adresáĝ pĝipojení (mount point): "
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server: "
+msgstr "Server: "
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr "URL musí zaèínat znaky http:// nebo https://"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "Zadejte prosím URL serveru WebDAV"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "Pĝípojnŭ bod"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server"
+msgstr "Server"
-#: ../../network/netconnect.pm_.c:157
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "Pĝipojit"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "Odpojit"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "New"
+msgstr "Novŭ"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
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"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
msgstr ""
-"Vítá vás prùvodce pĝipojením k síti\n"
-"\n"
-"Nyní lze nastavit pĝipojení k síti nebo internetu.\n"
-"Pokud nechcete pouít automatickou detekci, odznaète políèko.\n"
+"WebDAV je protokol, kterŭ umoòuje pĝipojit webovŭ adresáĝ jako lokální, "
+"kterŭ\n"
+"se potom tváĝí jako lokální souborovŭ systém (takovŭ webovŭ server musí "
+"bŭt)\n"
+"nastaven jako WebDAV server). Pokud chcete pĝidat WebDAV pĝipojení, vyberte\n"
+"poloku \"Novŭ\"."
-#: ../../network/netconnect.pm_.c:163
-msgid "Choose the profile to configure"
-msgstr "Zvolte profil pro nastavení"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Místo toho pouijte ``%s''"
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
-msgstr "Pouít autodetekci"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "Zmìnit typ"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-msgid "Expert Mode"
-msgstr "Expertní reim"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "Nejprve pouijte ``Odpojit''"
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr "Detekuji zaĝízení..."
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "Smazat"
-#: ../../network/netconnect.pm_.c:214
-msgid "Normal modem connection"
-msgstr "Modemové pĝipojení"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "Vytvoĝit"
-#: ../../network/netconnect.pm_.c:214
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected on port %s"
-msgstr "detekováno na portu %s"
+msgid "Filesystem types:"
+msgstr "Souborové systémy:"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "Modemové pĝipojení"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "Prázdnŭ"
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "detekováno %s"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Windows"
+msgstr "Doména Windows"
-#: ../../network/netconnect.pm_.c:216
-msgid "ISDN connection"
-msgstr "ISDN pĝipojení"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
-#: ../../network/netconnect.pm_.c:216
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected %s"
-msgstr "detekováno %s"
+msgid "SunOS"
+msgstr "SunOs"
-#: ../../network/netconnect.pm_.c:217
-msgid "ADSL connection"
-msgstr "ADSL pĝipojení"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "Odkládací (swap)"
-#: ../../network/netconnect.pm_.c:218
-msgid "Cable connection"
-msgstr "Kabelové pĝipojení"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Journalised FS"
+msgstr "urnálovací FS"
-#: ../../network/netconnect.pm_.c:218
-msgid "cable connection detected"
-msgstr "detekováno kabelové pĝipojení"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
-#: ../../network/netconnect.pm_.c:219
-msgid "LAN connection"
-msgstr "Pĝipojení k LAN"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "No hard drives found"
+msgstr "Nenalezeny ádné pevné disky!"
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
-msgstr "detekovaná(é) síğová(é) karta(y)"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "Prosím klepnìte na oddíl"
-#: ../../network/netconnect.pm_.c:222
-msgid "Choose the connection you want to configure"
-msgstr "Zvolte si pĝipojení, které chcete nastavit"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\n"
+"I suggest you first resize that partition\n"
+"(click on it, then click on \"Resize\")"
+msgstr ""
+"Máte jeden velikŭ oddíl FAT\n"
+"(vìtıinou pouívanŭ Microsoft DOS/Windows).\n"
+"Doporuèuji vám nejprve zmenıit tento oddíl\n"
+"(klepnìte na nìj a potom na\n"
+"\"Zmìnit velikost\")"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Choose action"
+msgstr "Co udìláte ?"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "Prùvodce"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+"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áte nastaveno více zpùsobù, jak se pĝipojit k Internetu.\n"
-"Vyberte si jeden, kterŭ chcete pouít.\n"
-"\n"
+"Jestlie chcete pouívat aboot, musíte nechat volné místo na zaèátku disku\n"
+"(2048 sektorù staèí)"
-#: ../../network/netconnect.pm_.c:247
-msgid "Internet connection"
-msgstr "Internetové pĝipojení"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "Zálohujte si nejdĝív svá data, prosím"
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr "Chcete se automaticky pĝipojovat po startu poèítaèe?"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "Ètìte pozornì!"
-#: ../../network/netconnect.pm_.c:267
-msgid "Network configuration"
-msgstr "Nastavení sítì"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
+msgstr "Kryptovací klíè (znovu)"
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
-msgstr "Je potĝebné znovu spustit síğ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
+msgstr "Kryptovací klíè"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "The encryption keys do not match"
+msgstr "Kryptovací klíèe se neshodují"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr "Tento klíè je pĝíliı jednoduchŭ (musí bŭt alespoò %d znakù dlouhŭ)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose your filesystem encryption key"
+msgstr "Vyberte si kryptovací klíè pro souborovŭ systém"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem encryption key"
+msgstr "Klíè pro kryptovanŭ souborovŭ systém"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Type: "
+msgstr "Typ: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "on channel %d id %d\n"
+msgstr "na kanále %d id %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Typ tabulky oddílù: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "LVM disky %s\n"
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "Informace: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "Geometrie: %s cylindrù, %s hlav, %s sektorù\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "Velikost: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
+msgstr "Pouze pro ètení"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "Zaĝízení: "
+
+#: ../../diskdrake/interactive.pm:1
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-"Vyskytl se problém pĝi restartu sítì: \n"
"\n"
-"%s"
+"Tento speciální Boostrap\n"
+"oddíl je pro spuıtìní\n"
+"dalıího systému.\n"
-#: ../../network/netconnect.pm_.c:282
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\n"
msgstr ""
-"Gratulujeme, konfigurace sítì a internetu je ukonèena.\n"
"\n"
-"Konfigurace bude nyní aktivována.\n"
+"Tento oddíl je oddíl\n"
+"s ovladaèi, je lepıí\n"
+"no nechat neporuıenŭ.\n"
-#: ../../network/netconnect.pm_.c:286
-msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
-msgstr ""
-"Doporuèujeme po tomto kroku restartovat X Window,\n"
-"aby se pĝedeılo problémùm se zmìnou názvu poèítaèe."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Loopback soubor: %s"
-#: ../../network/netconnect.pm_.c:287
-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 problém bìhem konfigurace.\n"
-"Otestujte pĝipojení k Internetu pomocí net_monitor nebo mcc. Pokud není "
-"spojení funkèní, bude potĝeba asi znovu naèíst konfiguraci"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "RAID disky %s\n"
-#: ../../network/network.pm_.c:278
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Velikost bloku(chunk) %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "Úroveò %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
msgstr ""
-"VAROVÁNÍ: Toto zaĝízení ji bylo nastaveno pro pĝipojení k Internetu.\n"
-"Kliknìte na Ok pro zachování nastavení.\n"
-"Modifikace následujících poloek pĝepíıe toto nastavení."
+"Standardní startovací oddíl\n"
+" (Pro MS-DOS, ne pro LILO)\n"
-#: ../../network/network.pm_.c:283
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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)."
+"Loopback file(s):\n"
+" %s\n"
msgstr ""
-"Prosím zadejte IP nastavení pro tento poèítaè.\n"
-"Kadá poloka musí bŭt zadána jako IP adresa v 'desetinné' formì\n"
-"(napĝíklad 1.2.3.4)."
+"Loopback soubor(y): \n"
+" %s\n"
-#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr "Nastavuji síğové zaĝízení %s"
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid " (driver %s)"
-msgstr " (ovladaè %s)"
+msgid "Mounted\n"
+msgstr "Pĝipojenŭ\n"
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "IP adresa"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Not formatted\n"
+msgstr "Nenaformátovanŭ\n"
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "Maska sítì"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "Naformátovanŭ\n"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Od cylindru %d do cylindru %d\n"
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "Automatická IP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s sektorù"
-#: ../../network/network.pm_.c:299
-msgid "Start at boot"
-msgstr "Spustit pĝi startu"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "Velikost: %s"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP adresa musí bŭt ve formátu 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Zaèátek: sektor %s\n"
-#: ../../network/network.pm_.c:326
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "Jméno: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "Písmeno v DOSu: %s (jenom odhad)\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr "oddíl %s je nyní rozpoznán jako %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Removing %s"
+msgstr "Odstraòuji %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Copying %s"
+msgstr "Kopíruji %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving files to the new partition"
+msgstr "Pĝesunuji soubory na novŭ diskovŭ oddíl"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+"Directory %s already contains data\n"
+"(%s)"
msgstr ""
+"Adresáĝ %s ji obsahuje nìjaká data\n"
+"(%s)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hide files"
+msgstr "Schovat soubory"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move files to the new partition"
+msgstr "Pĝesunout soubory na novŭ diskovŭ oddíl"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After formatting partition %s, all data on this partition will be lost"
+msgstr "Kdy naformátujete oddíl %s, ztratíte tím vıechna jeho data"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "You'll need to reboot before the modification can take place"
+msgstr "Aby se zmìny uplatnily budete muset restartovat poèítaè"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table of drive %s is going to be written to disk!"
+msgstr "Bude zapsána nová tabulka oddílù na disku %s!"
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure to add a /boot partition"
msgstr ""
+"Zvolili jste softwarovou RAID oddíl jako koĝenovŭ oddíl (/).\n"
+"S tím se není schopnŭ vypoĝádat ádnŭ zavádìcí program bez pouití oddílu\n"
+"/boot. Ujistìte se prosím, e tento oddíl máte."
-#: ../../network/network.pm_.c:350
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"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 ""
-"Prosím zadejte název vaıeho poèítaèe.\n"
-"Tento název musí bŭt úplnŭ, jako 'mybox.mylab.myco.com'.\n"
-"Pokud pouíváte bránu(gateway), mùete také zadat její adresu"
+"Oddíl kterŭ jste zvolili jako koĝenovŭ (root - /) je na disku fyzicky "
+"umístìnŭ za cylindrem 1024,\n"
+"a pĝitom nemáte /boot oddíl. Jestli chcete pouít správce bootu LILO (boot "
+"manager),\n"
+"pĝidejte jeıtì /boot oddíl"
-#: ../../network/network.pm_.c:355
-msgid "DNS server"
-msgstr "DNS server"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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 ""
+"Promiòte, nemùu povolit vytvoĝení /boot tak daleko na disku (na cylindru > "
+"1024).\n"
+"Buïto pouijete LILO a nebude to fungovat, nebo nepouijete LILO a tedy "
+"nepotĝebujete /boot"
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Brána (napĝ. %s)"
+msgid "The package %s is needed. Install it?"
+msgstr "Balíèek %s musí bŭt nainstalován. Chcete ho nainstalovat?"
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "Zaĝízení brány (gateway)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "What type of partitioning?"
+msgstr "Jakŭ typ diskového oddílu?"
-#: ../../network/network.pm_.c:363
-msgid "DNS server address should be in format 1.2.3.4"
-msgstr "Adresa serveru DNS by mìla bŭt ve tvaru 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Be careful: this operation is dangerous."
+msgstr "Buïte opatrní: tato akce je nebezpeèná."
-#: ../../network/network.pm_.c:367
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr "Adresa brány by mìla bŭt ve tvaru 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "Velikost bloku (chunk)"
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Nastavení proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "úroveò"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "zaĝízení"
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
+msgstr "Dalıí"
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
-msgstr "Sledovat id síğové karty (uiteèné u notebookù)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount options"
+msgstr "Volby pro pĝipojení"
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy by mìla bŭt http://..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
+msgstr "Soubor u existuje. Mám ho pouít?"
-#: ../../network/network.pm_.c:388
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "URL by mìlo zaèínat znaky 'ftp:' nebo 'http:'"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "File is already used by another loopback, choose another one"
+msgstr "Soubor u je pouíván jinŭm loopbackem, zvolte si jinŭ"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "Naıel jsem existující nastavení firewallu!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Give a file name"
+msgstr "Zadejte název souboru"
-#: ../../network/shorewall.pm_.c:27
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Varování! Bylo nalezeno existující nastavení firewallu. Po instalaci mùe "
-"bŭt zapotĝebí nìjaká ruèní úprava."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "Souborovŭ systém: "
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "Nastavení Internetu"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "Velikost v MB: "
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Chcete se nyní pokusit pĝipojit k internetu?"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "Název souboru loopbacku:"
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-msgid "Testing your connection..."
-msgstr "Testuji pĝipojení k internetu..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Loopback"
-#: ../../network/tools.pm_.c:70
-msgid "The system is now connected to Internet."
-msgstr "Poèítaè je nyní pĝipojen k internetu"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "Tento oddíl nemùe bŭt pouit pro loopback"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
-msgstr "Z bezpeènostních dùvodù bude spojení ukonèeno."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
+msgstr "Název pro LVM?"
-#: ../../network/tools.pm_.c:72
-msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
-msgstr ""
-"Nepodaĝilo se pĝipojit k Internetu.\n"
-"Pokuste se pĝekonfigurovat dané pĝipojení."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "novŭ"
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr "Nastavení pĝipojení"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr "Zvolte existující LVM pro pĝidání"
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
-msgstr "Prosím vyplòte nebo zkontrolujte následující údaje"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr "Zvolte existující RAID pro pĝidání"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr "IRQ karty"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "Pĝesouvám oddíl..."
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "DMA karty"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "Pĝesouvám"
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "IO karty"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "Na kterŭ sektor chcete oddíl pĝesunout?"
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "IO_0 karty"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "Sektor"
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "IO_1 karty"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "Na kterŭ disk chcete oddíl pĝesunout?"
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
-msgstr "Vaıe osobní telefonní èíslo"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "Pĝesunout"
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr "Jméno poskytovatele (napĝ. provider.net)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "New size in MB: "
+msgstr "Nová velikost v MB: "
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr "Telefonní èíslo poskytovatele"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "Zvolte novou velikost"
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-msgid "Provider dns 1 (optional)"
-msgstr "DNS poskytovatele è.1 (volitelné)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "Zmìnit velikost"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-msgid "Provider dns 2 (optional)"
-msgstr "DNS poskytovatele è.2 (volitelné)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After resizing partition %s, all data on this partition will be lost"
+msgstr "Kdy zmìníte velikost oddílu %s, ztratíte tím vıechna jeho data"
-#: ../../network/tools.pm_.c:109
-msgid "Choose your country"
-msgstr "Vŭbìr si zemi"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All data on this partition should be backed-up"
+msgstr "Vıechna data z tohoto oddílu by mìla bŭt zálohována"
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr "Typ vytáèení"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition is not resizeable"
+msgstr "Na tomto diskovém oddílu nelze mìnit velikost"
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-msgid "Connection speed"
-msgstr "Rychlost pĝipojení"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "Poèítám hranice souborového systému fat"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-msgid "Connection timeout (in sec)"
-msgstr "Prodleva pĝipojení (vteĝiny)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount %s?"
+msgstr "Kam chcete pĝipojit %s?"
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr "Váı úèet (uivatelské jméno)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
+msgstr ""
+"Nemùu smazat pĝípojnŭ bod, protoe tento oddíl je pouíván pro loopback.\n"
+"Odstraòte nejprve loopback"
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Heslo vaıeho úètu"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Kam chcete pĝipojit zaĝízení %s?"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
-msgstr "Velká Británie"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "Kam chcete pĝipojit loopback %s?"
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "chyba pĝipojování: "
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
+msgstr "Pĝepínám z ext2 na ext3"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
-msgstr "Rozıíĝené diskové oddíly nejsou na tomto systému podporovány"
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Which filesystem do you want?"
+msgstr "Kterŭ souborovŭ systém chcete pouít?"
-#: ../../partition_table.pm_.c:685
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Change partition type"
+msgstr "Zmìnit typ oddílu"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"After changing type of partition %s, all data on this partition will be lost"
+msgstr "Tím e zmìníte typ oddílu %s pĝijdete o vıechna jeho data"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove the loopback file?"
+msgstr "Odstranit soubor loopbacku?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"You can't create a new partition\n"
+"(since you reached the maximal number of primary partitions).\n"
+"First remove a primary partition and create an extended partition."
msgstr ""
-"Ve tabulce diskovŭch oddílù je mezera, ale nemohu ji pouít.\n"
-"Jediné ĝeıení je pĝesunout primární oddíly tak, abyste mìli mezeru vedle\n"
-"rozıíĝenŭch oddílù."
+"Nemùete vytvoĝit novŭ oddíl\n"
+"(protoe jste ji dosáhli maximálního poètu primárních oddílù).\n"
+"Nejprve odstraòte nìkterŭ primární oddíl a vytvoĝte oddíl rozıíĝenŭ."
-#: ../../partition_table.pm_.c:774
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Obnova ze souboru %s neuspìla: %s"
+msgid "Preference: "
+msgstr "Nastavení: "
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr "İpatnŭ záloní soubor"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start sector: "
+msgstr "Poèáteèní sektor: "
-#: ../../partition_table.pm_.c:796
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr "Chyba pĝi zapisování do souboru %s"
+msgid "Create a new partition"
+msgstr "Vytvoĝit novŭ oddíl"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "Pouít loopback"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "Zmìnit RAID"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "Odebrat z LVMu"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "Odebrat z RAIDu"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "Pĝidat do LVMu"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "Pĝidat do RAIDu"
-#: ../../partition_table/raw.pm_.c:192
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "Formátovat"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Detailed information"
+msgstr "Podrobné informace"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "Pokouıím se obnovit tabulku oddílù"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
msgstr ""
-"Nìco ıpatného se stalo s pevnŭm diskem. \n"
-"Test na integritu dat selhal. \n"
-"To znamená, e zápis na tento disk mùe skonèit nepĝedvídanì"
+"Vlote disketu do mechaniky\n"
+"Vıechna data na této disketì budou smazána"
-#: ../../pkgs.pm_.c:26
-msgid "must have"
-msgstr "musíte mít"
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "Varování"
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr "dùleité"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "Zvolit soubor"
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr "nejménì dùleité"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"The backup partition table has not the same size\n"
+"Still continue?"
+msgstr ""
+"Záloní tabulka oddílù nemá stejnou velikost\n"
+"Chcete pĝesto chcete pokraèovat?"
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr "nedùleité"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Removable media automounting"
+msgstr "Automatické pĝipojování pro vyjímatelná média"
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr "mùe se hodit"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Reload partition table"
+msgstr "Znovu naèíst tabulku oddílù"
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Tisk bez ukládání do fronty"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Rescue partition table"
+msgstr "Záchrana tabulky oddílù"
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Restore partition table"
+msgstr "Obnovit tabulku oddílù"
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Démon pro tiskárny"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Save partition table"
+msgstr "Uloit tabulku oddílù"
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
-msgstr "LPD"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
+msgstr ""
+"Abyste mohli mít více oddílù, musíte smazat jeden existující a na jeho "
+"místì\n"
+"vytvoĝit rozıíĝenŭ (extended) oddíl"
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
-msgstr "LprNG - LPR Nové generace"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "I can't add any more partition"
+msgstr "Nemùu pĝidat ádnŭ dalıí oddíl"
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
-msgstr "LprNG"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "Vıechny primární oddíly (partitions) jsou pouívány"
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Tiskovŭ Systém pro Unix"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hard drive information"
+msgstr "Informace o pevném disku"
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Auto allocate"
+msgstr "Automaticky rozmístit"
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-msgid "Unknown Model"
-msgstr "Neznámŭ model"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "Vıe smazat"
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "Místní tiskárna"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Chcete uloit úpravy souboru /etc/fstab?"
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "Vzdálená tiskárna"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "Chcete skonèit bez zapsání do tabulky oddílù?"
-#: ../../printer/main.pm_.c:28
-msgid "Printer on remote CUPS server"
-msgstr "Tiskárna na vzdáleném CUPS serveru"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "Konec bez uloení"
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-msgid "Printer on remote lpd server"
-msgstr "Tiskárna na vzdálenŭ lpd serveru"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "Pĝesto chcete pokraèovat?"
-#: ../../printer/main.pm_.c:30
-msgid "Network printer (TCP/Socket)"
-msgstr "Síğová tiskárna (TCP/Socket)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "Pĝepnout se do módu 'expert'"
-#: ../../printer/main.pm_.c:31
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Tiskárna na serveru Windows 95/98/NT"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "Pĝepnout se do módu 'normální'"
-#: ../../printer/main.pm_.c:32
-msgid "Printer on NetWare server"
-msgstr "Tiskárna na Netware serveru"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "Zpìt"
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-msgid "Enter a printer device URI"
-msgstr "Zadejte URI tiskového zaĝízení"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Exit"
+msgstr "Konec"
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
-msgstr "Poslat tiskovou úlohu do pĝíkazu"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose a partition"
+msgstr "Vyberte oddíl"
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
-msgstr "Neznámŭ model"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose another partition"
+msgstr "Vyberte jinŭ oddíl"
-#: ../../printer/main.pm_.c:317
-msgid "Local Printers"
-msgstr "Místní tiskárny"
+#: ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Change type"
+msgstr "Zmìnit typ"
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-msgid "Remote Printers"
-msgstr "Vzdálené tiskárny"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Search servers"
+msgstr "Vyhledat servery"
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#: ../../diskdrake/smbnfs_gtk.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " na paralelním portu \\/*%s"
+msgid "Domain"
+msgstr "Doména"
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB tiskárna \\/*%s"
+msgid "Username"
+msgstr "Uivatelské jméno"
-#: ../../printer/main.pm_.c:334
+#: ../../diskdrake/smbnfs_gtk.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", multifunkèní na paralelním portu \\/*%s"
+msgid ""
+"Please enter your username, password and domain name to access this host."
+msgstr ""
+"Prosím zadejte své uivatelské jméno, heslo a název domény, pod kterŭmi "
+"chcete pĝistupovat k tomuto poèítaèi."
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
-msgstr ", multifunkèní zaĝízení na USB"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Domain Authentication Required"
+msgstr "Vyadováno Ovìĝení Domény"
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
-msgstr ", multifunkèní zaĝízení na HP JetDirect"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Another one"
+msgstr "Dalıí"
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
-msgstr ", multifunkèní zaĝízení"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Which username"
+msgstr "Které uivatelské jméno"
-#: ../../printer/main.pm_.c:344
+#: ../../diskdrake/smbnfs_gtk.pm:1
#, c-format
-msgid ", printing to %s"
-msgstr ", pĝi tisku na %s"
+msgid "Can't login using username %s (bad password?)"
+msgstr "Nelze se pĝihlásit pod uivatelskŭm jménem %s (chybné heslo?)"
-#: ../../printer/main.pm_.c:346
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
-msgstr " na serveru LPD \"%s\", tiskárna \"%s\""
+msgid "cpu # "
+msgstr ""
-#: ../../printer/main.pm_.c:348
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP hostitel \"%s\", port %s"
+msgid "SMBus controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:352
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr " na serveru SMB/Windows \"%s\", sdílená jako \"%s\""
+msgid "USB controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:356
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
-msgstr " na serveru Novell \"%s\", tiskárna \"%s\""
+msgid "SCSI controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:358
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", using command %s"
-msgstr ", pouívá pĝíkaz %s"
+msgid "(E)IDE/ATA controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
-msgstr "Pĝímŭ tisk (bez ovladaèe)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
+msgstr ""
-#: ../../printer/main.pm_.c:647
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Scanner"
+msgstr "Zvolte si skener"
+
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Unknown/Others"
+msgstr "Neznámá|Obecná"
+
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "(on %s)"
-msgstr "(na %s)"
+msgid "Bridges and system controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
-msgstr "(na tomto poèítaèi)"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Modem"
+msgstr "Model"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Ethernetcard"
+msgstr "Ethernetová karta"
-#: ../../printer/main.pm_.c:674
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Na serveru CUPS \"%s\""
+msgid "Processors"
+msgstr ""
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr " (Vŭchozí)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Webcam"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr "Zvolte pĝipojení tiskárny"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Soundcard"
+msgstr "Zvuková karta"
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr "Jak je tiskárna pĝipojena?"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Other MultiMedia devices"
+msgstr "Dalıí média"
-#: ../../printer/printerdrake.pm_.c:30
-msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Tvcard"
+msgstr "TV karta"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Videocard"
+msgstr "Textovŭ reim"
+
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Tape"
+msgstr "Páska"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "DVD-ROM"
msgstr ""
-"\n"
-"V pĝípadì vzdáleného CUPS serveru nemusíte nastavovat tiskárny zde,\n"
-"tiskárny budou automaticky detekovány."
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
-msgstr "Autodetekce tiskárny (lokální, TCP/soket, a tiskárny SMB)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CD/DVD burners"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-msgid "CUPS configuration"
-msgstr "Nastavení CUPS"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "CDROM"
+msgstr "na CDROM"
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-msgid "Specify CUPS server"
-msgstr "Zadejte CUPS server"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Disk"
+msgstr "Dánské"
-#: ../../printer/printerdrake.pm_.c:83
-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."
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Zip"
+msgstr ""
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Floppy"
+msgstr "Spouıtìcí disketa"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Let me pick any driver"
msgstr ""
-"Pĝi tisku na vzdálenŭ CUPS server v lokální síti není potĝeba nic "
-"nastavovat, CUPS server bude automaticky informovat o jeho tiskárnách. "
-"Vıechny známé tiskárny pro tento poèítaè jsou nyní vypsány v poli \"Vzdálené "
-"tiskárny\". v hlavní sekci nástroje PrinterDrake. Pokud je CUPS na jiné "
-"síti, musíte pro získání informací zadat IP adresu CUPS serveru a také "
-"pĝípadnì èíslo portu, jinak nechte toto pole prázdné."
-#: ../../printer/printerdrake.pm_.c:84
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Driver:"
+msgstr "Ovladaè:"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
"\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\")."
+"The current driver for your \"%s\" sound card is \"%s\" "
msgstr ""
-"\n"
-"Ve vìtıinì pĝípadù je CUPS automaticky správnì nastaven v závislosti na\n"
-"síğovém prostĝedí tak, aby bylo moné tisknout na tiskárnách umístìnŭch\n"
-"na CUPS serverech v síti. Pokud je nastavení nesprávné, vypnìte\n"
-"\"Automatické nastavení pro CUPS\" a editujte soubor /etc/cups/cupsd.conf\n"
-"ruènì. Nezapomeòte potom CUPS restartovat (pĝíkaz: \"service cups restart\")."
-#: ../../printer/printerdrake.pm_.c:88
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP adresa musí bŭt ve formátu 192.168.1.20"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Choosing an arbitratry driver"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-msgid "The port number should be an integer!"
-msgstr "Èíslo portu musí bŭt celé èíslo!"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:99
-msgid "CUPS server IP"
-msgstr "IP adresa CUPS serveru"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound trouble shooting"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "Port"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr "Pro vaıi zvukovou kartu (%s) není ádnŭ známŭ ovladaè"
-#: ../../printer/printerdrake.pm_.c:102
-msgid "Automatic CUPS configuration"
-msgstr "Automatické nastavení pro CUPS"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Unkown driver"
+msgstr "Neznámŭ ovladaè"
-#: ../../printer/printerdrake.pm_.c:159
-msgid "Checking your system..."
-msgstr "Zkoumám váı poèítaè..."
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr "Pro vaıi zvukovou kartu (%s) není ádnŭ známŭ ovladaè"
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-msgid "Printerdrake"
-msgstr "PrinterDrake"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No known driver"
+msgstr "Není rozpoznán ádnŭ ovladaè"
-#: ../../printer/printerdrake.pm_.c:167
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
msgid ""
-"There are no printers found which are directly connected to your machine"
-msgstr "Na vaıem poèítaèi nebyla nalezena ádná pĝímo pĝipojená tiskárna"
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
+msgstr ""
+"Pro vaıi zvukovou kartu (%s), která nyní pouívá ovladaè \"%s\", není ádnŭ "
+"známŭ OSS/ALSA alternativní ovladaè."
+
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "No open source driver"
+msgstr "Není rozpoznán ádnŭ ovladaè"
-#: ../../printer/printerdrake.pm_.c:179
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Please Wait... Applying the configuration"
+msgstr "Èekejte prosím... Aktivuji konfiguraci"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
-"The following printers\n"
+"The old \"%s\" driver is blacklisted.\n"
"\n"
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
-"Následující tiskárny\n"
+"Starıí ovladaè \"%s\" je na èerné listinì.\n"
"\n"
+"Bylo u nìj zjiıtìno, e pĝi odebrání zpùsobí pád jádra.\n"
+"\n"
+"Pĝi dalıím spuıtìní bude pouit pouze novŭ ovladaè \"%s\" "
-#: ../../printer/printerdrake.pm_.c:180
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Trouble shooting"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
-"The following printer\n"
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
msgstr ""
-"Následující tiskárna\n"
+"OSS (Open Source Sound) bylo první API pro zvuk. Nebo to API nezávislé na OS "
+"(je dostupné ve více unixovŭch systémech), ale má pouze základní funkce a "
+"omezení API.\n"
+"A co více, vıechny OSS ovladaèe \"vynalézají znovu kolo\".\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) je modulární architektura, která "
+"která podporuje daleko více ISA, USB a PCI karet.\n"
"\n"
+"Také poskytuje daleko lepıí API ne OSS.\n"
+"\n"
+"Pokud chcete pouít alsa ovladaèe, mùete pouít dva reimy:\n"
+"- starıí reim kompatibility s OSS API\n"
+"- nové ALSA API, které poskytuje daleko více moností, ale vyaduje pouít "
+"knihovnu ALSA.\n"
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
"\n"
-"and one unknown printer are "
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
"\n"
-"a jedna neznámá tiskárna jsou "
+"\n"
+"Vaıe karta nyní pouívá ovladaè %s\"%s\" (vŭchozí ovladaè pro vaıi kartu je "
+"\"%s\")"
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../harddrake/sound.pm:1
#, c-format
msgid ""
-"\n"
-"and %d unknown printers are "
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
msgstr ""
-"\n"
-"a %d neznámŭch tiskáren je "
+"Zde si pro vaıi zvukovou (%s) kartu mùete vybrat alternativní ovladaè (buï "
+"OSS nebo ALSA)"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound configuration"
+msgstr "Nastavení zvuku"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
+msgstr ""
+"Pro vaıi zvukovou kartu (%s), která nyní pouívá ovladaè \"%s\", není ádnŭ "
+"známŭ OSS/ALSA alternativní ovladaè."
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No alternative driver"
+msgstr "Bez alternativního ovladaèe"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "enable radio support"
+msgstr "Zapnout podporu rádia"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Radio support:"
+msgstr "Podpora rádia :"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "PLL setting:"
+msgstr "Nastavení PLL :"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "number of capture buffers for mmap'ed capture"
+msgstr "Poèet bufferù pro zachycení systémem mmap"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Number of capture buffers:"
+msgstr "Poèet bufferù pro zachycení :"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Tuner type:"
+msgstr "Typ tuneru :"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Card model:"
+msgstr "Model karty :"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid ""
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
+msgstr ""
+"Modul bttv jádra operaèního systému GNU/Linux nalezne správné parametry "
+"automaticky pro vìtıinu moderních TV karet.\n"
+"Je-li vaıe karta ıpatnì detekována, lze nastavit správnŭ typ karty a tuneru "
+"ruènì zde. Pokud je to potĝeba, vyberte také parametry vaıí TV karty."
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|Generic"
+msgstr "Neznámá|Obecná"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH06X (bt878) [many vendors]"
+msgstr "Neznámá|CPH06X (bt878) [více dodavatelù]"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH05X (bt878) [many vendors]"
+msgstr "Neznámá|CPH05X (bt878) [více dodavatelù]"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Auto-detect"
+msgstr "Autodetekce"
+
+#: ../../interactive/newt.pm:1
+#, fuzzy, c-format
+msgid "Do"
+msgstr "Dolù"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "Vaıe volba? (vŭchozí %s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Bad choice, try again\n"
+msgstr "İpatná volba, zkuste to znovu\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Re-submit"
+msgstr "Znovu odeslat"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+"=> Oznamuji zmìnu návìıtí:\n"
+"%s"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+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 prosím první èíslo z vŭbìru, které chcete editovat,\n"
+"nebo stisknìte Enter pro pokraèování.\n"
+"Vaıe volba? "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr "=> Je zde více voleb, ze kterŭch je moné si vybrat (%s).\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Vaıe volba? (vŭchozí '%s'%s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
+msgstr " zadejte `void` pokud chcete prázdnŭ vstup"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Do you want to click on this button?"
+msgstr "Chcete kliknout na toto tlaèítko? "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Button `%s': %s"
+msgstr "Tlaèítko '%s': %s"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Vaıe volba? (0/1, vŭchozí '%s') "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+"Poloky, které je potĝeba vyplnit:\n"
+"%s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"Loading module %s failed.\n"
+"Do you want to try again with other parameters?"
+msgstr ""
+"Spuıtìní modulu %s selhalo.\n"
+"Chcete to zkusit s jinŭmi parametry?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "Zadejte monosti"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "Automatické prozkoumání"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. 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 nìkterŭch pĝípadech potĝebuje ovladaè %s pro svoji správnou funkci dalıí\n"
+"informace, pĝestoe normálnì funguje i bez nich. Chtìli byste zadat\n"
+"nìjaké doplòující monosti, nebo radìji necháte ovladaè samostatnì "
+"prozkoumat\n"
+"hardware vaıeho poèítaèe, aby získal informace které potĝebuje? Zkoumání\n"
+"hardware mùe ve vŭjimeènŭch pĝípadech zpùsobit zamrznutí poèítaèe, ale "
+"nemìlo\n"
+"by v ádném pĝípadì zpùsobit jiné ıkody."
+
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "Kterŭ %s ovladaè mám zkusit?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "Volby modulu:"
+
+#: ../../modules/interactive.pm:1
+#, 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 ""
+"Nyní mùete poskytnout modulu %s dalıí parametry.\n"
+"Volby se zadávají ve tvaru ''název=hodnota název2=hodnota2 ...''.\n"
+"Napĝíklad, ''io=0x300 irq=7''"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"You may now provide options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
+"Nyní lze zadat volby pro modul %s.\n"
+"Pozn.: kadá adresa by mìla bŭt ve tvaru 0x napĝ. '0x123'"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(modul %s)"
+
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "Instaluji ovladaè pro %s kartu %s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "Ukázat informace o hardware"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "Máte nìjaké %s rozhraní?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "Máte jeıtì nìjaké jiné?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "Naıel jsem %s %s rozhraní"
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
+msgstr "Zde mùete nastavit kadŭ z parametrù modulu."
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated strings"
+msgstr "èárkou oddìlené znakové ĝetìzce"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr "èárkou oddìlená èísla"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr "%d znakovŭch ĝetìzcù oddìlenŭch èárkou"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr "%d èísel oddìlenŭch èárkou"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "a number"
+msgstr "èíslo"
+
+#: ../../network/adsl.pm:1
+#, c-format
msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few use dhcp.\n"
+"If you don't know, choose 'use pppoe'"
+msgstr ""
+"Nejbìnìji se pro pĝipojení pomocí ADSL pouívá pppoe.\n"
+"Nìkterá pĝipojení pouívají pptp, nìkterá pouze dhcp. Jestli si nejste "
+"jistí, zvolte 'pouít pppoe'"
+
+#: ../../network/adsl.pm:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "Pĝipojení k Internetu"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Alcatel speedtouch usb"
+msgstr "Alcatel speedtouch USB"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr "pouít dhcp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pptp"
+msgstr "pouít pptp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "pouít pppoe"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Other ports"
+msgstr "Dalıí porty"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Everything (no firewall)"
+msgstr "Vıechno (bez firewallu)"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+"Zadán ıpatnŭ port: %s.\n"
+"Správnŭ formát je \"port/tcp\" nebo \"port/udp\", \n"
+"kde èíslo portu je mezi 1 a 65535."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
+msgstr ""
+"Zadali jste nesprávnŭ port.\n"
+"Správnì je napĝíklad: 139/tcp 139/udp.\n"
+"Více se dozvíte ze souboru /etc/services."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr "Které sluby pĝístupné z Internetu chcete povolit?"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"drakfirewall configurator\n"
"\n"
-"are "
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
msgstr ""
+"Nastavení aplikace drakfirewall\n"
"\n"
-"jsou "
+"Pĝedtím, ne budete pokraèovat, se ujistìte, e jste nastavili vaıi\n"
+"síğ a pĝístup k Internetu pomocí aplikace drakconnect."
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"is "
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
msgstr ""
+"Nastavení aplikace drakfirewall\n"
"\n"
-"je "
+"Zde je moné nastavit osobní firewall pro tento systém Mandrake Linux.\n"
+"Pro vŭkonné ĝeıení vyhrazeného firewallu pouijte specializovanou\n"
+"distribuci MandrakeSecurity Firewall."
-#: ../../printer/printerdrake.pm_.c:189
-msgid "directly connected to your system"
-msgstr "pĝímo pĝipojena(y) k vaıemu poèítaèi"
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "No network card"
+msgstr "ádná síğová karta"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "POP and IMAP Server"
+msgstr "POP a IMAP server"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Mail Server"
+msgstr "Poıtovní server"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Domain Name Server"
+msgstr "Doménovŭ server"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Web Server"
+msgstr "Webovŭ server"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
+msgstr ""
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Zeroconf Host name"
+msgstr "Název poèítaèe"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "Název poèítaèe"
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
msgid ""
"\n"
-"There is one unknown printer directly connected to your system"
-msgstr ""
"\n"
-"Naıel jsem jednu neznámou tiskárnu pĝímo pĝipojenou k vaıemu poèítaèi"
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../network/ethernet.pm:1
#, c-format
msgid ""
-"\n"
-"There are %d unknown printers directly connected to your system"
+"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"
-"Naıel jsem %d neznámŭch tiskáren pĝímo pĝipojenŭch k vaıemu poèítaèi"
+"Prosím zadejte název vaıeho poèítaèe, protoe ho vyadují nìkteré\n"
+"DHCP servery. Tento název musí bŭt úplnŭ, jako napĝíklad\n"
+"'mybox.mylab.myco.com'."
-#: ../../printer/printerdrake.pm_.c:200
-msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr " (Zkontrolujte to, e vıechny tiskárny jsou pĝipojeny a zapnuty).\n"
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "Nastavuji síğ"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "nebyla nalezena síğová karta"
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"Please choose which network adapter you want to use to connect to Internet."
msgstr ""
-"Chcete povolit tisk na tiskárnách vypsanŭch vŭıe nebo na tiskárnách v "
-"lokální síti?\n"
+"Vyberte si prosím, kterŭ síğovŭ adaptér chcete pouít pro pĝipojení k "
+"internetu"
-#: ../../printer/printerdrake.pm_.c:215
-msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr "Chcete povolit tisk na tiskárnách v lokální síti?\n"
+#: ../../network/ethernet.pm:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "Zvolte síğové rozhraní"
-#: ../../printer/printerdrake.pm_.c:217
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Chcete povolit tisk na tiskárnách vypsanŭch vŭıe?\n"
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid ""
+"No ethernet network adapter has been detected on your system.\n"
+"I cannot set up this connection type."
+msgstr ""
+"Ve vaıem poèítaèi nebyl nalezen ádnŭ síğovŭ adaptér.\n"
+"Nemohu nastavit typ spojení."
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
-msgstr "Opravdu chcete nastavit tisk na tomto poèítaèi?\n"
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid ""
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
+msgstr ""
+"Kterého dhcp klienta chcete pouít?\n"
+"Standardní je dhcp-client"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "No ISDN PCI card found. Please select one on the next screen."
+msgstr ""
+"Nenaıel jsem ádnou ISDN PCI kartu. Prosím zvolte si jednu z následující "
+"nabídky"
-#: ../../printer/printerdrake.pm_.c:219
+#: ../../network/isdn.pm:1
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"I have detected an ISDN PCI card, but I don't know its type. Please select a "
+"PCI card on the next screen."
msgstr ""
-"POZNÁMKA: V závislosti na modelu tiskárny a tiskovém systému je potĝeba "
-"nainstalovat dalıích %d MB potĝebného software."
+"Naıel jsem ISDN PCI kartu, její typ ale neznám. Prosím zvolte si jednu z "
+"následujícího seznamu PCI karet."
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-msgid "Add a new printer"
-msgstr "Pĝidat novou tiskárnu"
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "Kterou z tìchto ISDN karet máte?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "Nastavení ISDN"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "Pĝeruıit"
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "Pokraèovat"
+
+#: ../../network/isdn.pm:1
+#, c-format
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"
+"If you have an ISA card, the values on the next screen should be right.\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."
+"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
+"card.\n"
msgstr ""
"\n"
-"Vítejte v prùvodci nastavením tisku\n"
-"\n"
-"Tento prùvodce vám pomùe nainstalovat lokální nebo vzdálené tiskárnu(y), "
-"které je moné následnì vyuít na vzdáleném poèítaèi na síti.\n"
+"Jestli máte ISA kartu, mìly by bŭt hodnoty na následující obrazovce "
+"správné.\n"
"\n"
-"Budete dotázáni na vıechny potĝebné informace pro nastavení tiskárny, mùete "
-"si vybrat se vıech tiskovŭch ovladaèù a typù pĝipojení tiskárny."
+"Jestli máte PCMCIA kartu, musíte znát její IRQ a IO.\n"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "I don't know"
+msgstr "Nevím"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "PCI"
+msgstr "PCI"
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISA / PCMCIA"
+msgstr "ISA / PCMCIA"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind of card do you have?"
+msgstr "Jakŭ typ karty máte?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr "Chcete pouít nalezené rozhraní \"%s\" ?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which protocol do you want to use?"
+msgstr "Kterŭ protokol chcete pouít?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Protocol for the rest of the world"
+msgstr "Protokol pouitŭ ve zbytku svìta"
+
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
+"Protocol for the rest of the world\n"
+"No D-Channel (leased lines)"
+msgstr ""
+"Protokol pouitŭ ve zbytku svìta \n"
+" ádnŭ D-kanál (leased lines)"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "European protocol"
+msgstr "Evropskŭ protokol"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "European protocol (EDSS1)"
+msgstr "Evropskŭ protokol (EDSS1)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
+msgstr ""
+"Vyberte si svého poskytovatele internetu.\n"
+" Pokud není na seznamu, vyberte si Jinŭ"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "External ISDN modem"
+msgstr "Externí ISDN modem"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "Interní ISDN karta"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "Jaké je vaıe ISDN pĝipojení?"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, c-format
+msgid "Network Configuration Wizard"
+msgstr "Prùvodce nastavením sítì"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "Stará konfigurace (isdn4net)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "New configuration (isdn-light)"
+msgstr "Nová konfigurace (isdn-light)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Which ISDN configuration do you prefer?\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
+"* The Old configuration uses isdn4net. It contains powerful\n"
+" tools, but is tricky to configure, and not standard.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"We recommand the light configuration.\n"
msgstr ""
+"Kterou ISDN konfiguraci preferujete?\n"
"\n"
-"Vítejte v Prùvodci nastavením tiskárny\n"
+"* Starou, pouitou pro isd4net. Ta obsahuje vŭkonné nástroje,\n"
+" ale je choulostivá na konfiguraci a není standardní.\n"
"\n"
-"Tento prùvodce vám pomùe nainstalovat vaıi tiskárnu nebo tiskárny pĝipojené "
-"k tomuto poèítaèi, pĝímo k síti, nebo sdílené na poèítaèi s Windows.\n"
+"* Novou konfiguraci, snazıí pro porozumìní, více standardní,\n"
+" ale s ménì nástroji.\n"
"\n"
-"Pokud máte tiskárnu nebo tiskárny pĝipojené k tomuto poèítaèi, zapojte je "
-"prosím a zapnìte je; pak mohou bŭt automaticky nalezeny. Vaıe síğové "
-"tiskárny nebo tiskárny sdílené poèítaèi s Windows musí bŭt rovnì zapnuty a "
-"pĝipojené k síti, mají-li bŭt automaticky nalezeny.\n"
+"Doporuèujeme vybrat si snazıí novou konfiguraci.\n"
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Do nothing"
+msgstr "neshodnŭch"
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Install rpm"
+msgstr "Instalovat"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Title"
+msgstr "Tabulka"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Second DNS Server (optional)"
+msgstr "Druhŭ DNS Server (nepovinnŭ)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "First DNS Server (optional)"
+msgstr "První DNS Server (nepovinnŭ)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "Jméno domény"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr "CHAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "Podle scénáĝe"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "Pomocí terminálu"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "Pĝihlaıovací jméno"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "Telefonní èíslo"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "Název pĝipojení"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "Monosti vytáèení"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Please choose which serial port your modem is connected to."
+msgstr "Ke kterému sériovému portu je váı modem pĝipojen?"
+
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "Nastavení sítì"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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 problém bìhem konfigurace.\n"
+"Otestujte pĝipojení k Internetu pomocí net_monitor nebo mcc. Pokud není "
+"spojení funkèní, bude potĝeba asi znovu naèíst konfiguraci"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
+msgstr ""
+"Doporuèujeme po tomto kroku restartovat X Window,\n"
+"aby se pĝedeılo problémùm se zmìnou názvu poèítaèe."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
"\n"
-"Automatická detekce tiskáren pĝipojenŭch k síti probíhá podstatnì déle ne "
-"automatická detekce tiskáren pouze lokálnì pĝipojenŭch k tomuto poèítaèi. "
-"Pokud nepotĝebujete automatickou detekci tiskáren na síti, nebo tiskáren "
-"sdílenŭch poèítaèi s Windows, pak tuto autodetekci vypnìte.\n"
+msgstr ""
+"Gratulujeme, konfigurace sítì a internetu je ukonèena.\n"
"\n"
-"Pokud jste pĝipraveni, klepnìte na tlaèítko \"Dalıí\", nebo klepnìte na "
-"tlaèítko \"Zruıit\" pokud nechcete v tuto chvíli tiskárny nastavovat."
+"Konfigurace bude nyní aktivována.\n"
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
+"A problem occured while restarting the network: \n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
+"%s"
+msgstr ""
+"Vyskytl se problém pĝi restartu sítì: \n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"%s"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
+msgstr "Balíèek %s musí bŭt nainstalován. Chcete ho nainstalovat?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Network configuration"
+msgstr "Nastavení sítì"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Do you want to start the connection at boot?"
+msgstr "Chcete se automaticky pĝipojovat po startu poèítaèe?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection"
+msgstr "Internetové pĝipojení"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
msgstr ""
+"Máte nastaveno více zpùsobù, jak se pĝipojit k Internetu.\n"
+"Vyberte si jeden, kterŭ chcete pouít.\n"
"\n"
-"Vítejte v Prùvodci nastavením tiskárny\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the connection you want to configure"
+msgstr "Zvolte si pĝipojení, které chcete nastavit"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr "detekovaná(é) síğová(é) karta(y)"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "LAN connection"
+msgstr "Pĝipojení k LAN"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "cable connection detected"
+msgstr "detekováno kabelové pĝipojení"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Cable connection"
+msgstr "Kabelové pĝipojení"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "detected"
+msgstr "detekováno %s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ADSL connection"
+msgstr "ADSL pĝipojení"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected %s"
+msgstr "detekováno %s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ISDN connection"
+msgstr "ISDN pĝipojení"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Winmodem connection"
+msgstr "Modemové pĝipojení"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected on port %s"
+msgstr "detekováno na portu %s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Normal modem connection"
+msgstr "Modemové pĝipojení"
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detecting devices..."
+msgstr "Detekuji zaĝízení..."
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Mode"
+msgstr "Expertní reim"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
+msgstr "Pouít autodetekci"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the profile to configure"
+msgstr "Zvolte profil pro nastavení"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Welcome to The Network Configuration Wizard.\n"
"\n"
-"Tento prùvodce vám pomùe nainstalovat vaıi tiskárnu nebo tiskárny pĝipojené "
-"k tomuto poèítaèi.\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 ""
+"Vítá vás prùvodce pĝipojením k síti\n"
"\n"
-"Pokud máte tiskárnu nebo tiskárny pĝipojené k tomuto poèítaèi, zapojte je "
-"prosím a zapnìte je; pak mohou bŭt automaticky nalezeny. \n"
-"Pokud jste pĝipraveni, klepnìte na tlaèítko \"Dalıí\", nebo klepnìte na "
-"tlaèítko \"Zruıit\" pokud nechcete v tuto chvíli tiskárny nastavovat."
+"Nyní lze nastavit pĝipojení k síti nebo internetu.\n"
+"Pokud nechcete pouít automatickou detekci, odznaète políèko.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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 provádíte instalaci po síti, je ji síğ nastavena.\n"
+"Kliknìte na Ok pro zachování nastavení nebo kliknìte na Zruıit pro nové "
+"nastavení pĝipojení Internetu a k síti.\n"
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
+"We are now going to configure the %s connection.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Press OK to continue."
msgstr ""
"\n"
-"Vítejte v Prùvodci nastavením tiskárny\n"
"\n"
-"Tento prùvodce vám pomùe nainstalovat vaıi tiskárnu nebo tiskárny pĝipojené "
-"k tomuto poèítaèi nebo pĝímo k síti.\n"
"\n"
-"Pokud máte tiskárnu nebo tiskárny pĝipojené k tomuto poèítaèi, zapojte je "
-"prosím a zapnìte je; pak mohou bŭt automaticky nalezeny. Vaıe síğové "
-"tiskárny musí bŭt rovnì zapnuty a pĝipojené k síti, mají-li bŭt automaticky "
-"nalezeny.\n"
+"Nyní se bude konfigurovat pĝipojení %s.\n"
"\n"
-"Automatická detekce tiskáren pĝipojenŭch k síti probíhá podstatnì déle ne "
-"automatická detekce tiskáren pouze lokálnì pĝipojenŭch k tomuto poèítaèi. "
-"Pokud nepotĝebujete automatickou detekci tiskáren na síti, pak tuto "
-"autodetekci vypnìte.\n"
"\n"
-"Pokud jste pĝipraveni, klepnìte na tlaèítko \"Dalıí\", nebo klepnìte na "
-"tlaèítko \"Zruıit\" pokud nechcete v tuto chvíli tiskárny nastavovat."
+"Stisknìte OK pro pokraèování."
-#: ../../printer/printerdrake.pm_.c:307
-msgid "Auto-detect printers connected to this machine"
-msgstr "Automaticky nalézt tiskárny pĝipojené k tomuto poèítaèi"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "We are now going to configure the %s connection."
+msgstr "Nyní se pĝipravuje konfigurace %s pĝipojení."
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
-msgstr "Automaticky nalézt tiskárny pĝipojené pĝímo k lokální síti"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "Nastavení a pĝipojení k internetu"
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
-msgstr "Automaticky nalézt tiskárny sdílené poèítaèi s Microsoft Windows"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Configure the connection"
+msgstr "Nastavit pĝipojení"
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Disconnect"
+msgstr "Odpojit"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Connect"
+msgstr "Pĝipojit"
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Congratulations, your printer is now installed and configured!\n"
+"You can reconfigure your connection."
+msgstr ""
"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
+"Mùete pĝekonfigurovat pĝipojení."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\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."
+"You can connect to the Internet or reconfigure your connection."
msgstr ""
"\n"
-"Blahopĝejeme, tiskárna je instalována a nastavena!\n"
+"Nemùete se pĝipojit k Internetu nebo pĝekonfigurovat pĝipojení."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "V souèasnosti nejste pĝipojeni k Internetu."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\n"
-"Tisknout z aplikací lze pĝíkazem \"Tisk\" (obyèejnì v menu \"Soubor\").\n"
+"You can disconnect or reconfigure your connection."
+msgstr ""
"\n"
-"Pokud chcete pĝidat, odebrat, pĝejmenovat tiskárnu nebo zmìnit její vŭchozí "
-"hodnoty (typ zásobníku, kvalita tisku,...), zvolte \"Tiskárna\" v sekci "
-"\"Hardware\" v ĝídícím centru Mandrake."
+"Mùete se odpojit nebo pĝekonfigurovat pĝipojení."
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-msgid "Printer auto-detection"
-msgstr "Autodetekce tiskárny"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are currently connected to the Internet."
+msgstr "V souèasnosti jste pĝipojeni k Internetu"
-#: ../../printer/printerdrake.pm_.c:385
+#: ../../network/network.pm:1
#, c-format
-msgid ", network printer \"%s\", port %s"
-msgstr ", síğová tiskárna \"%s\", port %s"
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "URL by mìlo zaèínat znaky 'ftp:' nebo 'http:'"
-#: ../../printer/printerdrake.pm_.c:387
+#: ../../network/network.pm:1
#, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr ", tiskárna \"%s\" na serveru SMB/Windows \"%s\""
+msgid "Proxy should be http://..."
+msgstr "Proxy by mìla bŭt http://..."
-#: ../../printer/printerdrake.pm_.c:391
+#: ../../network/network.pm:1
#, c-format
-msgid "Detected %s"
-msgstr "Nalezeno %s"
+msgid "FTP proxy"
+msgstr "FTP proxy"
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Tiskárna na paralelním portu \\/*%s"
+msgid "HTTP proxy"
+msgstr "HTTP proxy"
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/network.pm:1
#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB tiskárna \\/*%s"
+msgid "Proxies configuration"
+msgstr "Nastavení proxy"
-#: ../../printer/printerdrake.pm_.c:399
+#: ../../network/network.pm:1
#, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "Síğová tiskárna \"%s\", port %s"
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "Adresa brány by mìla bŭt ve tvaru 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Tiskárna \"%s\" na serveru Windows SMB/Windows \"%s\""
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "Adresa serveru DNS by mìla bŭt ve tvaru 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-msgid "Local Printer"
-msgstr "Místní tiskárna"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway device"
+msgstr "Zaĝízení brány (gateway)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr "Brána (napĝ. %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "DNS server"
-#: ../../printer/printerdrake.pm_.c:526
+#: ../../network/network.pm:1
+#, c-format
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, ...)."
+"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 ""
-"Lokální tiskárna nenalezena! Pro ruèní instalaci tiskárny zadejte název "
-"zaĝízení/souboru do políèka (Paralelní porty: /dev/lp0, /dev/lp1,... jsou "
-"ekvivalentní LPT1:, LPT2:, ...,první USB tiskárna: /dev/usb/lp0, druhá USB "
-"tiskárna: /dev/usb/lp1,...)."
+"Prosím zadejte název vaıeho poèítaèe.\n"
+"Tento název musí bŭt úplnŭ, jako 'mybox.mylab.myco.com'.\n"
+"Pokud pouíváte bránu(gateway), mùete také zadat její adresu"
-#: ../../printer/printerdrake.pm_.c:530
-msgid "You must enter a device or file name!"
-msgstr "Musíte zadat zaĝízení nebo název souboru!"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:539
-msgid "No printer found!"
-msgstr "Nenalezena ádná tiskárna!"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:548
-msgid "Available printers"
-msgstr "Tiskárny k dispozici"
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address should be in format 1.2.3.4"
+msgstr "IP adresa musí bŭt ve formátu 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:552
+#: ../../network/network.pm:1
+#, c-format
+msgid "Start at boot"
+msgstr "Spustit pĝi startu"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Network Hotplugging"
+msgstr "Nastavení sítì"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
+msgstr "Sledovat id síğové karty (uiteèné u notebookù)"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(bootp/dhcp)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "Automatická IP"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "Maska sítì"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "IP adresa"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid " (driver %s)"
+msgstr " (ovladaè %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "Nastavuji síğové zaĝízení %s"
+
+#: ../../network/network.pm:1
+#, c-format
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"
+"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 ""
-"Tyto tiskárny byly automaticky detekovány, pokud není mezi nimi poadovaná "
-"tiskárna, zadejte do políèka název zaĝízení/název souboru"
+"Prosím zadejte IP nastavení pro tento poèítaè.\n"
+"Kadá poloka musí bŭt zadána jako IP adresa v 'desetinné' formì\n"
+"(napĝíklad 1.2.3.4)."
-#: ../../printer/printerdrake.pm_.c:553
+#: ../../network/network.pm:1
+#, c-format
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"
+"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 ""
-"Zde je seznam vıech automaticky rozpoznanŭch tiskáren. Vyberte si tiskárnu, "
-"kterou chcete nastavit nebo zadejte do políèka název zaĝízení/název souboru"
+"VAROVÁNÍ: Toto zaĝízení ji bylo nastaveno pro pĝipojení k Internetu.\n"
+"Kliknìte na Ok pro zachování nastavení.\n"
+"Modifikace následujících poloek pĝepíıe toto nastavení."
-#: ../../printer/printerdrake.pm_.c:555
+#: ../../network/shorewall.pm:1
+#, c-format
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\"."
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes after installation."
msgstr ""
-"Byla automaticky detekována tato tiskárna. Konfigurace této tiskárny je plnì "
-"automatická. Pokud nebyla tiskárna správnì detekována nebo preferujete "
-"vlastní nastavení tisku, zvolte \"Ruèní konfigurace\"."
+"Varování! Bylo nalezeno existující nastavení firewallu. Po instalaci mùe "
+"bŭt zapotĝebí nìjaká ruèní úprava."
+
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "Naıel jsem existující nastavení firewallu!"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "Heslo vaıeho úètu"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "Váı úèet (uivatelské jméno)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection timeout (in sec)"
+msgstr "Prodleva pĝipojení (vteĝiny)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection speed"
+msgstr "Rychlost pĝipojení"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Dialing mode"
+msgstr "Typ vytáèení"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Choose your country"
+msgstr "Vŭbìr si zemi"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "DNS poskytovatele è.2 (volitelné)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "DNS poskytovatele è.1 (volitelné)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "Telefonní èíslo poskytovatele"
-#: ../../printer/printerdrake.pm_.c:556
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "Jméno poskytovatele (napĝ. provider.net)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "Vaıe osobní telefonní èíslo"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "IO_1 karty"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "IO_0 karty"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "IO karty"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "DMA karty"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "IRQ karty"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
+msgstr "Prosím vyplòte nebo zkontrolujte následující údaje"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Connection Configuration"
+msgstr "Nastavení pĝipojení"
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
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\"."
+"The system doesn't seem to be connected to the Internet.\n"
+"Try to reconfigure your connection."
msgstr ""
-"Tyto tiskárny byly automaticky detekovány. Konfigurace tìchto tiskáren je "
-"plnì automatická. Pokud nebyla tiskárna správnì detekována nebo preferujete "
-"vlastní nastavení tisku, zvolte \"Ruèní konfigurace\"."
+"Nepodaĝilo se pĝipojit k Internetu.\n"
+"Pokuste se pĝekonfigurovat dané pĝipojení."
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "For security reasons, it will be disconnected now."
+msgstr "Z bezpeènostních dùvodù bude spojení ukonèeno."
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "The system is now connected to the Internet."
+msgstr "Poèítaè je nyní pĝipojen k internetu"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Testing your connection..."
+msgstr "Testuji pĝipojení k internetu..."
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Chcete se nyní pokusit pĝipojit k internetu?"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Internet configuration"
+msgstr "Nastavení Internetu"
+
+#: ../../partition_table/raw.pm:1
+#, fuzzy, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"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, corrupted "
+"data."
msgstr ""
-"Vyberte si port, ke kterému je tiskárna pĝipojena nebo zadejte do políèka "
-"název zaĝízení/název souboru"
+"Nìco ıpatného se stalo s pevnŭm diskem. \n"
+"Test na integritu dat selhal. \n"
+"To znamená, e zápis na tento disk mùe skonèit nepĝedvídanì"
-#: ../../printer/printerdrake.pm_.c:559
-msgid "Please choose the port where your printer is connected to."
-msgstr "Vyberte port, ke kterému je vaıe tiskárna pĝipojena."
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr " (Vŭchozí)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "On CUPS server \"%s\""
+msgstr "Na serveru CUPS \"%s\""
+
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, c-format
+msgid "Remote Printers"
+msgstr "Vzdálené tiskárny"
+
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr "(na tomto poèítaèi)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on %s)"
+msgstr "(na %s)"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Tiskovŭ Systém pro Unix"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng"
+msgstr "LprNG"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
+msgstr "LprNG - LPR Nové generace"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD"
+msgstr "LPD"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD - Line Printer Daemon"
+msgstr "LPD - Démon pro tiskárny"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
+msgstr "PDQ"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Tisk bez ukládání do fronty"
+
+#: ../../printer/detect.pm:1
+#, c-format
+msgid "Unknown Model"
+msgstr "Neznámŭ model"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr "Neznámŭ model"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Host %s"
+msgstr "Název poèítaèe"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Network %s"
+msgstr "Síğ"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Interface \"%s\""
+msgstr "Rozhraní %s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local network(s)"
+msgstr "Adresa lokální sítì"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
+msgstr "Pĝímŭ tisk (bez ovladaèe)"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
+msgstr ", pouívá pĝíkaz %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on Novell server \"%s\", printer \"%s\""
+msgstr " na serveru Novell \"%s\", tiskárna \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgstr " na serveru SMB/Windows \"%s\", sdílená jako \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ", TCP/IP hostitel \"%s\", port %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
+msgstr " na serveru LPD \"%s\", tiskárna \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", printing to %s"
+msgstr ", pĝi tisku na %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
+msgstr ", multifunkèní zaĝízení"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ", multifunkèní zaĝízení na HP JetDirect"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ", multifunkèní zaĝízení na USB"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", multi-function device on parallel port \\#%s"
+msgstr ", multifunkèní na paralelním portu \\/*%s"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", USB printer"
+msgstr ", USB tiskárna \\/*%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", USB printer \\#%s"
+msgstr ", USB tiskárna \\/*%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid " on parallel port \\#%s"
+msgstr " na paralelním portu \\/*%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printers"
+msgstr "Místní tiskárny"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Pipe job into a command"
+msgstr "Poslat tiskovou úlohu do pĝíkazu"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter a printer device URI"
+msgstr "Zadejte URI tiskového zaĝízení"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on NetWare server"
+msgstr "Tiskárna na Netware serveru"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "Tiskárna na serveru Windows 95/98/NT"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "Síğová tiskárna (TCP/Socket)"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on remote lpd server"
+msgstr "Tiskárna na vzdálenŭ lpd serveru"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on remote CUPS server"
+msgstr "Tiskárna na vzdáleném CUPS serveru"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
+msgstr "Vzdálená tiskárna"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Local printer"
+msgstr "Místní tiskárna"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring applications..."
+msgstr "Nastavování aplikací..."
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, c-format
+msgid "Printerdrake"
+msgstr "PrinterDrake"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to configure another printer?"
+msgstr "Chcete nastavit dalıí tiskárnu?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "Odebírám tiskárnu \"%s\"..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Chcete opravdu odebrat tiskárnu \"%s\"?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove printer"
+msgstr "Odebrat tiskárnu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Know how to use this printer"
+msgstr "Nápovìda pro tisk na této tiskárnì"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print test pages"
+msgstr "Tisk testovacích stránek"
-#: ../../printer/printerdrake.pm_.c:561
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-" (Paralelní porty: /dev/lp0, /dev/lp1,... je ekvivalentní LPT1:, LPT2:, ...,"
-"první USB tiskárna: /dev/usb/lp0, druhá USB tiskárna: /dev/usb/lp1,...)."
+"Odebrání tiskárny \"%s\" ze Star Office/OpenOffice.org/GIMP se nezdaĝilo."
-#: ../../printer/printerdrake.pm_.c:565
-msgid "You must choose/enter a printer/device!"
-msgstr "Musíte vybrat/zadat tiskárnu/zaĝízení!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
+msgstr ""
+"Tiskárna \"%s\" byla úspìınì odebrána z aplikace Star Office/OpenOffice.org/"
+"GIMP."
-#: ../../printer/printerdrake.pm_.c:584
-msgid "Manual configuration"
-msgstr "Ruèní nastavení"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Odebírám tiskárnu ze Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr "Monosti vzdálené lpd tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Odebrat tiskárnu ze Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:634
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr ""
+"Pĝidání tiskárny \"%s\" do Star Office/OpenOffice.org/GIMP se nezdaĝilo."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-"Abyste mohli pouívat vzdálenou tiskovou frontu lpd, musíte zadat název "
-"tiskového serveru a název tiskárny, kam má bŭt posílán tisk."
+"Tiskárna \"%s\" byla úspìınì pĝidána do Star Office/OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:635
-msgid "Remote host name"
-msgstr "Název vzdáleného poèítaèe"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Pĝidávám tiskárnu do Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:636
-msgid "Remote printer name"
-msgstr "Název vzdálené tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Pĝidat tuto tiskárnu do Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:639
-msgid "Remote host name missing!"
-msgstr "Chybí název vzdáleného poèítaèe!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr "Tiskárna \"%s\" je nyní nastavena jako vŭchozí."
-#: ../../printer/printerdrake.pm_.c:643
-msgid "Remote printer name missing!"
-msgstr "Chybí název vzdálené tiskárny!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Default printer"
+msgstr "Vŭchozí tiskárna"
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Detected model: %s %s"
-msgstr "Nalezen model: %s %s"
+msgid "Set this printer as the default"
+msgstr "Nastavit tuto tiskárnu jako vŭchozí"
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-msgid "Scanning network..."
-msgstr "Zkoumám síğ...."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "Monosti tiskárny"
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", printer \"%s\" on server \"%s\""
-msgstr ", tiskárna \"%s\" na serveru \"%s\""
+msgid "Printer manufacturer, model"
+msgstr "Vŭrobce tiskárny, model"
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "Tiskárna \"%s\" na serveru \"%s\""
+msgid "Printer manufacturer, model, driver"
+msgstr "Vŭrobce tiskárny, model, ovladaè"
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Monosti SMB (Windows 9x/NT) tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "Odebírám starou tiskárnu \"%s\"..."
-#: ../../printer/printerdrake.pm_.c:796
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer name, description, location"
+msgstr "Název tiskárny, popis, umístìní"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer connection type"
+msgstr "Typ pĝipojení pro tiskárnu"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Learn how to use this printer"
+msgstr "Nápovìda pro tisk na této tiskárnì"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer"
+msgstr "Pĝímŭ tisk na tiskárnu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do it!"
+msgstr "Provést!"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Close"
+msgstr "Zavĝít"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Printer %s\n"
+"What do you want to modify on this printer?"
msgstr ""
-"Abyste mohli tisknout na SMB tiskárnì, musíte zadat název SMB poèítaèe"
-"(Pozor! To mùe bŭt odliıné od jeho TCP/IP názvu) a moná i IP adresu "
-"tiskového serveru, název sdílené tiskárny, vhodné uivatelské jméno, heslo a "
-"informace o pracovní skupinì."
+"Tiskárna %s\n"
+"Co chcete zmìnit na této tiskárnì?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Modify printer configuration"
+msgstr "Zmìnit nastavení tiskárny"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add a new printer"
+msgstr "Pĝidat novou tiskárnu"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Normal Mode"
+msgstr "Normání reim"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Change the printing system"
+msgstr "Zmìna tiskového systému"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing"
+msgstr "Sdílení souborù"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "CUPS configuration"
+msgstr "Nastavení CUPS"
-#: ../../printer/printerdrake.pm_.c:797
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr "Obnovit seznam tiskáren (pro získání vıech vzdálenŭch CUPS tiskáren)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
+"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 ""
-" Pokud byla poadovaná tiskárna automaticky nalezena, vyberte ji jednoduıe "
-"ze seznamu a pokud je to potĝeba, doplòte uivatelské jméno, heslo, a "
-"pracovní skupinu."
+"Jsou nastaveny následující tiskárny. Dvojitŭm kliknutím na kadou z nich je "
+"moné je modifikovat, nastavit jako vŭchozí nebo o nich získat informace."
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr "Název SMB serveru"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/GIMP."
+msgstr ""
+"Jsou nastaveny následující tiskárny. Dvojitŭm kliknutím na kadou z nich je "
+"moné je modifikovat, nastavit jako vŭchozí, získat o nich informace nebo je "
+"nastavit na vzdáleném CUPS serveru pro vyuití v aplikaci Star Office/"
+"OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
-msgstr "IP adresa SMB serveru"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr "Tiskovŭ systém: "
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr "Sdílené jméno"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Would you like to configure printing?"
+msgstr "Chtìli byste nastavit tiskárnu?"
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "Pracovní skupina"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing Printerdrake..."
+msgstr "Pĝipravuji PrinterDrake...."
-#: ../../printer/printerdrake.pm_.c:806
-msgid "Auto-detected"
-msgstr "Automaticky nalezeno"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
+msgstr "Ovìĝují nainstalovanŭ software..."
-#: ../../printer/printerdrake.pm_.c:816
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Musí bŭt zadán buï název serveru nebo jeho IP adresa!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing Foomatic..."
+msgstr "Instaluji Foomatic ..."
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
-msgstr "Chybí název pro sdílení pĝes Sambu!"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "Nastavuji tiskárnu \"%s\"..."
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
-msgstr "BEZPEÈNOSTNÍ VAROVÁNÍ!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "Nastavuji tiskárnu \"%s\"..."
-#: ../../printer/printerdrake.pm_.c:827
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer data..."
+msgstr "Naèítám data k tisku ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Kterŭ tiskovŭ systém chcete pouít pro tisk?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Spooler"
+msgstr "Zvolte tiskovŭ systém pro tiskárnu"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "Instaluji balíèky..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Odstraòuji %s"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\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"
+"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"
-"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"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
+msgstr ""
+"Tiskovŭ systém (%s) nebude automaticky spuıtìn pĝi startu poèítaèe.\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"
+"Je moné, e volba automatického startu byla vypnuta ve vyııí bezpeènostní "
+"úrovni, protoe tiskovŭ systém je potenciální nebezpeèí pro síğovŭ útok.\n"
"\n"
-msgstr ""
-"Provádíte nastavení tisku s úètem na systému Windows. Díky chybì v klientu "
-"protokolu Samba je heslo pĝi tisku posláno jako èistŭ text z pĝíkazové "
-"ĝádky. Je tudí moné, aby kdokoliv vidìl toto heslo na obrazovce kdy si "
-"zadá pĝíkaz napĝ. \"ps auxwww\".\n"
+"Chcete nastavit zpìt automatickŭ start tiskového systému?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting the printing system at boot time"
+msgstr "Spustit tiskovŭ systém pĝi startu systému"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"Doporuèujeme pouívat jednu z následujících alternativ (ve vıech pĝípadech "
-"je dobré mít nastaven pĝístup pouze z poèítaèù z lokální sítì, respektive za "
-"firewallem):\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"
-"Pouít úèet, kterŭ nemá nastaven ádné heslo, jako je \"GUEST\" nebo "
-"speciální úèet pouze pro úèely tisku. Neodstraòujte ochranu heslem z bìného "
-"úètu nebo dokonce z administrátorského úètu.\n"
+"Do you really want to configure printing on this machine?"
+msgstr ""
+"Pokouıíte se instalovat tiskovŭ systém %s na poèítaè, bìící v bezpeèností "
+"úrovni %s.\n"
"\n"
-"Nastavte tiskárnu na Windows serveru tak, aby fungovala pod LPD protokolem. "
-"Potom nastavte tisk na této tiskárnì pomocí typy spojení \"%s\" v aplikaci "
-"PrinterDrake.\n"
+"Tiskovŭ systém pracuje jako démon (proces na pozadí), kterŭ èeká na tiskové "
+"úlohy a zpracovává je. Tento démon je také pĝístupnŭ ze sítì pro jiné "
+"poèítaèe, take se mùe stát pĝedmìtem síğového útoku. Proto je vybráno "
+"pouze nìkolik slueb, které jsou v této úrovni spuıtìny automaticky pĝi "
+"startu.\n"
"\n"
+"Chcete opravdu nastavit tiskovŭ systém na tomto poèítaèi?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing a printing system in the %s security level"
+msgstr "Instaluji tiskovŭ systém v bezpeènostní úrovni %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "paranoid"
+msgstr "paranoidní"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "high"
+msgstr "vysoká"
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Restarting printing system..."
+msgstr "Restartuji tiskovŭ systém ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuration of a remote printer"
+msgstr "Nastavení vzdálené tiskárny"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-"Nastavit na serveru s Windows tiskárnu, která bude pĝístupná pomocí IPP "
-"protokolu a nastavit tisk z tohoto poèítaèe pomocí spojení \"%s\" v aplikaci "
-"PrinterDrake.\n"
-"\n"
+"Síğ nefunguje a nelze ji spustit. Prosím zkontrolujte nastavení hardware. "
+"Pak se opìt pokuste provést nastavení vzdálené tiskárny."
-#: ../../printer/printerdrake.pm_.c:840
+#: ../../printer/printerdrake.pm:1
+#, c-format
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?"
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is 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 ""
-"Pĝipojit tiskárnu k Linux serveru a nechat poèítaè(e) s Windows pracovat "
-"jako klienty.\n"
-"\n"
-"Chcete opravdu pokraèovat v nastavení tiskárny tímto zpùsobem?"
+"Nastavení sítì provedené pĝi instalaci nelze nyní aktivovat. Zkontrolujte, "
+"zda je síğ dostupná po spuıtìní systému a nastavení opravte v ĝídícím centru "
+"Mandrake, v sekci \"Síğ a Internet\"/\"Pĝipojení\" a následnì nastavte "
+"tiskárnu také v ĝídícím centru v sekci \"Hardware\"/\"Tiskárna\""
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr "Monosti NetWare tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configure the network now"
+msgstr "Nastavit síğ nyní"
-#: ../../printer/printerdrake.pm_.c:912
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Go on without configuring the network"
+msgstr "Pokraèovat bez nastavení sítì"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"Abyste mohli tisknout na NetWare tiskárnì, musíte zadat název NetWare "
-"serveru (Pozor! To mùe bŭt odliıné od jeho názvu pro TCP/IP!), název "
-"tiskové fronty tiskárny, kterou chcete pouívat, uivatelské jméno a heslo."
+"Nyní zaène konfigurace vzdálené tiskárny. To vyaduje funkèní síğové "
+"spojení, ale síğ není zatím nastavena. Pokud budete pokraèovat bez nastavení "
+"sítì, nebude moné pouít tiskárnu, kterou poadujete. Jak chcete pokraèovat?"
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr "Tiskovŭ server"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network functionality not configured"
+msgstr "Síğ není nastavena"
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr "Název tiskové fronty"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting network..."
+msgstr "Spouıtím síğ ...."
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
-msgstr "Chybí název pro sdílení pĝes NCP!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refreshing printer data..."
+msgstr "Obèerstvuji tisková data ...."
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
-msgstr "Chybí název tiskové fronty pro NCP!"
+#: ../../printer/printerdrake.pm:1
+#, 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 pĝenesena vŭchozí tiskárna (\"%s\"). Má se nastavit jako vŭchozí také "
+"na vzdáleném tiskovém systému %s?"
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", host \"%s\", port %s"
-msgstr ", poèítaè \"%s\", port %s"
+msgid "Transfer printer configuration"
+msgstr "Pĝenést konfiguraci tiskárny"
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Host \"%s\", port %s"
-msgstr "Poèítaè \"%s\", port %s"
+msgid "Transferring %s..."
+msgstr "Pĝenáıím %s ..."
-#: ../../printer/printerdrake.pm_.c:1030
-msgid "TCP/Socket Printer Options"
-msgstr "Monosti tiskárny pro TCP/Socket"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "New printer name"
+msgstr "Novŭ název tiskárny"
-#: ../../printer/printerdrake.pm_.c:1032
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
msgstr ""
-"Vyberte ze seznamu jednu z automaticky nalezenŭch tiskáren nebo zadejte do "
-"políèek název nebo IP adresu tiskárny a volitelnì èíslo portu (vŭchozí je "
-"9100)."
+"Tiskárna s názvem %s ji existuje,\n"
+"chcete opravdu pĝepsat její konfiguraci?"
-#: ../../printer/printerdrake.pm_.c:1033
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer should contain only letters, numbers and the underscore"
+msgstr "Název fronty mùe obsahovat pouze písmena, èíslice a podtrítko"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr "Pĝenést"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+"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 ""
-"Abyste mohli tisknout na TCP nebo soketové tiskárnì, musíte zadat název nebo "
-"IP adresu tiskárny a volitelnì i èíslo portu (vŭchozí je 9100). V "
-"pĝípadìserverù HP JetDirect je èíslo portu obvykle 9100, u jinŭch serverù "
-"mùe bŭt jiné. Podívejte se do manuálu k vaıemu hardware."
+"Tiskárna s názvem \"%s\" ji na stranì %s existuje.\n"
+"Kliknìte na \"Pĝenést\" pro pĝepsání.\n"
+"Také mùete napsat novŭ název nebo ji pĝeskoèit."
-#: ../../printer/printerdrake.pm_.c:1037
-msgid "Printer host name or IP missing!"
-msgstr "Chybí název nebo IP adresa tiskárny!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
+msgstr "Nepĝenáıet tiskárny"
-#: ../../printer/printerdrake.pm_.c:1059
-msgid "Printer host name or IP"
-msgstr "Název nebo IP adresa tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
+msgstr ""
+"\n"
+"Oznaète tiskárnu, kterou chcete pĝenést a stisknìte \"Pĝenést\"."
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr "URI Tiskového Zaĝízení"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
+msgstr ""
+"\n"
+"Také tiskárny pouívající PPD soubory od jejich vŭrobcù nebo tiskárny s "
+"nativními ovladaèi pro CUPS nelze pĝenést."
-#: ../../printer/printerdrake.pm_.c:1108
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-"Zde lze pĝímo zadat URI pro pĝístup k tiskárnì. URI musí splòovat buï "
-"specifikaci CUPS nebo Foomatic. Také pamatujte na to, e vıechny URI nejsou "
-"podporovány ve vıech tiskovŭch správcích."
+"Tiskové fronty, které nebyly vytvoĝeny tímto programem nebo pĝes \"foomatic-"
+"configure\" nelze pĝenést."
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
-msgstr "Musí bŭt zadáno správné URI!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "LPD and LPRng do not support IPP printers.\n"
+msgstr "LPD ani LprNG nepodporují IPP tiskárny.\n"
-#: ../../printer/printerdrake.pm_.c:1463
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-"Kadá tiskárna potĝebuje název (napĝ. \"tiskarna\"). Popis a umístìní nemusí "
-"bŭt vyplnìny. Jsou to komentáĝe pouze pro uivatele."
+"PDQ podporuje pouze místní tiskárny, vzdálené tiskárny LPD a tisk na "
+"tiskárny pĝes sokety/TCP.\n"
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr "Název tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
+msgstr ""
+"CUPS nepodporuje tiskárny na serverech Novell nebo tiskárny, které posílají "
+"data na skupinu pĝíkazù.\n"
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "Popis"
+#: ../../printer/printerdrake.pm:1
+#, 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 tiskárny, kterou jste provedli pro frontu %s lze pĝenést na "
+"frontu %s, tj. na souèasnou frontu. Vıechna nastavená data (název tiskárny, "
+"popis, umístìní, typ pĝipojení a dalıí vŭchozí nastavení) budou pĝepsána, "
+"ale tiskové úlohy nebudou pĝeneseny.\n"
+"Ne vıechny fronty lze pĝenést z následujích dùvodù:\n"
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "Umístìní"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
+msgstr ""
+"Vaıe tiskárna byla automaticky nastavena tak, e máte ze svého PC pĝístup ke "
+"èteèce karty. Nyní mùete pĝistupovat ke svŭm fotografickŭm kartám pomocí "
+"grafického programu \"MtoolsFM\" (Menu: \"Aplikace\" -> \"Souborové nástroje"
+"\" -> \"Správce souborù MTools\") nebo z pĝíkazové ĝádky pomocí nástroje "
+"\"mtools\" (zadejte \"man mtools\", chcete-li získat více informací). "
+"Souborovŭ systém vaıi karty naleznete pod písmenem zaĝízení \"p:\", pĝípadnì "
+"dalıích písmenech, pokud máte více tiskáren HP se èteèkou karet. V programu "
+"\"MtoolsFM\" mùete pĝepínat mezi písmeny zaĝízení pomocí políèka v pravém "
+"horním rohu kadého vŭètu souborù."
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-msgid "Reading printer database..."
-msgstr "Naèítám databázi tiskáren ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your 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\" on the command line to get more "
+"information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+"Multifunkèní zaĝízení od HP bylo automaticky nastaveno pro monost "
+"skenování. Nyní lze skenovat z pĝíkazového ĝádku pĝíkazem \"scanimage"
+"\" (pĝíkazem \"scanimage -d hp:%s\" zvolíte poadovanŭ skener, pokud jich "
+"máte více) nebo z grafického prostĝedí pomocí \"xscanimage\" nebo \"xsane\". "
+"Pokud pouíváte program GIMP, mùete také skenovat vŭbìrem z nabídky \"Soubor"
+"\"/\"Získat\". Více informací získáte také pĝíkazem \"man scanimage\" "
+"spuıtìnŭm na pĝíkazové ĝádce.\n"
+"\n"
+"Nepouívejte pro toto zaĝízení \"scannerdrake\"!"
-#: ../../printer/printerdrake.pm_.c:1482
-msgid "Preparing printer database..."
-msgstr "Naèítám databázi tiskáren ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "Tisknu testovací stránku(y)"
-#: ../../printer/printerdrake.pm_.c:1578
-msgid "Your printer model"
-msgstr "Model tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print option list"
+msgstr "Monosti tiskárny"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Tisknu na tiskárnu \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "Tisk/Pĝístup k foto kartám na \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Tisk/Skenování na \"%s\""
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "Tisk/Skenování/Foto karty na \"%s\""
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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%s\n"
"\n"
-"%s"
msgstr ""
-"PrinterDrake provedl porovnání modelu tiskárny, kterŭ byl zjiıtìn pĝi auto-"
-"detekci s modelem obsaenŭm v jeho databázi a nabídl nejlepıí ĝeıení. Tato "
-"volba mùe bŭt ıpatná, zvláığ pokud není tiskárna obsaena v databázi. "
-"Zkontrolujte, zda je volba správná a klepnìte na \"Zvolenŭ model je správnŭ"
-"\" a pokud není, volte \"Vybrat model ruènì\". V dalıí obrazovce potom bude "
-"moné vybrat model tiskárny ruènì.\n"
+"Vıechny monosti dostupné pro souèasnou tiskárnu jsou vypsány níe, nebo "
+"klepnìte na tlaèítko \"Monosti tiskárny\".%s%s\n"
"\n"
-"Pro vaıi tiskárnu PrinterDrake nalezl:\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
"\n"
-"%s"
+"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"
+"Pĝíkazy \"%s\" a \"%s\" dovolují mìnit volby pro kadou tiskovou úlohu. "
+"Jednoduıe zadejte potĝebné nastavení do pĝíkazové ĝádky, napĝ. \"%s <soubor>"
+"\".\n"
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-msgid "The model is correct"
-msgstr "Zvolenŭ model je správnŭ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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é pouít grafické rozhraní \"xpdq\" pro nastavení moností a ke "
+"správì tiskovŭch úloh.\n"
+"Pokud pouíváte grafické prostĝedí KDE, máte na pracovní ploıe ikonu "
+"pojmenovanou \"STOP Printer!\", kterŭ po kliknutí ihned zastaví vıechny "
+"tiskové úlohy. To je vhodné tĝeba pro pĝípady uvíznutí papíru.\n"
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-msgid "Select model manually"
-msgstr "Vybrat model ruènì"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 pĝíkaz lze nastavit do políèka \"Pĝíkazy tisku\" v dialogu tisku ve "
+"vìtıinì aplikací, ale nezadává se zde název souboru, které je pokadé jiné v "
+"závislosti na dané aplikaci.\n"
-#: ../../printer/printerdrake.pm_.c:1606
-msgid "Printer model selection"
-msgstr "Vŭbìr modelu tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
+msgstr ""
+"Pro vytiıtìní souboru z pĝíkazové ĝádky (v terminálovém oknì) pouijte "
+"pĝíkaz \"%s <soubor>\" nebo \"%s <soubor>\".\n"
-#: ../../printer/printerdrake.pm_.c:1607
-msgid "Which printer model do you have?"
-msgstr "Jakŭ model tiskárny máte?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To get a list of the options available for the current printer click on the "
+"\"Print option list\" button."
+msgstr ""
+"Vıechny monosti tisku pro souèasnou tiskárnu jsou zobrazeny níe, nebo "
+"klepnìte na tlaèítko \"Monosti tiskárny\"."
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"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\"."
+"Pĝíkaz \"%s\" dovoluje modifikovat volby pro kadou tiskovou úlohu. "
+"Jednoduıe zadejte potĝebné nastavení do pĝíkazové ĝádky, napĝ. \"%s<soubor>"
+"\". "
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\".\n"
msgstr ""
+"Pro vytiıtìní souboru z pĝíkazové ĝádky (v terminálovém oknì) pouijte "
+"pĝíkaz \"%s <soubor>\".\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
"\n"
+msgstr ""
+"Zde je seznam dostupnŭch voleb pro nastavení tisku pro aktuální tiskárnu:\n"
"\n"
-"Zkontrolujte prosím, zda PrinterDrake provedl automatickou detekci modelu "
-"správnì. Pokud je vyznaèen nesprávnŭ model, mùete ho zmìnit vŭbìrem ze "
-"seznamu nebo zvolte \"Raw printer\"."
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
+"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 ""
-"Pokud není tiskárna v seznamu, vyberte kompatibilní nebo podobnŭ model "
-"(podívejte se do manuálu)"
+"Tyto pĝíkazy lze nastavit do políèka \"Pĝíkazy tisku\" v dialogu tisku ve "
+"vìtıinì aplikací, ale nezadává se zde název souboru, které je pokadé jiné v "
+"závislosti na dané aplikaci.\n"
-#: ../../printer/printerdrake.pm_.c:1697
-msgid "OKI winprinter configuration"
-msgstr "Nastavení pro OKI win-tiskárnu"
+#: ../../printer/printerdrake.pm:1
+#, 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 pĝíkazové ĝádky (terminálového okna) lze buï pĝíkazem\n"
+"\"%s<soubor>\" nebo pĝes grafické nástroje: \"xpp <soubor> nebo \"kprinter "
+"<soubor>\". Grafické nástroje umoòují jednoduıe vybrat tiskárny a mìnit "
+"jejich parametry.\n"
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr "Probìhl tisk správnì ?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
msgstr ""
-"Nyní nastavujete laserovou tiskárnu OKI winprinter. Tyto tiskárny pouívají "
-"velmi specifickŭ komunikaèní protokol a mohou pracovat pouze pokud jsou "
-"pĝipojeny k prvnímu paralelnímu portu. Pokud je tiskárna pĝipojena na jinŭ "
-"port, nebo se tiskne pĝes server, pĝipojte tiskárnu na první paralelní port. "
-"Jinak tisk nebude pracovat. Typ pĝipojení bude ovladaè ignorovat."
+"Zkuıební stránka byl poslána na tiskárnu.\n"
+"Mùe chvilku trvat ne zaène tisk.\n"
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-msgid "Lexmark inkjet configuration"
-msgstr "Nastavení inkoustové tiskárny Lexmark"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
+"Zkuıební stránka(y) byla(y) poslána(y) na tiskárnu.\n"
+"Mùe chvilku trvat ne zaène tisk.\n"
+"Stav tisku:\n"
+"%s\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:1719
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not print any test page"
+msgstr "Netisknout testovací stránku"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo test page"
+msgstr "Testovací stránka s fotografií"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (A4)"
+msgstr "Alternativní testovací stránka (A4)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (Letter)"
+msgstr "Alternativní testovací stránka (Letter)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Standard test page"
+msgstr "Standardní testovací stránka"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print"
+msgstr "Tisk"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "No test pages"
+msgstr "Bez testovací stránky"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"Inkoustové tiskárny dodávané firmou Lexmark podporují pouze tisk na lokální "
-"tiskárnì, take nelze tisknout pĝes vzdálenŭ server. Prosím pĝipojte "
-"tiskárnu na lokální port nebo ji nastavte na tom poèítaèi, ke kterému bude "
-"pĝipojena."
+"Vyberte si testovací stránku, kterou chcete vytisknout.\n"
+"Poznámka: tisk testovací stránky s fotografií mùe trvat velmi dlouho nebo "
+"se na tiskárnì s málo pamìtí nemusí podaĝit vùbec. Ve vìtıinì pĝípadù staèí "
+"vytisknout bìnou testovací stránku."
-#: ../../printer/printerdrake.pm_.c:1746
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Test pages"
+msgstr "Testovací stránka"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/). Click on the \"Drivers\" link. 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."
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
msgstr ""
-"Aby bylo moné pĝi tomto nastavení tisknout na inkoustovŭch tiskárnách od "
-"firmy Lexmark, je potĝeba mít tiskovŭ ovladaè poskytovanŭ spoleèností "
-"Lexmark (http://www.lexmark.com/). Kliknìte na odkaz \"Drivers\", vyberte "
-"váı model tiskárny, a poté zvolte Linux jako operaèní systém. Ovladaèe jsou "
-"v RPM balíècích nebo skripty shellu s interaktivní grafickou instalací. Tu "
-"ale k nastavení vaıeho systému nepotĝebujete. Ukonèete instalaèní program "
-"ihned po odsouhlasení licence. Pak mùete vytisknout stránku s nastavením "
-"tiskovŭch hlav programem \"lexmarkmaintain\" a nastavit zarovnání tiskové "
-"hlavy pomocí tohoto programu."
+"Chcete opravdu nastavit tiskárnu \"%s\"\n"
+"jako vŭchozí?"
-#: ../../printer/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
-msgstr "Laserová tiskárna GDI pouívající formát Zenographics ZJ-Stream"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
+msgstr "Hodnota %s je mimo rozsah!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be a number!"
+msgstr "Hodnota %s musí bŭt èíslo!"
-#: ../../printer/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr "Hodnota %s musí bŭt celé èíslo!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
+"Vŭchozí nastavení pro tiskárnu\n"
+"\n"
+"Ujistìte se, e typ stránky a typ inkoustu/reim tisku (pokud je) a také "
+"hardwarová konfigurace laserové tiskárny (pamìğ, duplexní jednotka, externí "
+"podavaè) jsou nastaveny správnì. Pĝi tisku ve velmi vysoké kvalitì/rozliıení "
+"bude tisk zĝejmì pomalejıí."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -8824,1251 +11661,1695 @@ msgstr ""
"První pĝíkaz mùe zadat i bìnŭ uivatel, druhŭ mùe provést pouze uivatel "
"root. Poté, co vŭıe uvedené provedete, mùete normálnì tisknout.\n"
-#: ../../printer/printerdrake.pm_.c:1972
-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 ""
-"Vŭchozí nastavení pro tiskárnu\n"
-"\n"
-"Ujistìte se, e typ stránky a typ inkoustu/reim tisku (pokud je) a také "
-"hardwarová konfigurace laserové tiskárny (pamìğ, duplexní jednotka, externí "
-"podavaè) jsou nastaveny správnì. Pĝi tisku ve velmi vysoké kvalitì/rozliıení "
-"bude tisk zĝejmì pomalejıí."
-
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Hodnota %s musí bŭt celé èíslo!"
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr "Laserová tiskárna GDI pouívající formát Zenographics ZJ-Stream"
-#: ../../printer/printerdrake.pm_.c:1985
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be a number!"
-msgstr "Hodnota %s musí bŭt èíslo!"
+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/). Click on the \"Drivers\" link. 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é pĝi tomto nastavení tisknout na inkoustovŭch tiskárnách od "
+"firmy Lexmark, je potĝeba mít tiskovŭ ovladaè poskytovanŭ spoleèností "
+"Lexmark (http://www.lexmark.com/). Kliknìte na odkaz \"Drivers\", vyberte "
+"váı model tiskárny, a poté zvolte Linux jako operaèní systém. Ovladaèe jsou "
+"v RPM balíècích nebo skripty shellu s interaktivní grafickou instalací. Tu "
+"ale k nastavení vaıeho systému nepotĝebujete. Ukonèete instalaèní program "
+"ihned po odsouhlasení licence. Pak mùete vytisknout stránku s nastavením "
+"tiskovŭch hlav programem \"lexmarkmaintain\" a nastavit zarovnání tiskové "
+"hlavy pomocí tohoto programu."
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
-msgstr "Hodnota %s je mimo rozsah!"
+msgid "Lexmark inkjet configuration"
+msgstr "Nastavení inkoustové tiskárny Lexmark"
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
+"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 ""
-"Chcete opravdu nastavit tiskárnu \"%s\"\n"
-"jako vŭchozí?"
-
-#: ../../printer/printerdrake.pm_.c:2051
-msgid "Test pages"
-msgstr "Testovací stránka"
+"Inkoustové tiskárny dodávané firmou Lexmark podporují pouze tisk na lokální "
+"tiskárnì, take nelze tisknout pĝes vzdálenŭ server. Prosím pĝipojte "
+"tiskárnu na lokální port nebo ji nastavte na tom poèítaèi, ke kterému bude "
+"pĝipojena."
-#: ../../printer/printerdrake.pm_.c:2052
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"Vyberte si testovací stránku, kterou chcete vytisknout.\n"
-"Poznámka: tisk testovací stránky s fotografií mùe trvat velmi dlouho nebo "
-"se na tiskárnì s málo pamìtí nemusí podaĝit vùbec. Ve vìtıinì pĝípadù staèí "
-"vytisknout bìnou testovací stránku."
+"Nyní nastavujete laserovou tiskárnu OKI winprinter. Tyto tiskárny pouívají "
+"velmi specifickŭ komunikaèní protokol a mohou pracovat pouze pokud jsou "
+"pĝipojeny k prvnímu paralelnímu portu. Pokud je tiskárna pĝipojena na jinŭ "
+"port, nebo se tiskne pĝes server, pĝipojte tiskárnu na první paralelní port. "
+"Jinak tisk nebude pracovat. Typ pĝipojení bude ovladaè ignorovat."
-#: ../../printer/printerdrake.pm_.c:2056
-msgid "No test pages"
-msgstr "Bez testovací stránky"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "OKI winprinter configuration"
+msgstr "Nastavení pro OKI win-tiskárnu"
-#: ../../printer/printerdrake.pm_.c:2057
-msgid "Print"
-msgstr "Tisk"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
+msgstr ""
+"Pokud není tiskárna v seznamu, vyberte kompatibilní nebo podobnŭ model "
+"(podívejte se do manuálu)"
-#: ../../printer/printerdrake.pm_.c:2114
-msgid "Standard test page"
-msgstr "Standardní testovací stránka"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
+msgstr ""
+"\n"
+"\n"
+"Zkontrolujte prosím, zda PrinterDrake provedl automatickou detekci modelu "
+"správnì. Pokud je vyznaèen nesprávnŭ model, mùete ho zmìnit vŭbìrem ze "
+"seznamu nebo zvolte \"Raw printer\"."
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
-msgstr "Alternativní testovací stránka (Letter)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printer model do you have?"
+msgstr "Jakŭ model tiskárny máte?"
-#: ../../printer/printerdrake.pm_.c:2120
-msgid "Alternative test page (A4)"
-msgstr "Alternativní testovací stránka (A4)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer model selection"
+msgstr "Vŭbìr modelu tiskárny"
-#: ../../printer/printerdrake.pm_.c:2122
-msgid "Photo test page"
-msgstr "Testovací stránka s fotografií"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer database..."
+msgstr "Naèítám databázi tiskáren ..."
-#: ../../printer/printerdrake.pm_.c:2126
-msgid "Do not print any test page"
-msgstr "Netisknout testovací stránku"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select model manually"
+msgstr "Vybrat model ruènì"
-#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
-msgstr "Tisknu testovací stránku(y)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The model is correct"
+msgstr "Zvolenŭ model je správnŭ"
-#: ../../printer/printerdrake.pm_.c:2159
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-"Zkuıební stránka(y) byla(y) poslána(y) na tiskárnu.\n"
-"Mùe chvilku trvat ne zaène tisk.\n"
-"Stav tisku:\n"
-"%s\n"
+"PrinterDrake provedl porovnání modelu tiskárny, kterŭ byl zjiıtìn pĝi auto-"
+"detekci s modelem obsaenŭm v jeho databázi a nabídl nejlepıí ĝeıení. Tato "
+"volba mùe bŭt ıpatná, zvláığ pokud není tiskárna obsaena v databázi. "
+"Zkontrolujte, zda je volba správná a klepnìte na \"Zvolenŭ model je správnŭ"
+"\" a pokud není, volte \"Vybrat model ruènì\". V dalıí obrazovce potom bude "
+"moné vybrat model tiskárny ruènì.\n"
+"\n"
+"Pro vaıi tiskárnu PrinterDrake nalezl:\n"
"\n"
+"%s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Your printer model"
+msgstr "Model tiskárny"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing printer database..."
+msgstr "Naèítám databázi tiskáren ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Location"
+msgstr "Umístìní"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Description"
+msgstr "Popis"
-#: ../../printer/printerdrake.pm_.c:2163
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer"
+msgstr "Název tiskárny"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
+"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 ""
-"Zkuıební stránka byl poslána na tiskárnu.\n"
-"Mùe chvilku trvat ne zaène tisk.\n"
+"Kadá tiskárna potĝebuje název (napĝ. \"tiskarna\"). Popis a umístìní nemusí "
+"bŭt vyplnìny. Jsou to komentáĝe pouze pro uivatele."
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
-msgstr "Probìhl tisk správnì ?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter Printer Name and Comments"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-msgid "Raw printer"
-msgstr "Pĝímŭ tisk na tiskárnu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Making printer port available for CUPS..."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1
#, 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"
+msgid "Photo memory card access on your HP multi-function device"
msgstr ""
-"Vytisknout soubor z pĝíkazové ĝádky (terminálového okna) lze buï pĝíkazem\n"
-"\"%s<soubor>\" nebo pĝes grafické nástroje: \"xpp <soubor> nebo \"kprinter "
-"<soubor>\". Grafické nástroje umoòují jednoduıe vybrat tiskárny a mìnit "
-"jejich parametry.\n"
-#: ../../printer/printerdrake.pm_.c:2218
-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"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Scanning on your HP multi-function device"
+msgstr ", multifunkèní zaĝízení"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing mtools packages..."
+msgstr "Instaluji balíèky..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing SANE packages..."
+msgstr "Instaluji balíèky..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking device and configuring HPOJ..."
msgstr ""
-"Tyto pĝíkazy lze nastavit do políèka \"Pĝíkazy tisku\" v dialogu tisku ve "
-"vìtıinì aplikací, ale nezadává se zde název souboru, které je pokadé jiné v "
-"závislosti na dané aplikaci.\n"
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing HPOJ package..."
+msgstr "Instaluji balíèky..."
+
+#: ../../printer/printerdrake.pm:1
#, 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>\". "
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
msgstr ""
-"\n"
-"Pĝíkaz \"%s\" dovoluje modifikovat volby pro kadou tiskovou úlohu. "
-"Jednoduıe zadejte potĝebné nastavení do pĝíkazové ĝádky, napĝ. \"%s<soubor>"
-"\". "
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "A command line must be entered!"
+msgstr "Musí bŭt zadáno správné URI!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Command line"
+msgstr "Jméno domény"
+
+#: ../../printer/printerdrake.pm:1
#, 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%s\n"
-"\n"
+"Here you can specify any arbitrary command line into which the job should be "
+"piped instead of being sent directly to a printer."
msgstr ""
-"Vıechny monosti dostupné pro souèasnou tiskárnu jsou vypsány níe, nebo "
-"klepnìte na tlaèítko \"Monosti tiskárny\".%s%s\n"
-"\n"
-#: ../../printer/printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Pipe into command"
+msgstr "Poslat tiskovou úlohu do pĝíkazu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected model: %s %s"
+msgstr "Nalezen model: %s %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr "Musí bŭt zadáno správné URI!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "URI Tiskového Zaĝízení"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
+"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 je seznam dostupnŭch voleb pro nastavení tisku pro aktuální tiskárnu:\n"
-"\n"
+"Zde lze pĝímo zadat URI pro pĝístup k tiskárnì. URI musí splòovat buï "
+"specifikaci CUPS nebo Foomatic. Také pamatujte na to, e vıechny URI nejsou "
+"podporovány ve vıech tiskovŭch správcích."
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "Port"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP"
+msgstr "Název nebo IP adresa tiskárny"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The port number should be an integer!"
+msgstr "Èíslo portu musí bŭt celé èíslo!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP missing!"
+msgstr "Chybí název nebo IP adresa tiskárny!"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). On HP "
+"JetDirect servers the port number is usually 9100, on other servers it can "
+"vary. See the manual of your hardware."
msgstr ""
-"Pro vytiıtìní souboru z pĝíkazové ĝádky (v terminálovém oknì) pouijte "
-"pĝíkaz \"%s <soubor>\".\n"
+"Abyste mohli tisknout na TCP nebo soketové tiskárnì, musíte zadat název nebo "
+"IP adresu tiskárny a volitelnì i èíslo portu (vŭchozí je 9100). V "
+"pĝípadìserverù HP JetDirect je èíslo portu obvykle 9100, u jinŭch serverù "
+"mùe bŭt jiné. Podívejte se do manuálu k vaıemu hardware."
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
msgstr ""
-"Tento pĝíkaz lze nastavit do políèka \"Pĝíkazy tisku\" v dialogu tisku ve "
-"vìtıinì aplikací, ale nezadává se zde název souboru, které je pokadé jiné v "
-"závislosti na dané aplikaci.\n"
+"Vyberte ze seznamu jednu z automaticky nalezenŭch tiskáren nebo zadejte do "
+"políèek název nebo IP adresu tiskárny a volitelnì èíslo portu (vŭchozí je "
+"9100)."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "Monosti tiskárny pro TCP/Socket"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Host \"%s\", port %s"
+msgstr "Poèítaè \"%s\", port %s"
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
+msgstr ", poèítaè \"%s\", port %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning network..."
+msgstr "Zkoumám síğ...."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection"
+msgstr "Autodetekce tiskárny"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP queue name missing!"
+msgstr "Chybí název tiskové fronty pro NCP!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP server name missing!"
+msgstr "Chybí název pro sdílení pĝes NCP!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print Queue Name"
+msgstr "Název tiskové fronty"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Server"
+msgstr "Tiskovŭ server"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
+"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 ""
-"Vıechny monosti tisku pro souèasnou tiskárnu jsou zobrazeny níe, nebo "
-"klepnìte na tlaèítko \"Monosti tiskárny\"."
+"Abyste mohli tisknout na NetWare tiskárnì, musíte zadat název NetWare "
+"serveru (Pozor! To mùe bŭt odliıné od jeho názvu pro TCP/IP!), název "
+"tiskové fronty tiskárny, kterou chcete pouívat, uivatelské jméno a heslo."
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "Monosti NetWare tiskárny"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+"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 ""
-"Pro vytiıtìní souboru z pĝíkazové ĝádky (v terminálovém oknì) pouijte "
-"pĝíkaz \"%s <soubor>\" nebo \"%s <soubor>\".\n"
+"Pĝipojit tiskárnu k Linux serveru a nechat poèítaè(e) s Windows pracovat "
+"jako klienty.\n"
+"\n"
+"Chcete opravdu pokraèovat v nastavení tiskárny tímto zpùsobem?"
-#: ../../printer/printerdrake.pm_.c:2257
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"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 ""
-"Lze také pouít grafické rozhraní \"xpdq\" pro nastavení moností a ke "
-"správì tiskovŭch úloh.\n"
-"Pokud pouíváte grafické prostĝedí KDE, máte na pracovní ploıe ikonu "
-"pojmenovanou \"STOP Printer!\", kterŭ po kliknutí ihned zastaví vıechny "
-"tiskové úlohy. To je vhodné tĝeba pro pĝípady uvíznutí papíru.\n"
+"Nastavit na serveru s Windows tiskárnu, která bude pĝístupná pomocí IPP "
+"protokolu a nastavit tisk z tohoto poèítaèe pomocí spojení \"%s\" v aplikaci "
+"PrinterDrake.\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
#, 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"
-"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 ""
+"Provádíte nastavení tisku s úètem na systému Windows. Díky chybì v klientu "
+"protokolu Samba je heslo pĝi tisku posláno jako èistŭ text z pĝíkazové "
+"ĝádky. Je tudí moné, aby kdokoliv vidìl toto heslo na obrazovce kdy si "
+"zadá pĝíkaz napĝ. \"ps auxwww\".\n"
+"\n"
+"Doporuèujeme pouívat jednu z následujících alternativ (ve vıech pĝípadech "
+"je dobré mít nastaven pĝístup pouze z poèítaèù z lokální sítì, respektive za "
+"firewallem):\n"
+"\n"
+"Pouít úèet, kterŭ nemá nastaven ádné heslo, jako je \"GUEST\" nebo "
+"speciální úèet pouze pro úèely tisku. Neodstraòujte ochranu heslem z bìného "
+"úètu nebo dokonce z administrátorského úètu.\n"
+"\n"
+"Nastavte tiskárnu na Windows serveru tak, aby fungovala pod LPD protokolem. "
+"Potom nastavte tisk na této tiskárnì pomocí typy spojení \"%s\" v aplikaci "
+"PrinterDrake.\n"
"\n"
-"Pĝíkazy \"%s\" a \"%s\" dovolují mìnit volby pro kadou tiskovou úlohu. "
-"Jednoduıe zadejte potĝebné nastavení do pĝíkazové ĝádky, napĝ. \"%s <soubor>"
-"\".\n"
-#: ../../printer/printerdrake.pm_.c:2271
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Tisk/Skenování/Foto karty na \"%s\""
+msgid "SECURITY WARNING!"
+msgstr "BEZPEÈNOSTNÍ VAROVÁNÍ!"
-#: ../../printer/printerdrake.pm_.c:2272
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Tisk/Skenování na \"%s\""
+msgid "Samba share name missing!"
+msgstr "Chybí název pro sdílení pĝes Sambu!"
-#: ../../printer/printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Tisk/Pĝístup k foto kartám na \"%s\""
+msgid "Either the server name or the server's IP must be given!"
+msgstr "Musí bŭt zadán buï název serveru nebo jeho IP adresa!"
-#: ../../printer/printerdrake.pm_.c:2275
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Tisknu na tiskárnu \"%s\""
+msgid "Auto-detected"
+msgstr "Automaticky nalezeno"
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-msgid "Close"
-msgstr "Zavĝít"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "Pracovní skupina"
-#: ../../printer/printerdrake.pm_.c:2281
-msgid "Print option list"
-msgstr "Monosti tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Share name"
+msgstr "Sdílené jméno"
-#: ../../printer/printerdrake.pm_.c:2301
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "IP adresa SMB serveru"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "Název SMB serveru"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Your 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\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
msgstr ""
-"Multifunkèní zaĝízení od HP bylo automaticky nastaveno pro monost "
-"skenování. Nyní lze skenovat z pĝíkazového ĝádku pĝíkazem \"scanimage"
-"\" (pĝíkazem \"scanimage -d hp:%s\" zvolíte poadovanŭ skener, pokud jich "
-"máte více) nebo z grafického prostĝedí pomocí \"xscanimage\" nebo \"xsane\". "
-"Pokud pouíváte program GIMP, mùete také skenovat vŭbìrem z nabídky \"Soubor"
-"\"/\"Získat\". Více informací získáte také pĝíkazem \"man scanimage\" "
-"spuıtìnŭm na pĝíkazové ĝádce.\n"
-"\n"
-"Nepouívejte pro toto zaĝízení \"scannerdrake\"!"
+" Pokud byla poadovaná tiskárna automaticky nalezena, vyberte ji jednoduıe "
+"ze seznamu a pokud je to potĝeba, doplòte uivatelské jméno, heslo, a "
+"pracovní skupinu."
-#: ../../printer/printerdrake.pm_.c:2322
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
+"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 ""
-"Vaıe tiskárna byla automaticky nastavena tak, e máte ze svého PC pĝístup ke "
-"èteèce karty. Nyní mùete pĝistupovat ke svŭm fotografickŭm kartám pomocí "
-"grafického programu \"MtoolsFM\" (Menu: \"Aplikace\" -> \"Souborové nástroje"
-"\" -> \"Správce souborù MTools\") nebo z pĝíkazové ĝádky pomocí nástroje "
-"\"mtools\" (zadejte \"man mtools\", chcete-li získat více informací). "
-"Souborovŭ systém vaıi karty naleznete pod písmenem zaĝízení \"p:\", pĝípadnì "
-"dalıích písmenech, pokud máte více tiskáren HP se èteèkou karet. V programu "
-"\"MtoolsFM\" mùete pĝepínat mezi písmeny zaĝízení pomocí políèka v pravém "
-"horním rohu kadého vŭètu souborù."
+"Abyste mohli tisknout na SMB tiskárnì, musíte zadat název SMB poèítaèe"
+"(Pozor! To mùe bŭt odliıné od jeho TCP/IP názvu) a moná i IP adresu "
+"tiskového serveru, název sdílené tiskárny, vhodné uivatelské jméno, heslo a "
+"informace o pracovní skupinì."
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-msgid "Reading printer data..."
-msgstr "Naèítám data k tisku ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "Monosti SMB (Windows 9x/NT) tiskárny"
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-msgid "Transfer printer configuration"
-msgstr "Pĝenést konfiguraci tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "Tiskárna \"%s\" na serveru \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on server \"%s\""
+msgstr ", tiskárna \"%s\" na serveru \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name missing!"
+msgstr "Chybí název vzdálené tiskárny!"
-#: ../../printer/printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name missing!"
+msgstr "Chybí název vzdáleného poèítaèe!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name"
+msgstr "Název vzdálené tiskárny"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name"
+msgstr "Název vzdáleného poèítaèe"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
-"Konfiguraci tiskárny, kterou jste provedli pro frontu %s lze pĝenést na "
-"frontu %s, tj. na souèasnou frontu. Vıechna nastavená data (název tiskárny, "
-"popis, umístìní, typ pĝipojení a dalıí vŭchozí nastavení) budou pĝepsána, "
-"ale tiskové úlohy nebudou pĝeneseny.\n"
-"Ne vıechny fronty lze pĝenést z následujích dùvodù:\n"
+"Abyste mohli pouívat vzdálenou tiskovou frontu lpd, musíte zadat název "
+"tiskového serveru a název tiskárny, kam má bŭt posílán tisk."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "Monosti vzdálené lpd tiskárny"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Manual configuration"
+msgstr "Ruèní nastavení"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "Musíte vybrat/zadat tiskárnu/zaĝízení!"
-#: ../../printer/printerdrake.pm_.c:2368
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-"CUPS nepodporuje tiskárny na serverech Novell nebo tiskárny, které posílají "
-"data na skupinu pĝíkazù.\n"
+" (Paralelní porty: /dev/lp0, /dev/lp1,... je ekvivalentní LPT1:, LPT2:, ...,"
+"první USB tiskárna: /dev/usb/lp0, druhá USB tiskárna: /dev/usb/lp1,...)."
-#: ../../printer/printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr "Vyberte port, ke kterému je vaıe tiskárna pĝipojena."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-"PDQ podporuje pouze místní tiskárny, vzdálené tiskárny LPD a tisk na "
-"tiskárny pĝes sokety/TCP.\n"
+"Vyberte si port, ke kterému je tiskárna pĝipojena nebo zadejte do políèka "
+"název zaĝízení/název souboru"
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD ani LprNG nepodporují IPP tiskárny.\n"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr "Vyberte port, ke kterému je vaıe tiskárna pĝipojena."
-#: ../../printer/printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"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 ""
-"Tiskové fronty, které nebyly vytvoĝeny tímto programem nebo pĝes \"foomatic-"
-"configure\" nelze pĝenést."
+"Tyto tiskárny byly automaticky detekovány. Konfigurace tìchto tiskáren je "
+"plnì automatická. Pokud nebyla tiskárna správnì detekována nebo preferujete "
+"vlastní nastavení tisku, zvolte \"Ruèní konfigurace\"."
-#: ../../printer/printerdrake.pm_.c:2375
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Currently, no alternative possibility is available"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
+"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 detekována tato tiskárna. Konfigurace této tiskárny je plnì "
+"automatická. Pokud nebyla tiskárna správnì detekována nebo preferujete "
+"vlastní nastavení tisku, zvolte \"Ruèní konfigurace\"."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The following printer was auto-detected. "
+msgstr ""
+"Následující tiskárny\n"
"\n"
-"Také tiskárny pouívající PPD soubory od jejich vŭrobcù nebo tiskárny s "
-"nativními ovladaèi pro CUPS nelze pĝenést."
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
msgstr ""
-"\n"
-"Oznaète tiskárnu, kterou chcete pĝenést a stisknìte \"Pĝenést\"."
+"Vyberte si port, ke kterému je tiskárna pĝipojena nebo zadejte do políèka "
+"název zaĝízení/název souboru"
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
-msgstr "Nepĝenáıet tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
+msgstr ""
+"Vyberte si port, ke kterému je tiskárna pĝipojena nebo zadejte do políèka "
+"název zaĝízení/název souboru"
-#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
-msgstr "Pĝenést"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Alternatively, you can specify a device name/file name in the input line"
+msgstr ""
+"Vyberte si port, ke kterému je tiskárna pĝipojena nebo zadejte do políèka "
+"název zaĝízení/název souboru"
-#: ../../printer/printerdrake.pm_.c:2392
-#, c-format
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, 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."
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
msgstr ""
-"Tiskárna s názvem \"%s\" ji na stranì %s existuje.\n"
-"Kliknìte na \"Pĝenést\" pro pĝepsání.\n"
-"Také mùete napsat novŭ název nebo ji pĝeskoèit."
+"Tyto tiskárny byly automaticky detekovány, pokud není mezi nimi poadovaná "
+"tiskárna, zadejte do políèka název zaĝízení/název souboru"
-#: ../../printer/printerdrake.pm_.c:2400
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Název fronty mùe obsahovat pouze písmena, èíslice a podtrítko"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Available printers"
+msgstr "Tiskárny k dispozici"
-#: ../../printer/printerdrake.pm_.c:2405
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "No printer found!"
+msgstr "Nenalezena ádná tiskárna!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must enter a device or file name!"
+msgstr "Musíte zadat zaĝízení nebo název souboru!"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+"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 ""
-"Tiskárna s názvem %s ji existuje,\n"
-"chcete opravdu pĝepsat její konfiguraci?"
+"Lokální tiskárna nenalezena! Pro ruèní instalaci tiskárny zadejte název "
+"zaĝízení/souboru do políèka (Paralelní porty: /dev/lp0, /dev/lp1,... jsou "
+"ekvivalentní LPT1:, LPT2:, ...,první USB tiskárna: /dev/usb/lp0, druhá USB "
+"tiskárna: /dev/usb/lp1,...)."
-#: ../../printer/printerdrake.pm_.c:2413
-msgid "New printer name"
-msgstr "Novŭ název tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printer"
+msgstr "Místní tiskárna"
-#: ../../printer/printerdrake.pm_.c:2416
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "USB printer \\#%s"
+msgstr "USB tiskárna \\/*%s"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer on parallel port \\#%s"
+msgstr "Tiskárna na paralelním portu \\/*%s"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
-msgstr "Pĝenáıím %s ..."
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "Tiskárna \"%s\" na serveru Windows SMB/Windows \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network printer \"%s\", port %s"
+msgstr "Síğová tiskárna \"%s\", port %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected %s"
+msgstr "Nalezeno %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr ", tiskárna \"%s\" na serveru SMB/Windows \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", network printer \"%s\", port %s"
+msgstr ", síğová tiskárna \"%s\", port %s"
-#: ../../printer/printerdrake.pm_.c:2427
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
+"\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 ""
-"Byla pĝenesena vŭchozí tiskárna (\"%s\"). Má se nastavit jako vŭchozí také "
-"na vzdáleném tiskovém systému %s?"
-
-#: ../../printer/printerdrake.pm_.c:2437
-msgid "Refreshing printer data..."
-msgstr "Obèerstvuji tisková data ...."
+"\n"
+"Blahopĝejeme, tiskárna je instalována a nastavena!\n"
+"\n"
+"Tisknout z aplikací lze pĝíkazem \"Tisk\" (obyèejnì v menu \"Soubor\").\n"
+"\n"
+"Pokud chcete pĝidat, odebrat, pĝejmenovat tiskárnu nebo zmìnit její vŭchozí "
+"hodnoty (typ zásobníku, kvalita tisku,...), zvolte \"Tiskárna\" v sekci "
+"\"Hardware\" v ĝídícím centru Mandrake."
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-msgid "Configuration of a remote printer"
-msgstr "Nastavení vzdálené tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
+msgstr "Automaticky nalézt tiskárny sdílené poèítaèi s Microsoft Windows"
-#: ../../printer/printerdrake.pm_.c:2446
-msgid "Starting network..."
-msgstr "Spouıtím síğ ...."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
+msgstr "Automaticky nalézt tiskárny pĝipojené pĝímo k lokální síti"
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-msgid "Configure the network now"
-msgstr "Nastavit síğ nyní"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to this machine"
+msgstr "Automaticky nalézt tiskárny pĝipojené k tomuto poèítaèi"
-#: ../../printer/printerdrake.pm_.c:2480
-msgid "Network functionality not configured"
-msgstr "Síğ není nastavena"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+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"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
+"\n"
+"Vítejte v Prùvodci nastavením tiskárny\n"
+"\n"
+"Tento prùvodce vám pomùe nainstalovat vaıi tiskárnu nebo tiskárny pĝipojené "
+"k tomuto poèítaèi.\n"
+"\n"
+"Pokud máte tiskárnu nebo tiskárny pĝipojené k tomuto poèítaèi, zapojte je "
+"prosím a zapnìte je; pak mohou bŭt automaticky nalezeny. \n"
+"Pokud jste pĝipraveni, klepnìte na tlaèítko \"Dalıí\", nebo klepnìte na "
+"tlaèítko \"Zruıit\" pokud nechcete v tuto chvíli tiskárny nastavovat."
-#: ../../printer/printerdrake.pm_.c:2481
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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?"
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-"Nyní zaène konfigurace vzdálené tiskárny. To vyaduje funkèní síğové "
-"spojení, ale síğ není zatím nastavena. Pokud budete pokraèovat bez nastavení "
-"sítì, nebude moné pouít tiskárnu, kterou poadujete. Jak chcete pokraèovat?"
+"\n"
+"Vítejte v Prùvodci nastavením tiskárny\n"
+"\n"
+"Tento prùvodce vám pomùe nainstalovat vaıi tiskárnu nebo tiskárny pĝipojené "
+"k tomuto poèítaèi nebo pĝímo k síti.\n"
+"\n"
+"Pokud máte tiskárnu nebo tiskárny pĝipojené k tomuto poèítaèi, zapojte je "
+"prosím a zapnìte je; pak mohou bŭt automaticky nalezeny. Vaıe síğové "
+"tiskárny musí bŭt rovnì zapnuty a pĝipojené k síti, mají-li bŭt automaticky "
+"nalezeny.\n"
+"\n"
+"Automatická detekce tiskáren pĝipojenŭch k síti probíhá podstatnì déle ne "
+"automatická detekce tiskáren pouze lokálnì pĝipojenŭch k tomuto poèítaèi. "
+"Pokud nepotĝebujete automatickou detekci tiskáren na síti, pak tuto "
+"autodetekci vypnìte.\n"
+"\n"
+"Pokud jste pĝipraveni, klepnìte na tlaèítko \"Dalıí\", nebo klepnìte na "
+"tlaèítko \"Zruıit\" pokud nechcete v tuto chvíli tiskárny nastavovat."
-#: ../../printer/printerdrake.pm_.c:2484
-msgid "Go on without configuring the network"
-msgstr "Pokraèovat bez nastavení sítì"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
+"\n"
+"Vítejte v Prùvodci nastavením tiskárny\n"
+"\n"
+"Tento prùvodce vám pomùe nainstalovat vaıi tiskárnu nebo tiskárny pĝipojené "
+"k tomuto poèítaèi, pĝímo k síti, nebo sdílené na poèítaèi s Windows.\n"
+"\n"
+"Pokud máte tiskárnu nebo tiskárny pĝipojené k tomuto poèítaèi, zapojte je "
+"prosím a zapnìte je; pak mohou bŭt automaticky nalezeny. Vaıe síğové "
+"tiskárny nebo tiskárny sdílené poèítaèi s Windows musí bŭt rovnì zapnuty a "
+"pĝipojené k síti, mají-li bŭt automaticky nalezeny.\n"
+"\n"
+"Automatická detekce tiskáren pĝipojenŭch k síti probíhá podstatnì déle ne "
+"automatická detekce tiskáren pouze lokálnì pĝipojenŭch k tomuto poèítaèi. "
+"Pokud nepotĝebujete automatickou detekci tiskáren na síti, nebo tiskáren "
+"sdílenŭch poèítaèi s Windows, pak tuto autodetekci vypnìte.\n"
+"\n"
+"Pokud jste pĝipraveni, klepnìte na tlaèítko \"Dalıí\", nebo klepnìte na "
+"tlaèítko \"Zruıit\" pokud nechcete v tuto chvíli tiskárny nastavovat."
-#: ../../printer/printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm:1
+#, c-format
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\""
+"\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 ""
-"Nastavení sítì provedené pĝi instalaci nelze nyní aktivovat. Zkontrolujte, "
-"zda je síğ dostupná po spuıtìní systému a nastavení opravte v ĝídícím centru "
-"Mandrake, v sekci \"Síğ a Internet\"/\"Pĝipojení\" a následnì nastavte "
-"tiskárnu také v ĝídícím centru v sekci \"Hardware\"/\"Tiskárna\""
+"\n"
+"Vítejte v prùvodci nastavením tisku\n"
+"\n"
+"Tento prùvodce vám pomùe nainstalovat lokální nebo vzdálené tiskárnu(y), "
+"které je moné následnì vyuít na vzdáleném poèítaèi na síti.\n"
+"\n"
+"Budete dotázáni na vıechny potĝebné informace pro nastavení tiskárny, mùete "
+"si vybrat se vıech tiskovŭch ovladaèù a typù pĝipojení tiskárny."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Searching for new printers..."
+msgstr "Tiskárny k dispozici"
-#: ../../printer/printerdrake.pm_.c:2519
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
msgstr ""
-"Síğ nefunguje a nelze ji spustit. Prosím zkontrolujte nastavení hardware. "
-"Pak se opìt pokuste provést nastavení vzdálené tiskárny."
+"POZNÁMKA: V závislosti na modelu tiskárny a tiskovém systému je potĝeba "
+"nainstalovat dalıích %d MB potĝebného software."
-#: ../../printer/printerdrake.pm_.c:2529
-msgid "Restarting printing system..."
-msgstr "Restartuji tiskovŭ systém ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr "Opravdu chcete nastavit tisk na tomto poèítaèi?\n"
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "high"
-msgstr "vysoká"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Chcete povolit tisk na tiskárnách vypsanŭch vŭıe?\n"
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "paranoid"
-msgstr "paranoidní"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "Chcete povolit tisk na tiskárnách v lokální síti?\n"
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Instaluji tiskovŭ systém v bezpeènostní úrovni %s"
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+"Chcete povolit tisk na tiskárnách vypsanŭch vŭıe nebo na tiskárnách v "
+"lokální síti?\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr " (Zkontrolujte to, e vıechny tiskárny jsou pĝipojeny a zapnuty).\n"
-#: ../../printer/printerdrake.pm_.c:2570
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr "Na vaıem poèítaèi nebyla nalezena ádná pĝímo pĝipojená tiskárna"
+
+#: ../../printer/printerdrake.pm:1
#, 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?"
+"There are %d unknown printers directly connected to your system"
msgstr ""
-"Pokouıíte se instalovat tiskovŭ systém %s na poèítaè, bìící v bezpeèností "
-"úrovni %s.\n"
"\n"
-"Tiskovŭ systém pracuje jako démon (proces na pozadí), kterŭ èeká na tiskové "
-"úlohy a zpracovává je. Tento démon je také pĝístupnŭ ze sítì pro jiné "
-"poèítaèe, take se mùe stát pĝedmìtem síğového útoku. Proto je vybráno "
-"pouze nìkolik slueb, které jsou v této úrovni spuıtìny automaticky pĝi "
-"startu.\n"
-"\n"
-"Chcete opravdu nastavit tiskovŭ systém na tomto poèítaèi?"
-
-#: ../../printer/printerdrake.pm_.c:2604
-msgid "Starting the printing system at boot time"
-msgstr "Spustit tiskovŭ systém pĝi startu systému"
+"Naıel jsem %d neznámŭch tiskáren pĝímo pĝipojenŭch k vaıemu poèítaèi"
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
#, 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"
+"There is one unknown printer directly connected to your system"
+msgstr ""
"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
+"Naıel jsem jednu neznámou tiskárnu pĝímo pĝipojenou k vaıemu poèítaèi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"is directly connected to your system"
msgstr ""
-"Tiskovŭ systém (%s) nebude automaticky spuıtìn pĝi startu poèítaèe.\n"
"\n"
-"Je moné, e volba automatického startu byla vypnuta ve vyııí bezpeènostní "
-"úrovni, protoe tiskovŭ systém je potenciální nebezpeèí pro síğovŭ útok.\n"
+"Naıel jsem jednu neznámou tiskárnu pĝímo pĝipojenou k vaıemu poèítaèi"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
"\n"
-"Chcete nastavit zpìt automatickŭ start tiskového systému?"
+"%s%s\n"
+"are directly connected to your system"
+msgstr ""
+"\n"
+"Naıel jsem jednu neznámou tiskárnu pĝímo pĝipojenou k vaıemu poèítaèi"
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
-msgstr "Ovìĝují nainstalovanŭ software..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printers\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr ""
+"\n"
+"Naıel jsem jednu neznámou tiskárnu pĝímo pĝipojenou k vaıemu poèítaèi"
-#: ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "Odstraòuji %s"
+msgid "and %d unknown printers"
+msgstr ""
+"\n"
+"a %d neznámŭch tiskáren je "
-#: ../../printer/printerdrake.pm_.c:2636
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "Instaluji balíèky..."
+msgid "and one unknown printer"
+msgstr ""
+"\n"
+"a jedna neznámá tiskárna jsou "
-#: ../../printer/printerdrake.pm_.c:2685
-msgid "Select Printer Spooler"
-msgstr "Zvolte tiskovŭ systém pro tiskárnu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking your system..."
+msgstr "Zkoumám váı poèítaè..."
-#: ../../printer/printerdrake.pm_.c:2686
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Kterŭ tiskovŭ systém chcete pouít pro tisk?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address of host/network:"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Nastavuji tiskárnu \"%s\"..."
+msgid "This host/network is already in the list, it cannot be added again.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2731
-msgid "Installing Foomatic..."
-msgstr "Instaluji Foomatic ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/255.255.255.0\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
-msgstr "Monosti tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/24\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2810
-msgid "Preparing Printerdrake..."
-msgstr "Pĝipravuji PrinterDrake...."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-msgid "Configuring applications..."
-msgstr "Nastavování aplikací..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.0.0.*\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2845
-msgid "Would you like to configure printing?"
-msgstr "Chtìli byste nastavit tiskárnu?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
-msgstr "Tiskovŭ systém: "
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2915
-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/GIMP."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
msgstr ""
-"Jsou nastaveny následující tiskárny. Dvojitŭm kliknutím na kadou z nich je "
-"moné je modifikovat, nastavit jako vŭchozí, získat o nich informace nebo je "
-"nastavit na vzdáleném CUPS serveru pro vyuití v aplikaci Star Office/"
-"OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:2916
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Choose the network or host on which the local printers should be made "
+"available:"
msgstr ""
-"Jsou nastaveny následující tiskárny. Dvojitŭm kliknutím na kadou z nich je "
-"moné je modifikovat, nastavit jako vŭchozí nebo o nich získat informace."
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr "Obnovit seznam tiskáren (pro získání vıech vzdálenŭch CUPS tiskáren)"
-
-#: ../../printer/printerdrake.pm_.c:2960
-msgid "Change the printing system"
-msgstr "Zmìna tiskového systému"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Sharing of local printers"
+msgstr "Tiskárny k dispozici"
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-msgid "Normal Mode"
-msgstr "Normání reim"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remove selected host/network"
+msgstr "Odstranit vybrané"
-#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-msgid "Do you want to configure another printer?"
-msgstr "Chcete nastavit dalıí tiskárnu?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Edit selected host/network"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3211
-msgid "Modify printer configuration"
-msgstr "Zmìnit nastavení tiskárny"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add host/network"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3213
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
msgstr ""
-"Tiskárna %s\n"
-"Co chcete zmìnit na této tiskárnì?"
-
-#: ../../printer/printerdrake.pm_.c:3217
-msgid "Do it!"
-msgstr "Provést!"
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-msgid "Printer connection type"
-msgstr "Typ pĝipojení pro tiskárnu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
+"\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
+"\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
+"\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
+"\n"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-msgid "Printer name, description, location"
-msgstr "Název tiskárny, popis, umístìní"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Automatic correction of CUPS configuration"
+msgstr "Automatické nastavení pro CUPS"
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
-msgstr "Vŭrobce tiskárny, model, ovladaè"
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "No remote machines"
+msgstr "(na tomto poèítaèi)"
-#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
-msgstr "Vŭrobce tiskárny, model"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Custom configuration"
+msgstr "nastavení varování"
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
-msgstr "Nastavit tuto tiskárnu jako vŭchozí"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "Sdílení souborù"
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Pĝidat tuto tiskárnu do Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatically find available printers on remote machines"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Odebrat tiskárnu ze Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printers on this machine are available to other computers"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-msgid "Print test pages"
-msgstr "Tisk testovacích stránek"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-msgid "Know how to use this printer"
-msgstr "Nápovìda pro tisk na této tiskárnì"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-msgid "Remove printer"
-msgstr "Odebrat tiskárnu"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS printer sharing configuration"
+msgstr "Nastavení pro OKI win-tiskárnu"
-#: ../../printer/printerdrake.pm_.c:3282
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "Odebírám starou tiskárnu \"%s\"..."
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr "Autodetekce tiskárny (lokální, TCP/soket, a tiskárny SMB)"
-#: ../../printer/printerdrake.pm_.c:3307
-msgid "Default printer"
-msgstr "Vŭchozí tiskárna"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"Printers on remote CUPS servers do not need to be configured here; these "
+"printers will be automatically detected."
+msgstr ""
+"\n"
+"V pĝípadì vzdáleného CUPS serveru nemusíte nastavovat tiskárny zde,\n"
+"tiskárny budou automaticky detekovány."
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Tiskárna \"%s\" je nyní nastavena jako vŭchozí."
+msgid "How is the printer connected?"
+msgstr "Jak je tiskárna pĝipojena?"
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Pĝidávám tiskárnu do Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Connection"
+msgstr "Zvolte pĝipojení tiskárny"
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../security/help.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+"Arguments: (umask)\n"
+"\n"
+"Set the user umask."
msgstr ""
-"Tiskárna \"%s\" byla úspìınì pĝidána do Star Office/OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../security/help.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgid ""
+"Arguments: (val)\n"
+"\n"
+"Set the shell timeout. A value of zero means no timeout."
msgstr ""
-"Pĝidání tiskárny \"%s\" do Star Office/OpenOffice.org/GIMP se nezdaĝilo."
-
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Odebírám tiskárnu ze Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../security/help.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
+"Arguments: (size)\n"
+"\n"
+"Set shell commands history size. A value of -1 means unlimited."
msgstr ""
-"Tiskárna \"%s\" byla úspìınì odebrána z aplikace Star Office/OpenOffice.org/"
-"GIMP."
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../security/help.pm:1
#, c-format
-msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+msgid "if set to yes, check additions/removals of sgid files."
msgstr ""
-"Odebrání tiskárny \"%s\" ze Star Office/OpenOffice.org/GIMP se nezdaĝilo."
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../security/help.pm:1
#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Chcete opravdu odebrat tiskárnu \"%s\"?"
+msgid "if set to yes, check open ports."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../security/help.pm:1
#, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "Odebírám tiskárnu \"%s\"..."
+msgid ""
+"if set, send the mail report to this email address else send it to root."
+msgstr ""
-#: ../../raid.pm_.c:35
+#: ../../security/help.pm:1
#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Nemùu pĝidat oddíl do _naformátovaného_ RAID md%d"
-
-#: ../../raid.pm_.c:137
-msgid "mkraid failed"
-msgstr "mkraid neuspìl"
-
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid neuspìl (moná, e chybí raidtools?)"
+msgid "if set to yes, report check result by mail."
+msgstr ""
-#: ../../raid.pm_.c:153
+#: ../../security/help.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Není dostatek oddílù pro RAID úrovnì %d\n"
+msgid "if set to yes, check files/directories writable by everybody."
+msgstr ""
-#: ../../security/main.pm_.c:36
-msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
-"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
-"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
-"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
-"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
msgstr ""
-"Standardní: Bìné zabezpeèení doporuèené pro poèítaè, kterŭ bude pĝipojen k "
-"síti\n"
-" Internet jako klient.\n"
-"\n"
-"Vysoká: Jsou ji zavedena nìkterá omezení, a kadou noc je spuıtìno více "
-"automatickŭch kontrol.\n"
-"\n"
-"Vyııí: Úroveò zabezpeèení je nyní dostateènì vysoká, aby bylo moné "
-"pouít\n"
-" systém jako server, kterŭ pĝijímá poadavky od mnoha klientù. "
-"Pokud je váı\n"
-"\t poèítaè pĝipojen k Internetu jen jako klient, mìli byste zvolit "
-"niıí úroveò.\n"
-"\n"
-"Paranoidní: Podobná pĝedchozí úrovni, ale systém je zcela uzavĝen a úroveò "
-"zabezpeèení\n"
-" je na svém maximu.\n"
-"\n"
-"Správce bezpeènosti:\n"
-" Pokud je zapnuta volba 'Bezpeènostní varování', budou "
-"bezpeènostní varování zasílána tomuto uivateli (uivatelské jméno nebo\n"
-"\t email)"
-#: ../../security/main.pm_.c:66
-msgid "Security Level:"
-msgstr "Úroveò zabezpeèení:"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
+msgstr ""
-#: ../../security/main.pm_.c:77
-#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr " (vŭchozí: %s)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
+msgstr ""
-#: ../../security/main.pm_.c:113
-msgid "Security Alerts:"
-msgstr "Bezpeènostní varování:"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr ""
-#: ../../security/main.pm_.c:115
-msgid "Security Administrator:"
-msgstr "Správce bezpeènosti:"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
+msgstr ""
-#: ../../security/main.pm_.c:128
-msgid "Network Options"
-msgstr "Volby sítì"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
+msgstr ""
-#: ../../security/main.pm_.c:128
-msgid "System Options"
-msgstr "Systémové volby"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
+msgstr ""
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
msgstr ""
-"Nastavením následujících voleb lze upravit zabezpeèení vaıeho\n"
-"systému. Pokud potĝebujete poradit, stisknìte tlaèítko Nápovìda.\n"
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
-msgstr "Pravidelné kontroly"
-
-#: ../../security/main.pm_.c:191
-msgid "Please wait, setting security level..."
-msgstr "Èekejte prosím, nastavuji úroveò zabezpeèení..."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
+msgstr ""
-#: ../../security/main.pm_.c:197
-msgid "Please wait, setting security options..."
-msgstr "Èekejte prosím, nastavuji volby zabezpeèení..."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
+msgstr ""
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Spustit zvukovŭ systém ALSA (Advanced Linux Sound Architecture)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
+msgstr ""
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron - spouıtí opakující se akce"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
+msgstr ""
-#: ../../services.pm_.c:21
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
msgstr ""
-"apmd je pouíván pro sledování stavu baterie a zaznamenávání pĝes syslog.\n"
-"Mùe také bŭt pouit pro vypnutí poèítaèe pĝi vybité baterii."
-#: ../../services.pm_.c:23
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
msgstr ""
-"Spouıtí pĝíkazy naplánované pĝíkazem na urèitŭ èas pĝíkazem 'at'.\n"
-"Také spouıtí pĝíkazy pĝi nízkém vytíení systému."
-#: ../../services.pm_.c:25
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
msgstr ""
-"cron je standardní Unixovŭ program kterŭ spouıtí uivatelem zadané programy\n"
-"v pĝedem definovanŭch intervalech. vixie cron má navíc mnoho vlastností,\n"
-"vèetnì vyııí bezpeènosti a více moností nastavení."
-#: ../../services.pm_.c:28
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
msgstr ""
-"GPM pĝidává do textovŭch programù podporu myıi (napĝ pro Midnight "
-"Commander).\n"
-"Mùe také v konzoli provádìt operace 'vyjmi' a 'vlo' a ovládat pop-up menu."
-#: ../../services.pm_.c:31
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
msgstr ""
-"HardDrake testuje hardware a umoòuje novŭ/zmìnìnŭ\n"
-"hardware nastavit"
-#: ../../services.pm_.c:33
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr "Apache je WWW server. Je pouíván k poskytování HTML a CGI souborù."
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
+msgstr ""
-#: ../../services.pm_.c:34
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
msgstr ""
-"Internetovŭ superserver démon (nazŭvanŭ inetd) spouıtí mnoho ostatních\n"
-"internetovŭch slueb, tak jak jsou zapotĝebí. Odpovídá za start napĝ.\n"
-"telnetu, ftp, rsh a rlogin. Pokud vypnete inetd, vypnete tím i ostatní\n"
-"sluby které spouıtí."
-#: ../../services.pm_.c:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
msgstr ""
-"Spustit paketovŭ filtr pro jádra ĝady 2.2, kterŭ chrání poèítaè\n"
-"proti útokùm ze sítì."
-#: ../../services.pm_.c:40
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
msgstr ""
-"Tento balíèek nahraje zvolenou mapu klávesnice definovanou\n"
-"v /etc/sysconfig/keyboard. Tu lze vybrat pomocí nástroje kbdconfig.\n"
-"Pro vìtıinu poèítaèù byste ji mìli nechat zapnutou."
-#: ../../services.pm_.c:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
msgstr ""
-"Automatická generace hlavièky jádra v adresáĝi /boot\n"
-"pro soubory /usr/include/linux/{autoconf,version}.h"
-
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Automatická detekce a konfigurace hardware pĝi spuıtìní."
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
msgstr ""
-"Linuxconf provádí rùzné úkoly pĝi spuıtìní systému\n"
-"nutné pro správu systémové konfigurace."
-#: ../../services.pm_.c:48
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
msgstr ""
-"lpd je tiskovŭ démon, bez kterého nebude fungovat lpr (program pro tisk).\n"
-"Je to server, kterŭ posílá tiıtìné dokumenty jednotlivŭm tiskárnám."
-#: ../../services.pm_.c:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
msgstr ""
-"Linux Virtual Server pouívanŭ pro sestavení vysoce vŭkonného\n"
-"a dostupného serveru."
-#: ../../services.pm_.c:52
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
msgstr ""
-"named (BIND) je doménovŭ (DNS) server, kterŭ pĝekládá hostitelská jména na "
-"IP adresy."
-#: ../../services.pm_.c:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
msgstr ""
-"Pĝipojuje a odpojuje vıechny síğové (NFS), SMB (Lan/Windows) a Netware "
-"(NCP)\n"
-"pĝípojné body (mount points)."
-#: ../../services.pm_.c:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
msgstr ""
-"Aktivuje èi deaktivuje vıechny síğová rozhraní, která mají nastartovat pĝi\n"
-"startu systému."
-#: ../../services.pm_.c:57
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
msgstr ""
-"NFS je oblíbenŭ protokol pro sdílení souborù pĝes sítì TCP/IP.\n"
-"Tato sluba poskytuje NFS server, jeho nastavení je v /etc/exports."
-#: ../../services.pm_.c:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
msgstr ""
-"NFS je oblíbenŭ protokol pro sdílení souborù pĝes sítì TCP/IP.\n"
-"Tato sluba poskytuje monost uzamykání souborù na NFS."
-#: ../../services.pm_.c:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
msgstr ""
-"Automaticky nastaví podporu numerické klávesnice v konzoli\n"
-"a v XFree pĝi startu."
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Podpora pro OKI 4w a kompatibilní wintiskárny."
-
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
msgstr ""
-"Podpora PCMCIA vìtıinou znamená podporu zaĝízení jako síğové karty a\n"
-"modemy v laptopech. Nespustí se pokud ji pĝímo nenastavíte, ale není "
-"problém\n"
-"jí mít nainstalovanou i na poèítaèích, které ji nepotĝebují."
-#: ../../services.pm_.c:68
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
msgstr ""
-"Portmapper spravuje RPC spojení, která jsou pouívána protokoly jako NFS\n"
-"a NIS. Portmap server musí bŭt spuıtìn na poèítaèích, které fungují jako\n"
-"servery pro protokoly, které pouívají mechanismus RPC."
-#: ../../services.pm_.c:71
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
-msgstr "Postfix je program pro doruèování poıty z jednoho poèítaèe na jinŭ."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
+msgstr ""
-#: ../../services.pm_.c:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
msgstr ""
-"Ukládá a obnovuje 'stav entropie' na poèítaèi, co je pouíváno pro\n"
-"kvalitnìjıí generaci náhodnŭch èísel."
-#: ../../services.pm_.c:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
msgstr ""
-"Pĝiĝazuje pĝímá zaĝízení blokovŭm (napĝíklad diskové oddíly)\n"
-"pro aplikace jako je Oracle"
-#: ../../services.pm_.c:76
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
msgstr ""
-"Démon routed umoòuje automaticky obnovovat smìrovací tabulku (router "
-"table)\n"
-"pro IP adresy. K tomu pouívá protokol RIP. Zatímco RIP je bìnì pouíván\n"
-"v malŭch sítích, pro sloitìjıí sítì je zapotĝebí sloitìjıí protokoly."
-#: ../../services.pm_.c:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
msgstr ""
-"Protokol rstat umoòuje uivatelùm sítì sledovat vytíení jednotlivŭch\n"
-"strojù pĝipojenŭch k síti."
-#: ../../services.pm_.c:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
msgstr ""
-"Protokol rusers umoòuje uivatelùm sítì zjistit kdo je pĝihláıen na\n"
-"jiném poèítaèi."
-#: ../../services.pm_.c:83
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
msgstr ""
-"Protokol rwho umoòuje vzdálenŭm uivatelùm získat seznam\n"
-"vıech uivatelù pĝihláıenŭch na poèítaèi s démonem rwho (je to podobné\n"
-"slubì finger)."
-
-#: ../../services.pm_.c:85
-msgid "Launch the sound system on your machine"
-msgstr "Spustit zvukovŭ systém pĝi startu"
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
msgstr ""
-"Syslog je program pomocí nìho zaznamenává mnoho démonù správy do "
-"systémovŭch\n"
-"log souborù. Je dobré mít spuıtìnŭ syslog."
-
-#: ../../services.pm_.c:88
-msgid "Load the drivers for your usb devices."
-msgstr "Nahrát ovladaèe pro usb zaĝízení."
-#: ../../services.pm_.c:89
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
-msgstr "Startuje X Font Server (to je nezbytné pro bìh XFree)."
-
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Zvolte si, které sluby by mìli bŭt automaticky spuıtìny pĝi startu"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
+msgstr ""
-#: ../../services.pm_.c:127
-msgid "Printing"
-msgstr "Tisk"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr "Administrátor bezpeènosti (pĝihlaıovací jméno nebo email)"
-#: ../../services.pm_.c:128
-msgid "Internet"
-msgstr "Internet"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+"Knihovna, které zabraòuje útokùm proti pĝeteèení bufferu nebo proti ıpatnému "
+"formátování ĝetìzcù."
-#: ../../services.pm_.c:131
-msgid "File sharing"
-msgstr "Sdílení souborù"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Use libsafe for servers"
+msgstr "Pouít libsafe pro servery"
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-msgid "System"
-msgstr "Systém"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security level"
+msgstr "Úroveò zabezpeèení"
-#: ../../services.pm_.c:138
-msgid "Remote Administration"
-msgstr "Vzdálená administrace"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Please choose the desired security level"
+msgstr "Vyberte prosím poadovanou úroveò zabezpeèení"
-#: ../../services.pm_.c:146
-msgid "Database Server"
-msgstr "Databázové servery"
+#: ../../security/level.pm:1
+#, c-format
+msgid "DrakSec Basic Options"
+msgstr "Základní volby programu DrakSec"
-#: ../../services.pm_.c:175
+#: ../../security/level.pm:1
#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Sluby: aktivováno %d z %d registrovanŭch"
+msgid ""
+"This is similar to the previous level, but the system is entirely closed and "
+"security features are at their maximum."
+msgstr ""
+"Tato úroveò má vlastnosti pĝedchozí úrovnì, ale systém je úplnì uzavĝen.\n"
+"Zabezpeèení je nastaveno na maximum."
-#: ../../services.pm_.c:191
-msgid "Services"
-msgstr "Sluby"
+#: ../../security/level.pm:1
+#, c-format
+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 choose a lower level."
+msgstr ""
+"S touto bezpeènostní úrovní je moné pouívat systém jako server.\n"
+"Bezpeènost je nyní dostateènì vysoká, aby bylo moné pouívat systém jako "
+"server, ke kterému\n"
+"je moné pĝipojit mnoho klientù. Poznámka: pokud je poèítaè pouíván pouze "
+"jako klient pro pĝipojení k Internetu, je lepıí zvolit niıí úroveò."
-#: ../../services.pm_.c:203
-msgid "running"
-msgstr "spuıtìno"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+"Existují zde nìkterá omezení a kadou noc jsou spuıtìny automatické testy."
-#: ../../services.pm_.c:203
-msgid "stopped"
-msgstr "zastaveno"
+#: ../../security/level.pm:1
+#, c-format
+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ò zabezpeèení pro poèítaè, kterŭ je pouíván jako "
+"klient pro pĝipojení k internetu."
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
-msgstr "Sluby a démoni"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"Passwords are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Hesla jsou nyní aktivní, ale stále nedoporuèuji pouít tento poèítaè na síti."
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
+"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 ""
-"Nejsou ádné dalıí\n"
-"informace o slubì, promiòte."
+"Tato úroveò musí bŭt pouita s rozmyslem. Sice mùete snadnìji pouívat "
+"svùj\n"
+"systém, ale na druhou stranu je velmi citlivŭ: Nesmí bŭt pouit pro\n"
+"poèítaè pĝipojenŭ k Internetu. Pro pĝihláıení není zapotĝebí ádné heslo."
-#: ../../services.pm_.c:229
-msgid "On boot"
-msgstr "Pĝi spuıtìní"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "Paranoidní"
-#: ../../services.pm_.c:241
-msgid "Start"
-msgstr "Start"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Higher"
+msgstr "Vyııí"
-#: ../../services.pm_.c:241
-msgid "Stop"
-msgstr "Stop"
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "Vysoká"
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr "Dìkujeme vám, e jste si vybrali Mandrake Linux 9.0"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "Slabá"
-#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Vítejte do svìta Open Source"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "Dveĝe dokoĝán"
-#: ../../share/advertising/01-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
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 "
@@ -10078,15 +13359,18 @@ msgstr ""
"Software. Tento operaèní systém je vŭsledkem spolupráce èásti celosvìtové "
"Linuxové komunity"
-#: ../../share/advertising/02-community.pl_.c:9
-msgid "Get involved in the Free Software world"
-msgstr "Pĝipojte se ke svìtu Svobodného Software"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Welcome to the Open Source world"
+msgstr "Vítejte do svìta Open Source"
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
-msgstr "Chcete vìdìt více o komunitì okolo Open Source?"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
+msgstr "Dìkujeme vám, e jste si vybrali Mandrake Linux 9.1"
-#: ../../share/advertising/02-community.pl_.c:11
+#: ../../share/advertising/02-community.pl:1
+#, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
@@ -10095,83 +13379,97 @@ msgstr ""
"pĝipojte se do diskusních klubù, které najdete na naıich stránkách "
"\"Community\""
-#: ../../share/advertising/03-internet.pl_.c:9
-msgid "Get the most from the Internet"
-msgstr "Dostaòte z Internetu co nejvíce"
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr "Chcete vìdìt více o komunitì okolo Open Source?"
+
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Get involved in the Free Software world"
+msgstr "Pĝipojte se ke svìtu Svobodného Software"
-#: ../../share/advertising/03-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-"Distribuce Mandrake Linux 9.0 vám pĝináıí ten nejlepıí software. S pomocí "
+"Distribuce Mandrake Linux 9.1 vám pĝináıí ten nejlepıí software. S pomocí "
"aplikací Mozilla a Konqueror si mùete prohlíet webové stránky a animace, "
"ke ètení poıty a zpracování osobních informací lze pouít aplikace Evolution "
"a Kmail."
-#: ../../share/advertising/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
-msgstr "Objevte nejnovìjıí verze nástrojù pro grafiku a multimédia!"
-
-#: ../../share/advertising/04-multimedia.pl_.c:10
-msgid "Push multimedia to its limits!"
-msgstr "Vyuijte multimédia na maximum!"
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
+msgid "Get the most from the Internet"
+msgstr "Dostaòte z Internetu co nejvíce"
-#: ../../share/advertising/04-multimedia.pl_.c:11
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
"files, edit and handle your images or photos, and play videos"
msgstr ""
-"Mandrake Linux 9.0 vám dovoluje naplno vyuít poslední software pro "
+"Mandrake Linux 9.1 vám dovoluje naplno vyuít poslední software pro "
"pĝehrávání hudebních souborù, editovat èi pracovat s vaıimi obrázky nebo "
"fotografiemi, èi sledovat video."
-#: ../../share/advertising/05-games.pl_.c:9
-msgid "Games"
-msgstr "Hry"
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Push multimedia to its limits!"
+msgstr "Vyuijte multimédia na maximum!"
-#: ../../share/advertising/05-games.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr "Objevte nejnovìjıí verze nástrojù pro grafiku a multimédia!"
+
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
"strategy, ..."
msgstr ""
-"Mandrake Linux 9.0 nabízí ty nejlepıí Open Source hry - arkády, akèní, "
+"Mandrake Linux 9.1 nabízí ty nejlepıí Open Source hry - arkády, akèní, "
"strategické, ..."
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
-msgid "Mandrake Control Center"
-msgstr "Ĝídící centrum Mandrake"
+#: ../../share/advertising/05-games.pl:1
+#, c-format
+msgid "Games"
+msgstr "Hry"
-#: ../../share/advertising/06-mcc.pl_.c:10
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
"your machine"
msgstr ""
"Ovládací centrum pro Mandrake Linux 9.0 poskytuje vŭkonné nástroje pro "
"správu a nastavení vaıeho poèítaèe."
-#: ../../share/advertising/07-desktop.pl_.c:9
-msgid "User interfaces"
-msgstr "Uivatelská rozhraní"
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Control Center"
+msgstr "Ĝídící centrum Mandrake"
-#: ../../share/advertising/07-desktop.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-"Distribuce Mandrake Linux 9.0 vám poskytuje 11 uivatelskŭch rozhraní, které "
+"Distribuce Mandrake Linux 9.1 vám poskytuje 11 uivatelskŭch rozhraní, které "
"lze plnì upravovat: KDE 3, GNOME 2, WindowMaker, ..."
-#: ../../share/advertising/08-development.pl_.c:9
-msgid "Development simplified"
-msgstr "Zjednoduıenŭ vŭvoj"
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr "Distribuce Mandrake Linux 9.0 je nejlepıí vŭvojová platforma."
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
+msgid "User interfaces"
+msgstr "Uivatelská rozhraní"
-#: ../../share/advertising/08-development.pl_.c:11
+#: ../../share/advertising/08-development.pl:1
+#, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
@@ -10179,11 +13477,18 @@ msgstr ""
"Vyuijte plnou sílu kompilátoru GNU gcc 3, stejnì jako nejlepıí vŭvojová "
"prostĝedí, které Open Source software poskytuje."
-#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
-msgstr "Vytvoĝte se svého poèítaèe spolehlivŭ server."
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
+msgstr "Distribuce Mandrake Linux 9.1 je nejlepıí vŭvojová platforma."
+
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Development simplified"
+msgstr "Zjednoduıenŭ vŭvoj"
-#: ../../share/advertising/09-server.pl_.c:10
+#: ../../share/advertising/09-server.pl:1
+#, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
@@ -10192,19 +13497,18 @@ msgstr ""
"server: webovŭ server, poıtovní server, firewall, router, souborovŭ a "
"tiskovŭ server, ..."
-#: ../../share/advertising/10-mnf.pl_.c:9
-msgid "Optimize your security"
-msgstr "Optimalizujte vaıe zabezpeèení"
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
+msgstr "Vytvoĝte se svého poèítaèe spolehlivŭ server."
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
-msgstr ""
-"Produktová ĝada spoleènosti Mandrake zahrnuje produkt Multi Network Firewall "
-"(M. N. F.)."
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
+msgstr "Tento produkt je k dispozici na webovŭch stránkách MandrakeStore."
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
@@ -10212,15 +13516,22 @@ msgstr ""
"Tento produkt pro firewall v sobì zahrnuje síğové funkce, které uspokojí "
"vıechny vaıe potĝeby pĝi zabezpeèení vaıí sítì."
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
-msgstr "Tento produkt je k dispozici na webovŭch stránkách MandrakeStore."
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
+msgstr ""
+"Produktová ĝada spoleènosti Mandrake zahrnuje produkt Multi Network Firewall "
+"(M. N. F.)."
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
-msgstr "Oficiální obchod spoleènosti MandrakeSoft"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
+msgstr "Optimalizujte vaıe zabezpeèení"
-#: ../../share/advertising/11-mdkstore.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
@@ -10228,11 +13539,13 @@ msgstr ""
"Náı elektronickŭ obchod nabízí ucelenou ĝadu naıich Linuxovŭch ĝeıení, "
"stejnì jako speciální nabídky naıich produktù a dalıí \"lahùdky\":"
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
-msgstr "Strategiètí partneĝi"
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
+msgstr "Oficiální obchod spoleènosti MandrakeSoft"
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
@@ -10242,24 +13555,13 @@ msgstr ""
"profesionální ĝeıení kompatibilní se systémem Mandrake Linux. Seznam tìchto "
"partnerù naleznete na stránkách MandrakeStore"
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
-msgstr ""
-"Objevte katalog ıkolení spoleènosti MandrakeSoft na stránkách Linux-Campus"
-
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
-msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
-msgstr ""
-"Program ıkolení byl navren tak, aby uspokojil poadavky jak koncovŭch "
-"uivatelù, tak expertù (správcù sítí a systémù)"
-
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
-msgid "Certify yourself on Linux"
-msgstr "Získejte certifikát pro Linux"
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
+msgstr "Strategiètí partneĝi"
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
"Whether you choose to teach yourself online or via our network of training "
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
@@ -10269,19 +13571,28 @@ msgstr ""
"katalog Linux-Campus vás pĝipraví na známŭ certifikaèní program LPI "
"(celosvìtovou profesionální technickou certifikaci)."
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-msgid "Become a MandrakeExpert"
-msgstr "Staòte se Mandrake Expertem"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Certify yourself on Linux"
+msgstr "Získejte certifikát pro Linux"
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
-"Naleznìte ĝeıení vaıich problémù pomocí on-line platformy spoleènosti "
-"MandrakeSoft pro podporu"
+"Program ıkolení byl navren tak, aby uspokojil poadavky jak koncovŭch "
+"uivatelù, tak expertù (správcù sítí a systémù)"
+
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
+"Objevte katalog ıkolení spoleènosti MandrakeSoft na stránkách Linux-Campus"
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
@@ -10291,16 +13602,22 @@ msgstr ""
"komunitì, sdílejte své znalosti a pomozte ostatním tím, e se stanete "
"uznávanŭm Expertem na webovŭch stránkách on-line technické podpory:"
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-msgid "MandrakeExpert Corporate"
-msgstr "MandrakeExpert Corporate"
-
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-"Online platforma odpovídající specifickŭm potĝebám podpory spoleèností."
+"Naleznìte ĝeıení vaıich problémù pomocí on-line platformy spoleènosti "
+"MandrakeSoft pro podporu"
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid "Become a MandrakeExpert"
+msgstr "Staòte se Mandrake Expertem"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
@@ -10308,11 +13625,19 @@ msgstr ""
"Vıechny incidenty budou sledovány vyhrazenŭm kvalifikovanŭm technickŭm "
"expertem spoleènosti MandrakeSoft."
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
-msgstr "Objevte MandrakeClub a Mandrake Corporate Club"
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+"Online platforma odpovídající specifickŭm potĝebám podpory spoleèností."
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert Corporate"
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -10328,228 +13653,248 @@ msgstr ""
"produktùm získala konkurenèní vŭhodu, pokud chcete podpoĝit vŭvoj distribuce "
"Mandrake Linux, pĝipojte se ke klubu MandrakeClub!"
-#: ../../standalone.pm_.c:21
-#, fuzzy
-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.\n"
-msgstr ""
-" Tento program je svobodnŭ software; mùete ho ıíĝit a/nebo modifikovat\n"
-" podle specifikace GNU General Public Licence, která byla publikována\n"
-" Free Software Foundation; buï verze 2, nebo (podle volby) pozdìjıí verze.\n"
-"\n"
-" Tento program je distribuován s nadìjí, e bude uiteènŭ,\n"
-" ale BEZ JAKŬCHKOLIV ZÁRUK; BEZ NÁROKU NA PROFIT. Více detailù naleznete\n"
-" v licenci GNU General Public Licence.\n"
-"\n"
-" Kopii GNU General Public Licence mùete obdret buï s tímto programem\n"
-" nebo si o ní mùete napsat na adresu Free Software Foundation, Inc.,\n"
-" 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
+msgstr "Objevte MandrakeClub a Mandrake Corporate Club"
-#: ../../standalone.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Pro aktivaci zmìn se prosím znovu pĝihlaste na %s"
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Prosím odhlaste se a pak stisknìte Ctrl-Alt-Backspace"
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
+msgstr "Je nutné nejprve vytvoĝit soubor /etc/dhcpd.conf!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
+msgstr "Nìco neprobìhlo správnì! - Je nainstalovanŭ program mkisofs?"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
+msgstr "ISO image pro Etherboot je %s"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No floppy drive available!"
+msgstr "Není dostupná ádná disketová mechanika!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
+msgstr "Disketu nyní mùete vyjmout"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
+msgstr "Nelze pracovat s disketou!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Please insert floppy disk:"
+msgstr "Prosím vlote disketu:"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Write Config"
+msgstr "Zapsat nastavení"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone.pm_.c:70
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
+"Vìtıina tìchto údajù byla získána z vaıeho\n"
+"bìícího systému. Mùete je upravit dle potĝeby."
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "Klávesnice"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "dhcpd Server Configuration"
+msgstr "Nastavení serveru dhcpd"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
msgstr ""
-#: ../../standalone.pm_.c:84
-msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range Start:"
msgstr ""
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Name Servers:"
+msgstr "Server Samba"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Domain Name:"
+msgstr "Jméno domény"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Broadcast Address:"
msgstr ""
-#: ../../standalone.pm_.c:94
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
msgstr ""
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Routers:"
msgstr ""
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Netmask:"
+msgstr "Maska sítì"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet:"
msgstr ""
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
#, c-format
msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
msgstr ""
-#: ../../standalone.pm_.c:168
-msgid "Installing packages..."
-msgstr "Instaluji balíèky..."
-
-#: ../../standalone/XFdrake_.c:138
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Prosím odhlaste se a pak stisknìte Ctrl-Alt-Backspace"
-
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Pro aktivaci zmìn se prosím znovu pĝihlaste na %s"
+msgid "dhcpd Config..."
+msgstr "Nastavení dhcpd..."
-#: ../../standalone/drakTermServ_.c:239
-msgid "Mandrake Terminal Server Configuration"
-msgstr "Nastavení Mandrake Terminal Server"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete Client"
+msgstr "<-- Odebrat klienta"
-#: ../../standalone/drakTermServ_.c:253
-msgid "Enable Server"
-msgstr "Zapnout server"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Edit Client"
+msgstr "<-- Odebrat klienta"
-#: ../../standalone/drakTermServ_.c:260
-msgid "Disable Server"
-msgstr "Vypnout server"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add Client -->"
+msgstr "Pĝidat klienta -->"
-#: ../../standalone/drakTermServ_.c:268
-msgid "Start Server"
-msgstr "Spustit server"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Allow Thin Clients"
+msgstr "Pĝidat/Odebrat klienty"
-#: ../../standalone/drakTermServ_.c:275
-msgid "Stop Server"
-msgstr "Zastavit server"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Thin Client"
+msgstr "DHCP klient"
-#: ../../standalone/drakTermServ_.c:283
-msgid "Etherboot Floppy/ISO"
-msgstr "Disketa Etherboot/ISO"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No net boot images created!"
+msgstr "Nepodaĝilo se vytvoĝit obraz pro spouıtìní ze sítì!"
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
-msgstr "Startovací image ze sítì"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Typ: "
-#: ../../standalone/drakTermServ_.c:294
-msgid "Add/Del Users"
-msgstr "Pĝidat/Odebrat uivatele"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
+msgstr "<-- Odebrat uivatele"
-#: ../../standalone/drakTermServ_.c:299
-msgid "Add/Del Clients"
-msgstr "Pĝidat/Odebrat klienty"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add User -->"
+msgstr "Pĝidat uivatele -->"
-#: ../../standalone/drakTermServ_.c:328
-#, fuzzy
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-" aktualizace 2002 MandrakeSoft od Stewa Benedicta <sbenedict\\@mandrakesoft."
-"com>"
-#: ../../standalone/drakTermServ_.c:332
-msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Delete All NBIs"
+msgstr "Smazat vıechny NBI"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Delete"
+msgstr "<-- Smazat"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr "Bude to trvat nìkolik minut."
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
+msgstr "Sestavit vıechna jádra -->"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No NIC selected!"
+msgstr "Není zvolena ádná NIC!"
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
+msgstr "Sestavit jedinou NIC -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
+msgstr "Nebylo zvoleno ádné jádro!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr "Sestavit celé jádro -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
+msgstr "Spouıtìcí ISO"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
+msgstr "Spouıtìcí disketa"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -10578,7 +13923,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -10589,8 +13934,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -10679,218 +14024,153 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr "Spouıtìcí disketa"
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr "Spouıtìcí ISO"
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr "Sestavit celé jádro -->"
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr "Bude to trvat nìkolik minut."
-
-#: ../../standalone/drakTermServ_.c:573
-msgid "No kernel selected!"
-msgstr "Nebylo zvoleno ádné jádro!"
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
-msgstr "Sestavit jedinou NIC -->"
-
-#: ../../standalone/drakTermServ_.c:587
-msgid "No nic selected!"
-msgstr "Není zvolena ádná NIC!"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
-msgstr "Sestavit vıechna jádra -->"
-
-#: ../../standalone/drakTermServ_.c:604
-msgid "<-- Delete"
-msgstr "<-- Smazat"
-
-#: ../../standalone/drakTermServ_.c:611
-msgid "Delete All NBIs"
-msgstr "Smazat vıechny NBI"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:673
-msgid "Add User -->"
-msgstr "Pĝidat uivatele -->"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
-msgstr "<-- Odebrat uivatele"
-
-#: ../../standalone/drakTermServ_.c:720
+#: ../../standalone/drakTermServ:1
#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Typ: "
-
-#: ../../standalone/drakTermServ_.c:753
-msgid "No net boot images created!"
-msgstr "Nepodaĝilo se vytvoĝit obraz pro spouıtìní ze sítì!"
-
-#: ../../standalone/drakTermServ_.c:773
-#, fuzzy
-msgid "Thin Client"
-msgstr "DHCP klient"
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+" aktualizace 2002 MandrakeSoft od Stewa Benedicta <sbenedict\\@mandrakesoft."
+"com>"
-#: ../../standalone/drakTermServ_.c:775
-#, fuzzy
-msgid "Allow Thin Clients"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Clients"
msgstr "Pĝidat/Odebrat klienty"
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
-msgstr "Pĝidat klienta -->"
-
-#: ../../standalone/drakTermServ_.c:821
-#, fuzzy
-msgid "<-- Edit Client"
-msgstr "<-- Odebrat klienta"
-
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
-msgstr "<-- Odebrat klienta"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Users"
+msgstr "Pĝidat/Odebrat uivatele"
-#: ../../standalone/drakTermServ_.c:843
-msgid "dhcpd Config..."
-msgstr "Nastavení dhcpd..."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
+msgstr "Startovací image ze sítì"
-#: ../../standalone/drakTermServ_.c:876
-msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot Floppy/ISO"
+msgstr "Disketa Etherboot/ISO"
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Stop Server"
+msgstr "Zastavit server"
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "Maska sítì"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Start Server"
+msgstr "Spustit server"
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Disable Server"
+msgstr "Vypnout server"
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Enable Server"
+msgstr "Zapnout server"
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "Nastavení Mandrake Terminal Server"
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "Jméno domény"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Remove the last item"
+msgstr "Odstranit poslední poloku"
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
-msgstr "Server Samba"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Add an item"
+msgstr "Pĝidat poloku"
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install"
+msgstr "Automatická instalace"
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
msgstr ""
+"Disketa byla s úspìchem vytvoĝena.\n"
+"Nyní lze provést znovu instalaci."
-#: ../../standalone/drakTermServ_.c:1001
-msgid "dhcpd Server Configuration"
-msgstr "Nastavení serveru dhcpd"
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Congratulations!"
+msgstr "Gratuluji!"
-#: ../../standalone/drakTermServ_.c:1002
-#, fuzzy
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
-"Vìtıina tìchto údajù byla získána z vaıeho\n"
-"bìícího systému. Mùete je upravit dle potĝeby."
-
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
msgstr ""
+"\n"
+"Vítejte.\n"
+"\n"
+"Parametry pro automatickou instalaci jsou pĝístupné v sekci nalevo"
-#: ../../standalone/drakTermServ_.c:1018
-msgid "Write Config"
-msgstr "Zapsat nastavení"
-
-#: ../../standalone/drakTermServ_.c:1120
-msgid "Please insert floppy disk:"
-msgstr "Prosím vlote disketu:"
-
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr "Nelze pracovat s disketou!"
-
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
-msgstr "Disketu nyní mùete vyjmout"
-
-#: ../../standalone/drakTermServ_.c:1129
-msgid "No floppy drive available!"
-msgstr "Není dostupná ádná disketová mechanika!"
-
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "Etherboot ISO image is %s"
-msgstr "ISO image pro Etherboot je %s"
-
-#: ../../standalone/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
-msgstr "Nìco neprobìhlo správnì! - Je nainstalovanŭ program mkisofs?"
-
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
-msgstr "Je nutné nejprve vytvoĝit soubor /etc/dhcpd.conf!"
+msgid "Creating auto install floppy"
+msgstr "Vytváĝím disketu pro automatickou instalaci"
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:40
-msgid "Error!"
-msgstr "Chyba!"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
+msgstr ""
+"Vyberte prosím, kterŭ z krokù instalace má bŭt proveden automaticky stejnì "
+"jako instalaèní program nebo bude ruènì zadán"
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Nemohu najít potĝebnŭ soubor '%s ' s obrazem."
+msgid "Automatic Steps Configuration"
+msgstr "Nastavení automatickŭch krokù"
-#: ../../standalone/drakautoinst_.c:43
-msgid "Auto Install Configurator"
-msgstr "Nastavení automatické instalace"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "replay"
+msgstr "Zopakovat"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -10915,509 +14195,722 @@ msgstr ""
"\n"
"Chcete pokraèovat?"
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install Configurator"
+msgstr "Nastavení automatické instalace"
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "Zopakovat"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "I can't find needed image file `%s'."
+msgstr "Nemohu najít potĝebnŭ soubor '%s ' s obrazem."
-#: ../../standalone/drakautoinst_.c:66
-msgid "Automatic Steps Configuration"
-msgstr "Nastavení automatickŭch krokù"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Error!"
+msgstr "Chyba!"
-#: ../../standalone/drakautoinst_.c:67
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
+"\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 ""
-"Vyberte prosím, kterŭ z krokù instalace má bŭt proveden automaticky stejnì "
-"jako instalaèní program nebo bude ruènì zadán"
-
-#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
-msgid "Creating auto install floppy"
-msgstr "Vytváĝím disketu pro automatickou instalaci"
+"\n"
+"Problémy pĝi obnovì:\n"
+"\n"
+"Pĝi obnovování DrakBackup nejdĝíve ovìĝuje vıechny\n"
+"zálohované soubory.\n"
+"Pĝed tím, ne je soubor obnoven, provede DrakBackup vŭmaz\n"
+"pùvodního souboru, a tak pĝijdete o vıechna data.\n"
+"Buïte proto opatrní a nesnate se modifikovat zálohovaná\n"
+"data ruènì.\n"
+"\n"
-#: ../../standalone/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-"Welcome.\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"
-"The parameters of the auto-install are available in the sections on the left"
msgstr ""
+"popis voleb:\n"
"\n"
-"Vítejte.\n"
+"Buïte opatrní pĝi zálohování na FTP, protoe na server je poslána\n"
+"pouze ji vytvoĝená záloha.\n"
+"Je tudí vhodné nejdĝíve provést zálohu na disk pĝed tím, ne\n"
+"ji poılete na server.\n"
"\n"
-"Parametry pro automatickou instalaci jsou pĝístupné v sekci nalevo"
-#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
-msgstr "Gratuluji!"
-
-#: ../../standalone/drakautoinst_.c:235
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
+"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 backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.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 ""
-"Disketa byla s úspìchem vytvoĝena.\n"
-"Nyní lze provést znovu instalaci."
-
-#: ../../standalone/drakautoinst_.c:273
-msgid "Auto Install"
-msgstr "Automatická instalace"
-
-#: ../../standalone/drakautoinst_.c:343
-msgid "Add an item"
-msgstr "Pĝidat poloku"
-
-#: ../../standalone/drakautoinst_.c:350
-msgid "Remove the last item"
-msgstr "Odstranit poslední poloku"
-
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
-msgstr "Sluby cronu nejsou zatím pro bìné uivatele dostupné."
-
-#: ../../standalone/drakbackup_.c:690
-msgid "WARNING"
-msgstr "VAROVÁNÍ"
+"Popis:\n"
+"\n"
+" DrakBackup je nástroj na zálohování systému.\n"
+" Bìhem konfigurace mùete vybrat: \n"
+"\t- Systémové soubory,\n"
+"\t- Soubory uivatelù,\n"
+"\t- Ostatní soubory.\n"
+"\tnebo Celŭ systém a jiné (jako jsou oddíly s Windows).\n"
+"\n"
+" DrakBackup dovoluje zálohovat na:\n"
+"\t- Pevnŭ disk.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (se spuıtìním, záchranou a autoinstalací).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Páskovou jednotku.\n"
+"\n"
+" DrakBackup dovoluje provést obnovu do vybraného adresáĝe.\n"
+"\n"
+" Jako vŭchozí jsou umístìny vıechny zálohy do adresáĝe\n"
+" /var/lib/drakbackup \n"
+"\n"
+" Konfiguraèní soubor:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.conf\n"
+"\n"
+"\n"
+"Postup pĝi obnovì:\n"
+"\n"
+" Pĝi provádìní obnovy odstraní DrakBackup pùvodní adresáĝ\n"
+" a ovìĝí, e zálohované soubory nejsou poıkozeny.\n"
+" Doporuèuje se ale provést zálohu tìchto dat pĝed provedením\n"
+" obnovy.\n"
+"\n"
+"\n"
-#: ../../standalone/drakbackup_.c:691
-msgid "FATAL"
-msgstr "FATAL"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+msgstr ""
+" aktualizace 2002 MandrakeSoft od Stewa Benedicta <sbenedict\\@mandrakesoft."
+"com>"
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
-msgstr "INFO"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
+msgstr ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:704
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-" DrakBackup Report \n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-msgstr ""
+"Otherwise, you are able to select only one of these.\n"
"\n"
-" Report programu DrackBackup \n"
+" - Incremental Backups:\n"
"\n"
-
-#: ../../standalone/drakbackup_.c:705
-msgid ""
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data 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 option all\n"
+"\told backups are deleted before each backup. \n"
"\n"
-" DrakBackup Daemon Report\n"
"\n"
"\n"
msgstr ""
+"Popis voleb pro obnovu:\n"
+"\n"
+"Bude pouita záloha s nejaktuálnìjıím datem, protoe pĝi\n"
+"pĝírùstkovém zálohování je nutné provádìt obnovu jednu\n"
+"za druhou smìrem ke starıím datùm.\n"
+"\n"
+"Pokud nechcete obnovit uivatele, odznaète vıechny\n"
+"jeho zaıkrtávací políèka.\n"
+"\n"
+"Jinak je moné si vybrat pouze jednoho z nich\n"
+"\n"
+" - Pĝírùstkové zálohování:\n"
+"\n"
+"\tPĝírùstkové zálohování je velmi mocnŭ druh zálohování,\n"
+"\tprotoe dovoluje zálohovat vıechna data pouze poprvé\n"
+"\ta dále se zálohují pouze zmìny.\n"
+"\tBìhem obnovy tak budete moci zadat, od jakého data se\n"
+"\tmají data obnovit.\n"
+"\tPokud nezvolíte tuto monost, bude pĝi kadé záloze\n"
+"\tpĝedchozí záloha smazána. \n"
"\n"
-" Report démonu pro DrackBackup\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:709
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-" DrakBackup Report Details\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 the 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 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 data 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"
-" Detaily o reportu pro DrackBackup\n"
+"- Záloha systémovŭch souborù:\n"
+" \n"
+"\tTato volba zálohuje adresáĝ /etc, kterŭ obsahuje vıechny\n"
+"\tkonfiguraèní soubory. Dávejte pozor pĝi obnovì na to,\n"
+"\taby se nepĝepsaly soubory:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Zálohovat soubory uivatelù:\n"
+"\n"
+"\tTato volba dovoluje vybrat vıechny uivatele, které\n"
+"\t\tchcete zálohovat.\n"
+"\tAby se uıetĝilo místo na disku, není dobré zahrnout cache\n"
+"\tod prohlíeèe.\n"
+"\n"
+" - Zálohovat ostatní soubory:\n"
+"\n"
+"\tTato volba dovolí pĝidat dalıí data pro zálohování.\n"
+"\tV souèasnosti není moné pĝi tomto zálohování zvolit\n"
+"\tpĝírùstkové zálohování.\t\n"
+"\n"
+" - Pĝírùstkové zálohování:\n"
+"\n"
+"\tPĝírùstkové zálohování je velmi mocnŭ druh zálohování,\n"
+"\tprotoe dovoluje zálohovat vıechna data pouze poprvé\n"
+"\ta dále se zálohují pouze zmìny.\n"
+"\tBìhem obnovy tak budete moci zadat, od jakého data se\n"
+"\tmají data obnovit.\n"
+"\tPokud nezvolíte tuto monost, bude pĝi kadé záloze\n"
+"\tpĝedchozí záloha smazána.\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-msgid "Total progess"
-msgstr "Celkovŭ prùbìh"
-
-#: ../../standalone/drakbackup_.c:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
+" 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 ""
-"%s existuje, smazat?\n"
"\n"
-"Varování: Pokud jste tak ji jednou uèinili, budete nejspíı muset\n"
-"vymazat pĝísluınŭ záznam ze souboru authorized_keys na serveru."
+" Nìkteré chyby pĝi nastavení poıty jsou zpùsobeny\n"
+" ıpatnou konfigurací programu postfix. Pro vyĝeıení\n"
+" nastavte myhostname a mydomain v /etc/postfix/main.cf\n"
+"\n"
-#: ../../standalone/drakbackup_.c:794
-msgid "This may take a moment to generate the keys."
-msgstr "Generování klíèù mùe chvíli trvat."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+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 vám aplikace DrakBackup umoní zmìnit:\n"
+"\n"
+" - Reim komprese:\n"
+" \n"
+" Pokud zvolíte kompresi bzip2, budete mít kompresi\n"
+" lepıí ne pomocí gzip (okolo 2-10%).\n"
+" Tato volba není zvolena jako vŭchozí, protoe\n"
+" vyaduje daleko více èasu (a o 1000% více).\n"
+"\n"
+" - Reim aktualizace:\n"
+"\n"
+" Tato volba aktualizuje zálohu, ale není moc uiteèná,\n"
+" protoe pĝed aktualizací musíte nejdĝíve zálohu\n"
+" dekomprimovat.\n"
+" \n"
+"- Reim pouití souboru .backupignore:\n"
+"\n"
+" Stejnì jako pro cvs, i pro DrakBackup lze uvést seznam\n"
+" souborù v .backupignore, které budou pĝi zálohování ignorovány.\n"
+" napĝ.:\n"
+" \\$> cat .backupignore\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
-#: ../../standalone/drakbackup_.c:801
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "ERROR: Cannot spawn %s."
-msgstr "CHYBA: Nelze spustit pĝíkaz %s."
+msgid "Drakbackup"
+msgstr "DrakBackup"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
-msgstr "ádná vŭzva na heslo na %s na portu %s"
+msgid "Restore"
+msgstr "Obnovit"
-#: ../../standalone/drakbackup_.c:819
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Bad password on %s"
-msgstr "Chybné heslo na %s"
+msgid "Backup Now"
+msgstr "Zálohovat nyní"
-#: ../../standalone/drakbackup_.c:820
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Permission denied transferring %s to %s"
-msgstr "Povolení odepĝeno pĝi pĝenosu %s na %s"
+msgid "Advanced Configuration"
+msgstr "Rozıíĝená konfigurace"
-#: ../../standalone/drakbackup_.c:821
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Can't find %s on %s"
-msgstr "Nelze nalézt %s na %s"
+msgid "Wizard Configuration"
+msgstr "Prùvodce konfigurací"
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "%s not responding"
-msgstr "%s neodpovídá"
+msgid "View Backup Configuration."
+msgstr "Prohlédnout konfiguraci zálohy."
-#: ../../standalone/drakbackup_.c:828
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"\n"
-"without being prompted for a password."
-msgstr ""
-"Pĝenos úspìınŭ!\n"
-"Moná budete chtít zkontrolovat, zda se mùete pĝihlásit na server:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"\n"
-"bez dotazu na heslo."
-
-#: ../../standalone/drakbackup_.c:873
-msgid "WebDAV remote site already in sync!"
-msgstr "Vzdálená místo je ji protokolem WebDAV synchronizováno!"
+msgid "Backup Now from configuration file"
+msgstr "Zálohovat z konfiguraèního souboru"
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr "Pĝenos protokolem WebDAV selhal!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Drakbackup Configuration"
+msgstr "Nastavení pro DrakBackup"
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr "V mechanice není CDR/DVDR médium."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total Progress"
+msgstr "Celkovŭ prùbìh"
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr "Toto není zapisovatelné médium"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Sending files..."
+msgstr "Posílám soubory..."
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr "Toto není pĝepisovatelné médium!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "files sending by FTP"
+msgstr "soubory poslané pĝes FTP"
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
-msgstr "Vymazání média mùe chvíli trvat."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup other files"
+msgstr "Zálohovat dalıí soubory"
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr "Problémy s právy pĝi pĝístupu na CD."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup user files"
+msgstr "Zálohovat uivatelské soubory"
-#: ../../standalone/drakbackup_.c:1060
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
-msgstr "Není páska v %s!"
+msgid "Backup system files"
+msgstr "Zálohovat systémové soubory"
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
-msgstr "Zálohovat systémové soubory..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Under Devel ... please wait."
+msgstr "Vyvíjí se... èekejte prosím."
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-msgid "Hard Disk Backup files..."
-msgstr "Záloní soubory pevného disku..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+"Nebyl nalezen konfiguraèní soubor, \n"
+"kliknìte na Prùvodce nebo na Rozıíĝené."
-#: ../../standalone/drakbackup_.c:1236
-msgid "Backup User files..."
-msgstr "Zálohovat soubory uivatelù..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select data to backup..."
+msgstr "Zkontrolujte prosím data pro zálohování..."
-#: ../../standalone/drakbackup_.c:1237
-msgid "Hard Disk Backup Progress..."
-msgstr "Prùbìh zálohování na pevnŭ disk... "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select media for backup..."
+msgstr "Prosím zvolte si médium pro zálohy..."
-#: ../../standalone/drakbackup_.c:1290
-msgid "Backup Other files..."
-msgstr "Zálohovat dalıí soubory..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select data to restore..."
+msgstr "Prosím zvolte data pro obnovu..."
-#: ../../standalone/drakbackup_.c:1296
-msgid "No changes to backup!"
-msgstr "Nejsou ádné zmìny pro zálohování!"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "The following packages need to be installed:\n"
+msgstr "Tyto balíèky budou instalovány"
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
-"\n"
-"Aktivity programu DrakBackup skrze %s:\n"
-"\n"
+"Chyba pĝi posílání souboru pĝes FTP.\n"
+" Prosím opravte vaıe nastavení FTP."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"file list sent by FTP: %s\n"
-" "
-msgstr ""
-"seznam souborù poslanŭ pĝes FTP: %s\n"
-" "
-
-#: ../../standalone/drakbackup_.c:1322
-msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-" Problémy FTP spojení: Nebylo moné poslat vaıe soubory se zálohou pĝes "
-"FTP.\n"
-
-#: ../../standalone/drakbackup_.c:1340
-msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
-"\n"
-"Aktivity programu DrakBackup skrze CD:\n"
-"\n"
+"Chyba pĝi posílání poıty\n"
+" Vámi zvolenŭ report nebyl odeslán\n"
+" Proveïte prosím nastavení sendmailu"
-#: ../../standalone/drakbackup_.c:1345
-msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
-msgstr ""
-"\n"
-"Aktivity programu DrakBackup skrze pásku:\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Next"
+msgstr "Dalıí"
-#: ../../standalone/drakbackup_.c:1354
-msgid " Error during mail sending. \n"
-msgstr " Chyba pĝi posílání poıty. \n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Previous"
+msgstr "Pĝedchozí"
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
-msgstr "Nelze vytvoĝit katalog!"
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save"
+msgstr "Uloit"
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-msgid "File Selection"
-msgstr "Vŭbìr souboru"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Build Backup"
+msgstr "Vytvoĝit zálohu"
-#: ../../standalone/drakbackup_.c:1529
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Vyberte soubory nebo adresáĝe a kliknìte na 'Pĝidat'"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Progress"
+msgstr "Prùbìh obnovení"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Zvolte prosím vıechny volby, které potĝebujete.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Catalog"
+msgstr "Obnovit z katalogu"
-#: ../../standalone/drakbackup_.c:1574
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr "Tato volba zazálohuje a obnoví vıechny soubory v adresáĝi /etc.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Browse to new restore repository."
+msgstr "Procházet novì obnovenŭ adresáĝ."
-#: ../../standalone/drakbackup_.c:1575
-msgid "Backup your System files. (/etc directory)"
-msgstr "Zálohovat vaıe systémové soubory. (adresáĝ /etc)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
+msgstr "CD je v mechanice - pokraèovat."
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Pouít pĝírùstkovou zálohu (nepĝepisovat starıí zálohy)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Custom Restore"
+msgstr "Vlastní obnova"
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Nezahrnout kritické soubory (passwd, group, fstab)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
+msgstr "Obnovit vıechny zálohy"
-#: ../../standalone/drakbackup_.c:1578
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr "Tato volba dovolí obnovit rùzné verze adresáĝe /etc."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Failed..."
+msgstr "Obnova selhala..."
-#: ../../standalone/drakbackup_.c:1595
-msgid "Please check all users that you want to include in your backup."
-msgstr "Zvolte prosím vıechny uivatele, které chcete zálohovat."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Files Restored..."
+msgstr "Soubory obnoveny..."
-#: ../../standalone/drakbackup_.c:1622
-msgid "Do not include the browser cache"
-msgstr "Nezahrnout cache prohlíeèe"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
+msgstr "Vyadována cesta nebo modul"
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Pouít pĝírùstkovou zálohu (nepĝepisovat starıí zálohy)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hostname required"
+msgstr "Vyadován název poèítaèe"
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-msgid "Remove Selected"
-msgstr "Odstranit vybrané"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Username required"
+msgstr "Vyadováno uivatelské jméno"
-#: ../../standalone/drakbackup_.c:1679
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Password required"
+msgstr "Vyadováno heslo"
-#: ../../standalone/drakbackup_.c:1714
-msgid "Users"
-msgstr "Uivatelé"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
+msgstr "Cesta na poèítaèi nebo modul"
-#: ../../standalone/drakbackup_.c:1740
-msgid "Use network connection to backup"
-msgstr "Pouít síğové pĝipojení pro zálohování"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Name"
+msgstr "Název poèítaèe"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
-msgstr "Síğová metoda:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr "Obnovit pĝes síğ pomocí protokolu: %s"
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
-msgstr "Pouít Expect pro SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network"
+msgstr "Obnovit pĝes síğ"
-#: ../../standalone/drakbackup_.c:1747
-msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
-msgstr ""
-"Vytvoĝit/Pĝenést\n"
-"záloní klíèe pro SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr "Páska nemá správnŭ název. Má oznaèení %s."
-#: ../../standalone/drakbackup_.c:1748
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" Transfer \n"
-"Now"
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-" Pĝenos \n"
-"Nyní"
+"Vlote pásku s názvem %s\n"
+" do páskové jednotky %s"
-#: ../../standalone/drakbackup_.c:1749
-msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
-msgstr ""
-"Jiné (ne pro drakbackup)\n"
-"klíèe jsou ji na místì"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Tape"
+msgstr "Obnovit z pásky"
-#: ../../standalone/drakbackup_.c:1753
-msgid "Please enter the host name or IP."
-msgstr "Zadejte prosím název poèítaèe nebo IP."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr "CD nemá správnŭ název. Je oznaèeno %s."
-#: ../../standalone/drakbackup_.c:1758
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-"Prosím, zadejte adresáĝ (nebo modul), do kterého\n"
-" bude umístìna záloha na tomto poèítaèi."
-
-#: ../../standalone/drakbackup_.c:1763
-msgid "Please enter your login"
-msgstr "Zadejte své pĝihlaıovací jméno"
-
-#: ../../standalone/drakbackup_.c:1768
-msgid "Please enter your password"
-msgstr "Zadejte své heslo"
+"Vlote CD s oznaèením %s do CD\n"
+" mechaniky do pĝípojného bodu /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:1774
-msgid "Remember this password"
-msgstr "Pamatovat si heslo"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From CD"
+msgstr "Obnovit z CD"
-#: ../../standalone/drakbackup_.c:1785
-msgid "Need hostname, username and password!"
-msgstr "Potĝebuji název poèítaèe, uivatelské jméno a heslo!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files not found at %s."
+msgstr "Souboru pro zálohu z %s nenalezeny."
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
-msgstr "Pouít pro zálohování CD/DVDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr ""
+"Zmìnit adresáĝ\n"
+"pro obnovu"
-#: ../../standalone/drakbackup_.c:1882
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
+"Restore Selected\n"
+"Files"
msgstr ""
-"Vyberte prosím své zaĝízení CD/DVD.\n"
-"(Stisknutím klávesy Enter pĝenesete nastavení do ostatních polí.\n"
-"Toto políèko není povinné, je to pouze nástroj pro vyplnìní formuláĝe.)"
+"Vybrána obnova\n"
+"Soubory"
-#: ../../standalone/drakbackup_.c:1887
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "Vyberte velikost vaıeho média CD/DVD"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+"Vybrána obnova\n"
+"Záznam katalogu"
-#: ../../standalone/drakbackup_.c:1893
-msgid "Please check for multisession CD"
-msgstr "Zvolte pokud pouíváte multisession CD"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
+msgstr "Odebrat adresáĝe uivatele pĝed obnovou."
-#: ../../standalone/drakbackup_.c:1899
-msgid "Please check if you are using CDRW media"
-msgstr "Zvolte pokud pouíváte CDRW média"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr "Provést novou zálohu pĝed obnovou (pouze pro pĝírùstkovou zálohu)"
-#: ../../standalone/drakbackup_.c:1905
-msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Zatrhnìte, pokud chcete vaıe CDRW médium smazat (pĝi prvním sezení)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "select path to restore (instead of /)"
+msgstr "vyberte cestu pro obnovení (místo /)"
-#: ../../standalone/drakbackup_.c:1906
-msgid " Erase Now "
-msgstr " Vymazat nyní "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Other"
+msgstr "Obnovit ostatní"
-#: ../../standalone/drakbackup_.c:1912
-msgid "Please check if you are using a DVDR device"
-msgstr "Zvolte pokud pouíváte zaĝízení DVDR"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Users"
+msgstr "Obnovit uivatele"
-#: ../../standalone/drakbackup_.c:1918
-msgid "Please check if you are using a DVDRAM device"
-msgstr "Zvolte pokud pouíváte zaĝízení DVDRAM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore system"
+msgstr "Obnovit systém"
-#: ../../standalone/drakbackup_.c:1931
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Zadejte název vaıí vypalovaèky CD\n"
-" napĝ.: 1,0,0"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Other Media"
+msgstr "Dalıí média"
-#: ../../standalone/drakbackup_.c:1964
-msgid "No CD device defined!"
-msgstr "Není definováno ádné zaĝízení CD!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select another media to restore from"
+msgstr "Vyberte dalıí médium, kde jsou umístìny zálohy"
-#: ../../standalone/drakbackup_.c:2012
-msgid "Use tape to backup"
-msgstr "Pouít páskovou jednotku"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory where backups are stored"
+msgstr "Zadejte adresáĝ, kde jsou umístìny zálohy"
-#: ../../standalone/drakbackup_.c:2015
-msgid "Please enter the device name to use for backup"
-msgstr "Zadejte název zaĝízení, na které se bude zálohovat"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore from Hard Disk."
+msgstr "Obnovit z pevného disku."
-#: ../../standalone/drakbackup_.c:2021
-msgid "Please check if you want to use the non-rewinding device."
-msgstr ""
-"Pokud chcete pouívat zaĝízení bez zpìtného pĝevíjení, prosím zatrhnìte."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Secure Connection"
+msgstr "Bezpeèné pĝipojení"
-#: ../../standalone/drakbackup_.c:2027
-msgid "Please check if you want to erase your tape before the backup."
-msgstr ""
-"Pokud chcete pĝed zálohováním vaıi pásku nejdĝíve smazat, prosím zatrhnìte"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FTP Connection"
+msgstr "FTP pĝipojení"
-#: ../../standalone/drakbackup_.c:2033
-msgid "Please check if you want to eject your tape after the backup."
-msgstr ""
-"Pokud chcete po zálohování pásku automaticky vysunout, prosím zatrhnìte."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use quota for backup files."
+msgstr "Pouít kvóty pro záloní soubory."
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11425,1079 +14918,951 @@ msgstr ""
"Zadejte prosím maximální velikost\n"
" povolenou pro DrakBackup"
-#: ../../standalone/drakbackup_.c:2103
-msgid "Please enter the directory to save to:"
-msgstr "Zadejte adresáĝ, kam se bude ukládat:"
-
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-msgid "Use quota for backup files."
-msgstr "Pouít kvóty pro záloní soubory."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save:"
+msgstr "Zadejte adresáĝ, kam bude umístìna záloha:"
-#: ../../standalone/drakbackup_.c:2180
-msgid "Network"
-msgstr "Síğ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Hard Disk to backup"
+msgstr "Pouít pro zálohování pevnŭ disk"
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr "CD-ROM / DVD-ROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "please choose the date to restore"
+msgstr "Vyberte datum obnovení zálohy"
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
-msgstr "Pevnŭ disk / NFS"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup the system files before:"
+msgstr "Zálohovat systémové soubory pĝed:"
-#: ../../standalone/drakbackup_.c:2195
-msgid "Tape"
-msgstr "Páska"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "User list to restore (only the most recent date per user is important)"
+msgstr ""
+"Seznam uivatelù pro obnovení (od kadého bude obnovena pouze poslední "
+"záloha)"
-#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
-msgstr "kadou hodinu"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
+msgstr "Obnovit také ostatní soubory."
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr "kadŭ den"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Restore Configuration "
+msgstr " Obnovit nastavení "
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
-msgstr "kadŭ tŭden"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr " úspìınì obnovena na %s "
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
-msgstr "kadŭ mìsíc"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " All of your selected data have been "
+msgstr " Vıechna vybraná data byla "
-#: ../../standalone/drakbackup_.c:2229
-msgid "Use daemon"
-msgstr "Pouít démona"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr "Záloní soubory jsou poıkozené"
-#: ../../standalone/drakbackup_.c:2234
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Vyberte si interval mezi\n"
-"jednotlivŭmi zálohami"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please uncheck or remove it on next time."
+msgstr "Zruıte tuto volbu pĝi dalıím spuıtìní."
-#: ../../standalone/drakbackup_.c:2240
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
+"List of data corrupted:\n"
+"\n"
msgstr ""
-"Prosím zvolte si\n"
-"médium pro zálohy."
+"Seznam poıkozenŭch dat:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2247
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-"Ujistìte se prosím, e mezi slubami je pĝítomen cron démon.\n"
+"Seznam dat pro obnovení:\n"
"\n"
-"V tuto chvíli také vıechna 'síğová' média pouívají pevnŭ disk."
-
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
-msgstr "Poslat report po záloze mailem na :"
-
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
-msgstr "Smazat pomocné tar soubory po záloze na jiné médium."
-
-#: ../../standalone/drakbackup_.c:2324
-msgid "What"
-msgstr "Co"
-
-#: ../../standalone/drakbackup_.c:2329
-msgid "Where"
-msgstr "Kde"
-
-#: ../../standalone/drakbackup_.c:2334
-msgid "When"
-msgstr "Kdy"
-
-#: ../../standalone/drakbackup_.c:2339
-msgid "More Options"
-msgstr "Dalıí volby"
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-msgid "Drakbackup Configuration"
-msgstr "Nastavení pro DrakBackup"
-
-#: ../../standalone/drakbackup_.c:2376
-msgid "Please choose where you want to backup"
-msgstr "Vyberte si, prosím, kam chcete zálohovat."
-
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
-msgstr "na pevnŭ disk"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr "Pro první spuıtìní pouijte Prùvodce nebo Rozıíĝené.\n"
-#: ../../standalone/drakbackup_.c:2388
-msgid "across Network"
-msgstr "pĝes síğ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by webdav.\n"
+msgstr "\t-Sítí pĝes webdav.\n"
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
-msgstr "na CDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by rsync.\n"
+msgstr "\t-Sítí pĝes rsync.\n"
-#: ../../standalone/drakbackup_.c:2406
-msgid "on Tape Device"
-msgstr "na pásku"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
+msgstr "\t-Sítí pĝes SSH.\n"
-#: ../../standalone/drakbackup_.c:2449
-msgid "Please choose what you want to backup"
-msgstr "Prosím vyberte si, co chcete zálohovat"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
+msgstr "\t-Sítí pĝes FTP.\n"
-#: ../../standalone/drakbackup_.c:2450
-msgid "Backup system"
-msgstr "Zálohovat systém"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Tape \n"
+msgstr "\t-Páska \n"
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
-msgstr "Zálohovat uivatele"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
+msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
-msgstr "Vybrat uivatele manuálnì"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
+msgstr "\t-Pevnŭ disk.\n"
-#: ../../standalone/drakbackup_.c:2537
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Backup Sources: \n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
-"Zdroje pro zálohu:\n"
+"- Démon (%s) zahrnuje :\n"
-#: ../../standalone/drakbackup_.c:2538
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Systémové soubory:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
+msgstr "\tZálohování pouívá tar a gzip\n"
-#: ../../standalone/drakbackup_.c:2540
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Soubory uivatelù:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
+msgstr "\tZálohování pouívá tar a bzip2\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
+msgstr "\tNezahrnout systémové soubory\n"
-#: ../../standalone/drakbackup_.c:2542
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Other Files:\n"
+"- Options:\n"
msgstr ""
"\n"
-"- Dalıí soubory:\n"
+"- Volby:\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\n"
-"- Save on Hard drive on path: %s\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-"\n"
-"- Uloit na pevnŭ disk do adresáĝe: %s\n"
+"\t\t uivatelské jméno: %s\n"
+"\t\t cesta: %s \n"
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Delete hard drive tar files after backup.\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Smazat pomocné tar soubory po provedení zálohy.\n"
+"- Uloit skrze %s na poèítaè: %s\n"
-#: ../../standalone/drakbackup_.c:2553
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t\tErase=%s"
+msgstr "\t\tErase=%s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Burn to CD"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- Vypálit na CD"
+"- Uloit na pásku na zaĝízení: %s"
-#: ../../standalone/drakbackup_.c:2554
-msgid "RW"
-msgstr "RW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
+msgstr " (multi-session)"
-#: ../../standalone/drakbackup_.c:2555
+#: ../../standalone/drakbackup:1
#, c-format
msgid " on device: %s"
msgstr " na zaĝízení: %s"
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
-msgstr " (multi-session)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "RW"
+msgstr "RW"
-#: ../../standalone/drakbackup_.c:2557
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Burn to CD"
msgstr ""
"\n"
-"- Uloit na pásku na zaĝízení: %s"
-
-#: ../../standalone/drakbackup_.c:2558
-#, c-format
-msgid "\t\tErase=%s"
-msgstr "\t\tErase=%s"
+"- Vypálit na CD"
-#: ../../standalone/drakbackup_.c:2561
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- Delete hard drive tar files after backup.\n"
msgstr ""
"\n"
-"- Uloit skrze %s na poèítaè: %s\n"
+"- Smazat pomocné tar soubory po provedení zálohy.\n"
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-"\t\t uivatelské jméno: %s\n"
-"\t\t cesta: %s \n"
+"\n"
+"- Uloit na pevnŭ disk do adresáĝe: %s\n"
-#: ../../standalone/drakbackup_.c:2563
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
+"- Other Files:\n"
msgstr ""
"\n"
-"- Volby:\n"
-
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr "\tNezahrnout systémové soubory\n"
-
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tZálohování pouívá tar a bzip2\n"
-
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tZálohování pouívá tar a gzip\n"
+"- Dalıí soubory:\n"
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include:\n"
+"- User Files:\n"
msgstr ""
"\n"
-"- Démon (%s) zahrnuje :\n"
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
-msgstr "\t-Pevnŭ disk.\n"
-
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:2575
-msgid "\t-Tape \n"
-msgstr "\t-Páska \n"
-
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Sítí pĝes FTP.\n"
-
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Sítí pĝes SSH.\n"
-
-#: ../../standalone/drakbackup_.c:2578
-msgid "\t-Network by rsync.\n"
-msgstr "\t-Sítí pĝes rsync.\n"
-
-#: ../../standalone/drakbackup_.c:2579
-msgid "\t-Network by webdav.\n"
-msgstr "\t-Sítí pĝes webdav.\n"
-
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Pro první spuıtìní pouijte Prùvodce nebo Rozıíĝené.\n"
+"- Soubory uivatelù:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data to restore:\n"
"\n"
+"- System Files:\n"
msgstr ""
-"Seznam dat pro obnovení:\n"
"\n"
+"- Systémové soubory:\n"
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data corrupted:\n"
"\n"
+"Backup Sources: \n"
msgstr ""
-"Seznam poıkozenŭch dat:\n"
"\n"
+"Zdroje pro zálohu:\n"
-#: ../../standalone/drakbackup_.c:2756
-msgid "Please uncheck or remove it on next time."
-msgstr "Zruıte tuto volbu pĝi dalıím spuıtìní."
-
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
-msgstr "Záloní soubory jsou poıkozené"
-
-#: ../../standalone/drakbackup_.c:2787
-msgid " All of your selected data have been "
-msgstr " Vıechna vybraná data byla "
-
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " úspìınì obnovena na %s "
-
-#: ../../standalone/drakbackup_.c:2906
-msgid " Restore Configuration "
-msgstr " Obnovit nastavení "
-
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
-msgstr "Obnovit také ostatní soubory."
-
-#: ../../standalone/drakbackup_.c:2941
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
-"Seznam uivatelù pro obnovení (od kadého bude obnovena pouze poslední "
-"záloha)"
-
-#: ../../standalone/drakbackup_.c:3019
-msgid "Backup the system files before:"
-msgstr "Zálohovat systémové soubory pĝed:"
-
-#: ../../standalone/drakbackup_.c:3021
-msgid "please choose the date to restore"
-msgstr "Vyberte datum obnovení zálohy"
+msgid "Select user manually"
+msgstr "Vybrat uivatele manuálnì"
-#: ../../standalone/drakbackup_.c:3057
-msgid "Use Hard Disk to backup"
-msgstr "Pouít pro zálohování pevnŭ disk"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
+msgstr "Zálohovat uivatele"
-#: ../../standalone/drakbackup_.c:3060
-msgid "Please enter the directory to save:"
-msgstr "Zadejte adresáĝ, kam bude umístìna záloha:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system"
+msgstr "Zálohovat systém"
-#: ../../standalone/drakbackup_.c:3103
-msgid "FTP Connection"
-msgstr "FTP pĝipojení"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose what you want to backup"
+msgstr "Prosím vyberte si, co chcete zálohovat"
-#: ../../standalone/drakbackup_.c:3110
-msgid "Secure Connection"
-msgstr "Bezpeèné pĝipojení"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Tape Device"
+msgstr "na pásku"
-#: ../../standalone/drakbackup_.c:3134
-msgid "Restore from Hard Disk."
-msgstr "Obnovit z pevného disku."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
+msgstr "na CDROM"
-#: ../../standalone/drakbackup_.c:3136
-msgid "Please enter the directory where backups are stored"
-msgstr "Zadejte adresáĝ, kde jsou umístìny zálohy"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "across Network"
+msgstr "pĝes síğ"
-#: ../../standalone/drakbackup_.c:3204
-msgid "Select another media to restore from"
-msgstr "Vyberte dalıí médium, kde jsou umístìny zálohy"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
+msgstr "na pevnŭ disk"
-#: ../../standalone/drakbackup_.c:3206
-msgid "Other Media"
-msgstr "Dalıí média"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose where you want to backup"
+msgstr "Vyberte si, prosím, kam chcete zálohovat."
-#: ../../standalone/drakbackup_.c:3211
-msgid "Restore system"
-msgstr "Obnovit systém"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "More Options"
+msgstr "Dalıí volby"
-#: ../../standalone/drakbackup_.c:3212
-msgid "Restore Users"
-msgstr "Obnovit uivatele"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "When"
+msgstr "Kdy"
-#: ../../standalone/drakbackup_.c:3213
-msgid "Restore Other"
-msgstr "Obnovit ostatní"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Where"
+msgstr "Kde"
-#: ../../standalone/drakbackup_.c:3215
-msgid "select path to restore (instead of /)"
-msgstr "vyberte cestu pro obnovení (místo /)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "What"
+msgstr "Co"
-#: ../../standalone/drakbackup_.c:3219
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "Provést novou zálohu pĝed obnovou (pouze pro pĝírùstkovou zálohu)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
+msgstr "Smazat pomocné tar soubory po záloze na jiné médium."
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
-msgstr "Odebrat adresáĝe uivatele pĝed obnovou."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
+msgstr "Poslat report po záloze mailem na :"
-#: ../../standalone/drakbackup_.c:3334
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Restore Selected\n"
-"Catalog Entry"
+"Please be sure that the cron daemon is included in your services. \n"
+"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-"Vybrána obnova\n"
-"Záznam katalogu"
+"Ujistìte se prosím, e mezi slubami je pĝítomen cron démon.\n"
+"\n"
+"V tuto chvíli také vıechna 'síğová' média pouívají pevnŭ disk."
-#: ../../standalone/drakbackup_.c:3344
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Restore Selected\n"
-"Files"
+"Please choose the\n"
+"media for backup."
msgstr ""
-"Vybrána obnova\n"
-"Soubory"
+"Prosím zvolte si\n"
+"médium pro zálohy."
-#: ../../standalone/drakbackup_.c:3361
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Change\n"
-"Restore Path"
+"Please choose the time \n"
+"interval between each backup"
msgstr ""
-"Zmìnit adresáĝ\n"
-"pro obnovu"
+"Vyberte si interval mezi\n"
+"jednotlivŭmi zálohami"
-#: ../../standalone/drakbackup_.c:3427
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Backup files not found at %s."
-msgstr "Souboru pro zálohu z %s nenalezeny."
+msgid "Use daemon"
+msgstr "Pouít démona"
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
-msgstr ""
-"Vlote CD s oznaèením %s do CD\n"
-" mechaniky do pĝípojného bodu /mnt/cdrom"
+msgid "monthly"
+msgstr "kadŭ mìsíc"
-#: ../../standalone/drakbackup_.c:3440
-msgid "Restore From CD"
-msgstr "Obnovit z CD"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "weekly"
+msgstr "kadŭ tŭden"
-#: ../../standalone/drakbackup_.c:3442
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
-msgstr "CD nemá správnŭ název. Je oznaèeno %s."
+msgid "daily"
+msgstr "kadŭ den"
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
-msgstr ""
-"Vlote pásku s názvem %s\n"
-" do páskové jednotky %s"
+msgid "hourly"
+msgstr "kadou hodinu"
-#: ../../standalone/drakbackup_.c:3452
-msgid "Restore From Tape"
-msgstr "Obnovit z pásky"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "HardDrive / NFS"
+msgstr "Pevnŭ disk / NFS"
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
-msgstr "Páska nemá správnŭ název. Má oznaèení %s."
+msgid "CDROM / DVDROM"
+msgstr "CD-ROM / DVD-ROM"
-#: ../../standalone/drakbackup_.c:3474
-msgid "Restore Via Network"
-msgstr "Obnovit pĝes síğ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save to:"
+msgstr "Zadejte adresáĝ, kam se bude ukládat:"
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
-msgstr "Obnovit pĝes síğ pomocí protokolu: %s"
+msgid "Please check if you want to eject your tape after the backup."
+msgstr ""
+"Pokud chcete po zálohování pásku automaticky vysunout, prosím zatrhnìte."
-#: ../../standalone/drakbackup_.c:3475
-msgid "Host Name"
-msgstr "Název poèítaèe"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr ""
+"Pokud chcete pĝed zálohováním vaıi pásku nejdĝíve smazat, prosím zatrhnìte"
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
-msgstr "Cesta na poèítaèi nebo modul"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr ""
+"Pokud chcete pouívat zaĝízení bez zpìtného pĝevíjení, prosím zatrhnìte."
-#: ../../standalone/drakbackup_.c:3483
-msgid "Password required"
-msgstr "Vyadováno heslo"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the device name to use for backup"
+msgstr "Zadejte název zaĝízení, na které se bude zálohovat"
-#: ../../standalone/drakbackup_.c:3489
-msgid "Username required"
-msgstr "Vyadováno uivatelské jméno"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use tape to backup"
+msgstr "Pouít páskovou jednotku"
-#: ../../standalone/drakbackup_.c:3492
-msgid "Hostname required"
-msgstr "Vyadován název poèítaèe"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CD device defined!"
+msgstr "Není definováno ádné zaĝízení CD!"
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
-msgstr "Vyadována cesta nebo modul"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+"Zadejte název vaıí vypalovaèky CD\n"
+" napĝ.: 1,0,0"
-#: ../../standalone/drakbackup_.c:3510
-msgid "Files Restored..."
-msgstr "Soubory obnoveny..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "Zvolte pokud pouíváte zaĝízení DVDRAM"
-#: ../../standalone/drakbackup_.c:3513
-msgid "Restore Failed..."
-msgstr "Obnova selhala..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "Zvolte pokud pouíváte zaĝízení DVDR"
-#: ../../standalone/drakbackup_.c:3751
-msgid "Restore all backups"
-msgstr "Obnovit vıechny zálohy"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Erase Now "
+msgstr " Vymazat nyní "
-#: ../../standalone/drakbackup_.c:3760
-msgid "Custom Restore"
-msgstr "Vlastní obnova"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr "Zatrhnìte, pokud chcete vaıe CDRW médium smazat (pĝi prvním sezení)"
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
-msgstr "CD je v mechanice - pokraèovat."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "Zvolte pokud pouíváte CDRW média"
-#: ../../standalone/drakbackup_.c:3810
-msgid "Browse to new restore repository."
-msgstr "Procházet novì obnovenŭ adresáĝ."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check for multisession CD"
+msgstr "Zvolte pokud pouíváte multisession CD"
-#: ../../standalone/drakbackup_.c:3813
-msgid "Restore From Catalog"
-msgstr "Obnovit z katalogu"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Vyberte velikost vaıeho média CD/DVD"
-#: ../../standalone/drakbackup_.c:3841
-msgid "Restore Progress"
-msgstr "Prùbìh obnovení"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
+msgstr ""
+"Vyberte prosím své zaĝízení CD/DVD.\n"
+"(Stisknutím klávesy Enter pĝenesete nastavení do ostatních polí.\n"
+"Toto políèko není povinné, je to pouze nástroj pro vyplnìní formuláĝe.)"
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-msgid "Previous"
-msgstr "Pĝedchozí"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use CD/DVDROM to backup"
+msgstr "Pouít pro zálohování CD/DVDROM"
-#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-msgid "Save"
-msgstr "Uloit"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Need hostname, username and password!"
+msgstr "Potĝebuji název poèítaèe, uivatelské jméno a heslo!"
-#: ../../standalone/drakbackup_.c:3946
-msgid "Build Backup"
-msgstr "Vytvoĝit zálohu"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remember this password"
+msgstr "Pamatovat si heslo"
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-msgid "Restore"
-msgstr "Obnovit"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your password"
+msgstr "Zadejte své heslo"
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your login"
+msgstr "Zadejte své pĝihlaıovací jméno"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
-"Chyba pĝi posílání poıty\n"
-" Vámi zvolenŭ report nebyl odeslán\n"
-" Proveïte prosím nastavení sendmailu"
+"Prosím, zadejte adresáĝ (nebo modul), do kterého\n"
+" bude umístìna záloha na tomto poèítaèi."
-#: ../../standalone/drakbackup_.c:4195
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the host name or IP."
+msgstr "Zadejte prosím název poèítaèe nebo IP."
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-"Chyba pĝi posílání souboru pĝes FTP.\n"
-" Prosím opravte vaıe nastavení FTP."
+"Jiné (ne pro drakbackup)\n"
+"klíèe jsou ji na místì"
-#: ../../standalone/drakbackup_.c:4209
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
+" Transfer \n"
+"Now"
msgstr ""
-"Následující balíèky musí bŭt instalovány:\n"
-" @list_of_rpm_to_install"
-
-#: ../../standalone/drakbackup_.c:4232
-msgid "Please select data to restore..."
-msgstr "Prosím zvolte data pro obnovu..."
-
-#: ../../standalone/drakbackup_.c:4267
-msgid "Please select media for backup..."
-msgstr "Prosím zvolte si médium pro zálohy..."
-
-#: ../../standalone/drakbackup_.c:4275
-msgid "Please select data to backup..."
-msgstr "Zkontrolujte prosím data pro zálohování..."
+" Pĝenos \n"
+"Nyní"
-#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-"Nebyl nalezen konfiguraèní soubor, \n"
-"kliknìte na Prùvodce nebo na Rozıíĝené."
+"Vytvoĝit/Pĝenést\n"
+"záloní klíèe pro SSH"
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
-msgstr "Vyvíjí se... èekejte prosím."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Expect for SSH"
+msgstr "Pouít Expect pro SSH"
-#: ../../standalone/drakbackup_.c:4382
-msgid "Backup system files"
-msgstr "Zálohovat systémové soubory"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Net Method:"
+msgstr "Síğová metoda:"
-#: ../../standalone/drakbackup_.c:4384
-msgid "Backup user files"
-msgstr "Zálohovat uivatelské soubory"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use network connection to backup"
+msgstr "Pouít síğové pĝipojení pro zálohování"
-#: ../../standalone/drakbackup_.c:4386
-msgid "Backup other files"
-msgstr "Zálohovat dalıí soubory"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Users"
+msgstr "Uivatelé"
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
-msgstr "Celkovŭ prùbìh"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Windows (FAT32)"
+msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
-msgstr "soubory poslané pĝes FTP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr "Pouít pĝírùstkovou zálohu (nepĝepisovat starıí zálohy)"
-#: ../../standalone/drakbackup_.c:4416
-msgid "Sending files..."
-msgstr "Posílám soubory..."
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Remove Selected"
+msgstr "Odstranit vybrané"
-#: ../../standalone/drakbackup_.c:4500
-msgid "Backup Now from configuration file"
-msgstr "Zálohovat z konfiguraèního souboru"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
+msgstr "Nezahrnout cache prohlíeèe"
-#: ../../standalone/drakbackup_.c:4505
-msgid "View Backup Configuration."
-msgstr "Prohlédnout konfiguraci zálohy."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check all users that you want to include in your backup."
+msgstr "Zvolte prosím vıechny uivatele, které chcete zálohovat."
-#: ../../standalone/drakbackup_.c:4526
-msgid "Wizard Configuration"
-msgstr "Prùvodce konfigurací"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr "Tato volba dovolí obnovit rùzné verze adresáĝe /etc."
-#: ../../standalone/drakbackup_.c:4531
-msgid "Advanced Configuration"
-msgstr "Rozıíĝená konfigurace"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr "Nezahrnout kritické soubory (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:4536
-msgid "Backup Now"
-msgstr "Zálohovat nyní"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
+msgstr "Pouít pĝírùstkovou zálohu (nepĝepisovat starıí zálohy)"
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
-msgstr "DrakBackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "Zálohovat vaıe systémové soubory. (adresáĝ /etc)"
-#: ../../standalone/drakbackup_.c:4624
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr "Tato volba zazálohuje a obnoví vıechny soubory v adresáĝi /etc.\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"Please check all options that you need.\n"
msgstr ""
-"Popis voleb:\n"
-"\n"
-" V tomto kroku vám aplikace DrakBackup umoní zmìnit:\n"
-"\n"
-" - Reim komprese:\n"
-" \n"
-" Pokud zvolíte kompresi bzip2, budete mít kompresi\n"
-" lepıí ne pomocí gzip (okolo 2-10%).\n"
-" Tato volba není zvolena jako vŭchozí, protoe\n"
-" vyaduje daleko více èasu (a o 1000% více).\n"
-"\n"
-" - Reim aktualizace:\n"
-"\n"
-" Tato volba aktualizuje zálohu, ale není moc uiteèná,\n"
-" protoe pĝed aktualizací musíte nejdĝíve zálohu\n"
-" dekomprimovat.\n"
-" \n"
-"- Reim pouití souboru .backupignore:\n"
-"\n"
-" Stejnì jako pro cvs, i pro DrakBackup lze uvést seznam\n"
-" souborù v .backupignore, které budou pĝi zálohování ignorovány.\n"
-" napĝ.:\n"
-" \\$> cat .backupignore\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
"\n"
+"Zvolte prosím vıechny volby, které potĝebujete.\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select the files or directories and click on 'Add'"
+msgstr "Vyberte soubory nebo adresáĝe a kliknìte na 'Pĝidat'"
+
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "File Selection"
+msgstr "Vŭbìr souboru"
-#: ../../standalone/drakbackup_.c:4654
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr "Nelze vytvoĝit katalog!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Error while sending mail. \n"
+msgstr " Chyba pĝi posílání poıty. \n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"Drakbackup activities via tape:\n"
"\n"
msgstr ""
"\n"
-" Nìkteré chyby pĝi nastavení poıty jsou zpùsobeny\n"
-" ıpatnou konfigurací programu postfix. Pro vyĝeıení\n"
-" nastavte myhostname a mydomain v /etc/postfix/main.cf\n"
+"Aktivity programu DrakBackup skrze pásku:\n"
"\n"
-#: ../../standalone/drakbackup_.c:4662
+#: ../../standalone/drakbackup:1
+#, c-format
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 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"
+"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-"popis voleb:\n"
-"\n"
-"- Záloha systémovŭch souborù:\n"
-" \n"
-"\tTato volba zálohuje adresáĝ /etc, kterŭ obsahuje vıechny\n"
-"\tkonfiguraèní soubory. Dávejte pozor pĝi obnovì na to,\n"
-"\taby se nepĝepsaly soubory:\n"
-"\t\t/etc/passwd \n"
-"\t\t/etc/group \n"
-"\t\t/etc/fstab\n"
-"\n"
-" - Zálohovat soubory uivatelù:\n"
-"\n"
-"\tTato volba dovoluje vybrat vıechny uivatele, které\n"
-"\t\tchcete zálohovat.\n"
-"\tAby se uıetĝilo místo na disku, není dobré zahrnout cache\n"
-"\tod prohlíeèe.\n"
-"\n"
-" - Zálohovat ostatní soubory:\n"
-"\n"
-"\tTato volba dovolí pĝidat dalıí data pro zálohování.\n"
-"\tV souèasnosti není moné pĝi tomto zálohování zvolit\n"
-"\tpĝírùstkové zálohování.\t\n"
-"\n"
-" - Pĝírùstkové zálohování:\n"
-"\n"
-"\tPĝírùstkové zálohování je velmi mocnŭ druh zálohování,\n"
-"\tprotoe dovoluje zálohovat vıechna data pouze poprvé\n"
-"\ta dále se zálohují pouze zmìny.\n"
-"\tBìhem obnovy tak budete moci zadat, od jakého data se\n"
-"\tmají data obnovit.\n"
-"\tPokud nezvolíte tuto monost, bude pĝi kadé záloze\n"
-"\tpĝedchozí záloha smazána.\n"
"\n"
+"Aktivity programu DrakBackup skrze CD:\n"
"\n"
-#: ../../standalone/drakbackup_.c:4701
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
-"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data 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 option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
"\n"
+"Drakbackup activities via %s:\n"
"\n"
msgstr ""
-"Popis voleb pro obnovu:\n"
-"\n"
-"Bude pouita záloha s nejaktuálnìjıím datem, protoe pĝi\n"
-"pĝírùstkovém zálohování je nutné provádìt obnovu jednu\n"
-"za druhou smìrem ke starıím datùm.\n"
-"\n"
-"Pokud nechcete obnovit uivatele, odznaète vıechny\n"
-"jeho zaıkrtávací políèka.\n"
-"\n"
-"Jinak je moné si vybrat pouze jednoho z nich\n"
-"\n"
-" - Pĝírùstkové zálohování:\n"
-"\n"
-"\tPĝírùstkové zálohování je velmi mocnŭ druh zálohování,\n"
-"\tprotoe dovoluje zálohovat vıechna data pouze poprvé\n"
-"\ta dále se zálohují pouze zmìny.\n"
-"\tBìhem obnovy tak budete moci zadat, od jakého data se\n"
-"\tmají data obnovit.\n"
-"\tPokud nezvolíte tuto monost, bude pĝi kadé záloze\n"
-"\tpĝedchozí záloha smazána. \n"
-"\n"
"\n"
+"Aktivity programu DrakBackup skrze %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:4727
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
msgstr ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
+"\n"
+" Problémy FTP spojení: Nebylo moné poslat vaıe soubory se zálohou pĝes "
+"FTP.\n"
-#: ../../standalone/drakbackup_.c:4729
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-" aktualizace 2002 MandrakeSoft od Stewa Benedicta <sbenedict\\@mandrakesoft."
-"com>"
+"seznam souborù poslanŭ pĝes FTP: %s\n"
+" "
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No changes to backup!"
+msgstr "Nejsou ádné zmìny pro zálohování!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup files..."
+msgstr "Záloní soubory pevného disku..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Other files..."
+msgstr "Zálohovat dalıí soubory..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
+msgstr "Prùbìh zálohování na pevnŭ disk... "
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup User files..."
+msgstr "Zálohovat soubory uivatelù..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
+msgstr "Zálohovat systémové soubory..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr "Není páska v %s!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr "Problémy s právy pĝi pĝístupu na CD."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr "Vymazání média mùe chvíli trvat."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr "Toto není pĝepisovatelné médium!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr "Toto není zapisovatelné médium"
-#: ../../standalone/drakbackup_.c:4732
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr "V mechanice není CDR/DVDR médium."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
+msgstr "Pĝenos protokolem WebDAV selhal!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
+msgstr "Vzdálená místo je ji protokolem WebDAV synchronizováno!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total progess"
+msgstr "Celkovŭ prùbìh"
+
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\n"
+"ssh -i %s %s\\@%s\n"
"\n"
+"without being prompted for a password."
msgstr ""
-"Popis:\n"
+"Pĝenos úspìınŭ!\n"
+"Moná budete chtít zkontrolovat, zda se mùete pĝihlásit na server:\n"
"\n"
-" DrakBackup je nástroj na zálohování systému.\n"
-" Bìhem konfigurace mùete vybrat: \n"
-"\t- Systémové soubory,\n"
-"\t- Soubory uivatelù,\n"
-"\t- Ostatní soubory.\n"
-"\tnebo Celŭ systém a jiné (jako jsou oddíly s Windows).\n"
+"ssh -i %s %s\\@%s\n"
"\n"
-" DrakBackup dovoluje zálohovat na:\n"
-"\t- Pevnŭ disk.\n"
-"\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (se spuıtìním, záchranou a autoinstalací).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t- Páskovou jednotku.\n"
+"bez dotazu na heslo."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "%s not responding"
+msgstr "%s neodpovídá"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't find %s on %s"
+msgstr "Nelze nalézt %s na %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr "Povolení odepĝeno pĝi pĝenosu %s na %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Bad password on %s"
+msgstr "Chybné heslo na %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr "ádná vŭzva na heslo na %s na portu %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
+msgstr "CHYBA: Nelze spustit pĝíkaz %s."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
+msgstr "Generování klíèù mùe chvíli trvat."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"%s exists, delete?\n"
"\n"
-" DrakBackup dovoluje provést obnovu do vybraného adresáĝe.\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
+msgstr ""
+"%s existuje, smazat?\n"
"\n"
-" Jako vŭchozí jsou umístìny vıechny zálohy do adresáĝe\n"
-" /var/lib/drakbackup \n"
+"Varování: Pokud jste tak ji jednou uèinili, budete nejspíı muset\n"
+"vymazat pĝísluınŭ záznam ze souboru authorized_keys na serveru."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\n"
-" Konfiguraèní soubor:\n"
-"\t/etc/drakconf/drakbackup/drakbackup.conf\n"
+" DrakBackup Report Details\n"
"\n"
"\n"
-"Postup pĝi obnovì:\n"
+msgstr ""
"\n"
-" Pĝi provádìní obnovy odstraní DrakBackup pùvodní adresáĝ\n"
-" a ovìĝí, e zálohované soubory nejsou poıkozeny.\n"
-" Doporuèuje se ale provést zálohu tìchto dat pĝed provedením\n"
-" obnovy.\n"
+" Detaily o reportu pro DrackBackup\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Daemon Report\n"
+"\n"
"\n"
msgstr ""
-"popis voleb:\n"
"\n"
-"Buïte opatrní pĝi zálohování na FTP, protoe na server je poslána\n"
-"pouze ji vytvoĝená záloha.\n"
-"Je tudí vhodné nejdĝíve provést zálohu na disk pĝed tím, ne\n"
-"ji poılete na server.\n"
+" Report démonu pro DrackBackup\n"
+"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4778
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Restore Backup Problems:\n"
+" DrakBackup Report \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"
-"Problémy pĝi obnovì:\n"
-"\n"
-"Pĝi obnovování DrakBackup nejdĝíve ovìĝuje vıechny\n"
-"zálohované soubory.\n"
-"Pĝed tím, ne je soubor obnoven, provede DrakBackup vŭmaz\n"
-"pùvodního souboru, a tak pĝijdete o vıechna data.\n"
-"Buïte proto opatrní a nesnate se modifikovat zálohovaná\n"
-"data ruènì.\n"
+" Report programu DrackBackup \n"
"\n"
-#: ../../standalone/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Instalace %s neuspìla. Stala se tato chyba:"
-
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
-msgstr "Nástroj spoleènosti Mandrake pro hláıení chyb"
-
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
-msgstr "Prùvodce pro nové uivatele"
-
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
-msgstr "Nástroj na synchronizaci"
-
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-msgid "Standalone Tools"
-msgstr "Samostatné nástroje"
-
-#: ../../standalone/drakbug_.c:53
-msgid "HardDrake"
-msgstr "HardDrake"
-
-#: ../../standalone/drakbug_.c:54
-msgid "Mandrake Online"
-msgstr "Mandrake Online"
-
-#: ../../standalone/drakbug_.c:55
-msgid "Menudrake"
-msgstr "Menudrake"
-
-#: ../../standalone/drakbug_.c:56
-msgid "Msec"
-msgstr "Msec"
+msgid "INFO"
+msgstr "INFO"
-#: ../../standalone/drakbug_.c:57
-msgid "Remote Control"
-msgstr "Vzdálené ovládání"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FATAL"
+msgstr "FATAL"
-#: ../../standalone/drakbug_.c:58
-msgid "Software Manager"
-msgstr "Správce software"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
+msgstr "VAROVÁNÍ"
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
-msgstr "Urpmi"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
+msgstr "Sluby cronu nejsou zatím pro bìné uivatele dostupné."
-#: ../../standalone/drakbug_.c:60
-msgid "Windows Migration tool"
-msgstr "Nástroj pro migraci z Windows"
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Instalace %s neuspìla. Stala se tato chyba:"
-#: ../../standalone/drakbug_.c:61
-msgid "Userdrake"
-msgstr "UserDrake"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "No browser available! Please install one"
+msgstr "Není k dispozici ádnŭ prohlíeè! Prosím nainstalujte nìjakŭ."
-#: ../../standalone/drakbug_.c:62
-msgid "Configuration Wizards"
-msgstr "Prùvodci nastavením"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
+msgstr "pĝipojuji se k prùvodci Bugzilla ..."
-#: ../../standalone/drakbug_.c:75
-msgid "Application:"
-msgstr "Aplikace:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package not installed"
+msgstr "Není instalováno"
-#: ../../standalone/drakbug_.c:76
-msgid "Package: "
-msgstr "Balíèek: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Not installed"
+msgstr "Není instalováno"
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
-msgstr "Jádro: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Standalone Tools"
+msgstr "Samostatné nástroje"
-#: ../../standalone/drakbug_.c:78
-msgid "Release: "
-msgstr "Verze: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Report"
+msgstr "Hláıení"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -12518,329 +15883,351 @@ msgstr ""
"rovnì pĝeneseny.\n"
"\n"
-#: ../../standalone/drakbug_.c:112
-msgid "Report"
-msgstr "Hláıení"
-
-#: ../../standalone/drakbug_.c:148
-msgid "Not installed"
-msgstr "Není instalováno"
-
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "Není instalováno"
-
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
-msgstr "pĝipojuji se k prùvodci Bugzilla ..."
-
-#: ../../standalone/drakbug_.c:180
-msgid "No browser available! Please install one"
-msgstr "Není k dispozici ádnŭ prohlíeè! Prosím nainstalujte nìjakŭ."
-
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Nastavení sítì (%d adaptéry(ù))"
-
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr "Smazat profil..."
+msgid "Release: "
+msgstr "Verze: "
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
-msgstr "Smazat profil:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Kernel:"
+msgstr "Jádro: "
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
-msgstr "Novŭ profil..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Package: "
+msgstr "Balíèek: "
-#: ../../standalone/drakconnect_.c:131
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
-msgstr ""
-"Zadejte název vytváĝeného profilu (novŭ profil je vytvoĝen jako kopie "
-"vybraného) :"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Application:"
+msgstr "Aplikace:"
-#: ../../standalone/drakconnect_.c:157
-msgid "Hostname: "
-msgstr "Název poèítaèe: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Configuration Wizards"
+msgstr "Prùvodci nastavením"
-#: ../../standalone/drakconnect_.c:164
-msgid "Internet access"
-msgstr "Pĝístup na Internet"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Userdrake"
+msgstr "UserDrake"
-#: ../../standalone/drakconnect_.c:177
-msgid "Type:"
-msgstr "Typ:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Windows Migration tool"
+msgstr "Nástroj pro migraci z Windows"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "Brána(gateway):"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
+msgstr "Urpmi"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Interface:"
-msgstr "Rozhraní:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Software Manager"
+msgstr "Správce software"
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
-msgstr "Status:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Remote Control"
+msgstr "Vzdálené ovládání"
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
-msgstr "Èekejte prosím"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Msec"
+msgstr "Msec"
-#: ../../standalone/drakconnect_.c:216
-msgid "Configure Internet Access..."
-msgstr "Nastavuji pĝístup na Internet..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Menudrake"
+msgstr "Menudrake"
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-msgid "LAN configuration"
-msgstr "Nastavení LAN"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Online"
+msgstr "Mandrake Online"
-#: ../../standalone/drakconnect_.c:228
-msgid "Driver"
-msgstr "Ovladaè"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "HardDrake"
+msgstr "HardDrake"
-#: ../../standalone/drakconnect_.c:228
-msgid "Interface"
-msgstr "Rozhraní"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
+msgstr "Nástroj na synchronizaci"
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
-msgstr "Protokol"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "First Time Wizard"
+msgstr "Prùvodce pro nové uivatele"
-#: ../../standalone/drakconnect_.c:228
-msgid "State"
-msgstr "Status"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
+msgstr "Nástroj spoleènosti Mandrake pro hláıení chyb"
-#: ../../standalone/drakconnect_.c:240
-msgid "Configure Local Area Network..."
-msgstr "Nastavuji lokální síğ..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr "DHCP klient"
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
-msgstr "Kliknìte pro spuıtìní prùvodce ->"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
+msgstr "Ethernetová karta"
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "Prùvodce..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "Brána(gateway)"
-#: ../../standalone/drakconnect_.c:279
-msgid "Apply"
-msgstr "Pouít"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
+msgstr "Parametry"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Connected"
-msgstr "Pĝipojen"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection type: "
+msgstr "Typ pĝipojení:"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Not connected"
-msgstr "Nepĝipojen"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile: "
+msgstr "Profil: "
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Connect..."
-msgstr "Pĝipojit..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet Connection Configuration"
+msgstr "Konfigurace pĝipojení k internetu"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Disconnect..."
-msgstr "Odpojit..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet connection configuration"
+msgstr "Konfigurace pĝipojení k internetu"
-#: ../../standalone/drakconnect_.c:400
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
-msgstr "Varování, bylo detekováno jiné pĝipojení k Internetu, zĝejmì je to síğ"
+"You don't have an Internet connection.\n"
+"Create one first by clicking on 'Configure'"
+msgstr ""
+"Nemáte ádné pĝipojení k Internetu.\n"
+"Vytvoĝte si jej kliknutím na 'Konfigurovat'"
-#: ../../standalone/drakconnect_.c:427
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
msgstr ""
-"Nemáte nakonfigurováno ádné rozhraní.\n"
-"Nastavte jej kliknutím na 'Konfigurovat'"
+"Toto rozhraní jeıtì nebylo nastaveno.\n"
+"Spusğte prùvodce konfigurací z hlavního okna"
-#: ../../standalone/drakconnect_.c:449
-msgid "LAN Configuration"
-msgstr "Nastavení LAN"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "activate now"
+msgstr "aktivovat nyní"
-#: ../../standalone/drakconnect_.c:460
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adaptér %s: %s"
+msgid "deactivate now"
+msgstr "deaktivovat nyní"
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
-msgstr "Protokol o spuıtìní"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP client"
+msgstr "DHCP klient"
-#: ../../standalone/drakconnect_.c:467
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Started on boot"
msgstr "Spustit pĝi startu"
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
-msgstr "DHCP klient"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
+msgstr "Protokol o spuıtìní"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "activate now"
-msgstr "aktivovat nyní"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
+msgstr "Adaptér %s: %s"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "deactivate now"
-msgstr "deaktivovat nyní"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN Configuration"
+msgstr "Nastavení LAN"
-#: ../../standalone/drakconnect_.c:499
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Toto rozhraní jeıtì nebylo nastaveno.\n"
-"Spusğte prùvodce konfigurací z hlavního okna"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN configuration"
+msgstr "Nastavení LAN"
-#: ../../standalone/drakconnect_.c:556
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
msgstr ""
-"Nemáte ádné pĝipojení k Internetu.\n"
-"Vytvoĝte si jej kliknutím na 'Konfigurovat'"
-
-#: ../../standalone/drakconnect_.c:580
-msgid "Internet connection configuration"
-msgstr "Konfigurace pĝipojení k internetu"
+"Nemáte nakonfigurováno ádné rozhraní.\n"
+"Nastavte jej kliknutím na 'Konfigurovat'"
-#: ../../standalone/drakconnect_.c:584
-msgid "Internet Connection Configuration"
-msgstr "Konfigurace pĝipojení k internetu"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Connect..."
+msgstr "Pĝipojit..."
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-msgid "Connection type: "
-msgstr "Typ pĝipojení:"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Disconnect..."
+msgstr "Odpojit..."
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
-msgstr "Parametry"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Not connected"
+msgstr "Nepĝipojen"
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "Brána(gateway)"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connected"
+msgstr "Pĝipojen"
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
-msgstr "Ethernetová karta"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr "Varování, bylo detekováno jiné pĝipojení k Internetu, zĝejmì je to síğ"
-#: ../../standalone/drakconnect_.c:628
-msgid "DHCP Client"
-msgstr "DHCP klient"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface:"
+msgstr "Rozhraní:"
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-iso8859-2,*"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "Brána(gateway):"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Module name"
-msgstr "Název modulu"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Apply"
+msgstr "Pouít"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Size"
-msgstr "Velikost"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
+msgstr "Kliknìte pro spuıtìní prùvodce ->"
-#: ../../standalone/drakfloppy_.c:45
-msgid "drakfloppy"
-msgstr "drakfloppy"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "Prùvodce..."
-#: ../../standalone/drakfloppy_.c:63
-msgid "boot disk creation"
-msgstr "vytváĝení zavádìcích disket"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr "Status:"
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr "pĝedvolené"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Type:"
+msgstr "Typ:"
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "Chyba DrakFloppy: %s"
+msgid "Internet access"
+msgstr "Pĝístup na Internet"
-#: ../../standalone/drakfloppy_.c:98
-msgid "kernel version"
-msgstr "verze jádra"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Hostname: "
+msgstr "Název poèítaèe: "
-#: ../../standalone/drakfloppy_.c:104
-msgid "General"
-msgstr "Obecné"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Local Area Network..."
+msgstr "Nastavuji lokální síğ..."
-#: ../../standalone/drakfloppy_.c:109
-msgid "Expert Area"
-msgstr "Expertní nastavení"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "State"
+msgstr "Status"
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
-msgstr "volitelné argumenty pro mkinitrd"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Driver"
+msgstr "Ovladaè"
-#: ../../standalone/drakfloppy_.c:113
-msgid "Add a module"
-msgstr "Pĝidat modul"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
+msgstr "Protokol"
-#: ../../standalone/drakfloppy_.c:133
-msgid "force"
-msgstr "vnutit"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface"
+msgstr "Rozhraní"
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
-msgstr "pokud je potĝeba"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Internet Access..."
+msgstr "Nastavuji pĝístup na Internet..."
-#: ../../standalone/drakfloppy_.c:135
-msgid "omit scsi modules"
-msgstr "vynechat SCSI moduly"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
+msgstr "Èekejte prosím"
-#: ../../standalone/drakfloppy_.c:136
-msgid "omit raid modules"
-msgstr "vynechat RAID moduly"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
+msgstr ""
+"Zadejte název vytváĝeného profilu (novŭ profil je vytvoĝen jako kopie "
+"vybraného) :"
-#: ../../standalone/drakfloppy_.c:172
-msgid "Remove a module"
-msgstr "Odebrat modul"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
+msgstr "Novŭ profil..."
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
-msgstr "Vŭstup"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr "Smazat profil:"
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
-msgstr "Vytvoĝit disk"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
+msgstr "Smazat profil..."
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "Zkontrolujte, zda v je zaĝízení %s vloeno médium"
+msgid "Network configuration (%d adapters)"
+msgstr "Nastavení sítì (%d adaptéry(ù))"
-#: ../../standalone/drakfloppy_.c:341
+#: ../../standalone/drakedm:1
#, c-format
msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
msgstr ""
-"V zaĝízení %s není ádné médium, nebo je médium chránìno proti zápisu.\n"
-"Vlote prosím nìjaké."
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakedm:1
#, c-format
-msgid "Unable to fork: %s"
-msgstr "Nelze provést fork: %s"
+msgid "Choosing a display manager"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
msgid ""
-"Unable to close properly mkbootdisk: \n"
+"Unable to properly close mkbootdisk: \n"
" %s \n"
" %s"
msgstr ""
@@ -12848,105 +16235,193 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
-msgstr "Hledám instalované fonty"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Unable to fork: %s"
+msgstr "Nelze provést fork: %s"
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
-msgstr "Odznaèit instalované fonty"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid ""
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
+msgstr ""
+"V zaĝízení %s není ádné médium, nebo je médium chránìno proti zápisu.\n"
+"Vlote prosím nìjaké."
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
-msgstr "zpracovávám vıechny fonty"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Be sure a media is present for the device %s"
+msgstr "Zkontrolujte, zda v je zaĝízení %s vloeno médium"
-#: ../../standalone/drakfont_.c:242
-msgid "no fonts found"
-msgstr "nebyly nalezeny ádné fonty"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Build the disk"
+msgstr "Vytvoĝit disk"
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-msgid "done"
-msgstr "hotovo"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
+msgstr "Vŭstup"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
-msgstr "nelze nalézt ádné fonty v pĝipojeném oddíle"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Remove a module"
+msgstr "Odebrat modul"
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr "Znovu vybrat správné fonty"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit raid modules"
+msgstr "vynechat RAID moduly"
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
-msgstr "nelze nalézt ádnŭ font.\n"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit scsi modules"
+msgstr "vynechat SCSI moduly"
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
-msgstr "Hledat fonty mezi instalovanŭmi"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
+msgstr "pokud je potĝeba"
-#: ../../standalone/drakfont_.c:359
-msgid "Fonts copy"
-msgstr "Kopie fontu"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "force"
+msgstr "vnutit"
-#: ../../standalone/drakfont_.c:363
-msgid "True Type fonts installation"
-msgstr "Instalace písem True Type"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Add a module"
+msgstr "Pĝidat modul"
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr "èekejte prosím, právì bìí ttmkfdir... "
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "mkinitrd optional arguments"
+msgstr "volitelné argumenty pro mkinitrd"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
-msgstr "Instalace True Type fontù je dokonèena"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Area"
+msgstr "Expertní nastavení"
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
-msgstr "Konverze fontù"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "General"
+msgstr "Obecné"
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
-msgstr "vytváĝím type1inst"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "kernel version"
+msgstr "verze jádra"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
-msgstr "Odkazy na Ghostscript"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
+msgstr "Chyba DrakFloppy: %s"
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
-msgstr "konverze ttf fontù"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr "pĝedvolené"
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
-msgstr "konverze pfm fontù"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "boot disk creation"
+msgstr "vytváĝení zavádìcích disket"
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
-msgstr "Ignorovat doèasné soubory"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "drakfloppy"
+msgstr "drakfloppy"
-#: ../../standalone/drakfont_.c:459
-msgid "Restart XFS"
-msgstr "Restartovat XFS"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Size"
+msgstr "Velikost"
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
-msgstr "Ignorovat soubory s fonty"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Module name"
+msgstr "Název modulu"
-#: ../../standalone/drakfont_.c:528
-msgid "xfs restart"
-msgstr "restart xfs"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-iso8859-2,*"
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Uninstall"
+msgstr "Nastavení po odebrání"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove fonts on your system"
+msgstr "Odebrat fonty ze systému"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Initial tests"
+msgstr "Úvodní testy"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Install"
+msgstr "Poinstalaèní nastavení"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
+msgstr "Instalovat & konvertovat fonty"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Copy fonts on your system"
+msgstr "Kopírovat fonty do systému"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove List"
+msgstr "Odebrat seznam"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Selected All"
+msgstr "Vybrat vıe"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
+msgstr "Zruıit celŭ vŭbìr"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
+msgstr "zde pokud si nejste jisti."
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
+msgstr "kliknìte zde, pokud jste si jisti."
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install List"
+msgstr "Instalovat seznam"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Select the font file or directory and click on 'Add'"
+msgstr "Vyberte soubor s fontem nebo adresáĝ a kliknìte na 'Pĝidat'"
+
+#: ../../standalone/drakfont:1
+#, c-format
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."
+"-You can install the fonts the normal way. In rare cases, bogus fonts may "
+"hang up your X Server."
msgstr ""
"Pĝed instalací fontù se ujistìte, e máte potĝebná práva na instalací a "
"pouívání na systému.\n"
@@ -12954,32 +16429,38 @@ msgstr ""
"- Fonty lze instalovat bìnŭm zpùsobem. Ve vŭjimeènŭch pĝípadech mùe ıpatnŭ "
"font zpùsobit zamrznutí X serveru."
-#: ../../standalone/drakfont_.c:621
-msgid "Fonts Importation"
-msgstr "Zavádìní fontù"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Generic Printers"
+msgstr "Obecné tiskárny"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr "Naèíst fonty z Windows"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Abiword"
+msgstr "Abiword"
-#: ../../standalone/drakfont_.c:658
-msgid "Uninstall Fonts"
-msgstr "Odinstalovat fonty"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "StarOffice"
+msgstr "StarOffice"
-#: ../../standalone/drakfont_.c:669
-msgid "Advanced Options"
-msgstr "Rozıíĝené volby"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr "Ghostscript"
-#: ../../standalone/drakfont_.c:677
-msgid "Font List"
-msgstr "Seznam fontù"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "Zvolte aplikace, které podporují fonty:"
-#: ../../standalone/drakfont_.c:737
-#, fuzzy
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\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"
@@ -13005,8 +16486,6 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
-"\n"
-"\n"
msgstr ""
" Tento program je svobodnŭ software; mùete ho ıíĝit a/nebo modifikovat\n"
" podle specifikace GNU General Public Licence, která byla publikována\n"
@@ -13020,327 +16499,279 @@ msgstr ""
" nebo si o ní mùete napsat na adresu Free Software Foundation, Inc.,\n"
" 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:862
-msgid "Choose the applications that will support the fonts:"
-msgstr "Zvolte aplikace, které podporují fonty:"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "About"
+msgstr "Pĝeruıit"
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
-msgstr "Ghostscript"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Font List"
+msgstr "Seznam fontù"
-#: ../../standalone/drakfont_.c:877
-msgid "StarOffice"
-msgstr "StarOffice"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Advanced Options"
+msgstr "Rozıíĝené volby"
-#: ../../standalone/drakfont_.c:884
-msgid "Abiword"
-msgstr "Abiword"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Uninstall Fonts"
+msgstr "Odinstalovat fonty"
-#: ../../standalone/drakfont_.c:891
-msgid "Generic Printers"
-msgstr "Obecné tiskárny"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
+msgstr "Naèíst fonty z Windows"
-#: ../../standalone/drakfont_.c:958
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Vyberte soubor s fontem nebo adresáĝ a kliknìte na 'Pĝidat'"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Import Fonts"
+msgstr "Zavádìní fontù"
-#: ../../standalone/drakfont_.c:1005
-msgid "Install List"
-msgstr "Instalovat seznam"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "done"
+msgstr "hotovo"
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
-msgstr "kliknìte zde, pokud jste si jisti."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "xfs restart"
+msgstr "restart xfs"
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
-msgstr "zde pokud si nejste jisti."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
+msgstr "Ignorovat soubory s fonty"
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
-msgstr "Zruıit celŭ vŭbìr"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Restart XFS"
+msgstr "Restartovat XFS"
-#: ../../standalone/drakfont_.c:1116
-msgid "Selected All"
-msgstr "Vybrat vıe"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
+msgstr "Ignorovat doèasné soubory"
-#: ../../standalone/drakfont_.c:1120
-msgid "Remove List"
-msgstr "Odebrat seznam"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
+msgstr "vytváĝím type1inst"
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-msgid "Initials tests"
-msgstr "Úvodní testy"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
+msgstr "konverze pfm fontù"
-#: ../../standalone/drakfont_.c:1145
-msgid "Copy fonts on your system"
-msgstr "Kopírovat fonty do systému"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr "konverze ttf fontù"
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
-msgstr "Instalovat & konvertovat fonty"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
+msgstr "Odkazy na Ghostscript"
-#: ../../standalone/drakfont_.c:1153
-msgid "Post Install"
-msgstr "Poinstalaèní nastavení"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
+msgstr "Konverze fontù"
-#: ../../standalone/drakfont_.c:1178
-msgid "Remove fonts on your system"
-msgstr "Odebrat fonty ze systému"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr "Instalace True Type fontù je dokonèena"
-#: ../../standalone/drakfont_.c:1182
-msgid "Post Uninstall"
-msgstr "Nastavení po odebrání"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
+msgstr "èekejte prosím, právì bìí ttmkfdir... "
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "Sdílení Internetového Pĝipojení"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type fonts installation"
+msgstr "Instalace písem True Type"
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
-msgstr "Omlouváme se, ale podporujeme pouze jádra ĝady 2.4."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts copy"
+msgstr "Kopie fontu"
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Sdílení Internetového pĝipojení je zapnuto"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr "Hledat fonty mezi instalovanŭmi"
-#: ../../standalone/drakgw_.c:126
-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 ""
-"Sdílení internetového pĝipojení u bylo nastaveno.\n"
-"Nyní je povoleno.\n"
-"\n"
-"Co chcete dále dìlat?"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr "nelze nalézt ádnŭ font.\n"
-#: ../../standalone/drakgw_.c:130
-msgid "disable"
-msgstr "vypnout"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
+msgstr "Znovu vybrat správné fonty"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
-msgstr "odmítnout"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr "nelze nalézt ádné fonty v pĝipojeném oddíle"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "reconfigure"
-msgstr "pĝekonfigurovat"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "no fonts found"
+msgstr "nebyly nalezeny ádné fonty"
-#: ../../standalone/drakgw_.c:133
-msgid "Disabling servers..."
-msgstr "Zakazuji servery..."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr "zpracovávám vıechny fonty"
-#: ../../standalone/drakgw_.c:142
-msgid "Internet connection sharing is now disabled."
-msgstr "Sdílení Internetového pĝipojení je nyní vypnuto."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr "Odznaèit instalované fonty"
-#: ../../standalone/drakgw_.c:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Sdílení Internetového pĝipojení je vypnuto"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr "Hledám instalované fonty"
-#: ../../standalone/drakgw_.c:150
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"What would you like to do?"
+"%s\n"
+"\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
-"Internetové sdílení u bylo nastaveno.\n"
-"Nyní je vypnuto.\n"
+"Vítá vás prùvodce nastavením sdílení pĝipojení k Internetu!\n"
"\n"
-"Co chcete dále dìlat?"
+"%s\n"
+"\n"
+"Kliknìte na Konfigurovat, pokud chcete spustit prùvodce nastavením."
-#: ../../standalone/drakgw_.c:154
-msgid "enable"
-msgstr "povolit"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing configuration"
+msgstr "Nastavení sdílení pĝipojení k Internetu"
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
-msgstr "Povoluji servery..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No Internet Connection Sharing has ever been configured."
+msgstr "Není nastaveno ádné sdílení Internetového pĝipojení."
-#: ../../standalone/drakgw_.c:166
-msgid "Internet connection sharing is now enabled."
-msgstr "Sdílení Internetového pĝipojení je nyní zapnuto."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, and it's currently enabled."
+msgstr "Nastavení ji bylo provedeno, nyní je povoleno."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, but it's currently disabled."
+msgstr "Nastavení ji bylo provedeno, ale nyní je vypnuto."
-#: ../../standalone/drakgw_.c:183
+#: ../../standalone/drakgw:1
+#, c-format
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"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
+"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 ""
-"Váı poèítaè bude nastaven pro sdílení svého pĝipojení k Internetu.\n"
-"Tato vlastnost umoòuje pĝístup dalıích poèítaèù na lokální síti k síti "
-"Internet pĝes pĝipojení tohoto poèítaèe.\n"
-"\n"
-"Pĝed pokraèováním se ujistìte, e jste nastavili vaıi síğ a pĝipojení k "
-"Internetu pomocí aplikace drakconnect.\n"
-"\n"
-"Pozn.: Pro nastavení lokální sítì (LAN) potĝebujete vyhrazenŭ síğovŭ adaptér."
+"Vıe se podaĝilo nastavit.\n"
+"Nyní lze pouít tento poèítaè pro sdílení pĝipojení k Internetu pro vaıi "
+"lokální síğ, která pouívá automatickou konfiguraci sítì (DHCP)."
-#: ../../standalone/drakgw_.c:211
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Rozhraní %s (pouívá modul %s)"
+msgid "Problems installing package %s"
+msgstr "Problém s instalací balíèku %s"
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s"
-msgstr "Rozhraní %s"
+msgid "Configuring scripts, installing software, starting servers..."
+msgstr "Nastavuji skripty, instaluji software, startuji servery..."
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "Ve vaıem systému není ádnŭ síğovŭ adaptér!"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring..."
+msgstr "Nastavuji..."
-#: ../../standalone/drakgw_.c:221
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Ve vaıem poèítaèi nebyl nalezen ádnŭ síğovŭ adaptér. Spusğte prosím program "
-"pro nastavení hardware."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Potential LAN address conflict found in current config of %s!\n"
+msgstr "Naıel jsem monŭ konflikt v souèasném nastavení LAN adresy pro %s!\n"
-#: ../../standalone/drakgw_.c:227
-msgid "Network interface"
-msgstr "Síğové rozhraní"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr "Èíslo lokální sítì nekonèí na .0, zkouıím znovu."
-#: ../../standalone/drakgw_.c:228
+#: ../../standalone/drakgw:1
#, 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 vaıem systému je nastaveno pouze jedno síğové rozhraní:\n"
-"\n"
-"%s\n"
-"\n"
-"Na tomto adaptéru bude nastavena lokální síğ."
+msgid "Re-configure interface and DHCP server"
+msgstr "Pĝenastavení rozhraní a DHCP serveru"
-#: ../../standalone/drakgw_.c:235
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr "Prosím zvolte si, ke kterému síğovému adaptéru bude pĝipojena LAN."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The maximum lease (in seconds)"
+msgstr "Maximální doba pronájmu (sekundy)"
-#: ../../standalone/drakgw_.c:261
-msgid "Network interface already configured"
-msgstr "Síğové rozhraní je ji nastaveno"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The default lease (in seconds)"
+msgstr "Vŭchozí doba pronájmu (sekundy)"
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
#, 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 ""
-"Varování, síğovŭ adaptér (%s) je ji nastaven.\n"
-"\n"
-"Chcete ho automaticky pĝenastavit?\n"
-"\n"
-"Lze to také provést ruènì, ale musíte vìdìt, co dìláte."
+msgid "The DHCP end range"
+msgstr "Konec pásma adres DHCP"
-#: ../../standalone/drakgw_.c:267
-msgid "Automatic reconfiguration"
-msgstr "Automatické pĝenastavení"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
+msgstr "Poèátek pásma adres DHCP"
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
-msgstr ""
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The internal domain name"
+msgstr "Interní název domény"
-#: ../../standalone/drakgw_.c:268
-msgid "Show current interface configuration"
-msgstr "Zobrazit aktuální nastavení rozhraní"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DNS Server IP"
+msgstr "IP adresa DNS serveru"
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "Zobrazit aktuální nastavení rozhraní"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "(This) DHCP Server IP"
+msgstr "Adresa DHCP serveru"
-#: ../../standalone/drakgw_.c:270
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Current configuration of `%s':\n"
+"DHCP Server Configuration.\n"
+"\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\n"
"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
msgstr ""
-"Aktuální konfigurace pro '%s':\n"
+"Nastavení DHCP serveru.\n"
+"\n"
+"Zde mùete vybrat rùzné volby nastavení DHCP serveru.\n"
+"Pokud nevíte, co která volba znamená, ponechte její vŭchozí hodnotu.\n"
"\n"
-"Síğ: %s\n"
-"IP adresa: %s\n"
-"IP atributy: %s\n"
-"Ovladaè: %s"
-#: ../../standalone/drakgw_.c:283
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Local Network adress"
+msgstr "Adresa lokální sítì"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
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 Network that you use "
@@ -13350,8 +16781,8 @@ msgid ""
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
+"Otherwise, I can reconfigure your interface and (re)configure a DHCP server "
+"for you.\n"
"\n"
msgstr ""
"Mohu zachovat souèasné nastavení a pĝedpokládat, e máte ji nastavenŭ DHCP "
@@ -13367,160 +16798,315 @@ msgstr ""
"potĝeby.\n"
"\n"
-#: ../../standalone/drakgw_.c:290
-msgid "Local Network adress"
-msgstr "Adresa lokální sítì"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+"Aktuální konfigurace pro '%s':\n"
+"\n"
+"Síğ: %s\n"
+"IP adresa: %s\n"
+"IP atributy: %s\n"
+"Ovladaè: %s"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Current interface configuration"
+msgstr "Zobrazit aktuální nastavení rozhraní"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Show current interface configuration"
+msgstr "Zobrazit aktuální nastavení rozhraní"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No (experts only)"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Automatic reconfiguration"
+msgstr "Automatické pĝenastavení"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"DHCP Server Configuration.\n"
+"Warning, the network adapter (%s) is already configured.\n"
"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\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 ""
-"Nastavení DHCP serveru.\n"
+"Varování, síğovŭ adaptér (%s) je ji nastaven.\n"
"\n"
-"Zde mùete vybrat rùzné volby nastavení DHCP serveru.\n"
-"Pokud nevíte, co která volba znamená, ponechte její vŭchozí hodnotu.\n"
+"Chcete ho automaticky pĝenastavit?\n"
"\n"
+"Lze to také provést ruènì, ale musíte vìdìt, co dìláte."
-#: ../../standalone/drakgw_.c:300
-msgid "(This) DHCP Server IP"
-msgstr "Adresa DHCP serveru"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface already configured"
+msgstr "Síğové rozhraní je ji nastaveno"
-#: ../../standalone/drakgw_.c:301
-msgid "The DNS Server IP"
-msgstr "IP adresa DNS serveru"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid ""
+"Please choose what network adapter will be connected to your Local Area "
+"Network."
+msgstr "Prosím zvolte si, ke kterému síğovému adaptéru bude pĝipojena LAN."
-#: ../../standalone/drakgw_.c:302
-msgid "The internal domain name"
-msgstr "Interní název domény"
+#: ../../standalone/drakgw:1
+#, 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 vaıem systému je nastaveno pouze jedno síğové rozhraní:\n"
+"\n"
+"%s\n"
+"\n"
+"Na tomto adaptéru bude nastavena lokální síğ."
-#: ../../standalone/drakgw_.c:303
-msgid "The DHCP start range"
-msgstr "Poèátek pásma adres DHCP"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "Síğové rozhraní"
-#: ../../standalone/drakgw_.c:304
-msgid "The DHCP end range"
-msgstr "Konec pásma adres DHCP"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No ethernet network adapter has been detected on your system. Please run the "
+"hardware configuration tool."
+msgstr ""
+"Ve vaıem poèítaèi nebyl nalezen ádnŭ síğovŭ adaptér. Spusğte prosím program "
+"pro nastavení hardware."
-#: ../../standalone/drakgw_.c:305
-msgid "The default lease (in seconds)"
-msgstr "Vŭchozí doba pronájmu (sekundy)"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "Ve vaıem systému není ádnŭ síğovŭ adaptér!"
-#: ../../standalone/drakgw_.c:306
-msgid "The maximum lease (in seconds)"
-msgstr "Maximální doba pronájmu (sekundy)"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s"
+msgstr "Rozhraní %s"
-#: ../../standalone/drakgw_.c:307
-msgid "Re-configure interface and DHCP server"
-msgstr "Pĝenastavení rozhraní a DHCP serveru"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s (using module %s)"
+msgstr "Rozhraní %s (pouívá modul %s)"
-#: ../../standalone/drakgw_.c:314
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Èíslo lokální sítì nekonèí na .0, zkouıím znovu."
+#: ../../standalone/drakgw:1
+#, c-format
+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"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
+"\n"
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
+msgstr ""
+"Váı poèítaè bude nastaven pro sdílení svého pĝipojení k Internetu.\n"
+"Tato vlastnost umoòuje pĝístup dalıích poèítaèù na lokální síti k síti "
+"Internet pĝes pĝipojení tohoto poèítaèe.\n"
+"\n"
+"Pĝed pokraèováním se ujistìte, e jste nastavili vaıi síğ a pĝipojení k "
+"Internetu pomocí aplikace drakconnect.\n"
+"\n"
+"Pozn.: Pro nastavení lokální sítì (LAN) potĝebujete vyhrazenŭ síğovŭ adaptér."
-#: ../../standalone/drakgw_.c:325
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "Naıel jsem monŭ konflikt v souèasném nastavení LAN adresy pro %s!\n"
+msgid "Internet Connection Sharing"
+msgstr "Sdílení Internetového Pĝipojení"
-#: ../../standalone/drakgw_.c:335
-msgid "Configuring..."
-msgstr "Nastavuji..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "Sdílení Internetového pĝipojení je nyní zapnuto."
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Nastavuji skripty, instaluji software, startuji servery..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Enabling servers..."
+msgstr "Povoluji servery..."
-#: ../../standalone/drakgw_.c:372
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Problems installing package %s"
-msgstr "Problém s instalací balíèku %s"
+msgid "dismiss"
+msgstr "odmítnout"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "reconfigure"
+msgstr "pĝekonfigurovat"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "enable"
+msgstr "povolit"
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
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)."
+"The setup of Internet connection sharing has already been done.\n"
+"It's currently disabled.\n"
+"\n"
+"What would you like to do?"
msgstr ""
-"Vıe se podaĝilo nastavit.\n"
-"Nyní lze pouít tento poèítaè pro sdílení pĝipojení k Internetu pro vaıi "
-"lokální síğ, která pouívá automatickou konfiguraci sítì (DHCP)."
+"Internetové sdílení u bylo nastaveno.\n"
+"Nyní je vypnuto.\n"
+"\n"
+"Co chcete dále dìlat?"
-#: ../../standalone/drakgw_.c:523
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Nastavení ji bylo provedeno, ale nyní je vypnuto."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently disabled"
+msgstr "Sdílení Internetového pĝipojení je vypnuto"
-#: ../../standalone/drakgw_.c:524
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Nastavení ji bylo provedeno, nyní je povoleno."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "Sdílení Internetového pĝipojení je nyní vypnuto."
-#: ../../standalone/drakgw_.c:525
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Není nastaveno ádné sdílení Internetového pĝipojení."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Disabling servers..."
+msgstr "Zakazuji servery..."
-#: ../../standalone/drakgw_.c:531
-msgid "Internet connection sharing configuration"
-msgstr "Nastavení sdílení pĝipojení k Internetu"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "disable"
+msgstr "vypnout"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
+"The setup of Internet Connection Sharing has already been done.\n"
+"It's currently enabled.\n"
"\n"
-"Click on Configure to launch the setup wizard."
+"What would you like to do?"
msgstr ""
-"Vítá vás prùvodce nastavením sdílení pĝipojení k Internetu!\n"
-"\n"
-"%s\n"
+"Sdílení internetového pĝipojení u bylo nastaveno.\n"
+"Nyní je povoleno.\n"
"\n"
-"Kliknìte na Konfigurovat, pokud chcete spustit prùvodce nastavením."
+"Co chcete dále dìlat?"
-#: ../../standalone/drakperm_.c:36
-msgid "group"
-msgstr "skupina"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "Sdílení Internetového pĝipojení je zapnuto"
-#: ../../standalone/drakperm_.c:36
-msgid "path"
-msgstr "cesta"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
+msgstr "Omlouváme se, ale podporujeme pouze jádra ĝady 2.4."
-#: ../../standalone/drakperm_.c:36
-msgid "permissions"
-msgstr "oprávnìní"
+#: ../../standalone/drakhelp:1
+#, c-format
+msgid ""
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
+msgstr ""
-#: ../../standalone/drakperm_.c:36
-msgid "user"
-msgstr "uivatel"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "group :"
+msgstr "skupina :"
-#: ../../standalone/drakperm_.c:43
-msgid "Up"
-msgstr "Nahoru"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "user :"
+msgstr "uivatel :"
-#: ../../standalone/drakperm_.c:44
-msgid "delete"
-msgstr "smazat"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path selection"
+msgstr "Vŭbìr cesty"
-#: ../../standalone/drakperm_.c:45
-msgid "edit"
-msgstr "upravit"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
+msgstr "pokud zaıkrtnuto, vlastník a skupina nebudou zmìnìny"
-#: ../../standalone/drakperm_.c:46
-msgid "Down"
-msgstr "Dolù"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use group id for execution"
+msgstr "Pouít pĝi spuıtìní ID skupiny"
-#: ../../standalone/drakperm_.c:47
-msgid "add a rule"
-msgstr "pĝidat pravidlo"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use owner id for execution"
+msgstr "Pouít pĝi spuıtìní ID vlastníka"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
+msgstr ""
+"Pouito pro adresáĝ:\n"
+" pouze vlastník adresáĝe nebo souboru v tomto adresáĝi jej mùe smazat"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
+msgstr "Set-GID"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
+msgstr "Set-UID"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "sticky-bit"
+msgstr "sticky-bit"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Property"
+msgstr "Vlastnost"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path"
+msgstr "Cesta"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Permissions"
+msgstr "Oprávnìní"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Current user"
+msgstr "Aktuální uivatel"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "browse"
+msgstr "procházet"
+
+#: ../../standalone/drakperm:1
+#, c-format
msgid "select perm file to see/edit"
msgstr "vyberte soubor s oprávnìním pro zobrazení/úpravy"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm:1
+#, c-format
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
@@ -13530,115 +17116,286 @@ msgstr ""
"úpravám oprávnìní, vlastníkù a skupin aplikací msec.\n"
"Mùete také vytváĝet svá vlastní pravidla, která pĝepíıí pravidla vŭchozí."
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Edit current rule"
+msgstr "Upravit souèasné pravidlo"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "edit"
+msgstr "upravit"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Delete selected rule"
+msgstr "Smazat vybrané pravidlo"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "delete"
+msgstr "smazat"
+
+#: ../../standalone/drakperm:1
+#, c-format
msgid "Add a new rule at the end"
msgstr "Pĝidat nové pravidlo na konec"
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
-msgstr "Upravit souèasné pravidlo"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "add a rule"
+msgstr "pĝidat pravidlo"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule down one level"
+msgstr "Posunout vybrané pravidlo o úroveò níe"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Down"
+msgstr "Dolù"
-#: ../../standalone/drakperm_.c:58
-msgid "Up selected rule one level"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule up one level"
msgstr "Posunout vybrané pravidlo o úroveò vŭıe"
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
-msgstr "Posunout vybrané pravidlo o úroveò níe"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Up"
+msgstr "Nahoru"
-#: ../../standalone/drakperm_.c:60
-msgid "Delete selected rule"
-msgstr "Smazat vybrané pravidlo"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "permissions"
+msgstr "oprávnìní"
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
-msgstr "procházet"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "group"
+msgstr "skupina"
-#: ../../standalone/drakperm_.c:231
-msgid "Current user"
-msgstr "Aktuální uivatel"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "user"
+msgstr "uivatel"
-#: ../../standalone/drakperm_.c:236
-msgid "Permissions"
-msgstr "Oprávnìní"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
+msgstr "cesta"
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
-msgstr "Cesta"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "Vytváĝím disketu pro automatickou instalaci"
-#: ../../standalone/drakperm_.c:238
-msgid "Property"
-msgstr "Vlastnost"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
-msgstr "sticky-bit"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No CD or DVD image found, please copy the installation program and rpm files."
+msgstr ""
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
-msgstr "Set-UID"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "No image found"
+msgstr "Nenalezena ádná tiskárna!"
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
-msgstr "Set-GID"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation image directory"
+msgstr "Xpmac (instalaèní ovladaè pro obrazovku)"
-#: ../../standalone/drakperm_.c:296
+#: ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
msgstr ""
-"Pouito pro adresáĝ:\n"
-" pouze vlastník adresáĝe nebo souboru v tomto adresáĝi jej mùe smazat"
-#: ../../standalone/drakperm_.c:297
-msgid "Use owner id for execution"
-msgstr "Pouít pĝi spuıtìní ID vlastníka"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "The DHCP end ip"
+msgstr "Konec pásma adres DHCP"
-#: ../../standalone/drakperm_.c:298
-msgid "Use group id for execution"
-msgstr "Pouít pĝi spuıtìní ID skupiny"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "The DHCP start ip"
+msgstr "Poèátek pásma adres DHCP"
-#: ../../standalone/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
-msgstr "pokud zaıkrtnuto, vlastník a skupina nebudou zmìnìny"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakperm_.c:304
-msgid "Path selection"
-msgstr "Vŭbìr cesty"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Interface %s (on network %s)"
+msgstr "Rozhraní %s (pouívá modul %s)"
-#: ../../standalone/drakperm_.c:350
-msgid "user :"
-msgstr "uivatel :"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
+msgstr ""
+"Vyberte si prosím, kterŭ síğovŭ adaptér chcete pouít pro pĝipojení k "
+"internetu"
-#: ../../standalone/drakperm_.c:352
-msgid "group :"
-msgstr "skupina :"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid ""
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
+"\n"
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
+msgstr ""
+"Váı poèítaè bude nastaven pro sdílení svého pĝipojení k Internetu.\n"
+"Tato vlastnost umoòuje pĝístup dalıích poèítaèù na lokální síti k síti "
+"Internet pĝes pĝipojení tohoto poèítaèe.\n"
+"\n"
+"Pĝed pokraèováním se ujistìte, e jste nastavili vaıi síğ a pĝipojení k "
+"Internetu pomocí aplikace drakconnect.\n"
+"\n"
+"Pozn.: Pro nastavení lokální sítì (LAN) potĝebujete vyhrazenŭ síğovŭ adaptér."
-#: ../../standalone/draksound_.c:46
-msgid "No Sound Card detected!"
-msgstr "Nebyla nalezena ádná zvuková karta!"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation Server Configuration"
+msgstr "Nastavení serveru dhcpd"
+
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "PXE Server Configuration"
+msgstr "Nastavení serveru dhcpd"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Please wait, setting security options..."
+msgstr "Èekejte prosím, nastavuji volby zabezpeèení..."
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Please wait, setting security level..."
+msgstr "Èekejte prosím, nastavuji úroveò zabezpeèení..."
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
+msgstr "Pravidelné kontroly"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksec:1
+#, c-format
+msgid "System Options"
+msgstr "Systémové volby"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Network Options"
+msgstr "Volby sítì"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
+msgstr ""
+"Nastavením následujících voleb lze upravit zabezpeèení vaıeho\n"
+"systému. Pokud potĝebujete poradit, stisknìte tlaèítko Nápovìda.\n"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Administrator:"
+msgstr "Správce bezpeènosti:"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Alerts:"
+msgstr "Bezpeènostní varování:"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "(default value: %s)"
+msgstr " (vŭchozí: %s)"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Level:"
+msgstr "Úroveò zabezpeèení:"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-"V poèítaèi nebyla nalezena ádná zvuková karta karta. Zkontrolujte prosím,"
-"zda podporovaná karta je správnì zapojena.\n"
+"Standardní: Bìné zabezpeèení doporuèené pro poèítaè, kterŭ bude pĝipojen k "
+"síti\n"
+" Internet jako klient.\n"
"\n"
+"Vysoká: Jsou ji zavedena nìkterá omezení, a kadou noc je spuıtìno více "
+"automatickŭch kontrol.\n"
"\n"
-"Databázi hardware lze nalézt na:\n"
+"Vyııí: Úroveò zabezpeèení je nyní dostateènì vysoká, aby bylo moné "
+"pouít\n"
+" systém jako server, kterŭ pĝijímá poadavky od mnoha klientù. "
+"Pokud je váı\n"
+"\t poèítaè pĝipojen k Internetu jen jako klient, mìli byste zvolit "
+"niıí úroveò.\n"
"\n"
+"Paranoidní: Podobná pĝedchozí úrovni, ale systém je zcela uzavĝen a úroveò "
+"zabezpeèení\n"
+" je na svém maximu.\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Správce bezpeènosti:\n"
+" Pokud je zapnuta volba 'Bezpeènostní varování', budou "
+"bezpeènostní varování zasílána tomuto uivateli (uivatelské jméno nebo\n"
+"\t email)"
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -13652,138 +17409,324 @@ msgstr ""
"Pozn: Pokud máte PnP zvukovou kartu na ISA, pouijte program sndconfig. "
"Spustíte ho pĝíkazem \"sndconfig\" v konzoli."
-#: ../../standalone/draksplash_.c:21
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound 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 ""
-"pro správnou funkci je poadován balíèek ImageMagick.\n"
-"Balíèek nainstalujete tlaèítkem \"OK\", nebo skonèete tlaèítkem \"Zruıit\"."
+"V poèítaèi nebyla nalezena ádná zvuková karta karta. Zkontrolujte prosím,"
+"zda podporovaná karta je správnì zapojena.\n"
+"\n"
+"\n"
+"Databázi hardware lze nalézt na:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:67
-msgid "first step creation"
-msgstr "první krok pĝi vytváĝení"
+#: ../../standalone/draksound:1
+#, c-format
+msgid "No Sound Card detected!"
+msgstr "Nebyla nalezena ádná zvuková karta!"
-#: ../../standalone/draksplash_.c:70
-msgid "final resolution"
-msgstr "koneèné rozliıení"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "Náhled tématu Bootsplash %s (%s)"
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-msgid "choose image file"
-msgstr "vyberte soubor s obrazem"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Generating preview ..."
+msgstr "Generuji náhled ..."
-#: ../../standalone/draksplash_.c:72
-msgid "Theme name"
-msgstr "Název tématu"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "You must choose an image file first!"
+msgstr "Nejprve musíte vybrat soubor s obrazem!"
-#: ../../standalone/draksplash_.c:77
-msgid "Browse"
-msgstr "Procházet"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "ProgressBar color selection"
+msgstr "Vŭbìr barvy pro liıtu s prùbìhem"
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
+msgstr "Toto téma nemá jeıtì ádnŭ bootsplash v %s !"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
+msgstr "ukládám Bootsplash téma..."
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "choose image file"
+msgstr "vyberte soubor s obrazem"
+
+#: ../../standalone/draksplash:1
+#, c-format
msgid "Configure bootsplash picture"
msgstr "Nastavit obrázek pro bootsplash"
-#: ../../standalone/draksplash_.c:90
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
+msgstr "Nevypisování hláıek jádra nastavit jako vŭchozí"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
+msgstr "Zobrazit logo na konzoli"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Choose color"
+msgstr "vŭbìr barvy"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Save theme"
+msgstr "uloit téma"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Preview"
+msgstr "náhled"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the color of the progress bar"
+msgstr "barva liıty s prùbìhem"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
+msgstr "vŭıka liıty s prùbìhem"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
+msgstr "ıíĝka liıty s prùbìhem"
+
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
-"x coordinate of text box\n"
-"in number of character"
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
-"hodnota pro x souĝadnici\n"
-"pro textovŭ box v poètu znakù"
+"umístìní y souĝadnice pro\n"
+"levŭ horní roh liıty s prùbìhem"
-#: ../../standalone/draksplash_.c:91
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
+msgstr ""
+"umístìní x souĝadnice pro\n"
+"levŭ horní roh liıty s prùbìhem"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
+msgstr "vŭıka textového boxu"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text width"
+msgstr "ıíĝka textu"
+
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
"y coordinate of text box\n"
-"in number of character"
+"in number of characters"
msgstr ""
"hodnota pro y souĝadnici\n"
"pro textovŭ box v poètu znakù"
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
-msgstr "ıíĝka textu"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
+msgstr ""
+"hodnota pro x souĝadnici\n"
+"pro textovŭ box v poètu znakù"
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
-msgstr "vŭıka textového boxu"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Browse"
+msgstr "Procházet"
-#: ../../standalone/draksplash_.c:94
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Theme name"
+msgstr "Název tématu"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "final resolution"
+msgstr "koneèné rozliıení"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "first step creation"
+msgstr "první krok pĝi vytváĝení"
+
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
-"the progress bar x coordinate\n"
-"of its upper left corner"
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-"umístìní x souĝadnice pro\n"
-"levŭ horní roh liıty s prùbìhem"
+"pro správnou funkci je poadován balíèek ImageMagick.\n"
+"Balíèek nainstalujete tlaèítkem \"OK\", nebo skonèete tlaèítkem \"Zruıit\"."
-#: ../../standalone/draksplash_.c:95
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"the progress bar y coordinate\n"
-"of its upper left corner"
+"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 ""
-"umístìní y souĝadnice pro\n"
-"levŭ horní roh liıty s prùbìhem"
+"V poèítaèi nebyla nalezena ádná TV karta. Zkontrolujte prosím, zda "
+"podporovaná karta je správnì zapojena.\n"
+"\n"
+"\n"
+"Databázi hardware lze nalézt na:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
-msgstr "ıíĝka liıty s prùbìhem"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
+msgstr "Nebyla nalezena TV karta!"
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
-msgstr "vŭıka liıty s prùbìhem"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
+msgstr "Nyní mùete spustit aplikaci XawTV (pod X Windows!)\n"
-#: ../../standalone/draksplash_.c:98
-msgid "the color of the progress bar"
-msgstr "barva liıty s prùbìhem"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
+msgstr "Pĝeji hezkŭ den!"
-#: ../../standalone/draksplash_.c:113
-msgid "Preview"
-msgstr "náhled"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
+msgstr "Aplikace XawTV není nainstalovaná!"
-#: ../../standalone/draksplash_.c:115
-msgid "Save theme"
-msgstr "uloit téma"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "Nastala chyba pĝi zkoumání TV kanálù"
-#: ../../standalone/draksplash_.c:116
-msgid "Choose color"
-msgstr "vŭbìr barvy"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
+msgstr "Vyhledávám TV kanály"
-#: ../../standalone/draksplash_.c:119
-msgid "Display logo on Console"
-msgstr "Zobrazit logo na konzoli"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
+msgstr "Probíhá vyhledávání TV kanálù ..."
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
-msgstr "Nevypisování hláıek jádra nastavit jako vŭchozí"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
+msgstr "Oblast :"
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/drakxtv:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
-msgstr "Toto téma nemá jeıtì ádnŭ bootsplash v %s !"
+msgid "TV norm:"
+msgstr "Norma TV:"
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
-msgstr "ukládám Bootsplash téma..."
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid ""
+"Please,\n"
+"type in your tv norm and country"
+msgstr ""
+"Zadejte prosím\n"
+"typ TV normy a zemi"
-#: ../../standalone/draksplash_.c:428
-msgid "ProgressBar color selection"
-msgstr "Vŭbìr barvy pro liıtu s prùbìhem"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
+msgstr "Australská kabelová televize Optus"
-#: ../../standalone/draksplash_.c:449
-msgid "You must choose an image file first!"
-msgstr "Nejprve musíte vybrat soubor s obrazem!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Newzealand"
+msgstr "Novŭ Zéland"
-#: ../../standalone/draksplash_.c:458
-msgid "Generating preview ..."
-msgstr "Generuji náhled ..."
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "France [SECAM]"
+msgstr "Francie [SECAM]"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
+#: ../../standalone/drakxtv:1
#, c-format
-msgid "%s BootSplash (%s) preview"
-msgstr "Náhled tématu Bootsplash %s (%s)"
+msgid "East Europe"
+msgstr "Vŭchodní Evropa"
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "West Europe"
+msgstr "Západní Evropa"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "China (broadcast)"
+msgstr "Èína (broadcast)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr "Japonsko (kabel)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (broadcast)"
+msgstr "Japonsko (broadcast)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Canada (cable)"
+msgstr "Kanada (kabel)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
+msgstr "USA (cable-hrc)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
+msgstr "USA (kabel)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (broadcast)"
+msgstr "USA (broadcast)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
"XawTV isn't installed!\n"
"\n"
@@ -13809,567 +17752,519 @@ msgstr ""
"Tuto aplikaci mùete doinstalovat pĝíkazem \"urpmi xawtv\" spuıtìnŭm \n"
"v konzoli pod uivatelem root."
-#: ../../standalone/drakxtv_.c:63
-msgid "Canada (cable)"
-msgstr "Kanada (kabel)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (broadcast)"
-msgstr "USA (broadcast)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Options"
+msgstr "/Volby"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
-msgstr "USA (kabel)"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect jazz drives"
+msgstr "Automaticky nalezeno"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
-msgstr "USA (cable-hrc)"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect modems"
+msgstr "Automaticky nalezeno"
-#: ../../standalone/drakxtv_.c:64
-msgid "China (broadcast)"
-msgstr "Èína (broadcast)"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect printers"
+msgstr "Automaticky nalezeno"
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (broadcast)"
-msgstr "Japonsko (broadcast)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
+msgstr "primární"
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
-msgstr "Japonsko (kabel)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "secondary"
+msgstr "sekundární"
-#: ../../standalone/drakxtv_.c:65
-msgid "East Europe"
-msgstr "Vŭchodní Evropa"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Click on a device in the left tree in order to display its information here."
+msgstr ""
-#: ../../standalone/drakxtv_.c:65
-msgid "France [SECAM]"
-msgstr "Francie [SECAM]"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Running \"%s\" ..."
+msgstr "Spouıtím \"%s\" ..."
-#: ../../standalone/drakxtv_.c:65
-msgid "Ireland"
-msgstr "Irsko"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
+msgstr "Spustit nástroj pro nastavení"
-#: ../../standalone/drakxtv_.c:65
-msgid "West Europe"
-msgstr "Západní Evropa"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Configure module"
+msgstr "Nastavit modul"
-#: ../../standalone/drakxtv_.c:66
-msgid "Australia"
-msgstr "Austrálie"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information"
+msgstr "Informace"
-#: ../../standalone/drakxtv_.c:66
-msgid "Newzealand"
-msgstr "Novŭ Zéland"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detected hardware"
+msgstr "Nalezenŭ hardware"
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
-msgstr "Jiní Afrika"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake2 version "
+msgstr "Verze Harddrake2 "
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
-msgstr "Argentina"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detection in progress"
+msgstr "Probíhá detekce"
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
-msgstr "Australská kabelová televize Optus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Author:"
+msgstr "Autor:"
-#: ../../standalone/drakxtv_.c:102
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Please,\n"
-"type in your tv norm and country"
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
-"Zadejte prosím\n"
-"typ TV normy a zemi"
-
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
-msgstr "Norma TV:"
-
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
-msgstr "Oblast :"
-
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr "Probíhá vyhledávání TV kanálù ..."
+"Toto je HardDrake, nástroj spoleènosti Mandrake pro nastavení hardware.\n"
+"Verze:"
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
-msgstr "Vyhledávám TV kanály"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
+msgstr "O aplikaci HardDrake"
-#: ../../standalone/drakxtv_.c:120
-msgid "There was an error while scanning for TV channels"
-msgstr "Nastala chyba pĝi zkoumání TV kanálù"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_About..."
+msgstr "/_O aplikaci..."
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
-msgstr "Aplikace XawTV není nainstalovaná!"
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
+msgstr "/_Nápovìda"
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
-msgstr "Pĝeji hezkŭ den!"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
+msgstr "/Nah_lásit chybu"
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr "Nyní mùete spustit aplikaci XawTV (pod X Windows!)\n"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
+msgstr ""
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
-msgstr "Nebyla nalezena TV karta!"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Select a device !"
+msgstr "Zvolte si skener"
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/harddrake2:1
+#, c-format
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"
+"Description of the fields:\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-"V poèítaèi nebyla nalezena ádná TV karta. Zkontrolujte prosím, zda "
-"podporovaná karta je správnì zapojena.\n"
-"\n"
-"\n"
-"Databázi hardware lze nalézt na:\n"
-"\n"
+"Popis polí:\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/harddrake2_.c:17
-msgid "Alternative drivers"
-msgstr "Alternativní ovladaèe"
-
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr "seznam alternativních ovladaèù pro vaıi zvukovou kartu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
+msgstr "Nápovìda pro HardDrake"
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
-msgstr "Sbìrnice"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Fields description"
+msgstr "Popis"
-#: ../../standalone/harddrake2_.c:21
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
-"toto je fyzická sbìrnice, na kterou je pĝipojeno zaĝízení (napĝ. PCI, "
-"USB, ...)"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "Automaticky nalezeno"
-#: ../../standalone/harddrake2_.c:22
-msgid "Channel"
-msgstr "Kanál"
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
+msgstr "/_Volby"
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
-msgstr "Kanál EIDE/SCSI"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _modems"
+msgstr "Automaticky nalezeno"
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _printers"
+msgstr "Automaticky nalezeno"
-#: ../../standalone/harddrake2_.c:23
-msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Quit"
+msgstr "/_Konec"
-#: ../../standalone/harddrake2_.c:26
-msgid "Bus identification"
-msgstr "Identifikace sbìrnice"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "the vendor name of the processor"
+msgstr "jméno dodavatele zaĝízení"
-#: ../../standalone/harddrake2_.c:27
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
-"- zaĝízení PCI a USB: vypisuje se dodavatel, zaĝízení, poddodavatel a "
-"podzaĝízení (ID PCI/USB)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
+msgstr "jméno dodavatele zaĝízení"
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
-msgstr "Umístìní na sbìrnici"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "The type of bus on which the mouse is connected"
+msgstr "Ke kterému sériovému portu je pĝipojena vaıe myı?"
-#: ../../standalone/harddrake2_.c:30
-msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
msgstr ""
-"- zaĝízení PCI: udává slot PCI, zaĝízení a funkci této karty\n"
-"- zaĝízení EIDE: zaĝízení je buï master nebo slave\n"
-"- zaĝízení SCSI: udává ID sbìrnice a zaĝízení SCSI"
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "Velikost bloku (chunk)"
-
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model stepping"
+msgstr "nahrát volby"
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "the number of the processor"
+msgstr "barva liıty s prùbìhem"
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
msgstr ""
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "network printer port"
+msgstr ", síğová tiskárna \"%s\", port %s"
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Name"
+msgstr "Jméno: "
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "Úroveò zabezpeèení"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Number of buttons"
+msgstr "Poèet tlaèítek"
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Official vendor name of the cpu"
+msgstr "jméno dodavatele zaĝízení"
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model name"
+msgstr "Název modulu"
-#: ../../standalone/harddrake2_.c:37
-msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:38
-#, fuzzy
-msgid "This field describes the device"
-msgstr "toto pole popisuje zaĝízení"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model"
+msgstr "Model"
-#: ../../standalone/harddrake2_.c:39
-msgid "Old device file"
-msgstr "Starŭ soubor se zaĝízením"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "hard disk model"
+msgstr "model pevného disku"
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
-msgstr "starŭ, statickŭ název zaĝízení, kterŭ se pouívá v balíèku dev"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "class of hardware device"
+msgstr "tĝída hardwarového zaĝízení"
-#: ../../standalone/harddrake2_.c:41
-msgid "New devfs device"
-msgstr "Nové zaĝízení devfs"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
+msgstr "Tĝída médií"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
msgstr ""
-"novŭ, dynamickŭ název zaĝízení, kterŭ generuje zabudovanŭ systém jádra devfs"
-#: ../../standalone/harddrake2_.c:43
-msgid "Module"
-msgstr "Modul"
-
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr "modul jádra systému GNU/Linux, kterŭ ovládá toto zaĝízení"
-
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Level"
+msgstr "úroveò"
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
msgstr ""
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Floppy format"
+msgstr "Formátovat"
-#: ../../standalone/harddrake2_.c:46
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "F00f bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "F00f bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
msgstr ""
-#: ../../standalone/harddrake2_.c:53
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "Formátovat"
-
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "úroveò"
-
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
-msgstr "Tĝída médií"
-
-#: ../../standalone/harddrake2_.c:57
-msgid "class of hardware device"
-msgstr "tĝída hardwarového zaĝízení"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
+msgstr ""
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
-msgid "Model"
-msgstr "Model"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
+msgstr "modul jádra systému GNU/Linux, kterŭ ovládá toto zaĝízení"
-#: ../../standalone/harddrake2_.c:58
-msgid "hard disk model"
-msgstr "model pevného disku"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Module"
+msgstr "Modul"
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "new dynamic device name generated by core kernel devfs"
msgstr ""
+"novŭ, dynamickŭ název zaĝízení, kterŭ generuje zabudovanŭ systém jádra devfs"
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr "Název modulu"
-
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Official vendor name of the cpu"
-msgstr "jméno dodavatele zaĝízení"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "New devfs device"
+msgstr "Nové zaĝízení devfs"
-#: ../../standalone/harddrake2_.c:61
-msgid "Number of buttons"
-msgstr "Poèet tlaèítek"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
+msgstr "starŭ, statickŭ název zaĝízení, kterŭ se pouívá v balíèku dev"
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "Jméno: "
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Old device file"
+msgstr "Starŭ soubor se zaĝízením"
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr ", síğová tiskárna \"%s\", port %s"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "This field describes the device"
+msgstr "toto pole popisuje zaĝízení"
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
msgstr ""
-#: ../../standalone/harddrake2_.c:64
-#, fuzzy
-msgid "the number of the processor"
-msgstr "barva liıty s prùbìhem"
-
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "nahrát volby"
-
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
msgstr ""
-#: ../../standalone/harddrake2_.c:66
-#, fuzzy
-msgid "The type of bus on which the mouse is connected"
-msgstr "Ke kterému sériovému portu je pĝipojena vaıe myı?"
-
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
-msgstr "jméno dodavatele zaĝízení"
-
-#: ../../standalone/harddrake2_.c:68
-#, fuzzy
-msgid "the vendor name of the processor"
-msgstr "jméno dodavatele zaĝízení"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr ""
-#: ../../standalone/harddrake2_.c:82
-msgid "/_Quit"
-msgstr "/_Konec"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cpuid level"
+msgstr "Úroveò zabezpeèení"
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "Automaticky nalezeno"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
-msgstr "/_Volby"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
+msgstr ""
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "Automaticky nalezeno"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
+msgstr ""
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
-msgstr "/_Nápovìda"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
+msgstr ""
-#: ../../standalone/harddrake2_.c:89
-msgid "/_Help..."
-msgstr "/_Nápovìda..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
+msgstr ""
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
-msgstr "Nápovìda pro HardDrake"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cache size"
+msgstr "Velikost bloku (chunk)"
-#: ../../standalone/harddrake2_.c:93
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Description of the fields:\n"
-"\n"
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
-"Popis polí:\n"
-"\n"
+"- zaĝízení PCI: udává slot PCI, zaĝízení a funkci této karty\n"
+"- zaĝízení EIDE: zaĝízení je buï master nebo slave\n"
+"- zaĝízení SCSI: udává ID sbìrnice a zaĝízení SCSI"
-#: ../../standalone/harddrake2_.c:96
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
+msgstr "Umístìní na sbìrnici"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
msgstr ""
+"- zaĝízení PCI a USB: vypisuje se dodavatel, zaĝízení, poddodavatel a "
+"podzaĝízení (ID PCI/USB)"
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "Zvolte si skener"
-
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
-msgstr "/Nah_lásit chybu"
-
-#: ../../standalone/harddrake2_.c:102
-msgid "/_About..."
-msgstr "/_O aplikaci..."
-
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
-msgstr "O aplikaci HardDrake"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus identification"
+msgstr "Identifikace sbìrnice"
-#: ../../standalone/harddrake2_.c:105
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
msgstr ""
-"Toto je HardDrake, nástroj spoleènosti Mandrake pro nastavení hardware.\n"
-"Verze:"
-#: ../../standalone/harddrake2_.c:106
-msgid "Author:"
-msgstr "Autor:"
-
-#: ../../standalone/harddrake2_.c:113
-msgid "Detection in progress"
-msgstr "Probíhá detekce"
-
-#: ../../standalone/harddrake2_.c:119
-msgid "Harddrake2 version "
-msgstr "Verze Harddrake2 "
-
-#: ../../standalone/harddrake2_.c:126
-msgid "Detected hardware"
-msgstr "Nalezenŭ hardware"
-
-#: ../../standalone/harddrake2_.c:129
-msgid "Information"
-msgstr "Informace"
-
-#: ../../standalone/harddrake2_.c:131
-msgid "Configure module"
-msgstr "Nastavit modul"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr ""
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
-msgstr "Spustit nástroj pro nastavení"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
+msgstr "Kanál EIDE/SCSI"
-#: ../../standalone/harddrake2_.c:143
+#: ../../standalone/harddrake2:1
#, c-format
-msgid "Running \"%s\" ..."
-msgstr "Spouıtím \"%s\" ..."
+msgid "Channel"
+msgstr "Kanál"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
+"toto je fyzická sbìrnice, na kterou je pĝipojeno zaĝízení (napĝ. PCI, "
+"USB, ...)"
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
-msgstr "primární"
-
-#: ../../standalone/harddrake2_.c:231
-msgid "secondary"
-msgstr "sekundární"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
+msgstr "Sbìrnice"
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "Automaticky nalezeno"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr "seznam alternativních ovladaèù pro vaıi zvukovou kartu"
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "Automaticky nalezeno"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Alternative drivers"
+msgstr "Alternativní ovladaèe"
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "/_Volby"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Do you want the BackSpace to return Delete in console?"
+msgstr "Chcete, aby se klávesa Backspace chovala v konzoli jako Delete?"
-#: ../../standalone/keyboarddrake_.c:26
+#: ../../standalone/keyboarddrake:1
+#, c-format
msgid "Please, choose your keyboard layout."
msgstr "Jaké je rozloení vaıí klávesnice?"
-#: ../../standalone/keyboarddrake_.c:35
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "Chcete, aby se klávesa Backspace chovala v konzoli jako Delete?"
-
-#: ../../standalone/livedrake_.c:18
-msgid "Change Cd-Rom"
-msgstr "Vymìnit CD-ROM"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
+msgstr "Nelze spustit aktualizaci na bìící systém !!!\n"
-#: ../../standalone/livedrake_.c:19
+#: ../../standalone/livedrake:1
+#, c-format
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."
@@ -14377,515 +18272,617 @@ msgstr ""
"Vlote prosím Instalaèní CD-ROM do mechaniky a stisknìte Ok.\n"
"Pokud CD nemáte, stisknìte Zruıit pro pĝeruıení aktualizace systému."
-#: ../../standalone/livedrake_.c:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Nelze spustit aktualizaci na bìící systém !!!\n"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Change Cd-Rom"
+msgstr "Vymìnit CD-ROM"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr "Zmìny jsou provedeny, ale pro aktivaci je nutné provést odhláıení"
-#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
-msgstr "logdrake"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
+msgstr "Uloit jako..."
-#: ../../standalone/logdrake_.c:68
-msgid "Show only for the selected day"
-msgstr "Zobrazit pouze pro vybranŭ den"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Please enter your email address below "
+msgstr "Zadejte prosím níe svou poıtovní adresu "
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr "/Soubor/_Novŭ"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "alert configuration"
+msgstr "nastavení varování"
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
-msgstr "<control>N"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "You will receive an alert if the load is higher than this value"
+msgstr "Pokud bude hodnota vetıí ne zadané èíslo, obdríte varovnou zprávu"
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr "/Soubor/_Otevĝít"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "load setting"
+msgstr "nahrát volby"
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
-msgstr "<control>O"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
+msgstr "Pokud jedna z vybranŭch slueb nepobìí, obdríte varovnou zprávu"
-#: ../../standalone/logdrake_.c:77
-msgid "/File/_Save"
-msgstr "/Soubor/_Uloit"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "service setting"
+msgstr "nastavení slueb"
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
-msgstr "<control>U"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Xinetd Service"
+msgstr "Sluba Xinetd"
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
-msgstr "/Soubor/Uloit _jako"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Webmin Service"
+msgstr "Sluba Webmin"
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
-msgstr "/Soubor/-"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "SSH Server"
+msgstr "Server SSH"
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
-msgstr "/Volby/Test"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Samba Server"
+msgstr "Server Samba"
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
-msgstr "/Nápovìda/_O aplikaci..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Postfix Mail Server"
+msgstr "Poıtovní server Postfix"
-#: ../../standalone/logdrake_.c:145
-msgid "User"
-msgstr "Uivatel"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Ftp Server"
+msgstr "Server FTP"
-#: ../../standalone/logdrake_.c:146
-msgid "Messages"
-msgstr "Zprávy"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Domain Name Resolver"
+msgstr "Dekodér názvu domény"
-#: ../../standalone/logdrake_.c:147
-msgid "Syslog"
-msgstr "Syslog"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
+msgstr "Server pro World Wide Web Apache"
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
-msgstr "Vysvìtlivky nástrojù Mandrake Linuxu"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"Welcome to the mail configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+"Vítejte v nastavení elektronické poıty.\n"
+"\n"
+"Zde lze nastavit systém posílání varovnŭch zpráv.\n"
-#: ../../standalone/logdrake_.c:151
-msgid "search"
-msgstr "vyhledat"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert configuration"
+msgstr "Nastavení varovnŭch zpráv e-mailem"
-#: ../../standalone/logdrake_.c:161
-msgid "A tool to monitor your logs"
-msgstr "Nástroj na sledování logù"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert"
+msgstr "Varovné zprávy e-mailem"
-#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
-msgstr "Nastavení"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "èekejte prosím, zpracovávám soubor: %s"
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
-msgstr "shodnŭch"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
+msgstr "Obsah souboru"
-#: ../../standalone/logdrake_.c:168
-msgid "but not matching"
-msgstr "neshodnŭch"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Calendar"
+msgstr "Kalendáĝ"
-#: ../../standalone/logdrake_.c:172
+#: ../../standalone/logdrake:1
+#, c-format
msgid "Choose file"
msgstr "Vyberte soubor"
-#: ../../standalone/logdrake_.c:181
-msgid "Calendar"
-msgstr "Kalendáĝ"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "but not matching"
+msgstr "neshodnŭch"
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
-msgstr "Obsah souboru"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "matching"
+msgstr "shodnŭch"
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-msgid "Mail alert"
-msgstr "Varovné zprávy e-mailem"
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
+msgstr "Nastavení"
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "èekejte prosím, zpracovávám soubor: %s"
+msgid "A tool to monitor your logs"
+msgstr "Nástroj na sledování logù"
-#: ../../standalone/logdrake_.c:392
-msgid "Mail alert configuration"
-msgstr "Nastavení varovnŭch zpráv e-mailem"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
+msgstr "vyhledat"
-#: ../../standalone/logdrake_.c:393
-msgid ""
-"Welcome to the mail configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Vítejte v nastavení elektronické poıty.\n"
-"\n"
-"Zde lze nastavit systém posílání varovnŭch zpráv.\n"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mandrake Tools Explanation"
+msgstr "Vysvìtlivky nástrojù Mandrake Linuxu"
-#: ../../standalone/logdrake_.c:400
-msgid "Apache World Wide Web Server"
-msgstr "Server pro World Wide Web Apache"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Syslog"
+msgstr "Syslog"
-#: ../../standalone/logdrake_.c:401
-msgid "Domain Name Resolver"
-msgstr "Dekodér názvu domény"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Messages"
+msgstr "Zprávy"
-#: ../../standalone/logdrake_.c:402
-msgid "Ftp Server"
-msgstr "Server FTP"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "User"
+msgstr "Uivatel"
-#: ../../standalone/logdrake_.c:403
-msgid "Postfix Mail Server"
-msgstr "Poıtovní server Postfix"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
+msgstr "/Nápovìda/_O aplikaci..."
-#: ../../standalone/logdrake_.c:404
-msgid "Samba Server"
-msgstr "Server Samba"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
+msgstr "/Volby/Test"
-#: ../../standalone/logdrake_.c:405
-msgid "SSH Server"
-msgstr "Server SSH"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
+msgstr "/Soubor/-"
-#: ../../standalone/logdrake_.c:406
-msgid "Webmin Service"
-msgstr "Sluba Webmin"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/Save _As"
+msgstr "/Soubor/Uloit _jako"
-#: ../../standalone/logdrake_.c:407
-msgid "Xinetd Service"
-msgstr "Sluba Xinetd"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr "<control>U"
-#: ../../standalone/logdrake_.c:414
-msgid "service setting"
-msgstr "nastavení slueb"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
+msgstr "/Soubor/_Uloit"
-#: ../../standalone/logdrake_.c:415
-msgid ""
-"You will receive an alert if one of the selected services is no more running"
-msgstr "Pokud jedna z vybranŭch slueb nepobìí, obdríte varovnou zprávu"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>O"
+msgstr "<control>O"
-#: ../../standalone/logdrake_.c:428
-msgid "load setting"
-msgstr "nahrát volby"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr "/Soubor/_Otevĝít"
-#: ../../standalone/logdrake_.c:429
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Pokud bude hodnota vetıí ne zadané èíslo, obdríte varovnou zprávu"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr "<control>N"
-#: ../../standalone/logdrake_.c:444
-msgid "alert configuration"
-msgstr "nastavení varování"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr "/Soubor/_Novŭ"
-#: ../../standalone/logdrake_.c:445
-msgid "Please enter your email address below "
-msgstr "Zadejte prosím níe svou poıtovní adresu "
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Show only for the selected day"
+msgstr "Zobrazit pouze pro vybranŭ den"
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
-msgstr "Uloit jako..."
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Emulate third button?"
+msgstr "Emulovat tĝetí tlaèítko?"
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
msgstr "Jakŭ je typ vaıí myıi?"
-#: ../../standalone/mousedrake_.c:50
-msgid "Emulate third button?"
-msgstr "Emulovat tĝetí tlaèítko?"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Pĝipojit"
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "Nastavení sítì"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Odpojit"
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "Profil: "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr "Varování, bylo detekováno jiné pĝipojení k Internetu, zĝejmì je to síğ"
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
msgstr ""
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "Posílám soubory..."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
+msgstr ""
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
msgstr ""
-#: ../../standalone/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
-msgstr "Typ pĝipojení:"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
+msgstr ""
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Local measure"
+msgstr "Lokální soubory"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
msgstr ""
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "Testuji pĝipojení k internetu..."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Color configuration"
+msgstr "nastavení varování"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
+msgstr ""
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection complete."
+msgstr "Rychlost pĝipojení"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
+msgstr ""
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
+msgstr ""
+
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connecting to the Internet "
msgstr "Pĝipojení k Internetu"
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnecting from the Internet "
msgstr "Pĝipojení k Internetu"
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Wait please, testing your connection..."
+msgstr "Testuji pĝipojení k internetu..."
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
msgstr ""
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
-msgstr "Rychlost pĝipojení"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection Time: "
+msgstr "Typ pĝipojení:"
-#: ../../standalone/net_monitor_.c:226
-msgid ""
-"Connection failed.\n"
-"Verify your configuration in the Mandrake Control Center."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
msgstr ""
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "nastavení varování"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Sending Speed:"
+msgstr "Posílám soubory..."
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
msgstr ""
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Profile "
+msgstr "Profil: "
+
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Network Monitoring"
+msgstr "Nastavení sítì"
+
+#: ../../standalone/printerdrake:1
+#, c-format
+msgid "Reading printer data ..."
+msgstr "Naèítám údaje o tiskárnì ..."
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Name/IP address of host:"
msgstr ""
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "Lokální soubory"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scannerdrake"
+msgstr "Zvolte si skener"
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
-msgstr ""
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "You must enter a host name or an IP address.\n"
+msgstr "Zadejte prosím název poèítaèe nebo IP."
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: ../../standalone/net_monitor_.c:453
-#, fuzzy
-msgid ""
-"Warning, another internet connection has been detected, maybe using your "
-"network"
-msgstr "Varování, bylo detekováno jiné pĝipojení k Internetu, zĝejmì je to síğ"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Sharing of local scanners"
+msgstr "Tiskárny k dispozici"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Pĝipojit"
+msgid "This machine"
+msgstr "(na tomto poèítaèi)"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Odpojit"
+msgid "Remove selected host"
+msgstr "Odstranit vybrané"
-#: ../../standalone/printerdrake_.c:47
-msgid "Reading printer data ..."
-msgstr "Naèítám údaje o tiskárnì ..."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Edit selected host"
+msgstr "detekováno %s"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add host"
+msgstr "Pĝidat uivatele"
-#: ../../standalone/scannerdrake_.c:39
-msgid "Detecting devices ..."
-msgstr "Detekuji zaĝízení ..."
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "These are the machines from which the scanners should be used:"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr "Otestovat porty"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Usage of remote scanners"
+msgstr "Pouít volné místo"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "All remote machines"
+msgstr "(na tomto poèítaèi)"
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
-msgstr "Tato verze Mandrake Linux %s nepodporuje."
+msgid ""
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:54
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s found on %s, configure it?"
-msgstr "%s nalezeno na %s, chcete ho nastavit?"
+msgid "Use the scanners on hosts: "
+msgstr ""
-#: ../../standalone/scannerdrake_.c:57
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
-msgstr "%s není v databázi skenerù, nastavit ruènì?"
+msgid "Use scanners on remote computers"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:63
-msgid "Select a scanner"
-msgstr "Zvolte si skener"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "Sdílení souborù"
-#: ../../standalone/scannerdrake_.c:91
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Skener %s není podporován"
+msgid "The scanners on this machine are available to other computers"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-"Scannerdrake nebyl schopen detekovat váı skener %s.\n"
-"Vyberte prosím zaĝízení, ke kterému je skener pĝipojen"
-#: ../../standalone/scannerdrake_.c:107
-msgid "choose device"
-msgstr "vyberte zaĝízení"
-
-#: ../../standalone/scannerdrake_.c:113
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-"Skener %s musí bŭt nastaven pomocí nástroje PrinterDrake.\n"
-"Spustit PrinterDrake lze z ĝídícího centra Mandrake v sekci Hardware"
-#: ../../standalone/scannerdrake_.c:118
-#, c-format
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"Your %s 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 nabídky aplikací "
"Multimédia/Grafika."
-#: ../../standalone/service_harddrake_.c:44
-#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
-msgstr "Nìkterá zaĝízení v tĝídì hardware \"%s\" byla odstranìna:\n"
-
-#: ../../standalone/service_harddrake_.c:48
-msgid "Some devices were added:\n"
-msgstr "Byla pĝidána nìkterá zaĝízení:\n"
-
-#: ../../standalone/service_harddrake_.c:64
-#, fuzzy
-msgid "Hardware probing in progress"
-msgstr "Probíhá detekce"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Vŭbìr jazyka"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Volba typu instalace"
-
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Detekce pevnŭch diskù"
-
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Nastavení myıi"
-
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Vŭbìr klávesnice"
-
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Bezpeènost"
-
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Souborové systémy"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The %s must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+"Skener %s musí bŭt nastaven pomocí nástroje PrinterDrake.\n"
+"Spustit PrinterDrake lze z ĝídícího centra Mandrake v sekci Hardware"
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formátování oddílù"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "choose device"
+msgstr "vyberte zaĝízení"
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Vŭbìr balíèkù pro instalaci"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Please select the device where your %s is attached"
+msgstr ""
+"Scannerdrake nebyl schopen detekovat váı skener %s.\n"
+"Vyberte prosím zaĝízení, ke kterému je skener pĝipojen"
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instalace systému"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The %s is unsupported"
+msgstr "Skener %s není podporován"
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Pĝidání uivatele"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr "Tato verze Mandrake Linux %s nepodporuje."
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Nastavení sítí"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr "Tato verze Mandrake Linux %s nepodporuje."
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Nastavení slueb"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
+msgstr ""
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Zavádìcí program"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for new scanners ..."
+msgstr "Tiskárny k dispozici"
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Startovací disketa"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for configured scanners ..."
+msgstr "Tiskárny k dispozici"
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Nastavení X"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing"
+msgstr "Sdílení souborù"
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Aktualizace systému"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add a scanner manually"
+msgstr "Vybrat uivatele manuálnì"
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Ukonèení instalace"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Search for new scanners"
+msgstr "Tiskárny k dispozici"
-#: ../../ugtk.pm_.c:636
-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-*"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr "Na vaıem poèítaèi nebyla nalezena ádná pĝímo pĝipojená tiskárna"
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
msgstr ""
+"\n"
+"Naıel jsem jednu neznámou tiskárnu pĝímo pĝipojenou k vaıemu poèítaèi"
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
-
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Síğovŭ poèítaè (klient)"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr ""
+"\n"
+"Naıel jsem jednu neznámou tiskárnu pĝímo pĝipojenou k vaıemu poèítaèi"
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS server, SMB server, Proxy server, SSH server"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Select a scanner"
+msgstr "Zvolte si skener"
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Kanceláĝ"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr "%s není v databázi skenerù, nastavit ruènì?"
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Pracovní stanice s Gnome"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "%s nalezeno na %s, chcete ho nastavit?"
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Nástroje pro váı Palm Pilot nebo Visor"
+#: ../../standalone/service_harddrake:1
+#, fuzzy, c-format
+msgid "Hardware probing in progress"
+msgstr "Probíhá detekce"
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Pracovní stanice"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
+msgstr "Byla pĝidána nìkterá zaĝízení:\n"
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Firewall/Router"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgstr "Nìkterá zaĝízení v tĝídì hardware \"%s\" byla odstranìna:\n"
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Doménové názvy a síğovŭ informaèní server"
+msgid "Office Workstation"
+msgstr "Kanceláĝská stanice"
#: ../../share/compssUsers:999
msgid ""
@@ -14896,77 +18893,68 @@ msgstr ""
"procesory (KSpread, Gnumeric), prohlíeèe PDF a dalıí"
#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Nástroje pro zvuk: pĝehrávaèe mp3 a midi, mixéry a dalıí"
+msgid "Workstation"
+msgstr "Pracovní stanice"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr "Standardní Báze Linuxu (LSB): Podpora aplikací jinŭch dodavatelù"
+msgid "Game station"
+msgstr "Hry"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Knihy a Howto o Linuxu a Free Software"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "Zábavné programy: deskové hry, strategie, atd."
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Pracovní stanice s KDE"
+msgid "Multimedia station"
+msgstr "Multimediální stanice"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "IceWM, Window Maker, Enlightenment, Fvwm a dalıí"
+msgid "Sound and video playing/editing programs"
+msgstr "Programy pro pĝehrávání/editaci zvuku a videa"
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimédia - video"
+msgid "Internet station"
+msgstr "Internetová stanice"
#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
+msgid ""
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
-"Skupina programù pro poıtu, diskusní skupiny, web, pĝenos souborù a chat"
+"Kolekce nástrojù pro ètení a posílaní el. poıty a pĝíspìvkù do diskusních "
+"skupin (pine, mutt, tin..) a pro prohlíení Webu"
#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Databáze"
+msgid "Network Computer (client)"
+msgstr "Síğovŭ poèítaè (klient)"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Databázové servery PostgreSQL nebo MySQL"
+msgid "Clients for different protocols including ssh"
+msgstr "Klienti pro rùzné verze protokolu ssh"
#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Nástroje pro snadnou konfiguraci poèítaèe"
+msgid "Configuration"
+msgstr "Nastavení"
#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimédia - zvuk"
+msgid "Tools to ease the configuration of your computer"
+msgstr "Nástroje pro snadnou konfiguraci poèítaèe"
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentace"
+msgid "Scientific Workstation"
+msgstr "Vìdecká stanice"
#: ../../share/compssUsers:999
msgid "Console Tools"
msgstr "Konzolové nástroje"
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Poıtovní server postfix, server pro diskusní skupiny Inn"
-
-#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internetová stanice"
-
-#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimediální stanice"
-
-#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Nastavení"
+msgid "Editors, shells, file tools, terminals"
+msgstr "Editory, shelly, souborové nástroje, terminály"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Dalıí grafické desktopy Gnome, IceWM)"
+msgid "KDE Workstation"
+msgstr "Pracovní stanice s KDE"
#: ../../share/compssUsers:999
msgid ""
@@ -14981,411 +18969,349 @@ msgid "Graphical Environment"
msgstr "Grafické prostĝedí"
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Vŭvoj"
-
-#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache a Pro-ftpd"
-
-#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Nástroje pro vytváĝení a vypalování CD"
+msgid "Gnome Workstation"
+msgstr "Pracovní stanice s Gnome"
#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Kanceláĝská stanice"
+msgid ""
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
+msgstr ""
+"Grafické prostĝedí s uivatelsky pĝívìtivŭm seskupením aplikací a pracovní "
+"plochou"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, IceWM, Window Maker, Enlightenment, Fvwm a dalıí"
+msgid "Other Graphical Desktops"
+msgstr "Dalıí grafické desktopy"
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafické programy jako napĝ. GIMP"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "IceWM, Window Maker, Enlightenment, Fvwm a dalıí"
#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
+msgid "Development"
+msgstr "Vŭvoj"
#: ../../share/compssUsers:999
msgid "C and C++ development libraries, programs and include files"
msgstr "Knihovny pro vŭvoj v C a C++, programy a hlavièkové soubory"
#: ../../share/compssUsers:999
-msgid "Network Computer server"
-msgstr "Síğovŭ server"
+msgid "Documentation"
+msgstr "Dokumentace"
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Poıta/Groupware/Diskuse"
+msgid "Books and Howto's on Linux and Free Software"
+msgstr "Knihy a Howto o Linuxu a Free Software"
#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Hry"
+msgid "LSB"
+msgstr "LSB"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Pĝehrávaèe a editory videa"
+msgid "Linux Standard Base. Third party applications support"
+msgstr "Standardní Báze Linuxu (LSB): Podpora aplikací jinŭch dodavatelù"
#: ../../share/compssUsers:999
-msgid "Multimedia - Graphics"
-msgstr "Multimédia - grafika"
+msgid "Web/FTP"
+msgstr "Web/FTP"
#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Zábavné programy: deskové hry, strategie, atd."
+msgid "Apache, Pro-ftpd"
+msgstr "Apache a Pro-ftpd"
#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
-"browse the Web"
-msgstr ""
-"Kolekce nástrojù pro ètení a posílaní el. poıty a pĝíspìvkù do diskusních "
-"skupin (pine, mutt, tin..) a pro prohlíení Webu"
+msgid "Mail/Groupware/News"
+msgstr "Poıta/Groupware/Diskuse"
#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Správa osobních financí"
+msgid "Postfix mail server, Inn news server"
+msgstr "Poıtovní server postfix, server pro diskusní skupiny Inn"
#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr ""
-"Grafické prostĝedí s uivatelsky pĝívìtivŭm seskupením aplikací a pracovní "
-"plochou"
+msgid "Database"
+msgstr "Databáze"
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klienti pro rùzné verze protokolu ssh"
+msgid "PostgreSQL or MySQL database server"
+msgstr "Databázové servery PostgreSQL nebo MySQL"
#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr "LSB"
+msgid "Firewall/Router"
+msgstr "Firewall/Router"
#: ../../share/compssUsers:999
msgid "Internet gateway"
msgstr "Internetová brána"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Programy pro pĝehrávání/editaci zvuku a videa"
+msgid "DNS/NIS "
+msgstr "DNS/NIS "
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Dalıí grafické desktopy"
+msgid "Domain Name and Network Information Server"
+msgstr "Doménové názvy a síğovŭ informaèní server"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editory, shelly, souborové nástroje, terminály"
+msgid "Network Computer server"
+msgstr "Síğovŭ server"
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programy na správu financí jako napĝ. GnuCash"
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr "NFS server, SMB server, Proxy server, SSH server"
#: ../../share/compssUsers:999
-msgid "Personal Information Management"
-msgstr "Správce osobních informací (PIM)"
+msgid "Office"
+msgstr "Kanceláĝ"
#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimédia - vypalování CD"
+msgid "Set of tools for mail, news, web, file transfer, and chat"
+msgstr ""
+"Skupina programù pro poıtu, diskusní skupiny, web, pĝenos souborù a chat"
#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Vìdecká stanice"
-
-#~ msgid "can not open /etc/inittab for reading: %s"
-#~ msgstr "nelze otevĝít /etc/inittab pro ètení: %s"
-
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "èíslo"
-
-#~ 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 ""
-#~ "Nyní si mùete stáhnout ıifrovací software.\n"
-#~ "\n"
-#~ "VAROVÁNÍ:\n"
-#~ "\n"
-#~ "Kvùli rùznŭm obecnŭm poadavkùm a naĝízením rùznŭch soudních úĝadù,\n"
-#~ "vztahujícím se na tento druh software, by se mìl zákazník a/nebo koncovŭ\n"
-#~ "uivatel ujistit, zda mu jeho soudní správa umoòuje stáhnout si, uloit\n"
-#~ "a pouívat tento software.\n"
-#~ "\n"
-#~ "Zákazník a/nebo koncovŭ uivatel by si mìl bŭt vìdomŭ toho, e nesmí\n"
-#~ "pĝestupovat zákony své jurisdikce. Pokud zákazník a/nebo koncovŭ "
-#~ "uivatel\n"
-#~ "nebude respektovat ustanovení vztahujících se zákonù, mùe se vystavit\n"
-#~ "postihu.\n"
-#~ "\n"
-#~ "V kadém pĝípadì se MandrakeSoft i jeho vŭrobny a dodavatelé vzdávají\n"
-#~ "jakékoliv zodpovìdnosti za pĝímé i nepĝímé ıkody (vèetnì ztráty ziskù,\n"
-#~ "pĝeruıení podnikání, ztráty obchodních informací, jakoto i jinŭch "
-#~ "penìních\n"
-#~ "ztrát a eventuálních postihù, poadavkù na odıkodnìní a alob) vzniklé\n"
-#~ "vlastnictvím, pouíváním nebo pouhŭm stahováním tohoto software, ke "
-#~ "kterému\n"
-#~ "mùe mít zákazník a/nebo nebo koncovŭ uivatel pĝístup kdy odsouhlasí\n"
-#~ "tuto dohodu.\n"
-#~ "\n"
-#~ "\n"
-#~ "Pokud máje jakékoliv dotazy vztahující se k této dohodì, kontaktujte "
-#~ "prosím\n"
-#~ "MandrakeSoft, Inc.\n"
-#~ "2400 N. Lincoln Avenue Suite 243\n"
-#~ "Altadena California 91001\n"
-#~ "USA"
-
-#~ msgid "Proxy configuration"
-#~ msgstr "Nastavení proxy"
-
-#~ 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 ""
-#~ "Vítejte v konfiguraèním nástroji pro proxy.\n"
-#~ "\n"
-#~ "Zde nastavujete http a ftp proxy zadáním\n"
-#~ "pĝidìleného pĝihlaıovacího jména a hesla\n"
-
-#~ msgid ""
-#~ "Please fill in the http proxy informations\n"
-#~ "Leave it blank if you don't want an http proxy"
-#~ msgstr ""
-#~ "Zadejte prosím hodnoty pro http proxy\n"
-#~ "V pĝípadì, e nemáte http proxy, ponechejte prázdné"
+msgid "Multimedia - Graphics"
+msgstr "Multimédia - grafika"
-#~ msgid "URL"
-#~ msgstr "URL"
+#: ../../share/compssUsers:999
+msgid "Graphics programs such as The Gimp"
+msgstr "Grafické programy jako napĝ. GIMP"
-#~ msgid "port"
-#~ msgstr "port"
+#: ../../share/compssUsers:999
+msgid "Multimedia - Sound"
+msgstr "Multimédia - zvuk"
-#~ msgid "Url should begin with 'http:'"
-#~ msgstr "URL by mìlo bŭt 'http:'"
+#: ../../share/compssUsers:999
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgstr "Nástroje pro zvuk: pĝehrávaèe mp3 a midi, mixéry a dalıí"
-#~ msgid "The port part should be numeric"
-#~ msgstr "Èíslo portu musí bŭt numerické"
+#: ../../share/compssUsers:999
+msgid "Multimedia - Video"
+msgstr "Multimédia - video"
-#~ msgid ""
-#~ "Please fill in the ftp proxy informations\n"
-#~ "Leave it blank if you don't want an ftp proxy"
-#~ msgstr ""
-#~ "Zadejte prosím hodnoty pro ftp proxy\n"
-#~ "V pĝípadì, e nemáte ftp proxy, ponechejte prázdné"
+#: ../../share/compssUsers:999
+msgid "Video players and editors"
+msgstr "Pĝehrávaèe a editory videa"
-#~ msgid ""
-#~ "Please enter proxy login and password, if any.\n"
-#~ "Leave it blank if you don't want login/passwd"
-#~ msgstr ""
-#~ "Pokud je potĝeba, zadejte prosím pĝihlaıovací jméno\n"
-#~ "a heslo. Pokud je nepotĝebujete, nechte prázdné"
+#: ../../share/compssUsers:999
+msgid "Multimedia - CD Burning"
+msgstr "Multimédia - vypalování CD"
-#~ msgid "login"
-#~ msgstr "login"
+#: ../../share/compssUsers:999
+msgid "Tools to create and burn CD's"
+msgstr "Nástroje pro vytváĝení a vypalování CD"
-#~ msgid "password"
-#~ msgstr "heslo"
+#: ../../share/compssUsers:999
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr "Dalıí grafické desktopy Gnome, IceWM)"
-#~ msgid "re-type password"
-#~ msgstr "heslo znova"
+#: ../../share/compssUsers:999
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Gnome, IceWM, Window Maker, Enlightenment, Fvwm a dalıí"
-#~ msgid "The passwords don't match. Try again!"
-#~ msgstr "Hesla nejsou shodná. Zkuste to znovu!"
+#: ../../share/compssUsers:999
+msgid "Personal Information Management"
+msgstr "Správce osobních informací (PIM)"
-#~ msgid "Can't write file %s"
-#~ msgstr "Nemùu zapsat soubor %s"
+#: ../../share/compssUsers:999
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr "Nástroje pro váı Palm Pilot nebo Visor"
-#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-iso8859-2,*"
+#: ../../share/compssUsers:999
+msgid "Personal Finance"
+msgstr "Správa osobních financí"
-#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-iso8859-2,*"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr "Programy na správu financí jako napĝ. GnuCash"
-#, fuzzy
#~ msgid ""
-#~ "Warning, another internet connexion has been detected, maybe using your "
-#~ "network"
+#~ "You must indicate where you wish to place the information required to "
+#~ "boot\n"
+#~ "GNU/Linux.\n"
+#~ "\n"
+#~ "Unless you know exactly what you are doing, choose \"First sector of "
+#~ "drive\n"
+#~ "(MBR)\"."
#~ msgstr ""
-#~ "Varování, bylo detekováno jiné pĝipojení k Internetu, zĝejmì je to síğ"
-
-#~ msgid "no help implemented yet.\n"
-#~ msgstr "nápovìda zatím nedostupná.\n"
-
-#~ msgid "Please click on a medium"
-#~ msgstr "Prosím klepnìte na zdroj"
-
-#~ msgid "Removing LPRng..."
-#~ msgstr "Odebírám LprNG..."
-
-#~ msgid "Removing LPD..."
-#~ msgstr "Odebírám LPD..."
+#~ "Zde se musíte rozhodnout, kam umístit informace potĝebné pro spuıtìní "
+#~ "systému\n"
+#~ "GNU/Linux.\n"
+#~ "\n"
+#~ "Pokud pĝesnì nevíte co zadat, ponechte \"První sektor na disku (MBR)\"."
#~ msgid ""
-#~ "Description:\n"
+#~ "DrakX now needs to know if you want to perform a default (\"Recommended"
+#~ "\")\n"
+#~ "installation or if you want to have greater control (\"Expert\") over "
+#~ "your\n"
+#~ "installation. You can also choose to do a new installation or upgrade "
+#~ "your\n"
+#~ "existing Mandrake Linux system:\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"
+#~ " * \"Install\": completely wipes out the old system. However, depending "
+#~ "on\n"
+#~ "what is currently installed on your machine, you may be able to keep "
+#~ "some\n"
+#~ "old partitions (Linux or otherwise) unchanged;\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"
+#~ " * \"Upgrade\": this installation class allows to simply update the\n"
+#~ "packages currently installed on your Mandrake Linux system. It keeps "
+#~ "your\n"
+#~ "hard drives' current partitions as well as user configurations. All "
+#~ "other\n"
+#~ "configuration steps remain available, similar to a normal installation;\n"
#~ "\n"
-#~ " Drakbackup allows you to restore your system to\n"
-#~ " a user selected directory.\n"
+#~ " * \"Upgrade Packages Only\": this new installation class allows you to\n"
+#~ "upgrade an existing Mandrake Linux system while keeping all system\n"
+#~ "configurations unchanged. Adding new packages to the current "
+#~ "installation\n"
+#~ "is also possible.\n"
#~ "\n"
-#~ " Per default all backup will be stored on your\n"
-#~ " /var/lib/drakbackup directory\n"
+#~ "Upgrades should work fine on Mandrake Linux systems using version \"8.1"
+#~ "\"\n"
+#~ "or later.\n"
#~ "\n"
-#~ " Configuration file:\n"
-#~ "\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+#~ "Depending on your GNU/Linux knowledge, select one of the following "
+#~ "choices:\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"
+#~ " * 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 GNU/Linux understanding, you may wish to\n"
+#~ "perform a highly customized installation. Some of the decisions you will\n"
+#~ "have to make may be difficult if you do not have good GNU/Linux "
+#~ "knowledge,\n"
+#~ "so it is not recommended that those without a fair amount of experience\n"
+#~ "select this installation class."
#~ msgstr ""
-#~ "Popis:\n"
-#~ "\n"
-#~ " DrakBackup je nástroj na zálohování systému.\n"
-#~ " Bìhem konfigurace mùete vybrat \n"
-#~ "\t- Systémové soubory,\n"
-#~ "\t- Soubory uivatelù,\n"
-#~ "\t- Ostatní soubory.\n"
-#~ "\tnebo Celŭ systém a jiné (jako jsou oddíly s Windows).\n"
-#~ "\n"
-#~ " DrakBackup dovoluje zálohovat na:\n"
-#~ "\t- Pevnŭ disk.\n"
-#~ "\t- NFS.\n"
-#~ "\t- CDROM (CDRW), DVDROM (se spuıtìním, záchranou a autoinstalací).\n"
-#~ "\t- FTP.\n"
-#~ "\t- Rsync.\n"
-#~ "\t- Webdav.\n"
-#~ "\t- Páskovou jednotku.\n"
+#~ "Nyní se instalaèní program zeptá na to, zda chcete provést (\"Doporuèenou"
+#~ "\")\n"
+#~ "nebo (\"Expertní\") instalaci, která dovoluje vìtıí kontrolu. Také si "
+#~ "zde\n"
+#~ "mùete vybrat, zda chcete provést novou instalaci nebo aktualizaci\n"
+#~ "ji existující verze systému Mandrake Linux.:\n"
#~ "\n"
-#~ " DrakBackup dovoluje provést obnovu do vybraného adresáĝe.\n"
+#~ " * \"Instalovat\" Kompletnì pĝemae starou verzi. V závislosti na tom, co "
+#~ "je\n"
+#~ "na daném systému nainstalováno, mohou zùstat nìkteré jiné oddíly (typu "
+#~ "Linux\n"
+#~ "nebo jiné) nezmìnìny.\n"
#~ "\n"
-#~ " Jako vŭchozí jsou umístìny vıechny zálohy do adresáĝe\n"
-#~ " /var/lib/drakbackup \n"
+#~ " * \"Aktualizovat\" Provede aktualizaci stávajícího systému Mandrake "
+#~ "Linux.\n"
+#~ "Rozdìlení disku i veıkerá data uivatelù zùstanou zachována. Ostatní "
+#~ "kroky\n"
+#~ "s nastavením vıak budou k dispozici, podobnì jako pĝi bìné instalaci.\n"
#~ "\n"
-#~ " Konfiguraèní soubor:\n"
-#~ "\t/etc/drakconf/drakbackup/drakbackup.conf\n"
+#~ " * \"Aktualizovat pouze balíèky\" Provede aktualizaci balíèkù z "
+#~ "pĝedchozí\n"
+#~ "verze systému Mandrake Linux beze zmìn v nastavení systému. Je také "
+#~ "moné\n"
+#~ "nainstalovat nové balíèky.\n"
#~ "\n"
+#~ "Aktualizace je bezproblémová pro verze Mandrake Linux 8.1 nebo novìjıí.\n"
#~ "\n"
-#~ "Postup pĝi obnovì:\n"
-#~ "\n"
-#~ " Pĝi provádìní obnovy odstraní DrakBackup pùvodní adresáĝ\n"
-#~ " a ovìĝí, e zálohované soubory nejsou poıkozeny.\n"
-#~ " Doporuèuje se ale provést zálohu tìchto dat pĝed provedením\n"
-#~ " obnovy.\n"
+#~ "V závislosti na vaıich znalostech systému GNU/Linux si mùete vybrat\n"
+#~ "z následujících úrovní instalace operaèního systému Mandrake Linux:\n"
#~ "\n"
+#~ "* Doporuèená: volte pokud jste jeıtì nikdy neinstalovali GNU/Linux. "
+#~ "Instalace bude velmi jednoduchá a budete dotázáni pouze na nìkolik "
+#~ "otázek.\n"
#~ "\n"
+#~ "* Expertní: jestlie jste dobĝe obeznámeni se systémem GNU/Linux a "
+#~ "chcete\n"
+#~ "provést precizní nastavení instalace, je právì pro vás tato volba. Budete "
+#~ "si moci\n"
+#~ "pĝesnì upravit celou instalaci. Odpovìdi na otázky budou velmi tìké pro\n"
+#~ "ty, kteĝí nemají velmi dobré znalosti GNU/Linuxu.\n"
+#~ "Nevolte tuto volbu, pokud nemáte dostateèné zkuıenosti s instalací "
+#~ "systému."
+
+#~ msgid "Please be patient. This operation can take several minutes."
+#~ msgstr "Buïte trpìliví. Tato operace mùe trvat nìkolik minut."
#~ msgid ""
-#~ "drakbug version %s\n"
-#~ "Copyright (C) 2002 MandrakeSoft.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
+#~ "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"
-#~ "OPTIONS:\n"
+#~ "Please be patient."
#~ msgstr ""
-#~ "DrakBug verze %s\n"
-#~ "Copyright (C) 2002 MandrakeSoft.\n"
-#~ "Toto je volnì ıiĝitelnŭ software a lze jej ıíĝit za podmínek licence GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "pouití: drakbug [VOLBY] [NÁZEV_PROGRAMU]\n"
+#~ "Nyní zaène nová instalace operaèního systému Mandrake Linux.\n"
+#~ "Tato operace mùe trvat nìkolik desítek minut (záleí na mnoství "
+#~ "balíèkù,\n"
+#~ "které jste si vybrali pro instalaci a rychlosti vaıeho poèítaèe).\n"
#~ "\n"
-#~ "VOLBY:\n"
-
-#~ msgid " --help - print this help message.\n"
-#~ msgstr " --help - vytiskne tuto zprávu s nápovìdou.\n"
-
-#~ msgid " --report - program should be one of mandrake tools\n"
-#~ msgstr ""
-#~ " --report - program by mìl bŭt jeden z nástrojù spoleènosti "
-#~ "Mandrake\n"
-
-#~ msgid " --incident - program should be one of mandrake tools\n"
-#~ msgstr ""
-#~ " --incident - program by mìl bŭt jedním z nástrojù spoleènosti "
-#~ "Mandrake\n"
-
-#~ msgid "usage: drakfloppy\n"
-#~ msgstr "pouití: drakfloppy\n"
+#~ "Mìjte prosím trpìlivost a vyèkejte."
#~ 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.\n"
#~ "\n"
-#~ "Usage: harddrake [-h|--help] [--test]\n"
+#~ "You will be presented the list of available resolutions and color depth\n"
+#~ "available for your hardware. Choose the one that best suit your needs "
+#~ "(you\n"
+#~ "will be able to change that after installation though). When you are\n"
+#~ "satisfied with the sample shown in the monitor, click \"OK\". 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. Refer then to the video\n"
+#~ "configuration section of the user guide for more information on how to\n"
+#~ "configure your display."
#~ msgstr ""
+#~ "X Window System (zkrácenì X) je srdcem grafického rozhraní GNU/Linuxu,\n"
+#~ "na kterém jsou provozovány vıechny grafická prostĝedí (KDE, Gnome, "
+#~ "AfterStep,\n"
+#~ "WindowMaker), která jsou dodávána se systémem Mandrake Linux. V této "
+#~ "sekci se\n"
+#~ "aplikace DrakX pokusí nastavit systém X automaticky.\n"
#~ "\n"
-#~ "Pouití: harddrake [-h|--help] [--test]\n"
-
-#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-#~ msgstr "pouití: keyboarddrake [--expert] [klávesnice]\n"
-
-#~ msgid "Probing %s class\n"
-#~ msgstr "Zkouıím tĝídu %s\n"
-
-#~ msgid "detected on interface %s"
-#~ msgstr "detekováno na rozhraní %s"
-
-#~ msgid "Periodic Checks 2"
-#~ msgstr "Pravidelné kontroly 2"
+#~ "Existují vzácné pĝípady, kdy se automatická detekce nezdaĝí, zejména \n"
+#~ "v pĝípadech, kdy je danŭ hardware velmi starŭ, nebo velmi novŭ. Pokud se\n"
+#~ "detekce podaĝí, spustí se grafické prostĝedí v nejlepıím moném rozliıení "
+#~ "v závislosti\n"
+#~ "na velikosti monitoru. Probìhne test, kdy se zobrazí okno s otázkou, zda "
+#~ "je vıe\n"
+#~ "správnì zobrazeno.\n"
+#~ "\n"
+#~ "Pokud provádíte \"Expertní\" instalaci, spustí se prùvodce nastavením "
+#~ "systému X.\n"
+#~ "Více informací o tomto prùvodci naleznete v odpovídající sekci v "
+#~ "manuálu.\n"
+#~ "\n"
+#~ "Pokud pĝi testu nastavení uvidíte zprávu dobĝe, a odpovíte \"Yes\", bude "
+#~ "instalace\n"
+#~ "pokraèovat dalıím krokem. Pokud nic neuvidíte, znamená to, e automatické "
+#~ "nastavení\n"
+#~ "nebylo úspìıné, test automaticky skonèí za 10 sekund a obnoví pùvodní "
+#~ "obrazovku.\n"
+#~ "Více informací o nastavení vaıeho displeje naleznete v sekci \"Nastavení "
+#~ "videa\" vaıí\n"
+#~ "uivatelské pĝíruèky."
+
+#~ msgid "Switching between ALSA and OSS help"
+#~ msgstr "Pĝepínám mezi nápovìdou pro ALSA a OSS"
+
+#~ msgid "Detecting devices ..."
+#~ msgstr "Detekuji zaĝízení ..."
+
+#~ msgid "Test ports"
+#~ msgstr "Otestovat porty"
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
index ee22428f1..a9ad2beac 100644
--- a/perl-install/share/po/cy.po
+++ b/perl-install/share/po/cy.po
@@ -6,2381 +6,1167 @@ msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
"POT-Creation-Date: 2002-12-05 19:52+0100\n"
-"PO-Revision-Date: 2002-09-22 15:21-0000\n"
+"PO-Revision-Date: 2003-02-12 11:35-0000\n"
"Last-Translator: Rhoslyn Prys <rhoslyn.prys@meddal.org.uk>\n"
"Language-Team: Cymraeg <cy@li.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-14\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfig/card.pm_.c:16
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfig/card.pm_.c:17
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfig/card.pm_.c:18
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfig/card.pm_.c:19
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfig/card.pm_.c:20
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfig/card.pm_.c:21
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfig/card.pm_.c:22
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfig/card.pm_.c:23
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfig/card.pm_.c:24
-msgid "64 MB or more"
-msgstr "16 MB neu fwy"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "Choose a X server"
-msgstr "Dewiswch wasanaethwr X"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "X server"
-msgstr "Gwasanaethwr X"
-
-#: ../../Xconfig/card.pm_.c:230
-msgid "Multi-head configuration"
-msgstr "Ffurfweddiad amlben"
-
-#: ../../Xconfig/card.pm_.c:231
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
msgstr ""
-"Mae eich system yn cynnal ffurfweddiad amlben.\n"
-"Beth hoffech ei wneud?"
-
-#: ../../Xconfig/card.pm_.c:288
-msgid "Select the memory size of your graphics card"
-msgstr "Dewiswch faint y cof eich cerdyn graffeg"
-
-#: ../../Xconfig/card.pm_.c:349
-msgid "XFree configuration"
-msgstr "Ffurfweddiad XFree"
-
-#: ../../Xconfig/card.pm_.c:351
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Pa ffurfweddiad XFree hoffech ei gael?"
-
-#: ../../Xconfig/card.pm_.c:383
-msgid "Configure all heads independently"
-msgstr "Ffurfweddu pob pen yn annibynnol"
-
-#: ../../Xconfig/card.pm_.c:384
-msgid "Use Xinerama extension"
-msgstr "Defnyddiwch estyniad Xinerama"
-
-#: ../../Xconfig/card.pm_.c:389
-#, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "Ffurfweddu cerdyn \"%s\" %s yn unig"
+"Mae'r rhannu yn ´l defnyddiwr yn defnyddio grwp \"rhannu ffeiliau\" .\n"
+"Mae modd defnyddio userdrake i ychwanegu defnyddiwr i'r grwp."
-#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1 ../../bootlook.pm:1 ../../install_steps_gtk.pm:1
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
+#: ../../interactive/stdio.pm:1 ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
+#: ../../standalone/drakgw:1 ../../standalone/draksec:1
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
#, c-format
-msgid "XFree %s"
-msgstr "XFree: %s"
+msgid "Cancel"
+msgstr "Diddymu"
-#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s gyda cyflymu caledwedd 3D"
+msgid "Launch userdrake"
+msgstr "Cychwyn userdrake"
-#: ../../Xconfig/card.pm_.c:416
+#: ../../any.pm:1
#, 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 "
-"mewn 2D."
-
-#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
+"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 ""
-"Mae modd i'ch cerdyn gael cefnogaeth cyflymu caledwedd 3D gyda XFree %s"
+"Hoffech chi ganiatĦu i rai defnyddwyr rannu eu cyfeiriaduron?\n"
+"Bydd caniatĦu hyn yn gadael i ddefnyddwyr glicio ar \"Rhannu\" yn konqueror "
+"a nautilus.\n"
+"\n"
+"\"Addasu\" caniatĦu cyfran i'r defnyddwyr.\n"
-#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s gyda cyflymu caledwedd 3D ARBROFOL"
+msgid "Mandatory package %s is missing"
+msgstr "Mae pecyn gorfodol %s ar goll"
-#: ../../Xconfig/card.pm_.c:429
+#: ../../any.pm:1
#, 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."
+"You can export using NFS or Samba. Please select which you'd like to use."
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 "
-"mewn 2D."
+"Medrwch allforio gan ddefnyddio NFS neu Samba. Pa un hoffech chi ei "
+"ddefnyddio?"
-#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, 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."
-
-#: ../../Xconfig/card.pm_.c:455
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (gyrrwr gosod dangoswr)"
+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?"
-#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
+#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
msgid "Custom"
msgstr "Arddull"
-#: ../../Xconfig/main.pm_.c:102
-msgid "Graphic Card"
-msgstr "Cerdyn Graffeg"
-
-#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
-msgid "Monitor"
-msgstr "Monitor"
+#: ../../any.pm:1
+#, c-format
+msgid "Allow all users"
+msgstr "CaniatĦu pob defnyddiwr"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
-msgid "Resolution"
-msgstr "Cydraniad"
+#: ../../any.pm:1
+#, c-format
+msgid "No sharing"
+msgstr "Dim rhannu"
-#: ../../Xconfig/main.pm_.c:113
-msgid "Test"
-msgstr "Prawf"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "More"
+msgstr "Rhagor"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/smbnfs_gtk.pm_.c:86
-msgid "Options"
-msgstr "Dewisiadau"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Here is the full list of available countries"
+msgstr "Dyma restr lawn o'r allweddellau ar gael"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
-#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
-#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
-#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
-#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
-#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
-msgid "Ok"
-msgstr "Iawn"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose your country."
+msgstr "Dewiswch math eich llygoden"
-#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
-#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
-msgid "Quit"
-msgstr "Gadael"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Country"
+msgstr "Gosod"
-#: ../../Xconfig/main.pm_.c:145
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
+msgid "Use Unicode by default"
msgstr ""
-"Cadw'r newid?\n"
-"Y ffurfweddiad presenol yw:\n"
-"\n"
-"%s"
-#: ../../Xconfig/monitor.pm_.c:93
-msgid "Choose a monitor"
-msgstr "Dewiswch fonitor"
-
-#: ../../Xconfig/monitor.pm_.c:97
-msgid "Plug'n Play"
-msgstr "Plug'n Play"
-
-#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
-msgid "Generic"
-msgstr "Generig"
-
-#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
-#: ../../standalone/harddrake2_.c:68
-msgid "Vendor"
-msgstr "Gwerthwr"
-
-#: ../../Xconfig/monitor.pm_.c:109
-msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr "Methodd ymholiad Plug'nPlay. Dewiswch ddangosydd penodol"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "All"
+msgstr "Popeth"
-#: ../../Xconfig/monitor.pm_.c:114
+#: ../../any.pm:1
+#, c-format
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."
+"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 ""
-"Y ddau baramedr pwysig yw'r raddfa adnewyddu fertigol, sef y raddfa mae'r\n"
-"holl sgrin yn cael ei adnewyddu, ac yn fwyaf pwysig y raddfa cydamseru\n"
-"llorweddol, sef y raddfa mae'r llinellau sganio'n cael eu dangos.\n"
-"\n"
-"Mae'n BWYSIG IAWN nad 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."
-
-#: ../../Xconfig/monitor.pm_.c:121
-msgid "Horizontal refresh rate"
-msgstr "Graddfa adfywio llorweddol"
-
-#: ../../Xconfig/monitor.pm_.c:122
-msgid "Vertical refresh rate"
-msgstr "Graddfa adfywio fertigol"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:12
-msgid "256 colors (8 bits)"
-msgstr "256 lliw (8 did)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:13
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mil o liwiau (15 did)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:14
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mil o liwiau (16 did)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:15
-msgid "16 million colors (24 bits)"
-msgstr "16 miliwn o liwiau (24 did)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:16
-msgid "4 billion colors (32 bits)"
-msgstr "4 biliwn o liwiau (32 did)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:130
-msgid "Resolutions"
-msgstr "Cydraniadau"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
-msgid "Choose the resolution and the color depth"
-msgstr "Dewiswch y cydraniad a'r dyfnder lliw"
+"Gallwch ddewis ieithoedd eraill fydd ar gael ar ´l gosod. Dewiswch\n"
+"pa iaith yr hoffech ei osod. Byddant ar gael pan fydd eich gosodiad\n"
+"wedi ei gwblhau a phan fyddwch yn ailgychwyn eich system."
-#: ../../Xconfig/resolution_and_depth.pm_.c:256
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s"
-msgstr "Cerdyn graffeg: %s"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
-#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
-#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
-#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
-#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
-#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
-#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
-#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
-#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
-#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
-#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
-#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
-#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
-#: ../../ugtk2.pm_.c:926
-msgid "Cancel"
-msgstr "Diddymu"
-
-#: ../../Xconfig/test.pm_.c:29
-msgid "Test of the configuration"
-msgstr "Prawf o'r ffurfweddiad"
-
-#: ../../Xconfig/test.pm_.c:30
-msgid "Do you want to test the configuration?"
-msgstr "Ydych chi eisiau profi'r ffurfweddiad?"
-
-#: ../../Xconfig/test.pm_.c:30
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Rhybudd: gall profi'r cerdyn graffeg hwn rewi eich cyfrifiadur"
+msgid "Please choose a language to use."
+msgstr "Dewiswch iaith i'w defnyddio."
-#: ../../Xconfig/various.pm_.c:29
+#: ../../any.pm:1
#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Cynllun allweddell: %s\n"
+msgid "Choose the window manager to run:"
+msgstr "Dewiswch y rheolwr ffenestr i rhedeg:"
-#: ../../Xconfig/various.pm_.c:30
+#: ../../any.pm:1
#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Math o lygoden: %s\n"
+msgid "Choose the default user:"
+msgstr "Dewis y defnyddiwr rhagosodedig:"
-#: ../../Xconfig/various.pm_.c:31
+#: ../../any.pm:1
#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Dyfais llygoden: %s\n"
+msgid "Do you want to use this feature?"
+msgstr "Ydych chi eisiau defnyddio'r nodwedd?"
-#: ../../Xconfig/various.pm_.c:32
+#: ../../any.pm:1
#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
+msgid "I can set up your computer to automatically log on one user."
+msgstr "Mewngofnodi'n awtomatig ar gyfer un defnyddiwr."
-#: ../../Xconfig/various.pm_.c:33
+#: ../../any.pm:1
#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "HorizSync Monitor: %s\n"
+msgid "Autologin"
+msgstr "Awtomewngofnodi"
-#: ../../Xconfig/various.pm_.c:34
+#: ../../any.pm:1
#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "VertRefresh Monitor: %s\n"
+msgid "Icon"
+msgstr "Eicon"
-#: ../../Xconfig/various.pm_.c:35
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s\n"
-msgstr "Cerdyn graffeg: %s\n"
+msgid "Shell"
+msgstr "Cragen"
-#: ../../Xconfig/various.pm_.c:36
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "Cof graffeg: %s kB\n"
+msgid "Password (again)"
+msgstr "Cyfrinair (eto)"
-#: ../../Xconfig/various.pm_.c:38
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Color depth: %s\n"
-msgstr "Dyfnder lliw: %s\n"
+msgid "Password"
+msgstr "Cyfrinair"
-#: ../../Xconfig/various.pm_.c:39
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "Resolution: %s\n"
-msgstr "Cydraniad: %s\n"
+msgid "User name"
+msgstr "Enw defnyddiwr"
-#: ../../Xconfig/various.pm_.c:41
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Gwasanaethwr XFree86: %s\n"
+msgid "Real name"
+msgstr "Enw cywir"
-#: ../../Xconfig/various.pm_.c:42
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Gyrrwr XFree86: %s\n"
-
-#: ../../Xconfig/various.pm_.c:61
-msgid "Graphical interface at startup"
-msgstr "Rhyngwyneb graffigol wrth gychwyn"
+msgid "Accept user"
+msgstr "Derbyn defnyddiwr"
-#: ../../Xconfig/various.pm_.c:62
-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 ""
-"Hoffwn osod eich cyfrifiadur i gychwyn X yn awtomatig ar ôl cychwyn\n"
-"Hoffech chi i XFree ddechrau wedi i chi ail-gychwyn?"
+#: ../../any.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Done"
+msgstr "Gorffen"
-#: ../../Xconfig/various.pm_.c:73
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
+"Enter a user\n"
+"%s"
msgstr ""
-"Mae'n edrych fel bod gan eich cerdyn graffig gyswlltTV-OUT.\n"
-"Mae modd ei ffurfweddu i weithio drwy byffer ffrâm.\n"
-"\n"
-"Rhaid cysylltu eich cerdyn graffig â'ch teledu cyn cychwyn eich "
-"cyfrifiadur.\n"
-"Dewiswch \"TVout\" yn y llwythwr cychwyn\n"
-"\n"
-"Ydy'r nodwedd hon gennych?"
-
-#: ../../Xconfig/various.pm_.c:85
-msgid "What norm is your TV using?"
-msgstr "Pa norm mae eich teledu'n ei ddefnyddio?"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132
-msgid "First sector of boot partition"
-msgstr "Adran gyntaf o'r rhaniad cychwyn"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
-msgid "First sector of drive (MBR)"
-msgstr "Adran gyntaf o'r gyrrwr (MBR)"
-
-#: ../../any.pm_.c:111
-msgid "SILO Installation"
-msgstr "Gosodiad SILO"
-
-#: ../../any.pm_.c:112 ../../any.pm_.c:125
-msgid "Where do you want to install the bootloader?"
-msgstr "Lle rydych chi eisiau gosod y llwythwr cychwyn?"
-
-#: ../../any.pm_.c:124
-msgid "LILO/grub Installation"
-msgstr "Gosodiad LILO/grub"
-
-#: ../../any.pm_.c:136 ../../any.pm_.c:150
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:138
-msgid "LILO with text menu"
-msgstr "LILO gyda dewislen testun"
-
-#: ../../any.pm_.c:139 ../../any.pm_.c:150
-msgid "LILO with graphical menu"
-msgstr "Lilo gyda dewislen graffigol"
-
-#: ../../any.pm_.c:142
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:146
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Cychwyn o DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:150
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:158 ../../any.pm_.c:189
-msgid "Bootloader main options"
-msgstr "Prif ddewisiadau Bootloader"
-
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
-msgid "Bootloader to use"
-msgstr "Bootloader ar waith"
-
-#: ../../any.pm_.c:161
-msgid "Bootloader installation"
-msgstr "Gosodiad Bootloader"
-
-#: ../../any.pm_.c:163 ../../any.pm_.c:192
-msgid "Boot device"
-msgstr "Dyfais cychwyn"
-
-#: ../../any.pm_.c:164
-msgid "Compact"
-msgstr "Cryno"
-
-#: ../../any.pm_.c:164
-msgid "compact"
-msgstr "cryno"
-
-#: ../../any.pm_.c:165 ../../any.pm_.c:289
-msgid "Video mode"
-msgstr "Modd fideo"
-
-#: ../../any.pm_.c:167
-msgid "Delay before booting default image"
-msgstr "Oedi cyn cychwyn y ddelwedd rhagosodedig"
-
-#: ../../any.pm_.c:169 ../../any.pm_.c:772
-#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
-#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
-#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
-#: ../../standalone/drakconnect_.c:647
-msgid "Password"
-msgstr "Cyfrinair"
-
-#: ../../any.pm_.c:170 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1078
-msgid "Password (again)"
-msgstr "Cyfrinair (eto)"
-
-#: ../../any.pm_.c:171
-msgid "Restrict command line options"
-msgstr "Cyfyngu dewisiadau llinell orchymyn"
-
-#: ../../any.pm_.c:171
-msgid "restrict"
-msgstr "cyfyngu"
-
-#: ../../any.pm_.c:173
-msgid "Clean /tmp at each boot"
-msgstr "Glanhau /tmp bob tro fyddwch yn cychwyn"
+"Rhowch enw defnyddiwr\n"
+"%s"
-#: ../../any.pm_.c:174
+#: ../../any.pm:1
#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Union faint o RAM os oes angen (canfod %dMB)"
+msgid "Add user"
+msgstr "Ychwanegu defnyddiwr"
-#: ../../any.pm_.c:176
-msgid "Enable multi profiles"
-msgstr "Galluogi aml-broffil"
+#: ../../any.pm:1
+#, c-format
+msgid "This user name has already been added"
+msgstr "Mae'r enw defnyddiwr wedi ei ychwanegu yn barod"
-#: ../../any.pm_.c:180
-msgid "Give the ram size in MB"
-msgstr "Rhowch maint RAM mewn MB"
+#: ../../any.pm:1
+#, c-format
+msgid "The user name is too long"
+msgstr "Mae'r enw defnyddiwr yn rhy hir"
-#: ../../any.pm_.c:182
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-"Dewis Nid yw 'cyfyngu dewisiadau llinell orchymyn' o werth heb gyfrinair"
+"Rhaid i'r enw defnyddiwr gynnwys dim ond llythrennau bach, rhifau, '-' a '_'"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../diskdrake/interactive.pm_.c:1204
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1
+#, c-format
+msgid "Please give a user name"
+msgstr "Rhowch enw defnyddiwr"
+
+#: ../../any.pm:1
+#, c-format
+msgid "This password is too simple"
+msgstr "Mae'r cyfrinair yn rhy syml"
+
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid "Please try again"
msgstr "Ceisiwch eto"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
msgid "The passwords do not match"
msgstr "Nid yw'r cyfrineiriau'n cydfynd"
-#: ../../any.pm_.c:191
-msgid "Init Message"
-msgstr "Neges Init"
+#: ../../any.pm:1
+#, c-format
+msgid "(already added %s)"
+msgstr "(wedi ychwanegu %s yn barod)"
-#: ../../any.pm_.c:193
-msgid "Open Firmware Delay"
-msgstr "Agor Oedi Cadarnwedd"
+#: ../../any.pm:1
+#, c-format
+msgid "access to compilation tools"
+msgstr "mynediad i offer crynhoad"
-#: ../../any.pm_.c:194
-msgid "Kernel Boot Timeout"
-msgstr "Goramser cychwyn y cnewyllyn"
+#: ../../any.pm:1
+#, c-format
+msgid "access to network tools"
+msgstr "mynediad i offer rhwydwaith"
-#: ../../any.pm_.c:195
-msgid "Enable CD Boot?"
-msgstr "Galluogi cychwyn o CD?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to administrative files"
+msgstr "mynediad i ffeiliau gweinyddol"
-#: ../../any.pm_.c:196
-msgid "Enable OF Boot?"
-msgstr "Galluogi Cychwyn OF?"
+#: ../../any.pm:1
+#, c-format
+msgid "allow \"su\""
+msgstr "caniatĦu \"su\""
-#: ../../any.pm_.c:197
-msgid "Default OS?"
-msgstr "System Weithredu Rhagosodedig?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to rpm tools"
+msgstr "mynediad i offer rpm"
-#: ../../any.pm_.c:231
-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 penderfynu 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:1
+#, c-format
+msgid "access to X programs"
+msgstr "mynediad i raglenni X"
-#: ../../any.pm_.c:247
+#: ../../any.pm:1
+#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
+"You can create additional entries or change the existing ones."
msgstr ""
"Dyma'r cofnodion gwahanol ar eich dewislen cychwyn hyd yma.\n"
"Mae modd i chi ychwanegu rhagor neu newid y rhai presennol."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
-#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
-#: ../../standalone/drakfont_.c:996
-msgid "Add"
-msgstr "Ychwanegu"
-
-#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
-#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
-msgid "Done"
-msgstr "Gorffen"
-
-#: ../../any.pm_.c:257
-msgid "Modify"
-msgstr "Newid"
-
-#: ../../any.pm_.c:265
-msgid "Which type of entry do you want to add?"
-msgstr "Pa fath o gofnod ydych chi eisiau ei ychwanegu?"
-
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:266
-msgid "Other OS (SunOS...)"
-msgstr "Systwmau Gweithredu eraill (SunOS..)"
-
-#: ../../any.pm_.c:267
-msgid "Other OS (MacOS...)"
-msgstr "Systemau Gweithredu Eraill (MacOS...)"
-
-#: ../../any.pm_.c:267
+#: ../../any.pm:1
+#, c-format
msgid "Other OS (windows...)"
msgstr "Systemau gweithredu Eraill (windows...)"
-#: ../../any.pm_.c:285
-msgid "Image"
-msgstr "Delwedd"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (MacOS...)"
+msgstr "Systemau Gweithredu Eraill (MacOS...)"
-#: ../../any.pm_.c:286 ../../any.pm_.c:297
-msgid "Root"
-msgstr "Gwraidd"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (SunOS...)"
+msgstr "Systwmau Gweithredu eraill (SunOS..)"
-#: ../../any.pm_.c:287 ../../any.pm_.c:315
-msgid "Append"
-msgstr "Atodi"
+#: ../../any.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Linux"
+msgstr "Linux"
-#: ../../any.pm_.c:291
-msgid "Initrd"
-msgstr "Initrd"
+#: ../../any.pm:1
+#, c-format
+msgid "Which type of entry do you want to add?"
+msgstr "Pa fath o gofnod ydych chi eisiau ei ychwanegu?"
-#: ../../any.pm_.c:292
-msgid "Read-write"
-msgstr "Darllen-ysgrifennu"
+#: ../../any.pm:1
+#, c-format
+msgid "This label is already used"
+msgstr "Mae'r label hwn yn cael ei ddefnyddio eisoes"
-#: ../../any.pm_.c:299
-msgid "Table"
-msgstr "Tabl"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a root partition"
+msgstr "Rhaid pennu rhaniad gwraidd"
-#: ../../any.pm_.c:300
-msgid "Unsafe"
-msgstr "Anniogel"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a kernel image"
+msgstr "Rhaid enwi delwedd cnewyllyn"
-#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
-msgid "Label"
-msgstr "Label"
+#: ../../any.pm:1
+#, c-format
+msgid "Empty label not allowed"
+msgstr "Nid yw label gwag yn cael ei ganiatĦu"
-#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
+#: ../../any.pm:1 ../../harddrake/v4l.pm:1
+#, c-format
msgid "Default"
msgstr "Rhagosodedig"
-#: ../../any.pm_.c:316
-msgid "Initrd-size"
-msgstr "Maint intrd"
-
-#: ../../any.pm_.c:318
+#: ../../any.pm:1
+#, c-format
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:326
-msgid "Remove entry"
-msgstr "Tynnu cofnod"
-
-#: ../../any.pm_.c:329
-msgid "Empty label not allowed"
-msgstr "Nid yw label gwag yn cael ei ganiatáu"
-
-#: ../../any.pm_.c:330
-msgid "You must specify a kernel image"
-msgstr "Rhaid enwi delwedd cnewyllyn"
-
-#: ../../any.pm_.c:330
-msgid "You must specify a root partition"
-msgstr "Rhaid pennu rhaniad gwraidd"
-
-#: ../../any.pm_.c:331
-msgid "This label is already used"
-msgstr "Mae'r label hwn yn cael ei ddefnyddio eisoes"
-
-#: ../../any.pm_.c:640
+#: ../../any.pm:1
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Wedi canfod rhyngwynebau %s %s"
-
-#: ../../any.pm_.c:641
-msgid "Do you have another one?"
-msgstr "Oes gennych un arall?"
+msgid "Initrd-size"
+msgstr "Maint intrd"
-#: ../../any.pm_.c:642
+#: ../../any.pm:1
#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Oes gennych unrhyw rhyngwyneb %s?"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
-msgid "No"
-msgstr "Na"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
-#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
-#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
-msgid "Yes"
-msgstr "Iawn"
-
-#: ../../any.pm_.c:645
-msgid "See hardware info"
-msgstr "Gweler gwybodaeth am galedwedd"
+msgid "Append"
+msgstr "Atodi"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:662
+#: ../../any.pm:1
#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Gosod gyrrwr %s ar gyfer cerdyn %s "
+msgid "Label"
+msgstr "Label"
-#: ../../any.pm_.c:663
+#: ../../any.pm:1
#, c-format
-msgid "(module %s)"
-msgstr "(modiwl %s)"
+msgid "Unsafe"
+msgstr "Anniogel"
-#: ../../any.pm_.c:674
+#: ../../any.pm:1
#, 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, e.e. "
-"'0x123'"
+msgid "Table"
+msgstr "Tabl"
-#: ../../any.pm_.c:680
+#: ../../any.pm:1
#, 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 ""
-"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:682
-msgid "Module options:"
-msgstr "Dewisiadau modiwl:"
+msgid "Root"
+msgstr "Gwraidd"
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:694
+#: ../../any.pm:1
#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Pa yrrwr %s ddylwn drio?"
+msgid "Read-write"
+msgstr "Darllen-ysgrifennu"
-#: ../../any.pm_.c:703
+#: ../../any.pm:1
#, 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:707
-msgid "Autoprobe"
-msgstr "Atoholi"
+msgid "Initrd"
+msgstr "Initrd"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "Enwi dewisiadau"
+#: ../../any.pm:1
+#, c-format
+msgid "Video mode"
+msgstr "Modd fideo"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, 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?"
+msgid "Image"
+msgstr "Delwedd"
-#: ../../any.pm_.c:734
-msgid "access to X programs"
-msgstr "mynediad i raglenni X"
+#: ../../any.pm:1
+#, c-format
+msgid "Default OS?"
+msgstr "System Weithredu Rhagosodedig?"
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
-msgstr "mynediad i offer rpm"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable OF Boot?"
+msgstr "Galluogi Cychwyn OF?"
-#: ../../any.pm_.c:736
-msgid "allow \"su\""
-msgstr "caniatáu \"su\""
+#: ../../any.pm:1
+#, c-format
+msgid "Enable CD Boot?"
+msgstr "Galluogi cychwyn o CD?"
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
-msgstr "mynediad i ffeiliau gweinyddol"
+#: ../../any.pm:1
+#, c-format
+msgid "Kernel Boot Timeout"
+msgstr "Goramser cychwyn y cnewyllyn"
-#: ../../any.pm_.c:738
-msgid "access to network tools"
-msgstr "mynediad i offer rhwydwaith"
+#: ../../any.pm:1
+#, c-format
+msgid "Open Firmware Delay"
+msgstr "Agor Oedi Cadarnwedd"
-#: ../../any.pm_.c:739
-msgid "access to compilation tools"
-msgstr "mynediad i offer crynhoad"
+#: ../../any.pm:1
+#, c-format
+msgid "Boot device"
+msgstr "Dyfais cychwyn"
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(wedi ychwanegu %s yn barod)"
+msgid "Init Message"
+msgstr "Neges Init"
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "Mae'r cyfrinair yn rhy syml"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader to use"
+msgstr "Bootloader ar waith"
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "Rhowch enw defnyddiwr"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader main options"
+msgstr "Prif ddewisiadau Bootloader"
-#: ../../any.pm_.c:751
+#: ../../any.pm:1
+#, c-format
msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
+"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-"Rhaid i'r enw defnyddiwr gynnwys dim ond llythrennau bach, rhifau, '-' a '_'"
-
-#: ../../any.pm_.c:752
-msgid "The user name is too long"
-msgstr "Mae'r enw defnyddiwr yn rhy hir"
-
-#: ../../any.pm_.c:753
-msgid "This user name is already added"
-msgstr "Mae'r enw defnyddiwr wedi ei ychwanegu yn barod"
-
-#: ../../any.pm_.c:757
-msgid "Add user"
-msgstr "Ychwanegu defnyddiwr"
+"Dewis Nid yw 'cyfyngu dewisiadau llinell orchymyn' o werth heb gyfrinair"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Rhowch enw defnyddiwr\n"
-"%s"
+msgid "Give the ram size in MB"
+msgstr "Rhowch maint RAM mewn MB"
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "Derbyn defnyddiwr"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable multiple profiles"
+msgstr "Galluogi aml-broffil"
-#: ../../any.pm_.c:770
-msgid "Real name"
-msgstr "Enw cywir"
+#: ../../any.pm:1
+#, c-format
+msgid "Precise RAM size if needed (found %d MB)"
+msgstr "Union faint o RAM os oes angen (canfod %dMB)"
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "Enw defnyddiwr"
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "Glanhau /tmp bob tro fyddwch yn cychwyn"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "Cragen"
+#: ../../any.pm:1
+#, c-format
+msgid "Create a bootdisk"
+msgstr "Creu disg cychwyn"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "Eicon"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "cyfyngu"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "Awtomewngofnodi"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "Cyfyngu dewisiadau llinell orchymyn"
-#: ../../any.pm_.c:804
-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'n awtomatig ar gyfer un "
-"defnyddiwr\n"
-"Hoffech chi wneud hyn?"
+#: ../../any.pm:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "Oedi cyn cychwyn y ddelwedd rhagosodedig"
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "Dewis y defnyddiwr rhagosodedig:"
+#: ../../any.pm:1
+#, c-format
+msgid "compact"
+msgstr "cryno"
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "Dewiswch y rheolwr ffenestr i rhedeg:"
+#: ../../any.pm:1
+#, c-format
+msgid "Compact"
+msgstr "Cryno"
-#: ../../any.pm_.c:824
-msgid "Please choose a language to use."
-msgstr "Dewiswch iaith i'w defnyddio."
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "Gosodiad Bootloader"
-#: ../../any.pm_.c:826
-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 ""
-"Gallwch ddewis ieithoedd eraill fydd ar gael ar ôl gosod. Dewiswch\n"
-"pa iaith yr hoffech ei osod. Byddant ar gael pan fydd eich gosodiad\n"
-"wedi ei gwblhau a phan fyddwch yn ailgychwyn eich system."
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of boot partition"
+msgstr "Adran gyntaf o'r rhaniad cychwyn"
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "Popeth"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "Adran gyntaf o'r gyrrwr (MBR)"
-#: ../../any.pm_.c:961
-msgid "Allow all users"
-msgstr "Caniatáu pob defnyddiwr"
+#: ../../any.pm:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "Lle rydych chi eisiau gosod y llwythwr cychwyn?"
-#: ../../any.pm_.c:961
-msgid "No sharing"
-msgstr "Dim rhannu"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "Gosodiad LILO/grub"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
+#: ../../any.pm:1
#, 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?"
+msgid "SILO Installation"
+msgstr "Gosodiad SILO"
-#: ../../any.pm_.c:973
-msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
-msgstr ""
-"Medrwch allforio gan ddefnyddio NFS neu Samba. Pa un hoffech chi ei "
-"ddefnyddio"
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Skip"
+msgstr "Hepgor"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Mae pecyn gorfodol %s ar goll"
+msgid "On Floppy"
+msgstr "Ar Ddisg Meddal"
-#: ../../any.pm_.c:987
+#: ../../any.pm:1
+#, c-format
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"
+"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"
-"\"Custom\" permit a per-user granularity.\n"
+"On which drive are you booting?"
msgstr ""
-"Hoffech chi ganiatáu i rai defnyddwyr rannu eu cyfeiriaduron?\n"
-"Bydd caniatáu hyn yn gadael i ddefnyddwyr glicio ar \"Rhannu\" yn konqueror "
-"a nautilus.\n"
+"Rydych wedi penderfynu gosod y llwythwr cychwyn ar raniad\n"
+"Mae hyn yn awgrymu bod gennych lwythwr cychwyn ar ddisg caled eisoes: (ee "
+"System Commander).\n"
"\n"
-"\"Addasu\" caniatáu cyfran i'r defnyddwyr.\n"
-
-#: ../../any.pm_.c:1001
-msgid "Launch userdrake"
-msgstr "Cychwyn userdrake"
-
-#: ../../any.pm_.c:1003
-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 grwp \"rhannu ffeiliau\" .\n"
-"Mae modd defnyddio userdrake i ychwanegu defnyddiwr i'r grwp."
-
-#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "Croeso i Crackers"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "Gwael"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "Safonol"
-
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "Uchel"
-
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-msgid "Higher"
-msgstr "Uwch"
-
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "Paranoia"
-
-#: ../../any.pm_.c:1061
-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 gyda gofal. Mae'n gwneud eich system yn haws ei\n"
-"ddefnyddio ond mae'n sensitif iawn: rhaid peidio defnyddio'r peiriant i'w\n"
-"gysylltu ag eraill nag i'r Rhyngrwyd. Does dim cysylltiad drwy gyfrinair."
-
-#: ../../any.pm_.c:1064
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Mae'r cyfrinair wedi ei alluogi, ond ni argymhellir ei ddefnyddio fel "
-"cyfrifiadur rhwydwaith."
-
-#: ../../any.pm_.c:1065
-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:1066
-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"
+"Gyda pha ddisg ydych chi'n cychwyn?"
-#: ../../any.pm_.c:1067
-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 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 maei cleient yn unig yw eich "
-"peiriant ar y Rhyngrwyd, yna mae'n well i chi ddewis lefel is."
+#: ../../any.pm:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "Creu disg cychwyn"
-#: ../../any.pm_.c:1070
-msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
-msgstr ""
-"Wedi ei seilio ar y lefel flaenorol, ond mae'r system yn hollol gaeëdig ac "
-"mae nodweddion diogelwch ar eu huchaf."
+#: ../../any.pm:1
+#, c-format
+msgid "Insert a floppy in %s"
+msgstr "Rhowch ddisg meddal yn %s"
-#: ../../any.pm_.c:1076
-msgid "DrakSec Basic Options"
-msgstr "Dewisiadau Sylfaenol DrakSec"
+#: ../../any.pm:1
+#, c-format
+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"
-#: ../../any.pm_.c:1077
-msgid "Please choose the desired security level"
-msgstr "Dewiswch lefel diogelwch"
+#: ../../any.pm:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "Ail ddisg meddal"
-#: ../../any.pm_.c:1080
-msgid "Security level"
-msgstr "Lefel diogelwch"
+#: ../../any.pm:1
+#, c-format
+msgid "First floppy drive"
+msgstr "Gyrrwr disg meddal cyntaf"
-#: ../../any.pm_.c:1082
-msgid "Use libsafe for servers"
-msgstr "Defnyddiwch libsafe ar gyfer gwasanaethwyr"
+#: ../../any.pm:1
+#, c-format
+msgid "Sorry, no floppy drive available"
+msgstr "Nid oes gyrrwr disg meddal ar gael"
-#: ../../any.pm_.c:1083
+#: ../../any.pm:1
+#, c-format
msgid ""
-"A library which defends against buffer overflow and format string attacks."
+"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 ""
-"Llyfrgell sy'n diogelu rhag gorlif byffer ac ymosodiadau llinellau fformatio."
-
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
-msgstr "Gweinyddwr Diogelwch (mewngfnodi neu e-bost)"
+"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"
-#: ../../any.pm_.c:1166
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
+"\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 ""
-"Yma medrwch ddewis yr allwedd neu gyfuniad allwedd fydd yn\n"
-"caniatáu newid rhwng bysellfyrddau gwahanol (e.e.: lladin neu\n"
-"arall)"
+"\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)."
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:436
+#: ../../any.pm:1
#, 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"
+"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 ""
-"Croeso i %s y dewiswr systemau gweithredu! \n"
-"\n"
-"Dewiswch system weithredu o'r rhestr uchod neu\n"
-"arhoswch %d eiliad am gychwyn rhagosodedig\n"
+"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\"."
+
+#: ../../bootloader.pm:1
+#, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Nid oes modd gosod y llwythwr cychwyn ar raniad %s\n"
+
+#: ../../bootloader.pm:1
+#, c-format
+msgid "not enough room in /boot"
+msgstr "dim digon o le yn /boot"
#. -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:983
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Croeso i GRUB, y dewiswr systemau gweithredu!"
+#: ../../bootloader.pm:1
+#, 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."
#. -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:986
+#: ../../bootloader.pm:1
#, 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."
+msgid "commands before booting, or 'c' for a command-line."
+msgstr "gorchmynion cyn cychwyn, neu 'c' 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:989
+#: ../../bootloader.pm:1
+#, c-format
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:992
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "gorchmynion cyn cychwyn, neu 'c' am y llinell orchymyn."
+#: ../../bootloader.pm:1
+#, 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:995
+#: ../../bootloader.pm:1
#, 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:999
-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:1099
-msgid "Desktop"
-msgstr "Bwrdd Gwaith"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "Dewislen Cychwyn"
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr "Croeso i GRUB, y dewiswr systemau gweithredu!"
-#: ../../bootloader.pm_.c:1120
+#: ../../bootloader.pm:1
#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Nid oes modd gosod y llwythwr cychwyn ar raniad %s\n"
-
-#: ../../bootlook.pm_.c:53
-msgid "Boot Style Configuration"
-msgstr "Ffurfweddu'r Math o Gychwyn"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-msgid "/_File"
-msgstr "/_Ffeil"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr "/Ffeil/_Gadael"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr "Monitor Categoreiddio NewStyle"
-
-#: ../../bootlook.pm_.c:83
-msgid "NewStyle Monitor"
-msgstr "Monitor NewStyle"
-
-#: ../../bootlook.pm_.c:84
-msgid "Traditional Monitor"
-msgstr "Monitor Traddodiadol"
-
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
-msgstr "Monitor Gtk+ Traddodiadol"
-
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
-msgstr "Cychwyn Auora wrth gychwyn y cyfrifiadur"
-
-#: ../../bootlook.pm_.c:89
-msgid "Lilo/grub mode"
-msgstr "Modd Lilo/grub"
-
-#: ../../bootlook.pm_.c:89
-msgid "Yaboot mode"
-msgstr "Modd Yaboot"
-
-#: ../../bootlook.pm_.c:138
-msgid "Install themes"
-msgstr "Gosod themâu"
-
-#: ../../bootlook.pm_.c:139
-msgid ""
-"Display theme\n"
-"under console"
-msgstr ""
-"Dangos thema\n"
-"yn y consol"
-
-#: ../../bootlook.pm_.c:140
-msgid "Create new theme"
-msgstr "Creu thema newydd"
+msgid "Yaboot"
+msgstr "Yaboot"
-#: ../../bootlook.pm_.c:184
+#: ../../bootloader.pm:1
#, c-format
-msgid "Backup %s to %s.old"
-msgstr "Cadw %s i %s.old wrth gefn"
+msgid "Grub"
+msgstr "Grub"
-#: ../../bootlook.pm_.c:187
+#: ../../bootloader.pm:1
#, c-format
-msgid "Copy %s to %s"
-msgstr "Copïo %s i %s"
-
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "Gwall"
-
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
-msgstr "Heb ganfod neges lilo"
-
-#: ../../bootlook.pm_.c:222
-msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr "Methu ysgrifennu /etc/sysconfig/bootsplash."
+msgid "LILO with text menu"
+msgstr "LILO gyda dewislen testun"
-#: ../../bootlook.pm_.c:222
+#: ../../bootloader.pm:1
#, c-format
-msgid "Write %s"
-msgstr "Ysgrifennu %s"
-
-#: ../../bootlook.pm_.c:224
-msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
-msgstr ""
-"Methu ysgrifennu /etc/sysconfig/bootsplash.\\\\\n"
-"Heb ganfod y ffeil"
+msgid "LILO with graphical menu"
+msgstr "Lilo gyda dewislen graffigol"
-#: ../../bootlook.pm_.c:235
+#: ../../bootloader.pm:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr "Methu cychwyn mkinitrd -f /boot/initrd-%s.img %s."
+msgid "SILO"
+msgstr "SILO"
-#: ../../bootlook.pm_.c:238
+#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
+#: ../../bootloader.pm:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-
-#: ../../bootlook.pm_.c:244
msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
+"Welcome to %s the operating system chooser!\n"
+"\n"
+"Choose an operating system from the list above or\n"
+"wait %d seconds for default boot.\n"
+"\n"
msgstr ""
-"Methu ailgychwyn LiLo!\n"
-"Cychwyn \"lilo\" fel gwraidd ar y linell orchymyn i gwblhau gosod thema "
-"LiLo'n llawn."
-
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
-msgstr "Ail gychwyh 'lilo'"
+"Croeso i %s y dewiswr systemau gweithredu! \n"
+"\n"
+"Dewiswch system weithredu o'r rhestr uchod neu\n"
+"arhoswch %d eiliad am gychwyn rhagosodedig\n"
+"\n"
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-msgid "Notice"
-msgstr "Nodyn"
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "OK"
+msgstr "Iawn"
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
-msgstr "Themâu LiLo a Croeso Cychwyn wedi eu gosod yn llwyddiannus"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Yes, I want autologin with this (user, desktop)"
+msgstr "Iawn, rwyf eisiau awto-mewngofnodi gyda (defnyddiwr, bwrdd gwaith)"
-#: ../../bootlook.pm_.c:251
-msgid "Theme installation failed!"
-msgstr "Methodd gosod y thema!"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "No, I don't want autologin"
+msgstr "Na, tydw i ddim eisiau awto-mewngofnodi"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Rydych yn defnyddio %s fel rheolwr cychwyn.\n"
-"Cliciwch Ffurfweddu i gychwyn dewin gosod"
+msgid "Launch the graphical environment when your system starts"
+msgstr "Cychwyn yr amgylchedd graffigol wrth gychwyn eich system"
-#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-msgid "Configure"
-msgstr "Ffurfweddu"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "System mode"
+msgstr "Modd system"
-#: ../../bootlook.pm_.c:268
-msgid "Splash selection"
-msgstr "Dewis sgrin croeso"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Bootsplash"
+msgstr "Croeso Cychwyn"
-#: ../../bootlook.pm_.c:271
-msgid "Themes"
-msgstr "Themâu"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Lilo screen"
+msgstr "Sgrin Lilo"
-#: ../../bootlook.pm_.c:273
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
"\n"
-"Select theme for\n"
+"Select the theme for\n"
"lilo and bootsplash,\n"
"you can choose\n"
-"them separatly"
+"them separately"
msgstr ""
"\n"
"Dewis thema ar\n"
"gyfer lilo a bootsplash,\n"
"mae modd eu dewis\n"
-"ar wahân"
-
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
-msgstr "Sgrin Lilo"
-
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
-msgstr "Croeso Cychwyn"
-
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr "Modd system"
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr "Cychwyn yr amgylchedd graffigol wrth gychwyn eich system"
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr "Na, tydw i ddim eisiau awto-mewngofnodi"
-
-#: ../../bootlook.pm_.c:325
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Iawn, rwyf eisiau awto-mewngofnodi gyda (defnyddiwr, bwrdd gwaith)"
-
-#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
-msgid "OK"
-msgstr "Iawn"
-
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:107
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "MB"
+"ar wah˘n"
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d minutes"
-msgstr "%d munud"
-
-#: ../../common.pm_.c:125
-msgid "1 minute"
-msgstr "1 munud"
+msgid "Themes"
+msgstr "Them˘u"
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d seconds"
-msgstr "%d eiliad"
-
-#: ../../common.pm_.c:172
-msgid "Can't make screenshots before partitioning"
-msgstr "Meth creu lluniau o'r sgrin cyn rhannu"
+msgid "Splash selection"
+msgstr "Dewis sgrin croeso"
-#: ../../common.pm_.c:179
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Bydd lluniau o'r sgrin ar gael ar ôl gosod yn %s"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-msgid "France"
-msgstr "Ffrainc"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-msgid "Belgium"
-msgstr "Gwlad Belg"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr "Gweriniaeth Tsiec"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Germany"
-msgstr "Yr Almaen"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Greece"
-msgstr "Groeg"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-msgid "Norway"
-msgstr "Norwy"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-msgid "Sweden"
-msgstr "Sweden"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
-msgstr "Yr Iseldiroedd"
-
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-msgid "Italy"
-msgstr "Yr Eidal"
-
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-msgid "Austria"
-msgstr "Awstria"
-
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
-msgstr "Yr Unol Daleithiau"
-
-#: ../../diskdrake/dav.pm_.c:19
-msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
-msgstr ""
-"Protocol yw WebDAV sy'n eich caniatáu i chi osod gwasanaethwr gwe'n lleol\n"
-"a'i drin fel system ffeilio lleol ( ar yr amod bod y gwasanaethwr lleol wedi "
-"ei\n"
-"ffurfweddi fel gwasanaethwr WebDAV). Os hoffech ychwanegu pwyntiau\n"
-"gosod WebDAV, dewiswch \"Newydd\""
-
-#: ../../diskdrake/dav.pm_.c:27
-msgid "New"
-msgstr "Newydd"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Dad-osod"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Gosod"
-
-#: ../../diskdrake/dav.pm_.c:65
-msgid "Server"
-msgstr "Gwasanaethwr"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "Pwynt gosod"
-
-#: ../../diskdrake/dav.pm_.c:85
-msgid "Please enter the WebDAV server URL"
-msgstr "Rhowch URL gwasanaethwr WebDAV"
-
-#: ../../diskdrake/dav.pm_.c:88
-msgid "The URL must begin with http:// or https://"
-msgstr "Rhaid i'r URL gychwyn gyda http:// neu https://"
-
-#: ../../diskdrake/dav.pm_.c:109
-msgid "Server: "
-msgstr "Gwasanaethwr:"
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "Pwynt gosod:"
+msgid "Configure"
+msgstr "Ffurfweddu"
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "Dewisiadau: %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "Gwnewch gopi wrth gefn o'ch data yn gyntaf"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "Darllenwch yn ofalus!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:100
-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:154
-msgid "Wizard"
-msgstr "Dewin"
-
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "Dewiswch weithred"
-
-#: ../../diskdrake/hd_gtk.pm_.c:191
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\")"
+"You are currently using %s as your boot manager.\n"
+"Click on Configure to launch the setup wizard."
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:194
-msgid "Please click on a partition"
-msgstr "Cliciwch ar raniad"
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "Manylion"
-
-#: ../../diskdrake/hd_gtk.pm_.c:254
-msgid "No hard drives found"
-msgstr "Heb ganfod gyrwyr caled"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Journalised FS"
-msgstr "Jwrnaleiddiwyd FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "Gwag"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "Arall"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "Mathau o system ffeiliau:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "Creu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "Math"
+"Rydych yn defnyddio %s fel rheolwr cychwyn.\n"
+"Cliciwch Ffurfweddu i gychwyn dewin gosod"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
+#: ../../bootlook.pm:1
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Defnyddiwch \"%s\" yn lle hynny"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "Dileu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "Defnyddiwch \"Dad-osod\" yn gyntaf"
+msgid "LiLo and Bootsplash themes installation successfull"
+msgstr "Them˘u LiLo a Croeso Cychwyn wedi eu gosod yn llwyddiannus"
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Wedi newid math raniad %s, bydd yr holl ddata ar y rhaniad yn cael ei golli"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose a partition"
-msgstr "Dewiswch raniad"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose another partition"
-msgstr "Dewiswch raniad arall"
-
-#: ../../diskdrake/interactive.pm_.c:202
-msgid "Exit"
-msgstr "Gadael"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "Cyffredinol > Arbennigwr"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "Arbennigwr > Cyffredinol"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "Dadwneud"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "Parhau beth bynnag?"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "Gorffen heb gadw"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without writing the partition table?"
-msgstr "Gorffen heb ysgrifennu'r tabl rhaniadau?"
-
-#: ../../diskdrake/interactive.pm_.c:257
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Ydych eisiau cadw newidiadau /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "Clirio i gyd"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "Awto ddynodi"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-msgid "More"
-msgstr "Rhagor"
-
-#: ../../diskdrake/interactive.pm_.c:278
-msgid "Hard drive information"
-msgstr "Gwybodaeth am y ddisg caled"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "Mae pob rhaniad cynradd wedi ei ddefnyddio"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "Does dim modd ychwanegu raniadau ychwanegol"
-
-#: ../../diskdrake/interactive.pm_.c:312
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr "I gael mwy o raniadau, dilëwch un i greu rhaniad estynedig"
-
-#: ../../diskdrake/interactive.pm_.c:322
-msgid "Save partition table"
-msgstr "Cadw'r tabl rhaniad"
-
-#: ../../diskdrake/interactive.pm_.c:323
-msgid "Restore partition table"
-msgstr "Adfer y tabl rhaniad"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "Achub y tabl rhaniadau"
-
-#: ../../diskdrake/interactive.pm_.c:326
-msgid "Reload partition table"
-msgstr "Ail-lwytho'r tabl rhaniad"
-
-#: ../../diskdrake/interactive.pm_.c:331
-msgid "Removable media automounting"
-msgstr "Cyfrwng symudadwy'n awto-osod"
-
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "Dewiswch ffeil"
-
-#: ../../diskdrake/interactive.pm_.c:347
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Nid yw'r tabl rhaniad wrth gefn yr un maint\n"
-"Parhau?"
-
-#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "Rhybudd"
-
-#: ../../diskdrake/interactive.pm_.c:362
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Rhowch ddisg meddal yn y gyrrwr\n"
-"Mi fydd yr holl wybodaeth ar y disg meddal yma yn cael ei golli"
-
-#: ../../diskdrake/interactive.pm_.c:373
-msgid "Trying to rescue partition table"
-msgstr "Yn ceisiio achub y tabl rhaniadau"
-
-#: ../../diskdrake/interactive.pm_.c:379
-msgid "Detailed information"
-msgstr "Gwybodaeth fanwl"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "Newid maint"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "Symud"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "Fformatio"
-
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "Ychwanegu i RAID"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "Ychwanegu i LVM"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "Tynnu o RAID"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "Tynnu o LVM"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "Newid RAID"
-
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "Defnyddiwch ar gyfer cylchol"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
-msgstr "Creu rhaniad newydd"
-
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "Sector dechreuol: "
-
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "Maint mewn MB: "
-
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "Math o system ffeilio"
-
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "Dewis"
-
-#: ../../diskdrake/interactive.pm_.c:481
-msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
-msgstr ""
-"Nid oes modd i chi greu rhaniad newydd\n"
-"(gan eich bod wedi cyrraedd y nifer uchaf o raniadau cynradd).\n"
-"Diddymwch raniad cynradd a chreu rhaniad estynedig."
-
-#: ../../diskdrake/interactive.pm_.c:511
-msgid "Remove the loopback file?"
-msgstr "Tynnu'r ffeil cylch-ôl?"
-
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "Newid math y rhaniad"
-
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Pa fath o system ffeil ydych chi eisiau?"
+msgid "Theme installation failed!"
+msgstr "Methodd gosod y thema!"
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
-msgstr "Newid o ext2 i ext3"
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
+#, c-format
+msgid "Notice"
+msgstr "Nodyn"
-#: ../../diskdrake/interactive.pm_.c:578
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Lle'r hoffech chi osod y ffeil cylch-ol %s?"
+msgid "Error"
+msgstr "Gwall"
-#: ../../diskdrake/interactive.pm_.c:579
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Lle'r ydych am osod dyfais %s?"
+msgid "Relaunch 'lilo'"
+msgstr "Ail gychwyh 'lilo'"
-#: ../../diskdrake/interactive.pm_.c:585
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-"Methu dadsetio'r pwynt gosod gan fod y rhaniad yn cael ei ddefnyddio ar "
-"gyfer cylch-ôl\n"
-"Tynnu'r cylch-ôl yn gyntaf"
+"Methu ailgychwyn LiLo!\n"
+"Cychwyn \"lilo\" fel gwraidd ar y linell orchymyn i gwblhau gosod thema "
+"LiLo'n llawn."
-#: ../../diskdrake/interactive.pm_.c:606
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount %s?"
-msgstr "Lle'r ydych am osod %s?"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "Cyfrifo ffiniau system ffeiliau FAT"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "Newid maint"
-
-#: ../../diskdrake/interactive.pm_.c:662
-msgid "This partition is not resizeable"
-msgstr "Nid oes modd newid maint y rhaniad"
-
-#: ../../diskdrake/interactive.pm_.c:667
-msgid "All data on this partition should be backed-up"
-msgstr "Dylai'r holl ddata ar y rhaniad gael ei gadw wrth gefn"
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgstr "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, 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:674
-msgid "Choose the new size"
-msgstr "Dewiswch y maint newydd"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "New size in MB: "
-msgstr "Maint mewn MB: "
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "Pa ddisg hoffech chi symud iddo?"
-
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "Sector"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "Pa sector hoffech chi symud ato?"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "Symud"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "Yn symud rhaniad.."
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
-msgstr "Dewis RAID presennol i ychwanegu ato"
-
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "newydd"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
-msgstr "Dewis LVM presennol i ychwanegu ato"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
-msgstr "Enw LVM"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "This partition can't be used for loopback"
-msgstr "Niid oes modd defnyddio'r rhaniad ar gyfer cylch-ôl"
-
-#: ../../diskdrake/interactive.pm_.c:825
-msgid "Loopback"
-msgstr "Cylch-ôl"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "Enw ffeil cylch-ôl"
-
-#: ../../diskdrake/interactive.pm_.c:831
-msgid "Give a file name"
-msgstr "Rhowch enw ffeil"
-
-#: ../../diskdrake/interactive.pm_.c:834
-msgid "File already used by another loopback, choose another one"
-msgstr ""
-"Mae'r ffeil yn cael ei ddefnyddio eisoes gam gylch-ol arall, dewiswch un "
-"arall"
-
-#: ../../diskdrake/interactive.pm_.c:835
-msgid "File already exists. Use it?"
-msgstr "Mae'r ffeil yn bodoli eisoes. Defnyddiwch hwn?"
-
-#: ../../diskdrake/interactive.pm_.c:858
-msgid "Mount options"
-msgstr "Dewisiadau gosod"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
-msgstr "Amrywiol"
-
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "dyfais"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "lefel"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "maint darn"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "Byddwch ofalus: mae'r weithred hon yn beryglus."
-
-#: ../../diskdrake/interactive.pm_.c:962
-msgid "What type of partitioning?"
-msgstr "Pa fath o raniad %s"
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
+msgstr "Methu cychwyn mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../diskdrake/interactive.pm_.c:978
+#: ../../bootlook.pm:1
#, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "Rhaid cael pecyn %s. Ydych chi am ei osod?"
-
-#: ../../diskdrake/interactive.pm_.c:992
-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 ""
-"Nid oes modd dderbyn creu /boot mor bell o ddechrau'r disg (ar silindr > "
-"1024).\n"
-"Naill ai rydych yn defnyddio LILO ac nid yw'n gweithio oot neu byddwch yn "
-"defnyddio LILO ac ni fydd yn gweithio."
-
-#: ../../diskdrake/interactive.pm_.c:996
-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 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 cychwyn LILO, fe ddylech greu "
-"rhaniad /boot"
-
-#: ../../diskdrake/interactive.pm_.c:1002
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"
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
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"
+"Methu ysgrifennu /etc/sysconfig/bootsplash.\\\\\n"
+"Heb ganfod y ffeil"
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../bootlook.pm:1
#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Mae tabl rhaniad gyrrwr %s yn mynd i gael ei ysgrifennu i'r ddisg!"
-
-#: ../../diskdrake/interactive.pm_.c:1026
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Mi fydd angen i chi aillgychwyn cyn i'r newidiadau ddod i rym"
+msgid "Write %s"
+msgstr "Ysgrifennu %s"
-#: ../../diskdrake/interactive.pm_.c:1037
+#: ../../bootlook.pm:1
#, 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:1039
-msgid "Formatting"
-msgstr "Fformatio"
+msgid "Can't write /etc/sysconfig/bootsplash."
+msgstr "Methu ysgrifennu /etc/sysconfig/bootsplash."
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Yn fformatio ffeil cylch-ôl %s"
+msgid "Lilo message not found"
+msgstr "Heb ganfod neges lilo"
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "Yn fformatio rhaniad %s"
+msgid "Copy %s to %s"
+msgstr "CopŻo %s i %s"
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Hide files"
-msgstr "Cuddio ffeiliau"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Backup %s to %s.old"
+msgstr "Cadw %s i %s.old wrth gefn"
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Move files to the new partition"
-msgstr "Symud ffeiliau i'r rhaniad newydd"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Create new theme"
+msgstr "Creu thema newydd"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../bootlook.pm:1
#, c-format
msgid ""
-"Directory %s already contains data\n"
-"(%s)"
+"Display theme\n"
+"under console"
msgstr ""
-"Mae cyfarwyddiadur %s eisoes yn cynnwys peth data\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid "Moving files to the new partition"
-msgstr "Symud ffeiliau i'r rhaniad newydd"
+"Dangos thema\n"
+"yn y consol"
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copying %s"
-msgstr "Copïo %s"
+msgid "Install themes"
+msgstr "Gosod them˘u"
-#: ../../diskdrake/interactive.pm_.c:1072
+#: ../../bootlook.pm:1
#, c-format
-msgid "Removing %s"
-msgstr "Tynnu %s"
+msgid "Lilo/grub mode"
+msgstr "Modd Lilo/grub"
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../bootlook.pm:1
#, c-format
-msgid "partition %s is now known as %s"
-msgstr "Mae rhaniad %s yn cael ei alw'n %s"
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "Dyfais: "
+msgid "Yaboot mode"
+msgstr "Modd Yaboot"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../bootlook.pm:1
#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "Llythyren gyrrwr DOS: %s (dim ond dyfalu)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "Math: "
+msgid "Launch Aurora at boot time"
+msgstr "Cychwyn Auora wrth gychwyn y cyfrifiadur"
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "Enw :"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Traditional Gtk+ Monitor"
+msgstr "Monitor Gtk+ Traddodiadol"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../bootlook.pm:1
#, c-format
-msgid "Start: sector %s\n"
-msgstr "Dechrau: sector %s\n"
+msgid "Traditional Monitor"
+msgstr "Monitor Traddodiadol"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../bootlook.pm:1
#, c-format
-msgid "Size: %s"
-msgstr "Maint: %s"
+msgid "NewStyle Monitor"
+msgstr "Monitor NewStyle"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../bootlook.pm:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s sector"
+msgid "NewStyle Categorizing Monitor"
+msgstr "Monitor Categoreiddio NewStyle"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Silindr %d i silindr %d\n"
+msgid "<control>Q"
+msgstr "<control>Q"
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "Wedi ei fformatio\n"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Quit"
+msgstr "/Ffeil/_Gadael"
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "Heb ei fformatio\n"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_File"
+msgstr "/_Ffeil"
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "Gosodwyd\n"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Boot Style Configuration"
+msgstr "Ffurfweddu'r Math o Gychwyn"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../common.pm:1
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "consolehelper missing"
+msgstr "consolehelper ar goll"
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../common.pm:1
#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Ffeil(iau) Cylch-ôl:\n"
-" %s\n"
+msgid "kdesu missing"
+msgstr "kdesu ar goll"
-#: ../../diskdrake/interactive.pm_.c:1132
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Cychwyn y rhaniad fel rhagosodwyd\n"
-" (ar gyfer cychwyn MS-DOS, nid ar gyfer lilo)\n"
+#: ../../common.pm:1
+#, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "Bydd lluniau o'r sgrin ar gael ar ´l gosod yn %s"
-#: ../../diskdrake/interactive.pm_.c:1134
+#: ../../common.pm:1
#, c-format
-msgid "Level %s\n"
-msgstr "Lefel %s\n"
+msgid "Can't make screenshots before partitioning"
+msgstr "Meth creu lluniau o'r sgrin cyn rhannu"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../common.pm:1
#, c-format
-msgid "Chunk size %s\n"
-msgstr "Maint darn %s\n"
+msgid "%d seconds"
+msgstr "%d eiliad"
-#: ../../diskdrake/interactive.pm_.c:1136
+#: ../../common.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Disg RAID %s\n"
+msgid "1 minute"
+msgstr "1 munud"
-#: ../../diskdrake/interactive.pm_.c:1138
+#: ../../common.pm:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "Enw ffeil cylch-ôl: %s"
+msgid "%d minutes"
+msgstr "%d munud"
-#: ../../diskdrake/interactive.pm_.c:1141
-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"
+#: ../../common.pm:1
+#, c-format
+msgid "TB"
+msgstr "TB"
-#: ../../diskdrake/interactive.pm_.c:1144
-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"
+#: ../../common.pm:1
+#, c-format
+msgid "GB"
+msgstr "GB"
-#: ../../diskdrake/interactive.pm_.c:1163
-msgid "Read-only"
-msgstr "Darllen yn unig"
+#: ../../common.pm:1
+#, c-format
+msgid "MB"
+msgstr "MB"
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s\n"
-msgstr "Maint: %s\n"
+msgid "KB"
+msgstr "KB"
-#: ../../diskdrake/interactive.pm_.c:1165
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometreg: %s silindr, %s pen, %s sector\n"
+msgid "United States"
+msgstr "Yr Unol Daleithiau"
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "Gwybodaeth:"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Austria"
+msgstr "Awstria"
-#: ../../diskdrake/interactive.pm_.c:1167
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Dias LVM %s\n"
+msgid "Italy"
+msgstr "Yr Eidal"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Tabl rhaniad math: %s\n"
+msgid "Netherlands"
+msgstr "Yr Iseldiroedd"
-#: ../../diskdrake/interactive.pm_.c:1169
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "on channel %d id %d\n"
-msgstr "ar sianel %d id %d\n"
+msgid "Sweden"
+msgstr "Sweden"
-#: ../../diskdrake/interactive.pm_.c:1199
-msgid "Filesystem encryption key"
-msgstr "Allwedd amgryptio system ffeil : "
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Norway"
+msgstr "Norwy"
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
-msgstr "Dewiswch eich allwedd amgryptio system ffeiliau"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Greece"
+msgstr "Groeg"
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../crypto.pm:1 ../../lang.pm:1
#, 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)"
+msgid "Germany"
+msgstr "Yr Almaen"
-#: ../../diskdrake/interactive.pm_.c:1204
-msgid "The encryption keys do not match"
-msgstr "Nid yw'r allweddi amgryptio'n cydfynd"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Czech Republic"
+msgstr "Gweriniaeth Tsiec"
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr "Allwedd amgryptio"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Belgium"
+msgstr "Gwlad Belg"
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr "Allwedd amgryptio (eto)"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "France"
+msgstr "Ffrainc"
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Newid y math"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Costa Rica"
+msgstr "Costa Rica"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
+#: ../../fsedit.pm:1
#, c-format
-msgid "Can't login using username %s (bad password?)"
-msgstr ""
-"Methu mewngofnodi gan ddefnyddio enw defnyddiwr %s (cyfrinair anghywir?)"
+msgid "Error opening %s for writing: %s"
+msgstr "Gwall wrth agos %s ar gyfer ysgrifennu %s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-msgid "Domain Authentication Required"
-msgstr "Angen Dilysu Parth"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Nothing to do"
+msgstr "Dim i'w wneud"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-msgid "Another one"
-msgstr "Un arall"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Not enough free space for auto-allocating"
+msgstr "Nid oes digon o le ar gyfer awtoddynodi"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-msgid "Which username"
-msgstr "Pa enw defnyddiwr"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr "Nid oes modd defnyddio Cyfrol Resymegol LVM ar gyfer pwynt gosod %s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
+#: ../../fsedit.pm:1
+#, c-format
msgid ""
-"Please enter your username, password and domain name to access this host."
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
msgstr ""
-"Rhowch eich enw defnyddiwr, cyfrinair ac enw parth i gael mynediad i'r "
-"gwesteiwr."
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-msgid "Username"
-msgstr "Enw defnyddiwr"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-msgid "Domain"
-msgstr "Parth"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-msgid "Search servers"
-msgstr "Chwiliwch am wasanaethwyr"
+"Mae angen gwir system ffeilio (ext2, reiserfs, xfs, neu jfs)) ar gyfer y "
+"pwynt gosod\n"
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
+#: ../../fsedit.pm:1
#, c-format
-msgid "%s formatting of %s failed"
-msgstr "methodd fformatio %s o %s"
+msgid "This directory should remain within the root filesystem"
+msgstr "Dylai'r cyfeiriadur aros o fewn y system ffeilio gwraidd"
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, 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"
+msgid "You can't use a LVM Logical Volume for mount point %s"
+msgstr "Does dim modd defnyddio Cyfrol Resymegol LVM ar gyfer pwynt gosod %s"
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "methodd gosod rhaniad %s yng nghyfeiriadur %s"
+msgid "There is already a partition with mount point %s\n"
+msgstr "Mae yna eisoes raniad gyda phwynt gosod %s\n"
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, c-format
-msgid "error unmounting %s: %s"
-msgstr "gwall dadosod %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "syml"
+msgid "Mount points must begin with a leading /"
+msgstr "Rhaid i bwyntiau gosod gynnwys / arweiniol"
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "gyda /usr"
+#: ../../fsedit.pm:1
+#, c-format
+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:30
-msgid "server"
-msgstr "Gwasanaethwr"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use JFS for partitions smaller than 16MB"
+msgstr "Does dim modd defnyddio JFS ar raniadau llai na 16MB"
-#: ../../fsedit.pm_.c:240
+#: ../../fsedit.pm:1
#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2397,784 +1183,536 @@ msgstr ""
"\n"
"Ydych chi'n cytuno i golli'r holl raniadau?\n"
-#: ../../fsedit.pm_.c:501
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr "Does dim modd defnyddio JFS ar raniadau llai na 16MB"
-
-#: ../../fsedit.pm_.c:502
-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:521
-msgid "Mount points must begin with a leading /"
-msgstr "Rhaid i bwyntiau gosod gynnwys / arweiniol"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "server"
+msgstr "Gwasanaethwr"
-#: ../../fsedit.pm_.c:522
+#: ../../fsedit.pm:1
#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Mae yna eisoes raniad gyda phwynt gosod %s\n"
+msgid "with /usr"
+msgstr "gyda /usr"
-#: ../../fsedit.pm_.c:526
+#: ../../fsedit.pm:1
#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Does dim modd defnyddio Cyfrol Resymegol LVM ar gyfer pwynt gosod %s"
+msgid "simple"
+msgstr "syml"
-#: ../../fsedit.pm_.c:528
-msgid "This directory should remain within the root filesystem"
-msgstr "Dylai'r cyfeiriadur aros o fewn y system ffeilio gwraidd"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Enabling swap partition %s"
+msgstr "Yn fformatio rhaniad %s"
-#: ../../fsedit.pm_.c:530
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
-"Mae angen gwir system ffeilio (ext2, reiserfs, xfs, neu jfs)) ar gyfer y "
-"pwynt gosod\n"
+#: ../../fs.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "gwall dadosod %s: %s"
-#: ../../fsedit.pm_.c:532
+#: ../../fs.pm:1
#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr "Nid oes modd defnyddio Cyfrol Resymegol LVM ar gyfer pwynt gosod %s"
+msgid "mounting partition %s in directory %s failed"
+msgstr "methodd gosod rhaniad %s yng nghyfeiriadur %s"
-#: ../../fsedit.pm_.c:599
-msgid "Not enough free space for auto-allocating"
-msgstr "Nid oes digon o le ar gyfer awtoddynodi"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Mounting partition %s"
+msgstr "Yn fformatio rhaniad %s"
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
-msgstr "Dim i'w wneud"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Checking %s"
+msgstr "CopŻo %s"
-#: ../../fsedit.pm_.c:694
+#: ../../fs.pm:1
#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Gwall wrth agos %s ar gyfer ysgrifennu %s"
+msgid "Formatting partition %s"
+msgstr "Yn fformatio rhaniad %s"
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "Creating and formatting file %s"
+msgstr "Creu a fformatio ffeil %s"
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
-msgstr "Dim gyrwyr eraill"
+#: ../../fs.pm:1
+#, 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"
-#: ../../harddrake/sound.pm_.c:171
+#: ../../fs.pm:1
#, c-format
+msgid "%s formatting of %s failed"
+msgstr "methodd fformatio %s o %s"
+
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
+"\n"
+"Click on \"<- Previous\" to stop this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
-"Nid oes gyrrwr OSS/ALSA arall hysbys ar gyfer eich cerdyn sain (%s) sy'n "
-"defnyddio \"%s\" ar hyn o bryd"
-
-#: ../../harddrake/sound.pm_.c:173
-msgid "Sound configuration"
-msgstr "Furfweddiad sain"
+"Cliciwch \"Iawn\" os ydych am ddileu'r holl ddata a rhaniadau sy'n bresennol "
+"ar y disg caled 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."
-#: ../../harddrake/sound.pm_.c:174
+#: ../../help.pm:1
#, c-format
msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
+"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 ""
-"Yma medrwch ddewis gyrrwr arall (un ai OSS neu ALSA) ar gyfer eich cerdyn "
-"sain (%s)"
+"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!"
-#: ../../harddrake/sound.pm_.c:176
-#, c-format
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
-msgstr ""
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
"\n"
-"Mae eich cerdyn yn defnyddio'r gyrrwr %s\"%s\" ar hyn o bryd ( y gyrrwr "
-"arferol ar ei gyfer yw \"%s\")"
-
-#: ../../harddrake/sound.pm_.c:178
-msgid "Driver:"
-msgstr "Gyrrwr:"
-
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-msgid "Help"
-msgstr "Cymorth"
-
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
-msgstr "Newid o gymorth ALSA i OSS"
-
-#: ../../harddrake/sound.pm_.c:186
-msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
-"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\n"
"\n"
-"It also provides a much higher API than OSS.\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\n"
"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\n"
-msgstr ""
-"OSS (Open Sound System) oedd yr API sain cyntaf. Mae'n API sail annibynnol o "
-"systemau gweithredu ( mae ar gael ar gyfer y rhan fwyaf o systemau unices) "
-"on mae'n API elfennol iawn a chyfyng.\n"
-"Mae gyrwyr OSS hefyd yn ail ddyfeisio'r hyn sy'n bod eisoes.\n"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\n"
"\n"
-"Mae ALSA (Advanced Linux Sound Architecture) yn bensaerniaeth fodiwlaidd "
-"sy'n \n"
-"cynnal ystod eang o gardiau ISA, USB a PCI.\n"
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
"\n"
-"Mae hefyd yn darparu API llawer uwch na OSS.\n"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\n"
"\n"
-"I ddefnyddio alsa, mae modd defnyddio un ai:\n"
-"- hen api OSS cydweddus\n"
-"-api ALSA newydd sy'n darparu llawer o nodweddion gell ond sydd angen "
-"defnyddio llyfrgell ALSA.\n"
-
-#: ../../harddrake/sound.pm_.c:202
-#, c-format
-msgid ""
-"The old \"%s\" driver is blacklisted.\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
"\n"
-"It has been reported to oopses the kernel on unloading.\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
msgstr ""
-"Mae'r hen yrrwr \"%s\" wedi ei wahardd.\n"
-"\n"
-"Mae'n effeithio'n andwyol ar y cnewyllyn\n"
+"Dyma amrywiol baramedrau ynghylch eich peiriant. Yn ddibynnol ar eich\n"
+"caledwedd, mae'n bosibl i chi weld y rhain, neu beidio\n"
"\n"
-"Bydd y gyrrwr \"%s|\"'n cael ei ddefnyddio ar y cychwyn"
-
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-msgid "Please Wait... Applying the configuration"
-msgstr "Arhoswch...Gosod y ffurfweddiad"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "Arhoswch"
-
-#: ../../harddrake/sound.pm_.c:210
-msgid "No known driver"
-msgstr "Dim gyrrwr hysbys"
-
-#: ../../harddrake/sound.pm_.c:211
-#, c-format
-msgid "There's no known driver for your sound card (%s)"
-msgstr "Nid oes gyrrwr hysbys ar gyfer eich cerdyn sain (%s)"
-
-#: ../../harddrake/sound.pm_.c:214
-msgid "Unkown driver"
-msgstr "Gyrrwr anhysbys"
-
-#: ../../harddrake/sound.pm_.c:215
-#, c-format
-msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
+" *\"Llygoden\": edrychwch ar ffurfweddiad presennol y llygoden a chliciwch "
+"ar y\n"
+" botwm i'w newid os oes angen.\n"
"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
-msgstr ""
-"Nid yw'r gyrrwr \"%s\" wedi ei restri\n"
+" *\"Bysellfwrdd\" edrychwch ar ffurfweddiad presennol y bysellfwrdd a "
+"chliciwch\n"
+"ar y\n"
+" botwm i'w newid os oes angen.\n"
"\n"
-"Gyrrwch allbwn gorchymyn \"lspcidrake -v\" i\n"
-"<install at mandrakesoft dot com>\n"
-"o dan bennawd: unlisted sound drivers \"%s\""
-
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-msgid "Auto-detect"
-msgstr "Awtoganfod"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-msgid "Unknown|Generic"
-msgstr "Anhysbys|Generig"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr "Anhysbys|CPH05X (bt878) [nifer o werthwyr]"
-
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr "Anhysbys|CPH06X (bt878) [nifer o werthwyr]"
-
-#: ../../harddrake/v4l.pm_.c:224
-msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
-msgstr ""
-"Ar gyfer y rhelyw o gardiau Teledu diweddar, mae'r modiwl bttv o'r cnewyllyn "
-"yn awto ganfod y paramedrau cywir.\n"
-"Os yw'ch cerdyn yn cael ei ganfod ar gam, mae modd gorfodi'r mathau cywir o "
-"gerdyn a rheolydd,\n"
-"Dewiswch baramedrau eich cerdyn teledu os oes raid"
-
-#: ../../harddrake/v4l.pm_.c:227
-msgid "Card model:"
-msgstr "Model cerdyn:"
-
-#: ../../harddrake/v4l.pm_.c:228
-msgid "Tuner type:"
-msgstr "Math o diwniwr"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
-msgstr "Nifer o fyffers cipio:"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
-msgstr "nifer o fyffers cipio ar gyfer cipio mmap"
-
-#: ../../harddrake/v4l.pm_.c:231
-msgid "PLL setting:"
-msgstr "Gosodiad PLL:"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
-msgstr "Cynnal radio:"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
-msgstr "galluogi cynnal radio"
-
-#: ../../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 this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"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\n"
-"first 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 the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after 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 the people meant to use that computer. When you are\n"
-"finish adding all the users you want, select \"Done\".\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"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default).\n"
+" *\"Argraffydd\": bydd clicio ar y botwm \"Dim argraffydd\" yn agor y dewin\n"
+" ffurfweddi.\n"
"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
-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 "
+" *\"Cerdyn sain\": os oes cerdyn sain yn cael ei ganfod ar eich system, bydd "
"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"
+"cael ei ddangos yma. Nid oes modd creu newidiadau adeg y gosodiad.\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"
+" *\"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"
-"Bydd clicio'r botwm \"Uwch\" yn caniatáu i chi newid y \"gragen\" "
-"rhagosodedig\n"
-"ar gyfer y defnyddiwr hwnnw (bash yw'r rhagosodedig)."
+" *\"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:48
+#: ../../help.pm:1
+#, c-format
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 \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\n"
"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"Yaboot's main options are:\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"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\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"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
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 rhan fwyaf 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"
+"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"
-"Mae \"Enw\" yn cael ei drefnu: \"math o ddisg caled\", rhif y disg caled\",\n"
-"\"rhif rhaniad\" (e.e, \"hda1\").\n"
+"Prif ddewisiadau Yaboot yw:\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"
+" * Cychwyn Neges: neges testun syml sy'n cael ei ddangos cyn yr anogwr\n"
+" cychwyn\n"
"\n"
-"Mae \"Rhif Disg Caled\" yn llythyren ar ôl \"hd\" neu \"sd\". Ar gyfer\n"
-"disg caled IDE mae:\n"
+" * Cychwyn y Ddyfais: yn dangos lle rydych am osod yr wybodaeth "
+"angenrheidiol\n"
+"i gychwyn GNU/Linux. Yn gyffredinol, byddwch wedi creu rhaniad ymlwythwr yn\n"
+" gynt, i ddal yr wybodaeth.\n"
"\n"
-" * \"a\" yn golygu \"prif ddisg caled ar y rheolwr IDE cyntaf\",\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"
-" * \"b\" yn golygu \"disg caled gwas ar y rheolwr IDE cyntaf\",\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"
-" * \"c\" yn golygu \"prif ddisg caled ar yr ail reolwr IDE\",\n"
+" * Galluogi Cychwyn o'r CD?: mae dewis hwn yn caniatĦu i chi ddewis \"C\" "
+"am\n"
+"CD ar anogwr y cychwyn cyntaf.\n"
"\n"
-" * \"d\" yn golygu \"disg caled gwas ar yr ail reolwr IDE\".\n"
+" * Galluogi Cychwyn OF?: mae dewis hwn yn caniatĦu i chi ddewis |\"N\" am\n"
+" Open Firmware ar anogwr y cychwyn cyntaf.\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:79
-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-ROMau. Mae DrakX\n"
-"yn gwybod os yw pecyn penodol wedi ei leoli ar CD-ROM arall a bydd yn bwrw\n"
-"allan y CD cyfredol a gofyn am y llall."
+" * 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:84
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\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"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\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"
+"For Linux, there are a few possible options:\n"
"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation,\n"
-"select one or more of the corresponding groups;\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\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"
-" * \"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"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\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"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect 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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
"\n"
-" * \"With X\": install the fewest packages possible to have a working\n"
-"graphical desktop;\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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"
+" * 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"
-" * \"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"
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\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"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with this option.\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 to repair or\n"
-"update an existing system."
+" * 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 pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
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"
+"Mae modd i chi gynnig cofnodion eraill ar gyfer yaboot, un ai systemau\n"
+" gweithredol eraill, cnewyll eraill, neu ddelwedd cychwyn argyfwng.\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"
+"Ar gyfer systemau gweithredu eraill, mae'r cofnod yn cynnwys label a'r "
+"rhaniad\n"
+" root yn unig\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"
+"Ar gyfer LInux, mae yna rhai dewisiadau:\n"
"\n"
-" * \"Man Gwaith\": os ydych yn bwriadu defnyddio eich peiriant fel man\n"
-"gwaith yna dewiswch un o'r grwpiau cyfatebol.\n"
+" *Label:sef yr enw fyddwch yn ei deipio yn anogwr yaboot i ddewis y dewis\n"
+" cychwyn.\n"
"\n"
-" * \"Datblygiadol\": os yw'r peiriant yn cael ei ddefnyddio i raglenni, "
-"dewiswch\n"
-" y grwpiau perthnasol\n"
+" *Image: hwn fydd enw'r cnewyllyn i'w gychwyn. Fel rheol, vimlinux neu\n"
+"amrywiad ohono gydag estyniad\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"
+" *Root: y ddyfais \"root\" neu \"/\" ar gyfer eich gosodiad Linux.\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"
+" *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"
-"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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
+"hda=autotune\n"
"\n"
-" * \"Gyda X\" Gosod y nifer lleiaf o becynnau i gael penbwrdd graffigol\n"
-"i weithio.\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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"
+" * 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"
-" * \"Gosodiad bychan iawn\" Gosod y lleiafswm posibl i greu system Linux\n"
-"llinell orchymyn weithredol. Tua 65MB o faint.\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"
-"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"
+" * Read-write:fel rheol mae'r rhaniad \"root\" yn cael ei agor fel darllern "
+"yn unig, i\n"
+" ganiatĦu gwiriad system ffeiliau cyn i'r system ddod yn \"fyw\". Yma mae "
+"modd\n"
+" diystyru'r dewis hwn.\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"
-" "
+" * NoVideo: petai caledwedd Apple yn profi i fod yn peri anawsterau "
+"sylweddol,\n"
+" mae modd i chi ddewis cychwyn mewn modd \"novideo\", gyda chynhaliaeth\n"
+" ffr˘m 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:135
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\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 installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"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"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\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"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\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 the previous step on how to\n"
-"create such a floppy disk."
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
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"
+"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\n"
+"SCSI'n cael ei ganfod bydd DrakX yn awtomatig yn gosod y gyrrwr priodol.\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"
+"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"
-"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"
+"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"
-"Mae'r eicon disg medal bychan ar waelod y rhestr yn caniatáu 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 grëwyd ar\n"
-"ddiwedd gosodiad arall. Gwelwch yr ail neges o'r cam diwethaf ar sut i\n"
-"greu disg meddal o'r fath."
+"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:171
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"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 ``Starter Guide'' chapter about Internet connections\n"
-"for 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\"."
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\n"
+"\n"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\n"
+"\n"
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
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"
+"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"
-"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"
+" *pdq\" - sy'n golygu \"print, don't queue\", Hwn yw'r dewis os oes gennych\n"
+"gysylltiad uniongyrchol ˘'ch argraffydd a'ch bod eisiau medru tynnu allan o "
+"waith\n"
+"argraffu pan mae'r papur wedi mynd yn sownd ac nad oes gennych "
+"argraffyddion\n"
+"wedi eu cysylltu drwy rwydwaith. Mae'n medru trin rhwydweithiau syml ac mae\n"
+"rhywfaint yn araf ar gyfer rhwydweithiau. Dewiswch \"pdq\" os mai dyma yw "
+"eich\n"
+"tro cyntaf yn GNU/Linux., mae modd i chi newid eich dewis ar ´l gosod drwy\n"
+" ddefnyddio PrinterDrake o Ganolfan Rheoli Mandrake a chlicio botwm "
+"arbenigwr\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"
+" *\"CUPS\" - \"Common Unix Printing System\". Mae hwn yn wych ar gyfer\n"
+"argraffu i argraffyddion lleol a hanner ffordd rownd y byd. Mae'n symlach, "
+"yn\n"
+"medru gweithredu fel gwasanaethwr neu cleient ar gyfer yr hen system \"lpd"
+"\"\n"
+"felly mae'n cydweddi ˘'r systemau sydd wedi mynd o'i flaen. Mae'n gallu "
+"gwneud\n"
+"nifer o driciau, ond mae bron mor syml i'w osod \"pdq\". Os ydych amgen "
+"hwn\n"
+"i efelychu gwasanaethwr \"lpd\", yna rhaid cychwyn daemon \"cups-lpd\".\n"
+"Mae ganddo wyneb graffigol ar gyfer argraffu neu ddewis dewisiadau "
+"argraffu.\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.\"."
+" *\"lprNG\" - \"line printer daemon New Generation\" Mae'r system yma'n\n"
+"medru gwneud yn fras yr un pethau a'r lleill, ond mae'n medru argraffu i\n"
+"argraffyddion ar Novell Network, gan ei fod yn cynnal protocol IPX, ac\n"
+"mae'n medru argraffu 'n uniongyrchol i orchmynion cragen.. Os oes\n"
+"angen Novell neu argraffu i orchmynion heb luniad peipen ar wah˘n,\n"
+"defnyddiwch lprNG. Yn gyffredinol, mae CUPS yn well am ei fod yn syml\n"
+"ac yn well wrth weithio ar draws rhwydwaith."
-#: ../../help.pm_.c:193
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"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"
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\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"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way you will be able to load either GNU/Linux or another\n"
+"OS.\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"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\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"
+"If it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\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 fod 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:210
-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 unselecting \"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"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\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)\n"
-"a'idrosi i amser lleol yn ôl y parth amser rycych wedi ei ddewis.\n"
-"Mae'n bosib dad-ddewis hyn drwy dad-ddewis \"Cloc caledwedd wedi ei osod i "
-"GMT\"\n"
-"fel bod y cloc caledwedd yr un a chloc y system yr un peth. Mae hyn yn\n"
-"ddefnyddiol pan mae'r peiriant yn westai i system arall megis Windows.\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-"Bydd y dewis \"Cydamseriad amse awtomatig\" yn rheoli'r cloc yn awtomatig\n"
-"drwy gysylltu â gwasanaethwr amser ar y Rhyngrwyd. Yn y rhestr sy'n cael ei\n"
-"gynnig dewiswch yr agosaf atoch. Rhaid i'ch cyswllt â'r we fod yn gweithio\n"
-"i hyn ddigwydd. Bydd yn gosod ar eich peiriant wasanaethwr amser fydd\n"
-"o ddewis yn medru cael ei ddefnyddio gan beiriannau eraill ar eich "
-"rhwydwaith."
-
-#: ../../help.pm_.c:224
-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.\n"
-"\n"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". 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. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
-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:246
-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:253
-msgid ""
"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 bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, 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"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite 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 "
+"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 "
@@ -3200,341 +1738,427 @@ msgstr ""
"dim\n"
"angen ei fformatio gan y bydd DrakX yn ailysgrifennu'r holl ddisg."
-#: ../../help.pm_.c:277
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux 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"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\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 ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here by clicking the dialog's \"Wizard\" button.\n"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\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"
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"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.\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"
+" 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"
-" * \"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"
+"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:1
+#, fuzzy, c-format
+msgid ""
+"This dialog allows to finely tune your bootloader:\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. You will then be asked to choose the mount points associated to\n"
-"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\n"
+" * \"Bootloader to use\": there are three choices for your bootloader:\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows 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"
-"Microsoft Windows on the same computer.\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\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"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\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"
-" * \"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"
+" * \"Delay before booting the default image\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\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 option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
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 nôl 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 caniatáu i chi wneud mân\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"
+"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"
-" * \"Defnyddiwch lle gwag\": mae'r dewis hwn yn arwain at greu rhaniadau\n"
-"awtomatig o'ch disg(iau) caled. Bydd dim cwestiynau eraill.\n"
+" *os fydd yn canfod adran gychwyn grub neu LILO, bydd yn gosod un mwy\n"
+"diweddar yn ei le.\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"
+"Os oes amheuaeth, bydd DrakX yn dangos blwch deialog gyda dewisiadau.\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"
+" * \"Llwythwr cychwyn i'w ddefnyddio\": mae gennych dri dewis:\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"
+" * \"GRUB\":os mae'n well gennych grub (dewislen testun)\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"
+" * \"LILO\" gyda dewislen raffigol\": os mae'n well gennych LILO gyda'i\n"
+"rhagwyneb graffigol.\n"
"\n"
-" !! Os ydych yn dewis hwn, byddwch yn colli'r holl ddata ar eich disg. !!\n"
+" * \"LILO\" gyda dewislen raffigol\": os mae'n well gennych rhagwyneb "
+"dewislen\n"
+"testun.\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"
+" * \"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 caniatĦu i'r defnyddiwr ddewis o fewn y ddewislen llwythwr "
+"cychwyn,\n"
+"llwythwr cychwyn arall yn lle'r un rhagosodedig.\n"
"\n"
-" !! Os ydych yn dewis hwn, byddwch yn colli'r holl ddata ar eich disg. !!\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"
-" * \"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."
+"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."
-#: ../../help.pm_.c:347
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"There you are. Installation is now completed 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"
+"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 the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it be difficult to become \"root\".\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"
+"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"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\n"
"\n"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. 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"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\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"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
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"
+"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"
-" *\"Ail chwarae\". Gosodiad rhannol awtomatig gan bod y cam o greu rhaniad\n"
-"yn cael ei hepgor.\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"
-" *Awtomeiddio\".Gosodiad cwbl awtomatig: mae'r disg caled wedi ei\n"
-"ailysgrifennu'n llwyr, a'r holl ddata wedi ei golli.\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"
-"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"
+"Yn y modd arbenigwr, bydd gofyn os fyddwch yn cysylltu ˘ gwasanaethwr\n"
+"dilysu, megis NIS neu LDAPl\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"
+"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"
-"(*) Bydd angen disg meddal wedi ei fformatio fel FAT (i greu un yn GNU/"
-"Linux,\n"
-"teipiwch \"mformat a:\")"
+"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:378
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem on it).\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"
+"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:1
+#, fuzzy, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\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"
-"it.\n"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"from the provided list.\n"
"\n"
-"Click on \"OK\" when you are ready to format partitions.\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 and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\n"
+"\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
+msgstr ""
+"Drwy ragosodiad mae DrakX yn cymryd bod gennych lygoden dau fotwm\n"
+"a bydd yn ei osod i efelychu botwm tri. Bydd DrakX yn gwybod yn awtomatig\n"
+"p'un a'i yw'n lygoden PS/2, cyfresol neu USB.\n"
"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
+" Os hoffech chi bennu math arall o lygoden, dewiswch y math priodol o'r "
+"rhestr.\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"
+"Os byddwch yn dewis llygoden ar wah˘n i'r rhagosodedig, byddwch yn gweld\n"
+"ffenestr profi'r llygoden. Defnyddiwch y botymau a'r olwyn i wneud yn siwr "
+"fod\n"
+"y gosodiadau'n gweithio. Os nad yw'r llygoden yn gweithio'n iawn pwyswch\n"
+"ar y bylchwr neu [Return] i \"Dileu\" a dewis eto.\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"
+"Weithiau ni fydd llygod olwyn yn cael eu canfod yn awtomatig. Bydd rhaid i "
+"chi\n"
+"eu dewis o'r rhestr. Gwnewch yn siwr eich bod yn dewis yr un sy'n cyfateb "
+"i'r porth\n"
+"mae wedi ei gysylltu iddo. Wedi i chi wasgu'r botwm \"Iawn\" bydd delwedd\n"
+"llygoden yn cael ei ddangos. Bydd angen i chi symud olwyn y llygoden iddo \n"
+"weithio'n gywir.Yna profwch fod pob botwm a symudiad yn gywir."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\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"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\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"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\n"
"\n"
-"Cliciwch \"Iawn\" pan ydych yn barod i fformatio rhaniadau.\n"
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
+msgstr ""
+"Dewiswch eich dewis iaith ar gyfer y gosod a'r defnydd o'r system\n"
"\n"
-"Cliciwch \"Dileu\" os ydych am ddewis rhaniad arall ar gyfer eich gosodiad\n"
-"Mandrake Linux newydd\n"
+"Bydd clicio ar y botwm \"Uwch\" yn caniatĦu 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"
-"Cliciwch \"Uwch\" os ydych am ddewis rhaniadau i'w gwirio am flociau\n"
-"gwallus ar y ddisg."
+"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:404
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
+"\n"
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\n"
"\n"
-"Please be patient."
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
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"
+"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"
-"Amynedd..."
+"Cliciwch ar fotwm \"Rhagor\" i dderbyn y rhestr lawn o fysellfyrddau sy'n "
+"cael eu\n"
+" cynnal.\n"
+" "
-#: ../../help.pm_.c:412
+#: ../../help.pm:1
+#, c-format
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 able 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"
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\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 ganiatáu\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"
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\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."
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\n"
+"\n"
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\n"
+"\n"
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
+msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm:1
+#, c-format
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 included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"Accept\" button."
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
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
+#: ../../help.pm:1
+#, c-format
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"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"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"
-"If you do not know what to choose, keep the default option."
+"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 ""
-"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"
+"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"
-"Os nad ydych yn siwr beth i'w ddewis, dewiswch y rhagosodedig."
+"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:442
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
@@ -3549,59 +2173,63 @@ msgid ""
"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"
+"drive\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\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\n"
-"recommended to perform this step;\n"
+"recommended that you perform this step.\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a floppy disk;\n"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a 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"
+"doesn't always work.\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\n"
"\n"
" * \"Removable media automounting\": unchecking this option will force\n"
"users 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\n"
-"your hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\n"
"\n"
" * \"Done\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
+"partitions using [Tab] and the [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"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
-" * Ctrl-d to delete a partition;\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-" * Ctrl-m to set the mount point.\n"
+" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different filesystem types available, please\n"
+"To get information about the different file system 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"
+"``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."
@@ -3620,7 +2248,7 @@ msgstr ""
"\n"
" *\"Clirio'r cyfan\": mae'r dewis hwn yn dileu pob rhaniad ar ddisg.\n"
"\n"
-" *\"Awto ddynodi\": mae'r dewis hwn yn caniatáu i chi greu'n awtomatig\n"
+" *\"Awto ddynodi\": mae'r dewis hwn yn caniatĦu 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"
@@ -3628,7 +2256,7 @@ msgstr ""
" *\"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 caniatáu adfer tabl rhaniad "
+" \"Adfer y tabl rhaniad\": mae hyn yn caniatĦu adfer tabl rhaniad "
"blaenorol\n"
"o ddisg meddal.\n"
"\n"
@@ -3652,13 +2280,13 @@ msgstr ""
"\n"
" *\"Dadwneud\": defnyddiwch y dewis hwn i ddileu eich newidiadau\n"
"\n"
-" *\"Newid o'r modd arferol/arbenigwr\": mae hwn yn caniatáu "
+" *\"Newid o'r modd arferol/arbenigwr\": mae hwn yn caniatĦu "
"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"
+" 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"
@@ -3679,859 +2307,961 @@ msgstr ""
" 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 sbâr a delweddau ramdisk ar "
+"gall fod yn le defnyddiol i gadw cnewyllyn sb˘r a delweddau ramdisk ar "
"gyfer\n"
" sefyllfaoedd cychwyn argyfyngus!"
-#: ../../help.pm_.c:513
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\n"
"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\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"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"Os nad ydych yn siwr beth i'w ddewis, dewiswch y rhagosodedig."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able 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"
-"\"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"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"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 ganiatĦu\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"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\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:1
+#, fuzzy, c-format
+msgid ""
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
+"it.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Click on \"Next ->\" when you are ready to format partitions.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new Mandrake Linux operating system installation.\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
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"
+"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"
-" * mae \"a\" yn golygu \"prif ddisg caled ar y rheolydd IDE cyntaf\",\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"
-" * mae \"b\" yn golygu \"ddisg caled gwas ar y rheolydd IDE cyntaf\",\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"
-" * mae \"c\" yn golygu \"prif ddisg caled ar yr ail reolydd IDE\",\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"
-" * mae \"d\" yn golygu \"ddisg caled gwas ar yr ail reolydd IDE\",\n"
+"Cliciwch \"Iawn\" pan ydych yn barod i fformatio rhaniadau.\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"
+"Cliciwch \"Dileu\" os ydych am ddewis rhaniad arall ar gyfer eich gosodiad\n"
+"Mandrake Linux newydd\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."
+"Cliciwch \"Uwch\" os ydych am ddewis rhaniadau i'w gwirio am flociau\n"
+"gwallus ar y ddisg."
-#: ../../help.pm_.c:547
+#: ../../help.pm:1
+#, fuzzy, c-format
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\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\n"
"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"that will automatically perform a whole installation without the help of an\n"
+"operator, similar to the installation you just configured.\n"
"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
+" * \"Replay\". This is a partially automated installation. The\n"
+"partitioning step is the only interactive procedure.\n"
"\n"
-"Depending on your GNU/Linux knowledge, select one of the following choices:\n"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\n"
+"\n"
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\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"
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>linux defcfg=\"floppy\" <<.\n"
"\n"
-" * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
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"
+"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"
-" *\"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"
+"Mae'r botwm \"Uwch\" yn dangos dau fotwm:\n"
"\n"
-" *\"Uwchraddio\" Mae'r gosodiad yn caniatáu 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"
+" *\" 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"
-" *\"Uwchraddio Pecynnau'n Unig\" Mae hwn yn ddewis newydd i ganiatáu\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"
+"Sylwer bod dau ddewis gwahanol i'w gael wedi clicio'r botwm:\n"
"\n"
-"Dylai'r uwchraddiad weithio gyda systemau Mandrake Linux yn cychwyn\n"
-"o rifyn \"8.1\" \n"
+" *\"Ail chwarae\". Gosodiad rhannol awtomatig gan bod y cam o greu rhaniad\n"
+"yn cael ei hepgor.\n"
"\n"
-"Gan ddibynnu ar eich gwybodaeth am GNH/Linux, dewiswch un o'r canlynol:\n"
+" *Awtomeiddio\".Gosodiad cwbl awtomatig: mae'r disg caled wedi ei\n"
+"ailysgrifennu'n llwyr, a'r holl ddata wedi ei golli.\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"
+"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"
-" *Arbenigwr: os oes gennych wybodaeth drylwyr am GNU/Linux, mae modd\n"
-"i chi ddewis y math yma o osodiad. Bydd hwn yn caniatáu 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."
+" *\"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:582
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\n"
+"At this point, you need to decide 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"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux system.\n"
"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, take your time.\n"
"\n"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
-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"
+"Depending on your hard drive configuration, several options are available:\n"
"\n"
-"Cliciwch ar fotwm \"Rhagor\" i dderbyn y rhestr lawn o fysellfyrddau sy'n "
-"cael eu\n"
-" cynnal.\n"
-" "
-
-#: ../../help.pm_.c:598
-msgid ""
-"The first step is to choose your preferred language.\n"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\n"
"\n"
-"Please choose your preferred language for installation and system usage.\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. You will then be asked to choose the mount points associated with\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and for the most part it's a good idea to keep them.\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 host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"section, click on the box corresponding to \"Spanish|Spain\".\n"
+" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\n"
+"\n"
+" Before choosing this option, please understand that after this\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store 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, because you will not be able to\n"
+"undo your choice after you confirm.\n"
+"\n"
+" !! If you choose this option, all data on your disk will be deleted. !!\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"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue.\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
msgstr ""
-"Dewiswch eich dewis iaith ar gyfer y gosod a'r defnydd o'r system\n"
+"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"
-"Bydd clicio ar y botwm \"Uwch\" yn caniatáu 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"
+"Gan bo effaith y broses rannu'n ddidroi n´l 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"
-"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:617
-msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it 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"
+"Os ydych yn rhedeg y gosodiad ym modd Arbenigwr, byddwch yn agor\n"
+"DiskDrake, rhaglen rhannu Mandrake Linux, sy'n caniatĦu i chi wneud m˘n\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"
-"If you wish to specify a different type of mouse, select the appropriate\n"
-"type from the provided list.\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"
-"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.\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"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
-msgstr ""
-"Drwy ragosodiad mae DrakX yn cymryd bod gennych lygoden dau fotwm\n"
-"a bydd yn ei osod i efelychu botwm tri. Bydd DrakX yn gwybod yn awtomatig\n"
-"p'un a'i yw'n lygoden PS/2, cyfresol neu USB.\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"
-" Os hoffech chi bennu math arall o lygoden, dewiswch y math priodol o'r "
-"rhestr.\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"
-"Os byddwch yn dewis llygoden ar wahân i'r rhagosodedig, byddwch yn gweld\n"
-"ffenestr profi'r llygoden. Defnyddiwch y botymau a'r olwyn i wneud yn siwr "
-"fod\n"
-"y gosodiadau'n gweithio. Os nad yw'r llygoden yn gweithio'n iawn pwyswch\n"
-"ar y bylchwr neu [Return] i \"Dileu\" a dewis eto.\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"
-"Weithiau ni fydd llygod olwyn yn cael eu canfod yn awtomatig. Bydd rhaid i "
-"chi\n"
-"eu dewis o'r rhestr. Gwnewch yn siwr eich bod yn dewis yr un sy'n cyfateb "
-"i'r porth\n"
-"mae wedi ei gysylltu iddo. Wedi i chi wasgu'r botwm \"Iawn\" bydd delwedd\n"
-"llygoden yn cael ei ddangos. Bydd angen i chi symud olwyn y llygoden iddo \n"
-"weithio'n gywir.Yna profwch fod pob botwm a symudiad yn gywir."
-
-#: ../../help.pm_.c:638
-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:642
-msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to be difficult to become \"root\".\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"
-"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"
+" * \"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"
-"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"
+" !! Os ydych yn dewis hwn, byddwch yn colli'r holl ddata ar eich disg. !!\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"
+" * \"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"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
+" !! Os ydych yn dewis hwn, byddwch yn colli'r holl ddata ar eich disg. !!\n"
"\n"
-"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your network administrator.\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:1
+#, fuzzy, c-format
+msgid ""
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-"If your computer is not connected to any administrated network, you will\n"
-"want to choose \"Local files\" for authentication."
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
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"
+"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"
-"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"
+" *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"
-"Yn y modd arbenigwr, bydd gofyn os fyddwch yn cysylltu â gwasanaethwr\n"
-"dilysu, megis NIS neu LDAPl\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"
-"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"
+"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:1
+#, c-format
+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:1
+#, c-format
+msgid ""
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Resolution\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."
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
+msgstr ""
-#: ../../help.pm_.c:678
+#: ../../help.pm:1
+#, c-format
msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\n"
+"Monitor\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"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+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 upon.\n"
"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\n"
"\n"
-"if in doubt, DrakX will display a dialog with various options.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
-" * \"Bootloader to use\": you have three choices:\n"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\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\n"
-"interface.\n"
+"Monitor\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"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\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 for the expert user."
-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"
+"Resolution\n"
"\n"
-" *os fydd yn canfod adran gychwyn grub neu LILO, bydd yn gosod un mwy\n"
-"diweddar yn ei le.\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\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"
+"Test\n"
"\n"
-" * \"LILO\" gyda dewislen raffigol\": os mae'n well gennych LILO gyda'i\n"
-"rhagwyneb graffigol.\n"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\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 caniatáu 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"
+"Options\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."
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
+msgstr ""
-#: ../../help.pm_.c:718
+#: ../../help.pm:1
+#, c-format
msgid ""
-"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"
+"Graphic Card\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.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\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!"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
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.\n"
-"\n"
-" 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:732
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
msgstr ""
-"Rhaid i chi ddangos lle rydych am osod yr 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)\"."
+"Mae gGNU/Linux yn rheoli amser drwy GMT (Greenwich Mean Time)\n"
+"a'idrosi i amser lleol yn ´l y parth amser rycych wedi ei ddewis.\n"
+"Mae'n bosib dad-ddewis hyn drwy dad-ddewis \"Cloc caledwedd wedi ei osod i "
+"GMT\"\n"
+"fel bod y cloc caledwedd yr un a chloc y system yr un peth. Mae hyn yn\n"
+"ddefnyddiol pan mae'r peiriant yn westai i system arall megis Windows.\n"
+"\n"
+"Bydd y dewis \"Cydamseriad amse awtomatig\" yn rheoli'r cloc yn awtomatig\n"
+"drwy gysylltu ˘ gwasanaethwr amser ar y Rhyngrwyd. Yn y rhestr sy'n cael ei\n"
+"gynnig dewiswch yr agosaf atoch. Rhaid i'ch cyswllt ˘'r we fod yn gweithio\n"
+"i hyn ddigwydd. Bydd yn gosod ar eich peiriant wasanaethwr amser fydd\n"
+"o ddewis yn medru cael ei ddefnyddio gan beiriannau eraill ar eich "
+"rhwydwaith."
-#: ../../help.pm_.c:739
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
+"This step is used to choose which services you wish to start at boot time.\n"
"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a 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 first 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"
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\n"
"\n"
-" * \"CUPS\" -- ``Common Unix Printing System'', is excellent at printing to\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"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 that 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 ""
-"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"
+"Mae modd i chi ddewis pa wasanaethau rydych am eu cychwyn\n"
+"wrth gychwyn eich cyfrifiadur.\n"
"\n"
-" *pdq\" - sy'n golygu \"print, don't queue\", Hwn yw'r dewis os oes gennych\n"
-"gysylltiad uniongyrchol â'ch argraffydd a'ch bod eisiau medru tynnu allan o "
-"waith\n"
-"argraffu pan mae'r papur wedi mynd yn sownd ac nad oes gennych "
-"argraffyddion\n"
-"wedi eu cysylltu drwy rwydwaith. Mae'n medru trin rhwydweithiau syml ac mae\n"
-"rhywfaint yn araf ar gyfer rhwydweithiau. Dewiswch \"pdq\" os mai dyma yw "
-"eich\n"
-"tro cyntaf yn GNU/Linux., mae modd i chi newid eich dewis ar ôl gosod drwy\n"
-" ddefnyddio PrinterDrake o Ganolfan Rheoli Mandrake a chlicio botwm "
-"arbenigwr\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"
-" *\"CUPS\" - \"Common Unix Printing System\". Mae hwn yn wych ar gyfer\n"
-"argraffu i argraffyddion lleol a hanner ffordd rownd y byd. Mae'n symlach, "
-"yn\n"
-"medru gweithredu fel gwasanaethwr neu cleient ar gyfer yr hen system \"lpd"
-"\"\n"
-"felly mae'n cydweddi â'r systemau sydd wedi mynd o'i flaen. Mae'n gallu "
-"gwneud\n"
-"nifer o driciau, ond mae bron mor syml i'w osod \"pdq\". Os ydych amgen "
-"hwn\n"
-"i efelychu gwasanaethwr \"lpd\", yna rhaid cychwyn daemon \"cups-lpd\".\n"
-"Mae ganddo wyneb graffigol ar gyfer argraffu neu ddewis dewisiadau "
-"argraffu.\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"
-" *\"lprNG\" - \"line printer daemon New Generation\" Mae'r system yma'n\n"
-"medru gwneud yn fras yr un pethau a'r lleill, ond mae'n medru argraffu i\n"
-"argraffyddion ar Novell Network, gan ei fod yn cynnal protocol IPX, ac\n"
-"mae'n medru argraffu 'n uniongyrchol i orchmynion cragen.. Os oes\n"
-"angen Novell neu argraffu i orchmynion heb luniad peipen ar wahân,\n"
-"defnyddiwch lprNG. Yn gyffredinol, mae CUPS yn well am ei fod yn syml\n"
-"ac yn well wrth weithio ar draws rhwydwaith."
+"!!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 fod 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:759
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\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 with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to return to the SCSI interface question.\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\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"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to manually provide options to the driver."
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
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\n"
-"SCSI'n cael ei ganfod bydd DrakX yn awtomatig yn gosod y gyrrwr priodol.\n"
+"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"
-"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"
+"Cysylltiadau posib: modem traddodiadol,modem IDSN, cyswllt ADSL,\n"
+"modem cable ac yn olaf cyswllt LAN syml (Ethernet).\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"
+"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"
-"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)."
+"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:781
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present 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"
-"For other OSes, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"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 during boot. !!\n"
+"\n"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\n"
+"\n"
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such 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"
-"For Linux, there are a few possible options:\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"
-" * Label: this is simply the name you will have to type at the yaboot\n"
-"prompt to select this boot option;\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"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\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"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
+"Mae'r eicon disg medal bychan ar waelod y rhestr yn caniatĦu 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 grĞwyd 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:1
+#, fuzzy, c-format
+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"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\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"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\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"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\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"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\n"
"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a filesystem check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\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"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working graphical desktop.\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"
+" * \"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"
-"Ar gyfer systemau gweithredu eraill, mae'r cofnod yn cynnwys label a'r "
-"rhaniad\n"
-" root yn unig\n"
+" * \"Truly minimal install\": will install the absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\n"
"\n"
-"Ar gyfer LInux, mae yna rhai dewisiadau:\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"
-" *Label:sef yr enw fyddwch yn ei deipio yn anogwr yaboot i ddewis y dewis\n"
-" cychwyn.\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"
-" *Image: hwn fydd enw'r cnewyllyn i'w gychwyn. Fel rheol, vimlinux neu\n"
-"amrywiad ohono gydag estyniad\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"
-" *Root: y ddyfais \"root\" neu \"/\" ar gyfer eich gosodiad Linux.\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"
-" *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"
+" * \"Man Gwaith\": os ydych yn bwriadu defnyddio eich peiriant fel man\n"
+"gwaith yna dewiswch un o'r grwpiau cyfatebol.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
+" * \"Datblygiadol\": os yw'r peiriant yn cael ei ddefnyddio i raglenni, "
+"dewiswch\n"
+" y grwpiau perthnasol\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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"
-" * 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"
+" * \"Amgylchedd Graffigol\": dyma'r lle i ddewis eich amgylchedd graffigol.\n"
+"Rhaid dewis o leiaf un er mwyn cael man gwaith graffigol!\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"
+"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"
-" * Read-write:fel rheol mae'r rhaniad \"root\" yn cael ei agor fel darllern "
-"yn unig, i\n"
-" ganiatáu gwiriad system ffeiliau cyn i'r system ddod yn \"fyw\". Yma mae "
-"modd\n"
-" diystyru'r dewis hwn.\n"
+" * \"Gyda X\" Gosod y nifer lleiaf o becynnau i gael penbwrdd graffigol\n"
+"i weithio.\n"
"\n"
-" * NoVideo: petai caledwedd Apple yn profi i fod yn peri anawsterau "
-"sylweddol,\n"
-" mae modd i chi ddewis cychwyn mewn modd \"novideo\", gyda chynhaliaeth\n"
-" ffrâm byffer cynhenid\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"
-" * 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."
+" * \"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:828
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD as required."
+msgstr ""
+"Mae gosodiad Mandrake Linux ar gael ar draws nifer o CD-ROMau. Mae DrakX\n"
+"yn gwybod os yw pecyn penodol wedi ei leoli ar CD-ROM arall a bydd yn bwrw\n"
+"allan y CD cyfredol a gofyn am y llall."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
-"Yaboot's main options are:\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\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"
+"\"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"
-" * 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"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt;\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+" * \"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 ""
-"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"
+"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 rhan fwyaf 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"
-"Prif ddewisiadau Yaboot yw:\n"
+"Mae \"Enw\" yn cael ei drefnu: \"math o ddisg caled\", rhif y disg caled\",\n"
+"\"rhif rhaniad\" (e.e, \"hda1\").\n"
"\n"
-" * Cychwyn Neges: neges testun syml sy'n cael ei ddangos cyn yr anogwr\n"
-" cychwyn\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"
-" * Cychwyn y Ddyfais: yn dangos lle rydych am osod yr wybodaeth "
-"angenrheidiol\n"
-"i gychwyn GNU/Linux. Yn gyffredinol, byddwch wedi creu rhaniad ymlwythwr yn\n"
-" gynt, i ddal yr wybodaeth.\n"
+"Mae \"Rhif Disg Caled\" yn llythyren ar ´l \"hd\" neu \"sd\". Ar gyfer\n"
+"disg caled IDE mae:\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"
+" * \"a\" yn golygu \"prif ddisg caled ar y rheolwr IDE cyntaf\",\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"
+" * \"b\" yn golygu \"disg caled gwas ar y rheolwr IDE cyntaf\",\n"
"\n"
-" * Galluogi Cychwyn o'r CD?: mae dewis hwn yn caniatáu i chi ddewis \"C\" "
-"am\n"
-"CD ar anogwr y cychwyn cyntaf.\n"
+" * \"c\" yn golygu \"prif ddisg caled ar yr ail reolwr IDE\",\n"
"\n"
-" * Galluogi Cychwyn OF?: mae dewis hwn yn caniatáu i chi ddewis |\"N\" am\n"
-" Open Firmware ar anogwr y cychwyn cyntaf.\n"
+" * \"d\" yn golygu \"disg caled gwas ar yr ail reolwr IDE\".\n"
"\n"
-" * System Weithredu Rhagosodedig: mae modd dewis pa system weithredu fydd\n"
-"yn cychwyn drwy ragosodiad pan ddaw'r Open Firmware i ben."
+"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:860
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may 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\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to 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. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
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 "
+"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"
-"cael ei ddangos yma. Nid oes modd creu newidiadau adeg y gosodiad.\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"
-" *\"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"
+"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"
-" *\"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."
+"Bydd clicio'r botwm \"Uwch\" yn caniatĦu i chi newid y \"gragen\" "
+"rhagosodedig\n"
+"ar gyfer y defnyddiwr hwnnw (bash yw'r rhagosodedig)."
-#: ../../help.pm_.c:891
+#: ../../help.pm:1
+#, fuzzy, c-format
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!"
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
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!"
+"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: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 stop 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 caled 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:1
+#, c-format
+msgid "You must also format %s"
+msgstr "Rhaid fformatio %s hefyd"
-#: ../../install2.pm_.c:111
+#: ../../install2.pm:1
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -4540,37 +3270,47 @@ msgid ""
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 (crëwch ddisg cychwyn meddal newydd)"
+"cychwyn yn cydweddu gyda'r cyfrwng Gosod (crĞwch ddisg cychwyn meddal newydd)"
-#: ../../install2.pm_.c:167
+#: ../../install_any.pm:1
#, c-format
-msgid "You must also format %s"
-msgstr "Rhaid fformatio %s hefyd"
+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 ""
+"Digwyddodd gwall - ni chanfyddwyd dyfeisiadau dilys i greu systemau ffeil "
+"arnynt. Gwiriwch eich caledwedd am ffynhonnell yr anhawster."
+
+#: ../../install_any.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "Error reading file %s"
+msgstr "Gwall wrth ddarllen ffeil %s"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm:1
#, 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"
+"To use this saved packages selection, boot installation with ``linux "
+"defcfg=floppy''"
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"
+"I ddefnyddio'r dewis o becynnau wedi eu cadw, cychwynnwch y gosodiad gyda "
+"``linux defcfg=floppy''"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "This floppy is not FAT formatted"
+msgstr "Nid yw 'r disg meddal hwn wedi ei fformatio i FAT"
+
+#: ../../install_any.pm:1
+#, 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:1
+#, c-format
+msgid "Can't use broadcast with no NIS domain"
+msgstr "Methu defnyddio darlledu heb barth NIS"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm:1
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4578,150 +3318,152 @@ msgid ""
"\n"
"Do you really want to remove these packages?\n"
msgstr ""
-"Bydd y pecynnau canlynol yn cael eu tynnu ganiatáu diweddaru eich system: %"
+"Bydd y pecynnau canlynol yn cael eu tynnu ganiatĦu diweddaru eich system: %"
"s\n"
"\n"
"\n"
"Ydych chi am dynnu'r pecynnau hyn?\n"
-#: ../../install_any.pm_.c:471
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Methu defnyddio darlledu heb barth NIS"
-
-#: ../../install_any.pm_.c:879
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
#, 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:883
-msgid "This floppy is not FAT formatted"
-msgstr "Nid yw 'r disg meddal hwn wedi ei fformatio i FAT"
-
-#: ../../install_any.pm_.c:895
-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''"
+msgid "No"
+msgstr "Na"
-#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
#, c-format
-msgid "Error reading file %s"
-msgstr "Gwall wrth ddarllen ffeil %s"
+msgid "Yes"
+msgstr "Iawn"
-#: ../../install_any.pm_.c:1040
+#: ../../install_any.pm:1
+#, c-format
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"
+"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 ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
+"\n"
+"\n"
+"Do you really want to install these servers?\n"
msgstr ""
-"Digwyddodd gwall - ni chanfyddwyd dyfeisiadau dilys i greu systemau ffeil "
-"arnynt. Gwiriwch eich caledwedd am ffynhonnell yr anhawster."
+"Rydych wedi dewis y gwasanaethwr(wyr) canlynol: %s\n"
+"\n"
+"\n"
+"Mae'r gwasanaethwyr canlynol yn cael eu cychwyn drwy ragosodiad. Does\n"
+"ganddynt unrhyw faterion diogelwch hysbys, ond mae'n bosibl i rai ddod i'r\n"
+"golwg. Os felly rhaid uwchraddio gynted ag y bo modd\n"
+"\n"
+"Ydych chi wir eisiau gosod y gwasanaethwyr hyn?\n"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_gtk.pm:1
#, 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"
+msgid "System configuration"
+msgstr "Ffurfweddiad y system"
-#: ../../install_interactive.pm_.c:56
-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"
-"Crëwch raniad (neu glicio ar un presennol)\n"
-"Yna dewiswch weithred \"Pwynt Gosod\" a'i osod i `/'"
+#: ../../install_gtk.pm:1
+#, c-format
+msgid "System installation"
+msgstr "Gosodiad system"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr "Rhaid cael rhaniad cyfnewid"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing down the network"
+msgstr "Cau'r rhwydwaith"
-#: ../../install_interactive.pm_.c:62
-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:1
+#, c-format
+msgid "Bringing up the network"
+msgstr "Cychwyn y rhwydwaith"
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-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:1
+#, c-format
+msgid "Partitioning failed: %s"
+msgstr "Methodd rhannu: %s"
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Defnyddiwch le gwag"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "The DrakX Partitioning wizard found the following solutions:"
+msgstr "Daeth dewin Rhannu DrakX o hyd i'r atebion canlynol:"
-#: ../../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:1
+#, c-format
+msgid "I can't find any room for installing"
+msgstr "Methu canfod lle ar gyfer gosod"
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partitions"
-msgstr "Defnyddiwch y rhaniadau cyfredol"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid ""
+"You can now partition %s.\n"
+"When you are done, don't forget to save using `w'"
+msgstr ""
+"Medrwch rannu %s\n"
+"Wedi gorffen, peidiwch anghofio cadw gyda 'w'"
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Nid oes rhaniad cyfredol i'w ddefnyddio"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use fdisk"
+msgstr "Defnyddiwch fdisk"
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Defnyddiwch raniad Windows ar gyfer cylch-ôl"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Custom disk partitioning"
+msgstr "Rhannu disg unigol"
-#: ../../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:1
+#, 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:114
-msgid "Choose the sizes"
-msgstr "Dewiswch y maint"
+#: ../../install_interactive.pm:1
+#, c-format
+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:115
-msgid "Root partition size in MB: "
-msgstr "Maint rhaniad gwraidd mewn MB :"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "Dileu'r ddisg gyfan"
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Maint rhaniad cyfnewid mewn MB: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "Tynnu Windows(TM)"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr "Defnyddiwch y lle gwag ar raniad Windows"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no FAT partition to resize (or not enough space left)"
+msgstr "Nid oes rhaniadau FAT i newid eu maint (neu nad oes digon o le ar ´l)"
-#: ../../install_interactive.pm_.c:129
-msgid "Which partition do you want to resize?"
-msgstr "Pa raniad ydych chi am newid ei faint?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "Methodd newid maint FAT: %s"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
msgstr "Mesur ffiniau system ffeilio Windows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, 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"
+msgid "Resizing"
+msgstr "Newid maint"
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr ""
-"Mae eich rhaniad Windows yn rhy ysgyriog, rhedwch \"defrag\" yn gyntaf o dan "
-"Windows ac yna ailgychwyn gosodi Mandrake Linux."
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "rhaniad %s"
+
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which size do you want to keep for Windows on"
+msgstr "Pa faint o le ydych am ei gadw ar gyfer Windows ar"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -4741,313 +3483,167 @@ msgstr ""
"gychwyn y gosodiad. Dylech hefyd wneud copi wrth gefn\n"
"o'ch data.Pan rydych yn siwr, cliciwch Iawn."
-#: ../../install_interactive.pm_.c:148
-msgid "Which size do you want to keep for Windows on"
-msgstr "Pa faint o le ydych am ei gadw ar gyfer Windows ar"
-
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm:1
#, c-format
-msgid "partition %s"
-msgstr "rhaniad %s"
-
-#: ../../install_interactive.pm_.c:156
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Methodd newid maint FAT: %s"
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition to resize or to use as loopback (or not enough "
-"space left)"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
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:177
-msgid "Erase entire disk"
-msgstr "Dileu'r ddisg gyfan"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr "Tynnu Windows(TM)"
-
-#: ../../install_interactive.pm_.c:180
-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?"
+"Mae eich rhaniad Windows yn rhy ysgyriog, rhedwch \"defrag\" yn gyntaf o dan "
+"Windows ac yna ailgychwyn gosodi Mandrake Linux."
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm:1
#, 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:191
-msgid "Custom disk partitioning"
-msgstr "Rhannu disg unigol"
+msgid "Computing the size of the Windows partition"
+msgstr "Cyfrifo maint rhaniad Windows"
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr "Defnyddiwch fdisk"
-
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
msgstr ""
-"Medrwch rannu %s\n"
-"Wedi gorffen, peidiwch anghofio cadw gyda 'w'"
-
-#: ../../install_interactive.pm_.c:227
-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:243
-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:"
+"Nid yw'r newidiwr maint FAT yn medru trin eich rhaniad.\n"
+"digwyddodd y gwall canlynol: %s"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Methodd rhannu: %s"
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr "Cychwyn y rhwydwaith"
-
-#: ../../install_interactive.pm_.c:265
-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."
+msgid "Which partition do you want to resize?"
+msgstr "Pa raniad ydych chi am newid ei faint?"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Pwynt gosod dyblyg %s"
+msgid "Use the free space on the Windows partition"
+msgstr "Defnyddiwch y lle gwag ar raniad Windows"
-#: ../../install_steps.pm_.c:380
-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"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
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"
+"Nid oes rhaniadau FAT i'w defnyddio fel cylch-´l (neu nad oes digon o le ar "
+"´l)"
-#: ../../install_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr "Croeso i %s"
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
-msgstr "Does dim gyrrwr disg meddal ar gael"
+msgid "Swap partition size in MB: "
+msgstr "Maint rhaniad cyfnewid mewn MB: "
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Cychwyn cam '%s\"\n"
-
-#: ../../install_steps_gtk.pm_.c:146
-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 ""
-"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:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr "Gosod Dosbarth"
-
-#: ../../install_steps_gtk.pm_.c:160
-msgid "Please choose one of the following classes of installation:"
-msgstr "Dewiswch un o'r dosbarthiadau canlynol o osodiad::"
-
-#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr "Dewis y Grwp Pecyn"
-
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr "Dewis pecynnau unigol."
+msgid "Root partition size in MB: "
+msgstr "Maint rhaniad gwraidd mewn MB :"
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Cyfanswm maint: %d/%d MB"
-
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr "Pecyn gwallus"
+msgid "Choose the sizes"
+msgstr "Dewiswch y maint"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr "Enw: %s\n"
+msgid "Which partition do you want to use for Linux4Win?"
+msgstr "Pa raniad hoffech chi ei ddefnyddio ar gyfer Linux4Win?"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "Fersiwn: %s\n"
+msgid "Use the Windows partition for loopback"
+msgstr "Defnyddiwch raniad Windows ar gyfer cylch-´l"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr "Maint: %d KB\n"
+msgid "There is no existing partition to use"
+msgstr "Nid oes rhaniad cyfredol i'w ddefnyddio"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr "Pwysigrwydd: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:360
-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:365
-msgid "The following packages are going to be installed"
-msgstr "Mae'r pecynnau canlynol i'w gosod"
-
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr "Bydd y pecynnau canlynol yn cael eu tynnu"
+msgid "Use existing partitions"
+msgstr "Defnyddiwch y rhaniadau cyfredol"
-#: ../../install_steps_gtk.pm_.c:378
-msgid "You can't select/unselect this package"
-msgstr "Does dim modd i chi ddewis/dad-ddewis y pecyn"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Not enough free space to allocate new partitions"
+msgstr "Nid oes digon o le i ddynodi rhaniadau newydd"
-#: ../../install_steps_gtk.pm_.c:390
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Mae hwn yn becyn hanfodol, does dim modd ei ddad-ddewis"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use free space"
+msgstr "Defnyddiwch le gwag"
-#: ../../install_steps_gtk.pm_.c:392
-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_interactive.pm:1 ../../install_steps.pm:1
+#, c-format
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "Rhaid bod gennych raniad FAT wedi ei osod yn /boot/efi"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
-"Rhaid i'r pecyn gael ei uwchraddio\n"
-"Ydych chi'n siwr eich bod am ei ddad-ddewis?"
-
-#: ../../install_steps_gtk.pm_.c:398
-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:403
-msgid "Show automatically selected packages"
-msgstr "Dangoswch y pecynnau dewis awtomatig"
-
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr "Gosodiad"
-
-#: ../../install_steps_gtk.pm_.c:407
-msgid "Load/Save on floppy"
-msgstr "LLwytho/Cadw ar ddisg meddal"
-
-#: ../../install_steps_gtk.pm_.c:408
-msgid "Updating package selection"
-msgstr "Diweddaru'r dewis pecynnau"
-
-#: ../../install_steps_gtk.pm_.c:413
-msgid "Minimal install"
-msgstr "Gosodiad lleiaf"
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr "Dewiswch y pecynnau hoffech chi eu gosod"
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr "Gosod"
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr "Amcangyfrif"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr "Amser yn weddill"
-
-#: ../../install_steps_gtk.pm_.c:469
-msgid "Please wait, preparing installation..."
-msgstr "Arhoswch, paratoi'r gosodiad"
+"Nid oes gennych raniad cyfnewid\n"
+"\n"
+"Parhau beth bynnag?"
-#: ../../install_steps_gtk.pm_.c:551
+#: ../../install_interactive.pm:1
#, c-format
-msgid "%d packages"
-msgstr "%d pecyn"
+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"
+"CrĞwch raniad (neu glicio ar un presennol)\n"
+"Yna dewiswch weithred \"Pwynt Gosod\" a'i osod i `/'"
-#: ../../install_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr "Gosod pecynnau %s"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "Derbyn"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
-msgstr "Gwrthod"
+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_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
+#: ../../install_messages.pm:1
#, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\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."
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\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 ""
-"Newidiwch eich CD-ROM\n"
+"Llongyfarchiadau, mae'r gosodiad wedi ei gwblhau.\n"
+"Tynnwch y cyfrwng cychwyn a gwasgu Return i ail gychwyn.\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:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr "Mynd yn ein blaen beth bynnag?"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
-msgstr "Roedd gwall wrth drefnu pecynnau"
+"\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"
+"%s\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_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr "Digwyddodd gwall wrth osod pecyn"
+#: ../../install_messages.pm:1
+#, fuzzy, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -5082,7 +3678,7 @@ msgstr ""
" Rhybudd\n"
"\n"
"Darllenwch yr amodau isod yn ofalus. Os ydych yn anghytuno gydag unrhyw\n"
-" ddarn, nid oes caniatâd i chi osod y cyfrwng CD nesaf. Pwyswch 'Gwrthod' i\n"
+" ddarn, nid oes caniat˘d 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"
@@ -5091,16 +3687,16 @@ msgstr ""
" trwyddedau penodol cyn defnyddio neu ddosbarthu'r cydrannau hynny.\n"
"\n"
"Mae'r trwyddedau hynny'n atal yn gyffredinol, drosglwyddiad, dyblygu (ar "
-"wahân i\n"
+"wah˘n 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"
+" defnydd ar rwydwaith. Os oes amheuaeth, cysylltwch yn uniongyrchol ˘\n"
"dosbarthwr neu olygydd y cydrannau hynny.\n"
-"Mae trosglwyddo i drydydd parti neu gopïo'r cydrannau hynny gan gynnwys y\n"
+"Mae trosglwyddo i drydydd parti neu gopŻo'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 "
@@ -5109,19 +3705,8 @@ msgstr ""
"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:112
-msgid "License agreement"
-msgstr "Cytundeb trwyddedu"
-
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -5249,7 +3834,7 @@ msgstr ""
"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 "
+"perthynas ˘'r system weithredu a chydrannau gwahanol dosbarthiad Mandrake "
"Linux.\n"
"\n"
"\n"
@@ -5257,18 +3842,18 @@ msgstr ""
"\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"
+"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 ganiatâd i "
+"Os ydych yn anghytuno ag unrhyw rhan o'r cytundeb, ni chewch ganiat˘d 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 "
+"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"
@@ -5279,10 +3864,10 @@ msgstr ""
"\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 caniatáu.\n"
+"heb ddim gwarant, hyd y mae'r gyfraith yn caniatĦu.\n"
"Ni fydd MandrakeSoft S.A. yn gyfrifol, o dan unrhyw amgylchiad, a chyhyd ag "
"y bydd y gyfraith yn\n"
-"caniatáu, am unrhyw iawn o gwbl, arbennig, damweiniol, uniongyrchol neu "
+"caniatĦu, 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"
@@ -5297,7 +3882,7 @@ msgstr ""
" GWAHARDDEDIG MEWN RHAI GWLEDYDD\n"
"\n"
"Ni fydd MandrakeSoft S.A. yn gyfrifol, o dan unrhyw amgylchiad, a chyhyd y "
-"bydd y gyfraith yn caniatáu,\n"
+"bydd y gyfraith yn caniatĦu,\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, "
@@ -5317,7 +3902,7 @@ msgstr ""
"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 caniatáu i chi "
+"drwyddedau cyffelyb.. Mae'r rhan fwyaf o'r trwyddedau'n caniatĦu i chi "
"ddefnyddio, dyblygu, addasu neu\n"
" ailddosbarthu'r cydrannau maent yn eu cynnwys. Darllenwch delerau ac amodau "
"trwydded pob cydran cyn\n"
@@ -5351,293 +3936,674 @@ msgstr ""
"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 â "
+"Barn, Paris - Ffrainc. Am unrhyw gwestiwn ynghylch yddogfen hon cysylltwch ˘ "
"MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
-msgstr "Ydych chi'n siwr eich bod am wrthod y drwydded?"
-
-#: ../../install_steps_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "Allweddell"
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "Cychwyn cam '%s\"\n"
-#: ../../install_steps_interactive.pm_.c:218
-msgid "Please choose your keyboard layout."
-msgstr "Dewiswch gynllun eich alweddell"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "Mynd yn ein blaen beth bynnag?"
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
-msgstr "Dyma restr lawn o'r allweddellau ar gael"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "Digwyddodd gwall wrth osod pecyn"
-#: ../../install_steps_interactive.pm_.c:237
-msgid "Which installation class do you want?"
-msgstr "Pa ddosbarth o osodiad ydych chi ei eisiau?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "Roedd gwall wrth drefnu pecynnau"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Install/Update"
-msgstr "Gosod/Diweddaru"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, 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_interactive.pm_.c:241
-msgid "Is this an install or an update?"
-msgstr "Ydi hwn yn osodiad neu diweddariad?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "Gwrthod"
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Recommended"
-msgstr "Argymhellwyd"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "Derbyn"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "Arbennigwr"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "Gosod pecynnau %s"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade"
-msgstr "Diweddaru"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d pecyn"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade packages only"
-msgstr "Diweddaru'r pecynnau'n unig"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "No details"
+msgstr "Manylion"
-#: ../../install_steps_interactive.pm_.c:282
-msgid "Please choose the type of your mouse."
-msgstr "Dewiswch math eich llygoden"
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "Manylion"
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr "Porth Llygoden"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Please wait, preparing installation..."
+msgstr "Arhoswch, paratoi'r gosodiad"
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-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_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "Amser yn weddill"
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
-msgstr "Efelychiad botymau"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "Amcangyfrif"
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
-msgstr "Efelychiad Botwm 2"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "Gosod"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
-msgstr "Efelychiad Botwm 3"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "Dewiswch y pecynnau hoffech chi eu gosod"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr "Ffurfweddu cardiau PCMCIA..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Minimal install"
+msgstr "Gosodiad lleiaf"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Updating package selection"
+msgstr "Diweddaru'r dewis pecynnau"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr "Ffurfweddu IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Load/Save on floppy"
+msgstr "LLwytho/Cadw ar ddisg meddal"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "<- Previous"
+msgstr "<- Cynt"
-#: ../../install_steps_interactive.pm_.c:345
-msgid "No partition available"
-msgstr "dim rhaniadau ar gael"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "Gosodiad"
-#: ../../install_steps_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
-msgstr "Sganio rhaniadau i ganfod pwyntiau gosod"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
+msgstr "Dangoswch y pecynnau dewis awtomatig"
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
-msgstr "Dewiswch y pwyntiau gosod"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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_interactive.pm_.c:386
+#: ../../install_steps_gtk.pm:1
+#, c-format
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"
+"This package must be upgraded.\n"
+"Are you sure you want to deselect it?"
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"
+"Rhaid i'r pecyn gael ei uwchraddio\n"
+"Ydych chi'n siwr eich bod am ei ddad-ddewis?"
-#: ../../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_gtk.pm:1
+#, c-format
+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_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Rhaniad Gwraidd"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Beth yw'r rhaniad gwraidd (/) ar eich system?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "Does dim modd i chi ddewis/dad-ddewis y pecyn"
-#: ../../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_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "Bydd y pecynnau canlynol yn cael eu tynnu"
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Dewiswch y rhaniadau rydych am eu fformatio"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be installed"
+msgstr "Mae'r pecynnau canlynol i'w gosod"
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Gwirio blociau gwallus?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr "Yn fformatio rhaniadau"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Pwysigrwydd: %s\n"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_gtk.pm:1
#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Creu a fformatio ffeil %s"
+msgid "Size: %d KB\n"
+msgstr "Maint: %d KB\n"
-#: ../../install_steps_interactive.pm_.c:470
+#: ../../install_steps_gtk.pm:1
#, c-format
-msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
-msgstr ""
-"Wedi methu gwirio system ffeiliau %s. Hoffech chi drwsio'r gwallau? (gofal, "
-"mae modd colli data)"
+msgid "Version: %s\n"
+msgstr "Fersiwn: %s\n"
-#: ../../install_steps_interactive.pm_.c:472
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr "Dim digon o le cyfnewid i gyflawni'r gosodiad, ychwanegwch rhagor"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Name: %s\n"
+msgstr "Enw: %s\n"
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Looking for available packages and rebuilding rpm database..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Bad package"
+msgstr "Pecyn gwallus"
+
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "Arall"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Cyfanswm maint: %d/%d MB"
+
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Next ->"
+msgstr "Nesaf ->"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Individual package selection"
+msgstr "Dewis pecynnau unigol."
+
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Help"
+msgstr "Cymorth"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package Group Selection"
+msgstr "Dewis y Grwp Pecyn"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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 ""
-"Chwilio am y pecynnau sydd ar gael ac yn ailadeiladu cronfa ddata rpm..."
+"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_interactive.pm_.c:480
-msgid "Looking for available packages..."
-msgstr "Chwilio am y pecynnau sydd ar gael"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save packages selection"
+msgstr "Cadw'r dewis becynnau"
-#: ../../install_steps_interactive.pm_.c:483
-msgid "Looking at packages already installed..."
-msgstr "Edrych arbecynnau wedieu gosod yn barod"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "Awtomeiddwyd"
-#: ../../install_steps_interactive.pm_.c:487
-msgid "Finding packages to upgrade..."
-msgstr "Canfod pecynnau i'w uwchraddio"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Replay"
+msgstr "Ail chwarae"
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
+"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 ""
-"Nid oes gan eich system ddigon o le ar ôl ar gyfer gosodiad neu uwchraddiad "
-"(%d> %d)"
+"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:1
+#, c-format
+msgid "Generate auto install floppy"
+msgstr "Creu disg meddal awto gosod"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Reboot"
+msgstr "Ailgychwyn"
-#: ../../install_steps_interactive.pm_.c:541
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
+"Some steps are not completed.\n"
+"\n"
+"Do you really want to quit now?"
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."
+"Nid yw rhai camau wedi eu cwblhau.\n"
+"\n"
+"Ydych chi wir eisiau gorffen?"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Load from floppy"
-msgstr "Llwytho o o ddisg meddal"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Creating auto install floppy..."
+msgstr "Creu disg meddal awto gosod"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr "Cadw ar ddisg meddal"
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
+#, c-format
+msgid "Insert a blank floppy in drive %s"
+msgstr "Rhowch ddisg meddal yng ngyrrwr %s"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Loading from floppy"
-msgstr "Llwytho o ddisg meddal"
+#: ../../install_steps_interactive.pm:1
+#, 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:547
-msgid "Package selection"
-msgstr "Dewis pecynnau"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installation of bootloader failed. The following error occured:"
+msgstr "Methodd gosod llwythwr cychwyn. Digwyddodd y gwall canlynol:"
-#: ../../install_steps_interactive.pm_.c:552
-msgid "Insert a floppy containing package selection"
-msgstr "Rhowch ddisg meddal yn cynnwys dewis pecynnau yn y peiriant"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing bootloader"
+msgstr "Gosod llwythwr cychwyn"
-#: ../../install_steps_interactive.pm_.c:634
-msgid "Selected size is larger than available space"
-msgstr "Mae'r maint ddewiswyd yn fwy na'r lle ar gael"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:649
-msgid "Type of install"
-msgstr "Math o osodiad"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "Ydych chi eisiau defnyddio aboot?"
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
+"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 or some other means to boot your machine"
msgstr ""
-"Nid ydych wedi dewis unrhyw grwpiau o becynnau.\n"
-"Dewiswch y gosodiad lleiaf rydych ei eisiau"
+"Mae'n ymddangos fod gennychbeiriant OldWorld\n"
+"neu Anhysbys ac ni fydd cychwynydd 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:653
-msgid "With X"
-msgstr "Gyda X"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing bootloader..."
+msgstr "Paratoi llwythwr cychwyn"
-#: ../../install_steps_interactive.pm_.c:655
-msgid "With basic documentation (recommended!)"
-msgstr "Gyda dogfennaethelfennol (argymhellir!)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin Password"
+msgstr "Cyfrinair Gweinyddol y Parth"
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Gosodiad bychan iawn (yn arbennig dim urpmi)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin User Name"
+msgstr "Enw Defnyddiwr Gweinyddiaeth Parth"
-#: ../../install_steps_interactive.pm_.c:741
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Windows Domain"
+msgstr "Parth Windows"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication Windows Domain"
+msgstr "Dilysu Parth Windows"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
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."
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
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."
+"I hyn weithio gyda 2WK PDC, bydd angen i chi gael y gweinyddwr i redeg C:"
+"\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /add ac "
+"ailgychwyn y gwasanaethwr.Bydd angen hefyd yr enw defnyddiwr/cyfrinair "
+"Gweinyddiaeth Parth i uno'r peiriant ˘'r parth Windows(NM).\n"
+"Os nad yw'r rhwydwaith wedi ei alluogi eto, bydd DrakX yn ceisio ymuno ˘'r "
+"parth ar ol y cam o gychwyn y rhwydwaith.\n"
+"Os bydd y cam hwn yn methu am ryw reswm ac nid yw dilysiad yn gweithio, "
+"rhedwch 'smbpasswd -j DOMAIN -U USER%%PASSWORD' gan ddefnyddio eich Parth "
+"Windows(NM), a'ch Enw Defnyddiwr Gweinyddol/Cyfrinair ar ´l cychwyn eich "
+"system.\n"
+"Bydd y gorchymyn 'wbinfo -t' yn gwirio a yw eich cyfrinachau dilysu'n addas."
-#: ../../install_steps_interactive.pm_.c:746
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom wedi ei labelu \"%s\""
+msgid "NIS Server"
+msgstr "Gwasanaethwr NIS"
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr "Paratoi'r gosodiad"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "Parth NIS"
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
-msgstr ""
-"Gosod pecyn %s\n"
-"%d%%"
+msgid "Authentication NIS"
+msgstr "Dilysu LDAP"
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr "Ffurfweddiad ôl osod"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS"
+msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Mewnosodwch y disg meddal Cychwyn ddefnyddiwyd yn gyrrwr %s"
+msgid "LDAP Server"
+msgstr "Gwasanaethwr LDAP"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Rhowch y disg meddal Diweddaru Modiwlau yng ngyrrwr %s"
+msgid "LDAP Base dn"
+msgstr "Sail dn LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication LDAP"
+msgstr "Dilysu LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr "LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Local files"
+msgstr "Ffeiliau lleol"
+
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "Dilysu"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it 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:1
+#, c-format
+msgid "No password"
+msgstr "Dim cyfrinair"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Set root password"
+msgstr "Gosod cyfrinair gwraidd"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You have not configured X. Are you sure you really want this?"
+msgstr "Nid ydych wedi ffurfweddu X. Ydych chi'n siwr eich bod am wneud hyn?"
+
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services: %d activated for %d registered"
+msgstr "Gwasanaethau: %d wedi eu cychwyn ar gyfer %d wedi eu cofrestri"
+
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services"
+msgstr "Gwasanaethau"
+
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "System"
+msgstr "System"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Bootloader"
+msgstr "Cychwynydd ar waith"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Boot"
+msgstr "Gwraidd"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "disabled"
+msgstr "dymunol"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "activated"
+msgstr "cychwyn nawr"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Firewall"
+msgstr "Mur Gwarchod/Llwybrydd"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Security"
+msgstr "Diogelwch"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Security Level"
+msgstr "Lefel diogelwch:"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "not configured"
+msgstr "heb ffurfweddu"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Network"
+msgstr "Rhwydwaith"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Network & Internet"
+msgstr "Rhyngwyneb rhwydwaith"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Graphical interface"
+msgstr "Rhyngwyneb graffigol"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Hardware"
+msgstr "HardDrake"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "TV card"
+msgstr "Cerdyn Teledu"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr "Heb ganfod cerdyn sain. Ceisiwch \"harddrake\" wedi'r gosodiad"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:861
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you have an ISA sound card?"
+msgstr "A oes gennych gerdyn sain ISA?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Sound card"
+msgstr "Cerdyn sain"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "Gwasanaethwr CUPS pell"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No printer"
+msgstr "Nid oes argraffydd"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer"
+msgstr "Argraffydd"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, c-format
+msgid "Mouse"
+msgstr "Llygoden"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Timezone"
+msgstr "Cylchfa amser"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "Allweddell"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr "Crynodeb"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NTP Server"
+msgstr "Gweinydd NTP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
+msgstr "Cydweddi amser awtomatig (defnyddio NTP)"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware clock set to GMT"
+msgstr "Cloc caledwedd wedi ei osod i GMT"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "Pa un yw eich parth amser?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "Dewiswch ddrych lle mae modd estyn y pecynnau"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1
+#, c-format
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
-"have been released after the distribution was released. They may\n"
+"have been updated 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"
@@ -5646,3176 +4612,7172 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
"Mae'n bosibl i chi llwytho i lawr y pecynnau diweddaraf sydd wedi eu\n"
-"ryddhau ers i'r dosbarthiad fod ar gael.\n"
+"ryddhau ers i'r dosbarthiad fod ar gael.Efallai bod bod gwallau amaterion "
+"diogelwch wedi eu cywiro\n"
"\n"
-"Medrwch gael atgyweiriadau diogelwch a gwallau ond mae'n rhaid i\n"
-"chi fod wedi cysyllu â'r Rhyngrwyd i barhau.\n"
+"I lwytho'r pecynnau i lawr, bydd angen cyswllt gweithredol\n"
+"˘'r Rhyngrwyd.\n"
"\n"
"Ydych chi am osod y diweddariadau?"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm:1
+#, 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:1
+#, 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:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "Ffurfweddiad ´l osod"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
+"Installing package %s\n"
+"%d%%"
msgstr ""
-"Cysylltu â'safle Mandrake Linux i estyn rhestr o'r drychau sydd ar gael"
+"Gosod pecyn %s\n"
+"%d%%"
-#: ../../install_steps_interactive.pm_.c:881
-msgid "Choose a mirror from which to get the packages"
-msgstr "Dewiswch ddrych lle mae modd estyn y pecynnau"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "Paratoi'r gosodiad"
-#: ../../install_steps_interactive.pm_.c:890
-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:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "Cd-Rom wedi ei labelu \"%s\""
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr "Pa un yw eich parth amser?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:923
-msgid "Hardware clock set to GMT"
-msgstr "Cloc caledwedd wedi ei osod i GMT"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Truly minimal install (especially no urpmi)"
+msgstr "Gosodiad bychan iawn (yn arbennig dim urpmi)"
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Cydweddi amser awtomatig (defnyddio NTP)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
+msgstr "Gyda dogfennaethelfennol (argymhellir!)"
-#: ../../install_steps_interactive.pm_.c:931
-msgid "NTP Server"
-msgstr "Gweinydd NTP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With X"
+msgstr "Gyda X"
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr "Gwasanaethwr CUPS pell"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:966
-msgid "No printer"
-msgstr "Nid oes argraffydd"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Type of install"
+msgstr "Math o osodiad"
-#: ../../install_steps_interactive.pm_.c:982
-msgid "Do you have an ISA sound card?"
-msgstr "A oes gennych gerdyn sain ISA?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:984
-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:1
+#, c-format
+msgid "Insert a floppy containing package selection"
+msgstr "Rhowch ddisg meddal yn cynnwys dewis pecynnau yn y peiriant"
-#: ../../install_steps_interactive.pm_.c:986
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr "Heb ganfod cerdyn sain. Ceisiwch \"harddrake\" wedi'r gosodiad"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Loading from floppy"
+msgstr "Llwytho o ddisg meddal"
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Crynodeb"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package selection"
+msgstr "Dewis pecynnau"
-#: ../../install_steps_interactive.pm_.c:994
-msgid "Mouse"
-msgstr "Llygoden"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "Cadw ar ddisg meddal"
-#: ../../install_steps_interactive.pm_.c:996
-msgid "Timezone"
-msgstr "Cylchfa amser"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Load from floppy"
+msgstr "Llwytho o o ddisg meddal"
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
-msgid "Printer"
-msgstr "Argraffydd"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:999
-msgid "ISDN card"
-msgstr "Cerdyn ISDN"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Your system does not have 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:1003
-#: ../../install_steps_interactive.pm_.c:1009
-msgid "Sound card"
-msgstr "Cerdyn sain"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "Canfod pecynnau i'w uwchraddio"
-#: ../../install_steps_interactive.pm_.c:1012
-msgid "TV card"
-msgstr "Cerdyn Teledu"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking at packages already installed..."
+msgstr "Edrych arbecynnau wedieu gosod yn barod"
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
-msgstr "LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages..."
+msgstr "Chwilio am y pecynnau sydd ar gael"
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-msgid "NIS"
-msgstr "NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr ""
+"Chwilio am y pecynnau sydd ar gael ac yn ailadeiladu cronfa ddata rpm..."
-#: ../../install_steps_interactive.pm_.c:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "Windows Domain"
-msgstr "Parth Windows"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
+msgstr "Dim digon o le cyfnewid i gyflawni'r gosodiad, ychwanegwch rhagor"
-#: ../../install_steps_interactive.pm_.c:1058
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Local files"
-msgstr "Ffeiliau lleol"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
+msgstr ""
+"Wedi methu gwirio system ffeiliau %s. Hoffech chi drwsio'r gwallau? (gofal, "
+"mae modd colli data)"
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Gosod cyfrinair gwraidd"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Check bad blocks?"
+msgstr "Gwirio blociau gwallus?"
-#: ../../install_steps_interactive.pm_.c:1069
-msgid "No password"
-msgstr "Dim cyfrinair"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "Dewiswch y rhaniadau rydych am eu fformatio"
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
-msgstr "Mae'r cyfrinair yn rhy syml ( rhaid iddo fod o leiaf %d nod o hyd)"
+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:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "Dilysu"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1088
-msgid "Authentication LDAP"
-msgstr "Dilysu LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "Dewiswch y pwyntiau gosod"
-#: ../../install_steps_interactive.pm_.c:1089
-msgid "LDAP Base dn"
-msgstr "Sail dn LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Scanning partitions to find mount points"
+msgstr "Sganio rhaniadau i ganfod pwyntiau gosod"
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "LDAP Server"
-msgstr "Gwasanaethwr LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No partition available"
+msgstr "dim rhaniadau ar gael"
-#: ../../install_steps_interactive.pm_.c:1096
-msgid "Authentication NIS"
-msgstr "Dilysu LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring IDE"
+msgstr "Ffurfweddu IDE"
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "Parth NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr "Gwasanaethwr NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "Ffurfweddu cardiau PCMCIA..."
-#: ../../install_steps_interactive.pm_.c:1104
-msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
-msgstr ""
-"I hyn weithio gyda 2WK PDC, bydd angen i chi gael y gweinyddwr i redeg C:"
-"\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /add ac "
-"ailgychwyn y gwasanaethwr.Bydd angen hefyd yr enw defnyddiwr/cyfrinair "
-"Gweinyddiaeth Parth i uno'r peiriant â'r parth Windows(NM).\n"
-"Os nad yw'r rhwydwaith wedi ei alluogi eto, bydd DrakX yn ceisio ymuno â'r "
-"parth ar ol y cam o gychwyn y rhwydwaith.\n"
-"Os bydd y cam hwn yn methu am ryw reswm ac nid yw dilysiad yn gweithio, "
-"rhedwch 'smbpasswd -j DOMAIN -U USER%PASSWORD' gan ddefnyddio eich Parth "
-"Windows(NM), a'ch Enw Defnyddiwr Gweinyddol/Cyfrinair ar ôl cychwyn eich "
-"system.\n"
-"Bydd y gorchymyn 'wbinfo -t' yn gwirio a yw eich cyfrinachau dilysu'n addas."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "PCMCIA"
+msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:1106
-msgid "Authentication Windows Domain"
-msgstr "Dilysu Parth Windows"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
+msgstr "Efelychiad Botwm 3"
-#: ../../install_steps_interactive.pm_.c:1108
-msgid "Domain Admin User Name"
-msgstr "Enw Defnyddiwr Gweinyddiaeth Parth"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 2 Emulation"
+msgstr "Efelychiad Botwm 2"
-#: ../../install_steps_interactive.pm_.c:1109
-msgid "Domain Admin Password"
-msgstr "Cyfrinair Gweinyddol y Parth"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
+msgstr "Efelychiad botymau"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose which serial port your mouse is connected to."
+msgstr "Dewiswch ba borth cyfresol mae eich llygoden wedi cysylltu iddi"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
+msgstr "Porth Llygoden"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your type of mouse."
+msgstr "Dewiswch math eich llygoden"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade"
+msgstr "Diweddaru"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade %s"
+msgstr "Diweddaru %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "Gosodiad neu diweddariad?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Install/Upgrade"
+msgstr "Gosod/Diweddaru"
-#: ../../install_steps_interactive.pm_.c:1144
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
+msgstr "Dyma restr lawn o'r allweddellau ar gael"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your keyboard layout."
+msgstr "Dewiswch gynllun eich alweddell"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "Cytundeb trwyddedu"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "default:LTR"
+msgstr "rhagosodedig"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "An error occurred"
+msgstr "Digwyddodd gwall"
+
+#: ../../install_steps_newt.pm:1
+#, 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"
-"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\"."
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
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\"."
+" <Tab>/<Alt-Tab> rhwng elfennau | <Space> yn dewis | <F12> y sgrin nesaf "
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "First floppy drive"
-msgstr "Gyrrwr disg meddal cyntaf"
+#: ../../install_steps_newt.pm:1
+#, c-format
+msgid "Mandrake Linux Installation %s"
+msgstr "Gosodiad %s Mandraks Linux"
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "Ail ddisg meddal"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "Does dim gyrrwr disg meddal ar gael"
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "Hepgor"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "Croeso i %s"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps.pm:1
#, 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"
+"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 ""
-"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"
+"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:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "Pwynt gosod dyblyg %s"
-#: ../../install_steps_interactive.pm_.c:1173
+#: ../../install_steps.pm:1
+#, c-format
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)."
+"An error occurred, but I don't know how to handle it nicely.\n"
+"Continue at your own risk."
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)."
+"Digwyddodd gwall ond wn i ddim sut i ddelio ag ef yn dwt.\n"
+"Mae'n beryglus i barhau."
-#: ../../install_steps_interactive.pm_.c:1181
-msgid "Sorry, no floppy drive available"
-msgstr "Nid oes gyrrwr disg meddal ar gael"
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Please wait"
+msgstr "Arhoswch"
-#: ../../install_steps_interactive.pm_.c:1185
-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"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "Iawn"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Rhowch ddisg meddal yn %s"
+msgid "Finish"
+msgstr "Gorffen"
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr "Creu disg cychwyn"
+#: ../../interactive.pm:1 ../../standalone/draksec:1
+#, c-format
+msgid "Basic"
+msgstr "Elfennol"
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr "Paratoi llwythwr cychwyn"
+#: ../../interactive.pm:1
+#, c-format
+msgid "Advanced"
+msgstr "Uwch"
+
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Remove"
+msgstr "Tynnu"
+
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Modify"
+msgstr "Newid"
+
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Add"
+msgstr "Ychwanegu"
+
+#: ../../interactive.pm:1
+#, c-format
+msgid "Choose a file"
+msgstr "Dewis ffeil"
-#: ../../install_steps_interactive.pm_.c:1210
+#: ../../keyboard.pm:1
+#, c-format
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"
+"Here you can choose the key or key combination that will \n"
+"allow switching between the different keyboard layouts\n"
+"(eg: latin and non latin)"
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."
+"Yma medrwch ddewis yr allwedd neu gyfuniad allwedd fydd yn\n"
+"caniatĦu newid rhwng bysellfyrddau gwahanol (e.e.: lladin neu\n"
+"arall)"
-#: ../../install_steps_interactive.pm_.c:1216
-msgid "Do you want to use aboot?"
-msgstr "Ydych chi eisiau defnyddio aboot?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right \"Windows\" key"
+msgstr "Bysell \"Windows\" de"
-#: ../../install_steps_interactive.pm_.c:1219
-msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Left \"Windows\" key"
+msgstr "Bysell \"Windows\" chwith"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "\"Menu\" key"
+msgstr "Bysell \"Dewislen\""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Alt and Shift keys simultaneously"
+msgstr "Bysellau Alt a Shift gyda'i gilydd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ctrl and Alt keys simultaneously"
+msgstr "Bysellau Ctrl ac Alt gyda'i gilydd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "CapsLock key"
+msgstr "Bysell CapsLock"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Control and Shift keys simultaneously"
+msgstr "Bysellau Control a Shift gyda'i gilydd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Both Shift keys simultaneously"
+msgstr "Y ddwy fysell Shift gyda'i gilydd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right Alt key"
+msgstr "Bysell Alt dde"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Yugoslavian (latin)"
+msgstr "Iwgoslafaidd (lladin)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "FietnamĞaidd \"rhes rhifol\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard (international)"
+msgstr "Bysellfwrdd UDA (rhyngwladol)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard"
+msgstr "Bysellfwrdd UDA"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "UK keyboard"
+msgstr "Bysellfwrdd DG"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "Wcranaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr "Twrcaidd (model modern \"Q\")"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "Twrcaidd (model traddodiadol \"F\")"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tajik keyboard"
+msgstr "Bysellfwrdd Tajig"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Thai keyboard"
+msgstr "Bysellfwrdd Thai"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "Tamil (cynllun teipiadur)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (ISCII-layout)"
+msgstr "Tamil (cynllun TSCII)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Serbian (cyrillic)"
+msgstr "Serbaidd (cyrilig)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTY)"
+msgstr "Slovacaidd (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTZ)"
+msgstr "Slofacaidd (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovenian"
+msgstr "Slfenaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swedish"
+msgstr "Swedaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian (Yawerty)"
+msgstr "Rwsiaidd (Yawerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "Rwsiaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwerty)"
+msgstr "Romanaidd (qwerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwertz)"
+msgstr "Romanaidd (qwertz)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Canadian (Quebec)"
+msgstr "Canada (Quebec)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "Portiwgalaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwertz layout)"
+msgstr "Pwylaidd (gosodiad qwerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "Pwylaidd (gosodiad qwerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Norwegian"
+msgstr "Norwyaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "Isalmaenaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
+msgstr "Malteg (UDA)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (UK)"
+msgstr "Malteg (DU)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Mongolian (cyrillic)"
+msgstr "Mongoleg (cyrillic)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Myanmar (Burmese)"
+msgstr "Myanmar (Burma)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Macedonian"
+msgstr "Macedonaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Malayalam"
+msgstr "Malayalam"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latvian"
+msgstr "Latfiaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "Lithuenaidd \"ffonetig\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "Lithuenaidd \"rhes rhif\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (new)"
+msgstr "Lithuenaidd AZERTY (newydd)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "Lithuenaidd AZERTY (hen)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Laotian"
+msgstr "Latfieg"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latin American"
+msgstr "Lladin America"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Korean keyboard"
+msgstr "Bysellfwrdd Coreaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Japanese 106 keys"
+msgstr "SiapaĞaidd 106 bysell"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Inuktitut"
+msgstr "Inuktitut"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Italian"
+msgstr "Eidalaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Icelandic"
+msgstr "Eislandaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "Iranaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "Israelaidd (Ffonetig)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli"
+msgstr "Israelaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Croatian"
+msgstr "Croataidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "Hwngaraidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
+msgstr "Gurmukhi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gujarati"
+msgstr "Gujarati"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Greek"
+msgstr "Groegaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "Georgaidd (gosodiad \"Lladinaidd\")"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "Georgaidd (gosodiad \"Rwsiaidd\")"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "French"
+msgstr "Ffrengig"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Finnish"
+msgstr "Ffinaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Spanish"
+msgstr "Spaenaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Estonian"
+msgstr "Estonaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (Swedaidd)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Dvorak (Norwyaidd)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Dvorak (UDA)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "Danaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
+msgstr "Devanagari"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "Almaenaidd (dim bysellau marw)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "Almaeneg"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTY)"
+msgstr "Tsiec (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTZ)"
+msgstr "Tsiec (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "Swisaidd (gosodiad Ffrengig)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "Swisaidd (gosodiad Almaenig)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "Belarusaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bosnian"
+msgstr "Bosnieg"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "Brasilaidd (ABNT-2)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (BDS)"
+msgstr "Bwlgaraidd (BDS)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (phonetic)"
+msgstr "Bwlgaraidd (ffonetig)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bengali"
+msgstr "Bengali"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belgian"
+msgstr "Belgaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "Azerbaidjan (lladin)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
+msgstr "Armenaidd (ffonetig)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "Armenaidd (teipiadur)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (old)"
+msgstr "Armenaidd (hen)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Albanian"
+msgstr "Albaniaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish"
+msgstr "Pwylaidd"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Dvorak"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Zimbabwe"
+msgstr "efallai"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
msgstr ""
-"Gwall gosod aboot, \n"
-"ceisiwch orfodi gosodiad hyd yn oed os yw hynny'n dinistrio'r rhaniad cyntaf?"
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Installing bootloader"
-msgstr "Gosod llwythwr cychwyn"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
+msgstr "De Affrica"
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Methodd gosod llwythwr cychwyn. Digwyddodd y gwall canlynol:"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Serbia"
+msgstr "cyfresol"
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../lang.pm:1
#, 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."
+msgid "Mayotte"
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:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../lang.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Rhowch ddisg meddal yng ngyrrwr %s"
+msgid "Yemen"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1278
-msgid "Creating auto install floppy..."
-msgstr "Creu disg meddal awto gosod"
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1289
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
+#: ../../lang.pm:1
+#, c-format
+msgid "Wallis and Futuna"
msgstr ""
-"Nid yw rhai camau wedi eu cwblhau.\n"
-"\n"
-"Ydych chi wir eisiau gorffen?"
-#: ../../install_steps_interactive.pm_.c:1300
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vanuatu"
+msgstr "llaw"
+
+#: ../../lang.pm:1
#, c-format
-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"
-"%s\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
+msgid "Vietnam"
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"
-"%s\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:1313
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr "http://www.mandrakelinux.com/en/90errata.php3"
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1318
-msgid "Generate auto install floppy"
-msgstr "Creu disg meddal awto gosod"
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (British)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1320
-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"
+#: ../../lang.pm:1
+#, c-format
+msgid "Venezuela"
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:1325
-msgid "Automated"
-msgstr "Awtomeiddwyd"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Replay"
-msgstr "Ail chwarae"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vatican"
+msgstr "Latfiaidd"
-#: ../../install_steps_interactive.pm_.c:1328
-msgid "Save packages selection"
-msgstr "Cadw'r dewis becynnau"
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
+msgstr ""
-#: ../../install_steps_newt.pm_.c:20
+#: ../../lang.pm:1
#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Gosodiad %s Mandraks Linux"
+msgid "Uruguay"
+msgstr ""
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
msgstr ""
-" <Tab>/<Alt-Tab> rhwng elfennau | <Space> yn dewis | <F12> y sgrin nesaf "
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu ar goll"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Uganda"
+msgstr "Diweddaru"
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "consolehelper ar goll"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Ukraine"
+msgstr "Wcranaidd"
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Dewis ffeil"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
+msgstr ""
-#: ../../interactive.pm_.c:318
-msgid "Advanced"
-msgstr "Uwch"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Taiwan"
+msgstr "Latfiaidd"
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
-msgid "Basic"
-msgstr "Elfennol"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tuvalu"
+msgstr ""
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
-msgstr "<- Cynt"
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
+msgstr ""
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-msgid "Next"
-msgstr "Nesaf"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkey"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr "Dewis gwael, ceisiwch eto\n"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../lang.pm:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Eich dewis? (rhagosodedig %s)"
+msgid "Tunisia"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:54
+#: ../../lang.pm:1
#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
+msgid "Turkmenistan"
msgstr ""
-"Gwybodaeth i'w gyflawyno:\n"
-"%s"
-#: ../../interactive/stdio.pm_.c:70
+#: ../../lang.pm:1
#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Eich dewis? (0/1, rhagosodedig %s)"
+msgid "East Timor"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:95
+#: ../../lang.pm:1
#, c-format
-msgid "Button `%s': %s"
-msgstr "Botwm '%s'.%s"
+msgid "Tokelau"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:96
-msgid "Do you want to click on this button?"
-msgstr "Ydych chi eisiau clicio ar y botwm hwn?"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
-msgstr "rhowch'gwag' am gofnod gwag"
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:105
+#: ../../lang.pm:1
#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Eich dewis? (rhagosodedig `%s'%s) "
+msgid "Togo"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:123
+#: ../../lang.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Mae yna lawer i ddewis o (%s).\n"
+msgid "French Southern Territories"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:126
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
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:139
+#: ../../lang.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
+msgid "Turks and Caicos Islands"
msgstr ""
-"=>Hysbysiad, mae label wedi newid:\n"
-"%s"
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
-msgstr "Ail-gyflwyno"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Swaziland"
+msgstr "Zeland Newydd"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
-msgid "Czech (QWERTZ)"
-msgstr "Tsiec (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Syria"
+msgstr ""
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "Almaeneg"
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr ""
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Dvorak"
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr ""
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
-msgid "Spanish"
-msgstr "Spaenaidd"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Suriname"
+msgstr "Rhannu enw"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
-msgid "Finnish"
-msgstr "Ffinaidd"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Somalia"
+msgstr "Parth"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
-msgid "French"
-msgstr "Ffrengig"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Senegal"
+msgstr "Bengali"
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
-msgid "Norwegian"
-msgstr "Norwyaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr ""
-#: ../../keyboard.pm_.c:160
-msgid "Polish"
-msgstr "Pwylaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr ""
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Slovakia"
+msgstr "Slfenaidd"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Slovenia"
+msgstr "Slfenaidd"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Saint Helena"
+msgstr "Arhoswch"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Sudan"
+msgstr "SunOS"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Seychelles"
+msgstr "Cragen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Russia"
msgstr "Rwsiaidd"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
-msgid "Swedish"
-msgstr "Swedaidd"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Romania"
+msgstr "Parth"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "Bysellfwrdd DG"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Reunion"
+msgstr "Cydraniad"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "Bysellfwrdd UDA"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Qatar"
+msgstr "Cychwyn"
-#: ../../keyboard.pm_.c:167
-msgid "Albanian"
-msgstr "Albaniaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
+msgstr ""
-#: ../../keyboard.pm_.c:168
-msgid "Armenian (old)"
-msgstr "Armenaidd (hen)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr ""
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "Armenaidd (teipiadur)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Portugal"
+msgstr "Porth"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
-msgstr "Armenaidd (ffonetig)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Palestine"
+msgstr "Dewis llwybr"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidjan (lladin)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Puerto Rico"
+msgstr "Protocol"
-#: ../../keyboard.pm_.c:177
-msgid "Belgian"
-msgstr "Belgaidd"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Pitcairn"
+msgstr "Argraffu"
-#: ../../keyboard.pm_.c:178
-msgid "Bengali"
-msgstr "Bengali"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
+msgstr ""
-#: ../../keyboard.pm_.c:179
-msgid "Bulgarian (phonetic)"
-msgstr "Bwlgaraidd (ffonetig)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Poland"
+msgstr "Iwerddon"
-#: ../../keyboard.pm_.c:180
-msgid "Bulgarian (BDS)"
-msgstr "Bwlgaraidd (BDS)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr ""
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasilaidd (ABNT-2)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
+msgstr ""
-#: ../../keyboard.pm_.c:184
-msgid "Bosnian"
-msgstr "Bosnieg"
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr ""
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "Belarusaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr ""
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "Swisaidd (gosodiad Almaenig)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr ""
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "Swisaidd (gosodiad Ffrengig)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr ""
-#: ../../keyboard.pm_.c:189
-msgid "Czech (QWERTY)"
-msgstr "Tsiec (QWERTY)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Oman"
+msgstr "llaw"
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr "Almaenaidd (dim bysellau marw)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "New Zealand"
+msgstr "Zeland Newydd"
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
-msgstr "Devanagari"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Niue"
+msgstr "Nodyn"
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "Danaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
+msgstr ""
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Dvorak (UDA)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr ""
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norwyaidd)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr ""
-#: ../../keyboard.pm_.c:196
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Swedaidd)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Nigeria"
+msgstr "cyfresol"
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "Estonaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr ""
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgaidd (gosodiad \"Rwsiaidd\")"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Niger"
+msgstr "Uwch"
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgaidd (gosodiad \"Lladinaidd\")"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "New Caledonia"
+msgstr "Macedonaidd"
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "Groegaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr ""
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
-msgstr "Gujarati"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr ""
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
-msgstr "Gurmukhi"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Malaysia"
+msgstr "Malayalam"
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Mexico"
+msgstr "Msec"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Mauritius"
+msgstr "Amrywiol"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Montserrat"
+msgstr "Porth Llygoden"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Macedonia"
+msgstr "Macedonaidd"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Monaco"
+msgstr "Monitor"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Libya"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Latvia"
+msgstr "Latfiaidd"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Liberia"
+msgstr "cyfresol"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Liechtenstein"
+msgstr "Trwydded"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Laos"
+msgstr "Cofnodion"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Kuwait"
+msgstr "Gadael"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Korea"
+msgstr "Rhagor"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Kenya"
+msgstr "Allweddell"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jordan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iceland"
+msgstr "Eislandaidd"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iran"
+msgstr "Iranaidd"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "India"
+msgstr "Iranaidd"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Israel"
+msgstr "Israelaidd"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Ireland"
+msgstr "Iwerddon"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Indonesia"
+msgstr "dim"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Hungary"
msgstr "Hwngaraidd"
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Croatia"
msgstr "Croataidd"
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
-msgstr "Israelaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr ""
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "Israelaidd (Ffonetig)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Heard and McDonald Islands"
+msgstr ""
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "Iranaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr ""
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
-msgstr "Eislandaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr ""
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "Eidalaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr ""
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
-msgstr "Inuktitut"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Guam"
+msgstr "Gemau"
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "Siapaëaidd 106 bysell"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Guatemala"
+msgstr "Mynedfa"
-#: ../../keyboard.pm_.c:217
-msgid "Korean keyboard"
-msgstr "Bysellfwrdd Coreaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "South Georgia and the South Sandwich Islands"
+msgstr ""
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "Lladin America"
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr ""
-#: ../../keyboard.pm_.c:219
-msgid "Laotian"
-msgstr "Latfieg"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr ""
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "Lithuenaidd AZERTY (hen)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Guinea"
+msgstr "Cyffredinol"
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "Lithuenaidd AZERTY (newydd)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr ""
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Lithuenaidd \"rhes rhif\" QWERTY"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Greenland"
+msgstr "Iwerddon"
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Lithuenaidd \"ffonetig\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr ""
-#: ../../keyboard.pm_.c:225
-msgid "Latvian"
-msgstr "Latfiaidd"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
+msgstr ""
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "French Guiana"
+msgstr "Ffrengig"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Georgia"
+msgstr "Norwyaidd"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
msgstr ""
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr "Y Deyrnas Unedig"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Faroe Islands"
+msgstr "Iwerddon"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Micronesia"
msgstr "Macedonaidd"
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
-msgstr "Myanmar (Burma)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
+msgstr ""
-#: ../../keyboard.pm_.c:229
-msgid "Mongolian (cyrillic)"
-msgstr "Mongoleg (cyrillic)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Fiji"
+msgstr "Gorffen"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
-msgstr "Malteg (DU)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
+msgstr ""
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
-msgstr "Malteg (UDA)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Ethiopia"
+msgstr "Estonaidd"
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "Isalmaenaidd"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Spain"
+msgstr "Spaenaidd"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "Pwylaidd (gosodiad qwerty)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Eritrea"
+msgstr "Maes Uwch"
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "Pwylaidd (gosodiad qwerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
+msgstr ""
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "Portiwgalaidd"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Egypt"
+msgstr "Gwag"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
-msgstr "Canada (Quebec)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Estonia"
+msgstr "Estonaidd"
-#: ../../keyboard.pm_.c:239
-msgid "Romanian (qwertz)"
-msgstr "Romanaidd (qwertz)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
+msgstr ""
-#: ../../keyboard.pm_.c:240
-msgid "Romanian (qwerty)"
-msgstr "Romanaidd (qwerty)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Algeria"
+msgstr "Yr Ariannin"
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "Rwsiaidd (Yawerty)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Dominican Republic"
+msgstr "Gweriniaeth Tsiec"
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "Slfenaidd"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Dominica"
+msgstr "Parth"
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "Slofacaidd (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
+msgstr ""
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "Slovacaidd (QWERTY)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Djibouti"
+msgstr "Ynghylch"
-#: ../../keyboard.pm_.c:248
-msgid "Serbian (cyrillic)"
-msgstr "Serbaidd (cyrilig)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr ""
-#: ../../keyboard.pm_.c:250
-msgid "Tamil (Unicode)"
-msgstr "Tamil (Unicode)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
+msgstr ""
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
-msgstr "Tamil (TSCII)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Cape Verde"
+msgstr "Cau'r goeden"
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "Bysellfwrdd Thai"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr ""
-#: ../../keyboard.pm_.c:254
-msgid "Tajik keyboard"
-msgstr "Bysellfwrdd Tajig"
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr ""
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Twrcaidd (model traddodiadol \"F\")"
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr ""
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Twrcaidd (model modern \"Q\")"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Cameroon"
+msgstr "zeroconf"
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "Wcranaidd"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Chile"
+msgstr "Dewis ffeil"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "Bysellfwrdd UDA (rhyngwladol)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr ""
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Fietnamëaidd \"rhes rhifol\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr ""
-#: ../../keyboard.pm_.c:263
-msgid "Yugoslavian (latin)"
-msgstr "Iwgoslafaidd (lladin)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Switzerland"
+msgstr "Zeland Newydd"
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
-msgstr "Bysell Alt dde"
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
+msgstr ""
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
-msgstr "Y ddwy fysell Shift gyda'i gilydd"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Central African Republic"
+msgstr "Gweriniaeth Tsiec"
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
-msgstr "Bysellau Control a Shift gyda'i gilydd"
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
+msgstr ""
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
-msgstr "Bysell CapsLock"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
+msgstr ""
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Bysellau Ctrl ac Alt gyda'i gilydd"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Canada"
+msgstr "Calendr"
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
-msgstr "Bysellau Alt a Shift gyda'i gilydd"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Belize"
+msgstr "Newid maint"
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
-msgstr "Bysell \"Dewislen\""
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Belarus"
+msgstr "Belarusaidd"
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
-msgstr "Bysell \"Windows\" chwith"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Botswana"
+msgstr "Bosnieg"
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
-msgstr "Bysell \"Windows\" de"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Bermuda"
+msgstr "Almaeneg"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Benin"
+msgstr "Belgaidd"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burundi"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Bulgaria"
+msgstr "Hwngaraidd"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bosnia and Herzegovina"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Azerbaijan"
+msgstr "Albaniaidd"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Aruba"
+msgstr "Grub"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Australia"
+msgstr "Awstralia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "American Samoa"
+msgstr ""
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
+msgstr "Yr Ariannin"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Netherlands Antilles"
+msgstr "Yr Iseldiroedd"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Armenia"
+msgstr "Yr Ariannin"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Albania"
+msgstr "Albaniaidd"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Anguilla"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antigua and Barbuda"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "United Arab Emirates"
+msgstr "Yr Unol Daleithiau"
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Andorra"
+msgstr "Gwerthwr"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Afghanistan"
+msgstr "Albaniaidd"
+
+#: ../../loopback.pm:1
#, c-format
msgid "Circular mounts %s\n"
msgstr "Gosodiadau cylch %s\n"
-#: ../../lvm.pm_.c:103
+#: ../../lvm.pm:1
+#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Tynnu'r cyfrolau rhesymegol yn gyntaf\n"
-#: ../../modules.pm_.c:290
+#: ../../modules.pm:1
+#, c-format
msgid ""
"PCMCIA support no longer exists 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"
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
-msgstr "Mae modd i chi ffurfweddu pob paramedr o'r modiwl yma"
-
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "Does dim gyrrwr disg meddal ar gael"
-
-#: ../../modules/parameters.pm_.c:50
-msgid "a number"
-msgstr "rhif"
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "SYMUDWCH YR OLWYN!"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated numbers"
-msgstr "%d rhifau gwahanwyd gan gollnod"
+msgid "To activate the mouse,"
+msgstr "I ysgogi'r llygoden,"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated strings"
-msgstr "%d llinellau gwahanwyd gan gollnod"
+msgid "Please test the mouse"
+msgstr "Profwch y llygoden"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
-msgstr "rhifau gwahanwyd gan gollnod"
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "Dim llygoden"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated strings"
-msgstr "llinellau collnod ranedig"
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "dim"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Llygoden - Sun"
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "3 botwm"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "2 fotwm"
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Llygoden Olwyn PS Generig"
+#: ../../mouse.pm:1
+#, c-format
+msgid "1 button"
+msgstr "1 botwm"
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../mouse.pm:1
+#, c-format
+msgid "busmouse"
+msgstr "busmouse"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Llygoden Logitech (cyfresol, hen fath C7)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Series"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-msgid "Microsoft Explorer"
-msgstr "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-msgid "1 button"
-msgstr "1 botwm"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Systemau Llygoden"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Logitech MouseMan"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "Llygoden 3 Botwm Generig"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 2 Button Mouse"
msgstr "Llygoden 2 Fotwm Generig"
-#: ../../mouse.pm_.c:47
+#: ../../mouse.pm:1
+#, c-format
+msgid "serial"
+msgstr "cyfresol"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft Explorer"
+msgstr "Microsoft Explorer"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Wheel"
msgstr "Olwyn"
-#: ../../mouse.pm_.c:51
-msgid "serial"
-msgstr "cyfresol"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "Generig"
-#: ../../mouse.pm_.c:54
-msgid "Generic 3 Button Mouse"
-msgstr "Llygoden 3 Botwm Generig"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Llygoden Olwyn PS Generig"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Systemau Llygoden"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "Safonol"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Llygoden - Sun"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Series"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "Newid rhwng gwastad a'r grwp wedi ei ddidoli"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "Cau'r goeden"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Llygoden Logitech (cyfresol, hen fath C7)"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "Estyn y goeden"
-#: ../../mouse.pm_.c:68
-msgid "busmouse"
-msgstr "busmouse"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "Gwybodaeth"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "2 fotwm"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "Ydi hyn yn gywir?"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "3 botwm"
+#: ../../my_gtk.pm:1
+#, c-format
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "dim"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "Gwall wrth ysgrifennu i ffeil %s"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "Dim llygoden"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "Ffeil wrth gefn gwallus"
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "Profwch y llygoden"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "Methodd adfer o ffeil %s: %s"
-#: ../../mouse.pm_.c:491
-msgid "To activate the mouse,"
-msgstr "I ysgogi'r llygoden,"
+#: ../../partition_table.pm:1
+#, c-format
+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 "
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr "SYMUDWCH YR OLWYN!"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "Nid yw'r rhainad estynedig yncael ei gynnal ay y platfform hwn"
-#: ../../my_gtk.pm_.c:65
-msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "maethodd y gosodiad"
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-msgid "Finish"
-msgstr "Gorffen"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "efallai"
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "Nesaf ->"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "hyfryd"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "Ydi hyn yn gywir?"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "hyfryd iawn"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "Gwybodaeth"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "pwysig"
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "Estyn y goeden"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "rhaid cael"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "Cau'r goeden"
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "Dim digon o raniadau ar gyfer RAID lefel %d\n"
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr "Newid rhwng gwastad a'r grwp wedi ei ddidoli"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "methodd mkraid"
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "defnyddiwch pppoe"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "methodd mkraid (efallai bod raidtools ar goll)"
-#: ../../network/adsl.pm_.c:24
-msgid "use pptp"
-msgstr "defnyddiwch pptp"
+#: ../../raid.pm:1
+#, c-format
+msgid "Can't add a partition to _formatted_ RAID md%d"
+msgstr "Methu ychwanegu rhaniad to_formatted_RAID md%d"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
-msgstr "defnyddiwch dhccp"
+#: ../../services.pm:1
+#, c-format
+msgid "Stop"
+msgstr "Aros"
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "usb Alcatel Speedtouch"
+#: ../../services.pm:1
+#, c-format
+msgid "Start"
+msgstr "Cychwyn"
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
+#: ../../services.pm:1
+#, c-format
+msgid "On boot"
+msgstr "Cychwyn"
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"No additional information\n"
+"about this service, sorry."
+msgstr "Dim gwybodaeth ychwanegol am y gwasanaeth hwn."
+
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr "Gwasanaethau a daemonau"
+
+#: ../../services.pm:1
+#, c-format
+msgid "stopped"
+msgstr "ataliwyd"
+
+#: ../../services.pm:1
+#, c-format
+msgid "running"
+msgstr "rhedeg"
+
+#: ../../services.pm:1
+#, c-format
+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"
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Cysylltu â'r We"
+#: ../../services.pm:1
+#, c-format
+msgid "Database Server"
+msgstr "Gwasanaethwr Cronfa Ddata"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Remote Administration"
+msgstr "Gweinyddu Pell"
+
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
+msgstr "Rhannu Ffeiliau"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Internet"
+msgstr "Rhyngrwyd"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Printing"
+msgstr "Argraffu"
+
+#: ../../services.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "Load the drivers for your usb devices."
+msgstr "Llwytho'r gyrrwyr ar gyfer eich dyfeisiau usb."
-#: ../../network/adsl.pm_.c:30
+#: ../../services.pm:1
+#, c-format
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'"
+"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 ""
-"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."
+"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:1
+#, c-format
+msgid "Launch the sound system on your machine"
+msgstr "Cychwyn y system sain ar eich peiriant"
-#: ../../network/adsl.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"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 caniatĦu 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)."
-#: ../../network/drakfirewall.pm_.c:12
-msgid "Web Server"
-msgstr "Gwasanaethwr Gwe"
+#: ../../services.pm:1
+#, c-format
+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 caniatĦu i ddefnyddwyr ar rwydwaith i adnabod\n"
+"pwy arall sydd wedi mewngofnodi ar beirianau eraill sy'n ymateb."
-#: ../../network/drakfirewall.pm_.c:17
-msgid "Domain Name Server"
-msgstr "Gwasanaethwr Enw Parth"
+#: ../../services.pm:1
+#, c-format
+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 caniatĦu i ddefnyddwyr rhwydwaith \n"
+"i adennill metric perfformaid unrhyw beiriant ar y rhwydwaith."
-#: ../../network/drakfirewall.pm_.c:32
-msgid "Mail Server"
-msgstr "Gwasanaethwr E-bost"
+#: ../../services.pm:1
+#, c-format
+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 caniatĦu 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."
-#: ../../network/drakfirewall.pm_.c:37
-msgid "POP and IMAP Server"
-msgstr "Gwasanaethwr POP ac IMAP"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Assign raw devices to block devices (such as hard drive\n"
+"partitions), for the use of applications such as Oracle"
+msgstr "Dynodi dyfeisiadau"
-#: ../../network/drakfirewall.pm_.c:111
-msgid "No network card"
-msgstr "Dim cerdyn rhwydwaith"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:129
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall 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."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
-"ffurfweddiadur drakfirewall\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."
+"Mae Postfix yn Asiant Cludo E-bost (MTA), sef rhaglen sy'nsymud e-bost o un "
+"peiriant i'r llall."
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"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 ""
-"Ffurfweddwr Drakfirewall\n"
-"\n"
-"Gwnewch yn siwr eich bod wedi ffurfweddu eich mynediad\n"
-"Rhwydwaith/Rhyngrwyd gyda Drakconnect cyn mynd ymhellach."
+"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."
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
-msgstr "Pa wasanaethau'r hoffech i'r Rhyngrwyd gysylltu â hwy?"
+#: ../../services.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
+msgstr "Cynnal OKI 4w ac argraffyddion windows cyffelyb."
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
msgstr ""
-"Medrwch roi amrywiol byrth.\n"
-"Eng. dilys: 139/tcp 139/udp.\n"
-"Am wybodaeth ewch i /etc/services."
+"Cychwyn clo allweddell numlock yn awtomatig yn consol \n"
+"ac XFree wrth gychwyn y peiriant."
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"NFS is a popular protocol for file sharing across TCP/IP\n"
+"networks. This service provides NFS file locking functionality."
msgstr ""
-"Porth annilys wedi ei gynnig: %s.\n"
-"Y fformat cywir yw \"port/tcp\" neu \"port/udp\", \n"
-"lle mae porth rhwng 1 a 65535."
+"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."
-#: ../../network/drakfirewall.pm_.c:167
-msgid "Everything (no firewall)"
-msgstr "Popeth (dim mur cadarn)"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:169
-msgid "Other ports"
-msgstr "Pyrth eraill"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
+"Manager/Windows), and NCP (NetWare) mount points."
msgstr ""
-"Pa gleient dhcp ydych chi eisiau ei ddefnyddio?\n"
-"dhcp-client yw'r rhagosodedig"
+"Yn gosod a dadosod pob System Ffeil y Rhwydwaith (NFS), SMB\n"
+"(Rheolwr Rhwydwaith/Windows), a phwyntiau gosod NCP (NetWare) ."
-#: ../../network/ethernet.pm_.c:88
+#: ../../services.pm:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-"Nid oes addasydd rhwydwaith ethernet wedi ei ganfod ar eich system.\n"
-"Nid wyf yn medru gosod y math yma o gysylltiad."
+"mae'r enwyd (BIND) yn Wasanaethwr Enw Parth (DNS) sy'n cael ei ddefnyddio i "
+"gydrannu enwau gwestai i'r cyfeiriadau IP."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "Dewiswch rhag wyneb y rhwydwaith"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
+"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 ""
-"Dewiswch pa addaswr rhwydwaith hoffech ei ddefnyddio i gysylltu â'r Rhyngrwyd"
+"Mae lpd yn ddaemon argraffu sy'n angenrheidiol i lpr weithio\n"
+"Mae'n wasanaethwr sy'n cyflafareddu gwaith argraffu i\n"
+"argraffydd (ion)."
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "heb ganfod cerdyn rhwydwaith"
+#: ../../services.pm:1
+#, c-format
+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"
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "Ffurfweddu'r rhwydwaith"
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr "Canfod a ffurfweddu awtomatic caledwedd wrth gychwyn y cyfrifiadur."
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
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''."
+"Automatic regeneration of kernel header in /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
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\""
+"Ailgreu awtomatic pennawd y cnewyllyn yn /boot ar\n"
+"gyfer /usr/include/linux{autoconf,version}.h"
-#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "Enw gwesteiwr"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-msgid "Network Configuration Wizard"
-msgstr "Dewin Ffurfweddu'r Rhwydwaith"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Modem IDSN Allanol"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Cerdyn ISDN mewnol"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Pa fath o gysylltiad IDSN?"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\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"
+"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 ""
-"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"
+"Mae GPM yn ychwanegu cefnogaeth ar gyfer llygoden i raglenni testun Linux \n"
+"megis, Midnight Commander. Mae hefyd yn caniatĦu gweithrediadau torri a \n"
+"gludo consol llygoden, gan gynnwys cefnogaeth ar gyfer bryslenni yn y "
+"consol. "
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Ffurfweddiad newydd (isdn-light)"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Hen ffurfweddiad (isdn4net)"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "Ffurfweddiad ISDN"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"apmd is used for monitoring battery 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 mewngofnodi drwy\n"
+"syslog. Mae modd ei ddefnyddio i gau'r peiriant pan mae'r batri'n isel."
-#: ../../network/isdn.pm_.c:166
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is a periodic command scheduler."
+msgstr "Anacron trefnydd gorchymyn cyfnodol"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr "Cychwynnwch system sain ALSA (PensaernŻaeth Sain Linux Uwch)"
+
+#: ../../standalone.pm:1
+#, c-format
+msgid "Installing packages..."
+msgstr "Gosod pecynnau..."
+
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
msgstr ""
-"Dewiswch eich darparwr.\n"
-"Os nad yw ar eich rhestr, dewiswch Heb ei Restri"
+"\n"
+"Defnydd: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" cydraniad XFdrake"
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol"
-msgstr "Protocol Ewrop"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol (EDSS1)"
-msgstr "Protocol Ewrop (EDSSI)"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
+"[DEWIS]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
-#: ../../network/isdn.pm_.c:181
-msgid "Protocol for the rest of the world"
-msgstr "Protocol ar gyfer gweddill y byd"
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
-#: ../../network/isdn.pm_.c:181
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
msgstr ""
-"Protocol ar gyfer gweddill y byd\n"
-" dim D-Channel (llinell les)"
+"[OPTIONS]\n"
+"Rhaglen Cyswllt a Monitro'r Rhwydwaith a'r Rhyngrwyd\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
-msgstr "Pa brotocol ydych chi eisiau ei ddefnyddio?"
+#: ../../standalone.pm:1
+#, c-format
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
-#: ../../network/isdn.pm_.c:196
+#: ../../standalone.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
-msgstr "Wedi canfod rhyngwyneb \"%s\", hoffech chi ei ddefnyddio?"
+msgid "[keyboard]"
+msgstr "[Allweddell]"
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
-msgstr "Pa fath o gerdyn sydd gennych?"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+"[DEWISIADAU]...\n"
+"Ffurfweddwr Gwasanaethwr Terfynell Mandrake\n"
+"--enable : galluogi MTS\n"
+"--disable : analluogi MTS\n"
+"--start : cychwyn MTS\n"
+"--stop : atal MTS\n"
+"--adduser : ychwanegu defnyddiwr system presennol i MTS (angen enw "
+"defnyddiwr)\n"
+"--deluser : dileu defnyddiwr system presennol o MTS (angen enw "
+"defnyddiwr)\n"
+"--addclient : ychwanegu peiriant cleient i MTS (angen cyfeiriad MAC, "
+"IP, enw delwedd nbi)\n"
+"--delclient : dileu peiriant cleient i MTS (angen cyfeiriad MAC, IP, "
+"enw delwedd nbi)"
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "Dim syniad"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+"Rhaglen mewnforio a monitro "
+"ffontiau \n"
+"--windows_import : mewnforio o bob rhaniad windows.\n"
+"--xls_fonts : dangos pob ffont sy'n bodoli o xls\n"
+"--strong : cadarnhad cryf o ffont.\n"
+"--install : derbyn unrhyw ffeil ffont ac unrhyw gyfeiriadur.\n"
+"--uninstall : dadosod unrhyw ffont neu gyfeiriadur ffont.\n"
+"--replace : amnewid pob ffont os yw'n bod\n"
+"--application : 0 dim rhaglen.\n"
+" : 1 pob rhaglen ar gael yn cael ei gynnal.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+"[DEWISIADAU] [ENW_RHAGLEN]\n"
+"\n"
+"DEWISIADAU:\n"
+" --help - argraffu'r neges cymorth.\n"
+" --report - dylai'r rhaglen fod yn un o offer mandrake\n"
+" --incident - ylai'r rhaglen fod yn un o offer mandrake"
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
+msgstr ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
-#: ../../network/isdn.pm_.c:210
+#: ../../standalone.pm:1
+#, c-format
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"
-"If you have an ISA card, the values on the next screen should be right.\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"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\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"
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"
-"Os oes gennych gerdyn, dylai'r gwerthoedd ar y sgrin nesaf fod yn gywir.\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"
-"Os oes gennych gerdyn PCMCIA, rhaid i chi wybod irq ac io eich cerdyn.\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\n"
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "Peidio"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "Gadael gosod"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "Parhau"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system updates"
+msgstr "Diweddariadau system gosod"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "Ffurfweddu gwasanaethau"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "Pa un yw eich cerdyn IDSN?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "Ffurfweddu X"
-#: ../../network/isdn.pm_.c:239
-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 ""
-"Rwyf wedi canfod cerdyn IDSN, ond nid wyf yn gwybod pa fath. Dewiswch un "
-"cerdyn PCI ar y sgrin nesaf."
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "Gosod llwythwr cychwyn"
-#: ../../network/isdn.pm_.c:248
-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."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "Ffurfweddu rhwydwaith"
-#: ../../network/modem.pm_.c:57
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Dewiswch ba borth cyfresol mae eich modem wedi cysylltu iddo."
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "Ychwanegu defnyddiwr"
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "Dewisiadau cyswllt ffôn"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "System osod"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
-msgstr "Enw'r cysylltiad"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "Dewis pecynnau i'w gosod"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "Rhif ffôn"
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "Fformatio rhaniadau"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "Dynodiad Mewngofnodi"
+#: ../../steps.pm:1
+#, c-format
+msgid "Partitioning"
+msgstr "Rhannu"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
-msgstr "CHAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "Dewis eich allweddell"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "Dewis dosbarth gosod"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "Seiliedig ar sgript"
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "Canfod disg caled"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "Seiliedig ar derfynnell"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "Ffurfweddu llygoden"
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "Enw parth"
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
+msgstr "Trwydded"
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-msgid "First DNS Server (optional)"
-msgstr "Gwasanaethwr DNS Cyntaf (dewisol)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "Dewis eich iaith"
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-msgid "Second DNS Server (optional)"
-msgstr "Ail Wasanaethwr DNS (dewisol)"
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
+msgstr "utopia 25"
+
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../ugtk.pm:1
+#, c-format
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../network/modem.pm_.c:95
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr "Xpmac (gyrrwr gosod dangoswr)"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+"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."
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "XFree %s gyda cyflymu caledwedd 3D ARBROFOL"
+
+#: ../../Xconfig/card.pm:1
+#, 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"
+
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "XFree %s gyda cyflymu caledwedd 3D"
+
+#: ../../Xconfig/card.pm:1
+#, 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 "
+"mewn 2D."
-#: ../../network/modem.pm_.c:97
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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 "
+"mewn 2D."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "ond heb fod yn cydweddu"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "XFree: %s"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "Gosodiad"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "Ffurfweddu cerdyn \"%s\" %s yn unig"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "Tabl"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr "Defnyddiwch estyniad Xinerama"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr "Ffurfweddu pob pen yn annibynnol"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "Pa ffurfweddiad XFree hoffech ei gael?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "Ffurfweddiad XFree"
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "Dewiswch faint y cof eich cerdyn graffeg"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
-"\n"
-"Medrwch ddatgysylltu neu ailffurfweddu eich cyswllt"
+"Mae eich system yn cynnal ffurfweddiad amlben.\n"
+"Beth hoffech ei wneud?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Multi-head configuration"
+msgstr "Ffurfweddiad amlben"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Choose an X server"
+msgstr "Dewiswch wasanaethwr X"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "Gwasanaethwr X"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "16 MB neu fwy"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "16 MB"
+msgstr "16 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 kB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 kB"
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/main.pm:1
+#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
-"You can reconfigure your connection."
+"%s"
msgstr ""
+"Cadw'r newid?\n"
+"Y ffurfweddiad presenol yw:\n"
"\n"
-"Medrwch ailffurfweddu eich cysylltiad"
+"%s"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "Dewisiadau"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr "Prawf"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "Cydraniad"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "Monitor"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Graphic Card"
+msgstr "Cerdyn Graffeg"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "Gadael"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "Graddfa adfywio fertigol"
-#: ../../network/netconnect.pm_.c:29
-msgid "You are currently connected to internet."
-msgstr "Rydych wedi eich cysylltu â'r rhyngrwyd."
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "Graddfa adfywio llorweddol"
-#: ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/monitor.pm:1
+#, c-format
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"
-"You can connect to Internet or reconfigure your connection."
+"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 baramedr pwysig yw'r raddfa adnewyddu fertigol, sef y raddfa mae'r\n"
+"holl sgrin yn cael ei adnewyddu, ac yn fwyaf pwysig y raddfa cydamseru\n"
+"llorweddol, sef y raddfa mae'r llinellau sganio'n cael eu dangos.\n"
"\n"
-"Medrwch gysylltu â'r Rhyngrwyd neu ailffurfweddu eich cyswllt"
+"Mae'n BWYSIG IAWN nad 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."
-#: ../../network/netconnect.pm_.c:32
-msgid "You are not currently connected to Internet."
-msgstr "Nid ydych wedi eich cysylltu â'r rhyngrwyd."
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr "Methodd ymholiad Plug'nPlay. Dewiswch y dangosydd cywir"
-#: ../../network/netconnect.pm_.c:36
-msgid "Connect"
-msgstr "Cysylltu"
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Vendor"
+msgstr "Gwerthwr"
-#: ../../network/netconnect.pm_.c:37
-msgid "Disconnect"
-msgstr "Dadgysylltu"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr "Plug'n Play"
-#: ../../network/netconnect.pm_.c:38
-msgid "Configure the connection"
-msgstr "Ffurfweddu'r gysylltiad"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "Dewiswch fonitor"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr "Cysylltiad â'r rhyngrwyd a'i ffurfweddiad "
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "Cerdyn graffeg: %s"
-#: ../../network/netconnect.pm_.c:94
+#: ../../Xconfig/resolution_and_depth.pm:1
#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Rydym am ffurfweddu cysylltiad %s"
+msgid "Choose the resolution and the color depth"
+msgstr "Dewiswch y cydraniad a'r dyfnder lliw"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "Cydraniadau"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4 biliwn o liwiau (32 did)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16 miliwn o liwiau (24 did)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65 mil o liwiau (16 did)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32 mil o liwiau (15 did)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 lliw (8 did)"
-#: ../../network/netconnect.pm_.c:103
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Is this the correct setting?"
+msgstr "A' hwn yw'r gosodiad cywir?"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Leaving in %d seconds"
+msgstr "Gadael mewn %d eiliad"
+
+#: ../../Xconfig/test.pm:1
#, c-format
msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
msgstr ""
+"Digwyddodd gwall:\n"
+"%s\n"
+"Ceisiwch newid parammedrau"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Rhybudd: gall profi'r cerdyn graffeg hwn rewi eich cyfrifiadur"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "Ydych chi eisiau profi'r ffurfweddiad?"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "Prawf o'r ffurfweddiad"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "What norm is your TV using?"
+msgstr "Pa norm mae eich teledu'n ei ddefnyddio?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid ""
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\n"
"\n"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
"\n"
+"Do you have this feature?"
+msgstr ""
+"Mae'n edrych fel bod gan eich cerdyn graffig gyswlltTV-OUT.\n"
+"Mae modd ei ffurfweddu i weithio drwy byffer ffr˘m.\n"
"\n"
-"Rydym yn awr yn mynd i ffurfweddu cysylltiad %s.\n"
-"\n"
+"Rhaid cysylltu eich cerdyn graffig ˘'ch teledu cyn cychwyn eich "
+"cyfrifiadur.\n"
+"Dewiswch \"TVout\" yn y llwythwr cychwyn\n"
"\n"
-"Pwyswch Iawn i barhau."
-
-#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr "Ffurfweddiad y Rhwydwaith"
+"Ydy'r nodwedd hon gennych?"
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/various.pm:1
+#, c-format
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"
+"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 ""
-"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"
+"Hoffwn osod eich cyfrifiadur i gychwyn X yn awtomatig ar ´l cychwyn\n"
+"Hoffech chi i XFree ddechrau wedi i chi ail-gychwyn?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "Rhyngwyneb graffigol wrth gychwyn"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "Gyrrwr XFree86: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "Gwasanaethwr XFree86: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "Cydraniad: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Color depth: %s\n"
+msgstr "Dyfnder lliw: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "Cof graffeg: %s kB\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "Cerdyn graffeg: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "VertRefresh Monitor: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor HorizSync: %s\n"
+msgstr "HorizSync Monitor: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "Monitor: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "Dyfais llygoden: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "Math o lygoden: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "Cynllun allweddell: %s\n"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "Dewisiadau: %s"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "Pwynt gosod:"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server: "
+msgstr "Gwasanaethwr:"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr "Rhaid i'r URL gychwyn gyda http:// neu https://"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "Rhowch URL gwasanaethwr WebDAV"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "Pwynt gosod"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server"
+msgstr "Gwasanaethwr"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "Gosod"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "Dad-osod"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "New"
+msgstr "Newydd"
-#: ../../network/netconnect.pm_.c:157
+#: ../../diskdrake/dav.pm:1
+#, c-format
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"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
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"
+"Protocol yw WebDAV sy'n eich caniatĦu i chi osod gwasanaethwr gwe'n lleol\n"
+"a'i drin fel system ffeilio lleol ( ar yr amod bod y gwasanaethwr lleol wedi "
+"ei\n"
+"ffurfweddi fel gwasanaethwr WebDAV). Os hoffech ychwanegu pwyntiau\n"
+"gosod WebDAV, dewiswch \"Newydd\""
-#: ../../network/netconnect.pm_.c:163
-msgid "Choose the profile to configure"
-msgstr "Dewiswch broffil i'w ffurfweddu"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Defnyddiwch \"%s\" yn lle hynny"
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
-msgstr "Defnyddio awto ganfod"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "Math"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-msgid "Expert Mode"
-msgstr "Modd Uwch"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "Defnyddiwch \"Dad-osod\" yn gyntaf"
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr "Canfod dyfeisiadau..."
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "Dileu"
-#: ../../network/netconnect.pm_.c:214
-msgid "Normal modem connection"
-msgstr "Cysylltiad modem arferol"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "Creu"
-#: ../../network/netconnect.pm_.c:214
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected on port %s"
-msgstr "canfyddwyd ar borth %s"
+msgid "Filesystem types:"
+msgstr "Mathau o system ffeiliau:"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "Cysylltiad modem arferol"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "Gwag"
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "canfyddwyd %s"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Windows"
+msgstr "Windows"
-#: ../../network/netconnect.pm_.c:216
-msgid "ISDN connection"
-msgstr "Cysylltiad ISDN"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
-#: ../../network/netconnect.pm_.c:216
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected %s"
-msgstr "canfyddwyd %s"
+msgid "SunOS"
+msgstr "SunOS"
-#: ../../network/netconnect.pm_.c:217
-msgid "ADSL connection"
-msgstr "Cysylltiad ADSL"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "Swap"
-#: ../../network/netconnect.pm_.c:218
-msgid "Cable connection"
-msgstr "Cysylltiad cebl"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Journalised FS"
+msgstr "Jwrnaleiddiwyd FS"
-#: ../../network/netconnect.pm_.c:218
-msgid "cable connection detected"
-msgstr "canfyddwyd cysylltiad cebl"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
-#: ../../network/netconnect.pm_.c:219
-msgid "LAN connection"
-msgstr "cysylltiad LAN"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "No hard drives found"
+msgstr "Heb ganfod gyrwyr caled"
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
-msgstr "cerdyn ethernet wedi ei ganfod"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "Cliciwch ar raniad"
-#: ../../network/netconnect.pm_.c:222
-msgid "Choose the connection you want to configure"
-msgstr "Dewiiwch y math o gysylltiad rydych am ei ffurfweddu"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\n"
+"I suggest you first resize that partition\n"
+"(click on it, then click on \"Resize\")"
+msgstr ""
+"Mae gennych un rhaniad MicroSoft Windows mawr\n"
+"Awgrymir eich bod yn newid maint y rhaniad\n"
+"(cliciwch arno, ac yna clicio \"Newid maint\"]"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Choose action"
+msgstr "Dewiswch weithred"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "Dewin"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+"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 ""
-"Rydych wedi ffurfweddu nifer o ffyrdd i gysylltu â'r Rhyngrwyd.\n"
-"Dewiswch ba un rydych am ei ddefnyddio.\n"
-"\n"
+"Os ydych yn bwriadu defnyddio aboot, gofalwch adael lle gwag (2048 sector yn "
+"ddigon)\n"
+"ar ddechrau'r ddisg."
-#: ../../network/netconnect.pm_.c:247
-msgid "Internet connection"
-msgstr "Cysylltiad â'r Rhyngrwyd"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "Gwnewch gopi wrth gefn o'ch data yn gyntaf"
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr "Ydych chi eisiau agor y cysylltiad wrth gychwyn y cyfrifiadur?"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "Darllenwch yn ofalus!"
-#: ../../network/netconnect.pm_.c:267
-msgid "Network configuration"
-msgstr "Ffurfweddiad y rhwydwaith"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
+msgstr "Allwedd amgryptio (eto)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
+msgstr "Allwedd amgryptio"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "The encryption keys do not match"
+msgstr "Nid yw'r allweddi amgryptio'n cydfynd"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "Choose your filesystem encryption key"
+msgstr "Dewiswch eich allwedd amgryptio system ffeiliau"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem encryption key"
+msgstr "Allwedd amgryptio system ffeil : "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Type: "
+msgstr "Math: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "on channel %d id %d\n"
+msgstr "ar sianel %d id %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Tabl rhaniad math: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "Dias LVM %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "Gwybodaeth:"
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
-msgstr "Rhaid ail gychwyn y rhwydwaith"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "Geometreg: %s silindr, %s pen, %s sector\n"
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "Maint: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
+msgstr "Darllen yn unig"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "Dyfais: "
+
+#: ../../diskdrake/interactive.pm:1
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-"Digwyddodd gwall wrth ail gychwyn y rhwydwaith:\n"
"\n"
-"%s"
+"Mae'r rhaniad Bootstrap\n"
+"hwn ar gyfer cychwyniad\n"
+"dwbl eich system\n"
-#: ../../network/netconnect.pm_.c:282
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\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"
+"Mwy na thebyd rhaniad Gyrrwr\n"
+"yw'r rhaniad hwn. Gwell gadael\n"
+"llonnydd iddo.\n"
-#: ../../network/netconnect.pm_.c:286
-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"
-"."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Enw ffeil cylch-´l: %s"
-#: ../../network/netconnect.pm_.c:287
-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"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "Disg RAID %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Maint darn %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "Lefel %s\n"
-#: ../../network/network.pm_.c:278
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
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."
+"Cychwyn y rhaniad fel rhagosodwyd\n"
+" (ar gyfer cychwyn MS-DOS, nid ar gyfer lilo)\n"
-#: ../../network/network.pm_.c:283
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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)."
+"Loopback file(s):\n"
+" %s\n"
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)."
+"Ffeil(iau) Cylch-´l:\n"
+" %s\n"
-#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr "Ffurfweddu dyfais rhwydwaith %s"
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid " (driver %s)"
-msgstr " (gyrrwr %s)"
+msgid "Mounted\n"
+msgstr "Gosodwyd\n"
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "Cyfeiriad IP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Not formatted\n"
+msgstr "Heb ei fformatio\n"
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "Netmask"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "Wedi ei fformatio\n"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Silindr %d i silindr %d\n"
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "IP awtomatig"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s sector"
-#: ../../network/network.pm_.c:299
-msgid "Start at boot"
-msgstr "Cychwyn y peiriant"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "Maint: %s"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
-msgstr "dylai cyfeiriad IP fod mewn fformat 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Dechrau: sector %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "Enw :"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "Llythyren gyrrwr DOS: %s (dim ond dyfalu)\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr "Mae rhaniad %s yn cael ei alw'n %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Removing %s"
+msgstr "Tynnu %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Copying %s"
+msgstr "CopŻo %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving files to the new partition"
+msgstr "Symud ffeiliau i'r rhaniad newydd"
-#: ../../network/network.pm_.c:326
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+"Directory %s already contains data\n"
+"(%s)"
msgstr ""
+"Mae cyfarwyddiadur %s eisoes yn cynnwys peth data\n"
+"(%s)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hide files"
+msgstr "Cuddio ffeiliau"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move files to the new partition"
+msgstr "Symud ffeiliau i'r rhaniad newydd"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "You'll need to reboot before the modification can take place"
+msgstr "Mi fydd angen i chi aillgychwyn cyn i'r newidiadau ddod i rym"
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table of drive %s is going to be written to disk!"
+msgstr "Mae tabl rhaniad gyrrwr %s yn mynd i gael ei ysgrifennu i'r ddisg!"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure 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"
-#: ../../network/network.pm_.c:350
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"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 ""
-"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"
+"Mae'r rhaniad rydych wedi dewis ychwanegu fel 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 cychwyn LILO, fe ddylech greu "
+"rhaniad /boot"
-#: ../../network/network.pm_.c:355
-msgid "DNS server"
-msgstr "Gwasanaethwr DNS"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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 ""
+"Nid oes modd dderbyn creu /boot mor bell o ddechrau'r disg (ar silindr > "
+"1024).\n"
+"Naill ai rydych yn defnyddio LILO ac nid yw'n gweithio oot neu byddwch yn "
+"defnyddio LILO ac ni fydd yn gweithio."
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Mynedfa (e.e. %s)"
+msgid "The package %s is needed. Install it?"
+msgstr "Rhaid cael pecyn %s. Ydych chi am ei osod?"
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "Dyfais mynedfa"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "What type of partitioning?"
+msgstr "Pa fath o raniad ?"
-#: ../../network/network.pm_.c:363
-msgid "DNS server address should be in format 1.2.3.4"
-msgstr "Dylai cyfeiriad DNS fod mewn fformat 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Be careful: this operation is dangerous."
+msgstr "Byddwch ofalus: mae'r weithred hon yn beryglus."
-#: ../../network/network.pm_.c:367
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr "Dylai cyfeiriad Porth fod mewn fformat 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "maint darn"
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Ffurfweddiad dirprwyon"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "lefel"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "Dirprwy HTTP"
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "dyfais"
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "Dirprwy FTP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
+msgstr "Amrywiol"
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
-msgstr "Dilynnwch cyfernod cerdyn rhwydwaith (defnyddiol ar gyfer gliniadur)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount options"
+msgstr "Dewisiadau gosod"
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Dylai dirprwyon fod yn gyfanrif!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
+msgstr "Mae'r ffeil yn bodoli eisoes. Defnyddiwch hwn?"
-#: ../../network/network.pm_.c:388
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Dylai'r URL ddechrau gyda 'ftp' neu 'http:'"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File is already used by another loopback, choose another one"
+msgstr ""
+"Mae'r ffeil yn cael ei ddefnyddio eisoes gam gylch-´l arall, dewiswch un "
+"arall"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "Wedi canfod ffurfweddiad mur gwarchod!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Give a file name"
+msgstr "Rhowch enw ffeil"
-#: ../../network/shorewall.pm_.c:27
-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."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "Math o system ffeilio"
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "Ffurfweddiad rhyngrwyd"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "Maint mewn MB: "
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Hoffech chi gysylltu â'r Rhyngrwyd nawr?"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "Enw ffeil cylch-´l"
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-msgid "Testing your connection..."
-msgstr "Profi eich cysylltiad..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Cylch-´l"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "Niid oes modd defnyddio'r rhaniad ar gyfer cylch-´l"
-#: ../../network/tools.pm_.c:70
-msgid "The system is now connected to Internet."
-msgstr "Mae'r system wedi cysylltu â'r Rhyngrwyd."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
+msgstr "Enw LVM"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
-msgstr "Am resymau diogelwch, bydd yn cael ei ddatgysylltu."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "newydd"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr "Dewis LVM presennol i ychwanegu ato"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr "Dewis RAID presennol i ychwanegu ato"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "Yn symud rhaniad.."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "Symud"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "Pa sector hoffech chi symud ato?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "Sector"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "Pa ddisg hoffech chi symud iddo?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "Symud"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "New size in MB: "
+msgstr "Maint mewn MB: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "Dewiswch y maint newydd"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "Newid maint"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "All data on this partition should be backed-up"
+msgstr "Dylai'r holl ddata ar y rhaniad gael ei gadw wrth gefn"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition is not resizeable"
+msgstr "Nid oes modd newid maint y rhaniad"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "Cyfrifo ffiniau system ffeiliau FAT"
-#: ../../network/tools.pm_.c:72
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount %s?"
+msgstr "Lle'r ydych am osod %s?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
msgstr ""
-"Nid yw'n ymddangos i'ch system gysylltu â'r rhyngrwyd.\n"
-"Ailffurfweddwch eich cysylltiad."
+"Methu dadsetio'r pwynt gosod gan fod y rhaniad yn cael ei ddefnyddio ar "
+"gyfer cylch-´l\n"
+"Tynnu'r cylch-´l yn gyntaf"
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr "Ffurfweddiad y Cysylltiad"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Lle'r ydych am osod dyfais %s?"
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
-msgstr "Llanwch neu diciwch y maes islaw"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "Lle'r hoffech chi osod y ffeil cylch-ol %s?"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr "IRQ y cerdyn"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
+msgstr "Newid o ext2 i ext3"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "Cof Cerdyn (DMA)"
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Which filesystem do you want?"
+msgstr "Pa fath o system ffeil ydych chi eisiau?"
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "IO'r Cerdyn"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Change partition type"
+msgstr "Newid math y rhaniad"
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "IO_O y cerdyn"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"After changing type of partition %s, all data on this partition will be lost"
+msgstr ""
+"Wedi newid math raniad %s, bydd yr holl ddata ar y rhaniad yn cael ei golli"
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "IO_1 y cerdyn"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove the loopback file?"
+msgstr "Tynnu'r ffeil cylch-´l?"
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
-msgstr "Eich rhif ffôn personol"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"You can't create a new partition\n"
+"(since you reached the maximal number of primary partitions).\n"
+"First remove a primary partition and create an extended partition."
+msgstr ""
+"Nid oes modd i chi greu rhaniad newydd\n"
+"(gan eich bod wedi cyrraedd y nifer uchaf o raniadau cynradd).\n"
+"Diddymwch raniad cynradd a chreu rhaniad estynedig."
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr "Enw darparwr (eng. darparwr.net)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Preference: "
+msgstr "Dewis"
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr "Rhif ffôn y darparwr"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start sector: "
+msgstr "Sector dechreuol: "
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-msgid "Provider dns 1 (optional)"
-msgstr "Dns 1 y darparwr (dewisol)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create a new partition"
+msgstr "Creu rhaniad newydd"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-msgid "Provider dns 2 (optional)"
-msgstr "Dns 2 y darparwr (dewisol)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "Defnyddiwch ar gyfer cylchol"
-#: ../../network/tools.pm_.c:109
-msgid "Choose your country"
-msgstr "Dewiswch eich gwlad"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "Newid RAID"
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr "Modd deialu"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "Tynnu o LVM"
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-msgid "Connection speed"
-msgstr "Cyflymder y cysylltiad"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "Tynnu o RAID"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-msgid "Connection timeout (in sec)"
-msgstr "Oediad yn y cysylltiad (mewn eiliadau)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "Ychwanegu i LVM"
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr "Mewngofnod Cyfrif (enw defnyddiwr)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "Ychwanegu i RAID"
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Cyfrinair y Cyfrif"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "Fformatio"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
-msgstr "Y Deyrnas Unedig"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Detailed information"
+msgstr "Gwybodaeth fanwl"
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "maethodd y gosodiad"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "Yn ceisiio achub y tabl rhaniadau"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
-msgstr "Nid yw'r rhainad estynedig yncael ei gynnal ay y platfform hwn"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
+msgstr ""
+"Rhowch ddisg meddal yn y gyrrwr\n"
+"Mi fydd yr holl wybodaeth ar y disg meddal yma yn cael ei golli"
+
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "Rhybudd"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "Dewiswch ffeil"
-#: ../../partition_table.pm_.c:685
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"The backup partition table has not the same size\n"
+"Still continue?"
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 "
+"Nid yw'r tabl rhaniad wrth gefn yr un maint\n"
+"Parhau?"
-#: ../../partition_table.pm_.c:774
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Methodd adfer o ffeil %s: %s"
+msgid "Removable media automounting"
+msgstr "Cyfrwng symudadwy'n awto-osod"
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr "Ffeil wrth gefn gwallus"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Reload partition table"
+msgstr "Ail-lwytho'r tabl rhaniad"
-#: ../../partition_table.pm_.c:796
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr "Gwall wrth ysgrifennu i ffeil %s"
+msgid "Rescue partition table"
+msgstr "Achub y tabl rhaniadau"
-#: ../../partition_table/raw.pm_.c:192
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Restore partition table"
+msgstr "Adfer y tabl rhaniad"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Save partition table"
+msgstr "Cadw'r tabl rhaniad"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
+msgstr "I gael mwy o raniadau, dilĞwch un i greu rhaniad estynedig"
-#: ../../pkgs.pm_.c:26
-msgid "must have"
-msgstr "rhaid cael"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "I can't add any more partition"
+msgstr "Does dim modd ychwanegu raniadau ychwanegol"
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr "pwysig"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "Mae pob rhaniad cynradd wedi ei ddefnyddio"
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr "hyfryd iawn"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hard drive information"
+msgstr "Gwybodaeth am y ddisg caled"
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr "hyfryd"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Auto allocate"
+msgstr "Awto ddynodi"
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr "efallai"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "Clirio i gyd"
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Ydych eisiau cadw newidiadau /etc/fstab"
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "Gorffen heb ysgrifennu'r tabl rhaniadau?"
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "Gorffen heb gadw"
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
-msgstr "LPD"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "Parhau beth bynnag?"
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "Cyffredinol > Arbennigwr"
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
-msgstr "LPRng"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "Arbennigwr > Cyffredinol"
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "Dadwneud"
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Exit"
+msgstr "Gadael"
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-msgid "Unknown Model"
-msgstr "Model anhysbys"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose a partition"
+msgstr "Dewiswch raniad"
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "Argraffydd lleol"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose another partition"
+msgstr "Dewiswch raniad arall"
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "Argraffydd pell"
+#: ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Change type"
+msgstr "Newid y math"
-#: ../../printer/main.pm_.c:28
-msgid "Printer on remote CUPS server"
-msgstr "Argraffydd ar wasanaethwr CUPS pell"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Search servers"
+msgstr "Chwiliwch am wasanaethwyr"
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-msgid "Printer on remote lpd server"
-msgstr "Argraffydd ar wasanaethwr lpd pell"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Domain"
+msgstr "Parth"
-#: ../../printer/main.pm_.c:30
-msgid "Network printer (TCP/Socket)"
-msgstr "Argraffydd rhwydwaith (TCP/Soced)"
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Username"
+msgstr "Enw defnyddiwr"
-#: ../../printer/main.pm_.c:31
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Argraffydd ar wasanaethwr SMB/Windows 95/98/NT"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid ""
+"Please enter your username, password and domain name to access this host."
+msgstr ""
+"Rhowch eich enw defnyddiwr, cyfrinair ac enw parth i gael mynediad i'r "
+"gwesteiwr."
-#: ../../printer/main.pm_.c:32
-msgid "Printer on NetWare server"
-msgstr "Argraffydd ar wasanaethwr NetWare"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Domain Authentication Required"
+msgstr "Angen Dilysu Parth"
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-msgid "Enter a printer device URI"
-msgstr "Rhowch URI dyfais argraffydd"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Another one"
+msgstr "Un arall"
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
-msgstr "Peipio'r gwaith i orchymyn"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Which username"
+msgstr "Pa enw defnyddiwr"
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
-msgstr "Model anhysbys"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Can't login using username %s (bad password?)"
+msgstr ""
+"Methu mewngofnodi gan ddefnyddio enw defnyddiwr %s (cyfrinair anghywir?)"
-#: ../../printer/main.pm_.c:317
-msgid "Local Printers"
-msgstr "Argraffyddion Lleol"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "cpu # "
+msgstr "cpu # "
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-msgid "Remote Printers"
-msgstr "Argraffyddion Pell"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SMBus controllers"
+msgstr "Rheolyddion SMBus"
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " ar borth paralel \\/\"%s"
+msgid "USB controllers"
+msgstr "Rheolyddion USB"
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", argraffydd USB \\/\"%s"
+msgid "SCSI controllers"
+msgstr "Rheolyddion SCSI"
-#: ../../printer/main.pm_.c:334
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", dyfais amlbwrpas ar borth paralel \\/\"%s"
+msgid "(E)IDE/ATA controllers"
+msgstr "Rheolyddion (E)IDE/ATA"
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
-msgstr ", dyfais amlbwrpas ar USB"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
+msgstr "Ffon hud"
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
-msgstr ", dyfais amlbwrpas ar HP JetDirect"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Scanner"
+msgstr "Sganiwr"
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
-msgstr ",dyfais amlbwrpas"
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Unknown/Others"
+msgstr "Anhysbys/Eraill"
-#: ../../printer/main.pm_.c:344
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", printing to %s"
-msgstr ", argraffu i %s"
+msgid "Bridges and system controllers"
+msgstr "Rheolyddion pontydd a syatem"
-#: ../../printer/main.pm_.c:346
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
-msgstr "ar wasanaethwr LPD \"%s\", argraffydd \"%s\""
+msgid "Modem"
+msgstr "Modem"
-#: ../../printer/main.pm_.c:348
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", gwesteiwr TCP/IP \"%s\", porth %s"
+msgid "Ethernetcard"
+msgstr "Cerdyn Ethernet"
-#: ../../printer/main.pm_.c:352
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr "ar wasanaethwr SMB/Windows \"%s\", rhannu \"%s\""
+msgid "Processors"
+msgstr "Prosesyddion"
-#: ../../printer/main.pm_.c:356
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
-msgstr "ar wasanaethwr Novell \"%s\", argraffydd \"%s\""
+msgid "Webcam"
+msgstr "Webcam"
-#: ../../printer/main.pm_.c:358
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", using command %s"
-msgstr ", defnyddio gorchymyn %s"
+msgid "Soundcard"
+msgstr "Cerdyn sain"
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
-msgstr "Argraffydd crai (dim gyrrwr)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Other MultiMedia devices"
+msgstr "Dyfeisiau AmlGyfrwng eraill"
-#: ../../printer/main.pm_.c:647
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "(on %s)"
-msgstr "(ar %s)"
+msgid "Tvcard"
+msgstr "Cerdyn Teledu"
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
-msgstr "(ar y peiriant hwn)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Videocard"
+msgstr "Cerdyn fideo"
-#: ../../printer/main.pm_.c:674
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Ar wasanaethwr CUPS \"%s\""
+msgid "Tape"
+msgstr "T˘p"
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr "(Rhagosodedig)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "DVD-ROM"
+msgstr "DVD-ROM"
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr "Dewiswch Gysylltiad Argraffydd"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CD/DVD burners"
+msgstr "Llosgwyr CD/DVD"
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr "Sut mae'r argraffydd wedi ei gysylltu?"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CDROM"
+msgstr "CDROM"
-#: ../../printer/printerdrake.pm_.c:30
-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."
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Disk"
+msgstr "Disg"
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
-msgstr "Awtoganfod argraffydd (Argraffyddion lleol, TCP/Socket, ac SMB)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Zip"
+msgstr "Zip"
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-msgid "CUPS configuration"
-msgstr "Furfweddiad CUPS"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Floppy"
+msgstr "Disg Meddal"
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-msgid "Specify CUPS server"
-msgstr "Enwch wasanaethwr CUPS"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Let me pick any driver"
+msgstr "Dewis gyrrwr fy hun"
-#: ../../printer/printerdrake.pm_.c:83
-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."
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Driver:"
+msgstr "Gyrrwr:"
-#: ../../printer/printerdrake.pm_.c:84
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
"\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\")."
+"The current driver for your \"%s\" sound card is \"%s\" "
msgstr ""
+"Os ydych yn siwr eich bod yn gwybod pa yrrwr sydd angen ar gyfer eich\n"
+"cerdyn yna dewiswch un o'r rhestr uchod\n"
"\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\")."
+"Y gyrrwr presennol ar gyfer eich cerdyn \"%s\" yw \"%s\" "
-#: ../../printer/printerdrake.pm_.c:88
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Dylai cyfeiriad IP edrych fel 192.168.1.20"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Choosing an arbitratry driver"
+msgstr "Dewis gyrrwr ar hap"
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-msgid "The port number should be an integer!"
-msgstr "Dylai rhif porth fod yn gyfanrif!"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
+msgstr ""
+"Prawf gwall sain - rhedeg y gorchmynion canlynol:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" pa yrrwyr i'w defnyddio\n"
+"drwy ragosodiad\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" pa yrrwyr mae'n defnyddio\n"
+"ar hyn o bryd\n"
+"\n"
+"- \"/sbin/lsmod\" gwirio os yw ei yrrwr wedi ei lwytho\n"
+"a'i peidio\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" a \"/sbin/chkconfig --list alsa\" dangos\n"
+"os yw sain a gwasanaethau alsa services sydd wedi eu ffurfweddu yn rhedwg\n"
+"ar initlevel 3\n"
+"\n"
+"- \"aumix -q\" a yw'r sain wedi ei ddistewi a'i peidio\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" pa rhaglen sy'n defnyddio'r cerdyn sain.\n"
-#: ../../printer/printerdrake.pm_.c:99
-msgid "CUPS server IP"
-msgstr "IP gwasanaethwr CUPS"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound trouble shooting"
+msgstr "Datrys problemau sain"
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "Porth"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr "Gwall. Nid yw gyrrwr \"%s\" wedi ei restru"
-#: ../../printer/printerdrake.pm_.c:102
-msgid "Automatic CUPS configuration"
-msgstr "Furfweddiad CUPS Awtomatig"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Unkown driver"
+msgstr "Gyrrwr anhysbys"
-#: ../../printer/printerdrake.pm_.c:159
-msgid "Checking your system..."
-msgstr "Gwirio eich system..."
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr "Nid oes gyrrwr hysbys ar gyfer eich cerdyn sain (%s)"
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-msgid "Printerdrake"
-msgstr "Printerdrake"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No known driver"
+msgstr "Dim gyrrwr hysbys"
-#: ../../printer/printerdrake.pm_.c:167
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
-"There are no printers found which are directly connected to your machine"
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
msgstr ""
-"Nid oes unrhyw argraffydd wedi ei ganfod wedi ei gysylltu'n uniongyrchol "
-"â'ch cyfrifiadur"
+"Nid oes gyrrwr rhydd ar gyfer eich cerdyn sain (%s) ond mae yrrwr perchnogol "
+"yn \"%s\" ."
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No open source driver"
+msgstr "Dim gyrrwr cod agored"
+
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Please Wait... Applying the configuration"
+msgstr "Arhoswch...Gosod y ffurfweddiad"
-#: ../../printer/printerdrake.pm_.c:179
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
-"The following printers\n"
+"The old \"%s\" driver is blacklisted.\n"
"\n"
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
-"Yr argraffyddion canlynol\n"
+"Mae'r hen yrrwr \"%s\" wedi ei wahardd.\n"
+"\n"
+"Mae'n effeithio'n andwyol ar y cnewyllyn\n"
"\n"
+"Bydd y gyrrwr \"%s|\"'n cael ei ddefnyddio ar y cychwyn"
-#: ../../printer/printerdrake.pm_.c:180
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Trouble shooting"
+msgstr "Datrys problemau"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
-"The following printer\n"
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
msgstr ""
-"Yr argraffydd canlynol\n"
+"OSS (Open Sound System) oedd yr API sain cyntaf. Mae'n API sail annibynnol o "
+"systemau gweithredu ( mae ar gael ar gyfer y rhan fwyaf o systemau unices) "
+"on mae'n API elfennol iawn a chyfyng.\n"
+"Mae gyrwyr OSS hefyd yn ail ddyfeisio'r hyn sy'n bod eisoes.\n"
+"\n"
+"Mae ALSA (Advanced Linux Sound Architecture) yn bensaerniaeth fodiwlaidd "
+"sy'n \n"
+"cynnal ystod eang o gardiau ISA, USB a PCI.\n"
"\n"
+"Mae hefyd yn darparu API llawer uwch na OSS.\n"
+"\n"
+"I ddefnyddio alsa, mae modd defnyddio un ai:\n"
+"- hen api OSS cydweddus\n"
+"-api ALSA newydd sy'n darparu llawer o nodweddion gell ond sydd angen "
+"defnyddio llyfrgell ALSA.\n"
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
"\n"
-"and one unknown printer are "
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
"\n"
-"ac mae un argraffydd anhysbys"
+"\n"
+"Mae eich cerdyn yn defnyddio'r gyrrwr %s\"%s\" ar hyn o bryd ( y gyrrwr "
+"arferol ar ei gyfer yw \"%s\")"
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../harddrake/sound.pm:1
#, c-format
msgid ""
-"\n"
-"and %d unknown printers are "
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
msgstr ""
-"\n"
-"a %d argraffydd anhysbys"
+"Yma medrwch ddewis gyrrwr arall (un ai OSS neu ALSA) ar gyfer eich cerdyn "
+"sain (%s)"
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound configuration"
+msgstr "Furfweddiad sain"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
-"\n"
-"are "
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-"\n"
-"yn"
+"Nid oes gyrrwr OSS/ALSA arall hysbys ar gyfer eich cerdyn sain (%s) sy'n "
+"defnyddio \"%s\" ar hyn o bryd"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No alternative driver"
+msgstr "Dim gyrwyr eraill"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "enable radio support"
+msgstr "galluogi cynnal radio"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Radio support:"
+msgstr "Cynnal radio:"
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "PLL setting:"
+msgstr "Gosodiad PLL:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "number of capture buffers for mmap'ed capture"
+msgstr "nifer o fyffers cipio ar gyfer cipio mmap"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Number of capture buffers:"
+msgstr "Nifer o fyffers cipio:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Tuner type:"
+msgstr "Math o diwniwr"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Card model:"
+msgstr "Model cerdyn:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
msgid ""
-"\n"
-"is "
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
msgstr ""
-"\n"
-"mae"
+"Ar gyfer y rhelyw o gardiau Teledu diweddar, mae'r modiwl bttv o'r cnewyllyn "
+"GNU/Linux yn awto ganfod y paramedrau cywir.\n"
+"Os yw'ch cerdyn yn cael ei ganfod ar gam, mae modd gorfodi'r mathau cywir o "
+"gerdyn a rheolydd,\n"
+"Dewiswch baramedrau eich cerdyn teledu os oes raid"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|Generic"
+msgstr "Anhysbys|Generig"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH06X (bt878) [many vendors]"
+msgstr "Anhysbys|CPH06X (bt878) [nifer o werthwyr]"
-#: ../../printer/printerdrake.pm_.c:189
-msgid "directly connected to your system"
-msgstr "wedi ei gysylltu'n uniongyrchol â'ch system!"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH05X (bt878) [many vendors]"
+msgstr "Anhysbys|CPH05X (bt878) [nifer o werthwyr]"
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Auto-detect"
+msgstr "Awtoganfod"
+
+#: ../../interactive/newt.pm:1
+#, c-format
+msgid "Do"
+msgstr "Gwneud"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "Eich dewis? (rhagosodedig %s)"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Bad choice, try again\n"
+msgstr "Dewis gwael, ceisiwch eto\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Re-submit"
+msgstr "Ail-gyflwyno"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"\n"
-"There is one unknown printer directly connected to your system"
+"=> Notice, a label changed:\n"
+"%s"
msgstr ""
-"\n"
-"Mae un argraffydd anhysbys wedi ei gysylltu'n uniongyrchol â'ch system"
+"=>Hysbysiad, mae label wedi newid:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../interactive/stdio.pm:1
#, c-format
msgid ""
-"\n"
-"There are %d unknown printers directly connected to your system"
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
msgstr ""
-"\n"
-"Mae yna %d argraffydd anhysbys wedi eu cysylltu'n uniongyrchol â'ch system"
+"Dewiswch y rhif cyntaf o'r amrediad 10 rydych am ei olygu,\n"
+"neu wasgwch Enter i barhau.\n"
+"Eich dewis?"
-#: ../../printer/printerdrake.pm_.c:200
-msgid " (Make sure that all your printers are connected and turned on).\n"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr "=> Mae yna lawer i ddewis o (%s).\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Eich dewis? (rhagosodedig `%s'%s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
+msgstr "rhowch'gwag' am gofnod gwag"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Do you want to click on this button?"
+msgstr "Ydych chi eisiau clicio ar y botwm hwn?"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Button `%s': %s"
+msgstr "Botwm '%s'.%s"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Eich dewis? (0/1, rhagosodedig %s)"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
msgstr ""
-"(Gwnewch yn siwr bod eich argraffyddion wedi eu cysylltu a'u troi mlaen).\n"
+"Gwybodaeth i'w gyflawyno:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"Loading module %s failed.\n"
+"Do you want to try again with other parameters?"
msgstr ""
-"Ydych chi am ganiatáu argraffu ar yr argraffyddion enwir uchod neu ar yr "
-"argraffyddion ar y rhwydwaith lleol?\n"
+"Methodd llwytho modiwl %s\n"
+"Hoffech chi drio eto gyda pharamedrau eraill?"
-#: ../../printer/printerdrake.pm_.c:215
-msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr "Ydych chi am alluogi argraffu ar argraffydd mewn rhwydwaith leol?\n"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "Enwi dewisiadau"
-#: ../../printer/printerdrake.pm_.c:217
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Ydych chi am alluogi argraffu ar yr argraffyddion enwwi'r uchod?\n"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "Atoholi"
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
-msgstr "Ydych chi'n siwr eich bod am osod argraffu ar y peiriant hwn?\n"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. 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."
-#: ../../printer/printerdrake.pm_.c:219
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "Pa yrrwr %s ddylwn drio?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "Dewisiadau modiwl:"
+
+#: ../../modules/interactive.pm:1
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"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 ""
-"NODYN: Yn dibynnu ar yr argraffydd a'r system argraffu bydd hyd at %d MB o "
-"feddalwedd ychwanegol yn cael ei osod."
+"Medrwch nawr ei ddewis i fodiwl. %s.\n"
+"Mae'r dewisiadau yn fformat ``name=value name2=value2 ...''.\n"
+"e.e, ``io=0x300 irq=7''"
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-msgid "Add a new printer"
-msgstr "Ychwanegu argraffydd newydd"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"You may now provide 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, e.e. "
+"'0x123'"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(modiwl %s)"
+
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "Gosod gyrrwr %s ar gyfer cerdyn %s "
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "Gweler gwybodaeth am galedwedd"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "Oes gennych unrhyw rhyngwyneb %s?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "Oes gennych un arall?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "Wedi canfod rhyngwynebau %s %s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
+msgstr "Mae modd i chi ffurfweddu pob paramedr o'r modiwl yma"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated strings"
+msgstr "llinellau collnod ranedig"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr "rhifau gwahanwyd gan gollnod"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr "%d llinellau gwahanwyd gan gollnod"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr "%d rhifau gwahanwyd gan gollnod"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "a number"
+msgstr "rhif"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
+"Rahaid cael minicode Alcatel.\n"
+"Llwytho i lawr o\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"achopio'r mgmt.o i /usr/share/speedtouch"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few 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:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "Cysylltu ˘'r We"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
+msgstr "USB Sagem (defnyddio pppoe)"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Alcatel speedtouch usb"
+msgstr "usb Alcatel Speedtouch"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr "defnyddiwch dhccp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pptp"
+msgstr "defnyddiwch pptp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "defnyddiwch pppoe"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Other ports"
+msgstr "Pyrth eraill"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Everything (no firewall)"
+msgstr "Popeth (dim mur cadarn)"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+"Porth annilys wedi ei gynnig: %s.\n"
+"Y fformat cywir yw \"port/tcp\" neu \"port/udp\", \n"
+"lle mae porth rhwng 1 a 65535."
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
+msgstr ""
+"Medrwch roi amrywiol byrth.\n"
+"Eng. dilys: 139/tcp 139/udp.\n"
+"Am wybodaeth ewch i /etc/services."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr "Pa wasanaethau'r hoffech i'r Rhyngrwyd gysylltu ˘ hwy?"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"drakfirewall configurator\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
+msgstr ""
+"Ffurfweddwr Drakfirewall\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"
+"Gwnewch yn siwr eich bod wedi ffurfweddu eich mynediad\n"
+"Rhwydwaith/Rhyngrwyd gyda Drakconnect cyn mynd ymhellach."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"drakfirewall configurator\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."
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
msgstr ""
+"ffurfweddiadur drakfirewall\n"
"\n"
-" Croeso i'r Dewin Gosod Argraffydd\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."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "No network card"
+msgstr "Dim cerdyn rhwydwaith"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "POP and IMAP Server"
+msgstr "Gwasanaethwr POP ac IMAP"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Mail Server"
+msgstr "Gwasanaethwr E-bost"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Domain Name Server"
+msgstr "Gwasanaethwr Enw Parth"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Web Server"
+msgstr "Gwasanaethwr Gwe"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
+msgstr ""
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf Host name"
+msgstr "Enw Gwesteiwr Zeroconf"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "Enw gwesteiwr"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid ""
"\n"
-"Mae'r dewin yn caniatáu 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."
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/ethernet.pm:1
+#, c-format
+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:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "Ffurfweddu'r rhwydwaith"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "heb ganfod cerdyn rhwydwaith"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+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:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "Dewiswch rhag wyneb y rhwydwaith"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+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:1
+#, c-format
+msgid ""
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
+msgstr ""
+"Pa gleient dhcp ydych chi eisiau ei ddefnyddio?\n"
+"dhcp-client yw'r rhagosodedig"
+
+#: ../../network/isdn.pm:1
+#, c-format
+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/isdn.pm:1
+#, c-format
+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 ""
+"Rwyf wedi canfod cerdyn IDSN, ond nid wyf yn gwybod pa fath. Dewiswch un "
+"cerdyn PCI ar y sgrin nesaf."
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "Pa un o'r canlynol yw eich cerdyn IDSN?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "Ffurfweddiad ISDN"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "Peidio"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "Parhau"
+
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
+"If you have an ISA card, the values on the next screen should be right.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
+"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
+"card.\n"
+msgstr ""
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
+"Os oes gennych gerdyn, dylai'r gwerthoedd ar y sgrin nesaf fod yn gywir.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Os oes gennych gerdyn PCMCIA, rhaid i chi wybod irq ac io eich cerdyn.\n"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "I don't know"
+msgstr "Dim syniad"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "PCI"
+msgstr "PCI"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISA / PCMCIA"
+msgstr "ISA / PCMCIA"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind of card do you have?"
+msgstr "Pa fath o gerdyn sydd gennych?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr "Wedi canfod rhyngwyneb \"%s\", hoffech chi ei ddefnyddio?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which protocol do you want to use?"
+msgstr "Pa brotocol ydych chi eisiau ei ddefnyddio?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Protocol for the rest of the world"
+msgstr "Protocol ar gyfer gweddill y byd"
+
+#: ../../network/isdn.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "European protocol"
+msgstr "Protocol Ewropeaidd"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "European protocol (EDSS1)"
+msgstr "Protocol Ewropeaidd (EDSSI)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
msgstr ""
+"Dewiswch eich darparwr.\n"
+"Os nad yw ar eich rhestr, dewiswch Heb ei Restri"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "External ISDN modem"
+msgstr "Modem IDSN Allanol"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "Cerdyn ISDN mewnol"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "Pa fath o gysylltiad IDSN?"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, c-format
+msgid "Network Configuration Wizard"
+msgstr "Dewin Ffurfweddu'r Rhwydwaith"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "Hen ffurfweddiad (isdn4net)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "New configuration (isdn-light)"
+msgstr "Ffurfweddiad newydd (isdn-light)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Which ISDN configuration do you prefer?\n"
"\n"
-"Croeso i'r Dewin Gosod Argraffydd\n"
+"* The Old configuration uses isdn4net. It contains powerful\n"
+" tools, but is tricky to configure, and not standard.\n"
"\n"
-"Bydd y dewin yn eich cynorthwyo i osod argraffydd(ion) sydd wedi eu cysylltu "
-"â'r cyfrifiadur hwn,yn gysylltiedig â'r rhwydwaith neu i beiriant Windows "
-"pell.\n"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\n"
"\n"
-"Os oes gennych argraffydd(ion) yn gysylltiedig â'r peiriant, cysylltwch nhw "
-"â'r peiriant a'u troi nhw mlaen fel bod modd awtoganfod. Hefyd rhaid i "
-"argraffydd(ion) rhwydwaith a'ch peiriannau Windows fod wedi eu cysylltu ac "
-"ymlaen.\n"
+"We recommand the light configuration.\n"
+msgstr ""
+"Pa ffurfweddiad IDSN sy'n well gennych?\n"
"\n"
-"Sylwer bod awtoganfod argraffyddion ar rwydwaith yn cymryd mwy o amser nag "
-"awtoganfod argraffyddion sy'n gysylltiedig â'r peiriant hwn. Felly, "
-"diffoddwch awto ganfod rhwydwaith pan nad oes mo'i angen.\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"
-"Cliciwch \"Nesaf\" pan ydych yn barod, a \"Diddymu\" os nad ydych am osod "
-"eich argraffydd(ion) ar hyn o bryd."
+" *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/modem.pm:1
+#, c-format
+msgid "Do nothing"
+msgstr "Gwneud dim"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Install rpm"
+msgstr "Gosod rpm"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+"Wedi canfod winmodem \"%s\" , hoffech chi osod y feddalwedd angenrheidiol?"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Title"
+msgstr "Teitl"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+"Nid yw'r system yn cynnal eich modem.\n"
+"Ewch i http://www.linmodems.org"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Second DNS Server (optional)"
+msgstr "Ail Wasanaethwr DNS (dewisol)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "First DNS Server (optional)"
+msgstr "Gwasanaethwr DNS Cyntaf (dewisol)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "Enw parth"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr "CHAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "Seiliedig ar sgript"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "Seiliedig ar derfynnell"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "Dynodiad Mewngofnodi"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "Rhif ff´n"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "Enw'r cysylltiad"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "Dewisiadau cyswllt ff´n"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Please choose which serial port your modem is connected to."
+msgstr "Dewiswch ba borth cyfresol mae eich modem wedi cysylltu iddo."
+
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "Ffurfweddiad y Rhwydwaith"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/netconnect.pm:1
+#, c-format
+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:1
+#, c-format
msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
"\n"
-"Welcome to the Printer Setup Wizard\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"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"A problem occured while restarting the network: \n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"%s"
+msgstr ""
+"Digwyddodd gwall wrth ail gychwyn y rhwydwaith:\n"
+"\n"
+"%s"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
+msgstr "Rhaid i becyn %s gael ei osod. Ydych chi am ei osod?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Network configuration"
+msgstr "Ffurfweddiad y rhwydwaith"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Do you want to start the connection at boot?"
+msgstr "Ydych chi eisiau agor y cysylltiad wrth gychwyn y cyfrifiadur?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection"
+msgstr "Cysylltiad ˘'r Rhyngrwyd"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
msgstr ""
+"Rydych wedi ffurfweddu nifer o ffyrdd i gysylltu ˘'r Rhyngrwyd.\n"
+"Dewiswch ba un rydych am ei ddefnyddio.\n"
"\n"
-"Croeso i'r Dewin Gosod Argraffydd\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the connection you want to configure"
+msgstr "Dewiiwch y math o gysylltiad rydych am ei ffurfweddu"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr "cerdyn ethernet wedi ei ganfod"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "LAN connection"
+msgstr "cysylltiad LAN"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "cable connection detected"
+msgstr "canfyddwyd cysylltiad cebl"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Cable connection"
+msgstr "Cysylltiad cebl"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected"
+msgstr "canfuwyd"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ADSL connection"
+msgstr "Cysylltiad ADSL"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected %s"
+msgstr "canfyddwyd %s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ISDN connection"
+msgstr "Cysylltiad ISDN"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Winmodem connection"
+msgstr "Cysylltiad Winmodem l"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected on port %s"
+msgstr "canfyddwyd ar borth %s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Normal modem connection"
+msgstr "Cysylltiad modem arferol"
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detecting devices..."
+msgstr "Canfod dyfeisiadau..."
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Mode"
+msgstr "Modd Uwch"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
+msgstr "Defnyddio awto ganfod"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the profile to configure"
+msgstr "Dewiswch broffil i'w ffurfweddu"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Welcome to The Network Configuration Wizard.\n"
"\n"
-"Bydd y dewin yn eich cynorthwyo i osod argraffydd(ion) sydd wedi eu cysylltu "
-"â'r cyfrifiadur hwn,\n"
-"Os oes gennych argraffydd(ion) yn gysylltiedig â'r peiriant, cysylltwch nhw "
-"â'r peiriant a'u troi nhw mlaen fel bod modd awtoganfod.\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"
-"Cliciwch \"Nesaf\" pan ydych yn barod, a \"Diddymu\" os nad ydych am osod "
-"eich argraffydd(ion) ar hyn o bryd."
+"Rydym ar fin ffurfweddi eich cysylltiad rhyngrwyd/rhwydwaith.\n"
+"Os nad ydych am ddefnyddio awto ganfod, dad-diciwch y blwch dewis.\n"
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/netconnect.pm:1
+#, c-format
+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:1
+#, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
+"We are now going to configure the %s connection.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Press OK to continue."
msgstr ""
"\n"
-"Croeso i'r Dewin Gosod Argraffydd\n"
"\n"
-"Bydd y dewin yn eich cynorthwyo i osod argraffydd(ion) sydd wedi eu cysylltu "
-"â'r cyfrifiadur hwn, yn gysylltiedig â'r rhwydwaith.\n"
"\n"
-"Os oes gennych argraffydd(ion) yn gysylltiedig â'r peiriant, cysylltwch nhw "
-"â'r peiriant a'u troi nhw mlaen fel bod modd awtoganfod. Hefyd rhaid i "
-"argraffydd(ion) rhwydwaith a'ch peiriannau Windows fod wedi eu cysylltu ac "
-"ymlaen.\n"
+"Rydym yn awr yn mynd i ffurfweddu cysylltiad %s.\n"
"\n"
-"Sylwer bod awtoganfod argraffyddion ar rwydwaith yn cymryd mwy o amser nag "
-"awtoganfod argraffyddion sy'n gysylltiedig â'r peiriant hwn. Felly, "
-"diffoddwch awto ganfod rhwydwaith pan nad oes mo'i angen.\n"
"\n"
-"Cliciwch \"Nesaf\" pan ydych yn barod, a \"Diddymu\" os nad ydych am osod "
-"eich argraffydd(ion) ar hyn o bryd."
+"Pwyswch Iawn i barhau."
-#: ../../printer/printerdrake.pm_.c:307
-msgid "Auto-detect printers connected to this machine"
-msgstr "Awto ganfod argraffyddion sy'n gysylltiedig a'r peiriant hwn"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "We are now going to configure the %s connection."
+msgstr "Rydym am ffurfweddu cysylltiad %s"
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
-msgstr ""
-"Awtoganfod argraffyddion sy'n gysylltiedig yn uniongyrchol â'r rhwydwaith "
-"lleol"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "Cysylltiad ˘'r rhyngrwyd a'i ffurfweddiad "
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
-msgstr ""
-"Awtoganfod argraffyddion sy'n gysylltiedig â pheiriannau'n rhedeg Microsoft "
-"Windows"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Configure the connection"
+msgstr "Ffurfweddu'r gysylltiad"
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Disconnect"
+msgstr "Dadgysylltu"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Connect"
+msgstr "Cysylltu"
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Congratulations, your printer is now installed and configured!\n"
+"You can reconfigure your connection."
+msgstr ""
"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
+"Medrwch ailffurfweddu eich cysylltiad"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\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."
+"You can connect to the Internet or reconfigure your connection."
msgstr ""
"\n"
-"Llongyfarchiadau, mae eich argraffydd wedi ei osod a'i ffurfweddu!\n"
+"Medrwch gysylltu ˘'r Rhyngrwyd neu ailffurfweddu eich cyswllt"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "Nid ydych wedi eich cysylltu ˘'r Rhyngrwyd."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\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."
+"You can disconnect or reconfigure your connection."
+msgstr ""
+"\n"
+"Medrwch ddatgysylltu neu ailffurfweddu eich cyswllt"
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-msgid "Printer auto-detection"
-msgstr "Awto ganfod argraffydd"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are currently connected to the Internet."
+msgstr "Rydych wedi eich cysylltu ˘'r Rhyngrwyd."
-#: ../../printer/printerdrake.pm_.c:385
+#: ../../network/network.pm:1
#, c-format
-msgid ", network printer \"%s\", port %s"
-msgstr ", rhwydwaith argraffu \"%s\", porth %s"
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "Dylai'r URL ddechrau gyda 'ftp' neu 'http:'"
-#: ../../printer/printerdrake.pm_.c:387
+#: ../../network/network.pm:1
#, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr ", argraffydd \"%s\" ar wasanaethwr SMB/Windows \"%s\""
+msgid "Proxy should be http://..."
+msgstr "Dylai dirprwyon fod yn gyfanrif!"
-#: ../../printer/printerdrake.pm_.c:391
+#: ../../network/network.pm:1
#, c-format
-msgid "Detected %s"
-msgstr "Canfyddwyd %s"
+msgid "FTP proxy"
+msgstr "Dirprwy FTP"
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Argraffydd ar borth paralel \\/\"%s"
+msgid "HTTP proxy"
+msgstr "Dirprwy HTTP"
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/network.pm:1
#, c-format
-msgid "USB printer \\/*%s"
-msgstr "Argraffydd USB \\/\"%s"
+msgid "Proxies configuration"
+msgstr "Ffurfweddiad dirprwyon"
-#: ../../printer/printerdrake.pm_.c:399
+#: ../../network/network.pm:1
#, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "Argraffydd rhwydwaith \"%s\", porth %s"
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "Dylai cyfeiriad Porth fod mewn fformat 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Argraffydd \"%s\" ar wasanaethwr SMB/Windows \"%s\""
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "Dylai cyfeiriad DNS fod mewn fformat 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-msgid "Local Printer"
-msgstr "Argraffydd Lleol"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway device"
+msgstr "Dyfais mynedfa"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr "Mynedfa (e.e. %s)"
-#: ../../printer/printerdrake.pm_.c:526
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "Gwasanaethwr DNS"
+
+#: ../../network/network.pm:1
+#, c-format
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, ...)."
+"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 ""
-"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,...)."
+"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"
-#: ../../printer/printerdrake.pm_.c:530
-msgid "You must enter a device or file name!"
-msgstr "Rhaid cynnig enw dyfais neu ffeil!"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
+msgstr ""
+"Dylai'r raddfa gael rhagosodiad K, M neu G (e.e.\"11M\" am 11M), neu "
+"ychwanegi '0' (sero)."
-#: ../../printer/printerdrake.pm_.c:539
-msgid "No printer found!"
-msgstr "Heb ganfood argraffydd!"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
+msgstr ""
+"Dylai Frqu gael rhagosodiad k, M neu G (ee \"2.46G\" am donfedd 2.46 GHz ), "
+"neu ychwanegu '0' (sero)."
-#: ../../printer/printerdrake.pm_.c:548
-msgid "Available printers"
-msgstr "Argraffyddion ar gael"
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "Start at boot"
+msgstr "Cychwyn y peiriant"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Network Hotplugging"
+msgstr "Monitro'r Rhwydwaith"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
+msgstr "Dilynnwch cyfernod cerdyn rhwydwaith (defnyddiol ar gyfer gliniadur)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(bootp/dhcp/zeroconf)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "IP awtomatig"
-#: ../../printer/printerdrake.pm_.c:552
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "Netmask"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "Cyfeiriad IP"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid " (driver %s)"
+msgstr " (gyrrwr %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "Ffurfweddu dyfais rhwydwaith %s"
+
+#: ../../network/network.pm:1
+#, c-format
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"
+"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 ""
-"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."
+"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)."
-#: ../../printer/printerdrake.pm_.c:553
+#: ../../network/network.pm:1
+#, c-format
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"
+"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 ""
-"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."
+"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."
-#: ../../printer/printerdrake.pm_.c:555
+#: ../../network/shorewall.pm:1
+#, c-format
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\"."
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes after installation."
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\"."
+"Rhybudd! Mae ffurfweddiad mur gwarchod wedi ei ganfod. Efallai bydd angen "
+"atgyweirio gyda llaw ar ´l y gosodiad."
+
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "Wedi canfod ffurfweddiad mur gwarchod!"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "Cyfrinair y Cyfrif"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "Mewngofnod Cyfrif (enw defnyddiwr)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection timeout (in sec)"
+msgstr "Oediad yn y cysylltiad (mewn eiliadau)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection speed"
+msgstr "Cyflymder y cysylltiad"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Dialing mode"
+msgstr "Modd deialu"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Choose your country"
+msgstr "Dewiswch eich gwlad"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "Dns 2 y darparwr (dewisol)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "Dns 1 y darparwr (dewisol)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "Rhif ff´n y darparwr"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "Enw darparwr (eng. darparwr.net)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "Eich rhif ff´n personol"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "IO_1 y cerdyn"
-#: ../../printer/printerdrake.pm_.c:556
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "IO_O y cerdyn"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "IO'r Cerdyn"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "Cof Cerdyn (DMA)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "IRQ y cerdyn"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
+msgstr "Llanwch neu diciwch y maes islaw"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Connection Configuration"
+msgstr "Ffurfweddiad y Cysylltiad"
+
+#: ../../network/tools.pm:1
+#, c-format
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\"."
+"The system doesn't seem to be connected to the Internet.\n"
+"Try to reconfigure your connection."
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\"."
+"Nid yw'n ymddangos i'ch system gysylltu ˘'r Rhyngrwyd.\n"
+"Ailffurfweddwch eich cysylltiad."
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "For security reasons, it will be disconnected now."
+msgstr "Am resymau diogelwch, bydd yn cael ei ddatgysylltu."
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "The system is now connected to the Internet."
+msgstr "Mae'r system wedi cysylltu ˘'r Rhyngrwyd."
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Testing your connection..."
+msgstr "Profi eich cysylltiad..."
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Hoffech chi gysylltu ˘'r Rhyngrwyd nawr?"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Internet configuration"
+msgstr "Ffurfweddiad rhyngrwyd"
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../partition_table/raw.pm:1
+#, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"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, corrupted "
+"data."
msgstr ""
-"Dewiswch y porth y mae eich argraffydd wedi cysylltu iddo neurhowch enw "
-"dyfais/ffeil ar y ninell mewnbwn"
+"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"
-#: ../../printer/printerdrake.pm_.c:559
-msgid "Please choose the port where your printer is connected to."
-msgstr "Dewiswch y porth mae'r argraffydd wedi cysylltu iddo."
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr "(Rhagosodedig)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "On CUPS server \"%s\""
+msgstr "Ar wasanaethwr CUPS \"%s\""
+
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, c-format
+msgid "Remote Printers"
+msgstr "Argraffyddion Pell"
+
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr "(ar y peiriant hwn)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on %s)"
+msgstr "(ar %s)"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Common Unix Printing System"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng"
+msgstr "LPRng"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - LPR New Generation"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD"
+msgstr "LPD"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD - Line Printer Daemon"
+msgstr "LPD - Line Printer Daemon"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
+msgstr "PDQ"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Print, Don't Queue"
+
+#: ../../printer/detect.pm:1
+#, c-format
+msgid "Unknown Model"
+msgstr "Model anhysbys"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr "Model anhysbys"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Host %s"
+msgstr "Gwesteiwr %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network %s"
+msgstr "Rhwydwaith %s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Interface \"%s\""
+msgstr "Rhyngwyneb \"%s\""
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local network(s)"
+msgstr "Rhwydwaith(iau) lleol "
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
+msgstr "Argraffydd crai (dim gyrrwr)"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
+msgstr ", defnyddio gorchymyn %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on Novell server \"%s\", printer \"%s\""
+msgstr "ar wasanaethwr Novell \"%s\", argraffydd \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgstr "ar wasanaethwr SMB/Windows \"%s\", rhannu \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ", gwesteiwr TCP/IP \"%s\", porth %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
+msgstr "ar wasanaethwr LPD \"%s\", argraffydd \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", printing to %s"
+msgstr ", argraffu i %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
+msgstr ",dyfais amlbwrpas"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ", dyfais amlbwrpas ar HP JetDirect"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ", dyfais amlbwrpas ar USB"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on parallel port \\#%s"
+msgstr ", dyfais amlbwrpas ar borth paralel \\#\"%s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", USB printer"
+msgstr "argraffydd USB"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", USB printer \\#%s"
+msgstr ", argraffydd USB \\#\"%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " on parallel port \\#%s"
+msgstr " ar borth paralel \\#\"%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printers"
+msgstr "Argraffyddion Lleol"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Pipe job into a command"
+msgstr "Peipio'r gwaith i orchymyn"
-#: ../../printer/printerdrake.pm_.c:561
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter a printer device URI"
+msgstr "Rhowch URI dyfais argraffydd"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on NetWare server"
+msgstr "Argraffydd ar wasanaethwr NetWare"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "Argraffydd ar wasanaethwr SMB/Windows 95/98/NT"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "Argraffydd rhwydwaith (TCP/Soced)"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on remote lpd server"
+msgstr "Argraffydd ar wasanaethwr lpd pell"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on remote CUPS server"
+msgstr "Argraffydd ar wasanaethwr CUPS pell"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
+msgstr "Argraffydd pell"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Local printer"
+msgstr "Argraffydd lleol"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring applications..."
+msgstr "Ffurfweddi'u rhaglenni"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, c-format
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to configure another printer?"
+msgstr "Ydych chi eisiau ffurfwedu argraffydd arall?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "Tynnu argraffydd \"%s\"..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Ydych chi wir eisiau tynnu argraffydd \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove printer"
+msgstr "Tynnu argraffydd"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Know how to use this printer"
+msgstr "Gwybod sut i ddefnyddio'r argraffydd"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print test pages"
+msgstr "Argraffu tudalennau prawf"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+msgstr "Methwyd ˘ thynnu argraffydd \"%s\" o Star Office/OpenOffice.org/GIMP."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-" (Pyrth paralel: /dev/lp0, /dev/lp1, ..., yn cyfateb i LPT1:, LPT2:, ..., "
-"argraffydd USB cyntaf: /dev/usb/lp0, ail argraffydd USB : /dev/usb/lp1, ...)."
+"Cafodd argraffydd \"%s\" ei dynnu'n llwyddiannus o Star Office/OpenOffice."
+"org."
-#: ../../printer/printerdrake.pm_.c:565
-msgid "You must choose/enter a printer/device!"
-msgstr "Rhaid dewis/rhoi argraffydd/dyfais!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Tynnu'r argraffydd o Star Office/OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:584
-msgid "Manual configuration"
-msgstr "Ffurfweddiad gyda llaw"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Tynnwch yr argraffydd hwn o Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr "Dewisiadau Argraffydd lpd Pell"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr ""
+"Wedi methu ag ychwanegu argraffydd \"%s\" i Star Office/OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:634
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-"I ddefnyddio argraffydd lpd pell, rhaid darparu enw gwesteiwr gwasanaethwr "
-"yr argraffydd ac enw'r argraffydd ar y gwasanaethwr hwnnw."
+"Mae argraffydd \"%s\" wedi ei ychwanegu'n llwyddiannus i Star Office/"
+"OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:635
-msgid "Remote host name"
-msgstr "Enw gwesteiwr pell"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Ychwanegu argraffydd i Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:636
-msgid "Remote printer name"
-msgstr "Enw'r argraffydd pell"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Ychwanegwchyr argraffydd hwn i Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:639
-msgid "Remote host name missing!"
-msgstr "Mae enw'r gwesteiwr pell ar goll!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr "Mae argraffydd \"%s\" wedi ei osod fel yr argraffydd rhagosodedig."
-#: ../../printer/printerdrake.pm_.c:643
-msgid "Remote printer name missing!"
-msgstr "Mae enw'r argraffydd pell ar goll!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Default printer"
+msgstr "Argraffydd rhagosodedig"
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Detected model: %s %s"
-msgstr "Canfyddwyd model %s %s"
+msgid "Set this printer as the default"
+msgstr "Gosod yr argraffydd fel y rhagosodedig"
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-msgid "Scanning network..."
-msgstr "Chwilio'r rhwydwaith..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "Dewisiadau argraffydd"
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", printer \"%s\" on server \"%s\""
-msgstr ", argraffydd \"%s\" ar wasanaethwr \"%s\""
+msgid "Printer manufacturer, model"
+msgstr "Gwneuthurwr yr argraffydd, model"
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "Argraffydd \"%s\" ar wasanaethwr \"%s\""
+msgid "Printer manufacturer, model, driver"
+msgstr "Gwneuthurwr yr argraffydd, model, gyrrwr"
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Dewisiadau Argraffydd SMB (Windows 9x/NT)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "Tynnu hen argraffydd \"%s\"..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer name, description, location"
+msgstr "Enw'r argraffydd, disgrifiad, lleoliad"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer connection type"
+msgstr "Math o gyswllt argraffydd"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Learn how to use this printer"
+msgstr "Gwybod sut i ddefnyddio'r argraffydd"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer"
+msgstr "Argraffydd bras"
-#: ../../printer/printerdrake.pm_.c:796
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do it!"
+msgstr "Gwna!!"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Close"
+msgstr "Cau"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Printer %s\n"
+"What do you want to modify on this printer?"
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."
+"Argraffydd %s\n"
+"Beth ydych am ei newid ar yr argraffydd hwn?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Modify printer configuration"
+msgstr "Newid ffurfweddiad yr argraffydd"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add a new printer"
+msgstr "Ychwanegu argraffydd newydd"
-#: ../../printer/printerdrake.pm_.c:797
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Normal Mode"
+msgstr "Modd Arferol"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Change the printing system"
+msgstr "Newidiwch y system argraffu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer sharing"
+msgstr "Rhannu argraffydd"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "CUPS configuration"
+msgstr "Furfweddiad CUPS"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
+"Adnewyddu rhestr argraffyddion (dangos pob argraffydd CUPS pell sydd ar gael)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
+"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 ""
-"Os cafodd yr argraffydd ei awtoganfod, dewiswch ef o'r rhestr ac ychwanegu "
-"enw defnyddiwr, cyfrinair a/neu grwp gwaith yn ôl yr angen."
+"Mae'r argraffyddion canlynol wedi eu ffurfweddi. Cliciwch ar un i newid ei "
+"osodiadau; ei wneud yn argraffydd rhagosodedig; i edrych am wybodaeth amdano."
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr "Gwasanaethwr gwesteiwr SMB"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/GIMP."
+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/GIMP."
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
-msgstr "IP Gwasanaethwr SMB"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr "System argraffu."
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr "Rhannu enw"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Would you like to configure printing?"
+msgstr "Hoffech chi ffurfweddu argraffu?"
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "Grwp gwaith"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing Printerdrake..."
+msgstr "Paratoi PrinterDrake..."
-#: ../../printer/printerdrake.pm_.c:806
-msgid "Auto-detected"
-msgstr "Awto ganfyddwyd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
+msgstr "Gwirio'r meddalwedd sydd wedi ei osod..."
-#: ../../printer/printerdrake.pm_.c:816
-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!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing Foomatic..."
+msgstr "Gosod Foomatic..."
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
-msgstr "Mae enw rhannu Samba ar goll!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "Methu ffurfweddu argraffydd \"%s\"!"
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
-msgstr "RHYBUDD DIOGELWCH!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "Ffurfweddu argraffydd \"%s\" ..."
-#: ../../printer/printerdrake.pm_.c:827
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer data..."
+msgstr "Darllen data argraffydd..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Pa system argraffu(sbwlydd) ydych chi am ei ddefnyddio?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Spooler"
+msgstr "Dewiswch Sbwlydd Argraffydd"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing %s ..."
+msgstr "Gosod %s..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing %s ..."
+msgstr "Tynnu %s..."
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\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"
+"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"
-"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"
+"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"
-"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"
+"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"
-msgstr ""
-"Rydych ar fin gosod y modd i argraffu i gyfrif Windows gyda chyfrinair. "
-"Oherwydd gwall ym mhensaernïaeth meddalwedd cleient Samba mae'r cyfrinair yn "
-"cael ei osod mewn testun plaen ar y llinell orchymyn y cleient Samba sy'n "
-"cael ei ddefnyddio i anfon gwaith argraffu i'r gwasanaethwr Windows. Felly "
-"mae'n bosibl i bob defnyddiwr ar y peiriant i arddangos y cyfrinair ar y "
-"sgrin drwy'r gorchymyn \"ps auxwww\".\n"
+"Ydych chi am i'r cychwyn awtomatig gael ei droi ymlaen eto?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting the printing system at boot time"
+msgstr "Cychwyn y system argraffu wrth gychwyn y cyfrifiadur"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"Rydym yn argymell eich bod yn defnyddio un o'r dulliau gwahanol hyn ( yn yr "
-"holl achosion hyn, rhaid i chi wneud yn siwr mae dim ond peiriannau o'ch "
-"rhwydwaith lleol chi sydd â mynediad i'ch gwasanaethwr Windows, e.e. drwy "
-"gyfrwng mur cadarn).\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"
-"Defnyddio cyfrif heb gyfrinair ar eich gwasanaethwr Windows, defnyddio "
-"cyfrif \"Ymwelydd\" neu gyfrif arbennig ar gyfer argraffu. Peidiwch tynnu "
-"eich amddiffyniad cyfrinair o gyfrif personol na'r cyfrif gweinyddwr.\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"
-"Gosod eich gwasanaethwr Windows i wneud yr argraffydd ar gael o dan brotocol "
-"LPD. Yna gosod argraffu o'r peiriant hwn gyda chyswllt \"%s\" yn "
-"Printerdrake.\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?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing a printing system in the %s security level"
+msgstr "Gosod system argraffu yn lefel diogelwch %s"
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "paranoid"
+msgstr "Paranoia"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "high"
+msgstr "uchel"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Restarting printing system..."
+msgstr "Ailgychwyn system argraffu..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuration of a remote printer"
+msgstr "Ffurfweddiad argraffydd pell"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-"Gosod eich gwasanaethwr Windows i wneud yr argraffydd ar gael o dan brotocol "
-"IPP a gosod argraffu o'r peiriant hwn gyda'r \"%s\" yn Printerdrake.\n"
-"\n"
+"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."
-#: ../../printer/printerdrake.pm_.c:840
+#: ../../printer/printerdrake.pm:1
+#, c-format
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?"
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is 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 ""
-"Cysylltu eich argraffydd i wasanaethwr Linux a gadael i'ch peiriant/"
-"peiriannau Windows gysylltu iddo fel cleient.\n"
-"\n"
-"Ydych chi am barhau i osod yr argraffydd hwn?"
+"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\""
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr "Dewisiadau Argraffydd NetWare"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configure the network now"
+msgstr "Ffurfweddwch y rhwydwaith"
-#: ../../printer/printerdrake.pm_.c:912
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Go on without configuring the network"
+msgstr "Mynd yn eich blaen heb ffurfweddu'r rhwydwaith"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"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."
+"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?"
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr "Gwasanaethwr Argraffydd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network functionality not configured"
+msgstr "Nid yw swyddogaethau'r rhwydwaith wedi ei ffurfweddu"
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr "Enw Rhes Argraffu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting network..."
+msgstr "Cychwyn y rhwydwaith..."
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
-msgstr "Mae enw gwasanaethwr NCP ar goll!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refreshing printer data..."
+msgstr "Adnewyddu data'r argraffydd..."
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
-msgstr "Mae enw rhes NCP ar goll"
+#: ../../printer/printerdrake.pm:1
+#, 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 ?"
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", host \"%s\", port %s"
-msgstr ", gwesteiwr \"%s\", porth %s"
+msgid "Transfer printer configuration"
+msgstr "Trosglwyddo ffurfweddiad yr argraffydd"
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Host \"%s\", port %s"
-msgstr ",Gwesteiwr \"%s\", porth %s"
+msgid "Transferring %s..."
+msgstr "Trosglwyddo %s..."
-#: ../../printer/printerdrake.pm_.c:1030
-msgid "TCP/Socket Printer Options"
-msgstr "Dewisiadau Argraffydd TCP/Soced"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "New printer name"
+msgstr "Enw'r argraffydd newydd"
-#: ../../printer/printerdrake.pm_.c:1032
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
msgstr ""
-"Dewiswch un o'r argraffyddion sydd wedi eu awtoganfod o'r rhestr neu rhowch "
-"yr enw gwesteiwr neu IP a'r rhif porth dewisol (9100 yw'r rhagosodedig) i'r "
-"meysydd mewnbwn."
+"Mae argraffydd \"%s\" yn bodoli eisoes,\n"
+"ydych chi wir eisiau ailysgrifennu ei ffurfweddiad?"
-#: ../../printer/printerdrake.pm_.c:1033
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr "Trosglwyddo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+"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 ""
-"I argraffu i argraffydd TCP neu soced, rhaid i chi ddarparu enw gwesteiwr "
-"neu IP'r argraffydd ac yn ddewisol rhif y porth (Y rhagosodedig yw 9100). Ar "
-"wasanaethwyr HP JetDirect rhif y porth, fel rheol, yw 9100, gall amrywio ar "
-"wasanaethwyr eraill. Gweler llawlyfr eich caledwedd"
+"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."
-#: ../../printer/printerdrake.pm_.c:1037
-msgid "Printer host name or IP missing!"
-msgstr "Mae enw'r gwesteiwr argraffu neu IP ar goll!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
+msgstr "Peidio trosglwyddo argraffydd"
-#: ../../printer/printerdrake.pm_.c:1059
-msgid "Printer host name or IP"
-msgstr "Enw'r gwesteiwr neu IP yr argraffydd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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\"."
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr "URI Dyfais Argraffu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:1108
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
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 ."
+"Yn ogystal, nid oes modd trosglwyddo rhesi grewyd gan y rhaglen hon na "
+"\"foomatic-configure\"."
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
-msgstr "Rhaid cynnig URI dilys!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "LPD and LPRng do not support IPP printers.\n"
+msgstr "Nid yw LPD na LPRng yn cynnal argraffyddion IPP.\n"
-#: ../../printer/printerdrake.pm_.c:1463
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
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."
+"Mae PDQ yn cynnal argraffyddion lleol, LDP pell, a Socket/TCP, yn unig.\n"
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr "Enw'r argraffydd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "Disgrifiad"
+#: ../../printer/printerdrake.pm:1
+#, 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 gopŻo 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"
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "Lleoliad"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
+msgstr ""
+"Mae eich argraffydd wedi ei ffurfweddu'n awtomatig i rhoi mynediad i chi i'r "
+"gyrrwr cerdyn llun o'c cyfrifiadur. Mae modd i chi gael mynediad at eich "
+"cardiau llun drwy'r rhaglen graffigol \"MtoolsFM\" (Dewislen: \"Rhaglenni\" -"
+"> \"Offer ffeil\" -> \"Rheolwr Ffeiliau MTools\") neu ar y llinell "
+"orchymyn: \"mtools\" (\"man mtools\" am ragor o wybodaeth) Bydd ys system o "
+"dan yrrwr \"p\", neu lythrennau canlynol pan fydd gennych fwy nag un "
+"argraffydd HP gyda gyrwyr cerdyn llun. Yn MToolsFM\" mae modd newid rhwng "
+"llythrennau gyrwyr drwy'r maes ar ben uchaf de'r rhestr."
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-msgid "Reading printer database..."
-msgstr "Darllen cronfa ddata argraffydd..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your 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\" 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\" ar y linell orchymyn i dderbyn mwy "
+"o wybodaeth.\n"
+"\n"
+"Peidiwch defnyddio \"scannerdrake\" ar gyfer y ddyfais hon."
-#: ../../printer/printerdrake.pm_.c:1482
-msgid "Preparing printer database..."
-msgstr "Paratoi cronfa ddata argraffydd..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "Argraffu tudalen(nau) prawf..."
-#: ../../printer/printerdrake.pm_.c:1578
-msgid "Your printer model"
-msgstr "Model eich argraffydd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print option list"
+msgstr "Rhestr ddewis argraffu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Argraffu ar argraffydd \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "Argraffu/Mynediad Cardiau Llun ar \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Argraffu/Sganio ar \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "Argraffu/Sganio/Cardiau Llun ar \"%s\""
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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%s\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"
+"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%s\n"
"\n"
-"Ar gyfer eich argraffydd mae Printerdrake wedi canfod\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
"\n"
-"%s"
+"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 caniatĦu newid y gosodiadau dewis "
+"ar gyfer tasg argraffu penodol. Ychwanegwch y gosodiadau angenrheidiol i'r "
+"llinell gorchymyn, e.e \"%s <file>\".\n"
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-msgid "The model is correct"
-msgstr "Mae'r model yn gywir"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-msgid "Select model manually"
-msgstr "Dewiswch y model gyda llaw"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:1606
-msgid "Printer model selection"
-msgstr "Dewis model yr argraffydd"
+#: ../../printer/printerdrake.pm:1
+#, 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"
-#: ../../printer/printerdrake.pm_.c:1607
-msgid "Which printer model do you have?"
-msgstr "Pa fath o argraffydd sydd gennych?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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\"."
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"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\"."
+"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>\". "
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
-"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\"."
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
+"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 ""
-"Nid yw eich argraffydd wedi ei rhestri, dewiswch un cyfatebol (gw. llawlyfr "
-"eich argraffydd) neu un tebyg."
+"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"
-#: ../../printer/printerdrake.pm_.c:1697
-msgid "OKI winprinter configuration"
-msgstr "Ffurfweddiad OKI winprinter "
+#: ../../printer/printerdrake.pm:1
+#, 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 caniatĦu "
+"chi ddefnyddio'r argraffydd ac i newid gosodiadau dewis yn hawdd.\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr "A weithiodd hwnnw'n iawn?"
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
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."
+"Mae tudalen(nau) prawf wedi eu hanfon at yr argraffydd.\n"
+"Gall gymryd amser cyn i'r argraffydd gychwyn.\n"
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-msgid "Lexmark inkjet configuration"
-msgstr "Ffurfweddiad inkjet Lexmark"
+#: ../../printer/printerdrake.pm:1
+#, 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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not print any test page"
+msgstr "Peidiwch argraffu tudalennau prawf"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo test page"
+msgstr "Tudalen prawf llun"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (A4)"
+msgstr "Prawf tudalen arall (A4)"
-#: ../../printer/printerdrake.pm_.c:1719
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (Letter)"
+msgstr "Prawf tudalen arall (Llythyr)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Standard test page"
+msgstr "Tudalen prawf safonnol"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print"
+msgstr "Argraffu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "No test pages"
+msgstr "Dim tudalennau prawf"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"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."
+"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."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Test pages"
+msgstr "Tudalennau prawf"
-#: ../../printer/printerdrake.pm_.c:1746
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/). Click on the \"Drivers\" link. 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."
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
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."
+"Ydych chi am osod argraffydd (\"%s\")\n"
+"fel yr argraffydd rhagosodedig?"
-#: ../../printer/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
-msgstr "GDI Laser Printer yn defnyddio Zenographics ZJ-Stream Format"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
+msgstr "Dewis %s allan o amrediad!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be a number!"
+msgstr "Rhaid i ddewis %s fod yn rhif!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr "Rhaid i ddewis %s fod yn gyfanrif"
-#: ../../printer/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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.."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -8856,1273 +11818,1868 @@ msgstr ""
"Mae modd i unrhyw ddefnyddiwr wneud y gorchymyn cyntaf, rhaid i'r ail fod "
"fel gwraidd. wedi gwneud hyn mae modd argraffu fel arfer\n"
-#: ../../printer/printerdrake.pm_.c:1972
-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.."
-
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Rhaid i ddewis %s fod yn gyfanrif"
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr "GDI Laser Printer yn defnyddio Zenographics ZJ-Stream Format"
-#: ../../printer/printerdrake.pm_.c:1985
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be a number!"
-msgstr "Rhaid i ddewis %s fod yn rhif!"
+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/). Click on the \"Drivers\" link. 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."
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
-msgstr "Dewis %s allan o amrediad!"
+msgid "Lexmark inkjet configuration"
+msgstr "Ffurfweddiad inkjet Lexmark"
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
+"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 ""
-"Ydych chi am osod argraffydd (\"%s\")\n"
-"fel yr argraffydd rhagosodedig?"
-
-#: ../../printer/printerdrake.pm_.c:2051
-msgid "Test pages"
-msgstr "Tudalennau prawf"
+"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."
-#: ../../printer/printerdrake.pm_.c:2052
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"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."
+"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."
-#: ../../printer/printerdrake.pm_.c:2056
-msgid "No test pages"
-msgstr "Dim tudalennau prawf"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "OKI winprinter configuration"
+msgstr "Ffurfweddiad OKI winprinter "
-#: ../../printer/printerdrake.pm_.c:2057
-msgid "Print"
-msgstr "Argraffu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:2114
-msgid "Standard test page"
-msgstr "Tudalen prawf safonnol"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
+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\"."
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
-msgstr "Prawf tudalen arall (Llythyr)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printer model do you have?"
+msgstr "Pa fath o argraffydd sydd gennych?"
-#: ../../printer/printerdrake.pm_.c:2120
-msgid "Alternative test page (A4)"
-msgstr "Prawf tudalen arall (A4)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer model selection"
+msgstr "Dewis model yr argraffydd"
-#: ../../printer/printerdrake.pm_.c:2122
-msgid "Photo test page"
-msgstr "Tudalen prawf llun"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer database..."
+msgstr "Darllen cronfa ddata argraffydd..."
-#: ../../printer/printerdrake.pm_.c:2126
-msgid "Do not print any test page"
-msgstr "Peidiwch argraffu tudalennau prawf"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select model manually"
+msgstr "Dewiswch y model gyda llaw"
-#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
-msgstr "Argraffu tudalen(nau) prawf..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The model is correct"
+msgstr "Mae'r model yn gywir"
-#: ../../printer/printerdrake.pm_.c:2159
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 tudalennau prawf wedi eu hanfon i'r argraffydd.\n"
-"Gall gymryd amser cyn i'r argraffydd gychwyn.\n"
-"Statws argraffu:\n"
-"%s\n"
+"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"
-#: ../../printer/printerdrake.pm_.c:2163
-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"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Your printer model"
+msgstr "Model eich argraffydd"
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
-msgstr "A weithiodd hwnnw'n iawn?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing printer database..."
+msgstr "Paratoi cronfa ddata argraffydd..."
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-msgid "Raw printer"
-msgstr "Argraffydd bras"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Location"
+msgstr "Lleoliad"
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
#, 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 caniatáu "
-"chi ddefnyddio'r argraffydd ac i newid gosodiadau dewis yn hawdd.\n"
+msgid "Description"
+msgstr "Disgrifiad"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer"
+msgstr "Enw'r argraffydd"
-#: ../../printer/printerdrake.pm_.c:2218
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"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 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"
+"Mae pob argraffydd angen enw (e.e. \"argraffydd\". Nid oes angen llanw "
+"meysydd Disgrifiad a Lleoliad. Lle ar gyfer sylwadau'r defnyddiwr sydd yma."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter Printer Name and Comments"
+msgstr "Rhowch Enw'r Argraffydd a Sylw"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Making printer port available for CUPS..."
+msgstr "Gwneud porth argraffu ar gael ar gyfer CUPS..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo memory card access on your HP multi-function device"
+msgstr "Mynediad i gerdyn cof ffoto ar eich dyfais HP amlbwrpas"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning on your HP multi-function device"
+msgstr "Sganio eich dyfais amlbwrpas HP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing mtools packages..."
+msgstr "Gosod pecynnau mtools..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing SANE packages..."
+msgstr "Gosod pecynnau SANE..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking device and configuring HPOJ..."
+msgstr "Gwirio'r ddyfais a ffurfweddu HPOJ..."
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing HPOJ package..."
+msgstr "Gosod pecyn HPOJ..."
+
+#: ../../printer/printerdrake.pm:1
#, 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>\". "
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
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>\". "
+"A yw eich argraffydd yn ddyfais amlbwrpas gan HP neu Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 gyda sganiwr, Sony IJP-V100), HP "
+"PhotoSmart neu HP LaserJet 2200?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A command line must be entered!"
+msgstr "Rhaid rhoi llinell gorchymyn!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Command line"
+msgstr "Llinell orchymyn"
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
#, 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%s\n"
-"\n"
+"Here you can specify any arbitrary command line into which the job should be "
+"piped instead of being sent directly to a printer."
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%s\n"
-"\n"
+"Yma medrwch bennu unrhyw fan lle dylid cyfeirio'r gwaith yn lle ei anfon at "
+"yr argraffydd."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Pipe into command"
+msgstr "Peipio i orchymyn"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected model: %s %s"
+msgstr "Canfyddwyd model %s %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr "Rhaid cynnig URI dilys!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "URI Dyfais Argraffu"
-#: ../../printer/printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
+"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 ""
-"Dyma restr o'r dewisiadau argraffu sydd ar gael ar gyfer yr argraffydd "
-"presennol:\n"
-"\n"
+"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 ."
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "Porth"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP"
+msgstr "Enw'r gwesteiwr neu IP yr argraffydd"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The port number should be an integer!"
+msgstr "Dylai rhif porth fod yn gyfanrif!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP missing!"
+msgstr "Mae enw'r gwesteiwr argraffu neu IP ar goll!"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). 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 ffeil o'r llinell orchymyn (ffenestr terfynnell) defnyddiwch "
-"orchymyn \"%s <file>\".\n"
+"I argraffu i argraffydd TCP neu soced, rhaid i chi ddarparu enw gwesteiwr "
+"neu IP'r argraffydd ac yn ddewisol rhif y porth (Y rhagosodedig yw 9100). Ar "
+"wasanaethwyr HP JetDirect rhif y porth, fel rheol, yw 9100, gall amrywio ar "
+"wasanaethwyr eraill. Gweler llawlyfr eich caledwedd"
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
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"
+"Dewiswch un o'r argraffyddion sydd wedi eu awtoganfod o'r rhestr neu rhowch "
+"yr enw gwesteiwr neu IP a'r rhif porth dewisol (9100 yw'r rhagosodedig) i'r "
+"meysydd mewnbwn."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "Dewisiadau Argraffydd TCP/Soced"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Host \"%s\", port %s"
+msgstr ",Gwesteiwr \"%s\", porth %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
+msgstr ", gwesteiwr \"%s\", porth %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning network..."
+msgstr "Chwilio'r rhwydwaith..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection"
+msgstr "Awto ganfod argraffydd"
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP queue name missing!"
+msgstr "Mae enw rhes NCP ar goll"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP server name missing!"
+msgstr "Mae enw gwasanaethwr NCP ar goll!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print Queue Name"
+msgstr "Enw Rhes Argraffu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Server"
+msgstr "Gwasanaethwr Argraffydd"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
+"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 edrych ar y rhestr o'r dewisiadau sydd ar gael ar gyfer yr argraffydd "
-"cyfredol cliciwch ar fotwm \"Rhestr dewisiadau argraffu\"."
+"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."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "Dewisiadau Argraffydd NetWare"
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+"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 ""
-"I argraffu ffeil o'r llinell orchymyn (ffenestr terfynnell) defnyddiwch y "
-"gorchymyn \"%s <file>\" or \"%s <file>\".\n"
+"Cysylltu eich argraffydd i wasanaethwr Linux a gadael i'ch peiriant/"
+"peiriannau Windows gysylltu iddo fel cleient.\n"
+"\n"
+"Ydych chi am barhau i osod yr argraffydd hwn?"
-#: ../../printer/printerdrake.pm_.c:2257
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"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 ""
-"Mae modd hefyd i ddefnyddio rhag wyneb graffigol \"xpdq\" i osod dewisiadau "
-"a thrin gwaith argraffu.\n"
+"Gosod eich gwasanaethwr Windows i wneud yr argraffydd ar gael o dan brotocol "
+"IPP a gosod argraffu o'r peiriant hwn gyda'r \"%s\" yn Printerdrake.\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"
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
#, 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"
-"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 ""
+"Rydych ar fin gosod y modd i argraffu i gyfrif Windows gyda chyfrinair. "
+"Oherwydd gwall ym mhensaernŻaeth meddalwedd cleient Samba mae'r cyfrinair yn "
+"cael ei osod mewn testun plaen ar y llinell orchymyn y cleient Samba sy'n "
+"cael ei ddefnyddio i anfon gwaith argraffu i'r gwasanaethwr Windows. Felly "
+"mae'n bosibl i bob defnyddiwr ar y peiriant i arddangos y cyfrinair ar y "
+"sgrin drwy'r gorchymyn \"ps auxwww\".\n"
+"\n"
+"Rydym yn argymell eich bod yn defnyddio un o'r dulliau gwahanol hyn ( yn yr "
+"holl achosion hyn, rhaid i chi wneud yn siwr mae dim ond peiriannau o'ch "
+"rhwydwaith lleol chi sydd ˘ mynediad i'ch gwasanaethwr Windows, e.e. drwy "
+"gyfrwng mur cadarn).\n"
+"\n"
+"Defnyddio cyfrif heb gyfrinair ar eich gwasanaethwr Windows, defnyddio "
+"cyfrif \"Ymwelydd\" neu gyfrif arbennig ar gyfer argraffu. Peidiwch tynnu "
+"eich amddiffyniad cyfrinair o gyfrif personol na'r cyfrif gweinyddwr.\n"
+"\n"
+"Gosod eich gwasanaethwr Windows i wneud yr argraffydd ar gael o dan brotocol "
+"LPD. Yna gosod argraffu o'r peiriant hwn gyda chyswllt \"%s\" yn "
+"Printerdrake.\n"
"\n"
-"Mae'r gorchmynion \"%s\" a \"%s\" hefyd yn caniatáu newid y gosodiadau dewis "
-"ar gyfer tasg argraffu penodol. Ychwanegwch y gosodiadau angenrheidiol i'r "
-"llinell gorchymyn, e.e \"%s <file>\".\n"
-#: ../../printer/printerdrake.pm_.c:2271
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Argraffu/Sganio/Cardiau Llun ar \"%s\""
+msgid "SECURITY WARNING!"
+msgstr "RHYBUDD DIOGELWCH!"
-#: ../../printer/printerdrake.pm_.c:2272
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Argraffu/Sganio ar \"%s\""
+msgid "Samba share name missing!"
+msgstr "Mae enw rhannu Samba ar goll!"
-#: ../../printer/printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Argraffu/Mynediad Cardiau Llun ar \"%s\""
+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!"
-#: ../../printer/printerdrake.pm_.c:2275
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Argraffu ar argraffydd \"%s\""
+msgid "Auto-detected"
+msgstr "Awto ganfyddwyd"
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-msgid "Close"
-msgstr "Cau"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "Grwp gwaith"
-#: ../../printer/printerdrake.pm_.c:2281
-msgid "Print option list"
-msgstr "Rhestr ddewis argraffu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Share name"
+msgstr "Rhannu enw"
-#: ../../printer/printerdrake.pm_.c:2301
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "IP Gwasanaethwr SMB"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "Gwasanaethwr gwesteiwr SMB"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Your 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\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
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\" ar y linell orchymyn i dderbyn mwy "
-"o wybodaeth.\n"
-"\n"
-"Peidiwch defnyddio \"scannerdrake\" ar gyfer y ddyfais hon."
+"Os cafodd yr argraffydd ei awtoganfod, dewiswch ef o'r rhestr ac ychwanegu "
+"enw defnyddiwr, cyfrinair a/neu grwp gwaith yn ´l yr angen."
-#: ../../printer/printerdrake.pm_.c:2322
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
+"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 ""
-"Mae eich argraffydd wedi ei ffurfweddu'n awtomatig i rhoi mynediad i chi i'r "
-"gyrrwr cerdyn llun o'c cyfrifiadur. Mae modd i chi gael mynediad at eich "
-"cardiau llun drwy'r rhaglen graffigol \"MtoolsFM\" (Dewislen: \"Rhaglenni\" -"
-"> \"Offer ffeil\" -> \"Rheolwr Ffeiliau MTools\") neu ar y llinell "
-"orchymyn: \"mtools\" (\"man mtools\" am ragor o wybodaeth) Bydd ys system o "
-"dan yrrwr \"p\", neu lythrennau canlynol pan fydd gennych fwy nag un "
-"argraffydd HP gyda gyrwyr cerdyn llun. Yn MToolsFM\" mae modd newid rhwng "
-"llythrennau gyrwyr drwy'r maes ar ben uchaf de'r rhestr."
+"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."
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-msgid "Reading printer data..."
-msgstr "Darllen data argraffydd..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "Dewisiadau Argraffydd SMB (Windows 9x/NT)"
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-msgid "Transfer printer configuration"
-msgstr "Trosglwyddo ffurfweddiad yr argraffydd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "Argraffydd \"%s\" ar wasanaethwr \"%s\""
-#: ../../printer/printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm:1
#, 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 gopïo 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"
+msgid ", printer \"%s\" on server \"%s\""
+msgstr ", argraffydd \"%s\" ar wasanaethwr \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name missing!"
+msgstr "Mae enw'r argraffydd pell ar goll!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name missing!"
+msgstr "Mae enw'r gwesteiwr pell ar goll!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name"
+msgstr "Enw'r argraffydd pell"
-#: ../../printer/printerdrake.pm_.c:2368
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name"
+msgstr "Enw gwesteiwr pell"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
-"Nid yw CUPS yn cefnogi argraffyddion ar wasanaethwyr Novell neu "
-"argraffyddion sy'n anfon data mewn gorchymyn ffurf -rhydd.\n"
+"I ddefnyddio argraffydd lpd pell, rhaid darparu enw gwesteiwr gwasanaethwr "
+"yr argraffydd ac enw'r argraffydd ar y gwasanaethwr hwnnw."
-#: ../../printer/printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "Dewisiadau Argraffydd lpd Pell"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Manual configuration"
+msgstr "Ffurfweddiad gyda llaw"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "Rhaid dewis/rhoi argraffydd/dyfais!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-"Mae PDQ yn cynnal argraffyddion lleol, LDP pell, a Socket/TCP, yn unig.\n"
+" (Pyrth paralel: /dev/lp0, /dev/lp1, ..., yn cyfateb i LPT1:, LPT2:, ..., "
+"argraffydd USB cyntaf: /dev/usb/lp0, ail argraffydd USB : /dev/usb/lp1, ...)."
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "Nid yw LPD na LPRng yn cynnal argraffyddion IPP.\n"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr "Dewiswch y porth mae'r argraffydd wedi cysylltu iddo."
-#: ../../printer/printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-"Yn ogystal, nid oes modd trosglwyddo rhesi grewyd gan y rhaglen hon na "
-"\"foomatic-configure\"."
+"Dewiswch y porth y mae eich argraffydd wedi cysylltu iddo neu rhowch enw "
+"dyfais/ffeil ar y llinell mewnbwn"
-#: ../../printer/printerdrake.pm_.c:2375
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr "Dewiswch yr argraffydd i drin y gwaith argraffu."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
+"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"
-"Hefyd nid oes modd trosglwyddo argraffyddion ffurfweddwyd gyda ffeiliau PPD "
-"ddarparwyd gan eu gwneuthurwyr na gyrrwyr CUPS brodorol."
+"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\"."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
+msgstr "Dyma restr o argraffyddion wedi eu awtoganfod."
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Currently, no alternative possibility is available"
+msgstr "Does dim dewis arall ar gael ar hyn o bryd"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"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"
-"Nodwch yr argraffydd rydych am ei drosglwddo a chliciwch\n"
-"\"Trosglwyddo\"."
+"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\"."
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
-msgstr "Peidio trosglwyddo argraffydd"
-
-#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
-msgstr "Trosglwyddo"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The following printer was auto-detected. "
+msgstr "Mae'r argraffydd canlynol wedi ei awtoganfod"
-#: ../../printer/printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm:1
#, 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."
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
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."
+"Dewiswch yr argraffydd i drin y gwaith argraffu neu rhowch enw dyfais/ffeil "
+"ar y ninell mewnbwn"
-#: ../../printer/printerdrake.pm_.c:2400
-msgid "Name of printer should contain only letters, numbers and the underscore"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
msgstr ""
-"Dylai enw'r argraffydd gynnwys llythrennau, rhifau a'r tanlinellu, yn unig"
+"Dewiswch yr argraffydd i'w osod neu rhowch enw dyfais/ffeil ar y ninell "
+"mewnbwn"
-#: ../../printer/printerdrake.pm_.c:2405
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+"Alternatively, you can specify a device name/file name in the input line"
+msgstr "Yn lle hynny, rhowch enw dyfais/ffeil ar y ninell mewnbwn"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
msgstr ""
-"Mae argraffydd \"%s\" yn bodoli eisoes,\n"
-"ydych chi wir eisiau ailysgrifennu ei ffurfweddiad?"
+"Os nad hwn yw'r un rydych am ei ffurfweddu, rhowch enw dyfais/enw ffeil ar y "
+"llinell mewnbwn."
-#: ../../printer/printerdrake.pm_.c:2413
-msgid "New printer name"
-msgstr "Enw'r argraffydd newydd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Available printers"
+msgstr "Argraffyddion ar gael"
-#: ../../printer/printerdrake.pm_.c:2416
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
-msgstr "Trosglwyddo %s..."
+msgid "No printer found!"
+msgstr "Heb ganfood argraffydd!"
-#: ../../printer/printerdrake.pm_.c:2427
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must enter a device or file name!"
+msgstr "Rhaid cynnig enw dyfais neu ffeil!"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
+"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 ""
-"Rydych wedi trosglwyddo eich argraffydd rhagosodedig blaenorol rhagosodedig "
-"(\"%s\"). A ddylai fod yn argraffydd rhagosodedig y system argraffu newydd %"
-"s ?"
+"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,...)."
-#: ../../printer/printerdrake.pm_.c:2437
-msgid "Refreshing printer data..."
-msgstr "Adnewyddu data'r argraffydd..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printer"
+msgstr "Argraffydd Lleol"
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-msgid "Configuration of a remote printer"
-msgstr "Ffurfweddiad argraffydd pell"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "USB printer \\#%s"
+msgstr "Argraffydd USB \\#\"%s"
-#: ../../printer/printerdrake.pm_.c:2446
-msgid "Starting network..."
-msgstr "Cychwyn y rhwydwaith..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on parallel port \\#%s"
+msgstr "Argraffydd ar borth paralel \\#\"%s"
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-msgid "Configure the network now"
-msgstr "Ffurfweddwch y rhwydwaith"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "Argraffydd \"%s\" ar wasanaethwr SMB/Windows \"%s\""
-#: ../../printer/printerdrake.pm_.c:2480
-msgid "Network functionality not configured"
-msgstr "Nid yw swyddogaethau'r rhwydwaith wedi ei ffurfweddu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network printer \"%s\", port %s"
+msgstr "Argraffydd rhwydwaith \"%s\", porth %s"
-#: ../../printer/printerdrake.pm_.c:2481
-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?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected %s"
+msgstr "Canfyddwyd %s"
-#: ../../printer/printerdrake.pm_.c:2484
-msgid "Go on without configuring the network"
-msgstr "Mynd yn eich blaen heb ffurfweddu'r rhwydwaith"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr ", argraffydd \"%s\" ar wasanaethwr SMB/Windows \"%s\""
-#: ../../printer/printerdrake.pm_.c:2518
-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\""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", network printer \"%s\", port %s"
+msgstr ", rhwydwaith argraffu \"%s\", porth %s"
-#: ../../printer/printerdrake.pm_.c:2519
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"\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 ""
-"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."
-
-#: ../../printer/printerdrake.pm_.c:2529
-msgid "Restarting printing system..."
-msgstr "Ailgychwyn system argraffu..."
+"\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."
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "high"
-msgstr "uchel"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
+msgstr ""
+"Awtoganfod argraffyddion sy'n gysylltiedig ˘ pheiriannau'n rhedeg Microsoft "
+"Windows"
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "paranoid"
-msgstr "Paranoia"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
+msgstr ""
+"Awtoganfod argraffyddion sy'n gysylltiedig yn uniongyrchol ˘'r rhwydwaith "
+"lleol"
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Gosod system argraffu yn lefel diogelwch %s"
+msgid "Auto-detect printers connected to this machine"
+msgstr "Awto ganfod argraffyddion sy'n gysylltiedig a'r peiriant hwn"
-#: ../../printer/printerdrake.pm_.c:2570
+#: ../../printer/printerdrake.pm:1
#, 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"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-"Do you really want to configure printing on this machine?"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
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"
+"Croeso i'r Dewin Gosod Argraffydd\n"
"\n"
-"Ydych chi wir eisiau ffurfweddu argraffu ar y peiriant hwn?"
-
-#: ../../printer/printerdrake.pm_.c:2604
-msgid "Starting the printing system at boot time"
-msgstr "Cychwyn y system argraffu wrth gychwyn y cyfrifiadur"
+"Bydd y dewin yn eich cynorthwyo i osod argraffydd(ion) sydd wedi eu cysylltu "
+"˘'r cyfrifiadur hwn,\n"
+"\n"
+"Os oes gennych argraffydd(ion) yn gysylltiedig ˘'r peiriant, cysylltwch nhw "
+"˘'r peiriant a'u troi nhw mlaen fel bod modd awtoganfod.\n"
+"\n"
+"Cliciwch \"Nesaf\" pan ydych yn barod, a \"Diddymu\" os nad ydych am osod "
+"eich argraffydd(ion) ar hyn o bryd."
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
#, 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"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
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"
+"Croeso i'r Dewin Gosod Argraffydd\n"
"\n"
-"Ydych chi am i'r cychwyn awtomatig gael ei droi ymlaen eto?"
+"Bydd y dewin yn eich cynorthwyo i osod argraffydd(ion) sydd wedi eu cysylltu "
+"˘'r cyfrifiadur hwn, yn gysylltiedig ˘'r rhwydwaith.\n"
+"\n"
+"Os oes gennych argraffydd(ion) yn gysylltiedig ˘'r peiriant, cysylltwch nhw "
+"˘'r peiriant a'u troi nhw mlaen fel bod modd awtoganfod. Hefyd rhaid i "
+"argraffydd(ion) rhwydwaith a'ch peiriannau Windows fod wedi eu cysylltu ac "
+"ymlaen.\n"
+"\n"
+"Sylwer bod awtoganfod argraffyddion ar rwydwaith yn cymryd mwy o amser nag "
+"awtoganfod argraffyddion sy'n gysylltiedig ˘'r peiriant hwn. Felly, "
+"diffoddwch awto ganfod rhwydwaith pan nad oes mo'i angen.\n"
+"\n"
+"Cliciwch \"Nesaf\" pan ydych yn barod, a \"Diddymu\" os nad ydych am osod "
+"eich argraffydd(ion) ar hyn o bryd."
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
-msgstr "Gwirio'r meddalwedd sydd wedi ei osod..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
+"\n"
+"Croeso i'r Dewin Gosod Argraffydd\n"
+"\n"
+"Bydd y dewin yn eich cynorthwyo i osod argraffydd(ion) sydd wedi eu cysylltu "
+"˘'r cyfrifiadur hwn,yn gysylltiedig ˘'r rhwydwaith neu i beiriant Windows "
+"pell.\n"
+"\n"
+"Os oes gennych argraffydd(ion) yn gysylltiedig ˘'r peiriant, cysylltwch nhw "
+"˘'r peiriant a'u troi nhw mlaen fel bod modd awtoganfod. Hefyd rhaid i "
+"argraffydd(ion) rhwydwaith a'ch peiriannau Windows fod wedi eu cysylltu ac "
+"ymlaen.\n"
+"\n"
+"Sylwer bod awtoganfod argraffyddion ar rwydwaith yn cymryd mwy o amser nag "
+"awtoganfod argraffyddion sy'n gysylltiedig ˘'r peiriant hwn. Felly, "
+"diffoddwch awto ganfod rhwydwaith pan nad oes mo'i angen.\n"
+"\n"
+"Cliciwch \"Nesaf\" pan ydych yn barod, a \"Diddymu\" os nad ydych am osod "
+"eich argraffydd(ion) ar hyn o bryd."
-#: ../../printer/printerdrake.pm_.c:2630
-#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "Tynnu %s"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 caniatĦu 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."
-#: ../../printer/printerdrake.pm_.c:2636
-#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "Gosod pecynnau..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Searching for new printers..."
+msgstr "Chwilio am argraffyddion newydd..."
-#: ../../printer/printerdrake.pm_.c:2685
-msgid "Select Printer Spooler"
-msgstr "Dewiswch Sbwlydd Argraffydd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
+msgstr ""
+"NODYN: Yn dibynnu ar yr argraffydd a'r system argraffu bydd hyd at %d MB o "
+"feddalwedd ychwanegol yn cael ei osod."
-#: ../../printer/printerdrake.pm_.c:2686
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Pa system argraffu(sbwlydd) ydych chi am ei ddefnyddio?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr "Ydych chi'n siwr eich bod am osod argraffu ar y peiriant hwn?\n"
-#: ../../printer/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Ffurfweddu argraffydd \"%s\" ..."
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Ydych chi am alluogi argraffu ar yr argraffyddion enwwi'r uchod?\n"
-#: ../../printer/printerdrake.pm_.c:2731
-msgid "Installing Foomatic..."
-msgstr "Gosod Foomatic..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "Ydych chi am alluogi argraffu ar argraffydd mewn rhwydwaith leol?\n"
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
-msgstr "Dewisiadau argraffydd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+"Ydych chi am ganiatĦu argraffu ar yr argraffyddion enwir uchod neu ar yr "
+"argraffyddion ar y rhwydwaith lleol?\n"
-#: ../../printer/printerdrake.pm_.c:2810
-msgid "Preparing Printerdrake..."
-msgstr "Paratoi PrinterDrake..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr ""
+"(Gwnewch yn siwr bod eich argraffyddion wedi eu cysylltu a'u troi mlaen).\n"
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-msgid "Configuring applications..."
-msgstr "Ffurfweddi'u rhaglenni"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+"Nid oes unrhyw argraffydd wedi ei ganfod wedi ei gysylltu'n uniongyrchol "
+"˘'ch cyfrifiadur"
-#: ../../printer/printerdrake.pm_.c:2845
-msgid "Would you like to configure printing?"
-msgstr "Hoffech chi ffurfweddu argraffu?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+"\n"
+"Mae yna %d argraffydd anhysbys wedi eu cysylltu'n uniongyrchol ˘'ch system"
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
-msgstr "System argraffu."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+"\n"
+"Mae un argraffydd anhysbys wedi ei gysylltu'n uniongyrchol ˘'ch system"
-#: ../../printer/printerdrake.pm_.c:2915
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/GIMP."
+"The following printer\n"
+"\n"
+"%s%s\n"
+"is directly connected to your system"
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/GIMP."
+"Mae'r argraffydd canlynol\n"
+"\n"
+"%s%s\n"
+"wedi ei gysylltu'n uniongyrchol ˘'ch system"
-#: ../../printer/printerdrake.pm_.c:2916
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"The following printer\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
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."
+"Mae'r argraffydd canlynol\n"
+"\n"
+"%s%s\n"
+"wedi ei gysylltu'n uniongyrchol ˘'ch system"
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The following printers\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
msgstr ""
-"Adnewyddu rhestr argraffyddion (dangos pob argraffydd CUPS pell sydd ar gael)"
+"Mae argraffyddion canlynol\n"
+"\n"
+"%s%s\n"
+"wedi eu cysylltu'n uniongyrchol ˘'ch system"
-#: ../../printer/printerdrake.pm_.c:2960
-msgid "Change the printing system"
-msgstr "Newidiwch y system argraffu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "and %d unknown printers"
+msgstr "a %d argraffydd anhysbys"
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-msgid "Normal Mode"
-msgstr "Modd Arferol"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "and one unknown printer"
+msgstr "ac un argraffydd anhysbys"
-#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-msgid "Do you want to configure another printer?"
-msgstr "Ydych chi eisiau ffurfwedu argraffydd arall?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking your system..."
+msgstr "Gwirio eich system..."
-#: ../../printer/printerdrake.pm_.c:3211
-msgid "Modify printer configuration"
-msgstr "Newid ffurfweddiad yr argraffydd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address of host/network:"
+msgstr "Cyfeiriad IP gwesteiwr/rhwydwaith"
-#: ../../printer/printerdrake.pm_.c:3213
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
+msgid "This host/network is already in the list, it cannot be added again.\n"
msgstr ""
-"Argraffydd %s\n"
-"Beth ydych am ei newid ar yr argraffydd hwn?"
-
-#: ../../printer/printerdrake.pm_.c:3217
-msgid "Do it!"
-msgstr "Gwna!!"
-
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-msgid "Printer connection type"
-msgstr "Math o gyswllt argraffydd"
-
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-msgid "Printer name, description, location"
-msgstr "Enw'r argraffydd, disgrifiad, lleoliad"
+"Mae'r gwesteiwr/rhwydwaith ar y rhestr yn barod, does dim modd ei "
+"ychwanegu.\n"
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
-msgstr "Gwneuthurwr yr argraffydd, model, gyrrwr"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/255.255.255.0\n"
+msgstr "192.168.100.0/255.255.255.0\n"
-#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
-msgstr "Gwneuthurwr yr argraffydd, model"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/24\n"
+msgstr "192.168.100.0/24\n"
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
-msgstr "Gosod yr argraffydd fel y rhagosodedig"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
+msgstr "10.1.*\n"
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Ychwanegwchyr argraffydd hwn i Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.0.0.*\n"
+msgstr "10.0.0.*\n"
-#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Tynnwch yr argraffydd hwn o Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
+msgstr "192.168.100.194\n"
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-msgid "Print test pages"
-msgstr "Argraffu tudalennau prawf"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr "Esiamplau cywir ar gyfer IP:\n"
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-msgid "Know how to use this printer"
-msgstr "Gwybod sut i ddefnyddio'r argraffydd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
+msgstr "Nid yw IP'r gwesteiwr/rhwydwaith yn gywir.\n"
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-msgid "Remove printer"
-msgstr "Tynnu argraffydd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Choose the network or host on which the local printers should be made "
+"available:"
+msgstr ""
+"Dewis y rhwydwaith neu westeiwr ddylai'r argraffyddion lleol fod ar gael "
+"iddynt:"
-#: ../../printer/printerdrake.pm_.c:3282
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "Tynnu hen argraffydd \"%s\"..."
+msgid "Sharing of local printers"
+msgstr "Rhannu argraffyddion lleol"
-#: ../../printer/printerdrake.pm_.c:3307
-msgid "Default printer"
-msgstr "Argraffydd rhagosodedig"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove selected host/network"
+msgstr "Tynnu'r gwesteiwr/rhwydwaith"
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Mae argraffydd \"%s\" wedi ei osod fel yr argraffydd rhagosodedig."
+msgid "Edit selected host/network"
+msgstr "Golygu'r gwesteiwr/rhwydwaith"
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Ychwanegu argraffydd i Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add host/network"
+msgstr "Ychwanegu gwesteiwr/rhwydwaith"
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
msgstr ""
-"Mae argraffydd \"%s\" wedi ei ychwanegu'n llwyddiannus i Star Office/"
-"OpenOffice.org/GIMP."
+"Dyma'r cyfrifiaduron a rhwydweithiau ddylai'r argraffydd(ion) lleol fod ar "
+"gael:"
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgid ""
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
+"\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
+"\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
+"\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
+"\n"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
msgstr ""
-"Wedi methu ag ychwanegu argraffydd \"%s\" i Star Office/OpenOffice.org/GIMP."
+"Pan mae'r dewis yma ar gael, gwneud yn siwr wrth gychwyn CUPS fod\n"
+"\n"
+"- os yw LPD/LPRng wedi ei osod, na fydd CUPS yn ysgrifennu dros /etc/"
+"printcap\n"
+"\n"
+"- os yw /etc/cups/cupsd.conf ar goll, bydd yn cael ei greu\n"
+"\n"
+"- pan mae gwybodaeth am argraffydd yn cael ei ledaenu, nid yw'n cynnwys "
+"\"localhost\" fel enw gwasanaethwr.\n"
+"\n"
+"Os yw rhai o'r rhain yn achosi anhawster, diffoddwch y dewis hwn, ond bydd "
+"rhaid i chi ofalu amdanynt."
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Tynnu'r argraffydd o Star Office/OpenOffice.org/GIMP."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatic correction of CUPS configuration"
+msgstr "Cywiro cyswllt CUPS yn awtomatig"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "No remote machines"
+msgstr "Dim cyfrifiaduron pell"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Custom configuration"
+msgstr "Ffurfweddiad addasu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "Rhannu argraffydd ar gwesteiwr/rhwydwaith:"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatically find available printers on remote machines"
+msgstr "Canfod argraffyddion ar gyfrifiaduron pell, yn awtomatig."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printers on this machine are available to other computers"
+msgstr "Mae' argraffyddion y cyfrifiadur hwn ar gael ar gyfer rhai eraill"
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
msgstr ""
-"Cafodd argraffydd \"%s\" ei dynnu'n llwyddiannus o Star Office/OpenOffice."
-"org."
+"Medrwch benderfynu a ddylai argraffydd ar gyfrifiadur pell fod ar gael ar "
+"gyfer y cyfrifiadur hwn."
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
-msgstr "Methwyd â thynnu argraffydd \"%s\" o Star Office/OpenOffice.org/GIMP."
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
+msgstr ""
+"Yma medrwch benderfynu a ddylai'r argraffyddion sy'n gysylltiedig ˘'r "
+"cyfrifiadur hwn fod ar gael i gyfrifiaduron pell a pha rai."
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Ydych chi wir eisiau tynnu argraffydd \"%s\""
+msgid "CUPS printer sharing configuration"
+msgstr "Ffurfweddiad rhannu argraffydd CUPS "
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "Tynnu argraffydd \"%s\"..."
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr "Awtoganfod argraffydd (Argraffyddion lleol, TCP/Socket, ac SMB)"
-#: ../../raid.pm_.c:35
+#: ../../printer/printerdrake.pm:1
#, 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:137
-msgid "mkraid failed"
-msgstr "methodd mkraid"
+msgid ""
+"\n"
+"Printers on remote CUPS servers do not need to be configured 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."
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "methodd mkraid (efallai bod raidtools ar goll)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "How is the printer connected?"
+msgstr "Sut mae'r argraffydd wedi ei gysylltu?"
-#: ../../raid.pm_.c:153
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Dim digon o raniadau ar gyfer RAID lefel %d\n"
+msgid "Select Printer Connection"
+msgstr "Dewiswch Gysylltiad Argraffydd"
-#: ../../security/main.pm_.c:36
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
+"Arguments: (umask)\n"
"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
-"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
+"Set the user umask."
+msgstr ""
+"Ymresymiadau: (umasg)\n"
"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
+"Gosod umasg y defnyddiwr"
+
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (val)\n"
"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
+"Set the shell timeout. A value of zero means no timeout."
msgstr ""
-"Safonol: Dyma'r safon diogelwch sy'n cael ei argymell ar gyfer cyfrifiadur "
-"i'w ddefnyddio i gysylltu â'r Rhyngrwyd fel cleient.\n"
+"Ymresymiadau: (val)\n"
"\n"
-"Uchel: Mae rhai cyfyngiadau eisoes, ac mae gwiriadau'n cael eu rhedeg "
-"bob nos.\n"
-"\n"
-"Uchaf: Mae diogelwch yn ddigon uchel i ddefnyddio'r system fel "
-"gwasanaethwr sy'n medru derbyn\n"
-" cysylltiadau o nifer o gleientiau. Os mai eich peiriant "
-"yw'r unig gleient ar y Rhyngrwyd, dylech\t ddewis lefel is.\n"
+"Gosod amser allan y gragen. Gwerth sero'n golygu dim amser allan."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (size)\n"
"\n"
-"Paranoia: Mae'n debyg i'r lefel blaenorol ond mae'r system wedi ei gau'n "
-"llwyr a nodweddion diogelwch ar eu heithaf.\n"
+"Set shell commands history size. A value of -1 means unlimited."
+msgstr ""
+"Ymresymiad: (size)\n"
"\n"
-"Gweinyddwr Diogelwch:\n"
-" Os yw'r dewis 'Rhybuddion Diogelwch' wedi ei ddewis, bydd "
-"rhybuddion diogelwch yn cael eu\t anfon i'r defnyddiwr hwn (enw "
-"defnyddiwr neu e-bost)"
+"Gosod maint hanes gorchymyn cragen. Gwerth -1 yn golygu diderfyn."
-#: ../../security/main.pm_.c:66
-msgid "Security Level:"
-msgstr "Lefel diogelwch:"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of sgid files."
+msgstr "oa wedi ei osod i iawn, gwirio ychwanegiadau/tynnu ffeiliau sgid."
-#: ../../security/main.pm_.c:77
-#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr "(rhagosodedig: %s)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check open ports."
+msgstr "os wedi ei osod i iawn, gwirio pyrth agored."
-#: ../../security/main.pm_.c:113
-msgid "Security Alerts:"
-msgstr "Rhybuddion Diogelwch:"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"if set, send the mail report to this email address else send it to root."
+msgstr ""
+"os wedi ei osod, anfon yr adroddiad e-bost i'r cyfeiriad e-bost neu ei anfon "
+"i'r gwraidd."
-#: ../../security/main.pm_.c:115
-msgid "Security Administrator:"
-msgstr "Gweinyddwr Diogelwch:"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result by mail."
+msgstr "os wedi ei osod i iawn, adrodd y gwirio drwy e-bost"
-#: ../../security/main.pm_.c:128
-msgid "Network Options"
-msgstr "Dewisiadau Rhwydwaith"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check files/directories writable by everybody."
+msgstr ""
+"os wedi ei osod i iawn, gwirio ffeiliau/cyfeiriaduron ysgrifenadwy gan bawb."
-#: ../../security/main.pm_.c:128
-msgid "System Options"
-msgstr "Dewisiadau System"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
+msgstr "os wedi ei osod i iawn, adrodd adroddiadau gwirio i tty."
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
-msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
-msgstr ""
-"Mae modd gosod y dewisiadau canlynol i addasu\n"
-"diogelwch eich system. Os oes arnoch esboniadau, cliciwch ar Cymorth.\n"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
+msgstr "os wedi ei osod i iawn, gwirio yn erbyn y gronfa ddata rpm."
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
-msgstr "Gwirydd Cyfnodol"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
+msgstr ""
+"os wedi ei osod i iawn, gwirio os yw'r dyfeisiadau rhwydwaith mewn modd "
+"cymysg"
-#: ../../security/main.pm_.c:191
-msgid "Please wait, setting security level..."
-msgstr "Arhoswch, gosod lefle diogelwch..."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr "os wedi ei osod i iawn, gwirio gyda chkrootkit."
-#: ../../security/main.pm_.c:197
-msgid "Please wait, setting security options..."
-msgstr "Arhoswch, gosod dewisiadau diogelwch..."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
+msgstr ""
+"os wedi ei osod i iawn, gwirio caniat˘d ffeiliau yng nghartref y defnyddiwr."
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Cychwynnwch system sain ALSA (Pensaernïaeth Sain Linux Uwch)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
+msgstr ""
+"os wedi ei osod i iawn, , gwirio ychwanegu/tynnu ffeiliau gwraidd suid."
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron trefnydd gorchymyn cyfnodol"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
+msgstr "os wedi ei osod i iawn, adrodd y gwirio i syslog."
-#: ../../services.pm_.c:21
+#: ../../security/help.pm:1
+#, c-format
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."
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
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."
+"os wedi ei osod i iawn, , gwirio am gyfrinair gwag, neu un arall ddyllai fod "
+"yn /etc/shadow neu eraill gyda enw 0."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
+msgstr "os wedi ei osod i iawn, rhedeg y gwiriadau diogelwch dyddiol."
-#: ../../services.pm_.c:23
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
+msgstr "os wedi ei osod i iawn, gwirio checksum y ffeiliau suid/sgid."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
+msgstr "os wedi ei osod i iawn, gwirio cyfrinair gwag y /etc/shadow."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
+msgstr "os wedi ei osod i iawn, adrodd ar ffeiliau heb berchennog."
+
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
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."
+"Ymresymiadau: (umask)\n"
+"\n"
+"Gosod gwraidd umask."
-#: ../../services.pm_.c:25
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
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."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Gosod lleiafswm hyd cyfrinair a lleiafswm digidau a lleiafswm llythrennau "
+"mawr."
-#: ../../services.pm_.c:28
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
msgstr ""
-"Mae GPM yn ychwanegu cefnogaeth ar gyfer llygoden i raglenni testun Linux \n"
-"megis, Midnight Commander. Mae hefyd yn caniatáu gweithrediadau torri a \n"
-"gludo consol llygoden, gan gynnwys cefnogaeth ar gyfer bryslenni yn y "
-"consol. "
+"Ymresymiadau: (arg)\n"
+"\n"
+"Gosod hyd hanes cyfrinair i rwysstro ailddefnyddio'r cyfrinair."
-#: ../../services.pm_.c:31
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
msgstr ""
-"Mae HardDrake yn rhedeg archwiliwr caledwedd, a gall yn ôl \n"
-"eich dewis, ffurfweddu caledwedd newydd neu sydd wedi newid."
+"Ymresymiadau: (max, inactive=-1)\n"
+"\n"
+"Gosod cyfrinair yn erbyn \\fImax\\fP dyddiau ac oedi i newid i \\fIinactive"
+"\\fP."
-#: ../../services.pm_.c:33
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
msgstr ""
-"Mae Apache yn wasanaethwr y We Fyd Eang. Mae'n cael ei ddefnyddio "
-"iwasanaethu ffeiliau HTML a CGI."
+"Ymresymiadau: (name)\n"
+"\n"
+"Ychwanegu'r enw fel eithriad i drin cyfrinair yn erbyn msec."
-#: ../../services.pm_.c:34
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
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."
+"Ymresymniadau: (arg)\n"
+"\n"
+"Galluogi/Analluogi sulogin(8 mewn defnydd defnyddiwr unigol."
-#: ../../services.pm_.c:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
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."
+"Ymresymiadau: (arg)\n"
+"\n"
+"Galluogi/Analluogi gwiriad diogelwch dyddiol."
-#: ../../services.pm_.c:40
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
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."
+"Ymresymiadau: (arg)\n"
+"\n"
+"Galluogi/Analluogi gwiriad cymysgaredd cardiau ethernet."
-#: ../../services.pm_.c:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
msgstr ""
-"Ailgreu awtomatic pennawd y cnewyllyn yn /boot ar\n"
-"gyfer /usr/include/linux{autoconf,version}.h"
-
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "Canfod a ffurfweddu awtomatic caledwedd wrth gychwyn y cyfrifiadur."
+"Ymresymiadau: arg)\n"
+"\n"
+"Defnyddio cyfrinair i wirio defnyddiwr."
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
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"
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
+msgstr ""
+"Ymresymiadau: (arg)\n"
+"\n"
+" Galluogu su o aelodau grwp olwyn yn unig neu ganiatĦu su o unrhyw "
+"ddefnyddiwr."
-#: ../../services.pm_.c:48
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
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)."
+"Ymresymiadau: (arg)\n"
+"\n"
+"Galluogi/Analluogi gwiriad diogelwch msec bob awr."
-#: ../../services.pm_.c:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
msgstr ""
-"Mae Gwasanaethwr Rhith Linux yn cael ei ddefnyddio i adeiladu \n"
-"gwasanaethwyr cyflym a chyraeddadwy."
+"Ymresymiadau: arg)\n"
+"\n"
+"Galluogi?Analluogi mewngofnodi pecynnau anarferol IPv4."
-#: ../../services.pm_.c:52
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
msgstr ""
-"mae'r enwyd (BIND) yn Wasanaethwr Enw Parth (DNS) sy'n cael ei ddefnyddio i "
-"gydrannu enwau gwestai i'r cyfeiriadau IP."
+"Ymresymiadau: (arg)\n"
+"\n"
+"Galluogi/Analluogi libsafe os yw ar y system."
-#: ../../services.pm_.c:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
msgstr ""
-"Yn gosod a dadosod pob System Ffeil y Rhwydwaith (NFS), SMB\n"
-"(Rheolwr Rhwydwaith/Windows), a phwyntiau gosod NCP (NetWare) ."
+"Ymresymiadau: (arg, alert=1)\n"
+"\n"
+"Galluogi/Analluogi Amddiffyn spwffio IP"
-#: ../../services.pm_.c:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
msgstr ""
-"Cychwyn/Gorffen pob rhyngwyneb rhwydwaith sydd wedi eu \n"
-"ffurfweddu i gychwyn wrth gychwyn y peiriant."
+"Ymresymiadau: (arg, alert=1)\n"
+"\n"
+"Galluogi/Analluogi amddiffyn spwffio datrys enw. Os yw\n"
+"\\fIalert\\fP yn wir, adrodd i syslog."
-#: ../../services.pm_.c:57
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
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."
+"Ymresymiadau: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Galluogi/Analluogi adroddiadau syslog i consol 12. \\fIexpr\\fP yw'r \n"
+"disgrifiad o beth iw' gofnodi (gw. syslog conf(5) am wyboodaeth) a\n"
+"dev y ddyfais i greu cofnod."
-#: ../../services.pm_.c:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
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."
+"Ymresymiadau: (arg)\n"
+"\n"
+"Galluogi/Analluogi crontab ac at ar gyfer defnyddwyr. Rhoi defnyddwyr ˘ "
+"chniat˘d yn\n"
+"/etc/cron.allow a /etc/at.allow\n"
+" (gw. man yn(1) a crontab(1))."
-#: ../../services.pm_.c:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
msgstr ""
-"Cychwyn clo allweddell numlock yn awtomatig yn consol \n"
-"ac XFree wrth gychwyn y peiriant."
-
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Cynnal OKI 4w ac argraffyddion windows cyffelyb."
+"Ymresymiadau: ()\n"
+"\n"
+"Os yw SERVER_LEVEL (or SECURE_LEVEL if absent) yn fwy na 3\n"
+" yn /etc/security/msec/security.conf, creu'r symlink /etc/security/msec/"
+"server\n"
+"i bwyntio at /etc/security/msec/server.<SERVER_LEVEL>. Mae /etc/security/"
+"msec/server\n"
+"yn cael ei ddefnyddio gan chkconfig --ychwanegu at i benderfynnu ychwnaegu "
+"gwasanaeth\n"
+"os yw ar gael yn y ffeil during the installation of packages."
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
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."
+"Ymresymiadau: (arg)\n"
+"\n"
+"CaniatĦu i bob gwasanaeth sy'n cael ei reoli gan tcp_wrappers os yw \\fIarg"
+"\\fP = ALL. Dim ond rhai lleol\n"
+"os\\fIarg\\fP = LOCAL a dim os \\fIarg\\fP = NONE. I gnaiatĦu'r "
+"gwasanaethausydd angen defnyddiwch /etc/hosts.allow\n"
+"(gw. hosts.allow(5))."
-#: ../../services.pm_.c:68
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
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."
+"Ymresymiadau (arg)\n"
+"\n"
+"Mae'r ymresymiad yn pennu os oes gan y defnyddiwr ganiatĦd i gysylltu\n"
+"gyda'r gwasanaethwr X porth tcp 6000 neu beidio."
-#: ../../services.pm_.c:71
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
msgstr ""
-"Mae Postfix yn Asiant Cludo E-bost (MTA), sef rhaglen sy'nsymud e-bost o un "
-"peiriant i'r llall."
+"Ymresymiadau: (arg, listen_tcp=None)\n"
+"\n"
+"CaniatĦu/Gwrthod cysylltiadau X. Ym. cyntaf pennu'r hyn sy'n digwydd\n"
+"aochr y cleient: ALL (caniatĦu pob cysylltiad), LOCAL (dim ond\n"
+"cysylltiadau lleol) a NONE (dim cysylltiadau)."
-#: ../../services.pm_.c:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
msgstr ""
-"Bydd yn cadw ac adfer system pwll entropi ar gyfer cynhyrchu rhif \n"
-"hap o ansawdd uchel."
+"Ymresymiadau: (arg)\n"
+"\n"
+"CaniatĦu/Gwrthod rhestr defnyddwyr ar y system ar rheolwyr arddangos (kdm "
+"and gdm)."
-#: ../../services.pm_.c:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
-msgstr "Dynodi dyfeisiadau"
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
+msgstr ""
+"Ymredymiadau: (arg)\n"
+"\n"
+"GaniatĦu/Gwrthod mewngofnodi gwraidd uniongyrchol."
-#: ../../services.pm_.c:76
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
msgstr ""
-"Mae'r daemon llwybrydd yn caniatáu 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."
+"Ymredymiadau: (arg)\n"
+"\n"
+"GaniatĦu/Gwrthod mewngofnodi gwraidd pell"
-#: ../../services.pm_.c:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
msgstr ""
-"Mae'r protocol rstat yn caniatáu i ddefnyddwyr rhwydwaith \n"
-"i adennill metric perfformaid unrhyw beiriant ar y rhwydwaith."
+"Ymredymiadau: (arg)\n"
+"\n"
+"GaniatĦu/Gwrthod ailgychwyn cyfrifiadur gan ddefnyddiwr y consol."
-#: ../../services.pm_.c:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
msgstr ""
-"Mae protocol ruser yn caniatáu i ddefnyddwyr ar rwydwaith i adnabod\n"
-"pwy arall sydd wedi mewngofnodi ar beirianau eraill sy'n ymateb."
+"Ymresymiadau: (arg)\n"
+"\n"
+"Os yw \\fIarg\\fP = ALL caniatĦ /etc/issue a /etc/issue.net i fodoli. Os yw "
+"\\fIarg\\fP = NONE\n"
+"dim materion heblaw caniatĦu /etc/issue."
-#: ../../services.pm_.c:83
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
msgstr ""
-"Mae'r protocol rwho'n caniatáu 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:85
-msgid "Launch the sound system on your machine"
-msgstr "Cychwyn y system sain ar eich peiriant"
+"Ymredymiadau: (arg)\n"
+"\n"
+"GaniatĦu/Gwrthod awtofewngofnodi."
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
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:88
-msgid "Load the drivers for your usb devices."
-msgstr "Llwytho'r gyrrwyr ar gyfer eich dyfeisiau usb."
+"Ymredymiadau: (arg)\n"
+"\n"
+"GaniatĦu/Gwrthod atsain icmp."
-#: ../../services.pm_.c:89
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
msgstr ""
-"Yn cychwyn Gwasanaethwr Ffont X (mae hyn yn orfodol i XFree i redeg).."
+"Ymredymiadau: (arg)\n"
+"\n"
+"GaniatĦu/Gwrthod darlledu icmp atsain."
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
msgstr ""
-"Dewiswch pa wasanaethau ddylai gael eu cychwyn yn awtomatig wrth gychwyn y "
-"cyfrifiadur"
+"Ymredymiadau: (arg)\n"
+"\n"
+"GaniatĦu/Gwrthod negeseuon gwall IPv4 ffug."
-#: ../../services.pm_.c:127
-msgid "Printing"
-msgstr "Argraffu"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr "Gweinyddwr Diogelwch (mewngfnodi neu e-bost)"
-#: ../../services.pm_.c:128
-msgid "Internet"
-msgstr "Rhyngrwyd"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+"Llyfrgell sy'n diogelu rhag gorlif byffer ac ymosodiadau llinellau fformatio."
-#: ../../services.pm_.c:131
-msgid "File sharing"
-msgstr "Rhannu Ffeiliau"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Use libsafe for servers"
+msgstr "Defnyddiwch libsafe ar gyfer gwasanaethwyr"
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-msgid "System"
-msgstr "System"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security level"
+msgstr "Lefel diogelwch"
-#: ../../services.pm_.c:138
-msgid "Remote Administration"
-msgstr "Gweinyddu Pell"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Please choose the desired security level"
+msgstr "Dewiswch lefel diogelwch"
-#: ../../services.pm_.c:146
-msgid "Database Server"
-msgstr "Gwasanaethwr Cronfa Ddata"
+#: ../../security/level.pm:1
+#, c-format
+msgid "DrakSec Basic Options"
+msgstr "Dewisiadau Sylfaenol DrakSec"
-#: ../../services.pm_.c:175
+#: ../../security/level.pm:1
#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Gwasanaethau: %d wedi eu cychwyn ar gyfer %d wedi eu cofrestri"
+msgid ""
+"This is similar to the previous level, but the system is entirely closed and "
+"security features are at their maximum."
+msgstr ""
+"Wedi ei seilio ar y lefel flaenorol, ond mae'r system yn hollol gaeĞdig ac "
+"mae nodweddion diogelwch ar eu huchaf."
-#: ../../services.pm_.c:191
-msgid "Services"
-msgstr "Gwasanaethau"
+#: ../../security/level.pm:1
+#, c-format
+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 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 maei cleient yn unig yw eich "
+"peiriant ar y Rhyngrwyd, yna mae'n well i chi ddewis lefel is."
-#: ../../services.pm_.c:203
-msgid "running"
-msgstr "rhedeg"
+#: ../../security/level.pm:1
+#, c-format
+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"
-#: ../../services.pm_.c:203
-msgid "stopped"
-msgstr "ataliwyd"
+#: ../../security/level.pm:1
+#, c-format
+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."
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
-msgstr "Gwasanaethau a daemonau"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"Passwords are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Mae'r cyfrinair wedi ei alluogi, ond ni argymhellir ei ddefnyddio fel "
+"cyfrifiadur rhwydwaith."
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr "Dim gwybodaeth ychwanegol am y gwasanaeth hwn."
+"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 gyda gofal. Mae'n gwneud eich system yn haws ei\n"
+"ddefnyddio ond mae'n sensitif iawn: rhaid peidio defnyddio'r peiriant i'w\n"
+"gysylltu ag eraill nag i'r Rhyngrwyd. Does dim cysylltiad drwy gyfrinair."
-#: ../../services.pm_.c:229
-msgid "On boot"
-msgstr "Cychwyn"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "Paranoia"
-#: ../../services.pm_.c:241
-msgid "Start"
-msgstr "Cychwyn"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Higher"
+msgstr "Uwch"
-#: ../../services.pm_.c:241
-msgid "Stop"
-msgstr "Aros"
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "Uchel"
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr "Diolch am ddewis Mandrake Linux 9.0"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "Gwael"
-#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Croeso i fyd Cod Agored"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "Croeso i Crackers"
-#: ../../share/advertising/01-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
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 "
@@ -10132,15 +13689,18 @@ msgstr ""
"eich system weithredu newydd yn ganlyniad gwaith cydweithredol ar ran y "
"Gymuned Linux byd-eang"
-#: ../../share/advertising/02-community.pl_.c:9
-msgid "Get involved in the Free Software world"
-msgstr "Ymunwch â byd Meddalwedd Rhydd"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Welcome to the Open Source world"
+msgstr "Croeso i fyd Cod Agored"
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
-msgstr "Hoffech chi wybod mwy am y gymuned Cod Agored?"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
+msgstr "Diolch am ddewis Mandrake Linux 9.1"
-#: ../../share/advertising/02-community.pl_.c:11
+#: ../../share/advertising/02-community.pl:1
+#, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
@@ -10149,84 +13709,96 @@ msgstr ""
"chynorthwywch eraill drwy ymuno yn y grwpiau trafod niferus sydd i'w cael yn "
"ein tudalennau gwe \"Cymuned\""
-#: ../../share/advertising/03-internet.pl_.c:9
-msgid "Get the most from the Internet"
-msgstr "Cael y mwyaf o'r Rhyngrwyd"
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr "Hoffech chi wybod mwy am y gymuned Cod Agored?"
-#: ../../share/advertising/03-internet.pl_.c:10
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Get involved in the Free Software world"
+msgstr "Ymunwch ˘ byd Meddalwedd Rhydd"
+
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-"Mae Mandrake Linux 9.0 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. "
+"Mae Mandrake Linux 9.1 yn cynnig y feddalwedd orau i chi. Syrffiwch y we a "
+"gwylio animeddiadau gyda Mozilla a Konqueror, cyfnewid e-bost a threfnu eich "
+"gwybodaeth gyda Evolution a Kmail."
-#: ../../share/advertising/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
-msgstr "Darganfyddwch yr offer graffigol ac amlgyfrwng mwyaf diweddar!"
-
-#: ../../share/advertising/04-multimedia.pl_.c:10
-msgid "Push multimedia to its limits!"
-msgstr "Gyrrwch dechnegau aml-gyfrwng i'w eithaf!"
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
+msgid "Get the most from the Internet"
+msgstr "Cael y mwyaf o'r Rhyngrwyd"
-#: ../../share/advertising/04-multimedia.pl_.c:11
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
"files, edit and handle your images or photos, and play videos"
msgstr ""
-"Mae Mandrake Linux 9.0 yn caniatáu 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"
+"Mae Mandrake Linux 9.1 yn caniatĦu i chi ddefnyddio'r feddalwedd ddiweddaraf "
+"i chwarae ffeiliau cerddoriaeth a sain, golygu a threfnu eich delweddau, "
+"lluniau a fideo."
-#: ../../share/advertising/05-games.pl_.c:9
-msgid "Games"
-msgstr "Gemau"
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Push multimedia to its limits!"
+msgstr "Gyrrwch dechnegau aml-gyfrwng i'w eithaf!"
-#: ../../share/advertising/05-games.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr "Darganfyddwch yr offer graffigol ac amlgyfrwng mwyaf diweddar!"
+
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
"strategy, ..."
msgstr ""
-"Mae Mandrake Linux 9.0 yn darparu'r gemau Cod Agored gorau - arcêd, antur, "
-"cardiau, chwaraeon, strategaeth..."
+"Mae Mandrake Linux 9.1 yn darparu'r gemau Cod Agored gorau - arcŞd, antur, "
+"strategaeth..."
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
-msgid "Mandrake Control Center"
-msgstr "Canolfan Rheoli Mandrake"
+#: ../../share/advertising/05-games.pl:1
+#, c-format
+msgid "Games"
+msgstr "Gemau"
-#: ../../share/advertising/06-mcc.pl_.c:10
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
"your machine"
msgstr ""
-"Canolfan Rheoli Mandrake Linux 9.0 yw'r lleoliad canolog ar gyfer llunio a "
+"Canolfan Rheoli Mandrake Linux 9.1 yw'r lleoliad canolog ar gyfer llunio a "
"ffurfio eich peiriant"
-#: ../../share/advertising/07-desktop.pl_.c:9
-msgid "User interfaces"
-msgstr "Rhyngwynebau defnyddwyr"
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Control Center"
+msgstr "Canolfan Rheoli Mandrake"
-#: ../../share/advertising/07-desktop.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-"Mae Mandrake Linux 9.0 yn darparu 11 rhyngwyneb defnyddiwr y mae modd eu "
+"Mae Mandrake Linux 9.1 yn darparu 11 rhyngwyneb defnyddiwr y mae modd eu "
"newid yn helaeth: KDE 3, Gnome 2, WindowMaker, ..."
-#: ../../share/advertising/08-development.pl_.c:9
-msgid "Development simplified"
-msgstr "Symleiddio datblygiad"
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr "Mandrake Linux 9.0 yw'r platfform datblygu gorau"
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
+msgid "User interfaces"
+msgstr "Rhyngwynebau defnyddwyr"
-#: ../../share/advertising/08-development.pl_.c:11
+#: ../../share/advertising/08-development.pl:1
+#, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
@@ -10234,11 +13806,18 @@ msgstr ""
"Defnyddiwch rym grynhowr gcc 3 GNU yn ogystal ag amgylcheddau datblygiadol "
"Cod Agored gorau oll"
-#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
-msgstr "Trowch eich peiriant i fod yn wasanaethwr dibynadwy"
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
+msgstr "Mandrake Linux 9.1 yw'r platfform datblygu gorau"
+
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Development simplified"
+msgstr "Symleiddio datblygiad"
-#: ../../share/advertising/09-server.pl_.c:10
+#: ../../share/advertising/09-server.pl:1
+#, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
@@ -10247,18 +13826,18 @@ msgstr ""
"eich llygoden: gwasanaethwyr gwe, e-bost, mur gwarchod, llwybrydd, "
"gwasanaethwr ffeil ac argraffu..."
-#: ../../share/advertising/10-mnf.pl_.c:9
-msgid "Optimize your security"
-msgstr "Y diogelwch mwyaf"
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
+msgstr "Trowch eich peiriant i fod yn wasanaethwr dibynadwy"
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
-msgstr ""
-"Mae'r casgliad MandrakeSecurity'n cynnwys Multi Network Firewall (M.N.F.)"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
+msgstr "Mae'r cynnyrch ar gael ar safle gwe MandrakeStore"
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
@@ -10266,53 +13845,51 @@ msgstr ""
"Mae'r mur cadarn hwn yn cynnwys nodwedd rhwydwaith i'ch galluogi i gyflawni "
"eich anghenion diogelwch i gyd"
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
-msgstr "Mae'r cynnyrch ar gael ar safle gwe MandrakeStore"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
+msgstr ""
+"Mae'r casgliad MandrakeSecurity'n cynnwys Multi Network Firewall (M.N.F.)"
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
-msgstr "Y siop MandrakeSoft swyddogol"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
+msgstr "Y diogelwch mwyaf"
-#: ../../share/advertising/11-mdkstore.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
msgstr ""
-"Mae amrediad eang o ddarpariaeth Linux, yn ogystal â chynigion arbennig ar "
+"Mae amrediad eang o ddarpariaeth Linux, yn ogystal ˘ chynigion arbennig ar "
"gynnyrch a 'difyrrwch', ar gael ar-lein yn ein e-siop"
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
-msgstr "Partneriaid strategol"
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
+msgstr "Y siop MandrakeSoft swyddogol"
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
"Mane Mandrake Linux yn cydweithio gyda dewis o gwmniau yn cynnig atebion "
-"proffesiynnol sy'n cydweddu â Mandrake Linux Mae rhestr o 'r partneriaid hyn "
+"proffesiynnol sy'n cydweddu ˘ Mandrake Linux Mae rhestr o 'r partneriaid hyn "
"i'w cael yn MandrakeStore"
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
-msgstr "Mae catalog hyfforddiant MandrakeSoft i'w gael yn Linux-Campus"
-
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
-msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
-msgstr ""
-"Mae'r rhaglen hyfforddiant yma wedi ei greu i ymateb i anghenion y "
-"defnyddiwr a'r arbennigwr (Gweinyddwyr Rhwydwaith a System0"
-
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
-msgid "Certify yourself on Linux"
-msgstr "Mynnwch dystysgrifo eich hun gyda Linux"
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
+msgstr "Partneriaid strategol"
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
"Whether you choose to teach yourself online or via our network of training "
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
@@ -10323,37 +13900,52 @@ msgstr ""
"ar gyfer rhaglen dystiedig LPI cydnabyddedig (tystysgrif technegol "
"proffesiynnol byd-eang)"
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-msgid "Become a MandrakeExpert"
-msgstr "Dewch yn MandrakeExpert"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Certify yourself on Linux"
+msgstr "Mynnwch dystysgrifo eich hun gyda Linux"
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
-"Dewch o hyd i ateb eich anhawsterau drwy blatfform cefnogaeth ar-lein "
-"MandrakeSoft."
+"Mae'r rhaglen hyfforddiant yma wedi ei greu i ymateb i anghenion y "
+"defnyddiwr a'r arbennigwr (Gweinyddwyr Rhwydwaith a System0"
+
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr "Mae catalog hyfforddiant MandrakeSoft i'w gael yn Linux-Campus"
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
"technical support website:"
msgstr ""
-"Ymunwch â'r timau cefnogi MandrakeSoft a'r Linux Community ar-lein i rannu "
+"Ymunwch ˘'r timau cefnogi MandrakeSoft a'r Linux Community ar-lein i rannu "
"eich gwybodaeth ac i helpu eraill drwy ddod yn Arbenigwr cydnabyddedig ar y "
"safle cefnogaeth dechnegol."
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-msgid "MandrakeExpert Corporate"
-msgstr "MandrakeExpert Corfforaethol"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
+msgstr ""
+"Dewch o hyd i ateb eich anhawsterau drwy blatfform cefnogaeth ar-lein "
+"MandrakeSoft."
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
-msgstr "Platfform arlein i ymateb i anghenion cefnogaeth penodol cwmni"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid "Become a MandrakeExpert"
+msgstr "Dewch yn MandrakeExpert"
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
@@ -10361,11 +13953,18 @@ msgstr ""
"Bydd pob digwyddiad yn cael ei archwilio gan arbenigwr technegol "
"MandrakeSoft cymwysedig"
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
-msgstr "Darganfyddwch MandrakeClub a'r mandrake Corporate Club"
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
+msgstr "Platfform arlein i ymateb i anghenion cefnogaeth penodol cwmni"
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert Corfforaethol"
+
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -10378,234 +13977,257 @@ msgstr ""
"busnes Mandrake Linux fyddai'n hoffi cefnogi eu hoff ddosbarthiad Linux "
"tra'n derbyn breintiau arbennig. Os ydych yn mwynhau ein cynnyrch, os yw "
"eich cwmni'n manteisio o'n cynnyrch i gael y blaen ar eraill, os hoffech "
-"gefnogi datblygiad Linux mandrake, yna ymunwch â MandrakeClub!"
+"gefnogi datblygiad Linux mandrake, yna ymunwch ˘ MandrakeClub!"
-#: ../../standalone.pm_.c:21
-#, fuzzy
-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.\n"
-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"
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
+msgstr "Darganfyddwch MandrakeClub a'r mandrake Corporate Club"
-#: ../../standalone.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Ail fewn gofnodwch i %s i wireddu'r newidiadau"
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Allgofnodwch ac yna defnyddiwch Ctrl Alt-BackSpace"
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
+"Mae /etc/hosts.allow and /etc/hosts.deny wedi eu ffurfweddu - dim newid"
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
+msgstr "Mae angen creu /etc/dhcpd.conf yn gyntaf"
-#: ../../standalone.pm_.c:70
-msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
+msgstr "Aeth rhywbeth o'i le! - ydy mkisofs wedi ei osod?"
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "Allweddell"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
+msgstr "%s yw'r delwedd ISO etherboot"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No floppy drive available!"
+msgstr "Does dim gyrrwr disg meddal ar gael!"
-#: ../../standalone.pm_.c:84
-msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
+msgstr "Mae modd tynnu'r disg meddal nawr"
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
+msgstr "Maethu cael mynediad i'r disg meddal!"
-#: ../../standalone.pm_.c:94
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Please insert floppy disk:"
+msgstr "Mewnosodwch ddisg meddal:"
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Write Config"
+msgstr "Ysgrifenu ffurfweddu"
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
+msgstr "Pwll Cyfeiriad IP dynameg"
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
#, c-format
msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
+"Tynnwyd y rhanfwyaf o'r gwerthoedd\n"
+"hyn o'ch system ar waith.\n"
+"Medrwch eu newid yn ´l y galw."
-#: ../../standalone.pm_.c:168
-msgid "Installing packages..."
-msgstr "Gosod pecynnau..."
-
-#: ../../standalone/XFdrake_.c:138
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Allgofnodwch ac yna defnyddiwch Ctrl Alt-BackSpace"
-
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Ail fewn gofnodwch i %s i wireddu'r newidiadau"
+msgid "dhcpd Server Configuration"
+msgstr "Ffurfweddiad Gwasanaethwr dhcpd"
-#: ../../standalone/drakTermServ_.c:239
-msgid "Mandrake Terminal Server Configuration"
-msgstr "Ffurfweddiad Gwasanaethwr Terfynell Mandrake"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
+msgstr "Diwedd Amrediad IP:"
-#: ../../standalone/drakTermServ_.c:253
-msgid "Enable Server"
-msgstr "Galluogi'r Gwasanaethwr"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range Start:"
+msgstr "Cychwyn Amrediad IP:"
-#: ../../standalone/drakTermServ_.c:260
-msgid "Disable Server"
-msgstr "Analluogi'r Gwasanaethwr"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Name Servers:"
+msgstr "Enwi Gwasanaethwr:"
-#: ../../standalone/drakTermServ_.c:268
-msgid "Start Server"
-msgstr "Cychwyn y Gwasanaethwr"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Domain Name:"
+msgstr "Enw Parth:"
-#: ../../standalone/drakTermServ_.c:275
-msgid "Stop Server"
-msgstr "Atal y Gwasanaethwr"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Broadcast Address:"
+msgstr "Cyfeiriad Darlledu:"
-#: ../../standalone/drakTermServ_.c:283
-msgid "Etherboot Floppy/ISO"
-msgstr "Etherboot Floppy/ISO"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
+msgstr "Masg Isnet"
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
-msgstr "Delweddau Cychwyn y Rhwyd"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Routers:"
+msgstr "Llwybryddion:"
-#: ../../standalone/drakTermServ_.c:294
-msgid "Add/Del Users"
-msgstr "Ychwanegu/Diddymu Defnyddwyr"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Netmask:"
+msgstr "Netmask:"
-#: ../../standalone/drakTermServ_.c:299
-msgid "Add/Del Clients"
-msgstr "Ychwanegu/Dileu Cleientiaid"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet:"
+msgstr "Isnet:"
-#: ../../standalone/drakTermServ_.c:328
-#, fuzzy
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
msgstr ""
-" yn diweddaru 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft."
-"com>"
+"Mae angen cychwyn y Rheolwr Dangosydd i'r newid ddigwydd.\n"
+"(ailgychwyn gwasanaeth dm - yn y consol)"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "dhcpd Config..."
+msgstr "Ffurfweddu dhcpd..."
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Delete Client"
+msgstr "Diddymu Cleient"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Edit Client"
+msgstr "<-- Golygu Cleient"
-#: ../../standalone/drakTermServ_.c:332
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add Client -->"
+msgstr "Ychwanegu Cleient -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Allow Thin Clients"
+msgstr "CaniatĦu Cleientiaid Tenau"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Thin Client"
+msgstr "Cleient Tenau"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No net boot images created!"
+msgstr "Heb greu delweddau cychwyn y rhwyd!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "type: %s"
+msgstr "math: %s"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
+msgstr "<-- Dileu Defndyddiwr"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add User -->"
+msgstr "Pob Defnyddiwr -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
+"Mae !!! yn dangos bod y cyfrinair yng nghronfa ddata'r system yn\n"
+"wahanol i'r un yng ngronfa ddata'r Gwasanaethwr Terfynell.\n"
+"I fewngofnodi i'r Gwas.Terfynell dileu/ail ychwnaegu'r defnyddiwr."
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Delete All NBIs"
+msgstr "Dileu Pob NBI"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Delete"
+msgstr "<-- Dileu"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr "Bydd hyn yn cymryd rhai munudau"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
+msgstr "Adeiladu pob cnewyllyn -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No NIC selected!"
+msgstr "Heb ddewis NIC!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
+msgstr "Adeiladau NIC unigol -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
+msgstr "Heb ddeiwis cnewyllyn"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr "Adeiladu'r cnewyllyn gyfan -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
+msgstr "Cychwyn yr ISO"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
+msgstr "Disg Meddal Cychwyn"
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -10634,7 +14256,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -10645,8 +14267,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -10735,218 +14357,294 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
+"Trosolwg drakTermServ\n"
+"\t\t\t \n"
+" - Crea Delwedd Cychwynydd Galluogi Etherboot:\n"
+" \t\tI gychwyn y cnewyllyn drwy etherboot, rhaid creu delwedd "
+"cnewyllyn/initrdrd arbennig.\n"
+" \t\tmae tmkinitrd-net yn gwneud llawer o'r gwaith ac mae drak "
+"termServ yn rhyngwyneb graffigol iddo\n"
+" \t\ti gynorthwyo rheoli/addasuto help manage/customize these "
+"images.\n"
+"\n"
+" - Maintain /etc/dhcpd.conf:\n"
+" \t\tTo net boot clients, each client needs a dhcpd.conf entry, "
+"assigning an IP address\n"
+" \t\tand net boot images to the machine. drakTermServ helps create/"
+"remove these entries.\n"
+"\t\t\t\n"
+" \t\t(PCI cards may omit the image - etherboot will request the "
+"correct image. You should\n"
+" \t\talso consider that when etherboot looks for the images, it "
+"expects names like\n"
+" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:\n"
+" \t\t\n"
+"\t\t\t\thost curly {\n"
+"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
+"\t\t\t\t\tfixed-address 192.168.192.3;\n"
+"\t\t\t\t\t#type fat;\n"
+"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
+"nbi\";\n"
+"\t\t\t\t}\n"
+"\t\t\t\n"
+"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific "
+"entry for\n"
+"\t\t\ta client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
+"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
+"while fat clients run most\n"
+"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
+"$IP=client_ip\\$\\$ is\n"
+"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and "
+"gdm.conf are modified\n"
+"\t\t\tif thin clients are used, to enable xdmcp. Since there are security "
+"issues in using xdmcp,\n"
+"\t\t\thosts.deny and hosts.allow are modified to limit access to the local "
+"subnet.\n"
+"\t\t\t\n"
+"\t\t\tNote: You must stop/start the server after adding or changing "
+"clients.\n"
+"\t\t\t\n"
+" - Maintain /etc/exports:\n"
+" \t\tClusternfs allows export of the root filesystem to diskless "
+"clients. drakTermServ\n"
+" \t\tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
+" \t\tdiskless clients.\n"
+"\n"
+" \t\tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tWith SUBNET/MASK being defined for your network.\n"
+" \t\t\n"
+" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$"
+"\\$. drakTermServ helps\n"
+" \t\tin this respect by adding or removing system users from this "
+"file.\n"
+"\n"
+" - Per client /etc/X11XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future drakTermServ "
+"will help create these\n"
+" \t\tfiles.\n"
+"\n"
+" - Per client system configuration files:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future, "
+"drakTermServ can help create files\n"
+" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+"keyboard on a per-client\n"
+" \t\tbasis.\n"
+"\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ will configure this file to work in conjunction "
+"with the images created by\n"
+" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
+"the boot image to each\n"
+" \t\tdiskless client.\n"
+"\n"
+" \t\tA typical tftp configuration file looks like:\n"
+" \t\t\n"
+" \t\tservice tftp\n"
+" \t\t(\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t\t}\n"
+" \t\t\n"
+" \t\tThe changes here from the default installation are changing the "
+"disable flag to\n"
+" \t\t'no' and changing the directory path to /var/lib/tftpboot, where "
+"mkinitrd-net\n"
+" \t\tputs it's images.\n"
+"\n"
+" - Create etherboot floppies/CDs:\n"
+" \t\tThe diskless client machines need either ROM images on the NIC, "
+"or a boot floppy\n"
+" \t\tor CD to initate the boot sequence. drakTermServ will help "
+"generate these images,\n"
+" \t\tbased on the NIC in the client machine.\n"
+" \t\t\n"
+" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \n"
+"\n"
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr "Disg Meddal Cychwyn"
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr "Cychwyn yr ISO"
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr "Adeiladu'r cnewyllyn gyfan -->"
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr "Bydd hyn yn cymryd rhai munudau"
-
-#: ../../standalone/drakTermServ_.c:573
-msgid "No kernel selected!"
-msgstr "Heb ddeiwis cnewyllyn"
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
-msgstr "Adeiladau NIC unigol -->"
-
-#: ../../standalone/drakTermServ_.c:587
-msgid "No nic selected!"
-msgstr "Heb ddewis nic"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
-msgstr "Adeiladu pob cnewyllyn -->"
-
-#: ../../standalone/drakTermServ_.c:604
-msgid "<-- Delete"
-msgstr "<-- Dileu"
-
-#: ../../standalone/drakTermServ_.c:611
-msgid "Delete All NBIs"
-msgstr "Dileu Pob NBI"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
+"\n"
+"\n"
+" Diolch:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
-#: ../../standalone/drakTermServ_.c:673
-msgid "Add User -->"
-msgstr "Pob Defnyddiwr-->"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
-msgstr "<-- Dileu Defndyddiwr"
-
-#: ../../standalone/drakTermServ_.c:720
-#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Math: "
-
-#: ../../standalone/drakTermServ_.c:753
-msgid "No net boot images created!"
-msgstr "Heb greu delweddau cychwyn y rhwyd!"
-
-#: ../../standalone/drakTermServ_.c:773
-#, fuzzy
-msgid "Thin Client"
-msgstr "Cleient DHCP"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+"\n"
+" Hawlfraint (C) 2002 MandrakeSoft\n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
-#: ../../standalone/drakTermServ_.c:775
-#, fuzzy
-msgid "Allow Thin Clients"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Clients"
msgstr "Ychwanegu/Dileu Cleientiaid"
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
-msgstr "Ychwanegu Cleient -->"
-
-#: ../../standalone/drakTermServ_.c:821
-#, fuzzy
-msgid "<-- Edit Client"
-msgstr "<--Diddymu Cleient"
-
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
-msgstr "<--Diddymu Cleient"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Users"
+msgstr "Ychwanegu/Diddymu Defnyddwyr"
-#: ../../standalone/drakTermServ_.c:843
-msgid "dhcpd Config..."
-msgstr "Ffurfweddu dhcpd..."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
+msgstr "Delweddau Cychwyn y Rhwyd"
-#: ../../standalone/drakTermServ_.c:876
-msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot Floppy/ISO"
+msgstr "Etherboot Floppy/ISO"
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Stop Server"
+msgstr "Atal y Gwasanaethwr"
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "Netmask"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Start Server"
+msgstr "Cychwyn y Gwasanaethwr"
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Disable Server"
+msgstr "Analluogi'r Gwasanaethwr"
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Enable Server"
+msgstr "Galluogi'r Gwasanaethwr"
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "Ffurfweddiad Gwasanaethwr Terfynell Mandrake"
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "Enw parth"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Remove the last item"
+msgstr "Tynnu'r eitem olaf"
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
-msgstr "Gwasanaethwr Samba"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Add an item"
+msgstr "Ychwanegu eitem"
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install"
+msgstr "Awto Gosod"
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
+#: ../../standalone/drakautoinst:1
+#, c-format
+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/drakTermServ_.c:1001
-msgid "dhcpd Server Configuration"
-msgstr "Ffurfweddiad Gwasanaethwr dhcpd"
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Congratulations!"
+msgstr "Llongyfarchiadau!"
-#: ../../standalone/drakTermServ_.c:1002
-#, fuzzy
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
-"Tynnwyd y rhanfwyaf o'r gwerthoedd\n"
-"hyn o'ch system ar waith. Medrwch eu newid yn ôl y galw."
-
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
+"\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/drakTermServ_.c:1018
-msgid "Write Config"
-msgstr "Ysgrifenu ffurfweddu"
-
-#: ../../standalone/drakTermServ_.c:1120
-msgid "Please insert floppy disk:"
-msgstr "Mewnosodwch ddisg meddal:"
-
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr "Maethu cael mynediad i'r disg meddal!"
-
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
-msgstr "Mae modd tynnu'r disg meddal nawr"
-
-#: ../../standalone/drakTermServ_.c:1129
-msgid "No floppy drive available!"
-msgstr "Does dim gyrrwr disg meddal ar gael!"
-
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "Etherboot ISO image is %s"
-msgstr "%s yw'r delwedd ISO etherboot"
-
-#: ../../standalone/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
-msgstr "Aeth rhywbeth o'i le! - ydy mkisofs wedi ei osod?"
+msgid "Creating auto install floppy"
+msgstr "Creu disg meddal awto gosod"
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
-msgstr "Mae angen creu /etc/dhcpd.conf yn gyntaf"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "manual"
+msgstr "llaw"
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+#: ../../standalone/drakautoinst:1
+#, c-format
+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:40
-msgid "Error!"
-msgstr "Gwall!"
-
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Methu canfod ffeil delwedd angenrheidiol '%s'."
+msgid "Automatic Steps Configuration"
+msgstr "FFurfweddiad Camau Awtomatig"
-#: ../../standalone/drakautoinst_.c:43
-msgid "Auto Install Configurator"
-msgstr "Ffurfweddwr Awto-Osod"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "replay"
+msgstr "ail chwarae"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -10970,1586 +14668,1673 @@ msgstr ""
"Ydych chi eisiau parhau?\n"
"?"
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install Configurator"
+msgstr "Ffurfweddwr Awto-Osod"
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "Ail chwarae"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "I can't find needed image file `%s'."
+msgstr "Methu canfod ffeil delwedd angenrheidiol '%s'."
-#: ../../standalone/drakautoinst_.c:66
-msgid "Automatic Steps Configuration"
-msgstr "FFurfweddiad Camau Awtomatig"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Error!"
+msgstr "Gwall!"
-#: ../../standalone/drakautoinst_.c:67
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
+"\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 ""
-"Dewiswch ar gyfer pob cam a fydd yn ail chwarae fel eich gosodiad, neu a "
-"fydd gyda llaw"
-
-#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
-msgid "Creating auto install floppy"
-msgstr "Creu disg meddal awto gosod"
+"\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/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-"Welcome.\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"
-"The parameters of the auto-install are available in the sections on the left"
msgstr ""
+"disgrifiad o'r dewisiadau:\n"
"\n"
-"Croeso\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"
-"Mae paramedrau'r awto osod i'w cael yn yr adran ar y chwith"
-
-#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
-msgstr "Llongyfarchiadau!"
-#: ../../standalone/drakautoinst_.c:235
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
+"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 backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.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 ""
-"Mae'r disg meddal wedi ei gynhyrchu'n llwyddiannus. \n"
-"Medrwch ail chwarae eich gosodiad."
-
-#: ../../standalone/drakautoinst_.c:273
-msgid "Auto Install"
-msgstr "Awto Gosod"
-
-#: ../../standalone/drakautoinst_.c:343
-msgid "Add an item"
-msgstr "Ychwanegu eitem"
-
-#: ../../standalone/drakautoinst_.c:350
-msgid "Remove the last item"
-msgstr "Tynnu'r eitem olaf"
-
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
-msgstr "Nid yw cron ar gael et ar gyfer di-wraidd"
-
-#: ../../standalone/drakbackup_.c:690
-msgid "WARNING"
-msgstr "RHYBUDD"
+"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 caniatĦu 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- T˘p.\n"
+"\n"
+" Mae Drakbackup yn caniatĦu 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:691
-msgid "FATAL"
-msgstr "TERFYNNOL"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+msgstr ""
+" yn diweddaru 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft."
+"com>"
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
-msgstr "GWYBODAETH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
+msgstr ""
+" Hawlfraint (C) 2001-2002 MandrakeSoft gan DUPONT Sebastien <dupont_s"
+"\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:704
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-" DrakBackup Report \n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-msgstr ""
+"Otherwise, you are able to select only one of these.\n"
"\n"
-" Adroddiad DrakBackup \n"
+" - Incremental Backups:\n"
"\n"
-
-#: ../../standalone/drakbackup_.c:705
-msgid ""
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data 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 option all\n"
+"\told backups are deleted before each backup. \n"
"\n"
-" DrakBackup Daemon Report\n"
"\n"
"\n"
msgstr ""
+"disgrifad o adfer:\n"
"\n"
-" Adroddiad Daemon DrakBackup \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 caniatĦu 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:709
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-" DrakBackup Report Details\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 the 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 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 data 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"
-" Manylion Adroddiad DrakBackup \n"
+"- Ffeiliau system Cadw wrth Gefn\n"
+" \n"
+"\tMae'r dewis hwn yn caniatĦu 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 caniatĦu 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 caniatĦu 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 caniatĦu 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:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-msgid "Total progess"
-msgstr "Cyfanswm y cynnydd"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
+"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"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
msgstr ""
-"%s exists, delete?\n"
+"disgrifiad o'r dewisiadau:\n"
"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
-
-#: ../../standalone/drakbackup_.c:794
-msgid "This may take a moment to generate the keys."
-msgstr "Bydd hyn yn cymryd amser i gynhyrchu'r allweddi"
+"Yma mae Drakbackup yn caniatĦu 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 wah˘n i: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
-#: ../../standalone/drakbackup_.c:801
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "ERROR: Cannot spawn %s."
-msgstr "GWALL; methu taenu %s."
+msgid "Drakbackup"
+msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
-msgstr "Dim cais am gyfrinair ar %s ym mhorth %s"
+msgid "Restore"
+msgstr "Adfer"
-#: ../../standalone/drakbackup_.c:819
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Bad password on %s"
-msgstr "Cyfrinair gwallus yn %s"
+msgid "Backup Now"
+msgstr "Cadw wrth Gefn Nawr"
-#: ../../standalone/drakbackup_.c:820
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Permission denied transferring %s to %s"
-msgstr "Gwrthodwyd caniatâd wrth drosglwyddo %s i %s"
+msgid "Advanced Configuration"
+msgstr "Ffurfweddiad Uwch"
-#: ../../standalone/drakbackup_.c:821
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Can't find %s on %s"
-msgstr "Methu canfod %s ar %s"
+msgid "Wizard Configuration"
+msgstr "Ffurfweddiad y Dewin"
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "%s not responding"
-msgstr "Nid yw %s yn ymateb"
+msgid "View Backup Configuration."
+msgstr "Edrych ar Ffurfweddiad Cadw wrth Gefn"
-#: ../../standalone/drakbackup_.c:828
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"\n"
-"without being prompted for a password."
-msgstr ""
-"Roedd y trosglwyddiad yn llwyddiannus\n"
-"Efallai'r hoffechi wirio eich bod yn medru mewngofnodi i'r gwasanaether "
-"gyda:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"heb dderbyn cais am gyfrinair"
-
-#: ../../standalone/drakbackup_.c:873
-msgid "WebDAV remote site already in sync!"
-msgstr "Mae safle pell WebDAV eisioes wedi cydamseru!"
-
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr "Method trosglwyddiad WebDaAV!"
-
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr "Dim CDR/DVDR yn y gyrrwr!"
+msgid "Backup Now from configuration file"
+msgstr "Cadwch wrth Gefn eich ffeiliau ffurfweddu"
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr "Nid yw'n ymddangos fel cyfrwng cofnodi."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Drakbackup Configuration"
+msgstr "Ffurfweddiad Drakbackup"
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr "Nid cyfrwng dileuadwy!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total Progress"
+msgstr "Cyfanswm Cynydd"
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
-msgstr "Bydd yn cymryd ychydig o amser i ddileu'r cyfrwng."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Sending files..."
+msgstr "Anfon ffeiliau..."
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr "Anhawsterau caniatâd wrth gael mynediad i'r CD."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "files sending by FTP"
+msgstr "anfon ffeil drwy FTP"
-#: ../../standalone/drakbackup_.c:1060
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
-msgstr "Dim tâp yn %s!"
+msgid "Backup other files"
+msgstr "Cadw'r ffeiliau eraill wrth gefn"
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
-msgstr "Ffeiliau system wrth gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup user files"
+msgstr "Ffeiliau Defnyddiwr Cadw wrth Gefn"
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-msgid "Hard Disk Backup files..."
-msgstr "Ffeiliau cadw wrth gefn y Disg Caled"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files"
+msgstr "Ffeiliau System Cadw wrth Gefn"
-#: ../../standalone/drakbackup_.c:1236
-msgid "Backup User files..."
-msgstr "Ffeiliau Defnyddiwr Cadw wrth Gefn..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Under Devel ... please wait."
+msgstr "O dan ddatblygiad...arhoswch."
-#: ../../standalone/drakbackup_.c:1237
-msgid "Hard Disk Backup Progress..."
-msgstr "Cynnydd Disg Caled wrth Gefn..."
+#: ../../standalone/drakbackup:1
+#, c-format
+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:1290
-msgid "Backup Other files..."
-msgstr "Cadw wrth gefn ffeiliau eraill..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select data to backup..."
+msgstr "Dewiswch y data i'w gadw wrth gefn..."
-#: ../../standalone/drakbackup_.c:1296
-msgid "No changes to backup!"
-msgstr "Dim newid i'r ffeil wrth gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select media for backup..."
+msgstr "Dewiswch y cyfrwng ar gyfer cadw wrth gefn..."
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
-msgstr ""
-"\n"
-"Gweithgaredd Drakbackup drwy %s:\n"
-"\n"
+msgid "Please select data to restore..."
+msgstr "Dewiswch y data i'w adfer..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"file list sent by FTP: %s\n"
-" "
-msgstr ""
-"rhestr ffeil yrrwyd gan FTP: %s\n"
-" "
+msgid "The following packages need to be installed:\n"
+msgstr "Mae'r pecynnau canlynol angen eu gosod:\n"
-#: ../../standalone/drakbackup_.c:1322
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
-"\n"
-" Anhawster cysylltiad FTP: Nid oedd yn bosibl anfon eich ffeiliau wrth gefn "
-"drwy FTP.\n"
+"Gwall wrth anfon ffeil drwy FTP.\n"
+" Cywirwch eich ffurfweddiad FTP."
-#: ../../standalone/drakbackup_.c:1340
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
-"\n"
-"Gweithgaredd Drakbackup drwy CD:\n"
-"\n"
+"Gwall wrth ddefnyddio sendmail\n"
+" chafodd eich adroddiad e-bost mo'i anfon\n"
+" Ffurfweddwch eich sendmail"
-#: ../../standalone/drakbackup_.c:1345
-msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
-msgstr ""
-"\n"
-"Gweithgaredd Drakbackup drwy dâp:\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Next"
+msgstr "Nesaf"
-#: ../../standalone/drakbackup_.c:1354
-msgid " Error during mail sending. \n"
-msgstr " Gwall wrth anfon e-bost. \n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Previous"
+msgstr "Cynt"
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
-msgstr "Methu creu catalog!"
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save"
+msgstr "Gorffen"
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-msgid "File Selection"
-msgstr "Dewis ffeiliau"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Build Backup"
+msgstr "Adeiladu Cadw wrth Gefn"
-#: ../../standalone/drakbackup_.c:1529
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Dewiswch y ffeiliau neu gyfeiriaduron a chliciwch 'Ychwanegu'"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Progress"
+msgstr "Adfer Cynnydd"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Gwiriwch pob dewis sydd angen arnoch.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Catalog"
+msgstr "Adfer o'r Catalog"
-#: ../../standalone/drakbackup_.c:1574
-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:1
+#, c-format
+msgid "Browse to new restore repository."
+msgstr "Pori i'r ystorfa newydd adferwyd"
-#: ../../standalone/drakbackup_.c:1575
-msgid "Backup your System files. (/etc directory)"
-msgstr "Cadw wrth gefn ffeiliau System. ( cyfeiriadur /etc )"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
+msgstr "CD yn ei le - ewch ymlaen"
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Cadw wrth gefn cynyddol (peidio disodli hen ffeiliau wrth gefn)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Custom Restore"
+msgstr "Adfer Dewisol"
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Peidio cynnwys ffeiliau hanfodol (passwd, group, fstab)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
+msgstr "Adfer pob cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:1578
-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:1
+#, c-format
+msgid "Restore Failed..."
+msgstr "Methodd Adfer..."
-#: ../../standalone/drakbackup_.c:1595
-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:1
+#, c-format
+msgid "Files Restored..."
+msgstr "Adferwyd ffeiliau..."
-#: ../../standalone/drakbackup_.c:1622
-msgid "Do not include the browser cache"
-msgstr "Peidio cynnwys storfa'r porwr"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
+msgstr "Llwybr neu Fodiwl angenrheidiol"
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Defnyddio Cadw wrth Gefn Cynyddol (peidio disodli hen gadw wrth gefn)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hostname required"
+msgstr "Mae angen enw gwesteiwr"
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-msgid "Remove Selected"
-msgstr "Tynnu'r Dewis"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Username required"
+msgstr "Mae angen enw defnyddiwr"
-#: ../../standalone/drakbackup_.c:1679
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Password required"
+msgstr "Mae angen cyfrinair"
-#: ../../standalone/drakbackup_.c:1714
-msgid "Users"
-msgstr "Defnyddwyr"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
+msgstr "Llwybr Gwesteiwr neu Fodwil "
-#: ../../standalone/drakbackup_.c:1740
-msgid "Use network connection to backup"
-msgstr "Defnyddiwch cysylltiad rhwydwaith i gadw wrth gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Name"
+msgstr "Enw Gwesteiwr"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
-msgstr "Dull Rhwyd:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr "Adfer drwy Protocol Rhwydwaith: %s"
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
-msgstr "Defnyddiwch Expect ar gyfer SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network"
+msgstr "Adfer drwy'r Rhwydwaith"
-#: ../../standalone/drakbackup_.c:1747
-msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
-msgstr ""
-"Creu/Trosglwyddo\n"
-"allweddi wrth gefn ar gyfer SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr "Nid yr label t˘p cywir. T˘p wedi ei labelu %s."
-#: ../../standalone/drakbackup_.c:1748
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" Transfer \n"
-"Now"
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-"Trosglwyddo \n"
-"Nawr"
+"Rhowch y t˘p gyda label cynnwys%s\n"
+"yn yr gyrrwr t˘p %s"
-#: ../../standalone/drakbackup_.c:1749
-msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
-msgstr ""
-"Allweddi eraill (nid drakbackup)\n"
-"yn eu lle yn barod"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Tape"
+msgstr "Adfer o D˘p"
-#: ../../standalone/drakbackup_.c:1753
-msgid "Please enter the host name or IP."
-msgstr "Rhowch enw'r gwesteiwr neu'r IP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr "Nid yr label CD cywir. Disg wedi ei labelu %s."
-#: ../../standalone/drakbackup_.c:1758
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-"Rhowch y cyfeiriadur(neu fodiwl) i osod y cadw\n"
-"wrth gefn ar y gwesteiwr hwn."
-
-#: ../../standalone/drakbackup_.c:1763
-msgid "Please enter your login"
-msgstr "Rhowch eich mewngofnod"
-
-#: ../../standalone/drakbackup_.c:1768
-msgid "Please enter your password"
-msgstr "Rhowch eich cyfrinair"
+"Rhowch yr CD gyda label cynnwys%s\n"
+"yn yr gyrrwr CD o dan bwynt gosod /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:1774
-msgid "Remember this password"
-msgstr "Cofiwch y cyfrinair"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From CD"
+msgstr "Adfer o'r CD"
-#: ../../standalone/drakbackup_.c:1785
-msgid "Need hostname, username and password!"
-msgstr "Angen enw gwesteiwr, enw defnyddiwr a chyfrinair"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files not found at %s."
+msgstr "Heb ganfod y ffeiliau wrth gefn yn %s."
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
-msgstr "Defnyddiwch yr CD/DVDROM i gadw wrth gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr ""
+"Newid\n"
+"Llwybr Adfer"
-#: ../../standalone/drakbackup_.c:1882
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
+"Restore Selected\n"
+"Files"
msgstr ""
-"Dewiswch eich dyfais CD/DVD\n"
-"(Gwasgwch Enter i drosglwyddo'r gosodiadau i feysydd eraill.\n"
-"Nid yw'r maes hwn yn angenrheidiol, dim ond offeryn i lanw'r ffurflen.)"
+"Adfer y Dewis\n"
+"Ffeiliau"
-#: ../../standalone/drakbackup_.c:1887
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "Dewiswch maint eich gofod CD/DVD"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+"Adfer Cofnod\n"
+"Catalog Ddewiswyd"
-#: ../../standalone/drakbackup_.c:1893
-msgid "Please check for multisession CD"
-msgstr "Gwiriwch os ydych yn defnyddio CD amlsesiwn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
+msgstr "Tynnu cyfeiriaduron defnyddiwr cyn adfer."
-#: ../../standalone/drakbackup_.c:1899
-msgid "Please check if you are using CDRW media"
-msgstr "Gwiriwch os ydych yn defnyddio cyfrwng CDRW"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:1905
-msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Gwiriwch os ydych am ddileu eich cyfrwng RW(Sesiwn 1af)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "select path to restore (instead of /)"
+msgstr "dewis llwybr arall i adfer ( yn lle / )"
-#: ../../standalone/drakbackup_.c:1906
-msgid " Erase Now "
-msgstr "Dileu Nawr"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Other"
+msgstr "Adfer Arall"
-#: ../../standalone/drakbackup_.c:1912
-msgid "Please check if you are using a DVDR device"
-msgstr "Gwiriwch os ydych yn defnyddio dyfais DVDR"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Users"
+msgstr "Adfer Defnyddwyr"
-#: ../../standalone/drakbackup_.c:1918
-msgid "Please check if you are using a DVDRAM device"
-msgstr "Gwiriwch os ydych yn defnyddio dyfais DVDRAM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore system"
+msgstr "Adfer y system"
-#: ../../standalone/drakbackup_.c:1931
-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:1
+#, c-format
+msgid "Other Media"
+msgstr "Cyfrwng Arall"
-#: ../../standalone/drakbackup_.c:1964
-msgid "No CD device defined!"
-msgstr "Heb ddiffinio dyfais CD!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select another media to restore from"
+msgstr "Dewis cyfrwng arall i adfer ohono"
-#: ../../standalone/drakbackup_.c:2012
-msgid "Use tape to backup"
-msgstr "Defnyddiwch dâp i gadw wrth gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:2015
-msgid "Please enter the device name to use for backup"
-msgstr "Rhowch enw dyfais i'w ddefnyddio ar gyfer cadw wrth gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore from Hard Disk."
+msgstr "Adfer o'r Ddisg Caled."
-#: ../../standalone/drakbackup_.c:2021
-msgid "Please check if you want to use the non-rewinding device."
-msgstr ""
-"Gwiriwch os ydych am ddefnyddio'r dyfais nad yw'n mynd nôl i'e ddechrau."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Secure Connection"
+msgstr "Cysylltiad Diogel"
-#: ../../standalone/drakbackup_.c:2027
-msgid "Please check if you want to erase your tape before the backup."
-msgstr "Gwiriwch os ydych am ddileu eich tâp cyn y cadw wrth gefn."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FTP Connection"
+msgstr "Cysylltiad FTP"
-#: ../../standalone/drakbackup_.c:2033
-msgid "Please check if you want to eject your tape after the backup."
-msgstr "Gwiriwch os ydych am dynnu eich tâp ar ôl y cadw wrth gefn."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use quota for backup files."
+msgstr "Defnyddiwch y cwota ar gyfer ffeiliau wrth gefn"
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
"Rhowch y maint mwyaf\n"
-"i'w ganiatáu ar gyfer Drakbackup"
+"i'w ganiatĦu ar gyfer Drakbackup"
-#: ../../standalone/drakbackup_.c:2103
-msgid "Please enter the directory to save to:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save:"
msgstr "Rhowch y cyfeiriadur i gadw iddo:"
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-msgid "Use quota for backup files."
-msgstr "Defnyddiwch y cwota ar gyfer ffeiliau wrth gefn"
-
-#: ../../standalone/drakbackup_.c:2180
-msgid "Network"
-msgstr "Rhwydwaith"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Hard Disk to backup"
+msgstr "Defnyddiwch y Ddisg Caled ar gyfer cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "please choose the date to restore"
+msgstr "dewiswch y data i'w adfer"
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
-msgstr "Disg Caled / NFS"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup the system files before:"
+msgstr "Cadw'r ffeiliau system wrth gefn cyn:"
-#: ../../standalone/drakbackup_.c:2195
-msgid "Tape"
-msgstr "Tâp"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
-msgstr "bob awr"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
+msgstr "Iawn i adfer ffeiliau eraill"
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr "bob dydd"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Restore Configuration "
+msgstr " Adfer y Furfweddiad"
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
-msgstr "bob wythnos"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr " Ei adfer yn Llwyddiannus ar %s "
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
-msgstr "bob mis"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " All of your selected data have been "
+msgstr " Mae eich dewis data wedi ei "
-#: ../../standalone/drakbackup_.c:2229
-msgid "Use daemon"
-msgstr "Defnyddiwch ddaemon"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr "Mae'r ffeiliau wrth gefn wedi eu llygru"
-#: ../../standalone/drakbackup_.c:2234
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Dewiswch faint o amser\n"
-"fydd rhwng pob cadw wrth gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please uncheck or remove it on next time."
+msgstr "Dad-diciwch hwn neu ei dynnu'r tro nesaf."
-#: ../../standalone/drakbackup_.c:2240
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
+"List of data corrupted:\n"
+"\n"
msgstr ""
-"Dewiswch y cyfrwng ar\n"
-"gyfer cadw wrth gefn..."
+"Rhestr o ddata llwgr:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2247
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-"Gwnewch yn siwr bod daemon cron yn cael ei gynnwys yn eich gwasanaethau. \n"
+"Rhestr o ddata i'w adfer:\n"
"\n"
-"Sylwer bod yr holl gyfrwn \"gwe\" yn defnyddio'r ddisg caled."
-
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
-msgstr "Anfonwch adroddiad e-bost wedi pob cadw wrth gefn i :"
-
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
-msgstr "Dileu ffeiliau tar y Disg Caled wedi cadw cyfrwng arall wrth gefn."
-
-#: ../../standalone/drakbackup_.c:2324
-msgid "What"
-msgstr "Beth"
-
-#: ../../standalone/drakbackup_.c:2329
-msgid "Where"
-msgstr "Lle"
-
-#: ../../standalone/drakbackup_.c:2334
-msgid "When"
-msgstr "Pryd"
-
-#: ../../standalone/drakbackup_.c:2339
-msgid "More Options"
-msgstr "Dewisiadau Eraill"
-
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-msgid "Drakbackup Configuration"
-msgstr "Ffurfweddiad Drakbackup"
-#: ../../standalone/drakbackup_.c:2376
-msgid "Please choose where you want to backup"
-msgstr "Dewiswch i le rydych am gadw ffeiliau wrth gefn"
-
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
-msgstr "ar Ddisg Caled"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr "Dim ffurfweddiad, cliciwch Dewin neu Uwch.\n"
-#: ../../standalone/drakbackup_.c:2388
-msgid "across Network"
-msgstr "ar draws Rhwydwaith"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by webdav.\n"
+msgstr "\t-Rhwydwaith drwy webday.\n"
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
-msgstr "ar CDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by rsync.\n"
+msgstr "\t-Rhwydwaith drwy rsync.\n"
-#: ../../standalone/drakbackup_.c:2406
-msgid "on Tape Device"
-msgstr "ar Ddyfais Tâp"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
+msgstr "\t-Rhwydwaith drwy SSH.\n"
-#: ../../standalone/drakbackup_.c:2449
-msgid "Please choose what you want to backup"
-msgstr "Dewiswch beth rydych am ei gadw wrth gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
+msgstr "\t-Rhwydwaith drwy FTP.\n"
-#: ../../standalone/drakbackup_.c:2450
-msgid "Backup system"
-msgstr "System cadw wrth gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Tape \n"
+msgstr "\t-T˘p \n"
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
-msgstr "Defnyddwyr Cadw wrth Gwfn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
+msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
-msgstr "Dewis defnyddwyr gyda llaw"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
+msgstr "\t-Disg Caled.\n"
-#: ../../standalone/drakbackup_.c:2537
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Backup Sources: \n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
-"Ffynhonell Cadw wrth Gefn:\n"
+"- Daemon (%s) i gynnwys :\n"
-#: ../../standalone/drakbackup_.c:2538
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Ffeiliau System: \n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
+msgstr "\tBydd Cadw wrth Gefn yn defnyddio tar a gzip\n"
-#: ../../standalone/drakbackup_.c:2540
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Ffeiliau Defnyddiwr:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
+msgstr "\t Bydd Cadw wrth gefn yn defnyddio tar a bzip2\n"
-#: ../../standalone/drakbackup_.c:2542
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
+msgstr "\tPeidiwch cynnwys Ffeiliau System\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Other Files:\n"
+"- Options:\n"
msgstr ""
"\n"
-"- Ffeiliau Eraill: \n"
+"-Dewisiadau:\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\n"
-"- Save on Hard drive on path: %s\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-"\n"
-"Cadw ar Ddisg caled ar lwybr: %s\n"
+"\t\t enw defnyddiwr:%s\n"
+"\t\t ar lwybr: %s \n"
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Delete hard drive tar files after backup.\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Dileu ffeiliau tar y disg caled wedi'r cadw wrth gefn.\n"
+"- Cadw drwy %s ar westeiwr: %s\n"
-#: ../../standalone/drakbackup_.c:2553
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t\tErase=%s"
+msgstr "\t\tDileu=%s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Burn to CD"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"-Llosgi i CD"
+"- Cadw i d˘p ar ddyfais: %s"
-#: ../../standalone/drakbackup_.c:2554
-msgid "RW"
-msgstr "RW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
+msgstr "(aml-sesiwn)"
-#: ../../standalone/drakbackup_.c:2555
+#: ../../standalone/drakbackup:1
#, c-format
msgid " on device: %s"
msgstr "ar ddyfais: %s"
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
-msgstr "(aml-sesiwn)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "RW"
+msgstr "RW"
-#: ../../standalone/drakbackup_.c:2557
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Burn to CD"
msgstr ""
"\n"
-"- Cadw i dâp ar ddyfais: %s"
-
-#: ../../standalone/drakbackup_.c:2558
-#, c-format
-msgid "\t\tErase=%s"
-msgstr "\t\tDileu=%s"
+"-Llosgi i CD"
-#: ../../standalone/drakbackup_.c:2561
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- Delete hard drive tar files after backup.\n"
msgstr ""
"\n"
-"- Cadw drwy %s ar westeiwr: %s\n"
+"- Dileu ffeiliau tar y disg caled wedi'r cadw wrth gefn.\n"
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-"\t\t enw defnyddiwr:%s\n"
-"\t\t ar lwybr: %s \n"
+"\n"
+"Cadw ar Ddisg caled ar lwybr: %s\n"
-#: ../../standalone/drakbackup_.c:2563
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
+"- Other Files:\n"
msgstr ""
"\n"
-"-Dewisiadau:\n"
-
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr "\tPeidiwch cynnwys Ffeiliau System\n"
-
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\t Bydd Cadw wrth gefn yn defnyddio tar a bzip2\n"
-
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tBydd Cadw wrth Gefn yn defnyddio tar a gzip\n"
+"- Ffeiliau Eraill: \n"
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include:\n"
+"- User Files:\n"
msgstr ""
"\n"
-"- Daemon (%s) i gynnwys :\n"
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
-msgstr "\t-Disg Caled.\n"
-
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
-
-#: ../../standalone/drakbackup_.c:2575
-msgid "\t-Tape \n"
-msgstr "\t-Tâp \n"
-
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Rhwydwaith drwy FTP.\n"
-
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Rhwydwaith drwy SSH.\n"
-
-#: ../../standalone/drakbackup_.c:2578
-msgid "\t-Network by rsync.\n"
-msgstr "\t-Rhwydwaith drwy rsync.\n"
-
-#: ../../standalone/drakbackup_.c:2579
-msgid "\t-Network by webdav.\n"
-msgstr "\t-Rhwydwaith drwy webday.\n"
-
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Dim ffurfweddiad, cliciwch Dewin neu Uwch.\n"
+"- Ffeiliau Defnyddiwr:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data to restore:\n"
"\n"
+"- System Files:\n"
msgstr ""
-"Rhestr o ddata i'w adfer:\n"
"\n"
+"- Ffeiliau System: \n"
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data corrupted:\n"
"\n"
+"Backup Sources: \n"
msgstr ""
-"Rhestr o ddata llwgr:\n"
"\n"
+"Ffynhonell Cadw wrth Gefn:\n"
-#: ../../standalone/drakbackup_.c:2756
-msgid "Please uncheck or remove it on next time."
-msgstr "Dad-diciwch hwn neu ei dynnu'r tro nesaf."
-
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
-msgstr "Mae'r ffeiliau wrth gefn wedi eu llygru"
-
-#: ../../standalone/drakbackup_.c:2787
-msgid " All of your selected data have been "
-msgstr " Mae eich dewis data wedi ei "
-
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " Ei adfer yn Llwyddiannus ar %s "
-
-#: ../../standalone/drakbackup_.c:2906
-msgid " Restore Configuration "
-msgstr " Adfer y Furfweddiad"
-
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
-msgstr "Iawn i adfer ffeiliau eraill"
-
-#: ../../standalone/drakbackup_.c:2941
-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:3019
-msgid "Backup the system files before:"
-msgstr "Cadw'r ffeiliau system wrth gefn cyn:"
-
-#: ../../standalone/drakbackup_.c:3021
-msgid "please choose the date to restore"
-msgstr "dewiswch y data i'w adfer"
+msgid "Select user manually"
+msgstr "Dewis defnyddwyr gyda llaw"
-#: ../../standalone/drakbackup_.c:3057
-msgid "Use Hard Disk to backup"
-msgstr "Defnyddiwch y Ddisg Caled ar gyfer cadw wrth gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
+msgstr "Defnyddwyr Cadw wrth Gwfn"
-#: ../../standalone/drakbackup_.c:3060
-msgid "Please enter the directory to save:"
-msgstr "Rhowch y cyfeiriadur i gadw iddo:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system"
+msgstr "System cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:3103
-msgid "FTP Connection"
-msgstr "Cysylltiad FTP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose what you want to backup"
+msgstr "Dewiswch beth rydych am ei gadw wrth gefn"
-#: ../../standalone/drakbackup_.c:3110
-msgid "Secure Connection"
-msgstr "Cysylltiad Diogel"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Tape Device"
+msgstr "ar Ddyfais T˘p"
-#: ../../standalone/drakbackup_.c:3134
-msgid "Restore from Hard Disk."
-msgstr "Adfer o'r Ddisg Caled."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
+msgstr "ar CDROM"
-#: ../../standalone/drakbackup_.c:3136
-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:1
+#, c-format
+msgid "across Network"
+msgstr "ar draws Rhwydwaith"
-#: ../../standalone/drakbackup_.c:3204
-msgid "Select another media to restore from"
-msgstr "Dewis cyfrwng arall i adfer ohono"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
+msgstr "ar Ddisg Caled"
-#: ../../standalone/drakbackup_.c:3206
-msgid "Other Media"
-msgstr "Cyfrwng Arall"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose where you want to backup"
+msgstr "Dewiswch i le rydych am gadw ffeiliau wrth gefn"
-#: ../../standalone/drakbackup_.c:3211
-msgid "Restore system"
-msgstr "Adfer y system"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "More Options"
+msgstr "Dewisiadau Eraill"
-#: ../../standalone/drakbackup_.c:3212
-msgid "Restore Users"
-msgstr "Adfer Defnyddwyr"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "When"
+msgstr "Pryd"
-#: ../../standalone/drakbackup_.c:3213
-msgid "Restore Other"
-msgstr "Adfer Arall"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Where"
+msgstr "Lle"
-#: ../../standalone/drakbackup_.c:3215
-msgid "select path to restore (instead of /)"
-msgstr "dewis llwybr arall i adfer ( yn lle / )"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "What"
+msgstr "Beth"
-#: ../../standalone/drakbackup_.c:3219
-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:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
+msgstr "Dileu ffeiliau tar y Disg Caled wedi cadw cyfrwng arall wrth gefn."
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
-msgstr "Tynnu cyfeiriaduron defnyddiwr cyn adfer."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
+msgstr "Anfonwch adroddiad e-bost wedi pob cadw wrth gefn i :"
-#: ../../standalone/drakbackup_.c:3334
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Restore Selected\n"
-"Catalog Entry"
+"Please be sure that the cron daemon is included in your services. \n"
+"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-"Adfer Cofnod\n"
-"Catalog Ddewiswyd"
+"Gwnewch yn siwr bod daemon cron yn cael ei gynnwys yn eich gwasanaethau. \n"
+"\n"
+"Sylwer bod yr holl gyfrwn \"gwe\" yn defnyddio'r ddisg caled."
-#: ../../standalone/drakbackup_.c:3344
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Restore Selected\n"
-"Files"
+"Please choose the\n"
+"media for backup."
msgstr ""
-"Adfer y Dewis\n"
-"Ffeiliau"
+"Dewiswch y cyfrwng ar\n"
+"gyfer cadw wrth gefn..."
-#: ../../standalone/drakbackup_.c:3361
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Change\n"
-"Restore Path"
+"Please choose the time \n"
+"interval between each backup"
msgstr ""
-"Newid\n"
-"Llwybr Adfer"
+"Dewiswch faint o amser\n"
+"fydd rhwng pob cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:3427
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Backup files not found at %s."
-msgstr "Heb ganfod y ffeiliau wrth gefn yn %s."
+msgid "Use daemon"
+msgstr "Defnyddiwch ddaemon"
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
-msgstr ""
-"Rhowch yr CD gyda label cynnwys%s\n"
-"yn yr gyrrwr CD o dan bwynt gosod /mnt/cdrom"
+msgid "monthly"
+msgstr "bob mis"
-#: ../../standalone/drakbackup_.c:3440
-msgid "Restore From CD"
-msgstr "Adfer o'r CD"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "weekly"
+msgstr "bob wythnos"
-#: ../../standalone/drakbackup_.c:3442
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
-msgstr "Nid yr label CD cywir. Disg wedi ei labelu %s."
+msgid "daily"
+msgstr "bob dydd"
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
-msgstr ""
-"Rhowch y tâp gyda label cynnwys%s\n"
-"yn yr gyrrwr tâp %s"
+msgid "hourly"
+msgstr "bob awr"
-#: ../../standalone/drakbackup_.c:3452
-msgid "Restore From Tape"
-msgstr "Adfer o Dâp"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "HardDrive / NFS"
+msgstr "Disg Caled / NFS"
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
-msgstr "Nid yr label tâp cywir. Tâp wedi ei labelu %s."
+msgid "CDROM / DVDROM"
+msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:3474
-msgid "Restore Via Network"
-msgstr "Adfer drwy'r Rhwydwaith"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save to:"
+msgstr "Rhowch y cyfeiriadur i gadw iddo:"
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
-msgstr "Adfer drwy Protocol Rhwydwaith: %s"
+msgid "Please check if you want to eject your tape after the backup."
+msgstr "Gwiriwch os ydych am dynnu eich t˘p ar ´l y cadw wrth gefn."
-#: ../../standalone/drakbackup_.c:3475
-msgid "Host Name"
-msgstr "Enw Gwesteiwr"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr "Gwiriwch os ydych am ddileu eich t˘p cyn y cadw wrth gefn."
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
-msgstr "Llwybr Gwesteiwr neu Fodwil "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr ""
+"Gwiriwch os ydych am ddefnyddio'r dyfais nad yw'n mynd n´l i'e ddechrau."
-#: ../../standalone/drakbackup_.c:3483
-msgid "Password required"
-msgstr "Mae angen cyfrinair"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:3489
-msgid "Username required"
-msgstr "Mae angen enw defnyddiwr"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use tape to backup"
+msgstr "Defnyddiwch d˘p i gadw wrth gefn"
-#: ../../standalone/drakbackup_.c:3492
-msgid "Hostname required"
-msgstr "Mae angen enw gwesteiwr"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CD device defined!"
+msgstr "Heb ddiffinio dyfais CD!"
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
-msgstr "Llwybr neu Fodiwl angenrheidiol"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:3510
-msgid "Files Restored..."
-msgstr "Adferwyd ffeiliau..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "Gwiriwch os ydych yn defnyddio dyfais DVDRAM"
-#: ../../standalone/drakbackup_.c:3513
-msgid "Restore Failed..."
-msgstr "Methodd Adfer..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "Gwiriwch os ydych yn defnyddio dyfais DVDR"
-#: ../../standalone/drakbackup_.c:3751
-msgid "Restore all backups"
-msgstr "Adfer pob cadw wrth gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Erase Now "
+msgstr "Dileu Nawr"
-#: ../../standalone/drakbackup_.c:3760
-msgid "Custom Restore"
-msgstr "Adfer Dewisol"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr "Gwiriwch os ydych am ddileu eich cyfrwng RW(Sesiwn 1af)"
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
-msgstr "CD yn ei le - ewch ymlaen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "Gwiriwch os ydych yn defnyddio cyfrwng CDRW"
-#: ../../standalone/drakbackup_.c:3810
-msgid "Browse to new restore repository."
-msgstr "Pori i'r ystorfa newydd adferwyd"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check for multisession CD"
+msgstr "Gwiriwch os ydych yn defnyddio CD amlsesiwn"
-#: ../../standalone/drakbackup_.c:3813
-msgid "Restore From Catalog"
-msgstr "Adfer o'r Catalog"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Dewiswch maint eich gofod CD/DVD"
-#: ../../standalone/drakbackup_.c:3841
-msgid "Restore Progress"
-msgstr "Adfer Cynnydd"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
+msgstr ""
+"Dewiswch eich dyfais CD/DVD\n"
+"(Gwasgwch Enter i drosglwyddo'r gosodiadau i feysydd eraill.\n"
+"Nid yw'r maes hwn yn angenrheidiol, dim ond offeryn i lanw'r ffurflen.)"
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-msgid "Previous"
-msgstr "Cynt"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use CD/DVDROM to backup"
+msgstr "Defnyddiwch yr CD/DVDROM i gadw wrth gefn"
-#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-msgid "Save"
-msgstr "Gorffen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Need hostname, username and password!"
+msgstr "Angen enw gwesteiwr, enw defnyddiwr a chyfrinair"
-#: ../../standalone/drakbackup_.c:3946
-msgid "Build Backup"
-msgstr "Adeiladu Cadw wrth Gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remember this password"
+msgstr "Cofiwch y cyfrinair"
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-msgid "Restore"
-msgstr "Adfer"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your password"
+msgstr "Rhowch eich cyfrinair"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your login"
+msgstr "Rhowch eich mewngofnod"
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
-"Gwall wrth ddefnyddio sendmail\n"
-" chafodd eich adroddiad e-bost mo'i anfon\n"
-" Ffurfweddwch eich sendmail"
+"Rhowch y cyfeiriadur(neu fodiwl) i osod y cadw\n"
+"wrth gefn ar y gwesteiwr hwn."
-#: ../../standalone/drakbackup_.c:4195
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the host name or IP."
+msgstr "Rhowch enw'r gwesteiwr neu'r IP"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-"Gwall wrth anfon ffeil drwy FTP.\n"
-" Cywirwch eich ffurfweddiad FTP."
+"Allweddi eraill (nid drakbackup)\n"
+"yn eu lle yn barod"
-#: ../../standalone/drakbackup_.c:4209
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
+" Transfer \n"
+"Now"
msgstr ""
-"Mae'r pecynnau canlynol i'w gosod:\n"
-" @list_of_rpm_to_install"
-
-#: ../../standalone/drakbackup_.c:4232
-msgid "Please select data to restore..."
-msgstr "Dewiswch y data i'w adfer..."
-
-#: ../../standalone/drakbackup_.c:4267
-msgid "Please select media for backup..."
-msgstr "Dewiswch y cyfrwng ar gyfer cadw wrth gefn..."
-
-#: ../../standalone/drakbackup_.c:4275
-msgid "Please select data to backup..."
-msgstr "Dewiswch y data i'w gadw wrth gefn..."
+"Trosglwyddo \n"
+"Nawr"
-#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-"Ni chanfyddwyd y ffeil ffurfweddu \n"
-"cliciwch Dewin neu Uwch."
+"Creu/Trosglwyddo\n"
+"allweddi wrth gefn ar gyfer SSH"
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
-msgstr "O dan ddatblygiad...arhoswch."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Expect for SSH"
+msgstr "Defnyddiwch Expect ar gyfer SSH"
-#: ../../standalone/drakbackup_.c:4382
-msgid "Backup system files"
-msgstr "Ffeiliau System Cadw wrth Gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Net Method:"
+msgstr "Dull Rhwyd:"
-#: ../../standalone/drakbackup_.c:4384
-msgid "Backup user files"
-msgstr "Ffeiliau Defnyddiwr Cadw wrth Gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use network connection to backup"
+msgstr "Defnyddiwch cysylltiad rhwydwaith i gadw wrth gefn"
-#: ../../standalone/drakbackup_.c:4386
-msgid "Backup other files"
-msgstr "Cadw'r ffeiliau eraill wrth gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Users"
+msgstr "Defnyddwyr"
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
-msgstr "Cyfanswm Cynydd"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Windows (FAT32)"
+msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
-msgstr "anfon ffeil drwy FTP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr "Defnyddio Cadw wrth Gefn Cynyddol (peidio disodli hen gadw wrth gefn)"
-#: ../../standalone/drakbackup_.c:4416
-msgid "Sending files..."
-msgstr "Anfon ffeiliau..."
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Remove Selected"
+msgstr "Tynnu'r Dewis"
-#: ../../standalone/drakbackup_.c:4500
-msgid "Backup Now from configuration file"
-msgstr "Cadwch wrth Gefn eich ffeiliau ffurfweddu"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
+msgstr "Peidio cynnwys storfa'r porwr"
-#: ../../standalone/drakbackup_.c:4505
-msgid "View Backup Configuration."
-msgstr "Edrych ar Ffurfweddiad Cadw wrth Gefn"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:4526
-msgid "Wizard Configuration"
-msgstr "Ffurfweddiad y Dewin"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:4531
-msgid "Advanced Configuration"
-msgstr "Ffurfweddiad Uwch"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr "Peidio cynnwys ffeiliau hanfodol (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:4536
-msgid "Backup Now"
-msgstr "Cadw wrth Gefn Nawr"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
+msgstr "Cadw wrth gefn cynyddol (peidio disodli hen ffeiliau wrth gefn)"
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
-msgstr "Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "Cadw wrth gefn ffeiliau System. ( cyfeiriadur /etc )"
-#: ../../standalone/drakbackup_.c:4624
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-"disgrifiad o'r dewisiadau:\n"
-"\n"
-"Yma mae Drakbackup yn caniatáu 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 wahân i: \n"
-" /*> cat .backupignore*/\n"
-" *.o\n"
-" *~\n"
-" ...\n"
-" \n"
+"Mae'r dewisiadau hyn yn medru cadw wrth gefn ac adfer pob ffeil yn eich "
+"cyfeiriadur /etc.\n"
-#: ../../standalone/drakbackup_.c:4654
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"Please check all options that you need.\n"
+msgstr ""
"\n"
-msgstr "\n"
+"Gwiriwch pob dewis sydd angen arnoch.\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select the files or directories and click on 'Add'"
+msgstr "Dewiswch y ffeiliau neu gyfeiriaduron a chliciwch 'Ychwanegu'"
+
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "File Selection"
+msgstr "Dewis ffeiliau"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr "Methu creu catalog!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Error while sending mail. \n"
+msgstr " Gwall wrth anfon e-bost. \n"
-#: ../../standalone/drakbackup_.c:4662
+#: ../../standalone/drakbackup:1
+#, c-format
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 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"
+"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-"disgrifiad o'r dewisiadau:\n"
-"\n"
-"- Ffeiliau system Cadw wrth Gefn\n"
-" \n"
-"\tMae'r dewis hwn yn caniatáu 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 caniatáu 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 caniatáu 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 caniatáu 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"
+"Gweithgaredd Drakbackup drwy d˘p:\n"
"\n"
-#: ../../standalone/drakbackup_.c:4701
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
-"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data 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 option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
"\n"
+"Drakbackup activities via CD:\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"
+"Gweithgaredd Drakbackup drwy CD:\n"
"\n"
-"Felly os nad ydych am adfer defnyddiwr dad-ddewiswch ei ddewisiadau.\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\n"
-"Ar wahan i hynny, dim ond un o rhain mae modd ei ddewis\n"
+"Drakbackup activities via %s:\n"
"\n"
-"Cadw wrth Gefn Cynyddol:\n"
+msgstr ""
"\n"
-"\tCadw wrth Gefn Cynyddol yw'r dewis mwyaf pwerus.\n"
-"\tMae'r dewis hwn yn caniatáu 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"
+"Gweithgaredd Drakbackup drwy %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:4727
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
msgstr ""
-" Hawlfraint(H 2001 MandrakeSoft gan DUPONT Sebastien <dupont_s\\@epita.fr>"
+"\n"
+" Anhawster cysylltiad FTP: Nid oedd yn bosibl anfon eich ffeiliau wrth gefn "
+"drwy FTP.\n"
-#: ../../standalone/drakbackup_.c:4729
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-" yn diweddaru 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft."
-"com>"
+"rhestr ffeil yrrwyd gan FTP: %s\n"
+" "
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No changes to backup!"
+msgstr "Dim newid i'r ffeil wrth gefn"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup files..."
+msgstr "Ffeiliau cadw wrth gefn y Disg Caled"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Other files..."
+msgstr "Cadw wrth gefn ffeiliau eraill..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
+msgstr "Cynnydd Disg Caled wrth Gefn..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup User files..."
+msgstr "Ffeiliau Defnyddiwr Cadw wrth Gefn..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
+msgstr "Ffeiliau system wrth gefn"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr "Dim t˘p yn %s!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr "Anhawsterau caniat˘d wrth gael mynediad i'r CD."
-#: ../../standalone/drakbackup_.c:4732
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr "Bydd yn cymryd ychydig o amser i ddileu'r cyfrwng."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr "Nid cyfrwng dileuadwy!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr "Nid yw'n ymddangos fel cyfrwng cofnodi."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr "Dim CDR/DVDR yn y gyrrwr!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
+msgstr "Method trosglwyddiad WebDaAV!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
+msgstr "Mae safle pell WebDAV eisioes wedi cydamseru!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total progess"
+msgstr "Cyfanswm y cynnydd"
+
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\n"
+"ssh -i %s %s\\@%s\n"
"\n"
+"without being prompted for a password."
msgstr ""
-"Disgrifiad:\n"
+"Roedd y trosglwyddiad yn llwyddiannus\n"
+"Efallai'r hoffechi wirio eich bod yn medru mewngofnodi i'r gwasanaether "
+"gyda:\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"
+"ssh -i %s %s\\@%s\n"
+"heb dderbyn cais am gyfrinair"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "%s not responding"
+msgstr "Nid yw %s yn ymateb"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't find %s on %s"
+msgstr "Methu canfod %s ar %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr "Gwrthodwyd caniat˘d wrth drosglwyddo %s i %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Bad password on %s"
+msgstr "Cyfrinair gwallus yn %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr "Dim cais am gyfrinair ar %s ym mhorth %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
+msgstr "GWALL; methu taenu %s."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
+msgstr "Bydd hyn yn cymryd amser i gynhyrchu'r allweddi"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"%s exists, delete?\n"
"\n"
-" Mae Drackbackup yn caniatáu 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- Tâp.\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
+msgstr ""
+"%s exists, delete?\n"
"\n"
-" Mae Drakbackup yn caniatáu i chi adfer eich system i\n"
-" gyfeiriadur o ddewis y defnyddiwr.\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\n"
-" Yn rhagosodedig bydd ffeiliau wrth gefn yn cael eu cadw yn eich\n"
-" /var/lib/drakbackup directory\n"
+" DrakBackup Report Details\n"
"\n"
-" Ffeil ffurfweddiad:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
+msgstr ""
"\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"
+" Manylion Adroddiad DrakBackup \n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Daemon Report\n"
+"\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"
+" Adroddiad Daemon DrakBackup \n"
+"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4778
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Restore Backup Problems:\n"
+" DrakBackup Report \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"
+" Adroddiad DrakBackup \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/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Mae gosod %s wedi methu. Digwyddodd y gwall canlynol:"
-
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
-msgstr "Offeryn Adross Gwall Mandrake"
-
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
-msgstr "Dewin Tro Cyntaf"
-
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
-msgstr "Offeryn Cydamseru"
-
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-msgid "Standalone Tools"
-msgstr "Offer Unigol"
-
-#: ../../standalone/drakbug_.c:53
-msgid "HardDrake"
-msgstr "HardDrake"
-
-#: ../../standalone/drakbug_.c:54
-msgid "Mandrake Online"
-msgstr "Mandrake Online"
-
-#: ../../standalone/drakbug_.c:55
-msgid "Menudrake"
-msgstr "Menudrake"
-
-#: ../../standalone/drakbug_.c:56
-msgid "Msec"
-msgstr "Msec"
+msgid "INFO"
+msgstr "GWYBODAETH"
-#: ../../standalone/drakbug_.c:57
-msgid "Remote Control"
-msgstr "Rheoli o Bell"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FATAL"
+msgstr "TERFYNNOL"
-#: ../../standalone/drakbug_.c:58
-msgid "Software Manager"
-msgstr "Rheolwr Meddalwedd"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
+msgstr "RHYBUDD"
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
-msgstr "Urpmi"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
+msgstr "Nid yw cron ar gael et ar gyfer di-wraidd"
-#: ../../standalone/drakbug_.c:60
-msgid "Windows Migration tool"
-msgstr "Offeryn Trosglwyddo o Windows"
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Mae gosod %s wedi methu. Digwyddodd y gwall canlynol:"
-#: ../../standalone/drakbug_.c:61
-msgid "Userdrake"
-msgstr "Userdrake"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "No browser available! Please install one"
+msgstr "Dim porwr ar gael! Gosodawch un"
-#: ../../standalone/drakbug_.c:62
-msgid "Configuration Wizards"
-msgstr "Dewin Ffurfweddu"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
+msgstr "cysylltwyd ˘ dewin Bugzilla..."
-#: ../../standalone/drakbug_.c:75
-msgid "Application:"
-msgstr "Rhaglen"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Package not installed"
+msgstr "Pecyn heb ei osod"
-#: ../../standalone/drakbug_.c:76
-msgid "Package: "
-msgstr "Pecynnau"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Not installed"
+msgstr "Heb ei osod"
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
-msgstr "Kernel:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Standalone Tools"
+msgstr "Offer Unigol"
-#: ../../standalone/drakbug_.c:78
-msgid "Release: "
-msgstr "Ryddhad"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Report"
+msgstr "Adroddiad"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -12568,151 +16353,191 @@ msgstr ""
"drosglwyddo i'r gwasanaethwr\n"
"\n"
-#: ../../standalone/drakbug_.c:112
-msgid "Report"
-msgstr "Adroddiad"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Release: "
+msgstr "Ryddhad"
-#: ../../standalone/drakbug_.c:148
-msgid "Not installed"
-msgstr "Heb ei osod"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Kernel:"
+msgstr "Kernel:"
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "Heb ei osod"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Package: "
+msgstr "Pecynnau"
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
-msgstr "cysylltwyd â dewin Bugzilla..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Application:"
+msgstr "Rhaglen"
-#: ../../standalone/drakbug_.c:180
-msgid "No browser available! Please install one"
-msgstr "Dim porwr ar gael! Gosodawch un"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Configuration Wizards"
+msgstr "Dewin Ffurfweddu"
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Ffurfweddiad y rhwydwaith (%d addasydd)"
+msgid "Userdrake"
+msgstr "Userdrake"
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-msgid "Profile: "
-msgstr "Proffil:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Windows Migration tool"
+msgstr "Offeryn Trosglwyddo o Windows"
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr "Proffl dileu"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
+msgstr "Urpmi"
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
-msgstr "Proffil i'w ddileu:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Software Manager"
+msgstr "Rheolwr Meddalwedd"
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
-msgstr "Proffil newydd..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Remote Control"
+msgstr "Rheoli o Bell"
-#: ../../standalone/drakconnect_.c:131
-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/drakbug:1
+#, c-format
+msgid "Msec"
+msgstr "Msec"
-#: ../../standalone/drakconnect_.c:157
-msgid "Hostname: "
-msgstr "Enw gwesteiwr:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Menudrake"
+msgstr "Menudrake"
-#: ../../standalone/drakconnect_.c:164
-msgid "Internet access"
-msgstr "Mynediad i'r Rhyngrwyd"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Online"
+msgstr "Mandrake Online"
-#: ../../standalone/drakconnect_.c:177
-msgid "Type:"
-msgstr "Math: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "HardDrake"
+msgstr "HardDrake"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "Mynedfa:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
+msgstr "Offeryn Cydamseru"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Interface:"
-msgstr "Rhyngwyneb:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "First Time Wizard"
+msgstr "Dewin Tro Cyntaf"
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
-msgstr "Statws"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
+msgstr "Offeryn Adross Gwall Mandrake"
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
-msgstr "Arhoswch"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr "Cleient DHCP"
-#: ../../standalone/drakconnect_.c:216
-msgid "Configure Internet Access..."
-msgstr "Ffurfweddu Mynediad i'r We..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
+msgstr "Cerdyn Ethernet"
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-msgid "LAN configuration"
-msgstr "Ffurfweddiad y Rhwydwaith Lleol"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "Mynedfa"
-#: ../../standalone/drakconnect_.c:228
-msgid "Driver"
-msgstr "Gyrrwr"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
+msgstr "Paramedrau"
-#: ../../standalone/drakconnect_.c:228
-msgid "Interface"
-msgstr "Rhyngwyneb"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection type: "
+msgstr "Math o gyswllt:"
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
-msgstr "Protocol"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile: "
+msgstr "Proffil:"
-#: ../../standalone/drakconnect_.c:228
-msgid "State"
-msgstr "Stad"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet Connection Configuration"
+msgstr "Ffurfweddu Cysylltiad ˘'r Rhyngrwyd"
-#: ../../standalone/drakconnect_.c:240
-msgid "Configure Local Area Network..."
-msgstr "Ffurfweddu'r Rhwydwaith Lleol..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet connection configuration"
+msgstr "Ffurfweddiad cysylltiad ˘'r Rhyngrwyd"
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
-msgstr "Cliciwch yma i gychwyn y dewin ->"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"You don't have an Internet connection.\n"
+"Create one first by clicking on 'Configure'"
+msgstr ""
+"Nid oes gennych cysylltiad ˘'r Rhyngrwyd.\n"
+"CrĞwch un drwy glicio ar 'Ffurfweddu'"
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "Dewin..."
+#: ../../standalone/drakconnect:1
+#, c-format
+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/drakconnect_.c:279
-msgid "Apply"
-msgstr "Gosod"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "activate now"
+msgstr "cychwyn nawr"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Connected"
-msgstr "Wedi cysylltu"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "deactivate now"
+msgstr "dad weithredu nawr"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Not connected"
-msgstr "Heb gysylltu"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP client"
+msgstr "Cleient DHCP"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Connect..."
-msgstr "Cysylltu..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Started on boot"
+msgstr "Cychwyn y peiriant"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Disconnect..."
-msgstr "Dadgysylltu..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
+msgstr "Protocol Cychwyn"
-#: ../../standalone/drakconnect_.c:400
-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/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
+msgstr "Addasydd %s: %s"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN Configuration"
+msgstr "Ffurfweddiad Rhwydwaith Lleol (LAN)"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN configuration"
+msgstr "Ffurfweddiad y Rhwydwaith Lleol"
-#: ../../standalone/drakconnect_.c:427
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
"You don't have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
@@ -12721,162 +16546,177 @@ msgstr ""
"eu ffurfweddio. Ffurfweddwch nhw'n gyntaf\n"
"drwy glicio ar 'Ffurfweddu'"
-#: ../../standalone/drakconnect_.c:449
-msgid "LAN Configuration"
-msgstr "Ffurfweddiad Rhwydwaith Lleol (LAN)"
-
-#: ../../standalone/drakconnect_.c:460
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Adapter %s: %s"
-msgstr "Addasydd %s: %s"
-
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
-msgstr "Protocol Cychwyn"
-
-#: ../../standalone/drakconnect_.c:467
-msgid "Started on boot"
-msgstr "Cychwyn y peiriant"
-
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
-msgstr "Cleient DHCP"
+msgid "Connect..."
+msgstr "Cysylltu..."
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "activate now"
-msgstr "cychwyn nawr"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Disconnect..."
+msgstr "Dadgysylltu..."
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "deactivate now"
-msgstr "dad weithredu nawr"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Not connected"
+msgstr "Heb gysylltu"
-#: ../../standalone/drakconnect_.c:499
-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/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connected"
+msgstr "Wedi cysylltu"
-#: ../../standalone/drakconnect_.c:556
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
msgstr ""
-"Nid oes gennych cysylltiad â'r rhyngrwyd.\n"
-"Crëwch un drwy glicio ar 'Ffurfweddu'"
-
-#: ../../standalone/drakconnect_.c:580
-msgid "Internet connection configuration"
-msgstr "Ffurfweddiad cysylltiad â'r Rhyngrwyd"
-
-#: ../../standalone/drakconnect_.c:584
-msgid "Internet Connection Configuration"
-msgstr "Ffurfweddu Cysylltiad â'r Rhyngrwyd"
+"Rhybudd, mae cysylltiad arall gyda'r rhyngrwyd wedi ei ganfod, efallai'n "
+"defnyddio eich rhwydwaith."
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-msgid "Connection type: "
-msgstr "Math o gyswllt:"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface:"
+msgstr "Rhyngwyneb:"
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
-msgstr "Paramedrau"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "Mynedfa:"
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "Mynedfa"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Apply"
+msgstr "Gosod"
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
-msgstr "Cerdyn Ethernet"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
+msgstr "Cliciwch yma i gychwyn y dewin ->"
-#: ../../standalone/drakconnect_.c:628
-msgid "DHCP Client"
-msgstr "Cleient DHCP"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "Dewin..."
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr "Statws"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Module name"
-msgstr "Enw'r modiwl"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Type:"
+msgstr "Math: "
-#: ../../standalone/drakfloppy_.c:40
-msgid "Size"
-msgstr "Maint"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet access"
+msgstr "Mynediad i'r Rhyngrwyd"
-#: ../../standalone/drakfloppy_.c:45
-msgid "drakfloppy"
-msgstr "drakfloppy"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Hostname: "
+msgstr "Enw gwesteiwr:"
-#: ../../standalone/drakfloppy_.c:63
-msgid "boot disk creation"
-msgstr "creu disg cychwyn"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Local Area Network..."
+msgstr "Ffurfweddu'r Rhwydwaith Lleol..."
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr "rhagosodedig"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "State"
+msgstr "Stad"
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "Gwall Drakfloppy: %s"
+msgid "Driver"
+msgstr "Gyrrwr"
-#: ../../standalone/drakfloppy_.c:98
-msgid "kernel version"
-msgstr "fersiwn cnewyllyn"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
+msgstr "Protocol"
-#: ../../standalone/drakfloppy_.c:104
-msgid "General"
-msgstr "Cyffredinol"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface"
+msgstr "Rhyngwyneb"
-#: ../../standalone/drakfloppy_.c:109
-msgid "Expert Area"
-msgstr "Maes Uwch"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Internet Access..."
+msgstr "Ffurfweddu Mynediad i'r We..."
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
-msgstr "ymresymiad dewisol mkinitrd"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
+msgstr "Arhoswch"
-#: ../../standalone/drakfloppy_.c:113
-msgid "Add a module"
-msgstr "Ychwanegu modiwl"
+#: ../../standalone/drakconnect:1
+#, c-format
+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/drakfloppy_.c:133
-msgid "force"
-msgstr "grym"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
+msgstr "Proffil newydd..."
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
-msgstr "os oes angen"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr "Proffil i'w ddileu:"
-#: ../../standalone/drakfloppy_.c:135
-msgid "omit scsi modules"
-msgstr "peidio cynnwys modiwlau scsi"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
+msgstr "Proffl dileu"
-#: ../../standalone/drakfloppy_.c:136
-msgid "omit raid modules"
-msgstr "peidio cynnwys modiwlau raid"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Network configuration (%d adapters)"
+msgstr "Ffurfweddiad y rhwydwaith (%d addasydd)"
-#: ../../standalone/drakfloppy_.c:172
-msgid "Remove a module"
-msgstr "Tynnu modiwl"
+#: ../../standalone/drakedm:1
+#, c-format
+msgid ""
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
+msgstr ""
+"Mae'r Rheolwr Arddangos X11 yn caniatĦu i chi fewngofnodi\n"
+"i'ch system yn raffigol gyda'r X Windows System yn rhedeg. Mae'n cynnal\n"
+"rhedeg amryw o sesiynau X ar eich cyfrifiadur ar yr un pryd."
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
-msgstr "Allbwn"
+#: ../../standalone/drakedm:1
+#, c-format
+msgid "Choosing a display manager"
+msgstr "Dewis rheowr arddangos"
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
-msgstr "Adeiladu'r ddisg"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid ""
+"Unable to properly close mkbootdisk: \n"
+" %s \n"
+" %s"
+msgstr ""
+"Methu cau mkbootdisk yn iawn: \n"
+" %s \n"
+" %s"
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "Gwnewch yn siwr fod y deunydd ar gael ar gyfer y ddyfais %s"
+msgid "Unable to fork: %s"
+msgstr "Methu fforchio: %s"
-#: ../../standalone/drakfloppy_.c:341
+#: ../../standalone/drakfloppy:1
#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
@@ -12885,154 +16725,218 @@ msgstr ""
"Does dim cyfrwng neu mae wedi ei amddiffyn rhag ysgrifennu i'r dyfais %s.\n"
"Rhowch un i mewn.."
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid "Unable to fork: %s"
-msgstr "Methu fforchio: %s"
+msgid "Be sure a media is present for the device %s"
+msgstr "Gwnewch yn siwr fod y deunydd ar gael ar gyfer y ddyfais %s"
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid ""
-"Unable to close properly mkbootdisk: \n"
-" %s \n"
-" %s"
-msgstr ""
-"Methu cau mkbootdisk yn iawn:\n"
-" %s \n"
-" %s"
+msgid "Build the disk"
+msgstr "Adeiladu'r ddisg"
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
-msgstr "Chwilio am ffontiau wedi eu gosod"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
+msgstr "Allbwn"
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
-msgstr "Tynnu ffontiau wedi eu gosod"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Remove a module"
+msgstr "Tynnu modiwl"
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
-msgstr "pob ffont"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit raid modules"
+msgstr "peidio cynnwys modiwlau raid"
-#: ../../standalone/drakfont_.c:242
-msgid "no fonts found"
-msgstr "heb ganfod ffontiau"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit scsi modules"
+msgstr "peidio cynnwys modiwlau scsi"
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-msgid "done"
-msgstr "gorffen"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
+msgstr "os oes angen"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
-msgstr "methu canfod unrhyw ffont yn eich rhaniad gosodedig"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "force"
+msgstr "grym"
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr "Ailddewis y ffontiau cywir"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Add a module"
+msgstr "Ychwanegu modiwl"
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
-msgstr "methu cnafod unrhyw ffontiau.\n"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "mkinitrd optional arguments"
+msgstr "ymresymiad dewisol mkinitrd"
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
-msgstr "Chwilio am ffontiau yn y rhestr gosod"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Area"
+msgstr "Maes Uwch"
-#: ../../standalone/drakfont_.c:359
-msgid "Fonts copy"
-msgstr "Copïo ffontiau"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "General"
+msgstr "Cyffredinol"
-#: ../../standalone/drakfont_.c:363
-msgid "True Type fonts installation"
-msgstr "Gosod ffontiau True Type"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "kernel version"
+msgstr "fersiwn cnewyllyn"
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr "arhoswch yn ystod ttmkfdir..."
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
+msgstr "Gwall Drakfloppy: %s"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
-msgstr "Wedi gosod True Type"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr "rhagosodedig"
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
-msgstr "Trosiad ffontiau"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "boot disk creation"
+msgstr "creu disg cychwyn"
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
-msgstr "adeiladu math 1inst"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "drakfloppy"
+msgstr "drakfloppy"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
-msgstr "cyfeirio Ghostscript"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Size"
+msgstr "Maint"
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
-msgstr "trosi ffontiau ttf "
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Module name"
+msgstr "Enw'r modiwl"
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
-msgstr "trosi ffontiau pfm"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
-msgstr "Llethu ffeiliau dros dro"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Uninstall"
+msgstr "Wedi'r dad osod"
-#: ../../standalone/drakfont_.c:459
-msgid "Restart XFS"
-msgstr "Ail gychwyn XFS"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove fonts on your system"
+msgstr "Tynnu ffontiau oddi ar eich system!"
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
-msgstr "Llethu ffeiliau Ffontiau"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Initial tests"
+msgstr "Prawf Init"
-#: ../../standalone/drakfont_.c:528
-msgid "xfs restart"
-msgstr "ail gychwyn xfs"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Install"
+msgstr "Wedi'r Gosod"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
+msgstr "Gosod a throsi ffontiau"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Copy fonts on your system"
+msgstr "CopŻo'r ffontiau ar eich system!"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove List"
+msgstr "Rhestr Tynnu"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Selected All"
+msgstr "Dewis Popeth"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
+msgstr "Dad ddewis Popeth"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
+msgstr "yma os nad."
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
+msgstr "cliciwch yma os ydych yn siwr."
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install List"
+msgstr "Gosod Rhestr"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Select the font file or directory and click on 'Add'"
+msgstr "Dewiswch ffeil neu gyfeiriadur y ffont a chlicio 'Ychwanegu'"
+
+#: ../../standalone/drakfont:1
+#, c-format
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."
+"-You can install the fonts 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"
+"ffontiau ffug rewi eich Gwasanaethwr X."
-#: ../../standalone/drakfont_.c:621
-msgid "Fonts Importation"
-msgstr "Mewnforio Ffontiau"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Generic Printers"
+msgstr "Argraffyddion Generig"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr "Estyn Ffontiau Windows"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Abiword"
+msgstr "Abiword"
-#: ../../standalone/drakfont_.c:658
-msgid "Uninstall Fonts"
-msgstr "Dad osod Ffontiau"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "StarOffice"
+msgstr "StarOffice"
-#: ../../standalone/drakfont_.c:669
-msgid "Advanced Options"
-msgstr "Dewisiadau Uwch"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr "Ghostscript"
-#: ../../standalone/drakfont_.c:677
-msgid "Font List"
-msgstr "Rhestr Ffontiau"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "Dewiswch y rhaglenni fydd yn cynnal ffontiau:"
-#: ../../standalone/drakfont_.c:737
-#, fuzzy
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\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"
@@ -13058,13 +16962,15 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
+msgstr ""
"\n"
+" Hawlfraint (C) 2001-2002 MandrakeSoft \n"
+"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
"\n"
-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"
+"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"
@@ -13075,315 +16981,320 @@ msgstr ""
" 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/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:862
-msgid "Choose the applications that will support the fonts:"
-msgstr "Dewiswch y rhaglenni fydd yn cynnal ffontiau:"
+"MA 02111-1307, USA\n"
+" Diolch:\n"
+" - pfm2afm: \n"
+"\t gan Ken Borgendale:\n"
+"\t Trosi ffeil .pfm Windows i .afm (Adobe Font Metrics)\n"
+" - type1inst:\n"
+"\t bganJames Macnicol: \n"
+"\t type1inst cynhyrchu files fonts.dir fonts.scale a Fontmap.\n"
+" - ttf2pt1: \n"
+"\t gan Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Trosi ffeiliau ffont i ffontiau afm pfb\n"
+"\n"
+"\n"
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
-msgstr "Ghostscript"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "About"
+msgstr "Ynghylch"
-#: ../../standalone/drakfont_.c:877
-msgid "StarOffice"
-msgstr "StarOffice"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Font List"
+msgstr "Rhestr Ffontiau"
-#: ../../standalone/drakfont_.c:884
-msgid "Abiword"
-msgstr "Abiword"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Advanced Options"
+msgstr "Dewisiadau Uwch"
-#: ../../standalone/drakfont_.c:891
-msgid "Generic Printers"
-msgstr "Argraffyddion Generig"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Uninstall Fonts"
+msgstr "Dad osod Ffontiau"
-#: ../../standalone/drakfont_.c:958
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Dewiswch ffeil neu gyfeiriadur y ffont a chlicio 'Ychwanegu'"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
+msgstr "Estyn Ffontiau Windows"
-#: ../../standalone/drakfont_.c:1005
-msgid "Install List"
-msgstr "Gosod Rhestr"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Import Fonts"
+msgstr "Mewnforio Ffontiau"
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
-msgstr "cliciwch yma os ydych yn siwr."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "done"
+msgstr "gorffen"
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
-msgstr "yma os nad."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "xfs restart"
+msgstr "ail gychwyn xfs"
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
-msgstr "Dad ddewis Popeth"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
+msgstr "Llethu ffeiliau Ffontiau"
-#: ../../standalone/drakfont_.c:1116
-msgid "Selected All"
-msgstr "Dewis Popeth"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Restart XFS"
+msgstr "Ail gychwyn XFS"
-#: ../../standalone/drakfont_.c:1120
-msgid "Remove List"
-msgstr "Rhestr Tynnu"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
+msgstr "Llethu Ffeiliau Dros dro"
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-msgid "Initials tests"
-msgstr "Prawf Init"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
+msgstr "adeiladu math 1inst"
-#: ../../standalone/drakfont_.c:1145
-msgid "Copy fonts on your system"
-msgstr "Copïo'r ffontiau ar eich system!"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
+msgstr "trosi ffontiau pfm"
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
-msgstr "Gosod a throsi ffontiau"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr "trosi ffontiau ttf "
-#: ../../standalone/drakfont_.c:1153
-msgid "Post Install"
-msgstr "Wedi'r Gosod"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
+msgstr "cyfeirio Ghostscript"
-#: ../../standalone/drakfont_.c:1178
-msgid "Remove fonts on your system"
-msgstr "Tynnu ffontiau oddi ar eich system!"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
+msgstr "Trosiad ffontiau"
-#: ../../standalone/drakfont_.c:1182
-msgid "Post Uninstall"
-msgstr "Wedi'r dad osod"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr "Wedi gosod True Type"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "Rhannu Cysylltiad â'r Rhyngrwyd"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
+msgstr "arhoswch yn ystod ttmkfdir..."
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
-msgstr "Mae'n ddrwg gennym dim ond cnewyllyn 2.4 sy'n cael ei gynnal."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type fonts installation"
+msgstr "Gosod ffontiau True Type"
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Mae Rhannu Cysylltiad â'r Rhyngrwyd wedi ei alluogi"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts copy"
+msgstr "CopŻo ffontiau"
-#: ../../standalone/drakgw_.c:126
-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/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr "Chwilio am ffontiau yn y rhestr gosod"
-#: ../../standalone/drakgw_.c:130
-msgid "disable"
-msgstr "dymunol"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr "methu cnafod unrhyw ffontiau.\n"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
-msgstr "gwrthod"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
+msgstr "Ailddewis y ffontiau cywir"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "reconfigure"
-msgstr "ailffurfweddu"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr "methu canfod unrhyw ffont yn eich rhaniad gosodedig"
-#: ../../standalone/drakgw_.c:133
-msgid "Disabling servers..."
-msgstr "Analluogi gwasanaethwyr..."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "no fonts found"
+msgstr "heb ganfod ffontiau"
-#: ../../standalone/drakgw_.c:142
-msgid "Internet connection sharing is now disabled."
-msgstr "Mae rhannu cysylltiad â'r Rhyngrwyd wedi ei analluogi."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr "pob ffont"
-#: ../../standalone/drakgw_.c:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Mae Rhannu Cysylltiad a'r Rhyngrwyd wedi ei analluogi"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr "Tynnu ffontiau wedi eu gosod"
-#: ../../standalone/drakgw_.c:150
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr "Chwilio am ffontiau wedi eu gosod"
+
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"What would you like to do?"
+"%s\n"
+"\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
-"Mae gosodiad rhannu cysylltiad a'r Rhyngrwyd wedi ei gyflawni. \n"
-"Mae wedi ei analluogi. \n"
+"Croeso i'r Gwasanaeth Rhannu Cysylltiad ˘'r Rhyngrwyd\n"
"\n"
-"Beth hoffech ei wneud?"
+"%s\n"
+"\n"
+"Cliciwch Ffurfweddu i gychwyn y dewin gosod."
-#: ../../standalone/drakgw_.c:154
-msgid "enable"
-msgstr "galluogi"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing configuration"
+msgstr "Ffurfweddiad Rhannu Cysylltiad ˘'r Rhyngrwyd"
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
-msgstr "Galluogi gwasanaethwyr..."
+#: ../../standalone/drakgw:1
+#, c-format
+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:166
-msgid "Internet connection sharing is now enabled."
-msgstr "Mae rhannu cysylltiad â'r Rhyngrwyd wedi ei alluogi."
+#: ../../standalone/drakgw:1
+#, c-format
+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:1
+#, c-format
+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:183
+#: ../../standalone/drakgw:1
+#, c-format
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"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
+"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 ""
-"Rydych ar fin ffurfweddu eich cyfrifiadur i rannu ei gysylltiad Rhyngrwyd\n"
-"Gyda'r nodwedd hwn bydd cyfrifiaduron eraill ar eich rhwydwaith lleol yn "
-"medru rhannu cyswllt rhyngrwyd y cyfrifiadur hwn.\n"
-"\n"
-"Gwnewch yn siwr eich bod wedi ffurfweddu eich mynediad Rhwydwaith/Rhyngrwyd "
-"gyda drakconnect cyn mynd ymhellach.\n"
-"\n"
-"Sylwer: bydd angen Addasydd Rhwydwaith un-pwrpas i greu Rhwydwaith Lleol "
-"(LAN)."
+"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:211
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Rhyngwyneb %s (gan ddefnyddio modiwl %s)"
+msgid "Problems installing package %s"
+msgstr "Anhawster wrth osod pecyn %s"
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s"
-msgstr "Rhagwyneb %s"
+msgid "Configuring scripts, installing software, starting servers..."
+msgstr "Ffurfweddio sgriptiau, gosod meddalwedd, cychwyn gwasanaethwyr..."
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "Nid oes addasydd rhwydwaith ar eich system!"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring..."
+msgstr "Ffurfweddu..."
-#: ../../standalone/drakgw_.c:221
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
-"Nid oes addasydd rhwydwaith ethernet wedi ei ganfod ar eich system. Rhedwch "
-"yr offeryn ffurfweddu caledwedd."
+"Canfuwyd gwrthdaro posib yng nghyfeiriad LAN ffurfweddiad presennol %s!\n"
-#: ../../standalone/drakgw_.c:227
-msgid "Network interface"
-msgstr "Rhyngwyneb rhwydwaith"
+#: ../../standalone/drakgw:1
+#, c-format
+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:1
+#, c-format
+msgid "Re-configure interface and DHCP server"
+msgstr "Ail ffurfweddi rhag wyneb a gwasanaethwr DHCP"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The maximum lease (in seconds)"
+msgstr "Les mewyaf (mewn eiliadau)"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The default lease (in seconds)"
+msgstr "Les rhagosodedig (mewn eiliadau)"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP end range"
+msgstr "Amrediad terfyn DHCP"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
+msgstr "Amrediad cychwyn DHCP"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The internal domain name"
+msgstr "Enw'r parth mewnol"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DNS Server IP"
+msgstr "Y Gwasanaethwr DHCP IP"
-#: ../../standalone/drakgw_.c:228
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "(This) DHCP Server IP"
+msgstr "Gwasanaethwr DHCP IP (Hwn)"
+
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"There is only one configured network adapter on your system:\n"
+"DHCP Server Configuration.\n"
"\n"
-"%s\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\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"
+"Ffurfweddiad Gwasanaethwr DHCP\n"
"\n"
-"%s\n"
+"Mae modd dewis dewisiadau gwahanol ar gyfer ffurfweddiad DHCP.\n"
+"Os nad ydych yn gwybod ystyr y dewis, gadewch lonydd iddo.\n"
"\n"
-"Rwyf ar fin gosod eich Rhwydwaith Lleol gyda'r addasydd hwnnw.."
-
-#: ../../standalone/drakgw_.c:235
-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:261
-msgid "Network interface already configured"
-msgstr "Mae rhag wyneb y rhwydwaith wedi ei ffurfwedu eisoes"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Local Network adress"
+msgstr "Cyfeiriad y Rhwydwaith Lleol "
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the Network that you use "
+"for your local network; I will not reconfigure it and I will not touch your "
+"DHCP server configuration.\n"
"\n"
-"Do you want an automatic re-configuration?\n"
+"The default DNS entry is the Caching Nameserver configured on the firewall. "
+"You can replace that with your ISP DNS IP, for example.\n"
+"\t\t \n"
+"Otherwise, I can reconfigure your interface and (re)configure a DHCP server "
+"for you.\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"
+"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"
-"Ydych chi eisiau ail ffurfweddiad awtomatig?\n"
+"Y cofnod DNS rhagosodedig yw'r enw gwasanaethwr storio sydd wedi ei "
+"ffurfweddu yn y mur cadarn. Mae modd i chi ei newid am eich IP DNS ISP, e."
+"e. \n"
"\n"
-"Medrwch ei wneud gyda llaw ond mae'n rhaid i chi wybod beth ydych yn ei "
-"wneud."
-
-#: ../../standalone/drakgw_.c:267
-msgid "Automatic reconfiguration"
-msgstr "Ail ffurfweddiad awtomatig"
-
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:268
-msgid "Show current interface configuration"
-msgstr "Dangoswch y ffurfweddiad rhag wyneb cyfredol"
-
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "Dangoswch y ffurfweddiad rhag wyneb cyfredol"
+"Neu, medraf ail ffurfweddu eich rhag wyneb ac (ail)ffurfweddi gwasanaethwr "
+"DHCP ar eich cyfer.\n"
-#: ../../standalone/drakgw_.c:270
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -13400,188 +17311,305 @@ msgstr ""
"Priodweddau IP: %s\n"
"Gyrrwr: %s"
-#: ../../standalone/drakgw_.c:283
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Current interface configuration"
+msgstr "Ffurfweddiad rhyngwyneb cyfredol"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Show current interface configuration"
+msgstr "Dangoswch y ffurfweddiad rhag wyneb cyfredol"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No (experts only)"
+msgstr "Na (arbennigwyr yn unig)"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Automatic reconfiguration"
+msgstr "Ail ffurfweddiad awtomatig"
+
+#: ../../standalone/drakgw:1
+#, c-format
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 Network that you use "
-"for your local network; I will not reconfigure it and I will not touch your "
-"DHCP server configuration.\n"
+"Warning, the network adapter (%s) is already configured.\n"
"\n"
-"The default DNS entry is the Caching Nameserver configured on the firewall. "
-"You can replace that with your ISP DNS IP, for example.\n"
-"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\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 ""
-"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"
+"Rhybudd, mae'r addaswr rhwydwaith (%s) wedi ei ffurfweddu eisoes.\n"
"\n"
-"Y cofnod DNS rhagosodedig yw'r enw gwasanaethwr storio sydd wedi ei "
-"ffurfweddu yn y mur cadarn. Mae modd i chi ei newid am eich IP DNS ISP, e."
-"e. \n"
+"Ydych chi eisiau ail ffurfweddiad awtomatig?\n"
"\n"
-"Neu, medraf ail ffurfweddu eich rhag wyneb ac (ail)ffurfweddi gwasanaethwr "
-"DHCP ar eich cyfer.\n"
+"Medrwch ei wneud gyda llaw ond mae'n rhaid i chi wybod beth ydych yn ei "
+"wneud."
-#: ../../standalone/drakgw_.c:290
-msgid "Local Network adress"
-msgstr "Cyfeiriad y Rhwydwaith Lleol "
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface already configured"
+msgstr "Mae rhag wyneb y rhwydwaith wedi ei ffurfwedu eisoes"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"DHCP Server Configuration.\n"
+"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:1
+#, c-format
+msgid ""
+"There is only one configured network adapter on your system:\n"
"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\n"
+"%s\n"
"\n"
+"I am about to setup your Local Area Network with that adapter."
msgstr ""
-"Ffurfweddiad Gwasanaethwr DHCP\n"
+"Dim ond un addasydd rhwydwaith wedi ei ffurfweddu sydd ar eich system\n"
"\n"
-"Mae modd dewis dewisiadau gwahanol ar gyfer ffurfweddiad DHCP.\n"
-"Os nad ydych yn gwybod ystyr y dewis, gadewch lonydd iddo.\n"
+"%s\n"
"\n"
+"Rwyf ar fin gosod eich Rhwydwaith Lleol gyda'r addasydd hwnnw.."
-#: ../../standalone/drakgw_.c:300
-msgid "(This) DHCP Server IP"
-msgstr "Gwasanaethwr DHCP IP (Hwn)"
-
-#: ../../standalone/drakgw_.c:301
-msgid "The DNS Server IP"
-msgstr "Y Gwasanaethwr DHCP IP"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "Rhyngwyneb rhwydwaith"
-#: ../../standalone/drakgw_.c:302
-msgid "The internal domain name"
-msgstr "Enw'r parth mewnol"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+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:303
-msgid "The DHCP start range"
-msgstr "Amrediad cychwyn DHCP"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "Nid oes addasydd rhwydwaith ar eich system!"
-#: ../../standalone/drakgw_.c:304
-msgid "The DHCP end range"
-msgstr "Amrediad terfyn DHCP"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s"
+msgstr "Rhagwyneb %s"
-#: ../../standalone/drakgw_.c:305
-msgid "The default lease (in seconds)"
-msgstr "Les rhagosodedig (mewn eiliadau)"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s (using module %s)"
+msgstr "Rhyngwyneb %s (gan ddefnyddio modiwl %s)"
-#: ../../standalone/drakgw_.c:306
-msgid "The maximum lease (in seconds)"
-msgstr "Les mewyaf (mewn eiliadau)"
+#: ../../standalone/drakgw:1
+#, c-format
+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"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\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 gysylltiad Rhyngrwyd\n"
+"Gyda'r nodwedd hwn bydd cyfrifiaduron eraill ar eich rhwydwaith lleol yn "
+"medru rhannu cyswllt rhyngrwyd y cyfrifiadur hwn.\n"
+"\n"
+"Gwnewch yn siwr eich bod wedi ffurfweddu eich mynediad Rhwydwaith/Rhyngrwyd "
+"gyda drakconnect cyn mynd ymhellach.\n"
+"\n"
+"Sylwer: bydd angen Addasydd Rhwydwaith un-pwrpas i greu Rhwydwaith Lleol "
+"(LAN)."
-#: ../../standalone/drakgw_.c:307
-msgid "Re-configure interface and DHCP server"
-msgstr "Ail ffurfweddi rhag wyneb a gwasanaethwr DHCP"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing"
+msgstr "Rhannu Cysylltiad ˘'r Rhyngrwyd"
-#: ../../standalone/drakgw_.c:314
-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:1
+#, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "Mae Rhannu Cysylltiad ˘'r Rhyngrwyd wedi ei alluogi."
-#: ../../standalone/drakgw_.c:325
+#: ../../standalone/drakgw:1
#, 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"
+msgid "Enabling servers..."
+msgstr "Galluogi gwasanaethwyr..."
-#: ../../standalone/drakgw_.c:335
-msgid "Configuring..."
-msgstr "Ffurfweddu..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "dismiss"
+msgstr "gwrthod"
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Ffurfweddio sgriptiau, gosod meddalwedd, cychwyn gwasanaethwyr..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "reconfigure"
+msgstr "ailffurfweddu"
-#: ../../standalone/drakgw_.c:372
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Problems installing package %s"
-msgstr "Anhawster wrth osod pecyn %s"
+msgid "enable"
+msgstr "galluogi"
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakgw:1
+#, c-format
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)."
+"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 popeth wedi ei ffurfweddu\n"
-"Gallwch rannu cysylltiad â'r Rhyngrwyd gyda chyfrifiaduron eraill ar eich "
-"Rhwydwaith Lleol gan ddefnyddio ffurfweddiad rhwydwaith awtomatig (DHCP)."
+"Mae gosodiad rhannu cysylltiad a'r Rhyngrwyd wedi ei gyflawni. \n"
+"Mae wedi ei analluogi. \n"
+"\n"
+"Beth hoffech ei wneud?"
-#: ../../standalone/drakgw_.c:523
-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:1
+#, c-format
+msgid "Internet Connection Sharing currently disabled"
+msgstr "Mae Rhannu Cysylltiad a'r Rhyngrwyd wedi ei analluogi"
-#: ../../standalone/drakgw_.c:524
-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:1
+#, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "Mae Rhannu Cysylltiad ˘'r Rhyngrwyd wedi ei analluogi."
-#: ../../standalone/drakgw_.c:525
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Nid oes Rhannu Cysylltiad â'r Rhyngrwyd wedi eu ffurfweddu o'r blaen."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Disabling servers..."
+msgstr "Analluogi gwasanaethwyr..."
-#: ../../standalone/drakgw_.c:531
-msgid "Internet connection sharing configuration"
-msgstr "Ffurfweddiad rhannu cysylltiad â'r Rhyngrwyd"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "disable"
+msgstr "dymunol"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
+"The setup of Internet Connection Sharing has already been done.\n"
+"It's currently enabled.\n"
"\n"
-"Click on Configure to launch the setup wizard."
+"What would you like to do?"
msgstr ""
-"Croeso i'r Gwasanaeth Rhannu Cysylltiad â'r Rhyngrwyd\n"
-"\n"
-"%s\n"
+"Mae gosodiad Rhannu Cysylltiad a'r Rhyngrwyd wedi ei gyflawni. \n"
+"Mae wedi ei alluogi. \n"
"\n"
-"Cliciwch Ffurfweddu i gychwyn y dewin gosod."
+"Beth hoffech ei wneud?"
-#: ../../standalone/drakperm_.c:36
-msgid "group"
-msgstr "grwp"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "Mae Rhannu Cysylltiad ˘'r Rhyngrwyd wedi ei alluogi"
-#: ../../standalone/drakperm_.c:36
-msgid "path"
-msgstr "llwybr"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
+msgstr "Mae'n ddrwg gennym dim ond cnewyllyn 2.4 sy'n cael ei gynnal."
-#: ../../standalone/drakperm_.c:36
-msgid "permissions"
-msgstr "caniatadau"
+#: ../../standalone/drakhelp:1
+#, c-format
+msgid ""
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
+msgstr ""
+"Does dim porwr ar eich cyfrifiadur. Rhaid gosod un os ydych am archwilio'r "
+"system gymorth."
-#: ../../standalone/drakperm_.c:36
-msgid "user"
-msgstr "defnyddiwr"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "group :"
+msgstr "grwp:"
-#: ../../standalone/drakperm_.c:43
-msgid "Up"
-msgstr "I fyny"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "user :"
+msgstr "defnyddiwr :"
-#: ../../standalone/drakperm_.c:44
-msgid "delete"
-msgstr "dileu"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path selection"
+msgstr "Dewis llwybr"
-#: ../../standalone/drakperm_.c:45
-msgid "edit"
-msgstr "golygu"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
+msgstr "wedi ei dicio, nid fydd y perchennog a'r grwp yn cael ei newid"
-#: ../../standalone/drakperm_.c:46
-msgid "Down"
-msgstr "I lawr"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use group id for execution"
+msgstr "Defnyddio enw grwp i weithredu"
-#: ../../standalone/drakperm_.c:47
-msgid "add a rule"
-msgstr "ychwanegu rheol"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use owner id for execution"
+msgstr "Defnyddio enw perchennog i weithredu"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
+msgstr ""
+"Defnydd cyfeiriadur:\n"
+" dim ond perchennog y cyfeiriadur neu ffeil yn y cyfeiriadur hwn fydd yn "
+"cael ei ddileu."
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
+msgstr "Set-GID"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
+msgstr "Set-UID"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "sticky-bit"
+msgstr "sticky-bit"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Property"
+msgstr "Eiddo"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path"
+msgstr "Llwybr"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Permissions"
+msgstr "Caniatadau"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Current user"
+msgstr "Derbyn presennol"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "browse"
+msgstr "pori"
+
+#: ../../standalone/drakperm:1
+#, c-format
msgid "select perm file to see/edit"
msgstr "dewis ffeil perm i weld/golygu"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm:1
+#, c-format
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
@@ -13592,116 +17620,299 @@ msgstr ""
"Mae modd i chi olygu eich rheolau eich hunfydd yn ysgrifennu droe y rheolau "
"rhagosodedig."
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Edit current rule"
+msgstr "Golygu'r rheol bresennol"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "edit"
+msgstr "golygu"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Delete selected rule"
+msgstr "Dileu'r rheol hwn"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "delete"
+msgstr "dileu"
+
+#: ../../standalone/drakperm:1
+#, c-format
msgid "Add a new rule at the end"
msgstr "Ychwanegu rheol newydd ar y diwedd"
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
-msgstr "Golygu'r rheol bresennol"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "add a rule"
+msgstr "ychwanegu rheol"
-#: ../../standalone/drakperm_.c:58
-msgid "Up selected rule one level"
-msgstr "Symud rheol i fyny un lefel"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule down one level"
+msgstr "Symud y rheol i lawr un lefel"
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
-msgstr "I lawr rheol hwn un lefel"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Down"
+msgstr "I lawr"
-#: ../../standalone/drakperm_.c:60
-msgid "Delete selected rule"
-msgstr "Dileu'r rheol hwn"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule up one level"
+msgstr "Symud y rheol i fyny un lefel"
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
-msgstr "pori"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Up"
+msgstr "I fyny"
-#: ../../standalone/drakperm_.c:231
-msgid "Current user"
-msgstr "Derbyn presennol"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "permissions"
+msgstr "caniatadau"
-#: ../../standalone/drakperm_.c:236
-msgid "Permissions"
-msgstr "Caniatadau"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "group"
+msgstr "grwp"
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
-msgstr "Llwybr"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "user"
+msgstr "defnyddiwr"
-#: ../../standalone/drakperm_.c:238
-msgid "Property"
-msgstr "Eiddo"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
+msgstr "llwybr"
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
-msgstr "sticky-bit"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "Lleoliad ffeil auto_install.cfg"
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
-msgstr "Set-UID"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
+msgstr ""
+"Dangoswch lle mae'r ffeil auto_install.cfg wedi ei leoli,\n"
+"\n"
+"Gadael yn wag os ydych am greu modd gosod yn awtomatig.\n"
+"\n"
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
-msgstr "Set-GID"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No CD or DVD image found, please copy the installation program and rpm files."
+msgstr ""
+"Heb ganfod delwedd CD neu DVD, copiwch y rhaglen osod a'r ffeiliau rpm."
+
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "No image found"
+msgstr "Heb ganfod delwedd"
-#: ../../standalone/drakperm_.c:296
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Installation image directory"
+msgstr "Cyfeiriadur delwedd gosod"
+
+#: ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
msgstr ""
-"Defnydd cyfeiriadur:\n"
-" dim ond perchennog y cyfeiriadur neu ffeil yn y cyfeiriadur hwn fydd yn "
-"cael ei ddileu."
+"Dangoswch lle bydd y delwedd gosod ar gael.\n"
+"\n"
+"Os nad oes gennych gyfeiriadur yn barod, copiwch gynnwys y CD neu'r DVD.\n"
+"\n"
-#: ../../standalone/drakperm_.c:297
-msgid "Use owner id for execution"
-msgstr "Defnyddio enw perchennog i weithredu"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP end ip"
+msgstr "Enw terfyn DHCP"
-#: ../../standalone/drakperm_.c:298
-msgid "Use group id for execution"
-msgstr "Defnyddio enw grwp i weithredu"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP start ip"
+msgstr "Enw cychwyn DHCP"
-#: ../../standalone/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
-msgstr "wedi ei dicio, nid fydd y perchennog a'r grwp yn cael ei newid"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
+msgstr ""
+"Mae'r gwasanaethwr DHCP yn caniatĦu i gyfrifiaduron eraill gychwyn drwy "
+"ddefnyddio PXE ar ystod\n"
+"penodol o gyfeiriadau\n"
+"Y cyfeiriad rhwydwaith yw %s gan ddefnyddio netmask o %s\n"
+"\n"
-#: ../../standalone/drakperm_.c:304
-msgid "Path selection"
-msgstr "Dewis llwybr"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Interface %s (on network %s)"
+msgstr "Rhyngwyneb %s (ar rwydwaith %s)"
-#: ../../standalone/drakperm_.c:350
-msgid "user :"
-msgstr "defnyddiwr :"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
+msgstr ""
+"Dewiswch pa rhyngwyneb rhwydwaith i'w ddefnyddio ar gyfer y gwasanaethwr "
+"dhcp."
-#: ../../standalone/drakperm_.c:352
-msgid "group :"
-msgstr "grwp:"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\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 gwasanaethwr PXE fel "
+"gwasanaethwr DHCP a gwasanaethwr\n"
+"TFTP i adeiladu gwasanaethwr gosod.\n"
+"Gyda'r nodwedd hwn bydd cyfrifiaduron eraill ar eich rhwydwaith lleol yn "
+"medru rhannu cyswllt rhyngrwyd y cyfrifiadur hwn.\n"
+"\n"
+"Gwnewch yn siwr eich bod wedi ffurfweddu eich mynediad Rhwydwaith/Rhyngrwyd "
+"gyda drakconnect cyn mynd ymhellach.\n"
+"\n"
+"Sylwer: bydd angen Addasydd Rhwydwaith un-pwrpas i greu Rhwydwaith Lleol "
+"(LAN)."
-#: ../../standalone/draksound_.c:46
-msgid "No Sound Card detected!"
-msgstr "Heb ganfod Cerdyn Sain!"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Installation Server Configuration"
+msgstr "Ffurfweddiad Gwasanaethwr Gosod"
+
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "PXE Server Configuration"
+msgstr "Ffurfweddiad Gwasanaethwr PXE"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Please wait, setting security options..."
+msgstr "Arhoswch, gosod dewisiadau diogelwch..."
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Please wait, setting security level..."
+msgstr "Arhoswch, gosod lefle diogelwch..."
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
+msgstr "Gwirydd Cyfnodol"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "System Options"
+msgstr "Dewisiadau System"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Network Options"
+msgstr "Dewisiadau Rhwydwaith"
+
+#: ../../standalone/draksec:1
+#, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
+msgstr ""
+"Mae modd gosod y dewisiadau canlynol i addasu\n"
+"diogelwch eich system. Os oes arnoch esboniadau, cliciwch ar cymorth.\n"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Administrator:"
+msgstr "Gweinyddwr Diogelwch:"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Alerts:"
+msgstr "Rhybuddion Diogelwch:"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "(default value: %s)"
+msgstr "(gwerth rhagosodedig: %s)"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Level:"
+msgstr "Lefel diogelwch:"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-"Nid oes Cerdyn Sain wedi ei ganfod ar eich peiriant. Gwriwch fod Cerdyn Sain "
-"sy'n cael ei gynnal gan Linux wedi ei osod yn gywir.\n"
+"Safonol: Dyma'r safon diogelwch sy'n cael ei argymell ar gyfer cyfrifiadur "
+"i'w ddefnyddio i gysylltu ˘'r Rhyngrwyd fel cleient.\n"
"\n"
+"Uchel: Mae rhai cyfyngiadau eisoes, ac mae gwiriadau'n cael eu rhedeg "
+"bob nos.\n"
"\n"
-"Cewch ymweld â'n cronfa ddata caledwedd yn:\n"
+"Uchaf: Mae diogelwch yn ddigon uchel i ddefnyddio'r system fel "
+"gwasanaethwr sy'n medru derbyn\n"
+" cysylltiadau o nifer o gleientiau. Os mai eich peiriant "
+"yw'r unig gleient ar y Rhyngrwyd, dylech\t ddewis lefel is.\n"
"\n"
+"Paranoia: Mae'n debyg i'r lefel blaenorol ond mae'r system wedi ei gau'n "
+"llwyr a nodweddion diogelwch ar eu heithaf.\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Gweinyddwr Diogelwch:\n"
+" Os yw'r dewis 'Rhybuddion Diogelwch' wedi ei ddewis, bydd "
+"rhybuddion diogelwch yn cael eu\t anfon i'r defnyddiwr hwn (enw "
+"defnyddiwr neu e-bost)"
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -13715,1748 +17926,1944 @@ msgstr ""
"Nodyn: os oes gennych gerdyn sain ISA PnP, bydd rhaid i chi ddefnyddio "
"rhaglen sndconfig. Teipiwch \"sndconfig\" mewn consol."
-#: ../../standalone/draksplash_.c:21
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound 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 ""
-"i weithio'n iawn mae angen 'ImageMagick'\n"
-"Cliciwch \"Iawn\" i osod 'Image Magick' neu \"Diddymu\" i orffen"
+"Nid oes Cerdyn Sain wedi ei ganfod ar eich peiriant. Gwriwch fod Cerdyn Sain "
+"sy'n cael ei gynnal gan Linux wedi ei osod yn gywir.\n"
+"\n"
+"\n"
+"Cewch ymweld ˘'n cronfa ddata caledwedd yn:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:67
-msgid "first step creation"
-msgstr "creu'r cam cyntaf"
+#: ../../standalone/draksound:1
+#, c-format
+msgid "No Sound Card detected!"
+msgstr "Heb ganfod Cerdyn Sain!"
-#: ../../standalone/draksplash_.c:70
-msgid "final resolution"
-msgstr "cydraniad terfynnol"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "%s Rhagolwg Croeso Cychwyn (%s)"
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-msgid "choose image file"
-msgstr "dewis ffeil delwedd"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Generating preview ..."
+msgstr "Cynhyrchu rhagolwg..."
-#: ../../standalone/draksplash_.c:72
-msgid "Theme name"
-msgstr "Enw Thema"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "You must choose an image file first!"
+msgstr "Rhaid dewis ffeil delwedd yn gyntaf!"
-#: ../../standalone/draksplash_.c:77
-msgid "Browse"
-msgstr "Pori"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "ProgressBar color selection"
+msgstr "Dewis lliw ProgressBar"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
+msgstr "Does gan y thema ddim croeso cychwyn yn %s !"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
+msgstr "cadw thema Croeso cychwyn..."
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "choose image file"
+msgstr "dewis ffeil delwedd"
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
+#: ../../standalone/draksplash:1
+#, c-format
msgid "Configure bootsplash picture"
msgstr "Ffurfweddu llun croeso cychwyn"
-#: ../../standalone/draksplash_.c:90
-msgid ""
-"x coordinate of text box\n"
-"in number of character"
-msgstr ""
-"blwch testun cydfesuryn x\n"
-"mewn rhif nodau"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
+msgstr "Gwneud neges y cnewyllyn yn dawel drwy ragosodiad"
-#: ../../standalone/draksplash_.c:91
-msgid ""
-"y coordinate of text box\n"
-"in number of character"
-msgstr ""
-"blwch testun cydfesuryn y\n"
-"mewn rhif nodauy"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
+msgstr "Darddangos logo yn y Consol"
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
-msgstr "lled testun"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Choose color"
+msgstr "dewis lliw"
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
-msgstr "uchder blwch testun"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Save theme"
+msgstr "cadw thema"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Preview"
+msgstr "rhagolwg"
-#: ../../standalone/draksplash_.c:94
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the color of the progress bar"
+msgstr "lliw'r bar cynnydd"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
+msgstr "uchder y bar cynnydd"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
+msgstr "lled y bar cynnydd"
+
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
-"the progress bar x coordinate\n"
+"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-"bar cynnydd cydfesuryn x\n"
+"bar cynnydd cydfesuryn y\n"
"yn ei gornel uchaf chwith"
-#: ../../standalone/draksplash_.c:95
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
-"the progress bar y coordinate\n"
+"the progress bar x coordinate\n"
"of its upper left corner"
msgstr ""
-"bar cynnydd cydfesuryn y\n"
+"bar cynnydd cydfesuryn x\n"
"yn ei gornel uchaf chwith"
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
-msgstr "lled y bar cynnydd"
-
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
-msgstr "uchder y bar cynnydd"
-
-#: ../../standalone/draksplash_.c:98
-msgid "the color of the progress bar"
-msgstr "lliw'r bar cynnydd"
-
-#: ../../standalone/draksplash_.c:113
-msgid "Preview"
-msgstr "rhagolwg"
-
-#: ../../standalone/draksplash_.c:115
-msgid "Save theme"
-msgstr "cadw thema"
-
-#: ../../standalone/draksplash_.c:116
-msgid "Choose color"
-msgstr "dewis lliw"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
+msgstr "uchder blwch testun"
-#: ../../standalone/draksplash_.c:119
-msgid "Display logo on Console"
-msgstr "Darddangos logo yn y Consol"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text width"
+msgstr "lled testun"
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
-msgstr "Gwneud neges y cnewyllyn yn dawel drwy ragosodiad"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"y coordinate of text box\n"
+"in number of characters"
+msgstr ""
+"blwch testun cydfesuryn y\n"
+"mewn rhif nodau"
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/draksplash:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
-msgstr "Does gan y thema ddim croeso cychwyn yn %s!"
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
+msgstr ""
+"blwch testun cydfesuryn x\n"
+"mewn rhif nodau"
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
-msgstr "cadw thema Croeso cychwyn..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Browse"
+msgstr "Pori"
-#: ../../standalone/draksplash_.c:428
-msgid "ProgressBar color selection"
-msgstr "Dewis lliw ProgressBar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Theme name"
+msgstr "Enw Thema"
-#: ../../standalone/draksplash_.c:449
-msgid "You must choose an image file first!"
-msgstr "Rhaid dewis ffeil delwedd yn gyntaf!"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "final resolution"
+msgstr "cydraniad terfynnol"
-#: ../../standalone/draksplash_.c:458
-msgid "Generating preview ..."
-msgstr "Cynhyrchu rhagolwg..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "first step creation"
+msgstr "creu'r cam cyntaf"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
+#: ../../standalone/draksplash:1
#, c-format
-msgid "%s BootSplash (%s) preview"
-msgstr "%s Rhagolwg Croeso Cychwyn (%s)"
+msgid ""
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+msgstr ""
+"i weithio'n iawn mae angen 'ImageMagick' i gwblhau'r ffurfweddiad.\n"
+"Cliciwch \"Iawn\" i osod 'Image Magick' neu \"Diddymu\" i orffen"
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"XawTV isn't installed!\n"
+"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"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor "
-"saa7134\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"
+"You can visit our hardware database at:\n"
"\n"
"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-"Nid yw XawTV wedi ei osod!\n"
+"Nid oes Cerdyn Teledu wedi ei ganfod ar eich peiriant. Gwiriwch fod Cerdyn "
+"Fideo/Teledu sy'n cael ei gynnal gan Linux wedi ei osod yn gywir.\n"
"\n"
"\n"
-"Os oes gennych gerdyn teledu ond nid yw DrakX wedi ei ganfod (dim modiwl "
-"bttv ar saa7134\n"
-"yn \"/etc/modules\") na xawtv wedi ei osod, anfonwch canlyniad\n"
-"\"lspcidrake -v -f\" i \"install\\@mandrakesoft.com\"\n"
-"gyda phwnc \"undetected TV card\".\n"
+"Cewch ymweld ˘'n cronfa ddata caledwedd yn:\n"
"\n"
"\n"
-"Mae modd ei osod wrth deipio \"urpmi xawtv\" fel gwraidd mewn consol."
-
-#: ../../standalone/drakxtv_.c:63
-msgid "Canada (cable)"
-msgstr "Canada (cabl)"
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (broadcast)"
-msgstr "UDA (darlledu)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
+msgstr "Heb ganfod Cerdyn Teledu!"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
-msgstr "UDA (cabl)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
+msgstr "Nawr mae modd i chi redeg Xawtv (o dan XWindows)!\n"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
-msgstr "UDA (cable-hrc)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
+msgstr "Diwrnod da i chi!"
-#: ../../standalone/drakxtv_.c:64
-msgid "China (broadcast)"
-msgstr "Tseina (darlledu)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
+msgstr "Nid yw XawTV wedi ei osod!"
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (broadcast)"
-msgstr "Siapan (darlledu)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "Digwyddodd gwall wrth sganio am sianelu teledu"
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
-msgstr "Siapan (cable)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
+msgstr "Sganio am Sianel Teledu"
-#: ../../standalone/drakxtv_.c:65
-msgid "East Europe"
-msgstr "Dwyrain Ewrop"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
+msgstr "Wrthi'n sganio am sianeli Teledu ..."
-#: ../../standalone/drakxtv_.c:65
-msgid "France [SECAM]"
-msgstr "Ffrainc(SECAM)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
+msgstr "Ardal:"
-#: ../../standalone/drakxtv_.c:65
-msgid "Ireland"
-msgstr "Iwerddon"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "TV norm:"
+msgstr "Safon Teledu:"
-#: ../../standalone/drakxtv_.c:65
-msgid "West Europe"
-msgstr "Gorllewin Ewrop"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid ""
+"Please,\n"
+"type in your tv norm and country"
+msgstr "Rhowch eich safon teledu a gwlad"
-#: ../../standalone/drakxtv_.c:66
-msgid "Australia"
-msgstr "Awstralia"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
+msgstr "Teledu Cebl Opus Awstralia"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv:1
+#, c-format
msgid "Newzealand"
msgstr "Zeland Newydd"
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
-msgstr "De Affrica"
-
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
-msgstr "Yr Ariannin"
-
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
-msgstr "Teledu Cebl Opus Awstralia"
-
-#: ../../standalone/drakxtv_.c:102
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr "Rhowch eich safon teledu a gwlad"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "France [SECAM]"
+msgstr "Ffrainc(SECAM)"
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
-msgstr "Safon Teledu:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "East Europe"
+msgstr "Dwyrain Ewrop"
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
-msgstr "Ardal:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "West Europe"
+msgstr "Gorllewin Ewrop"
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr "Wrthi'n sganio am sianeli Teledu ..."
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "China (broadcast)"
+msgstr "Tseina (darlledu)"
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
-msgstr "Sganio am Sianel Teledu"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr "Siapan (cable)"
-#: ../../standalone/drakxtv_.c:120
-msgid "There was an error while scanning for TV channels"
-msgstr "Digwyddodd gwall wrth sganio am sianelu teledu"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (broadcast)"
+msgstr "Siapan (darlledu)"
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
-msgstr "Nid yw XawTV wedi ei osod!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Canada (cable)"
+msgstr "Canada (cabl)"
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
-msgstr "Diwrnod da i chi!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
+msgstr "UDA (cable-hrc)"
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr "Nawr mae modd i chi redeg Xawtv (o dan XWindows)!\n"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
+msgstr "UDA (cabl)"
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
-msgstr "Heb ganfod Cerdyn Teledu!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (broadcast)"
+msgstr "UDA (darlledu)"
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
+"XawTV isn't installed!\n"
"\n"
"\n"
-"You can visit our hardware database at:\n"
+"If you do have a TV card but DrakX has neither detected it (no bttv nor "
+"saa7134\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"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-"Nid oes Cerdyn Teledu wedi ei ganfod ar eich peiriant. Gwiriwch fod Cerdyn "
-"Fideo/Teledu sy'n cael ei gynnal gan Linux wedi ei osod yn gywir.\n"
+"Nid yw XawTV wedi ei osod!\n"
"\n"
"\n"
-"Cewch ymweld â'n cronfa ddata caledwedd yn:\n"
+"Os oes gennych gerdyn teledu ond nid yw DrakX wedi ei ganfod (dim modiwl "
+"bttv ar saa7134\n"
+"yn \"/etc/modules\") na xawtv wedi ei osod, anfonwch canlyniad\n"
+"\"lspcidrake -v -f\" i \"install\\@mandrakesoft.com\"\n"
+"gyda phwnc \"undetected TV card\".\n"
"\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Mae modd ei osod wrth deipio \"urpmi xawtv\" fel gwraidd mewn consol."
-#: ../../standalone/harddrake2_.c:17
-msgid "Alternative drivers"
-msgstr "Gyrrwyr eraill"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Options"
+msgstr "/Dewisiadau"
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr "rhestr o yrrwr eraill ar gyfer eich cerdyn sain"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect jazz drives"
+msgstr "/Awtoganfod gyrrwyr jazz"
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
-msgstr "Bws"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect modems"
+msgstr "/Awtoganfod modem"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect printers"
+msgstr "/Awtoganfod argraffydd"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
+msgstr "cynradd"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "secondary"
+msgstr "eilradd"
-#: ../../standalone/harddrake2_.c:21
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
-"dyma'r bws corfforol i'r ddyfais gael ei gysylltu iddo(e.e. PCI, USB,...)"
+"Click on a device in the left tree in order to display its information here."
+msgstr "Cliciwch ar ddyfais yn y goeden chwith i gael at ei wybodaeth"
-#: ../../standalone/harddrake2_.c:22
-msgid "Channel"
-msgstr "Sianel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Running \"%s\" ..."
+msgstr "Rhedeg \"%s\"..."
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
-msgstr "Sianel EIDE/SCSI"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
+msgstr "Rhedeg offeryn ffurfweddu"
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Configure module"
+msgstr "Modd ffurfweddu"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information"
+msgstr "Gwybodaeth"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detected hardware"
+msgstr "Caledwedd canfyddwyd"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake2 version "
+msgstr "Harddrake2 fersiwn "
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detection in progress"
+msgstr "Canfod ar waith"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Author:"
+msgstr "Awdur"
-#: ../../standalone/harddrake2_.c:23
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
+"Dyma HardDrake, offeryn ffurfweddu caledwedd Mandrake.\n"
+"Fersiwn:"
-#: ../../standalone/harddrake2_.c:26
-msgid "Bus identification"
-msgstr "Dynodiad bws"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
+msgstr "Ynghylch Harddrake"
-#: ../../standalone/harddrake2_.c:27
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_About..."
+msgstr "/_Ynghylch..."
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
+msgstr "/_Cymorth"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
+msgstr "/_Adrodd ar Wallau"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
-"- dyfeisiau PCI ac USB : dyma restr gwerthwyr, dyfais, iswerthwyr ac "
-"isddyfais PCI/USB"
+"Unwaith i chi ddewis dyfais, medrwch weld esboniad mewn meysydd yn y ffr˘m "
+"dde [\"Gwybodaeth\"]"
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
-msgstr "Lleoliad ar y bws"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Select a device !"
+msgstr "Dewis dyfais!"
-#: ../../standalone/harddrake2_.c:30
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
+"Description of the fields:\n"
+"\n"
msgstr ""
-"- dyfeisiau pci: dyma slot PCI, dyfais a gwaith y cerdyn\n"
-"- dyfeisiau ide: mae'r ddyfais un ai yn was neu feistr\n"
-"- dyfeisiau scsi: dynodiad dyfeisiau scsi a'r bws scsi"
+"Disgrifiad y meysydd:\n"
+"\n"
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "maint darn"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
+msgstr "Cymoerh Harddrake"
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Fields description"
+msgstr "/_Disgrifiad meysydd"
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "/Awtoganfod_gyrrwr jazz"
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
-msgstr ""
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
+msgstr "/_Dewisiadau"
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect _modems"
+msgstr "/Awtoganfod_modem"
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect _printers"
+msgstr "/Awtoganfod_argraffydd"
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "Lefel diogelwch"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Quit"
+msgstr "/_Gadael"
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the processor"
+msgstr "enw gwerthwr y prosesydd"
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
+msgstr "enw gwerthwr y ddyfais"
-#: ../../standalone/harddrake2_.c:37
-msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "The type of bus on which the mouse is connected"
+msgstr "Math o fws mae eich llygoden wedi cysylltu iddi"
-#: ../../standalone/harddrake2_.c:38
-#, fuzzy
-msgid "This field describes the device"
-msgstr "mae'r maes yn disgrifio'r ddyfais"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
+msgstr "Graddiad y cpu (cynhyrchu rhif is-fodel)"
-#: ../../standalone/harddrake2_.c:39
-msgid "Old device file"
-msgstr "Hen ffeil dyfais"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model stepping"
+msgstr "Stepio model"
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
-msgstr "hen enw dyfais sefydlog yn cael ei ddefnyddio mewn pecyn dev"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the number of the processor"
+msgstr "rhif y prosesydd"
-#: ../../standalone/harddrake2_.c:41
-msgid "New devfs device"
-msgstr "Dyfais devfs newydd"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
+msgstr "Dynodiad Prosesydd"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr "enw dyfais deinamig yn cael ei gynhyrchu gan incore kernel devfs"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "network printer port"
+msgstr "porth argraffydd rhwydwaith"
-#: ../../standalone/harddrake2_.c:43
-msgid "Module"
-msgstr "Modiwl"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Name"
+msgstr "Enw"
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr "y modiwl o'r cnewyllyn GNU/Linux sy'n trin y ddyfais honno"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Number of buttons"
+msgstr "Nifer o fotymau"
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Official vendor name of the cpu"
+msgstr "Enw swyddogol gwerthwr y cpu"
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model name"
+msgstr "Enw'r model"
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+msgstr "Cynnyrch y cpu (ee 8 am Pentiumlll,...]"
-#: ../../standalone/harddrake2_.c:46
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model"
+msgstr "Model"
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "hard disk model"
+msgstr "Model disg caled"
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "class of hardware device"
+msgstr "dosbarth y dyfais caledwedd"
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
+msgstr "Dosbarth y cyfrwng"
-#: ../../standalone/harddrake2_.c:50
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
+msgstr "Is gynnyrch y cpu"
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Level"
+msgstr "Lefel"
-#: ../../standalone/harddrake2_.c:51
-msgid "F00f bug"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
+msgstr "Fformatio disgiau meddal derbyniol i'r gyrrwr"
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Floppy format"
+msgstr "Fformatio disg meddal"
-#: ../../standalone/harddrake2_.c:53
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
"Some of the early i486DX-100 chips cannot reliably return to operating mode "
"after the \"halt\" instruction is used"
msgstr ""
+"Nid yw rhai prosesyddion i486DX-100 cynnar yn medru dychwelyd i'w cyflwr "
+"gweithredu a'r o´ defnyddio \"halt\""
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "Fformatio"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
+msgstr "Gwall halt"
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
+"Roedd rhai Pentium cynnar yn wallus ac yn rhewi wrth ddadgodio F00F bytecode"
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "lefel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "F00f bug"
+msgstr "Gwall F00f"
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
+"mae iawn yn golygu fod gan y cydbrosesydd fector eithriad yn gysylltiaedig"
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
-msgstr "Dosbarth y cyfrwng"
-
-#: ../../standalone/harddrake2_.c:57
-msgid "class of hardware device"
-msgstr "dosbarth y dyfais caledwedd"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
+msgstr "P'un ai oes gan yr FPU fector irq"
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
-msgid "Model"
-msgstr "Model"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
+msgstr "mae iawn yn golygu fod gan y cydbrosesydd rhifyddegol"
-#: ../../standalone/harddrake2_.c:58
-msgid "hard disk model"
-msgstr "Model disg caled"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
+msgstr "Yw'r FPU yn bresennol"
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
+"Mae gan brosesyddion Pentium cynnar wall yn eu prosesydd pwynt arnofio nad "
+"yw'n ymgyrraedd ˘'r cywirdeb angenrheidiol wrth berfformio Floating point "
+"DIVision (FDIV)"
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr "Enw'r modiwl"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
+msgstr "Gwall Fdiv"
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Official vendor name of the cpu"
-msgstr "enw gwerthwr y ddyfais"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
+msgstr "Baneri cpu'n cael eu dangos gan y cnewyllyn"
-#: ../../standalone/harddrake2_.c:61
-msgid "Number of buttons"
-msgstr "Nifer o fotymau"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
+msgstr "Baneri"
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "Enw :"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
+msgstr "y modiwl o'r cnewyllyn GNU/Linux sy'n trin y ddyfais honno"
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr ", rhwydwaith argraffu \"%s\", porth %s"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Module"
+msgstr "Modiwl"
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
+msgstr "enw dyfais deinamig yn cael ei gynhyrchu gan incore kernel devfs"
-#: ../../standalone/harddrake2_.c:64
-#, fuzzy
-msgid "the number of the processor"
-msgstr "lliw'r bar cynnydd"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "New devfs device"
+msgstr "Dyfais devfs newydd"
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "gosodiad llwyth"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
+msgstr "hen enw dyfais sefydlog yn cael ei ddefnyddio mewn pecyn dev"
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Old device file"
+msgstr "Hen ffeil dyfais"
-#: ../../standalone/harddrake2_.c:66
-#, fuzzy
-msgid "The type of bus on which the mouse is connected"
-msgstr "Dewiswch ba borth cyfresol mae eich llygoden wedi cysylltu iddi"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "This field describes the device"
+msgstr "Mae'r maes yn disgrifio'r ddyfais"
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
-msgstr "enw gwerthwr y ddyfais"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
+msgstr "Amledd y cpu mewn MHz (y nifer o gyfarwyddiadau'r eiliad)"
-#: ../../standalone/harddrake2_.c:68
-#, fuzzy
-msgid "the vendor name of the processor"
-msgstr "enw gwerthwr y ddyfais"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
+msgstr "Amledd (MHz)"
-#: ../../standalone/harddrake2_.c:82
-msgid "/_Quit"
-msgstr "/_Gadael"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr "Lefel gwybodaeth i'w gael drwy gyfarwyddid cpuid"
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "Awto ganfyddwyd"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid level"
+msgstr "Lefel cpuid"
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
-msgstr "/_Dewisiadau"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr "Teulu'r cpu (ee 6 am ddosbarth i686)"
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "Awto ganfyddwyd"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
+msgstr "Teulu cpuid"
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
-msgstr "/_Cymorth"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
+msgstr "A oes gan y cpu y Cyrix 6x86 Coma bug"
-#: ../../standalone/harddrake2_.c:89
-msgid "/_Help..."
-msgstr "/_Cymorth..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
+msgstr "Coma bug"
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
-msgstr "Cymoerh Harddrake"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
+msgstr "Maint storfa cpu (ail lefel)"
-#: ../../standalone/harddrake2_.c:93
-msgid ""
-"Description of the fields:\n"
-"\n"
-msgstr ""
-"Disgrifiad y meysydd:\n"
-"\n"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cache size"
+msgstr "Maint storfa"
-#: ../../standalone/harddrake2_.c:96
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
+"- dyfeisiau pci: dyma slot PCI, dyfais a gwaith y cerdyn\n"
+"- dyfeisiau ide: mae'r ddyfais un ai yn was neu feistr\n"
+"- dyfeisiau scsi: dynodiad dyfeisiau scsi a'r bws scsi"
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "Dewiswch sganiwr"
-
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
-msgstr "/_Adrodd ar Wallau"
-
-#: ../../standalone/harddrake2_.c:102
-msgid "/_About..."
-msgstr "/_Ynghylch..."
-
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
-msgstr "Ynghylch Harddrake"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
+msgstr "Lleoliad ar y bws"
-#: ../../standalone/harddrake2_.c:105
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
msgstr ""
-"Dyma HardDrake, offeryn ffurfweddu caledwedd Mandrake.\n"
-"Fersiwn:"
-
-#: ../../standalone/harddrake2_.c:106
-msgid "Author:"
-msgstr "Awdur"
-
-#: ../../standalone/harddrake2_.c:113
-msgid "Detection in progress"
-msgstr "Canfod ar waith"
-
-#: ../../standalone/harddrake2_.c:119
-msgid "Harddrake2 version "
-msgstr "Harddrake2 fersiwn "
+"- dyfeisiau PCI ac USB : dyma restr gwerthwyr, dyfais, iswerthwyr ac "
+"isddyfais PCI/USB"
-#: ../../standalone/harddrake2_.c:126
-msgid "Detected hardware"
-msgstr "Caledwedd canfyddwyd"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus identification"
+msgstr "Dynodiad bws"
-#: ../../standalone/harddrake2_.c:129
-msgid "Information"
-msgstr "Gwybodaeth"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
+msgstr ""
+"Mae angen i'r cnewyllyn GNU/Linux gyflawni cyfrif cylch wrth gychwyn i "
+"gychwyn y cyfrif amser. Mae'r canlyniad yn cael ei gadw fel bogomips fel "
+"ffordd o \"feincnod\" y cpu."
-#: ../../standalone/harddrake2_.c:131
-msgid "Configure module"
-msgstr "Modd ffurfweddu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr "Bogomips"
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
-msgstr "Rhedeg offeryn ffurfweddu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
+msgstr "Sianel EIDE/SCSI"
-#: ../../standalone/harddrake2_.c:143
+#: ../../standalone/harddrake2:1
#, c-format
-msgid "Running \"%s\" ..."
-msgstr "Rhedeg \"%s\"..."
+msgid "Channel"
+msgstr "Sianel"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
+"dyma'r bws corfforol i'r ddyfais gael ei gysylltu iddo(e.e. PCI, USB,...)"
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
-msgstr "cynradd"
-
-#: ../../standalone/harddrake2_.c:231
-msgid "secondary"
-msgstr "eilradd"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
+msgstr "Bws"
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "Awto ganfyddwyd"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr "rhestr o yrrwr eraill ar gyfer eich cerdyn sain"
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "Awto ganfyddwyd"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Alternative drivers"
+msgstr "Gyrrwyr eraill"
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "/_Dewisiadau"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Do you want the BackSpace to return Delete in console?"
+msgstr "Ydych chi eisiau i'r Backspace ddychwelyd Dileu yny consol?"
-#: ../../standalone/keyboarddrake_.c:26
+#: ../../standalone/keyboarddrake:1
+#, c-format
msgid "Please, choose your keyboard layout."
msgstr "Dewiswch gynllun alweddell"
-#: ../../standalone/keyboarddrake_.c:35
-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:18
-msgid "Change Cd-Rom"
-msgstr "Newid CD-Rom"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
+msgstr "Methu cychwyn diweddariad byw!!! \n"
-#: ../../standalone/livedrake_.c:19
+#: ../../standalone/livedrake:1
+#, c-format
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"
+"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:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Methu cychwyn diweddariad byw!!! \n"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Change Cd-Rom"
+msgstr "Newid CD-Rom"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
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:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:68
-msgid "Show only for the selected day"
-msgstr "Dangos ar y diwrnod penodol yn unig"
-
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr "/Ffeil/_Newydd"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
+msgstr "Cadw fel..."
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
-msgstr "<control>N"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Please enter your email address below "
+msgstr "Rhowch eich cyfeiriad e-bost islaw"
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr "/Ffeil/_Agor"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "alert configuration"
+msgstr "ffurfweddiad rhybudd"
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
-msgstr "<control>O"
+#: ../../standalone/logdrake:1
+#, c-format
+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:77
-msgid "/File/_Save"
-msgstr "/Ffeil/_Cawd"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "load setting"
+msgstr "gosodiad llwyth"
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
-msgstr "<control>S"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
+msgstr "Byddwch yn derbyn rhybudd os na fydd un o'r gwasanaethu hyn yn rhedeg"
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
-msgstr "/Ffeil/Cawd _fel"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "service setting"
+msgstr "gosodiad gwasanaeth"
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
-msgstr "/Ffeil/-"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Xinetd Service"
+msgstr "Gwasanaeth Xinetd"
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
-msgstr "/Dewisiadau/Test"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Webmin Service"
+msgstr "Gwasanaethau Webmin"
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
-msgstr "/Cymorth/_Ynghylch..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "SSH Server"
+msgstr "Gwasanaethwr SSH"
-#: ../../standalone/logdrake_.c:145
-msgid "User"
-msgstr "Defnyddiwr"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Samba Server"
+msgstr "Gwasanaethwr Samba"
-#: ../../standalone/logdrake_.c:146
-msgid "Messages"
-msgstr "Negeseuon"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Postfix Mail Server"
+msgstr "Gwasanaethwr E-bost Postfix"
-#: ../../standalone/logdrake_.c:147
-msgid "Syslog"
-msgstr "Syslog"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Ftp Server"
+msgstr "Gwasanaethwr Ftp"
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
-msgstr "Esboniadau Offer Mandrake"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Domain Name Resolver"
+msgstr "Datrysydd Enw Parth"
-#: ../../standalone/logdrake_.c:151
-msgid "search"
-msgstr "chwilio"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
+msgstr "Gwasanaethwr Gwe Fyd Eang Apache"
-#: ../../standalone/logdrake_.c:161
-msgid "A tool to monitor your logs"
-msgstr "Offeryn i fonitro eich cofnodion"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"Welcome to the mail configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+"Croeso i'r gwasanaeth ffurfweddu e-bost\n"
+"\n"
+"Yma bydd modd i chi osod y system rhybuddio.\n"
-#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
-msgstr "Gosodiadau"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert configuration"
+msgstr "Ffurfweddiad rhybudd e-bost"
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
-msgstr "cydweddu"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert"
+msgstr "Rhybudd e-bost"
-#: ../../standalone/logdrake_.c:168
-msgid "but not matching"
-msgstr "ond heb fod yn cydweddu"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "arhoswch, dosbarthu ffeil: %s"
-#: ../../standalone/logdrake_.c:172
-msgid "Choose file"
-msgstr "Dewis ffeil"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
+msgstr "Cynnwys y ffeil"
-#: ../../standalone/logdrake_.c:181
+#: ../../standalone/logdrake:1
+#, c-format
msgid "Calendar"
msgstr "Calendr"
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
-msgstr "Cynnwys y ffeil"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Choose file"
+msgstr "Dewis ffeil"
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-msgid "Mail alert"
-msgstr "Rhybudd e-bost"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "but not matching"
+msgstr "ond heb fod yn cydweddu"
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "arhoswch, dosbarthu ffeil: %s"
+msgid "matching"
+msgstr "cydweddu"
-#: ../../standalone/logdrake_.c:392
-msgid "Mail alert configuration"
-msgstr "Ffurfweddiad rhybudd e-bost"
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
+msgstr "Gosodiadau"
-#: ../../standalone/logdrake_.c:393
-msgid ""
-"Welcome to the mail configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Croeso i'r gwasanaeth ffurfweddu e-bost\n"
-"\n"
-"Yma bydd modd i chi osod y system rhybuddio.\n"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "A tool to monitor your logs"
+msgstr "Offeryn i fonitro eich cofnodion"
-#: ../../standalone/logdrake_.c:400
-msgid "Apache World Wide Web Server"
-msgstr "Gwasanaethwr Gwe Fyd Eang Apache"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
+msgstr "chwilio"
-#: ../../standalone/logdrake_.c:401
-msgid "Domain Name Resolver"
-msgstr "Datrysydd Enw Parth"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mandrake Tools Explanation"
+msgstr "Esboniadau Offer Mandrake"
-#: ../../standalone/logdrake_.c:402
-msgid "Ftp Server"
-msgstr "Gwasanaethwr Ftp"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Syslog"
+msgstr "Syslog"
-#: ../../standalone/logdrake_.c:403
-msgid "Postfix Mail Server"
-msgstr "Gwasanaethwr E-bost Postfix"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Messages"
+msgstr "Negeseuon"
-#: ../../standalone/logdrake_.c:404
-msgid "Samba Server"
-msgstr "Gwasanaethwr Samba"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "User"
+msgstr "Defnyddiwr"
-#: ../../standalone/logdrake_.c:405
-msgid "SSH Server"
-msgstr "Gwasanaethwr SSH"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
+msgstr "/Cymorth/_Ynghylch..."
-#: ../../standalone/logdrake_.c:406
-msgid "Webmin Service"
-msgstr "Gwasanaethau Webmin"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
+msgstr "/Dewisiadau/Test"
-#: ../../standalone/logdrake_.c:407
-msgid "Xinetd Service"
-msgstr "Gwasanaeth Xinetd"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
+msgstr "/Ffeil/-"
-#: ../../standalone/logdrake_.c:414
-msgid "service setting"
-msgstr "gosodiad gwasanaeth"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/Save _As"
+msgstr "/Ffeil/Cawd _fel"
-#: ../../standalone/logdrake_.c:415
-msgid ""
-"You will receive an alert if one of the selected services is no more running"
-msgstr "Byddwch yn derbyn rhybudd os na fydd un o'r gwasanaethu hyn yn rhedeg"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr "<control>S"
-#: ../../standalone/logdrake_.c:428
-msgid "load setting"
-msgstr "gosodiad llwyth"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
+msgstr "/Ffeil/_Cawd"
-#: ../../standalone/logdrake_.c:429
-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:1
+#, c-format
+msgid "<control>O"
+msgstr "<control>O"
-#: ../../standalone/logdrake_.c:444
-msgid "alert configuration"
-msgstr "ffurfweddiad rhybudd"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr "/Ffeil/_Agor"
-#: ../../standalone/logdrake_.c:445
-msgid "Please enter your email address below "
-msgstr "Rhowch eich cyfeiriad e-bost islaw"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr "<control>N"
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
-msgstr "Cadw fel..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr "/Ffeil/_Newydd"
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
-msgstr "Dewiswch math eich llygoden"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Show only for the selected day"
+msgstr "Dangos ar y diwrnod penodol yn unig"
-#: ../../standalone/mousedrake_.c:50
+#: ../../standalone/mousedrake:1
+#, c-format
msgid "Emulate third button?"
msgstr "Efelychu'r trydydd botwm?"
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "Ffurfweddiad y Rhwydwaith"
-
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "Proffil:"
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
+msgstr "Dewiswch math eich llygoden"
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connect %s"
+msgstr "Cysylltu %s"
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "Anfon ffeiliau..."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnect %s"
+msgstr "Dadgysylltu %s"
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
+#: ../../standalone/net_monitor:1
+#, c-format
+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/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
-msgstr "Math o gyswllt:"
-
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
+msgstr "derbyniwyd"
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "Profi eich cysylltiad..."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
+msgstr "darlledwyd"
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
-msgstr "Cysylltu â'r We"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
+msgstr "derbyniwyd:"
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
-msgstr "Cysylltu â'r We"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
+msgstr "anfonwyd: "
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Local measure"
+msgstr "Mesur lleol"
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
+msgstr "cyfartaledd"
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
-msgstr "Cyflymder y cysylltiad"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Color configuration"
+msgstr "Ffurfweddiad lliw"
-#: ../../standalone/net_monitor_.c:226
+#: ../../standalone/net_monitor:1
+#, c-format
msgid ""
"Connection failed.\n"
"Verify your configuration in the Mandrake Control Center."
msgstr ""
+"Methodd y cysylltiad.\n"
+"Gwiriwch eich ffurfweddiad yng Nghanolfan Rheoli Mandrake."
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "ffurfweddiad rhybudd"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection complete."
+msgstr "Cysylltiad wedi ei gwblhau"
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
+msgstr "Datgysylltwyd yn llwyr o'r Rhyngrwyd."
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
+msgstr "Methodd datgysylltu o'r Rhyngrwyd."
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connecting to the Internet "
+msgstr "Cysylltu ˘'r Rhyngrwyd"
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "Ffeiliau lleol"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnecting from the Internet "
+msgstr "Datgysylltu o'r Rhyngrwyd"
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please, testing your connection..."
+msgstr "Arhoswch, profi eich cysylltiad..."
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
+msgstr "Cofnodion"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection Time: "
+msgstr "Amser Cysylltiad:"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
+msgstr "Derbyn Cyflymder"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Sending Speed:"
+msgstr "Cyflymder Anfon:"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
+msgstr "Ystadegau"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Profile "
+msgstr "Proffil"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Network Monitoring"
+msgstr "Monitro'r Rhwydwaith"
+
+#: ../../standalone/printerdrake:1
+#, c-format
+msgid "Reading printer data ..."
+msgstr "Darllen data argraffydd..."
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Name/IP address of host:"
+msgstr "Cyfeiriad IP gwesteiwr/rhwydwaith"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
+"Mae'r gwesteiwr/rhwydwaith ar y rhestr yn barod, does dim modd ei "
+"ychwanegu.\n"
-#: ../../standalone/net_monitor_.c:453
-#, fuzzy
-msgid ""
-"Warning, another internet connection has been detected, maybe using your "
-"network"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scannerdrake"
+msgstr "Sganiwr"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "You must enter a host name or an IP address.\n"
+msgstr "Rhowch enw'r gwesteiwr neu'r IP"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-"Rhybudd, mae cysylltiad arall gyda'r rhyngrwyd wedi ei ganfod, efallai'n "
-"defnyddio eich rhwydwaith."
+"Dewis y rhwydwaith neu westeiwr ddylai'r argraffyddion lleol fod ar gael "
+"iddynt:"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Cysylltu"
+msgid "Sharing of local scanners"
+msgstr "Rhannu argraffyddion lleol"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Dadgysylltu"
+msgid "This machine"
+msgstr "(ar y peiriant hwn)"
-#: ../../standalone/printerdrake_.c:47
-msgid "Reading printer data ..."
-msgstr "Darllen data argraffydd..."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Remove selected host"
+msgstr "Tynnu'r gwesteiwr/rhwydwaith"
-#: ../../standalone/scannerdrake_.c:39
-msgid "Detecting devices ..."
-msgstr "Canfod dyfeisiadau..."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Edit selected host"
+msgstr "Golygu'r gwesteiwr/rhwydwaith"
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr "Profwch y pyrth"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add host"
+msgstr "Ychwanegu gwesteiwr/rhwydwaith"
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
-#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
-msgstr "Nid yw %s yn cael ei gynnal gan y fersiwn hwn o Mandrake Linux"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "These are the machines from which the scanners should be used:"
+msgstr ""
+"Dyma'r cyfrifiaduron a rhwydweithiau ddylai'r argraffydd(ion) lleol fod ar "
+"gael:"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Usage of remote scanners"
+msgstr "Defnyddiwch le gwag"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "All remote machines"
+msgstr "Dim cyfrifiaduron pell"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
+msgstr ""
+"Dyma'r cyfrifiaduron a rhwydweithiau ddylai'r argraffydd(ion) lleol fod ar "
+"gael:"
-#: ../../standalone/scannerdrake_.c:54
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s found on %s, configure it?"
-msgstr "Wedi canfod %s ar %s, ei ffurfweddi?"
+msgid "Use the scanners on hosts: "
+msgstr ""
-#: ../../standalone/scannerdrake_.c:57
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
+msgid "Use scanners on remote computers"
msgstr ""
-"Nid yw %s yng nghronfa ddata sganwyr. Hoffech chi ei ffurfweddu â llaw?"
-#: ../../standalone/scannerdrake_.c:63
-msgid "Select a scanner"
-msgstr "Dewiswch sganiwr"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "Rhannu argraffydd ar gwesteiwr/rhwydwaith:"
-#: ../../standalone/scannerdrake_.c:91
-#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Nid yw sganiwr %s yn cael ei gynnal"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The scanners on this machine are available to other computers"
+msgstr "Mae' argraffyddion y cyfrifiadur hwn ar gael ar gyfer rhai eraill"
-#: ../../standalone/scannerdrake_.c:105
-#, c-format
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-"Nid oedd Scannerdrake yn medru canfod eich sganiwr %s.\n"
-"Dewiswch y ddyfais lle mae'r sganiwr wedi ei gysylltu"
+"Medrwch benderfynu a ddylai argraffydd ar gyfrifiadur pell fod ar gael ar "
+"gyfer y cyfrifiadur hwn."
-#: ../../standalone/scannerdrake_.c:107
-msgid "choose device"
-msgstr "dewis dyfais"
-
-#: ../../standalone/scannerdrake_.c:113
-#, c-format
+#: ../../standalone/scannerdrake:1
+#, 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."
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-"Rhaid i sganiwr %s gael ei ffurfweddu gan printerdrake.\n"
-"Medrwch gychwyn printerdrake o adran Galedwedd Canolfan Rheoli Mandrake"
+"Yma medrwch benderfynu a ddylai'r argraffyddion sy'n gysylltiedig ˘'r "
+"cyfrifiadur hwn fod ar gael i gyfrifiaduron pell a pha rai."
-#: ../../standalone/scannerdrake_.c:118
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"Your %s has been configured.\n"
+"You may now scan documents using \"XSane\" from Multimedia/Graphics in the "
"applications menu."
msgstr ""
-"Mae eich sganiwr %s wedi ei ffurfweddu.\n"
+"Mae eich %s wedi ei ffurfweddu.\n"
"Medrwch ddefnyddio \"XSane\" i sganio dogfennau o'r ddewislen rhaglenni Aml-"
"gyfrwng/Graffigau."
-#: ../../standalone/service_harddrake_.c:44
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
-msgstr "Cafodd rhai dyfeisiau yn nosbarth caledwedd\"%s\" eu tynnu:\n"
-
-#: ../../standalone/service_harddrake_.c:48
-msgid "Some devices were added:\n"
-msgstr "Cafodd rhai dyfeisiau eu hychwanegu:\n"
-
-#: ../../standalone/service_harddrake_.c:64
-#, fuzzy
-msgid "Hardware probing in progress"
-msgstr "Canfod ar waith"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Dewis eich iaith"
+msgid ""
+"The %s must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+"Rhaid i %s gael ei ffurfweddu gan printerdrake.\n"
+"Medrwch gychwyn printerdrake o adran Galedwedd Canolfan Rheoli Mandrake"
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Dewis dosbarth gosod"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "choose device"
+msgstr "dewis dyfais"
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Canfod disg caled"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Please select the device where your %s is attached"
+msgstr ""
+"Nid oedd Scannerdrake yn medru canfod eich %s.\n"
+"Dewiswch y ddyfais lle mae'r sganiwr wedi ei gysylltu"
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Ffurfweddu llygoden"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is unsupported"
+msgstr "Nid yw %s yn cael ei gynnal"
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Dewis eich allweddell"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr "Nid yw %s yn cael ei gynnal gan y fersiwn hwn o scannerdrake."
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Diogelwch"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr "Nid yw %s yn cael ei gynnal gan y fersiwn hwn o Mandrake Linux"
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "System ffeil gosod"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
+msgstr ""
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Fformatio rhaniadau"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for new scanners ..."
+msgstr "Chwilio am argraffyddion newydd..."
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Dewis pecynnau i'w gosod"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for configured scanners ..."
+msgstr "Chwilio am argraffyddion newydd..."
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "System osod"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing"
+msgstr "Rhannu argraffydd"
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Ychwanegu defnyddiwr"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add a scanner manually"
+msgstr "Dewis defnyddwyr gyda llaw"
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Ffurfweddu rhwydwaith"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Search for new scanners"
+msgstr "Chwilio am argraffyddion newydd..."
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Ffurfweddu gwasanaethau"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr ""
+"Nid oes unrhyw argraffydd wedi ei ganfod wedi ei gysylltu'n uniongyrchol "
+"˘'ch cyfrifiadur"
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Gosod llwythwr cychwyn"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
+msgstr ""
+"Mae'r argraffydd canlynol\n"
+"\n"
+"%s%s\n"
+"wedi ei gysylltu'n uniongyrchol ˘'ch system"
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Creu disg cychwyn"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr ""
+"Mae argraffyddion canlynol\n"
+"\n"
+"%s%s\n"
+"wedi eu cysylltu'n uniongyrchol ˘'ch system"
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Ffurfweddu X"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Select a scanner"
+msgstr "Dewiswch sganiwr"
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Diweddariadau system gosod"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+"Nid yw %s yng nghronfa ddata sganwyr. Hoffech chi ei ffurfweddu ˘ llaw?"
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Gadael gosod"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "Wedi canfod %s ar %s, ei ffurfweddi'n awtomatig?"
-#: ../../ugtk.pm_.c:636
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Hardware probing in progress"
+msgstr "Canfod caledwedd ar waith"
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
-msgstr ""
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
+msgstr "Cafodd rhai dyfeisiau eu hychwanegu:\n"
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Gwe/FTP"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgstr "Cafodd rhai dyfeisiau yn nosbarth caledwedd\"%s\" eu tynnu:\n"
#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Cyfrifiadur Rhwydwaith (cleient)"
+msgid "Office Workstation"
+msgstr "Gweithfan Swyddfa"
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
+msgid ""
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
msgstr ""
-"Gwasanaethwr NFS, gwasanaethwr SMB, gwasanaethwr dirprwyol, gwasanaethwr ssh"
+"Rhaglenni swyddfa: prosesydd geiriau (Kword, abiword, taenlenni (kspread, "
+"gnumeric), darllennydd pdf, ag ati"
#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Swyddfa"
+msgid "Workstation"
+msgstr "Man Gwaith"
#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Man Gwaith Gnome"
+msgid "Game station"
+msgstr "Man chwarae"
#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Offer ar gyfer eich Palm PiloT neu eich Visor"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "Rhaglenni difyrrwch: arcŞd, byrddau, strategaeth, ag ati"
#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Man Gwaith"
+msgid "Multimedia station"
+msgstr "Man Aml-gyfrwng"
#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Mur Gwarchod/Llwybrydd"
+msgid "Sound and video playing/editing programs"
+msgstr "Chwarae sain a fideo/rhaglenni golygu"
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Enw Parth a gwasanaethwr Gwybodaeth Rhwydwaith"
+msgid "Internet station"
+msgstr "Man Rhyngrwyd"
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
-"Rhaglenni swyddfa: prosesydd geiriau (Kword, abiword, taenlenni (kspread, "
-"gnumeric), darllennydd pdf, ag ati"
+"Casgliad o offer i ddarllen ac anfon e-bost a newyddion (pine, mutt, tin..) "
+"ac i bori'r We"
#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Offer Sain: mp3 neu chwarewyr midi, cymysgwyr, ag ati"
+msgid "Network Computer (client)"
+msgstr "Cyfrifiadur Rhwydwaith (cleient)"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr "Linux Standard Base. Cefnogaeth i raglenni trydydd parti"
+msgid "Clients for different protocols including ssh"
+msgstr "Clientiaid ar gyfer protocolau amrywiol yn cynnwys ssh"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Llyfrau a Howto's ar Linux a Meddalwedd Rhydd"
+msgid "Configuration"
+msgstr "Ffurfweddiad"
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Man Gwaith KDE"
+msgid "Tools to ease the configuration of your computer"
+msgstr "Offer i wneud ffurfweddu'ch cyfrifiadur yn haws"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, ag ati"
+msgid "Scientific Workstation"
+msgstr "Gweithfan Gwyddonol"
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Aml-gyfrwng - Fideo"
+msgid "Console Tools"
+msgstr "Offer y Consol"
#: ../../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"
+msgid "Editors, shells, file tools, terminals"
+msgstr "Golygyddion, cregyn, offer ffeilio, terfynellau"
#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Cronfa Ddata"
+msgid "KDE Workstation"
+msgstr "Man Gwaith KDE"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "Gwasanaethwr cronfa data PostgreSQL neu MySQL"
+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 "Tools to ease the configuration of your computer"
-msgstr "Offer i wneud ffurfweddu'ch cyfrifiadur yn haws"
+msgid "Graphical Environment"
+msgstr "Amgylchedd Graffig"
#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Aml-gyfrwng - Sain"
+msgid "Gnome Workstation"
+msgstr "Man Gwaith Gnome"
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dogfennaeth"
+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 "Console Tools"
-msgstr "Offer y Consol"
+msgid "Other Graphical Desktops"
+msgstr "Pen Desg Graffigol Eraill"
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Gwasanaethwr e-bost Postfix, gwasanaethwr newyddion Inn"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, ag ati"
#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Man Rhyngrwyd"
+msgid "Development"
+msgstr "Datblygiad"
#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Man Aml-gyfrwng"
+msgid "C and C++ development libraries, programs and include files"
+msgstr "Llyfrgelloedd datblygiadol C a C++, rhaglenni a ffeiliau cynnwys"
#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Ffurfweddiad"
+msgid "Documentation"
+msgstr "Dogfennaeth"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Rhagor o Ben Bwrdd Graffig (Gnome, IceWM)"
+msgid "Books and Howto's on Linux and Free Software"
+msgstr "Llyfrau a Howto's ar Linux a Meddalwedd Rhydd"
#: ../../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"
+msgid "LSB"
+msgstr "LSB"
#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Amgylchedd Graffig"
+msgid "Linux Standard Base. Third party applications support"
+msgstr "Linux Standard Base. Cefnogaeth i raglenni trydydd parti"
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Datblygiad"
+msgid "Web/FTP"
+msgstr "Gwe/FTP"
#: ../../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"
+msgid "Mail/Groupware/News"
+msgstr "E-bost/Offer Grwp/Newyddion"
#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Gweithfan Swyddfa"
+msgid "Postfix mail server, Inn news server"
+msgstr "Gwasanaethwr e-bost Postfix, gwasanaethwr newyddion Inn"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, ag ati"
+msgid "Database"
+msgstr "Cronfa Ddata"
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Rhaglenni graffeg megis The Gimp"
+msgid "PostgreSQL or MySQL database server"
+msgstr "Gwasanaethwr cronfa data PostgreSQL neu MySQL"
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
+msgstr "Mur Gwarchod/Llwybrydd"
+
+#: ../../share/compssUsers:999
+msgid "Internet gateway"
+msgstr "Porth i'r rhyngrwyd"
#: ../../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"
+msgid "Domain Name and Network Information Server"
+msgstr "Enw Parth a gwasanaethwr Gwybodaeth Rhwydwaith"
#: ../../share/compssUsers:999
msgid "Network Computer server"
msgstr "Gwasanaethwr Cyfrifiadur Rhwydwaith"
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "E-bost/Offer Grwp/Newyddion"
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr ""
+"Gwasanaethwr NFS, gwasanaethwr SMB, gwasanaethwr dirprwyol, gwasanaethwr ssh"
#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Man chwarae"
+msgid "Office"
+msgstr "Swyddfa"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Chwarewyr a golygyddion fideo"
+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 "Multimedia - Graphics"
msgstr "Aml-gyfrwng - Graffig"
#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Rhaglenni difyrrwch: arcêd, 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 "Personal Finance"
-msgstr "Cyllid Personol"
+msgid "Graphics programs such as The Gimp"
+msgstr "Rhaglenni graffeg megis The Gimp"
#: ../../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."
+msgid "Multimedia - Sound"
+msgstr "Aml-gyfrwng - Sain"
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Clientiaid ar gyfer protocolau amrywiol yn cynnwys ssh"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgstr "Offer Sain: mp3 neu chwarewyr midi, cymysgwyr, ag ati"
#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr "LSB"
+msgid "Multimedia - Video"
+msgstr "Aml-gyfrwng - Fideo"
#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Porth i'r rhyngrwyd"
+msgid "Video players and editors"
+msgstr "Chwarewyr a golygyddion fideo"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Chwarae sain a fideo/rhaglenni golygu"
+msgid "Multimedia - CD Burning"
+msgstr "Aml-gyfrwng - Llosgi CD"
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Pen Desg Graffigol Eraill"
+msgid "Tools to create and burn CD's"
+msgstr "Offer i greu a llosgi CDau"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Golygyddion, cregyn, offer ffeilio, terfynellau"
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr "Rhagor o Ben Bwrdd Graffig (Gnome, IceWM)"
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Rhaglenni i reoli eich cyllid, megis gnucash"
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, ag ati"
#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Rheoli Gwybodaeth Bersonol"
#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Aml-gyfrwng - Llosgi CD"
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr "Offer ar gyfer eich Palm PiloT neu eich Visor"
#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Gweithfan Gwyddonol"
+msgid "Personal Finance"
+msgstr "Cyllid Personol"
-#~ msgid "can not open /etc/inittab for reading: %s"
-#~ msgstr "maethu agor/etc/inittab ar gyfer darllen: %s"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr "Rhaglenni i reoli eich cyllid, fel gnucash"
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "rhif"
+#~ msgid ""
+#~ "You must indicate where you wish to place the information required to "
+#~ "boot\n"
+#~ "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 yr 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)\"."
#~ msgid ""
-#~ "You now have the opportunity to download encryption software.\n"
+#~ "DrakX now needs to know if you want to perform a default (\"Recommended"
+#~ "\")\n"
+#~ "installation or if you want to have greater control (\"Expert\") over "
+#~ "your\n"
+#~ "installation. You can also choose to do a new installation or upgrade "
+#~ "your\n"
+#~ "existing Mandrake Linux system:\n"
#~ "\n"
-#~ "WARNING:\n"
+#~ " * \"Install\": completely wipes out the old system. However, depending "
+#~ "on\n"
+#~ "what is currently installed on your machine, you may be able to keep "
+#~ "some\n"
+#~ "old partitions (Linux or otherwise) unchanged;\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"
+#~ " * \"Upgrade\": this installation class allows to simply update the\n"
+#~ "packages currently installed on your Mandrake Linux system. It keeps "
+#~ "your\n"
+#~ "hard drives' current partitions as well as user configurations. All "
+#~ "other\n"
+#~ "configuration steps remain available, similar to a normal installation;\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"
+#~ " * \"Upgrade Packages Only\": this new installation class allows you to\n"
+#~ "upgrade an existing Mandrake Linux system while keeping all system\n"
+#~ "configurations unchanged. Adding new packages to the current "
+#~ "installation\n"
+#~ "is also possible.\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"
+#~ "Upgrades should work fine on Mandrake Linux systems using version \"8.1"
+#~ "\"\n"
+#~ "or later.\n"
#~ "\n"
+#~ "Depending on your GNU/Linux knowledge, select one of the following "
+#~ "choices:\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"
+#~ " * 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"
-#~ "RHYBUDD:\n"
+#~ " * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
+#~ "perform a highly customized installation. Some of the decisions you will\n"
+#~ "have to make may be difficult if you do not have good GNU/Linux "
+#~ "knowledge,\n"
+#~ "so it is not recommended that those without a fair amount of experience\n"
+#~ "select this installation class."
+#~ 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"
-#~ "Oherwydd gofynion cyffredinol amrywiol yn berthynol i'r meddalwedd hyn ac "
-#~ "yn\n"
-#~ " cael eu gosod gan amrywiol awdurdodau cyfreithiol, dylai cwsmeriaid a/"
+#~ " *\"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"
-#~ " ddefnyddwyr terfynol wneud yn siwr fod y cyfreithau yn eu hawdurdod "
-#~ "cyfreithiol\n"
-#~ " yn caniatáu iddynt lwytho i lawr, cadw a/neu ddefnyddio'r feddalwedd.\n"
+#~ "eraill) heb eu newid.\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"
+#~ " *\"Uwchraddio\" Mae'r gosodiad yn caniatĦu 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"
-#~ "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"
+#~ " *\"Uwchraddio Pecynnau'n Unig\" Mae hwn yn ddewis newydd i ganiatĦu\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"
-#~ "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"
-
-#~ msgid "Proxy configuration"
-#~ msgstr "Ffurfweddu dirprwy"
-
-#~ msgid ""
-#~ "Welcome to the proxy configuration utility.\n"
+#~ "Gan ddibynnu ar eich gwybodaeth am GNH/Linux, dewiswch un o'r canlynol:\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"
+#~ " *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"
-#~ "Yma bydd modd i chi osod eich dirprwyon http a ftp gyda\n"
-#~ "neu heb mewngofnod a chyfrinair\n"
-
-#~ 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"
-
-#~ msgid "URL"
-#~ msgstr "URL"
-
-#~ msgid "port"
-#~ msgstr "porth"
-
-#~ msgid "Url should begin with 'http:'"
-#~ msgstr "Dylai'r URL ddechrau gyda \"http:\""
-
-#~ msgid "The port part should be numeric"
-#~ msgstr "Dylai'r rhan porth fod yn rhifol"
-
-#~ 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"
+#~ " *Arbenigwr: os oes gennych wybodaeth drylwyr am GNU/Linux, mae modd\n"
+#~ "i chi ddewis y math yma o osodiad. Bydd hwn yn caniatĦu 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."
-#~ 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"
-
-#~ msgid "login"
-#~ msgstr "mewngofnodi"
-
-#~ msgid "password"
-#~ msgstr "cyfrinair"
-
-#~ msgid "re-type password"
-#~ msgstr "aildeipiwch y gyfrinair"
-
-#~ msgid "The passwords don't match. Try again!"
-#~ msgstr "Nid yw'r cyfrineiriau'n cydweddi. Rhowch gynnig arall arni!"
-
-#~ msgid "Can't write file %s"
-#~ msgstr "Methu ysgrifenu ffeil %s"
-
-#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgid "Please be patient. This operation can take several minutes."
+#~ msgstr "Amynedd... Gall y weithred hon gymryd rhai munudau."
-#, fuzzy
#~ msgid ""
-#~ "Warning, another internet connexion has been detected, maybe using your "
-#~ "network"
-#~ msgstr ""
-#~ "Rhybudd, mae cysylltiad arall gyda'r rhyngrwyd wedi ei ganfod, efallai'n "
-#~ "defnyddio eich rhwydwaith."
-
-#~ msgid "no help implemented yet.\n"
-#~ msgstr "nid oes cymorth ar gael eto.\n"
-
-#~ msgid "Please click on a medium"
-#~ msgstr "Cliciwch ar gyfrwng"
-
-#~ msgid "Removing LPRng..."
-#~ msgstr "Tynnu LPRng..."
-
-#~ msgid "Removing LPD..."
-#~ msgstr "Tynnu LPD..."
-
-#~ 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"
+#~ "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 ""
-#~ "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 caniatáu 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- Tâp.\n"
-#~ "\n"
-#~ " Mae Drakbackup yn caniatáu 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"
+#~ "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..."
#~ msgid ""
-#~ "drakbug version %s\n"
-#~ "Copyright (C) 2002 MandrakeSoft.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
+#~ "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.\n"
+#~ "\n"
+#~ "You will be presented the list of available resolutions and color depth\n"
+#~ "available for your hardware. Choose the one that best suit your needs "
+#~ "(you\n"
+#~ "will be able to change that after installation though). When you are\n"
+#~ "satisfied with the sample shown in the monitor, click \"OK\". A window "
+#~ "will\n"
+#~ "then appear and ask you if you can see it.\n"
#~ "\n"
-#~ "usage: drakbug [OPTIONS] [PROGRAM_NAME]\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"
-#~ "OPTIONS:\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. Refer then to the video\n"
+#~ "configuration section of the user guide for more information on how to\n"
+#~ "configure your display."
#~ msgstr ""
-#~ "drakbug fersiwn %s\n"
-#~ "Hawlfraint(H) 2002 MandrakeSoft.\n"
-#~ "Mae hwn yn feddalwedd rhydd ac mae modd ei ail ddosbarthu o dan amodau "
-#~ "GNU GPL.\n"
+#~ "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"
-#~ "defnydd: drakbug [OPTIONS] [PROGRAM_NAME]\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"
-#~ "OPTIONS:\n"
-
-#~ msgid " --help - print this help message.\n"
-#~ msgstr " --help - argraffu'r neges cymorth.\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."
-#~ msgid " --report - program should be one of mandrake tools\n"
-#~ msgstr " --report - dylai'r rhaglen fod yn un o offer mandrake\n"
+#~ msgid "Formatting partitions"
+#~ msgstr "Yn fformatio rhaniadau"
-#~ msgid " --incident - program should be one of mandrake tools\n"
-#~ msgstr " --incident - dylai'r rhaglen fod yn un o offer mandrake\n"
+#~ msgid "Formatting loopback file %s"
+#~ msgstr "Yn fformatio ffeil cylch-´l %s"
-#~ msgid "usage: drakfloppy\n"
-#~ msgstr "defnydd: drakfloppy\n"
+#~ msgid "Formatting"
+#~ msgstr "Fformatio"
-#~ msgid ""
-#~ "\n"
-#~ "Usage: harddrake [-h|--help] [--test]\n"
-#~ msgstr ""
-#~ "\n"
-#~ "defnydd: harddrake [-h|--help] [--test]\n"
+#~ msgid "Switching between ALSA and OSS help"
+#~ msgstr "Newid o gymorth ALSA i OSS"
-#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-#~ msgstr "defnydd: keyboarddrake [--expert] [keyboard]\n"
+#~ msgid "The network needs to be restarted"
+#~ msgstr "Rhaid ail gychwyn y rhwydwaith"
-#~ msgid "Probing %s class\n"
-#~ msgstr "Canfod dosbarth %s\n"
+#~ msgid "(bootp/dhcp)"
+#~ msgstr "(bootp/dhcp)"
-#~ msgid "detected on interface %s"
-#~ msgstr "canfyddwyd ar rhyngwyneb %s"
+#~ msgid "Detecting devices ..."
+#~ msgstr "Canfod dyfeisiadau..."
-#~ msgid "Periodic Checks 2"
-#~ msgstr "Gwirydd Cyfnodol 2"
+#~ msgid "Test ports"
+#~ msgstr "Profwch y pyrth"
diff --git a/perl-install/share/po/da.po b/perl-install/share/po/da.po
index c23f8d1b9..ea7c2dcee 100644
--- a/perl-install/share/po/da.po
+++ b/perl-install/share/po/da.po
@@ -1,1135 +1,706 @@
# danish drakbootdisk
# Copyright (C) 2000 Free Software Foundation, Inc.
-# Keld Simonsen <keld@dkuug.dk>, 2000-2002.
+# Keld Simonsen <keld@dkuug.dk>, 2000-2003.
# Troels Liebe Bentsen <tlb@iname.com> 2000.
-#
+#
# Reviewed: keld@dkuug.dk 2001-08-22
#
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
"POT-Creation-Date: 2002-12-05 19:52+0100\n"
-"PO-Revision-Date: 2002-10-04 12:07+0200\n"
+"PO-Revision-Date: 2003-02-16 11:02+0100\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
-"Language-Team: dansk <dansk@klid.dk>\n"
+"Language-Team: Danish <dansk@klid.dk>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfig/card.pm_.c:16
-msgid "256 kB"
-msgstr "256 kb"
-
-#: ../../Xconfig/card.pm_.c:17
-msgid "512 kB"
-msgstr "512 kb"
-
-#: ../../Xconfig/card.pm_.c:18
-msgid "1 MB"
-msgstr "1 Mb"
-
-#: ../../Xconfig/card.pm_.c:19
-msgid "2 MB"
-msgstr "2 Mb"
-
-#: ../../Xconfig/card.pm_.c:20
-msgid "4 MB"
-msgstr "4 Mb"
-
-#: ../../Xconfig/card.pm_.c:21
-msgid "8 MB"
-msgstr "8 Mb"
-
-#: ../../Xconfig/card.pm_.c:22
-msgid "16 MB"
-msgstr "16 Mb"
-
-#: ../../Xconfig/card.pm_.c:23
-msgid "32 MB"
-msgstr "32 Mb"
-
-#: ../../Xconfig/card.pm_.c:24
-msgid "64 MB or more"
-msgstr "64 Mb eller mere"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "Choose a X server"
-msgstr "Vĉlg en X-server"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "X server"
-msgstr "X-server"
-
-#: ../../Xconfig/card.pm_.c:230
-msgid "Multi-head configuration"
-msgstr "Flerskĉrms-konfiguration"
-
-#: ../../Xconfig/card.pm_.c:231
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
msgstr ""
-"Dit system understĝtter konfiguration af flere skĉrme\n"
-"Hvad vil du gĝre?"
-
-#: ../../Xconfig/card.pm_.c:288
-msgid "Select the memory size of your graphics card"
-msgstr "Vĉlg hukommelsesmĉngde for dit grafikkort"
-
-#: ../../Xconfig/card.pm_.c:349
-msgid "XFree configuration"
-msgstr "XFree konfiguration"
-
-#: ../../Xconfig/card.pm_.c:351
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Hvilken konfiguration af XFree ĝnsker du?"
-
-#: ../../Xconfig/card.pm_.c:383
-msgid "Configure all heads independently"
-msgstr "Konfigurér alle skĉrme uafhĉngigt"
-
-#: ../../Xconfig/card.pm_.c:384
-msgid "Use Xinerama extension"
-msgstr "Brug Xinerama-udvidelse"
-
-#: ../../Xconfig/card.pm_.c:389
-#, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "Konfigurér kun kort \"%s\"%s"
+"Deling per bruger bruger gruppen 'fileshare'. \n"
+"Du kan bruge userdrake til at tilfĝje en bruger til denne gruppe."
-#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1 ../../bootlook.pm:1 ../../install_steps_gtk.pm:1
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
+#: ../../interactive/stdio.pm:1 ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
+#: ../../standalone/drakgw:1 ../../standalone/draksec:1
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Cancel"
+msgstr "Annullér"
-#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s med 3D hardware acceleration"
+msgid "Launch userdrake"
+msgstr "Start userdrake"
-#: ../../Xconfig/card.pm_.c:416
+#: ../../any.pm:1
#, 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 understĝttet af XFree %s som kan have bedre understĝttelse i 2D."
-
-#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
+"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 ""
-"Dit kort kan have 3D hardware accelerations-understĝttelse med XFree %s."
+"Ĝnsker du at tillade brugere at eksportere nogle kataloger i deres "
+"hjemmekatalog?\n"
+"Tilladelse af dette vil sĉtte brugere i stand til simpelthen at klikke pċ "
+"'Fildeling' i konqueror og nautilus.\n"
-#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s med EKSPERMENTAL 3d hardware acceleration"
+msgid "Mandatory package %s is missing"
+msgstr "Krĉvet pakke %s mangler"
-#: ../../Xconfig/card.pm_.c:429
+#: ../../any.pm:1
#, 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 understĝttelse, men kun med XFree %s.\n"
-"VIGTIGT: Dette er eksperimentelt og kan fċ din maskine til at lċse eller gċ "
-"ned.\n"
-"Dit kort er understĝttet af XFree %s som kan have bedre understĝttelse i 2D."
+"You can export using NFS or Samba. Please select which you'd like to use."
+msgstr "Du kan eksportere med NFS eller Samba. Hvilken vil du bruge"
-#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, 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 understĝttelse, men kun med XFree %s,\n"
-"VIGTIGT: Dette er eksperimentelt og kan fċ din maskine til at lċse eller gċ "
-"ned."
-
-#: ../../Xconfig/card.pm_.c:455
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (installations-skĉrmdriver)"
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Pakken %s skal vĉre installeret. Ĝnsker du at installere den?"
-#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
+#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
msgid "Custom"
msgstr "Tilpasset"
-#: ../../Xconfig/main.pm_.c:102
-msgid "Graphic Card"
-msgstr "Grafikkort"
-
-#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
-msgid "Monitor"
-msgstr "Skĉrm"
-
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
-msgid "Resolution"
-msgstr "Oplĝsning"
-
-#: ../../Xconfig/main.pm_.c:113
-msgid "Test"
-msgstr "Afprĝv"
-
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/smbnfs_gtk.pm_.c:86
-msgid "Options"
-msgstr "Valg"
-
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
-#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
-#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
-#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
-#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
-#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
-msgid "Ok"
-msgstr "O.k."
+#: ../../any.pm:1
+#, c-format
+msgid "Allow all users"
+msgstr "Tillad alle brugere"
-#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
-#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
-msgid "Quit"
-msgstr "Afslut"
+#: ../../any.pm:1
+#, c-format
+msgid "No sharing"
+msgstr "Ingen fildeling"
-#: ../../Xconfig/main.pm_.c:145
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Behold ĉndringer?\n"
-"Nuvĉrende konfiguration er:\n"
-"\n"
-"%s"
+msgid "More"
+msgstr "Mere"
-#: ../../Xconfig/monitor.pm_.c:93
-msgid "Choose a monitor"
-msgstr "Vĉlg en skĉrmtype"
+#: ../../any.pm:1
+#, c-format
+msgid "Here is the full list of available countries"
+msgstr "Her er den komplette liste over tilgĉngelige lande"
-#: ../../Xconfig/monitor.pm_.c:97
-msgid "Plug'n Play"
-msgstr "Plug'n Play"
+#: ../../any.pm:1
+#, c-format
+msgid "Please choose your country."
+msgstr "Vĉlg dit land."
-#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
-msgid "Generic"
-msgstr "Standard"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Country"
+msgstr "Land"
-#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
-#: ../../standalone/harddrake2_.c:68
-msgid "Vendor"
-msgstr "Producent"
+#: ../../any.pm:1
+#, c-format
+msgid "Use Unicode by default"
+msgstr "Brug ISO 10646 som standard"
-#: ../../Xconfig/monitor.pm_.c:109
-msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
-"Undersĝgning for Plug'n Play mislykkedes. Vĉlg venligst den rigtige skĉrm"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "All"
+msgstr "Alt"
-#: ../../Xconfig/monitor.pm_.c:114
+#: ../../any.pm:1
+#, c-format
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."
+"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 ""
-"De to kritiske parametre er den lodrette frekvens, som angiver hvor mange "
-"gange (per sekund) hele skĉrmbilledet bliver genopfrisket, og (vigtigst af "
-"alt) den vandrette frekvens, som angiver antallet af vandrette linier der "
-"kan tegnes pċ skĉrmen hvert sekund.\n"
-"\n"
-"Det er MEGET VIGTIGT at du ikke angiver en skĉrmtype med "
-"opdateringsfrekvenser, der er stĝrre end din skĉrms formċen: du risikerer at "
-"ĝdelĉgge din skĉrm.\n"
-"Hvis du er i tvivl, bĝr du vĉlge en opsĉtning, som du med SIKKERHED ved\n"
-"at din skĉrm kan klare."
-
-#: ../../Xconfig/monitor.pm_.c:121
-msgid "Horizontal refresh rate"
-msgstr "Vandret opdateringsfrekvens"
-
-#: ../../Xconfig/monitor.pm_.c:122
-msgid "Vertical refresh rate"
-msgstr "Lodret opdateringsfrekvens"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:12
-msgid "256 colors (8 bits)"
-msgstr "256 farver (8 bit)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:13
-msgid "32 thousand colors (15 bits)"
-msgstr "32 tusinde farver (15 bit)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:14
-msgid "65 thousand colors (16 bits)"
-msgstr "65 tusinde farver (16 bit)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:15
-msgid "16 million colors (24 bits)"
-msgstr "16 millioner (24 bit)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:16
-msgid "4 billion colors (32 bits)"
-msgstr "4 milliarder farver (32 bit)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:130
-msgid "Resolutions"
-msgstr "Oplĝsninger"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
-msgid "Choose the resolution and the color depth"
-msgstr "Vĉlg oplĝsning og farvedybde"
+"Du kan vĉlge andre sprog der vil vĉre tilgĉngelige efter installationen"
-#: ../../Xconfig/resolution_and_depth.pm_.c:256
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s"
-msgstr "Grafikkort: %s"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
-#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
-#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
-#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
-#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
-#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
-#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
-#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
-#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
-#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
-#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
-#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
-#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
-#: ../../ugtk2.pm_.c:926
-msgid "Cancel"
-msgstr "Annullér"
-
-#: ../../Xconfig/test.pm_.c:29
-msgid "Test of the configuration"
-msgstr "Test konfigurationen"
-
-#: ../../Xconfig/test.pm_.c:30
-msgid "Do you want to test the configuration?"
-msgstr "Ĝnsker du at afprĝve konfigurationen?"
-
-#: ../../Xconfig/test.pm_.c:30
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr ""
-"Advarsel: afprĝvning af dette grafikkort kan fċ din maskine til at fryse"
+msgid "Please choose a language to use."
+msgstr "Vĉlg det sprog, der skal bruges."
-#: ../../Xconfig/various.pm_.c:29
+#: ../../any.pm:1
#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tastatur-type: %s\n"
+msgid "Choose the window manager to run:"
+msgstr "Vĉlg den vindueshċndtering du ĝnsker at benytte:"
-#: ../../Xconfig/various.pm_.c:30
+#: ../../any.pm:1
#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Muse-type: %s\n"
+msgid "Choose the default user:"
+msgstr "Vĉlg den forvalgte bruger:"
-#: ../../Xconfig/various.pm_.c:31
+#: ../../any.pm:1
#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Muse-enhed: %s\n"
+msgid "Do you want to use this feature?"
+msgstr "Ĝnsker du at bruge dene facilitet?"
-#: ../../Xconfig/various.pm_.c:32
+#: ../../any.pm:1
#, c-format
-msgid "Monitor: %s\n"
-msgstr "Skĉrm: %s\n"
+msgid "I can set up your computer to automatically log on one user."
+msgstr ""
+"Jeg kan sĉtte din maskine op til automatisk at logge en bestemt bruger pċ."
-#: ../../Xconfig/various.pm_.c:33
+#: ../../any.pm:1
#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Skĉrms vandrette frekvens: %s\n"
+msgid "Autologin"
+msgstr "Autologin"
-#: ../../Xconfig/various.pm_.c:34
+#: ../../any.pm:1
#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Skĉrms lodrette frekvens: %s\n"
+msgid "Icon"
+msgstr "Ikon"
-#: ../../Xconfig/various.pm_.c:35
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s\n"
-msgstr "Grafikkort: %s\n"
+msgid "Shell"
+msgstr "Skal"
-#: ../../Xconfig/various.pm_.c:36
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "Grafik-hukommelse: %s kb\n"
+msgid "Password (again)"
+msgstr "Adgangskode (igen)"
-#: ../../Xconfig/various.pm_.c:38
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Color depth: %s\n"
-msgstr "Farvedybde: %s\n"
+msgid "Password"
+msgstr "Adgangskode"
-#: ../../Xconfig/various.pm_.c:39
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "Resolution: %s\n"
-msgstr "Oplĝsninger %s\n"
+msgid "User name"
+msgstr "Brugernavn"
-#: ../../Xconfig/various.pm_.c:41
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86-server: %s\n"
+msgid "Real name"
+msgstr "Rigtige navn"
-#: ../../Xconfig/various.pm_.c:42
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 driver: %s\n"
-
-#: ../../Xconfig/various.pm_.c:61
-msgid "Graphical interface at startup"
-msgstr "Start X ved systemstart"
+msgid "Accept user"
+msgstr "Acceptér bruger"
-#: ../../Xconfig/various.pm_.c:62
-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 sĉtte din maskine op til automatisk at starte X ved\n"
-"opstart. Ĝnsker du at starte X hver gang du genstarter?"
+#: ../../any.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Done"
+msgstr "Fĉrdig"
-#: ../../Xconfig/various.pm_.c:73
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
+"Enter a user\n"
+"%s"
msgstr ""
-"Grafikkortet ser ud til at have en TV-UD-forbindelse.\n"
-"Den kan konfigureres sċ den fungerer med billedbuffer\n"
-"\n"
-"Til dette skal du tilslutte grafikkortet til tv'et inden du starter "
-"maskinen.\n"
-"Vĉlg dernĉst indgangen \"TVout\" i starthċntereren.\n"
-"\n"
-"Har du denne funktion?"
-
-#: ../../Xconfig/various.pm_.c:85
-msgid "What norm is your TV using?"
-msgstr "Hvilken standard bruger dit tv?"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132
-msgid "First sector of boot partition"
-msgstr "Fĝrste sektor af opstartspartition"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
-msgid "First sector of drive (MBR)"
-msgstr "Fĝrste sektor pċ disken (MBR)"
-
-#: ../../any.pm_.c:111
-msgid "SILO Installation"
-msgstr "SILO-installering"
-
-#: ../../any.pm_.c:112 ../../any.pm_.c:125
-msgid "Where do you want to install the bootloader?"
-msgstr "Hvor vil du placere opstartsprogrammet?"
-
-#: ../../any.pm_.c:124
-msgid "LILO/grub Installation"
-msgstr "LILO/grub-installering"
-
-#: ../../any.pm_.c:136 ../../any.pm_.c:150
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:138
-msgid "LILO with text menu"
-msgstr "LILO med tekstmenu"
-
-#: ../../any.pm_.c:139 ../../any.pm_.c:150
-msgid "LILO with graphical menu"
-msgstr "LILO med grafisk menu"
-
-#: ../../any.pm_.c:142
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:146
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Start fra DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:150
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:158 ../../any.pm_.c:189
-msgid "Bootloader main options"
-msgstr "Systemopstarterens hovedindstillinger"
-
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
-msgid "Bootloader to use"
-msgstr "Systemopstarter der skal bruges"
-
-#: ../../any.pm_.c:161
-msgid "Bootloader installation"
-msgstr "Systemopstarterens installation"
-
-#: ../../any.pm_.c:163 ../../any.pm_.c:192
-msgid "Boot device"
-msgstr "Opstartsenhed"
-
-#: ../../any.pm_.c:164
-msgid "Compact"
-msgstr "Kompakt"
-
-#: ../../any.pm_.c:164
-msgid "compact"
-msgstr "kompakt"
-
-#: ../../any.pm_.c:165 ../../any.pm_.c:289
-msgid "Video mode"
-msgstr "Videoindstilling"
-
-#: ../../any.pm_.c:167
-msgid "Delay before booting default image"
-msgstr "Ventetid fĝr opstart af forvalgt styresystem"
-
-#: ../../any.pm_.c:169 ../../any.pm_.c:772
-#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
-#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
-#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
-#: ../../standalone/drakconnect_.c:647
-msgid "Password"
-msgstr "Adgangskode"
-
-#: ../../any.pm_.c:170 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1078
-msgid "Password (again)"
-msgstr "Adgangskode (igen)"
-
-#: ../../any.pm_.c:171
-msgid "Restrict command line options"
-msgstr "Begrĉns kommandolinie-indstillinger"
+"Indtast en bruger\n"
+"%s"
-#: ../../any.pm_.c:171
-msgid "restrict"
-msgstr "begrĉns"
+#: ../../any.pm:1
+#, c-format
+msgid "Add user"
+msgstr "Tilfĝj bruger"
-#: ../../any.pm_.c:173
-msgid "Clean /tmp at each boot"
-msgstr "Rens /tmp ved hver systemopstart"
+#: ../../any.pm:1
+#, c-format
+msgid "This user name has already been added"
+msgstr "Dette brugernavn eksisterer allerede"
-#: ../../any.pm_.c:174
+#: ../../any.pm:1
#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Prĉcis RAM-mĉngde, hvis pċkrĉvet (fandt %d Mb)"
+msgid "The user name is too long"
+msgstr "Dette brugernavn er for langt"
-#: ../../any.pm_.c:176
-msgid "Enable multi profiles"
-msgstr "Aktivér multiprofiler"
+#: ../../any.pm:1
+#, c-format
+msgid ""
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
+msgstr "Brugernavnet mċ kun indeholde smċ bogstaver, tal, `-' og `_'"
-#: ../../any.pm_.c:180
-msgid "Give the ram size in MB"
-msgstr "Angiv RAM-stĝrrelse i Mb"
+#: ../../any.pm:1
+#, c-format
+msgid "Please give a user name"
+msgstr "Indtast et brugernavn"
-#: ../../any.pm_.c:182
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Indstillingen ``Begrĉns kommandolinie-indstillinger'' er intet vĉrd uden\n"
-"en adgangskode"
+#: ../../any.pm:1
+#, c-format
+msgid "This password is too simple"
+msgstr "Adgangskoden er for simpel"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../diskdrake/interactive.pm_.c:1204
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid "Please try again"
msgstr "Prĝv igen"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
msgid "The passwords do not match"
msgstr "Adgangskoderne stemmer ikke overens"
-#: ../../any.pm_.c:191
-msgid "Init Message"
-msgstr "Init-besked"
+#: ../../any.pm:1
+#, c-format
+msgid "(already added %s)"
+msgstr "(har allerede tilfĝjet %s)"
-#: ../../any.pm_.c:193
-msgid "Open Firmware Delay"
-msgstr "Ċben firmwareforsinkelse"
+#: ../../any.pm:1
+#, c-format
+msgid "access to compilation tools"
+msgstr "adgang til oversĉttelsesvĉrktĝjer"
-#: ../../any.pm_.c:194
-msgid "Kernel Boot Timeout"
-msgstr "Ventetid fĝr kerneopstart"
+#: ../../any.pm:1
+#, c-format
+msgid "access to network tools"
+msgstr "adgang til netvĉrksvĉrktĝjer"
-#: ../../any.pm_.c:195
-msgid "Enable CD Boot?"
-msgstr "Skal det vĉre muligt at starte fra CD?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to administrative files"
+msgstr "adgang til administrative filer"
-#: ../../any.pm_.c:196
-msgid "Enable OF Boot?"
-msgstr "Skal det vĉre muligt at starte fra OF?"
+#: ../../any.pm:1
+#, c-format
+msgid "allow \"su\""
+msgstr "tillad \"su\""
-#: ../../any.pm_.c:197
-msgid "Default OS?"
-msgstr "Forvalgt styresystem?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to rpm tools"
+msgstr "adgang til rpm-vĉrktĝjer"
-#: ../../any.pm_.c:231
-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 opstartsindlĉseren pċ en partition.\n"
-"Dette indikerer at du allerede har en opstartsindlĉser pċ disken som du "
-"starter op fra (fx System Commander).\n"
-"\n"
-"Hvilket drev starter du op fra?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to X programs"
+msgstr "adgang til X-programmer"
-#: ../../any.pm_.c:247
+#: ../../any.pm:1
+#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
+"You can create additional entries or change the existing ones."
msgstr ""
"Her er fĝlgende typer indgange.\n"
"Du kan tilfĝje flere eller ĉndre de eksisterende."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
-#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
-#: ../../standalone/drakfont_.c:996
-msgid "Add"
-msgstr "Tilfĝj"
-
-#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
-#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
-msgid "Done"
-msgstr "Fĉrdig"
-
-#: ../../any.pm_.c:257
-msgid "Modify"
-msgstr "Ĉndr"
-
-#: ../../any.pm_.c:265
-msgid "Which type of entry do you want to add?"
-msgstr "Hvilken type ĝnsker du at tilfĝje"
-
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:266
-msgid "Other OS (SunOS...)"
-msgstr "Andet styresystem (SunOS...)"
-
-#: ../../any.pm_.c:267
-msgid "Other OS (MacOS...)"
-msgstr "Andet styresystem (MacOS...)"
-
-#: ../../any.pm_.c:267
+#: ../../any.pm:1
+#, c-format
msgid "Other OS (windows...)"
msgstr "Andet styresystem (Windows...)"
-#: ../../any.pm_.c:285
-msgid "Image"
-msgstr "Billede"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (MacOS...)"
+msgstr "Andet styresystem (MacOS...)"
-#: ../../any.pm_.c:286 ../../any.pm_.c:297
-msgid "Root"
-msgstr "Rod"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (SunOS...)"
+msgstr "Andet styresystem (SunOS...)"
-#: ../../any.pm_.c:287 ../../any.pm_.c:315
-msgid "Append"
-msgstr "Vedhĉft"
+#: ../../any.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Linux"
+msgstr "Linux"
-#: ../../any.pm_.c:291
-msgid "Initrd"
-msgstr "Initrd"
+#: ../../any.pm:1
+#, c-format
+msgid "Which type of entry do you want to add?"
+msgstr "Hvilken type ĝnsker du at tilfĝje"
-#: ../../any.pm_.c:292
-msgid "Read-write"
-msgstr "Lĉs-skriv"
+#: ../../any.pm:1
+#, c-format
+msgid "This label is already used"
+msgstr "Denne mĉrkat er allerede brugt"
-#: ../../any.pm_.c:299
-msgid "Table"
-msgstr "Tabel"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a root partition"
+msgstr "Du skal angive en root-partition"
-#: ../../any.pm_.c:300
-msgid "Unsafe"
-msgstr "Usikker"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a kernel image"
+msgstr "Du skal angive en kerne-fil"
-#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
-msgid "Label"
-msgstr "Mĉrkat"
+#: ../../any.pm:1
+#, c-format
+msgid "Empty label not allowed"
+msgstr "Tom mĉrkat er ikke tilladt"
-#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
+#: ../../any.pm:1 ../../harddrake/v4l.pm:1
+#, c-format
msgid "Default"
msgstr "Forvalgt"
-#: ../../any.pm_.c:316
-msgid "Initrd-size"
-msgstr "Initrd-stĝrrelse"
-
-#: ../../any.pm_.c:318
+#: ../../any.pm:1
+#, c-format
msgid "NoVideo"
msgstr "Ingen video"
-#: ../../any.pm_.c:326
-msgid "Remove entry"
-msgstr "Fjern indgang"
-
-#: ../../any.pm_.c:329
-msgid "Empty label not allowed"
-msgstr "Tom mĉrkat er ikke tilladt"
+#: ../../any.pm:1
+#, c-format
+msgid "Initrd-size"
+msgstr "Initrd-stĝrrelse"
-#: ../../any.pm_.c:330
-msgid "You must specify a kernel image"
-msgstr "Du skal angive en kerne-fil"
+#: ../../any.pm:1
+#, c-format
+msgid "Append"
+msgstr "Vedhĉft"
-#: ../../any.pm_.c:330
-msgid "You must specify a root partition"
-msgstr "Du skal angive en root-partition"
+#: ../../any.pm:1
+#, c-format
+msgid "Label"
+msgstr "Mĉrkat"
-#: ../../any.pm_.c:331
-msgid "This label is already used"
-msgstr "Denne mĉrkat er allerede brugt"
+#: ../../any.pm:1
+#, c-format
+msgid "Unsafe"
+msgstr "Usikker"
-#: ../../any.pm_.c:640
+#: ../../any.pm:1
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Fandt %s %s grĉnsesnit"
+msgid "Table"
+msgstr "Tabel"
-#: ../../any.pm_.c:641
-msgid "Do you have another one?"
-msgstr "Har du én til?"
+#: ../../any.pm:1
+#, c-format
+msgid "Root"
+msgstr "Rod"
-#: ../../any.pm_.c:642
+#: ../../any.pm:1
#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Har du nogen %s grĉnsesnit?"
+msgid "Read-write"
+msgstr "Lĉs-skriv"
-#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
-msgid "No"
-msgstr "Nej"
+#: ../../any.pm:1
+#, c-format
+msgid "Initrd"
+msgstr "Initrd"
-#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
-#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
-#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
-msgid "Yes"
-msgstr "Ja"
+#: ../../any.pm:1
+#, c-format
+msgid "Video mode"
+msgstr "Videoindstilling"
-#: ../../any.pm_.c:645
-msgid "See hardware info"
-msgstr "Se info for maskinel"
+#: ../../any.pm:1
+#, c-format
+msgid "Image"
+msgstr "Billede"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:662
+#: ../../any.pm:1
#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Installerer driver for %s kort %s"
+msgid "Default OS?"
+msgstr "Forvalgt styresystem?"
-#: ../../any.pm_.c:663
+#: ../../any.pm:1
#, c-format
-msgid "(module %s)"
-msgstr "(modul %s)"
+msgid "Enable OF Boot?"
+msgstr "Skal det vĉre muligt at starte fra OF?"
-#: ../../any.pm_.c:674
+#: ../../any.pm:1
#, 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"
-"Bemĉrk at alle adresser bĝr indtastes med foranstillet 0x, fx '0x123'"
+msgid "Enable CD Boot?"
+msgstr "Skal det vĉre muligt at starte fra CD?"
-#: ../../any.pm_.c:680
+#: ../../any.pm:1
#, 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 nu sĉtte parametre til modulet %s.\n"
-"Parametrene er i formatet ``navn=vĉrdi navn2=vĉrdi2 ...''.\n"
-"F.eks., ``io=0x300 irq=7''"
+msgid "Kernel Boot Timeout"
+msgstr "Ventetid fĝr kerneopstart"
-#: ../../any.pm_.c:682
-msgid "Module options:"
-msgstr "Modulindstillinger:"
+#: ../../any.pm:1
+#, c-format
+msgid "Open Firmware Delay"
+msgstr "Ċben firmwareforsinkelse"
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:694
+#: ../../any.pm:1
#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Hvilken %s driver skal jeg prĝve?"
+msgid "Boot device"
+msgstr "Opstartsenhed"
-#: ../../any.pm_.c:703
+#: ../../any.pm:1
#, 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 tilfĉlde behĝver %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 behĝver? Af og til vil sondering stoppe maskinen, men "
-"burde\n"
-"ikke forċrsage nogen skader."
+msgid "Init Message"
+msgstr "Init-besked"
-#: ../../any.pm_.c:707
-msgid "Autoprobe"
-msgstr "Automatisk sondering"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader to use"
+msgstr "Systemopstarter der skal bruges"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "Specificér parametre"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader main options"
+msgstr "Systemopstarterens hovedindstillinger"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, c-format
msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
+"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-"Indlĉsning af modul %s mislykkedes.\n"
-"Ĝnsker du at prĝve igen med andre parametre?"
-
-#: ../../any.pm_.c:734
-msgid "access to X programs"
-msgstr "adgang til X-programmer"
-
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
-msgstr "adgang til rpm-vĉrktĝjer"
-
-#: ../../any.pm_.c:736
-msgid "allow \"su\""
-msgstr "tillad \"su\""
-
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
-msgstr "adgang til administrative filer"
-
-#: ../../any.pm_.c:738
-msgid "access to network tools"
-msgstr "adgang til netvĉrksvĉrktĝjer"
-
-#: ../../any.pm_.c:739
-msgid "access to compilation tools"
-msgstr "adgang til oversĉttelsesvĉrktĝjer"
+"Indstillingen ``Begrĉns kommandolinie-indstillinger'' er intet vĉrd uden\n"
+"en adgangskode"
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(har allerede tilfĝjet %s)"
-
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "Adgangskoden er for simpel"
-
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "Indtast et brugernavn"
-
-#: ../../any.pm_.c:751
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Brugernavnet mċ kun indeholde smċ bogstaver, tal, `-' og `_'"
-
-#: ../../any.pm_.c:752
-msgid "The user name is too long"
-msgstr "Dette brugernavn er for langt"
-
-#: ../../any.pm_.c:753
-msgid "This user name is already added"
-msgstr "Dette brugernavn eksisterer allerede"
-
-#: ../../any.pm_.c:757
-msgid "Add user"
-msgstr "Tilfĝj bruger"
+msgid "Give the ram size in MB"
+msgstr "Angiv RAM-stĝrrelse i Mb"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Indtast en bruger\n"
-"%s"
-
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "Acceptér bruger"
+msgid "Enable multiple profiles"
+msgstr "Aktivér multiprofiler"
-#: ../../any.pm_.c:770
-msgid "Real name"
-msgstr "Rigtige navn"
+#: ../../any.pm:1
+#, c-format
+msgid "Precise RAM size if needed (found %d MB)"
+msgstr "Prĉcis RAM-mĉngde, hvis pċkrĉvet (fandt %d Mb)"
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "Brugernavn"
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "Rens /tmp ved hver systemopstart"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "Skal"
+#: ../../any.pm:1
+#, c-format
+msgid "Create a bootdisk"
+msgstr "Opret opstartsdiskette"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "Ikon"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "begrĉns"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "Autologin"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "Begrĉns kommandolinie-indstillinger"
-#: ../../any.pm_.c:804
-msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
-msgstr ""
-"Jeg kan sĉtte din maskine op til automatisk at logge en bestemt bruger pċ.\n"
-"Ĝnsker du at bruge denne finesse?"
+#: ../../any.pm:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "Ventetid fĝr opstart af forvalgt styresystem"
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "Vĉlg den forvalgte bruger:"
+#: ../../any.pm:1
+#, c-format
+msgid "compact"
+msgstr "kompakt"
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "Vĉlg den vindueshċndtering du ĝnsker at benytte:"
+#: ../../any.pm:1
+#, c-format
+msgid "Compact"
+msgstr "Kompakt"
-#: ../../any.pm_.c:824
-msgid "Please choose a language to use."
-msgstr "Vĉlg det sprog, der skal bruges."
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "Systemopstarterens installation"
-#: ../../any.pm_.c:826
-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 vĉlge andre sprog der vil vĉre tilgĉngelige efter installationen"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of boot partition"
+msgstr "Fĝrste sektor af opstartspartition"
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "Alt"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "Fĝrste sektor pċ disken (MBR)"
-#: ../../any.pm_.c:961
-msgid "Allow all users"
-msgstr "Tillad alle brugere"
+#: ../../any.pm:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "Hvor vil du placere opstartsprogrammet?"
-#: ../../any.pm_.c:961
-msgid "No sharing"
-msgstr "Ingen fildeling"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "LILO/grub-installering"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
+#: ../../any.pm:1
#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Pakken %s skal vĉre installeret. Ĝnsker du at installere den?"
+msgid "SILO Installation"
+msgstr "SILO-installering"
-#: ../../any.pm_.c:973
-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 vil du bruge"
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Skip"
+msgstr "Spring over"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Krĉvet pakke %s mangler"
+msgid "On Floppy"
+msgstr "Pċ diskette"
-#: ../../any.pm_.c:987
+#: ../../any.pm:1
+#, c-format
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"
+"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"
-"\"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 sĉtte brugere i stand til simpelthen at klikke pċ "
-"'Fildeling' i konqueror og nautilus.\n"
-
-#: ../../any.pm_.c:1001
-msgid "Launch userdrake"
-msgstr "Start userdrake"
-
-#: ../../any.pm_.c:1003
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
+"On which drive are you booting?"
msgstr ""
-"Deling per bruger bruger gruppen 'fileshare'. \n"
-"Du kan bruge userdrake til at tilfĝje en bruger til denne gruppe."
-
-#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "Velkommen til Crackere"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "Ringe"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "Standard"
+"Du besluttede at installere opstartsindlĉseren pċ en partition.\n"
+"Dette indikerer at du allerede har en opstartsindlĉser pċ disken som du "
+"starter op fra (fx System Commander).\n"
+"\n"
+"Hvilket drev starter du op fra?"
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "Hĝj"
+#: ../../any.pm:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "Opretter opstartsdiskette..."
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-msgid "Higher"
-msgstr "Hĝjere"
+#: ../../any.pm:1
+#, c-format
+msgid "Insert a floppy in %s"
+msgstr "Indsĉt en diskette i %s"
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "Paranoid"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the floppy drive you want to use to make the bootdisk"
+msgstr "Vĉlg det diskette-drev, du vil benytte til at lave boot-disketten"
-#: ../../any.pm_.c:1061
-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 gĝr dit system nemmere at bruge, "
-"men er meget sċrbart: det mċ ikke bruges til en maskine der er i et netvĉrk "
-"eller har forbindelse til Internettet. Der er ikke nogen kontrol af "
-"adgangskoder."
+#: ../../any.pm:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "Andet diskette-drev"
-#: ../../any.pm_.c:1064
-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 netvĉrksmaskine er "
-"stadig ikke anbefalet."
+#: ../../any.pm:1
+#, c-format
+msgid "First floppy drive"
+msgstr "Fĝrste diskette-drev"
-#: ../../any.pm_.c:1065
-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:1
+#, c-format
+msgid "Sorry, no floppy drive available"
+msgstr "Der er desvĉrre ikke noget tilgĉngeligt diskette-drev"
-#: ../../any.pm_.c:1066
+#: ../../any.pm:1
+#, c-format
msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
+"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 ""
-"Der er allerede nogle begrĉnsninger, og flere automatiske kontroller bliver "
-"kĝrt hver nat."
+"En tilpasset opstartsdiskette lader dig opstarte Linux systemet uden at vĉre "
+"afhĉngig af den normale opstarter. Det kan vĉre 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 gĝr det meget nemmere at reparere systemet i tilfĉlde af "
+"systemnedbrud. \n"
+"Vil du lave en opstartsdiskette til dit system?\n"
+"%s"
-#: ../../any.pm_.c:1067
+#: ../../any.pm:1
+#, c-format
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 choose a lower level."
+"\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 ""
-"Med dette sikkerhedsniveau kan brug som server komme pċ tale.\n"
-"Sikkerheden er nu hĝj nok til at systemet kan bruges som server som tillader "
-"forbindelser fra mange klienter. Bemĉrk: hvis din maskine kun er en klient "
-"pċ internettet bĝr du hellere vĉlge et lavere niveau."
+"\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 krĉver en meget stor driver)."
-#: ../../any.pm_.c:1070
+#: ../../any.pm:1
+#, c-format
msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
+"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 ""
-"Baseret pċ det foregċende niveau, men systemet er nu helt lukket.\n"
-"Sikkerhedsfaciliteterne er nu pċ deres hĝjeste niveau."
-
-#: ../../any.pm_.c:1076
-msgid "DrakSec Basic Options"
-msgstr "Basale valgmuligheder for DrakSec"
-
-#: ../../any.pm_.c:1077
-msgid "Please choose the desired security level"
-msgstr "Vĉlg det ĝnskede sikkerhedniveau"
+"En tilpasset opstartsdiskette lader dig starte Linux systemet op uden at "
+"vĉre afhĉngig af den normale opstarter. Det kan vĉre 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 gĝr det meget nemmere at reparere systemet i tilfĉlde af "
+"systemnedbrud.\n"
+"\n"
+"Hvis du ĝnsker at lave en opstartsdiskette til dit system, indsĉt en "
+"diskette i dit fĝrste diskettedrev og tryk 'Ok'."
-#: ../../any.pm_.c:1080
-msgid "Security level"
-msgstr "Sikkerhedsniveau"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Du kan ikke installere opstartsindlĉseren pċ en %s-partition\n"
-#: ../../any.pm_.c:1082
-msgid "Use libsafe for servers"
-msgstr "Brug libsafe for servere"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "not enough room in /boot"
+msgstr "Ikke nok plads i /boot"
-#: ../../any.pm_.c:1083
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-"Et bibliotek som beskytter mod angreb via bufferoverlĝb og formatstrenge."
+#. -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:1
+#, c-format
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr "Den fremhĉvede mulighed vil blive startet automatisk om %d sekunder."
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
-msgstr "Sikkerhedsadministrator (brugernavne eller e-post)"
+#. -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:1
+#, c-format
+msgid "commands before booting, or 'c' for a command-line."
+msgstr "kommandoerne fĝr opstart, eller 'c' for en kommandolinie."
-#: ../../any.pm_.c:1166
-msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
-msgstr ""
-"Her kan du vĉlge tasten eller tastekombinationen som \n"
-"lader dig skifte mellem forskellige tastaturlayouter\n"
-"(dvs latinsk eller ikke-latinsk)."
+#. -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:1
+#, c-format
+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"
-# 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:436
+#. -PO: and keep them smaller than 79 chars long
+#: ../../bootloader.pm:1
#, 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-vĉlgeren!\n"
-"\n"
-"Vĉlg et styresystem i den ovenstċende liste eller\n"
-"vent %d sekunder for at starte standard.\n"
-"\n"
+msgid "Use the %c and %c keys for selecting which entry is highlighted."
+msgstr "Brug tasterne %c og %c til at vĉlge mellem mulighederne."
# 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
@@ -1141,229 +712,102 @@ 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:983
+#: ../../bootloader.pm:1
+#, c-format
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Velkommen til GRUB styresystemsvĉlgeren!"
-#. -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:986
+#: ../../bootloader.pm:1
#, c-format
-msgid "Use the %c and %c keys for selecting which entry is highlighted."
-msgstr "Brug tasterne %c og %c til at vĉlge 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:989
-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:992
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "kommandoerne fĝr opstart, eller 'c' for en kommandolinie."
+msgid "Yaboot"
+msgstr "Yaboot"
-#. -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:995
+#: ../../bootloader.pm:1
#, c-format
-msgid "The highlighted entry will be booted automatically in %d seconds."
-msgstr "Den fremhĉvede mulighed vil blive startet automatisk om %d sekunder."
-
-#: ../../bootloader.pm_.c:999
-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:1099
-msgid "Desktop"
-msgstr "Skrivebord"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "Start-menu"
+msgid "Grub"
+msgstr "Grub"
-#: ../../bootloader.pm_.c:1120
+#: ../../bootloader.pm:1
#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Du kan ikke installere opstartsindlĉseren pċ en %s-partition\n"
-
-#: ../../bootlook.pm_.c:53
-msgid "Boot Style Configuration"
-msgstr "Konfiguration af opstartsudseende"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-msgid "/_File"
-msgstr "/_Fil"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr "/Fil/_Afslut"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr "<Ctrl>Q"
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr "Katergoriserende oversigt i ny stil"
-
-#: ../../bootlook.pm_.c:83
-msgid "NewStyle Monitor"
-msgstr "Oversigt i ny stil"
-
-#: ../../bootlook.pm_.c:84
-msgid "Traditional Monitor"
-msgstr "Traditionel oversigt"
-
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
-msgstr "Traditionel Gtk+-oversigt"
-
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
-msgstr "Start Aurora ved opstart"
-
-#: ../../bootlook.pm_.c:89
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub modus"
-
-#: ../../bootlook.pm_.c:89
-msgid "Yaboot mode"
-msgstr "Yaboot modus"
-
-#: ../../bootlook.pm_.c:138
-msgid "Install themes"
-msgstr "Installér temaer"
-
-#: ../../bootlook.pm_.c:139
-msgid ""
-"Display theme\n"
-"under console"
-msgstr ""
-"Visningstema\n"
-"under konsol"
-
-#: ../../bootlook.pm_.c:140
-msgid "Create new theme"
-msgstr "Opret nyt tema"
+msgid "LILO with text menu"
+msgstr "LILO med tekstmenu"
-#: ../../bootlook.pm_.c:184
+#: ../../bootloader.pm:1
#, c-format
-msgid "Backup %s to %s.old"
-msgstr "Sikkerhedskopiér %s til %s.old"
+msgid "LILO with graphical menu"
+msgstr "LILO med grafisk menu"
-#: ../../bootlook.pm_.c:187
+#: ../../bootloader.pm:1
#, c-format
-msgid "Copy %s to %s"
-msgstr "Kopiér %s til %s"
-
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "Fejl"
-
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
-msgstr "Lilo-besked ikke fundet"
-
-#: ../../bootlook.pm_.c:222
-msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr "Kan ikke skrive /etc/sysconfig/bootsplash."
+msgid "SILO"
+msgstr "SILO"
-#: ../../bootlook.pm_.c:222
+# 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:1
#, c-format
-msgid "Write %s"
-msgstr "Skriv %s"
-
-#: ../../bootlook.pm_.c:224
msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
+"Welcome to %s the operating system chooser!\n"
+"\n"
+"Choose an operating system from the list above or\n"
+"wait %d seconds for default boot.\n"
+"\n"
msgstr ""
-"Kan ikke skrive /etc/sysconfig/bootsplash\n"
-"Fil ikke fundet."
+"Velkommen til %s styresystems-vĉlgeren!\n"
+"\n"
+"Vĉlg et styresystem i den ovenstċende liste eller\n"
+"vent %d sekunder for at starte standard.\n"
+"\n"
-#: ../../bootlook.pm_.c:235
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr "Kan ikke opstarte mkinitrd -f /boot/initrd-%s.img %s."
+msgid "OK"
+msgstr "O.k."
-#: ../../bootlook.pm_.c:238
+#: ../../bootlook.pm:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr "Lav initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-
-#: ../../bootlook.pm_.c:244
-msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
-msgstr ""
-"Kan ikke genstarte LiLo!\n"
-"Start \"lilo\" som root pċ kommandolinjen for at fĉrdiggĝre installationen "
-"af Lilo-tema."
-
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
-msgstr "Genstart 'lilo'"
-
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-msgid "Notice"
-msgstr "Bemĉrk"
-
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
-msgstr "Problemfri installation af temaer for LiLo- og opstartsskĉrm"
+msgid "Yes, I want autologin with this (user, desktop)"
+msgstr "Ja, jeg ĝnsker automatisk login med denne (bruger, skrivebord)"
-#: ../../bootlook.pm_.c:251
-msgid "Theme installation failed!"
-msgstr "Installation af tema mislykkedes"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "No, I don't want autologin"
+msgstr "Nej, jeg ĝnsker ikke automatisk login"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"Du bruger for ĝjeblikket % som opstartshċndterer.\n"
-"Klik pċ Konfigurér for at starte opsĉtnings-vejlederen."
+msgid "Launch the graphical environment when your system starts"
+msgstr "Start X-vinduessystemet efter opstart"
-#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-msgid "Configure"
-msgstr "Konfigurér"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "System mode"
+msgstr "Systemtilstand"
-#: ../../bootlook.pm_.c:268
-msgid "Splash selection"
-msgstr "Valg af opstartsskĉrm"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Bootsplash"
+msgstr "Opstartsskĉrm"
-#: ../../bootlook.pm_.c:271
-msgid "Themes"
-msgstr "Temaer"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Lilo screen"
+msgstr "Lilo-skĉrm"
-#: ../../bootlook.pm_.c:273
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
"\n"
-"Select theme for\n"
+"Select the theme for\n"
"lilo and bootsplash,\n"
"you can choose\n"
-"them separatly"
+"them separately"
msgstr ""
"\n"
"Vĉlg et tema for\n"
@@ -1371,1023 +815,366 @@ msgstr ""
"du kan vĉlge\n"
"dem separat"
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
-msgstr "Lilo-skĉrm"
-
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
-msgstr "Opstartsskĉrm"
-
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr "Systemtilstand"
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr "Start X-vinduessystemet efter opstart"
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr "Nej, jeg ĝnsker ikke automatisk login"
-
-#: ../../bootlook.pm_.c:325
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Ja, jeg ĝnsker automatisk login med denne (bruger, skrivebord)"
-
-#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
-msgid "OK"
-msgstr "O.k."
-
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr "Gb"
-
-#: ../../common.pm_.c:107
-msgid "KB"
-msgstr "Kb"
-
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "Mb"
-
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr "Tb"
-
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d minutes"
-msgstr "%d minutter"
-
-#: ../../common.pm_.c:125
-msgid "1 minute"
-msgstr "1 minut"
+msgid "Themes"
+msgstr "Temaer"
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d seconds"
-msgstr "%d sekunder"
-
-#: ../../common.pm_.c:172
-msgid "Can't make screenshots before partitioning"
-msgstr "Kan ikke lave ĝjebliksbilleder fĝr partitionering"
+msgid "Splash selection"
+msgstr "Valg af opstartsskĉrm"
-#: ../../common.pm_.c:179
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Ĝjebliksbilleder vil vĉre tilgĉngelige efter installation i %s"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-msgid "France"
-msgstr "Frankrig"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-msgid "Belgium"
-msgstr "Belgien"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr "Tjekkiet"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Germany"
-msgstr "Tyskland"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Greece"
-msgstr "Grĉkenland"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-msgid "Norway"
-msgstr "Norge"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-msgid "Sweden"
-msgstr "Sverige"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
-msgstr "Holland"
-
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-msgid "Italy"
-msgstr "Italien"
-
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-msgid "Austria"
-msgstr "Ĝstrig"
-
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
-msgstr "U.S.A."
-
-#: ../../diskdrake/dav.pm_.c:19
-msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
-msgstr ""
-"WebDAV er en protokol som lader dig montere en webserver katalog lokalt\n"
-"og behandle det som et lokalt filsystem (givet at webserveren er "
-"konfigureret\n"
-"som en WebDAV-server). Hvis du ĝnsker at tilfĝje WebDAV-monteringspunkter,\n"
-"sċ vĉlg \"Ny\"."
-
-#: ../../diskdrake/dav.pm_.c:27
-msgid "New"
-msgstr "Ny"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Afmontér"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Montér"
-
-#: ../../diskdrake/dav.pm_.c:65
-msgid "Server"
-msgstr "Server"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "Monteringssti"
-
-#: ../../diskdrake/dav.pm_.c:85
-msgid "Please enter the WebDAV server URL"
-msgstr "Indtast LRL for WebDAV-serveren"
-
-#: ../../diskdrake/dav.pm_.c:88
-msgid "The URL must begin with http:// or https://"
-msgstr "URL'en skal begynde med http:// eller https://"
-
-#: ../../diskdrake/dav.pm_.c:109
-msgid "Server: "
-msgstr "Server: "
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "Monteringssti: "
+msgid "Configure"
+msgstr "Konfigurér"
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "Valg: %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "Lav gerne en sikkerhedkopi af dine data fĝrst"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "Lĉs omhyggeligt!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:100
-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 planlĉgger at bruge Yaboot, skal du huske at efterlade fri plads pċ\n"
-"begyndelsen af disken (2048 sektorer skulle vĉre nok)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:154
-msgid "Wizard"
-msgstr "Vejleder"
-
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "Vĉlg handling"
-
-#: ../../diskdrake/hd_gtk.pm_.c:191
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\")"
+"You are currently using %s as your boot manager.\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
-"Du har én stor FAT partition.\n"
-"(normalt brugt af Microsoft Dos/Windows).\n"
-"Jeg anbefaler, at du ĉndrer stĝrrelsen pċ partitionen\n"
-"(klik pċ den, og klik herefter pċ \"Stĝrrelsesĉndring\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:194
-msgid "Please click on a partition"
-msgstr "Klik pċ en partition"
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "Detaljer"
-
-#: ../../diskdrake/hd_gtk.pm_.c:254
-msgid "No hard drives found"
-msgstr "Ingen diskdrev fundet"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Journalised FS"
-msgstr "Journaliserende FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "Tom"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "Andet"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "Filsystems-typer:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "Opret"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "Type"
+"Du bruger for ĝjeblikket % som opstartshċndterer.\n"
+"Klik pċ Konfigurér for at starte opsĉtnings-vejlederen."
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
+#: ../../bootlook.pm:1
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Benyt ``%s'' i stedet"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "Slet"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "Benyt ``Afmontér'' fĝrst"
+msgid "LiLo and Bootsplash themes installation successfull"
+msgstr "Problemfri installation af temaer for LiLo- og opstartsskĉrm"
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, 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:177
-msgid "Choose a partition"
-msgstr "Vĉlg en partition"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose another partition"
-msgstr "Vĉlg en ny partition"
-
-#: ../../diskdrake/interactive.pm_.c:202
-msgid "Exit"
-msgstr "Afslut"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "Normal -> Ekspert"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "Ekspert -> Normal"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "Fortryd"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "Fortsĉt alligevel?"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "Afslut uden at gemme"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without writing the partition table?"
-msgstr "Afslut uden at skrive partitionstabellen?"
-
-#: ../../diskdrake/interactive.pm_.c:257
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Ĝnsker du at gemme /etc/fstab-ĉndringerne?"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "Slet alt"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "Allokér automatisk"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-msgid "More"
-msgstr "Mere"
-
-#: ../../diskdrake/interactive.pm_.c:278
-msgid "Hard drive information"
-msgstr "Drev-information"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "Alle primĉre partitioner er brugt"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "Kan ikke tilfĝje flere partitioner"
-
-#: ../../diskdrake/interactive.pm_.c:312
-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:322
-msgid "Save partition table"
-msgstr "Gem partitionstabel"
-
-#: ../../diskdrake/interactive.pm_.c:323
-msgid "Restore partition table"
-msgstr "Genskaber partitionstabel"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "Redder partitionstabel"
-
-#: ../../diskdrake/interactive.pm_.c:326
-msgid "Reload partition table"
-msgstr "Genindlĉs partitionstabel"
-
-#: ../../diskdrake/interactive.pm_.c:331
-msgid "Removable media automounting"
-msgstr "Automontering af flytbare medier"
-
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "Vĉlg fil"
-
-#: ../../diskdrake/interactive.pm_.c:347
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Kopien af partitionstabellen har ikke samme stĝrrelse\n"
-"Fortsĉt alligevel?"
-
-#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "Advarsel"
-
-#: ../../diskdrake/interactive.pm_.c:362
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"Indsĉt en diskette i diskettedrevet\n"
-"Alle data pċ disketten vil blive slettet"
-
-#: ../../diskdrake/interactive.pm_.c:373
-msgid "Trying to rescue partition table"
-msgstr "Forsĝger at redde partitionstabellen"
-
-#: ../../diskdrake/interactive.pm_.c:379
-msgid "Detailed information"
-msgstr "Detaljeret information"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "Stĝrrelsesĉndring"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "Flyt"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "Formatér"
-
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "Tilfĝj til RAID"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "Tilfĝj til LVM"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "Fjern fra RAID"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "Fjern fra LVM"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "Ĉndr RAID"
-
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "Loopback anvendelse"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
-msgstr "Opret en ny partition"
-
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "Startsektor: "
-
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "Stĝrrelse i Mb: "
-
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "Filsystemstype: "
-
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "Prĉference: "
-
-#: ../../diskdrake/interactive.pm_.c:481
-msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
-msgstr ""
-"Du kan ikke oprette en ny partition\n"
-"(fordi du er oppe pċ det maksimale antal primĉre partitioner)\n"
-"Fjern fĝrst en primĉr partition og opret en udvidet partition."
-
-#: ../../diskdrake/interactive.pm_.c:511
-msgid "Remove the loopback file?"
-msgstr "Fjern loopback-filen?"
-
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "Skift partitionstype"
-
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Hvilket filsystem ĝnsker du at bruge?"
+msgid "Theme installation failed!"
+msgstr "Installation af tema mislykkedes"
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
-msgstr "Skifter fra ext2 til ext3"
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
+#, c-format
+msgid "Notice"
+msgstr "Bemĉrk"
-#: ../../diskdrake/interactive.pm_.c:578
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Hvor ĝnsker du at montere loopback-fil %s?"
+msgid "Error"
+msgstr "Fejl"
-#: ../../diskdrake/interactive.pm_.c:579
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Hvor ĝnsker du at montere partitionen %s?"
+msgid "Relaunch 'lilo'"
+msgstr "Genstart 'lilo'"
-#: ../../diskdrake/interactive.pm_.c:585
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-"Kan ikke fjerne monteringssti, da denne partition bliver brugt til "
-"loopback.\n"
-"Fjern loopback fĝrst"
+"Kan ikke genstarte LiLo!\n"
+"Start \"lilo\" som root pċ kommandolinjen for at fĉrdiggĝre installationen "
+"af Lilo-tema."
-#: ../../diskdrake/interactive.pm_.c:606
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount %s?"
-msgstr "Hvor ĝnsker du at montere %s?"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "Udregner FAT-filsystemets grĉnser"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "Ĉndrer stĝrrelsen"
-
-#: ../../diskdrake/interactive.pm_.c:662
-msgid "This partition is not resizeable"
-msgstr "Stĝrrelsen pċ denne partition kan ikke ĉndres"
-
-#: ../../diskdrake/interactive.pm_.c:667
-msgid "All data on this partition should be backed-up"
-msgstr "Det bĝr laves en backup af alle data pċ denne partition"
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgstr "Lav initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"Efter ĉndring af stĝrrelsen af partition %s vil alle data pċ denne partition "
-"gċ tabt"
-
-#: ../../diskdrake/interactive.pm_.c:674
-msgid "Choose the new size"
-msgstr "Vĉlg den nye stĝrrelse"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "New size in MB: "
-msgstr "Ny stĝrrelse i Mb: "
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "Hvilken disk ĝnsker du at flytte den til?"
-
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "Hvilken sektor ĝnsker du at flytte den til?"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "Flytter"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "Flytter partition..."
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
-msgstr "Vĉlg en eksisterende RAID som skal udvides"
-
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "ny"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
-msgstr "Vĉlg en eksisterende LVM som skal udvides"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
-msgstr "LVM-navn?"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "This partition can't be used for loopback"
-msgstr "Denne partition kan ikke bruges til loopback"
-
-#: ../../diskdrake/interactive.pm_.c:825
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "Loopback-filnavn: "
-
-#: ../../diskdrake/interactive.pm_.c:831
-msgid "Give a file name"
-msgstr "Giv et filnavn"
-
-#: ../../diskdrake/interactive.pm_.c:834
-msgid "File already used by another loopback, choose another one"
-msgstr "Filen er allerede brugt af en anden loopback, vĉlg en anden fil"
-
-#: ../../diskdrake/interactive.pm_.c:835
-msgid "File already exists. Use it?"
-msgstr "Filen findes allerede. Skal den bruges?"
-
-#: ../../diskdrake/interactive.pm_.c:858
-msgid "Mount options"
-msgstr "Modulindstillinger"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
-msgstr "Diverse"
-
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "enhed"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "niveau"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "enhedsstĝrrelse"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "Vĉr forsigtig: denne operation er farlig."
-
-#: ../../diskdrake/interactive.pm_.c:962
-msgid "What type of partitioning?"
-msgstr "Hvilken slags partitionering?"
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
+msgstr "Kan ikke opstarte mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../diskdrake/interactive.pm_.c:978
+#: ../../bootlook.pm:1
#, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "Pakken %s krĉves. Ĝnsker du at installere den?"
-
-#: ../../diskdrake/interactive.pm_.c:992
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 desvĉrre ikke pċ nuvĉrende 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:996
-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 grĉnsen."
-
-#: ../../diskdrake/interactive.pm_.c:1002
-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"
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
msgstr ""
-"Du har valgt en programmeret RAID-partition som rod (/).\n"
-"Ingen systemopstarter kan hċndtere dette uden en /boot partition.\n"
-"Sċ vĉr omhyggelig med at tilfĝje en /boot partition"
+"Kan ikke skrive /etc/sysconfig/bootsplash\n"
+"Fil ikke fundet."
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../bootlook.pm:1
#, 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:1026
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Du skal genstarte maskinen for at aktivere ĉndringerne"
+msgid "Write %s"
+msgstr "Skriv %s"
-#: ../../diskdrake/interactive.pm_.c:1037
+#: ../../bootlook.pm:1
#, 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:1039
-msgid "Formatting"
-msgstr "Formaterer"
+msgid "Can't write /etc/sysconfig/bootsplash."
+msgstr "Kan ikke skrive /etc/sysconfig/bootsplash."
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formaterer loopback-fil %s"
+msgid "Lilo message not found"
+msgstr "Lilo-besked ikke fundet"
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "Formaterer partition %s"
+msgid "Copy %s to %s"
+msgstr "Kopiér %s til %s"
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Hide files"
-msgstr "Skjul filer"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Backup %s to %s.old"
+msgstr "Sikkerhedskopiér %s til %s.old"
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Move files to the new partition"
-msgstr "Flyt filer til den nye partition"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Create new theme"
+msgstr "Opret nyt tema"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../bootlook.pm:1
#, c-format
msgid ""
-"Directory %s already contains data\n"
-"(%s)"
+"Display theme\n"
+"under console"
msgstr ""
-"Katalog %s indeholder allerede nogen data\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid "Moving files to the new partition"
-msgstr "Flytter filer til den nye partition"
+"Visningstema\n"
+"under konsol"
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copying %s"
-msgstr "Kopierer %s"
+msgid "Install themes"
+msgstr "Installér temaer"
-#: ../../diskdrake/interactive.pm_.c:1072
+#: ../../bootlook.pm:1
#, c-format
-msgid "Removing %s"
-msgstr "Fjerner %s"
+msgid "Lilo/grub mode"
+msgstr "Lilo/grub modus"
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../bootlook.pm:1
#, c-format
-msgid "partition %s is now known as %s"
-msgstr "partition %s er nu kendt som %s"
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "Enhed: "
+msgid "Yaboot mode"
+msgstr "Yaboot modus"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../bootlook.pm:1
#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS-drevbogstav: %s (bare et gĉt)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "Type: "
+msgid "Launch Aurora at boot time"
+msgstr "Start Aurora ved opstart"
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "Navn: "
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Traditional Gtk+ Monitor"
+msgstr "Traditionel Gtk+-oversigt"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../bootlook.pm:1
#, c-format
-msgid "Start: sector %s\n"
-msgstr "Start: sektor %s\n"
+msgid "Traditional Monitor"
+msgstr "Traditionel oversigt"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../bootlook.pm:1
#, c-format
-msgid "Size: %s"
-msgstr "Stĝrrelse: %s"
+msgid "NewStyle Monitor"
+msgstr "Oversigt i ny stil"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../bootlook.pm:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektorer"
+msgid "NewStyle Categorizing Monitor"
+msgstr "Katergoriserende oversigt i ny stil"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Cylinder %d til %d\n"
+msgid "<control>Q"
+msgstr "<control>Q"
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "Formateret\n"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Quit"
+msgstr "/Fil/_Afslut"
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "Ikke formateret\n"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_File"
+msgstr "/_Fil"
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "Monteret\n"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Boot Style Configuration"
+msgstr "Konfiguration af opstartsudseende"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../common.pm:1
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "consolehelper missing"
+msgstr "konsolhjĉlper mangler"
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../common.pm:1
#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback-fil(er):\n"
-" %s\n"
+msgid "kdesu missing"
+msgstr "kdesu mangler"
-#: ../../diskdrake/interactive.pm_.c:1132
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"Partition som opstartes som standard\n"
-" (gĉlder kun MS-DOS-opstart, ikke LILO)\n"
+#: ../../common.pm:1
+#, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "Ĝjebliksbilleder vil vĉre tilgĉngelige efter installation i %s"
-#: ../../diskdrake/interactive.pm_.c:1134
+#: ../../common.pm:1
#, c-format
-msgid "Level %s\n"
-msgstr "Niveau %s\n"
+msgid "Can't make screenshots before partitioning"
+msgstr "Kan ikke lave ĝjebliksbilleder fĝr partitionering"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../common.pm:1
#, c-format
-msgid "Chunk size %s\n"
-msgstr "Enhedsstĝrrelse %s\n"
+msgid "%d seconds"
+msgstr "%d sekunder"
-#: ../../diskdrake/interactive.pm_.c:1136
+#: ../../common.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-diske %s\n"
+msgid "1 minute"
+msgstr "1 minut"
-#: ../../diskdrake/interactive.pm_.c:1138
+#: ../../common.pm:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "Loopback-filnavn: %s"
+msgid "%d minutes"
+msgstr "%d minutter"
-#: ../../diskdrake/interactive.pm_.c:1141
-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 vĉre.\n"
+#: ../../common.pm:1
+#, c-format
+msgid "TB"
+msgstr "Tb"
-#: ../../diskdrake/interactive.pm_.c:1144
-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"
+#: ../../common.pm:1
+#, c-format
+msgid "GB"
+msgstr "Gb"
-#: ../../diskdrake/interactive.pm_.c:1163
-msgid "Read-only"
-msgstr "Skrivebeskyttet"
+#: ../../common.pm:1
+#, c-format
+msgid "MB"
+msgstr "Mb"
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s\n"
-msgstr "Stĝrrelse: %s\n"
+msgid "KB"
+msgstr "Kb"
-#: ../../diskdrake/interactive.pm_.c:1165
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Opbygning: %s cylindre, %s hoveder, %s sektorer\n"
+msgid "United States"
+msgstr "U.S.A."
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "Info: "
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Austria"
+msgstr "Ĝstrig"
-#: ../../diskdrake/interactive.pm_.c:1167
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-diske %s\n"
+msgid "Italy"
+msgstr "Italien"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Partitionstabel-type: %s\n"
+msgid "Netherlands"
+msgstr "Holland"
-#: ../../diskdrake/interactive.pm_.c:1169
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "on channel %d id %d\n"
-msgstr "pċ kanal %d id %d\n"
+msgid "Sweden"
+msgstr "Sverige"
-#: ../../diskdrake/interactive.pm_.c:1199
-msgid "Filesystem encryption key"
-msgstr "Krypteringsnĝgle for filsystem"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Norway"
+msgstr "Norge"
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
-msgstr "Vĉlg din krypteringsnĝgle for filsystemet"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Greece"
+msgstr "Grĉkenland"
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
-msgstr ""
-"Denne krypteringsnĝgle er for nem at gĉtte (skal mindst vĉre pċ %d tegn)"
+msgid "Germany"
+msgstr "Tyskland"
-#: ../../diskdrake/interactive.pm_.c:1204
-msgid "The encryption keys do not match"
-msgstr "Krypteringsnĝglerne stemmer ikke overens"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Czech Republic"
+msgstr "Tjekkiet"
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr "Krypteringsnĝgle"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Belgium"
+msgstr "Belgien"
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr "Krypteringsnĝgle (igen)"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "France"
+msgstr "Frankrig"
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Skift type"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Costa Rica"
+msgstr "Costa Rica"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
+#: ../../fsedit.pm:1
#, c-format
-msgid "Can't login using username %s (bad password?)"
-msgstr "Kan ikke logge ind med brugernavn %s (forkert adgangskode?)"
+msgid "Error opening %s for writing: %s"
+msgstr "Fejl ved ċbning af %s for skrivning: %s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-msgid "Domain Authentication Required"
-msgstr "Domĉnegodkendelse pċkrĉvet"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Nothing to do"
+msgstr "Ingenting at lave"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-msgid "Another one"
-msgstr "En anden"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Not enough free space for auto-allocating"
+msgstr "Ikke nok fri plads til at tildele nye partitioner automatisk"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-msgid "Which username"
-msgstr "Hvilket brugernavn"
+#: ../../fsedit.pm:1
+#, 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"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
+#: ../../fsedit.pm:1
+#, c-format
msgid ""
-"Please enter your username, password and domain name to access this host."
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
msgstr ""
-"Indtast venligst dit brugernavn, din adgangskode og dit domĉnenavn for at fċ "
-"adgang til denne vĉrt."
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-msgid "Username"
-msgstr "Brugernavn"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-msgid "Domain"
-msgstr "Domĉne"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-msgid "Search servers"
-msgstr "Sĝg efter servere"
+"Du skal have et rigtigt filsystem (ext2/ext3, reiserfs, xfs eller jfs) til "
+"dette monteringspunkt\n"
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
+#: ../../fsedit.pm:1
#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatering af %s mislykkedes"
+msgid "This directory should remain within the root filesystem"
+msgstr "Dette katalog bĝr ligge pċ rod-filsystemet"
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "Ved ikke hvordan man formaterer %s som type %s"
+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"
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "montering af partition %s i katalog %s mislykkedes"
+msgid "There is already a partition with mount point %s\n"
+msgstr "Der findes allerede en partition med monterings-sti %s\n"
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, c-format
-msgid "error unmounting %s: %s"
-msgstr "fejl ved afmontering af %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "simpel"
+msgid "Mount points must begin with a leading /"
+msgstr "Monteringsstier skal begynde med /"
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "med /usr"
+#: ../../fsedit.pm:1
+#, c-format
+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:30
-msgid "server"
-msgstr "server"
+#: ../../fsedit.pm:1
+#, c-format
+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:240
+#: ../../fsedit.pm:1
#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2404,755 +1191,493 @@ msgstr ""
"\n"
"Er du indforstċet med at ĝdelĉgge alle partitionerne?\n"
-#: ../../fsedit.pm_.c:501
-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:502
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr "Du kan ikke bruge ReiserFS pċ partitioner mindre end 32Mb"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "server"
+msgstr "server"
-#: ../../fsedit.pm_.c:521
-msgid "Mount points must begin with a leading /"
-msgstr "Monteringsstier skal begynde med /"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "with /usr"
+msgstr "med /usr"
-#: ../../fsedit.pm_.c:522
+#: ../../fsedit.pm:1
#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Der findes allerede en partition med monterings-sti %s\n"
+msgid "simple"
+msgstr "simpel"
-#: ../../fsedit.pm_.c:526
+#: ../../fs.pm:1
#, 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"
+msgid "Enabling swap partition %s"
+msgstr "Formaterer swap-partition %s"
-#: ../../fsedit.pm_.c:528
-msgid "This directory should remain within the root filesystem"
-msgstr "Dette katalog bĝr ligge pċ rod-filsystemet"
+#: ../../fs.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "fejl ved afmontering af %s: %s"
-#: ../../fsedit.pm_.c:530
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
-"Du skal have et rigtigt filsystem (ext2/ext3, reiserfs, xfs eller jfs) til "
-"dette monteringspunkt\n"
+#: ../../fs.pm:1
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr "montering af partition %s i katalog %s mislykkedes"
-#: ../../fsedit.pm_.c:532
+#: ../../fs.pm:1
#, 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"
+msgid "Mounting partition %s"
+msgstr "Monterer partition %s"
-#: ../../fsedit.pm_.c:599
-msgid "Not enough free space for auto-allocating"
-msgstr "Ikke nok fri plads til at tildele nye partitioner automatisk"
+#: ../../fs.pm:1
+#, c-format
+msgid "Checking %s"
+msgstr "Tjekker %s"
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
-msgstr "Ingenting at lave"
+#: ../../fs.pm:1
+#, c-format
+msgid "Formatting partition %s"
+msgstr "Formaterer partition %s"
-#: ../../fsedit.pm_.c:694
+#: ../../fs.pm:1
#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Fejl ved ċbning af %s for skrivning: %s"
+msgid "Creating and formatting file %s"
+msgstr "Opretter og formaterer fil %s"
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "I don't know how to format %s in type %s"
+msgstr "Ved ikke hvordan man formaterer %s som type %s"
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
-msgstr "Intet alternativ drivprogram"
+#: ../../fs.pm:1
+#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s formatering af %s mislykkedes"
-#: ../../harddrake/sound.pm_.c:171
+#: ../../help.pm:1
#, c-format
msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
+"\n"
+"Click on \"<- Previous\" to stop this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
-"Der findes intet kendt alternativt OSS/ALSA-drivprogram for lydkortet (%s) "
-"som i ĝjeblikket bruger '%s'"
-
-#: ../../harddrake/sound.pm_.c:173
-msgid "Sound configuration"
-msgstr "Lyd-konfiguration"
+"Klik pċ 'Nĉste ->' hvis du ĝnsker at slette alle data og partitioner der "
+"ligger pċ dette diskdrev. Vĉr omhyggelig, efter klik pċ 'Nĉste ->' vil du "
+"ikke vĉre i stand til at redde nogen data eller partitioner, der ligger pċ "
+"dette diskdrev, inklusive alle Windows data.\n"
+"Klik pċ '<- Forrige' for at stoppe denne handling uden at tabe nogen data og "
+"partitioner der er tilstede pċ dette diskdrev."
-#: ../../harddrake/sound.pm_.c:174
+#: ../../help.pm:1
#, c-format
msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
+"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 ""
-"Her kan du vĉlge et alternativ drivprogram (enten OSS eller ALSA) for "
-"lydkortet (%s)"
+"Vĉlg det diskdrev som du vil slette for at installere din nye Mandrake Linux "
+"partition. Vĉr forsigtig, alle data som er pċ der, vil gċ tabt og vil ikke "
+"kunne genskabes!"
-#: ../../harddrake/sound.pm_.c:176
-#, c-format
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
-msgstr ""
-"\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
-"Dit kort bruger i ĝjeblikket %s\"%s\"-driveren (normal driver for dit kort "
-"er \"%s\")"
-
-#: ../../harddrake/sound.pm_.c:178
-msgid "Driver:"
-msgstr "Drivprogram:"
-
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-msgid "Help"
-msgstr "Hjĉlp"
-
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
-msgstr "Skifter mellem ALSA- og OSS-hjĉlp"
-
-#: ../../harddrake/sound.pm_.c:186
-msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\n"
"\n"
-"It also provides a much higher API than OSS.\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\n"
"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\n"
-msgstr ""
-"OSS (Open Sound System) var den fĝrste lyd-API. Det er den fĝrste OS-"
-"uafhĉngige lyd-API (Den er tilgĉngelig pċ de fleste Unix-systemer) men den "
-"er en meget basal og begrĉnset API.\n"
-"Ydermere genopfandt alle OSS-drivere hjulet.\n"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) er en modulĉr arkitektur som\n"
-"understĝtter en ganske stor mĉngde ISA-, USB- og PCI-kort.\n"
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
"\n"
-"Den tilbyder ogsċ en meget hĝjere API end OSS.\n"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\n"
"\n"
-"For at bruge ALSA kan man enten bruge:\n"
-"- den gamle OSS-kompatibilitetes-api\n"
-"- den nye ALSA API som tilbyder mange forbedrede faciliteter men som krĉver "
-"brug af ALSA-biblioteket.\n"
-
-#: ../../harddrake/sound.pm_.c:202
-#, c-format
-msgid ""
-"The old \"%s\" driver is blacklisted.\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
"\n"
-"It has been reported to oopses the kernel on unloading.\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
msgstr ""
-"Den gamle \"%s\"-driver er sortlistet.\n"
-"\n"
-"Den er blevet rapporteret at lave fejl i kernen ved afslutningen.\n"
+"Her prĉsenteres forskellige parametre relateret til din maskine. Afhĉngig af "
+"dit installerede maskinel vil (eller mċske ikke) se de fĝlgende indgange:\n"
"\n"
-"Den nye \"%s\"-driver vil fĝrst blive brugt ved nĉste systemopstart."
-
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-msgid "Please Wait... Applying the configuration"
-msgstr "Vent venligst... Sĉtter konfigurationen i anvendelse"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "Vent venligst"
-
-#: ../../harddrake/sound.pm_.c:210
-msgid "No known driver"
-msgstr "Ingen kendt driverrutine"
-
-#: ../../harddrake/sound.pm_.c:211
-#, c-format
-msgid "There's no known driver for your sound card (%s)"
-msgstr "Der findes intet kendt drivprogram for lydkortet (%s)"
-
-#: ../../harddrake/sound.pm_.c:214
-msgid "Unkown driver"
-msgstr "Ukendt drivprogram"
-
-#: ../../harddrake/sound.pm_.c:215
-#, c-format
-msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
+" * 'Mus': tjek den aktuelle musekonfiguration og klik pċ knappen for om "
+"nĝdvendigt at ĉndre den.\n"
"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
-msgstr ""
-"Drivprogrammet \"%s\" til dit lydkort er ikke listet\n"
+" * 'Tastatur': tjek den aktuelle tastaturkonfiguration og klik pċ knappen "
+"for om nĝdvendigt at ĉndre den.\n"
"\n"
-"Send venligst uddata fra \"lspcidrake -v\" kommandoen til\n"
-"<install at mandrakesoft dot com>\n"
-"med emne: unlisted sound driver \"%s\""
-
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-msgid "Auto-detect"
-msgstr "Automatisk detektion"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-msgid "Unknown|Generic"
-msgstr "Ukendt|generisk"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr "Ukendt|CPH05X (bt878) [mange leverandĝrer]"
-
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr "Ukendt|CPH06X (bt878) [mange leverandĝrer]"
-
-#: ../../harddrake/v4l.pm_.c:224
-msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
-msgstr ""
-"For de fleste moderne tv-kort vil bttv-modulet fra GNU/Linux-kernen blot "
-"automatisk finde de rette parametre.\n"
-"Hvis dit kort ikke findes korrekt, kan du gennemtvinge den rette tuner og "
-"korttyper her. Bare vĉlg dit tv-korts parametre om nĝdvendigt"
-
-#: ../../harddrake/v4l.pm_.c:227
-msgid "Card model:"
-msgstr "Kortmodel:"
-
-#: ../../harddrake/v4l.pm_.c:228
-msgid "Tuner type:"
-msgstr "Tuner-type:"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
-msgstr "Antal fangningsbuffere:"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
-msgstr "Antal fangningsbuffere for mmap-fangning"
-
-#: ../../harddrake/v4l.pm_.c:231
-msgid "PLL setting:"
-msgstr "PLL-opsĉtning:"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
-msgstr "Radio-understĝttelse:"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
-msgstr "aktivér radio-understĝttelse"
-
-#: ../../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 this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"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\n"
-"first 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 the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after 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 the people meant to use that computer. When you are\n"
-"finish adding all the users you want, select \"Done\".\n"
+" * 'Tidszone': DrakX gĉtter normalt din tidszone fra det sprog, du har "
+"valgt. Men ogsċ her, som ved valg af tastatur, er du mċske ikke i det land "
+"som dit sprog indikerer, sċ du har mċske brug for at klikke pċ 'Tidszone'-"
+"knappen sċ du kan konfigurere uret svarende til den tidszone du er i.\n"
"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default).\n"
+" * 'Printer': Et klik pċ 'Ingen printer'-knappen vil ċbne vejlederen for "
+"printerkonfigurering. Kig i det tilhĝrende kapitel i 'Introduktionen' for "
+"mere information om hvordan man opsĉtter en ny printer. Grĉnsefladen\n"
+"prĉsenteret der ligner den som bruges pċ installationstidspunktet;\n"
"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
-msgstr ""
-"GNU/Linux er et flerbrugersystem, og dette betyder at hver bruger kan have "
-"sine egne prĉferencer, sine egne filer og sċ videre. Du kan lĉse "
-"brugervejledningen for at lĉre mere.\n"
-"Men i modsĉtning til root, som er administratoren, vil brugerne som du "
-"tilfĝjer her ikke have lov til at ĉndre nogetsomhelst undtagen deres egne "
-"filer og deres egen opsĉtning. Du skal oprette i det mindste én almindelig "
-"bruger til dig selv.\n"
-"Dette er den konto som du bĝr bruge til almindelig brug. Selvom det er meget "
-"praktisk at logge ind som root hver dag, kan det ogsċ vĉre 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 mċske "
-"tabe nogen information, men ikke hele systemet.\n"
+" * 'Lydkort': Hvis et lydkort er blevet fundet pċ dit system, vil det blive "
+"vist her.\n"
"\n"
-"Fĝrst skal du indtaste dit rigtige navn. Dette er ikke krĉvet, selvfĝlgelig "
-"kan du faktisk skrive hvad du vil. DrakX vil sċ tage det fĝrste ord du skrev "
-"i boksen og og overfĝre 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 hér. Adgangskoden for en ikke-priviligeret "
-"(normal) bruger er ikke sċ vigtigt som det for Root fra et sikkerhedsmĉssigt "
-"synspunkt, men det er ingen grund til at negligere det alligevel - nċr det "
-"kommer til stykket er dine filer der er i fare. Hvis du klikker pċ Acceptér "
-"bruger, kan du tilfĝje sċ mange som du ĝnsker. Tilfĝj en bruger for hver af "
-"dine venner: fx din far og din sĝster. Nċr du har tilfĝjet alle de brugere "
-"du ĝnsker, vĉlg da Fĉrdig.\n"
+" * 'Tv-kort': Hvis et tv-kort er blevet fundet pċ dit system, vil det blive "
+"vist her.\n"
"\n"
-"Klik pċ Avanceret-knappen lader dig ĉndre standard-skal for denne bruger\n"
-"(bash er standard)."
+" * '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 tilhĝrende "
+"parametre."
-#: ../../help.pm_.c:48
+#: ../../help.pm:1
+#, c-format
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 \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\n"
"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"Yaboot's main options are:\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"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\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"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
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 vĉre med at vĉlge 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ċ vĉlge en '/home' (kun muligt hvis du har "
-"mere end én Linux-partition). \n"
-"Hver partition er listet som fĝlger: 'Navn', 'Kapacitet'.\n"
+"Yaboot er en systemopstarter til NewWorld MacIntosh-maskinel. Den kan starte "
+"enten GNU/Linux, MacOS eller MacOSX, hvis de er til stede pċ din maskine. "
+"Sĉdvanligvis vil disse andre styresystemer blive korrekt opdaget og "
+"installeret. Hvis dette ikke skulle vĉre tilfĉldet kan du her tilfĝje en "
+"indgang i hċnden. Vĉr omhyggelig med at vĉlge de korrekte parametre.\n"
"\n"
-"'Navn' er kodet som fĝlger: 'drevtype', 'drevnummer', "
-"'partitionsnummer' (for eksempel '/hda1').\n"
+"Yaboots hovedvalg er:\n"
"\n"
-"'drevtype' er 'hd' hvis dit diskdrev er et IDE drev, og 'sd' hvis det er et "
-"SCSI drev.\n"
+" * Init-besked: En enkel tekstbesked som vises fĝr valg af opstart.\n"
"\n"
-"'drevnummer' er altid et bogstav efter 'hd' eller 'sd'. For IDE drev:\n"
+" * Opstartsenhed: Angiver hvor du ĝnsker at placere informationen som er "
+"nĝdvendig for at starte GNU/Linux. Du vil generelt have indstillet en "
+"bootstrap-partition tidligere til at have denne information.\n"
"\n"
-" * 'a' betyder 'hoved-drev pċ den primĉre IDE controller',\n"
+" * Open firmwareforsinkelse: Til forskel fra LILO er der to forsinkelser "
+"mulige med yaboot. Den fĝrste forsinkelse bliver mċlt i sekunder og du kan "
+"ved det punkt vĉlge mellem CD, OF-opstart, MacOS eller Linux.\n"
"\n"
-" * 'b' betyder 'slave-drev pċ den primĉre IDE controller',\n"
+" * Ventetid fĝr kerneopstart: Denne er lig LILO-opstartsforsinkelsen. Efter "
+"at have valgt Linux vil du have denne ventetid gange 0,1 sekunder fĝr din "
+"forvalgte kernebeskrivelse bliver valgt.\n"
"\n"
-" * 'c' betyder 'hoved-drev pċ den sĉkundĉre IDE controller',\n"
+" * Aktivér CD-opstart?: Hvis du vĉlger dette valg vil du kunne trykke 'C' "
+"for CD ved det fĝrste opstartsvalg.\n"
"\n"
-" * 'd' betyder 'slave-drev pċ den sĉkundĉre IDE controller'.\n"
+" * Aktiver OF-opstart?: Hvis du vĉlger dette valg vil du kunne trykke 'N' "
+"for 'Open Firmware' ved det fĝrste opstartsvalg.\n"
"\n"
-"For SCSI drev betyder 'a' det 'fĝrste drev', 'b' betyder det 'andet drev', "
-"osv."
-
-#: ../../help.pm_.c:79
-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 véd om en "
-"valgt pakke ligger pċ en anden cdrom og vil udskyde den aktuelle cd og bede "
-"dig om at isĉtte en anden, om nĝdvendigt."
+" * Forvalgt styresystem: Du kan vĉlge hvilket forvalgt styresystem der skal "
+"startes nċr Open Firmwareforsinkelsen er udlĝbet."
-#: ../../help.pm_.c:84
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\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"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\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"
+"For Linux, there are a few possible options:\n"
"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation,\n"
-"select one or more of the corresponding groups;\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\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"
-" * \"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"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\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"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect 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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
"\n"
-" * \"With X\": install the fewest packages possible to have a working\n"
-"graphical desktop;\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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"
+" * 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"
-" * \"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"
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\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"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with this option.\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 to repair or\n"
-"update an existing system."
+" * 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 pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
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"
+"Du kan tilfĝje flere valgmuligheder for Yaboot, enten til andre "
+"styresystemer, andre kerner, eller til nĝd-opstart.\n"
"\n"
-"Hvis du udfĝrer en standard-installation fra cdrom vil du fĝrst blive bedt "
-"om at angive de cd-er som du har nu (kun i ekspert-version). Tjek navnene pċ "
-"cd'erne og fremhĉv boksene svarende til de cd-er du har liggende for "
-"installationen. Klik O.k. nċr du er klar til at fortsĉtte.\n"
+"For andre styresystemer bestċr indgangen blot af et navn og rodpartitionen\n"
"\n"
-"Pakkerne er ordnet i grupper svarende til en bestemt anvendelse af din "
-"maskine. Grupperne selv er ordnet i 4 grupper:\n"
+"Der er for Linux nogen fċ valgmuligheder:\n"
"\n"
-" * 'Arbejdsstation': Hvis din maskine skal bruges som en arbejdsstation, "
-"vĉlg da en eller flere af de tilsvarende grupper.\n"
+" * Label: dette er simpelthen navnet som du skal indtaste til ledeteksten "
+"fra Yaboot for at vĉlge denne opstartsmulighed.\n"
"\n"
-" * 'Udvikling': hvis maskinen skal bruges til programmering vĉlg da de "
-"ĝnskede grupper.\n"
+" * Image: Dette vil vĉre navnet pċ den kerne der skal opstartes. Typisk "
+"vmlinux eller en variation pċ vmlinux med en endelse.\n"
"\n"
-" * 'Server': hvis det er planen at maskinen skal vĉre en server, er du her i "
-"stand til at vĉlge de mest almindelige tjenester, som du ĝnsker at se "
-"installeret pċ maskinen.\n"
+" * Root: root enheden eller \"/\" for din Linux installation.\n"
"\n"
-" * 'Grafisk miljĝ': Endelig skal du vĉlge foretrukne grafiske miljĝ. Vĉlg "
-"mindst ét, hvis du ĝnsker at have en grafisk arbejdsstation!\n"
+" * Append: pċ Apple udstyr bruges kerne-append muligheden ganske ofte til at "
+"hjĉlpe 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 fĝlgende er nogle eksempler:\n"
"\n"
-"Ved flytning af musen over et gruppenavn vises en kort forklarende tekst om "
-"denne gruppe. Hvis du ikke vĉlger nogen grupper ved installation (i "
-"modsĉtning til opgradering), vil en dialog komme frem som foreslċr dig "
-"forskellige former for minimal installation: \n"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
+"hda=autotune\n"
"\n"
-" * 'Med X' Installerer de fĉrrest mulige pakker for at fċ en fungerende "
-"grafisk arbejdsstation;\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
-" * 'Med basal dokumentation' Installerer det basale system plus basale "
-"nytteprogrammer og tilhĝrende dokumentation. Denne installation er passende "
-"til at sĉtte en server op.\n"
+" * Initrd: denne mulighed kan bruges enten til at indlĉse de fĝrste moduler, "
+"fĝr opstartsenheden er tilgĉngelig, eller til at indlĉse en ramdisk ved "
+"opstart i en nĝdsituation.\n"
"\n"
-" * 'Mindst mulige installering' Vil installere den mindst mulige nĝdvendigt "
-"for at fċ et virkende Linux-system kun med kommandolinjer. Denne "
-"installation fylder omkring 65 Mb.\n"
+" * Initrd-size: den almindelige stĝrrelse pċ en ramdisk er generelt 4.096 "
+"byte. Hvis du har brug for at udlĉgge en stor ramdisk kan denne mulighed "
+"bruges.\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"
+" * Read-write: normalt bliver rod-partitionen fĝrst bragt op skrivebeskyttet "
+"for at muliggĝre et filsystemstjek fĝr systemet gċr i luften. Her kan du "
+"tilsidesĉtte denne opsĉtning.\n"
"\n"
-"Hvis du har startet installationen i 'Opdatering'-tilstand, kan du fravĉlge "
-"alle grupper for at undgċ at installere nogen nye pakker. Dette er nyttigt "
-"ved reparation eller opdatering af det eksisterende system."
+" * NoVideo: skulle Apple-billedudstyret vise sig at vĉre specielt "
+"problemfyldt kan du vĉlge denne mulighed for at starte op i 'novideo'-"
+"tilstand, med indbygget rammebufferunderstĝttelse.\n"
+"\n"
+" * Default: vĉlger denne indgang som vĉrende det normale Linux valg, som "
+"vĉlges bare ved at trykke RETUR ved yaboots ledetekst. Denne indgang vil "
+"ogsċ blive fremhĉvet med en '*', hvis du trykker Tab for at se "
+"opstartsvalgene."
-#: ../../help.pm_.c:135
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\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 installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"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"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\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"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\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 the previous step on how to\n"
-"create such a floppy disk."
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
msgstr ""
-"Endelig, afhĉngigt af om du valgte at udvĉlge individuelle pakker eller ej, "
-"vil du blive prĉsenteret for et trĉ med alle pakker opdelt i grupper og "
-"undergrupper. Under gennembladring af trĉet kan du udvĉlge hele grupper, "
-"undergrupper eller bare pakker.\n"
-"\n"
-"Hver gang du udvĉlger en pakke i trĉet vil en beskrivelse fremkomme til "
-"hĝjre. Nċr du har afsluttet dine udvĉlgelser, sċ klik pċ Installér-knappen. "
-"Sċ begynder selve installationen. Afhĉngig af din maskines hurtighed og "
-"antal pakker som skal installeres kan det tage et stykke tid at gĝre "
-"processen fĉrdig. Et skĝn pċ tiden det tager for fĉrdiggĝrelse vises pċ "
-"skĉrmen, sċ du kan se om der skulle vĉre tid til at nyde en kop kaffe.\n"
-"\n"
-"I tilfĉldet 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 fĉrdiggjort. Specielt hvis du ikke véd hvad det er for noget, sċ klik "
-"Nej her. Et klik med Ja her vil installere de nĉvnte servere og de vil som "
-"standard blive startet automatisk!\n"
+"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"
-"Automatiske afhĉngigheder-valget deaktiverer simpelthen advarselsdialogen, "
-"som vises hver gang installeringsprogrammet automatisk vĉlger en pakke. "
-"Dette sker fordi det er blevet beregnet at den er krĉvet for at "
-"tilfredsstille en afhĉngighed fra en anden pakke for at kunne fĉrdiggĉre en "
-"vellykket installation.\n"
+"Da maskineleftersĝgningen nogen gange ikke vil finde et stykke udstyr, vil "
+"DrakX alligevel spĝrge dig om du har et SCSI-kort installeret i din maskine. "
+"Du vil blive prĉsenteret for en liste af SCSI-kort, som du kan vĉlge 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 vĉlge Se maskinelinfo og "
+"klikke O.k. Undersĝg listen over udstyr og klik sċ pċ O.k.-knappen for at "
+"vende tilbage til spĝrgsmċlet om SCSI-udstyr.\n"
"\n"
-"Det klejne disketteikon i bunden af listen muliggĝr indlĉsning af en "
-"pakkeliste udvalgt ved en tidligere installation. Klik pċ denne ikon vil "
-"bede dig om at indsĉtte en diskette tidligere frembragt ved slutningen pċ en "
-"anden installation. Se rċd nr to i det sidste trin for hvordan en sċdan "
-"diskette kan laves."
+"Hvis du mċtte angive din kort manuelt, vil DrakX spĝrge om du vil "
+"specificere nogle indstillingsmuligheder for den. Du bĝr dog lade DrakX "
+"spĝrge udstyret om opsĉtningen. Det virker som regel fint. \n"
+"Hvis DrakX ikke kan fċ oplysninger om indstillinger ud af udstyret, som skal "
+"bruges til opsĉtningen, skal du angive opsĉtningsinformation til driveren. "
+"Se i brugervejledningen (kapitel 3, underafsnit \"Collective informations on "
+"your hardware\") om hjĉlp 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:171
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"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 ``Starter Guide'' chapter about Internet connections\n"
-"for 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\"."
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\n"
+"\n"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\n"
+"\n"
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
msgstr ""
-"Du bliver nu foreslċet at opsĉtte din internet- eller netvĉrksopkobling. "
-"Hvis du vil forbinde din maskine til internettet eller til et lokalnetvĉrk "
-"sċ klik pċ 'O.k.'. Den automatiske opdagelse af netvĉrksenheder og modem vil "
-"blive startet. Hvis opdagelsen mislykkes sċ fjern markering i boksen 'Brug "
-"automatisk detektion' nĉste gang. Du kan ogsċ vĉlge at ikke konfigurere "
-"netvĉrket, eller gĝre det senere; i sċ tilfĉlde skal du bare klikke pċ "
-"'Annullér'-knappen.\n"
-"\n"
-"Mulige forbindelser er: almindeligt modem, ISDN-modem, ADSL-forbindelse, "
-"kabel-modem, og endelig en simpel LAN-forbindelse (Ethernet).\n"
+"Her vĉlger vi et udskrivningssystem som din maskine skal bruge. Andre "
+"styresystemer tilbyder mċske ét, men Mandrake tilbyder tre.\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"
+" * '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 "
+"netvĉrk. Det vil kun behandle meget simple netvĉrkstilfĉlde, og er lidt "
+"slĝvt pċ netvĉrk. Vĉlg 'pdq' hvis dette er din jomfrurejse med GNU/Linux. Du "
+"kan ĉndre dit valg efter installeringen ved at kĝre PrinterDrake fra "
+"Mandrakes Kontrolcenter, og klikke pċ ekspert-knappen.\n"
"\n"
-"Du kan lĉse i kapitlet i hċndbogen omkring internetforbindelser om detaljer "
-"omkring konfigureringen, eller simpelthen vente til dit system er "
-"installeret og sċ bruge programmet beskrevet dér til at konfigurere din "
-"forbindelse.\n"
+" * 'CUPS' - 'Common Unix Printing System' (Fĉlles printersystem for Unix) er "
+"fremragende til at udskrive pċ din lokale printer, og ogsċ pċ den, der stċr "
+"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 opsĉtning er "
+"nĉsten lige sċ nem som for 'pdq'. Hvis du har brug for at dette efterligner "
+"en 'lpd'-server, skal du aktivere 'cups-lpd'-dĉmonen. Det har grafiske "
+"grĉnseflader for udskrivning og valg af printermuligheder.\n"
"\n"
-"Hvis du vil konfigurere netvĉrket senere efter installationen, eller hvis du "
-"har afsluttet konfigureringen af din netvĉrksforbindelse, vĉlg da 'Fĉrdig'."
+" * 'lprNG' - 'line printer daemon New Generation' (ny generation af "
+"linjeprinterdĉmonen). Dette system kan gĝre omtrent det samme som de andre, "
+"men det vil ogsċ kunne skrive til et Novell netvĉrk, fordi det understĝtter "
+"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 "
+"foretrĉkke, da det er simplere og bedre til at fungere over netvĉrk."
-#: ../../help.pm_.c:193
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"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"
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\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 vĉlge hvilke tjenester du ĝnsker skal startes ved opstart af "
-"maskinen.\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way you will be able to load either GNU/Linux or another\n"
+"OS.\n"
"\n"
-"Her prĉsenteres alle de tjenester, som er med i den aktuelle installation. "
-"Gennemse dem omhyggeligt og vĉlg dem fra som ikke altid er nĝdvendige ved "
-"opstarten.\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
-"Du kan fċ en kort forklarende tekst om en tjeneste ved at vĉlge en bestemt "
-"tjeneste. Hvis du ikke er sikker pċ om en tjeneste er nyttig eller ej, er "
-"det dog sikrere at bruge den foreslċede opfĝrsel.\n"
+"If it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\n"
"\n"
-"Vĉr specielt varsom pċ dette trin hvis du planlĉgger 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 vĉre farlige hvis de "
-"er aktiveret pċ en server. Vĉlg som hovedregel kun de tjenester som du "
-"virkelig behĝver."
-
-#: ../../help.pm_.c:210
-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 unselecting \"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"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\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 hċndterer tiden i GMT (Greenwich Mean Time) og oversĉtter den til "
-"lokal tid ifĝlge den tidszone du har valgt. Det er imidlertid muligt at "
-"deaktivere dette ved at fravĉlge 'Maskinens ur sat til GMT' sċ maskinens ur "
-"er det samme som systemets ur. Dette er nyttigt nċr maskinen ogsċ bruges til "
-"andre operativsystemer som Windows.\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-"Muligheden 'Automatisk tidssynkronisering' vil automatisk tilpasse uret ved "
-"at forbinde til en ekstern tidsserver pċ internettet. Vĉlg en server der "
-"ligger tĉt pċ dig i listen der prĉsenteres. Selvfĝlgelig 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 lokalnetvĉrk."
-
-#: ../../help.pm_.c:224
-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.\n"
-"\n"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". 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. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
-msgstr ""
-"X (for X-vinduessystem) er hjertet af GNU/Linux' grafiske grĉnseflade, "
-"hvilket alle de grafiske miljĝer (KDE, Gnome, AfterStep, WindowMaker)...), "
-"som kommer med Mandrake Linux, bygger pċ. I dette afsnit vil DrakX forsĝge "
-"at konfigurere X automatisk.\n"
-"\n"
-"Det er meget sjĉldent 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 oplĝsning afhĉngig af skĉrmens stĝrrelse. Et "
-"vindue vil sċ komme frem og spĝrge om du kan se det.\n"
-"\n"
-"Hvis du laver en ekspert-installering, vil du komme ind i X-konfigurerings- "
-"vejlederen. Se det tilhĝrende afsnit af manualen for yderligere oplysning om "
-"denne vejleder.\n"
-"\n"
-"Hvis du kan se beskeden under afprĝvningen, og svarer Ja, sċ vil DrakX "
-"fortsĉtte til det nĉste trin. Hvis du ikke kan se beskeden, betyder det "
-"simpelthen at konfigurationen var forkert, og testen vil automatisk "
-"afsluttes efter 10 sekunder, og genfremvise skĉrmen."
-
-#: ../../help.pm_.c:246
-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 grĉnseflade "
-"ved opstart. Bemĉrk at du vil blive spurgt om dette selvom du har valgt ikke "
-"at afprĝve konfigurationen. Selvfĝlgelig vil du ĝnske at svare Nej, hvis din "
-"maskine skal bruges som server, eller hvis ikke lykkedes dig at fċ skĉrmen "
-"konfigureret."
-
-#: ../../help.pm_.c:253
-msgid ""
"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 bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, 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"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite 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 "
@@ -3178,329 +1703,396 @@ msgstr ""
"har brug for. Du behĝver ikke formatere den, da DrakX vil overskrive hele "
"disketten."
-#: ../../help.pm_.c:277
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux 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 ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here by clicking the dialog's \"Wizard\" button.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\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"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\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"
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"operating systems!"
+msgstr ""
+"LILO (LInux LOaderen) og GRUB er opstartsindlĉsere: 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 tilfĉldet, kan du lave en indgang i hċnden med denne skĉrm. "
+"Vĉr omhyggelig med at vĉlge de korrekte parametre.\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"
+"Mċske vil du ikke ĝnske at give nogensomhelst adgang til disse andre "
+"operativsystemer. I dette tilfĉlde kan du slette de tilsvarende indgange. "
+"Men sċ har du brug for en opstartsdiskette for at starte disse "
+"operativsystemer!"
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"This dialog allows to finely tune your bootloader:\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. You will then be asked to choose the mount points associated to\n"
-"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\n"
+" * \"Bootloader to use\": there are three choices for your bootloader:\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows 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"
-"Microsoft Windows on the same computer.\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\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"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\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"
-" * \"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"
+" * \"Delay before booting the default image\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\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 option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
msgstr ""
-"Nu skal du vĉlge 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 nĝdt til at partitionere den. "
-"Partitionering vil sige at disken deles i logiske dele for at gĝre plads til "
-"dit nye Mandrake Linux-system.\n"
+"LILO og GRUB er opstartsindlĉsere for GNU/Linux. Dette trin er normalt helt "
+"automatiseret. Faktisk vil drakX analysere opstartsektoren pċ disken og vil "
+"handle ud fra dette, afhĉngig af hvad den finder hér:\n"
"\n"
-"Da en partitionering normalt ikke kan fortrydes kan det godt vĉre "
-"frustrerende og stressende for nybegyndere. Heldigvis er der en vejleder som "
-"forenkler denne proces. Fĝr du begynder studér da i manualen og tag den tid "
-"du skal bruge.\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 du kĝrer installeringen i ekspert-tilstand kommer du ind i Mandrake "
-"Linux' partitioneringsvĉrktĝj, DiskDrake. Dette vil lade dig finindstille "
-"dine partitioner. Se kapitlet om DiskDrake i manualen. Fra installations-"
-"grĉnsefladen kan du bruge de vejledere som beskrevet her ved at klikke "
-"knappen 'Vejleder' pċ grĉnsefladen.\n"
+" * Hvis den finder en GRUB eller LILO opstartssektor vil den erstatte den "
+"med en ny;\n"
"\n"
-"Hvis partitionerne allerede er definerede (fra en tidlige installation eller "
-"fra et andet partitions-vĉrktĝj), skal du bare vĉlge dem for at installere "
-"dit Linux system\n"
+"Hvis den er i tvivl vil drakX vise en dialog med forskellige muligheder.\n"
"\n"
-"Hvis partitionerne ikke er lavet endnu, bliver du nĝdt til at oprette dem "
-"ved brug af vejlederen. Afhĉngig af din disks konfiguration er flere "
-"muligheder tilstede:\n"
+" * 'Opstartsindlĉser der bruges': du fċr her tre muligheder:\n"
"\n"
-" * 'Brug fri plads': Dette vil simpelthen fĝre til en automatisk opdeling af "
-"den ledige diskplads. Du vil ikke blive spurgt om mere.\n"
+" * 'GRUB': hvis du foretrĉkker GRUB (tekstmenu).\n"
"\n"
-" * 'Brug eksisterende partition': vejlederen har fundet en eller flere "
-"eksisterende Linux-partitioner pċ din harddisk. Hvis du vil bruge dem, sċ "
-"vĉlg denne mulighed.\n"
+" * 'LILO med grafisk menu': hvis du foretrĉkker LILO med "
+"grafikgrĉnseflade.\n"
"\n"
-" * 'Brug den fri plads pċ Windows-partitionen': hvis Microsoft Windows er "
-"installeret pċ din disk og bruger al pladsen, bliver du nĝdt til at lave "
-"plads til Linux. For at gĝre det kan du slette dine Microsoft Windows "
-"partitioner og data (se \"Slet hele disken\" eller \"Ekspert niveau\" ) "
-"eller ĉndre stĝrrelsen pċ din Microsoft Windows-partition. "
-"Stĝrrelsesĉndringen kan fortages uden tab af data. Denne lĝsning er "
-"anbefalet hvis du vil bruge bċde Mandrake Linux og Microsoft Windows pċ "
-"samme maskine.\n"
+" * 'LILO med tekstmenu': hvis du foretrĉkker LILO med tekstgrĉnseflade.\n"
"\n"
-" Fĝr du vĉlger denne lĝsning, bĝr du forstċ at stĝrrelsen 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"
+" * 'Opstartsenhed': I de fleste tilfĉlde vil det ikke vĉre nĝdvendigt at "
+"ĉndre standard (/dev/hda), men hvis du foretrĉkker det, kan "
+"opstartsindlĉseren installeres pċ det andet diskdrev (/dev/hdb), eller endda "
+"pċ en diskette (/dev/fd0).\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 vĉlge "
-"denne mulighed. Vĉr forsigtig med denne lĝsning, du vil ikke vĉre i stand "
-"til at fortryde dine ĉndringer efter at du har sagt ja.\n"
+" * 'Forsinkelse fĝr opstart af standardsystem': Ved genstart af maskinen er "
+"dette den tid der gives til brugeren til at vĉlge en anden opstartsindgang "
+"end standard i opstartsindlĉserens menu.\n"
"\n"
-" !! Hvis du bruger denne mulighed vil alle data pċ din disk gċ tabt. !!\n"
+"Vĉr opmĉrksom pċ at hvis du vĉlger ikke at installere en opstartsindlĉser "
+"(ved at vĉlge 'Annullér' hér), skal du vĉre sikker pċ at du har en anden "
+"mċde at starte dit Mandrake Linux-system op pċ! Vĉr ogsċ sikker pċ hvad du "
+"gĝr hvis du ĉndrer nogen af tilvalgene her!\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"
+"Et klik pċ 'Avanceret'-knappen i denne dialog vil tilbyde mange avancerede "
+"muligheder beregnet til ekspertbrugeren.\n"
"\n"
-" !! Hvis du bruger denne mulighed vil alle data pċ din disk gċ tabt. !!\n"
+"Efter at du har konfigureret de generelle opstartsindlĉserparametre, bliver "
+"du presenteret for listen af opstartsmuligheder som vil vĉre tilstede ved "
+"opstarten.\n"
"\n"
-" * 'Ekspert-modus': hvis du vil partitionere disken i hċnden, kan du vĉlge "
-"dette alternativ. Vĉr forsigtig fĝr du vĉlger denne lĝsning. Den giver dig "
-"mange muligheder, men er ogsċ farlig. Du kan meget nemt komme til at slette "
-"alle dine data. Sċ lad vĉre med at vĉlge den lĝsning med mindre du véd hvad "
-"du gĝr."
+"Hvis der er et andet operativsystem installeret pċ din maskine, vil det "
+"automatisk blive tilfĝjet til opstartsmenuen. Her kan du vĉlge at "
+"finindstille de eksisterende muligheder. Vĉlg en indgang og klik pċ 'Ĉndr' "
+"for at ĉndre eller fjerne den; 'Tilfĝj' opretter en ny indgang; og 'Fĉrdig' "
+"fortsĉtter til det nĉste installationstrin."
-#: ../../help.pm_.c:347
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"There you are. Installation is now completed 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"
+"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 the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it be difficult to become \"root\".\n"
"\n"
-" Note that two different options are available after clicking the button:\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"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\n"
"\n"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. 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"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\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"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
msgstr ""
-"Vĉrsgo'. Installationen en nu fĉrdig 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 foretrĉkker 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 udfĝre en hel installation uden hjĉlp fra en "
-"operatĝr, magen til den installation du lige har konfigureret.\n"
+"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, tilfĝje brugere, "
+"ĉndre i den overordnede systemkonfiguration og sċ videre. Kort sagt, root "
+"kan gĝre alt! Derfor skal du vĉlge en adgangskode der er svĉr at gĉtte - "
+"DrakX vil fortĉlle dig hvis det er for nemt. Som víst kan du vĉlge 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 sorglĝst at "
+"behandle partitionerne selv, er det vigtigt at det er vanskeligt at blive "
+"root.\n"
"\n"
-" Bemĉrk at to forskellige muligheder er tilstede efter klik pċ knappen:\n"
+"Adgangskoden bĝr vĉre en blanding af bogstaver og tal og mindst 8 tegn "
+"langt. Skriv aldrig en adgangskode ned for root - det gĝr det for nemt at "
+"bryde ind i et system.\n"
"\n"
-" * Genafspil: Dette er en delvist automatiseret installering da "
-"partitioneringstrinnet (og kun dette trin) forbliver interaktiv.\n"
+"Gĝr dog ikke adgangskoden for lang eller kompliceret da du skal vĉre i stand "
+"til at huske den uden for stort besvĉr.\n"
"\n"
-" * Automatisk: Fuldautomatisk installering: harddisken bliver fuldstĉndig "
-"genoverskrevet, alle data forsvinder.\n"
+"Adgangskoden vil ikke blive vist pċ skĉrmen nċr du indtaster den. Du skal "
+"derfor indtaste adgangskoden to gange, for at begrĉnse risikoen for "
+"tastefejl. Hvis du kommer til at lave den samme tastefejl to gange, vil "
+"denne 'ukorrekte' adgangskode vĉre krĉvet nċr du forbinder dig til "
+"systemet.\n"
"\n"
-" Denne facilitet er meget nyttig ved installering af et stort antal ens "
-"maskiner. Se afsnittet om autoinstallering pċ vores websted.\n"
+"I ekspert-tilstand vil du blive spurgt om du vil koble op til en "
+"autenticerings-server, som NIS eller NDAP.\n"
"\n"
-" * Gem pakkevalg(*): Gemmer pakkevalget som lavet tidligere. Sċ nċr en ny "
-"installering laves, kan disketten indsĉttes i drevet og installeringen kan "
-"kĝres ved at bruge F1 pċ hjĉlpeskĉrmen idet der indtastes >>linux defcfg="
-"\"floppy\"<<.\n"
+"Hvis dit netvĉrk bruger LDAP (eller NIS)-protokollen til autentificering, "
+"vĉlg da LDAP (eller NIS). Hvis du ikke véd det, sċ spĝrg din "
+"systemadministrator.\n"
"\n"
-"(*) Du skal have en diskette formateret til FAT (denne oprettes i GNU/Linux "
-"ved at skive \"mformat a:\")"
+"Hvis din maskine ikke er forbundet til noget administreret netvĉrk, ĝnsker "
+"du nok at vĉlge Lokale filer for autentificering"
-#: ../../help.pm_.c:378
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem on it).\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"
-"it.\n"
-"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
+msgstr ""
+"Vĉlg den rigtige port. For eksempel er navnet for COM1-porten under MS "
+"Windows 'ttyS0' under GNU/Linux."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\n"
"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"from the provided list.\n"
"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
+"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 and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\n"
+"\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
msgstr ""
-"Enhver partition der netop er blevet defineret, skal formateres til brug "
-"(formatering betyder oprettelse af et filsystem).\n"
+"Normalt antager drakX at du har en to-knapsmus og vil lave en opsĉtning hvor "
+"den tredje knap emuleres. DrakX vil automatisk vide om den er PS/2, seriel "
+"eller USB.\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ċ markér "
-"ogsċ de partitioner som du ĝnsker at formatere.\n"
+"Hvis du ĝnsker en anden type mus, vĉlg da den rigtige type mus fra den viste "
+"liste.\n"
"\n"
-"Bemĉrk at det ikke er nĝdvendigt at omformatere alle allerede eksisterende "
-"partitioner. Det er nĝdvendigt at omformatere de partitioner, der indeholder "
-"operativsystemet (sċsom '/', '/usr' og '/var', men du er ikke nĝdt til at "
-"omformatere partitioner som du ĝnsker at beholde (typisk /home).\n"
+"Hvis du vĉlger en mus forskellig fra den forvalgte, vil du blive prĉsenteret "
+"for en skĉrm for museafprĝvning. Brug knapperne og hjulet for at efterprĝve, "
+"om indstillerne er gode. Hvis musen ikke virker korrekt, tryk da pċ "
+"mellemrumstangenten eller vognretur for at 'Annullere' og vĉlg forfra."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\n"
"\n"
-"Vĉr forsigtig med valg af partitioner; efter formatering vil alle data vĉre "
-"slettede pċ de valgte partitioner, og du vil ikke kunne redde nogetsomhelst "
-"af det.\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\n"
"\n"
-"Klik pċ 'Ok' nċr du er klar til at formatere partitioner.\n"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\n"
"\n"
-"Klik pċ 'Annullér' hvis du ĝnsker at vĉlge andre partitioner til at "
-"installere dit nye Mandrake Linux operativsystem.\n"
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
+msgstr ""
+"Vĉlg dit foretrukne sprog for brug under installation og pċ systemet. \n"
+"Der er en Avanceret-knap som lader dig vĉlge andre sprog, der installeres "
+"pċ maskinen. Valg af andre sprog vil installere de sprogspecifikke filer for "
+"systemdokumentation og programmer. Hvis du for eksempel vil bevĉrte folk fra "
+"Spanien pċ din maskine, vĉlg da engelsk som hovedsproget i trĉ-visningen, og "
+"afkryds sċ i den avancerede afdeling boksen svarende til spansk|Spanien.\n"
"\n"
-"Klik pċ 'Avanceret' for at vĉlge partitioner som du ĝnsker at tjekke for "
-"dċrlige blokke."
+"Bemĉrk at flere sprog kan installeres samtidigt. Nċr du er fĉrdig med at "
+"vĉlge yderligere sprog, sċ klik O.k. for at fortsĉtte."
-#: ../../help.pm_.c:404
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
"\n"
-"Please be patient."
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
msgstr ""
-"Dit nye Mandrake Linux styresystem er i fĉrd med at blive installeret. "
-"Afhĉngig af det antal pakker, du installerer og hastigheden pċ din maskine "
-"kan dette tage fra nogen fċ minutter til en del lĉngere tid. \n"
-"Hav venligst tċlmodighed med dette."
+"Normalt vil drakX have valgt det rigtige tastatur til dig (afhĉngigt af "
+"sproget du har valgt) og du vil sċ ikke se dette trin. Men du har mċske "
+"ikke et tastatur som svarer nĝjagtigt til dit sprog: for eksempel hvis du "
+"er en engelsktalende svejtser, vil du mċske stadig ĝnske at dit tastatur "
+"skal vĉre et svejtsisk tastatur. Eller hvis du taler engelsk men bor i "
+"Québec, er du mċske i samme situation. I begge tilfĉlde mċ du gċ tilbage "
+"til dette installationstrin og vĉlge et passende tastatur fra listen.\n"
+"\n"
+"Klik pċ 'mere'-tasten for at blive prĉsenteret for den fulde \n"
+"liste af understĝttede tastaturer."
-#: ../../help.pm_.c:412
+#: ../../help.pm:1
+#, c-format
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 able 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"
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\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 mċske blevet rettet, og sikkerhedsproblemer mċske lĝst. Vi "
-"foreslċr dig at hente disse ned fra internettet for at disse opdateringer "
-"kan komme dig til gode. Vĉlg 'Ja' hvis du har en fungerende internet- "
-"forbindelse eller 'Nej' hvis du foretrĉkker at installere opdaterede pakker "
-"senere.\n"
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\n"
"\n"
-"Valg af 'Ja' viser en liste af steder hvorfra opdateringer kan hentes. Vĉlg "
-"en der er nĉr ved dig. Sċ vil et trĉ med pakkevalg fremkomme: gennemse "
-"valget og tryk 'Installér' for at modtage og installere den valgte pakke "
-"eller 'Annullér'for at afbryde."
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\n"
+"\n"
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\n"
+"\n"
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
+msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm:1
+#, c-format
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 included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"Accept\" button."
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
msgstr ""
-"Fĝr du gċr videre bĝr du lĉse betingelserne i licensen omhyggeligt. Den "
-"omfatter hele Mandrake Linux distributionen, og hvis du ikke er enig i alle "
-"betingelserne i den, sċ klik pċ 'Nĉgt'-knappen. Det vil ĝjeblikkeligt "
-"afslutte installationen. For at fortsĉtte installationen skal du klikke pċ "
-"'Acceptér'-knappen."
-#: ../../help.pm_.c:432
+#: ../../help.pm:1
+#, c-format
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"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"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"
-"If you do not know what to choose, keep the default option."
+"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 ""
-"Nu er det tid til at vĉlge det ĝnskede sikkerhedsniveau for maskinen. "
-"Hovedreglen er at jo mere kendt maskinen er, og jo vigtigere data er, des "
-"hĝjere bĝr sikkerhedsniveauet vĉre. Men et hĝjere sikkerhedsniveau vindes "
-"normalt pċ bekostning af letheden af anvendelsen. Kig i kapitlet MSEC i "
-"referencehċndbogen for mere information om betydningen af niveauerne.\n"
+"Mere end én Microsoft Windows partition er blevet genkendt pċ dit diskdrev. "
+"Vĉlg den som du ĝnsker at ĉndre stĝrrelse pċ for at kunne installere dit nye "
+"Mandrake Linux operativsystem.\n"
"\n"
-"Hvis du ikke véd hvad du skal vĉlge, sċ behold den foreslċede mulighed."
+"Hver partition er listet som fĝlger: 'Linux navn', 'Windows navn', "
+"'Kapacitet'.\n"
+"\n"
+"'Linux navn' er kodet som fĝlger: '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 primĉre IDE controller',\n"
+"\n"
+" * 'b' betyder 'slave-drev pċ den primĉre IDE controller',\n"
+"\n"
+" * 'c' betyder 'hoved-drev pċ den sĉkundĉre IDE controller',\n"
+"\n"
+" * 'd' betyder 'slave-drev pċ den sĉkundĉre IDE controller'.\n"
+"\n"
+"For SCSI drev betyder 'a' det 'fĝrste drev', 'b' betyder det 'andet drev', "
+"osv.\n"
+"\n"
+"'Windows navn' er det bogstav som dit drev har under Windows (den fĝrste\n"
+"disk eller partition kaldes 'C:')."
-#: ../../help.pm_.c:442
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
@@ -3515,59 +2107,63 @@ msgid ""
"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"
+"drive\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\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\n"
-"recommended to perform this step;\n"
+"recommended that you perform this step.\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a floppy disk;\n"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a 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"
+"doesn't always work.\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\n"
"\n"
" * \"Removable media automounting\": unchecking this option will force\n"
"users 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\n"
-"your hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\n"
"\n"
" * \"Done\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
+"partitions using [Tab] and the [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"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
-" * Ctrl-d to delete a partition;\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-" * Ctrl-m to set the mount point.\n"
+" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different filesystem types available, please\n"
+"To get information about the different file system 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"
+"``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."
@@ -3637,789 +2233,919 @@ msgstr ""
"til at gemme en ekstra kerne og ramdisk-billede for nĝdsituationer ved "
"opstart."
-#: ../../help.pm_.c:513
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\n"
"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
+"If you do not know what to choose, keep the default option."
+msgstr ""
+"Nu er det tid til at vĉlge det ĝnskede sikkerhedsniveau for maskinen. "
+"Hovedreglen er at jo mere kendt maskinen er, og jo vigtigere data er, des "
+"hĝjere bĝr sikkerhedsniveauet vĉre. Men et hĝjere sikkerhedsniveau vindes "
+"normalt pċ bekostning af letheden af anvendelsen. Kig i kapitlet MSEC i "
+"referencehċndbogen for mere information om betydningen af niveauerne.\n"
"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"Hvis du ikke véd hvad du skal vĉlge, sċ behold den foreslċede mulighed."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able 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"
-"\"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"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"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 mċske blevet rettet, og sikkerhedsproblemer mċske lĝst. Vi "
+"foreslċr dig at hente disse ned fra internettet for at disse opdateringer "
+"kan komme dig til gode. Vĉlg 'Ja' hvis du har en fungerende internet- "
+"forbindelse eller 'Nej' hvis du foretrĉkker at installere opdaterede pakker "
+"senere.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
+"Valg af 'Ja' viser en liste af steder hvorfra opdateringer kan hentes. Vĉlg "
+"en der er nĉr ved dig. Sċ vil et trĉ med pakkevalg fremkomme: gennemse "
+"valget og tryk 'Installér' for at modtage og installere den valgte pakke "
+"eller 'Annullér'for at afbryde."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
+"it.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Click on \"Next ->\" when you are ready to format partitions.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new Mandrake Linux operating system installation.\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
msgstr ""
-"Mere end én Microsoft Windows partition er blevet genkendt pċ dit diskdrev. "
-"Vĉlg den som du ĝnsker at ĉndre stĝrrelse pċ for at kunne installere dit nye "
-"Mandrake Linux operativsystem.\n"
-"\n"
-"Hver partition er listet som fĝlger: 'Linux navn', 'Windows navn', "
-"'Kapacitet'.\n"
-"\n"
-"'Linux navn' er kodet som fĝlger: '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"
+"Enhver partition der netop er blevet defineret, skal formateres til brug "
+"(formatering betyder oprettelse af et filsystem).\n"
"\n"
-" * 'a' betyder 'hoved-drev pċ den primĉre IDE controller',\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ċ markér "
+"ogsċ de partitioner som du ĝnsker at formatere.\n"
"\n"
-" * 'b' betyder 'slave-drev pċ den primĉre IDE controller',\n"
+"Bemĉrk at det ikke er nĝdvendigt at omformatere alle allerede eksisterende "
+"partitioner. Det er nĝdvendigt at omformatere de partitioner, der indeholder "
+"operativsystemet (sċsom '/', '/usr' og '/var', men du er ikke nĝdt til at "
+"omformatere partitioner som du ĝnsker at beholde (typisk /home).\n"
"\n"
-" * 'c' betyder 'hoved-drev pċ den sĉkundĉre IDE controller',\n"
+"Vĉr forsigtig med valg af partitioner; efter formatering vil alle data vĉre "
+"slettede pċ de valgte partitioner, og du vil ikke kunne redde nogetsomhelst "
+"af det.\n"
"\n"
-" * 'd' betyder 'slave-drev pċ den sĉkundĉre IDE controller'.\n"
+"Klik pċ 'Ok' nċr du er klar til at formatere partitioner.\n"
"\n"
-"For SCSI drev betyder 'a' det 'fĝrste drev', 'b' betyder det 'andet drev', "
-"osv.\n"
+"Klik pċ 'Annullér' hvis du ĝnsker at vĉlge andre partitioner til at "
+"installere dit nye Mandrake Linux operativsystem.\n"
"\n"
-"'Windows navn' er det bogstav som dit drev har under Windows (den fĝrste\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."
+"Klik pċ 'Avanceret' for at vĉlge partitioner som du ĝnsker at tjekke for "
+"dċrlige blokke."
-#: ../../help.pm_.c:547
+#: ../../help.pm:1
+#, fuzzy, c-format
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\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\n"
+"\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"that will automatically perform a whole installation without the help of an\n"
+"operator, similar to the installation you just configured.\n"
"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
+" * \"Replay\". This is a partially automated installation. The\n"
+"partitioning step is the only interactive procedure.\n"
"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\n"
"\n"
-"Depending on your GNU/Linux knowledge, select one of the following choices:\n"
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\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"
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>linux defcfg=\"floppy\" <<.\n"
"\n"
-" * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
msgstr ""
-"DrakX skal nu vide om du vil udfĝre en standard-installation ('Anbefalet'), "
-"eller om du ĝnsker at have stĝrre kontrol ('Ekspert'). Du kan ogsċ vĉlge om "
-"du vil lave en nyinstallering eller en opgradering af et eksisterende "
-"Mandrake Linux-system. \n"
+"Vĉrsgo'. Installationen en nu fĉrdig 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 foretrĉkker det (hvis du har to systemer), sċ snart "
+"din maskine er startet op igen.\n"
"\n"
-"* 'Installér': udraderer helt det gamle system, afhĉngigt af hvad der i "
-"ĝjeblikket er pċ din maskine vil du dog kunne beholde nogen gamle "
-"partitioner (Linux eller andet) uĉndret.\n"
+"Avanceret-knappen viser to ekstra knapper for at:\n"
"\n"
-"* 'Opgradér': Denne installationsklasse tillader simpel opdatering af de "
-"pakker der i ĝjeblikket er installeret pċ dit Mandrake Linux-system. Den "
-"beholder de nuvĉrende partitioner pċ dine diskdrev sċ vel som opsĉtningen af "
-"brugere. Alle andre konfigurationstrin forbliver mulige som for almindelig "
-"installation.\n"
+" * generere en auto-installeringsdiskette: for at oprette en installerings- "
+"diskette som automatisk vil udfĝre en hel installation uden hjĉlp fra en "
+"operatĝr, magen til den installation du lige har konfigureret.\n"
+"\n"
+" Bemĉrk at to forskellige muligheder er tilstede efter klik pċ knappen:\n"
"\n"
-"* 'Opgradér kun pakker': Denne nye installationsklasse kan opgradere et "
-"eksisterende Linux Mandrake-system idet al systemkonfiguration beholdes "
-"uĉndret. Tilfĝjelse af nye pakker til den nuvĉrende installation vil ogsċ "
-"vĉre muligt.\n"
+" * Genafspil: Dette er en delvist automatiseret installering da "
+"partitioneringstrinnet (og kun dette trin) forbliver interaktiv.\n"
"\n"
-"Opgraderinger bĝr virke fint pċ Mandrake Linux-systemer der indeholder "
-"version \"8.1\" eller senere.\n"
+" * Automatisk: Fuldautomatisk installering: harddisken bliver fuldstĉndig "
+"genoverskrevet, alle data forsvinder.\n"
"\n"
-"Afhĉngig af din viden om GNU/Linux kan du vĉlge et af de fĝlgende:\n"
+" Denne facilitet er meget nyttig ved installering af et stort antal ens "
+"maskiner. Se afsnittet om autoinstallering pċ vores websted.\n"
"\n"
-"* Anbefalet: hvis du aldrig har installeret et GNU/Linux-operativsystem sċ "
-"vĉlg dette. Installationen vil vĉre meget nem og du vil kun blive stillet "
-"nogen fċ spĝrgsmċl.\n"
+" * Gem pakkevalg(*): Gemmer pakkevalget som lavet tidligere. Sċ nċr en ny "
+"installering laves, kan disketten indsĉttes i drevet og installeringen kan "
+"kĝres ved at bruge F1 pċ hjĉlpeskĉrmen idet der indtastes >>linux defcfg="
+"\"floppy\"<<.\n"
"\n"
-"* Ekspert: hvis du har en god viden om GNU/Linux, ĝnsker du mċske at lave en "
-"meget tilpasset installation. Nogen af de beslutninger du skal foretage kan "
-"vĉre ganske svĉre hvis du ikke har sċ godt et kendskab til GNU/Linux, sċ det "
-"er ikke anbefalet at dem der ikke har sċ stor erfaring vĉlger denne "
-"installationsklasse."
+"(*) Du skal have en diskette formateret til FAT (denne oprettes i GNU/Linux "
+"ved at skive \"mformat a:\")"
-#: ../../help.pm_.c:582
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\n"
+"At this point, you need to decide 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"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux system.\n"
"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, take your time.\n"
"\n"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
-msgstr ""
-"Normalt vil drakX have valgt det rigtige tastatur til dig (afhĉngigt af "
-"sproget du har valgt) og du vil sċ ikke se dette trin. Men du har mċske "
-"ikke et tastatur som svarer nĝjagtigt til dit sprog: for eksempel hvis du "
-"er en engelsktalende svejtser, vil du mċske stadig ĝnske at dit tastatur "
-"skal vĉre et svejtsisk tastatur. Eller hvis du taler engelsk men bor i "
-"Québec, er du mċske i samme situation. I begge tilfĉlde mċ du gċ tilbage "
-"til dette installationstrin og vĉlge et passende tastatur fra listen.\n"
+"Depending on your hard drive configuration, several options are available:\n"
"\n"
-"Klik pċ 'mere'-tasten for at blive prĉsenteret for den fulde \n"
-"liste af understĝttede tastaturer."
-
-#: ../../help.pm_.c:598
-msgid ""
-"The first step is to choose your preferred language.\n"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\n"
"\n"
-"Please choose your preferred language for installation and system usage.\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. You will then be asked to choose the mount points associated with\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and for the most part it's a good idea to keep them.\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 host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"section, click on the box corresponding to \"Spanish|Spain\".\n"
+" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\n"
"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue.\n"
+" Before choosing this option, please understand that after this\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store your data or to install new software.\n"
"\n"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
-msgstr ""
-"Vĉlg dit foretrukne sprog for brug under installation og pċ systemet. \n"
-"Der er en Avanceret-knap som lader dig vĉlge andre sprog, der installeres "
-"pċ maskinen. Valg af andre sprog vil installere de sprogspecifikke filer for "
-"systemdokumentation og programmer. Hvis du for eksempel vil bevĉrte folk fra "
-"Spanien pċ din maskine, vĉlg da engelsk som hovedsproget i trĉ-visningen, og "
-"afkryds sċ i den avancerede afdeling boksen svarende til spansk|Spanien.\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, because you will not be able to\n"
+"undo your choice after you confirm.\n"
"\n"
-"Bemĉrk at flere sprog kan installeres samtidigt. Nċr du er fĉrdig med at "
-"vĉlge yderligere sprog, sċ klik O.k. for at fortsĉtte."
-
-#: ../../help.pm_.c:617
-msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it 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"
+" !! If you choose this option, all data on your disk will be deleted. !!\n"
"\n"
-"If you wish to specify a different type of mouse, select the appropriate\n"
-"type from the provided list.\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 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.\n"
+" !! If you choose this option, all data on your disk will be lost. !!\n"
"\n"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
msgstr ""
-"Normalt antager drakX at du har en to-knapsmus og vil lave en opsĉtning 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, vĉlg da den rigtige type mus fra den viste "
-"liste.\n"
+"Nu skal du vĉlge 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 nĝdt til at partitionere den. "
+"Partitionering vil sige at disken deles i logiske dele for at gĝre plads til "
+"dit nye Mandrake Linux-system.\n"
"\n"
-"Hvis du vĉlger en mus forskellig fra den forvalgte, vil du blive prĉsenteret "
-"for en skĉrm for museafprĝvning. Brug knapperne og hjulet for at efterprĝve, "
-"om indstillerne er gode. Hvis musen ikke virker korrekt, tryk da pċ "
-"mellemrumstangenten eller vognretur for at 'Annullere' og vĉlg forfra."
-
-#: ../../help.pm_.c:638
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
-msgstr ""
-"Vĉlg den rigtige port. For eksempel er navnet for COM1-porten under MS "
-"Windows 'ttyS0' under GNU/Linux."
-
-#: ../../help.pm_.c:642
-msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to be difficult to become \"root\".\n"
+"Da en partitionering normalt ikke kan fortrydes kan det godt vĉre "
+"frustrerende og stressende for nybegyndere. Heldigvis er der en vejleder som "
+"forenkler denne proces. Fĝr du begynder studér da i manualen og tag den tid "
+"du skal bruge.\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"
+"Hvis du kĝrer installeringen i ekspert-tilstand kommer du ind i Mandrake "
+"Linux' partitioneringsvĉrktĝj, DiskDrake. Dette vil lade dig finindstille "
+"dine partitioner. Se kapitlet om DiskDrake i manualen. Fra installations-"
+"grĉnsefladen kan du bruge de vejledere som beskrevet her ved at klikke "
+"knappen 'Vejleder' pċ grĉnsefladen.\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"
+"Hvis partitionerne allerede er definerede (fra en tidlige installation eller "
+"fra et andet partitions-vĉrktĝj), skal du bare vĉlge dem for at installere "
+"dit Linux system\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"
+"Hvis partitionerne ikke er lavet endnu, bliver du nĝdt til at oprette dem "
+"ved brug af vejlederen. Afhĉngig af din disks konfiguration er flere "
+"muligheder tilstede:\n"
"\n"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\n"
+" * 'Brug fri plads': Dette vil simpelthen fĝre til en automatisk opdeling af "
+"den ledige diskplads. Du vil ikke blive spurgt om mere.\n"
"\n"
-"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your network administrator.\n"
+" * 'Brug eksisterende partition': vejlederen har fundet en eller flere "
+"eksisterende Linux-partitioner pċ din harddisk. Hvis du vil bruge dem, sċ "
+"vĉlg denne mulighed.\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, tilfĝje brugere, "
-"ĉndre i den overordnede systemkonfiguration og sċ videre. Kort sagt, root "
-"kan gĝre alt! Derfor skal du vĉlge en adgangskode der er svĉr at gĉtte - "
-"DrakX vil fortĉlle dig hvis det er for nemt. Som víst kan du vĉlge 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 sorglĝst at "
-"behandle partitionerne selv, er det vigtigt at det er vanskeligt at blive "
-"root.\n"
+" * 'Brug den fri plads pċ Windows-partitionen': hvis Microsoft Windows er "
+"installeret pċ din disk og bruger al pladsen, bliver du nĝdt til at lave "
+"plads til Linux. For at gĝre det kan du slette dine Microsoft Windows "
+"partitioner og data (se \"Slet hele disken\" eller \"Ekspert niveau\" ) "
+"eller ĉndre stĝrrelsen pċ din Microsoft Windows-partition. "
+"Stĝrrelsesĉndringen kan fortages uden tab af data. Denne lĝsning er "
+"anbefalet hvis du vil bruge bċde Mandrake Linux og Microsoft Windows pċ "
+"samme maskine.\n"
"\n"
-"Adgangskoden bĝr vĉre en blanding af bogstaver og tal og mindst 8 tegn "
-"langt. Skriv aldrig en adgangskode ned for root - det gĝr det for nemt at "
-"bryde ind i et system.\n"
+" Fĝr du vĉlger denne lĝsning, bĝr du forstċ at stĝrrelsen 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"
-"Gĝr dog ikke adgangskoden for lang eller kompliceret da du skal vĉre i stand "
-"til at huske den uden for stort besvĉr.\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 vĉlge "
+"denne mulighed. Vĉr forsigtig med denne lĝsning, du vil ikke vĉre i stand "
+"til at fortryde dine ĉndringer efter at du har sagt ja.\n"
"\n"
-"Adgangskoden vil ikke blive vist pċ skĉrmen nċr du indtaster den. Du skal "
-"derfor indtaste adgangskoden to gange, for at begrĉnse risikoen for "
-"tastefejl. Hvis du kommer til at lave den samme tastefejl to gange, vil "
-"denne 'ukorrekte' adgangskode vĉre krĉvet nċr du forbinder dig til "
-"systemet.\n"
+" !! Hvis du bruger denne mulighed vil alle data pċ din disk gċ tabt. !!\n"
"\n"
-"I ekspert-tilstand vil du blive spurgt om du vil koble op til en "
-"autenticerings-server, som NIS eller NDAP.\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 dit netvĉrk bruger LDAP (eller NIS)-protokollen til autentificering, "
-"vĉlg da LDAP (eller NIS). Hvis du ikke véd det, sċ spĝrg din "
-"systemadministrator.\n"
+" !! Hvis du bruger denne mulighed vil alle data pċ din disk gċ tabt. !!\n"
"\n"
-"Hvis din maskine ikke er forbundet til noget administreret netvĉrk, ĝnsker "
-"du nok at vĉlge Lokale filer for autentificering"
+" * 'Ekspert-modus': hvis du vil partitionere disken i hċnden, kan du vĉlge "
+"dette alternativ. Vĉr forsigtig fĝr du vĉlger denne lĝsning. Den giver dig "
+"mange muligheder, men er ogsċ farlig. Du kan meget nemt komme til at slette "
+"alle dine data. Sċ lad vĉre med at vĉlge den lĝsning med mindre du véd hvad "
+"du gĝr."
-#: ../../help.pm_.c:678
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\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"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite 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 tilfĉlde af at din maskine "
+"ikke kan starte op fra cdrommen, bĝr du komme tilbage til dette trin for "
+"hjĉlp i mindst to situationer:\n"
"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\n"
+" * ved installering af opstartsindlĉseren vil DrakX genskrive "
+"opstartssektoren (MBR) pċ din hoveddisk (medmindre du bruger en anden "
+"opstartshċndterer) 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 vĉre i stand til at starte GNU/Linux!\n"
"\n"
-"if in doubt, DrakX will display a dialog with various options.\n"
+" * Hvis der opstċr et problem, og du ikke kan starte GNU/Linux op fra "
+"harddisken, vil denne diskette vĉre den eneste mċde at starte GNU/Linux op "
+"pċ. Den indeholder et pĉnt antal systemvĉrktĝjer til at genskabe et system "
+"som er gċet ned pga. strĝmsvigt, en uheldig tastefejl, en skrivefejl i en "
+"adgangskode, eller nogen anden ċrsag.\n"
"\n"
-" * \"Bootloader to use\": you have three choices:\n"
+"Hvis du siger 'Ja', vil du blive bedt om at indsĉtte en diskette i drevet. "
+"Disketten du indsĉtter skal vĉre tom eller kun indeholde data som du ikke "
+"har brug for. Du behĝver ikke formatere den, da DrakX vil overskrive hele "
+"disketten."
+
+#: ../../help.pm:1
+#, c-format
+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 grĉnseflade "
+"ved opstart. Bemĉrk at du vil blive spurgt om dette selvom du har valgt ikke "
+"at afprĝve konfigurationen. Selvfĝlgelig vil du ĝnske at svare Nej, hvis din "
+"maskine skal bruges som server, eller hvis ikke lykkedes dig at fċ skĉrmen "
+"konfigureret."
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Resolution\n"
"\n"
-" * \"GRUB\": if you prefer grub (text menu);\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Monitor\n"
"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface;\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+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 upon.\n"
"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
-"interface.\n"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\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"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\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"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\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 for the expert user."
-msgstr ""
-"LILO og GRUB er opstartsindlĉsere for GNU/Linux. Dette trin er normalt helt "
-"automatiseret. Faktisk vil drakX analysere opstartsektoren pċ disken og vil "
-"handle ud fra dette, afhĉngig af hvad den finder hér:\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"
+"Monitor\n"
"\n"
-" * Hvis den finder en GRUB eller LILO opstartssektor vil den erstatte den "
-"med en ny;\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\n"
"\n"
-"Hvis den er i tvivl vil drakX vise en dialog med forskellige muligheder.\n"
"\n"
-" * 'Opstartsindlĉser der bruges': du fċr her tre muligheder:\n"
"\n"
-" * 'GRUB': hvis du foretrĉkker GRUB (tekstmenu).\n"
+"Resolution\n"
"\n"
-" * 'LILO med grafisk menu': hvis du foretrĉkker LILO med "
-"grafikgrĉnseflade.\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\n"
"\n"
-" * 'LILO med tekstmenu': hvis du foretrĉkker LILO med tekstgrĉnseflade.\n"
"\n"
-" * 'Opstartsenhed': I de fleste tilfĉlde vil det ikke vĉre nĝdvendigt at "
-"ĉndre standard (/dev/hda), men hvis du foretrĉkker det, kan "
-"opstartsindlĉseren installeres pċ det andet diskdrev (/dev/hdb), eller endda "
-"pċ en diskette (/dev/fd0).\n"
"\n"
-" * 'Forsinkelse fĝr opstart af standardsystem': Ved genstart af maskinen er "
-"dette den tid der gives til brugeren til at vĉlge en anden opstartsindgang "
-"end standard i opstartsindlĉserens menu.\n"
+"Test\n"
"\n"
-"Vĉr opmĉrksom pċ at hvis du vĉlger ikke at installere en opstartsindlĉser "
-"(ved at vĉlge 'Annullér' hér), skal du vĉre sikker pċ at du har en anden "
-"mċde at starte dit Mandrake Linux-system op pċ! Vĉr ogsċ sikker pċ hvad du "
-"gĝr hvis du ĉndrer nogen af tilvalgene her!\n"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\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 opstartsindlĉserparametre, bliver "
-"du presenteret for listen af opstartsmuligheder som vil vĉre tilstede ved "
-"opstarten.\n"
"\n"
-"Hvis der er et andet operativsystem installeret pċ din maskine, vil det "
-"automatisk blive tilfĝjet til opstartsmenuen. Her kan du vĉlge at "
-"finindstille de eksisterende muligheder. Vĉlg en indgang og klik pċ 'Ĉndr' "
-"for at ĉndre eller fjerne den; 'Tilfĝj' opretter en ny indgang; og 'Fĉrdig' "
-"fortsĉtter til det nĉste installationstrin."
+"Options\n"
+"\n"
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
+msgstr ""
-#: ../../help.pm_.c:718
+#: ../../help.pm:1
+#, c-format
msgid ""
-"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"
+"Graphic Card\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.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\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!"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
msgstr ""
-"LILO (LInux LOaderen) og GRUB er opstartsindlĉsere: 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 tilfĉldet, kan du lave en indgang i hċnden med denne skĉrm. "
-"Vĉr omhyggelig med at vĉlge de korrekte parametre.\n"
-"\n"
-"Mċske vil du ikke ĝnske at give nogensomhelst adgang til disse andre "
-"operativsystemer. I dette tilfĉlde kan du slette de tilsvarende indgange. "
-"Men sċ har du brug for en opstartsdiskette for at starte disse "
-"operativsystemer!"
-#: ../../help.pm_.c:732
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
msgstr ""
-"Det er nĝdvendigt at du angiver hvor du ĝnsker at placere oplysningerne\n"
-"krĉvet for at opstarte GNU/Linux.\n"
+"GNU/Linux hċndterer tiden i GMT (Greenwich Mean Time) og oversĉtter den til "
+"lokal tid ifĝlge den tidszone du har valgt. Det er imidlertid muligt at "
+"deaktivere dette ved at fravĉlge 'Maskinens ur sat til GMT' sċ maskinens ur "
+"er det samme som systemets ur. Dette er nyttigt nċr maskinen ogsċ bruges til "
+"andre operativsystemer som Windows.\n"
"\n"
-"Med mindre du véd prĉcist hvad du gĝr, bĝr du vĉlge Fĝrste sektor pċ drevet\n"
-"(MBR)."
+"Muligheden 'Automatisk tidssynkronisering' vil automatisk tilpasse uret ved "
+"at forbinde til en ekstern tidsserver pċ internettet. Vĉlg en server der "
+"ligger tĉt pċ dig i listen der prĉsenteres. Selvfĝlgelig 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 lokalnetvĉrk."
-#: ../../help.pm_.c:739
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
+"This step is used to choose which services you wish to start at boot time.\n"
"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a 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 first 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"
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\n"
"\n"
-" * \"CUPS\" -- ``Common Unix Printing System'', is excellent at printing to\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"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 that 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 ""
-"Her vĉlger vi et udskrivningssystem som din maskine skal bruge. Andre "
-"styresystemer tilbyder mċske ét, men Mandrake tilbyder tre.\n"
+"Du kan nu vĉlge hvilke tjenester du ĝnsker skal startes ved opstart af "
+"maskinen.\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 "
-"netvĉrk. Det vil kun behandle meget simple netvĉrkstilfĉlde, og er lidt "
-"slĝvt pċ netvĉrk. Vĉlg 'pdq' hvis dette er din jomfrurejse med GNU/Linux. Du "
-"kan ĉndre dit valg efter installeringen ved at kĝre PrinterDrake fra "
-"Mandrakes Kontrolcenter, og klikke pċ ekspert-knappen.\n"
+"Her prĉsenteres alle de tjenester, som er med i den aktuelle installation. "
+"Gennemse dem omhyggeligt og vĉlg dem fra som ikke altid er nĝdvendige ved "
+"opstarten.\n"
"\n"
-" * 'CUPS' - 'Common Unix Printing System' (Fĉlles printersystem for Unix) er "
-"fremragende til at udskrive pċ din lokale printer, og ogsċ pċ den, der stċr "
-"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 opsĉtning er "
-"nĉsten lige sċ nem som for 'pdq'. Hvis du har brug for at dette efterligner "
-"en 'lpd'-server, skal du aktivere 'cups-lpd'-dĉmonen. Det har grafiske "
-"grĉnseflader for udskrivning og valg af printermuligheder.\n"
+"Du kan fċ en kort forklarende tekst om en tjeneste ved at vĉlge en bestemt "
+"tjeneste. Hvis du ikke er sikker pċ om en tjeneste er nyttig eller ej, er "
+"det dog sikrere at bruge den foreslċede opfĝrsel.\n"
"\n"
-" * 'lprNG' - 'line printer daemon New Generation' (ny generation af "
-"linjeprinterdĉmonen). Dette system kan gĝre omtrent det samme som de andre, "
-"men det vil ogsċ kunne skrive til et Novell netvĉrk, fordi det understĝtter "
-"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 "
-"foretrĉkke, da det er simplere og bedre til at fungere over netvĉrk."
+"Vĉr specielt varsom pċ dette trin hvis du planlĉgger 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 vĉre farlige hvis de "
+"er aktiveret pċ en server. Vĉlg som hovedregel kun de tjenester som du "
+"virkelig behĝver."
-#: ../../help.pm_.c:759
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\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 with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to return to the SCSI interface question.\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\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"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to manually provide options to the driver."
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
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"
+"Du bliver nu foreslċet at opsĉtte din internet- eller netvĉrksopkobling. "
+"Hvis du vil forbinde din maskine til internettet eller til et lokalnetvĉrk "
+"sċ klik pċ 'O.k.'. Den automatiske opdagelse af netvĉrksenheder og modem vil "
+"blive startet. Hvis opdagelsen mislykkes sċ fjern markering i boksen 'Brug "
+"automatisk detektion' nĉste gang. Du kan ogsċ vĉlge at ikke konfigurere "
+"netvĉrket, eller gĝre det senere; i sċ tilfĉlde skal du bare klikke pċ "
+"'Annullér'-knappen.\n"
"\n"
-"Da maskineleftersĝgningen nogen gange ikke vil finde et stykke udstyr, vil "
-"DrakX alligevel spĝrge dig om du har et SCSI-kort installeret i din maskine. "
-"Du vil blive prĉsenteret for en liste af SCSI-kort, som du kan vĉlge 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 vĉlge Se maskinelinfo og "
-"klikke O.k. Undersĝg listen over udstyr og klik sċ pċ O.k.-knappen for at "
-"vende tilbage til spĝrgsmċlet om SCSI-udstyr.\n"
+"Mulige forbindelser er: almindeligt modem, ISDN-modem, ADSL-forbindelse, "
+"kabel-modem, og endelig en simpel LAN-forbindelse (Ethernet).\n"
"\n"
-"Hvis du mċtte angive din kort manuelt, vil DrakX spĝrge om du vil "
-"specificere nogle indstillingsmuligheder for den. Du bĝr dog lade DrakX "
-"spĝrge udstyret om opsĉtningen. Det virker som regel fint. \n"
-"Hvis DrakX ikke kan fċ oplysninger om indstillinger ud af udstyret, som skal "
-"bruges til opsĉtningen, skal du angive opsĉtningsinformation til driveren. "
-"Se i brugervejledningen (kapitel 3, underafsnit \"Collective informations on "
-"your hardware\") om hjĉlp 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)."
+"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 lĉse i kapitlet i hċndbogen omkring internetforbindelser om detaljer "
+"omkring konfigureringen, eller simpelthen vente til dit system er "
+"installeret og sċ bruge programmet beskrevet dér til at konfigurere din "
+"forbindelse.\n"
+"\n"
+"Hvis du vil konfigurere netvĉrket senere efter installationen, eller hvis du "
+"har afsluttet konfigureringen af din netvĉrksforbindelse, vĉlg da 'Fĉrdig'."
-#: ../../help.pm_.c:781
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present 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"
-"For other OSes, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"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 during boot. !!\n"
+"\n"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\n"
+"\n"
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such a floppy."
+msgstr ""
+"Endelig, afhĉngigt af om du valgte at udvĉlge individuelle pakker eller ej, "
+"vil du blive prĉsenteret for et trĉ med alle pakker opdelt i grupper og "
+"undergrupper. Under gennembladring af trĉet kan du udvĉlge hele grupper, "
+"undergrupper eller bare pakker.\n"
"\n"
-"For Linux, there are a few possible options:\n"
+"Hver gang du udvĉlger en pakke i trĉet vil en beskrivelse fremkomme til "
+"hĝjre. Nċr du har afsluttet dine udvĉlgelser, sċ klik pċ Installér-knappen. "
+"Sċ begynder selve installationen. Afhĉngig af din maskines hurtighed og "
+"antal pakker som skal installeres kan det tage et stykke tid at gĝre "
+"processen fĉrdig. Et skĝn pċ tiden det tager for fĉrdiggĝrelse vises pċ "
+"skĉrmen, sċ du kan se om der skulle vĉre tid til at nyde en kop kaffe.\n"
"\n"
-" * Label: this is simply the name you will have to type at the yaboot\n"
-"prompt to select this boot option;\n"
+"I tilfĉldet 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 fĉrdiggjort. Specielt hvis du ikke véd hvad det er for noget, sċ klik "
+"Nej her. Et klik med Ja her vil installere de nĉvnte servere og de vil som "
+"standard blive startet automatisk!\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"
+"Automatiske afhĉngigheder-valget deaktiverer simpelthen advarselsdialogen, "
+"som vises hver gang installeringsprogrammet automatisk vĉlger en pakke. "
+"Dette sker fordi det er blevet beregnet at den er krĉvet for at "
+"tilfredsstille en afhĉngighed fra en anden pakke for at kunne fĉrdiggĉre en "
+"vellykket installation.\n"
"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
+"Det klejne disketteikon i bunden af listen muliggĝr indlĉsning af en "
+"pakkeliste udvalgt ved en tidligere installation. Klik pċ denne ikon vil "
+"bede dig om at indsĉtte en diskette tidligere frembragt ved slutningen pċ en "
+"anden installation. Se rċd nr to i det sidste trin for hvordan en sċdan "
+"diskette kan laves."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+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"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\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"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\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"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\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"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\n"
"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a filesystem check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\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"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working graphical desktop.\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 tilfĝje flere valgmuligheder for Yaboot, enten til andre "
-"styresystemer, andre kerner, eller til nĝd-opstart.\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"
-"For andre styresystemer bestċr indgangen blot af et navn og rodpartitionen\n"
+" * \"Truly minimal install\": will install the absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\n"
"\n"
-"Der er for Linux nogen fċ valgmuligheder:\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"
-" * Label: dette er simpelthen navnet som du skal indtaste til ledeteksten "
-"fra Yaboot for at vĉlge denne opstartsmulighed.\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"
-" * Image: Dette vil vĉre navnet pċ den kerne der skal opstartes. Typisk "
-"vmlinux eller en variation pċ vmlinux med en endelse.\n"
+"Hvis du udfĝrer en standard-installation fra cdrom vil du fĝrst blive bedt "
+"om at angive de cd-er som du har nu (kun i ekspert-version). Tjek navnene pċ "
+"cd'erne og fremhĉv boksene svarende til de cd-er du har liggende for "
+"installationen. Klik O.k. nċr du er klar til at fortsĉtte.\n"
"\n"
-" * Root: root enheden eller \"/\" for din Linux installation.\n"
+"Pakkerne er ordnet i grupper svarende til en bestemt anvendelse af din "
+"maskine. Grupperne selv er ordnet i 4 grupper:\n"
"\n"
-" * Append: pċ Apple udstyr bruges kerne-append muligheden ganske ofte til at "
-"hjĉlpe 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 fĝlgende er nogle eksempler:\n"
+" * 'Arbejdsstation': Hvis din maskine skal bruges som en arbejdsstation, "
+"vĉlg da en eller flere af de tilsvarende grupper.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111 "
-"hda=autotune\n"
+" * 'Udvikling': hvis maskinen skal bruges til programmering vĉlg da de "
+"ĝnskede grupper.\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+" * 'Server': hvis det er planen at maskinen skal vĉre en server, er du her i "
+"stand til at vĉlge de mest almindelige tjenester, som du ĝnsker at se "
+"installeret pċ maskinen.\n"
"\n"
-" * Initrd: denne mulighed kan bruges enten til at indlĉse de fĝrste moduler, "
-"fĝr opstartsenheden er tilgĉngelig, eller til at indlĉse en ramdisk ved "
-"opstart i en nĝdsituation.\n"
+" * 'Grafisk miljĝ': Endelig skal du vĉlge foretrukne grafiske miljĝ. Vĉlg "
+"mindst ét, hvis du ĝnsker at have en grafisk arbejdsstation!\n"
"\n"
-" * Initrd-size: den almindelige stĝrrelse pċ en ramdisk er generelt 4.096 "
-"byte. Hvis du har brug for at udlĉgge en stor ramdisk kan denne mulighed "
-"bruges.\n"
+"Ved flytning af musen over et gruppenavn vises en kort forklarende tekst om "
+"denne gruppe. Hvis du ikke vĉlger nogen grupper ved installation (i "
+"modsĉtning til opgradering), vil en dialog komme frem som foreslċr dig "
+"forskellige former for minimal installation: \n"
"\n"
-" * Read-write: normalt bliver rod-partitionen fĝrst bragt op skrivebeskyttet "
-"for at muliggĝre et filsystemstjek fĝr systemet gċr i luften. Her kan du "
-"tilsidesĉtte denne opsĉtning.\n"
+" * 'Med X' Installerer de fĉrrest mulige pakker for at fċ en fungerende "
+"grafisk arbejdsstation;\n"
"\n"
-" * NoVideo: skulle Apple-billedudstyret vise sig at vĉre specielt "
-"problemfyldt kan du vĉlge denne mulighed for at starte op i 'novideo'-"
-"tilstand, med indbygget rammebufferunderstĝttelse.\n"
+" * 'Med basal dokumentation' Installerer det basale system plus basale "
+"nytteprogrammer og tilhĝrende dokumentation. Denne installation er passende "
+"til at sĉtte en server op.\n"
"\n"
-" * Default: vĉlger denne indgang som vĉrende det normale Linux valg, som "
-"vĉlges bare ved at trykke RETUR ved yaboots ledetekst. Denne indgang vil "
-"ogsċ blive fremhĉvet med en '*', hvis du trykker Tab for at se "
-"opstartsvalgene."
+" * 'Mindst mulige installering' Vil installere den mindst mulige nĝdvendigt "
+"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 fravĉlge "
+"alle grupper for at undgċ at installere nogen nye pakker. Dette er nyttigt "
+"ved reparation eller opdatering af det eksisterende system."
-#: ../../help.pm_.c:828
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD as required."
+msgstr ""
+"Mandrake Linux installationen er fordelt pċ flere cdrom-er. DrakX véd om en "
+"valgt pakke ligger pċ en anden cdrom og vil udskyde den aktuelle cd og bede "
+"dig om at isĉtte en anden, om nĝdvendigt."
+
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
-"Yaboot's main options are:\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\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"
+"\"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"
-" * 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"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt;\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+" * \"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 ""
-"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. "
-"Sĉdvanligvis vil disse andre styresystemer blive korrekt opdaget og "
-"installeret. Hvis dette ikke skulle vĉre tilfĉldet kan du her tilfĝje en "
-"indgang i hċnden. Vĉr omhyggelig med at vĉlge de korrekte parametre.\n"
+"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 vĉre med at vĉlge 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ċ vĉlge en '/home' (kun muligt hvis du har "
+"mere end én Linux-partition). \n"
+"Hver partition er listet som fĝlger: 'Navn', 'Kapacitet'.\n"
"\n"
-"Yaboots hovedvalg er:\n"
+"'Navn' er kodet som fĝlger: 'drevtype', 'drevnummer', "
+"'partitionsnummer' (for eksempel '/hda1').\n"
"\n"
-" * Init-besked: En enkel tekstbesked som vises fĝr valg af opstart.\n"
+"'drevtype' er 'hd' hvis dit diskdrev er et IDE drev, og 'sd' hvis det er et "
+"SCSI drev.\n"
"\n"
-" * Opstartsenhed: Angiver hvor du ĝnsker at placere informationen som er "
-"nĝdvendig for at starte GNU/Linux. Du vil generelt have indstillet en "
-"bootstrap-partition tidligere til at have denne information.\n"
+"'drevnummer' er altid et bogstav efter 'hd' eller 'sd'. For IDE drev:\n"
"\n"
-" * Open firmwareforsinkelse: Til forskel fra LILO er der to forsinkelser "
-"mulige med yaboot. Den fĝrste forsinkelse bliver mċlt i sekunder og du kan "
-"ved det punkt vĉlge mellem CD, OF-opstart, MacOS eller Linux.\n"
+" * 'a' betyder 'hoved-drev pċ den primĉre IDE controller',\n"
"\n"
-" * Ventetid fĝr kerneopstart: Denne er lig LILO-opstartsforsinkelsen. Efter "
-"at have valgt Linux vil du have denne ventetid gange 0,1 sekunder fĝr din "
-"forvalgte kernebeskrivelse bliver valgt.\n"
+" * 'b' betyder 'slave-drev pċ den primĉre IDE controller',\n"
"\n"
-" * Aktivér CD-opstart?: Hvis du vĉlger dette valg vil du kunne trykke 'C' "
-"for CD ved det fĝrste opstartsvalg.\n"
+" * 'c' betyder 'hoved-drev pċ den sĉkundĉre IDE controller',\n"
"\n"
-" * Aktiver OF-opstart?: Hvis du vĉlger dette valg vil du kunne trykke 'N' "
-"for 'Open Firmware' ved det fĝrste opstartsvalg.\n"
+" * 'd' betyder 'slave-drev pċ den sĉkundĉre IDE controller'.\n"
"\n"
-" * Forvalgt styresystem: Du kan vĉlge hvilket forvalgt styresystem der skal "
-"startes nċr Open Firmwareforsinkelsen er udlĝbet."
+"For SCSI drev betyder 'a' det 'fĝrste drev', 'b' betyder det 'andet drev', "
+"osv."
-#: ../../help.pm_.c:860
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may 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\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to 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. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
msgstr ""
-"Her prĉsenteres forskellige parametre relateret til din maskine. Afhĉngig af "
-"dit installerede maskinel vil - eller vil du ikke - se de fĝlgende "
-"indgange:\n"
-"\n"
-" * 'Mus': tjek den aktuelle musekonfiguration og klik pċ knappen for om "
-"nĝdvendigt at ĉndre den.\n"
-"\n"
-" * 'Tastatur': tjek den aktuelle tastaturkonfiguration og klik pċ knappen "
-"for om nĝdvendigt at ĉndre den.\n"
-"\n"
-" * 'Tidszone': DrakX gĉtter normalt din tidszone fra det sprog, du har "
-"valgt. Men ogsċ her, som ved valg af tastatur, er du mċske ikke i det land "
-"som dit sprog indikerer, sċ du har mċske 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. Kig i det tilhĝrende kapitel i 'Brugervejledningen' "
-"for mere information om hvordan man opsĉtter en ny printer. Grĉnsefladen\n"
-"prĉsenteret der ligner den som bruges under installationen;\n"
-"\n"
-" * 'Lydkort': Hvis et lydkort er blevet fundet pċ dit system, vil det blive "
-"vist her. Ingen ĉndringer er mulige pċ installationstidspunktet.\n"
+"GNU/Linux er et flerbrugersystem, og dette betyder at hver bruger kan have "
+"sine egne prĉferencer, sine egne filer og sċ videre. Du kan lĉse "
+"brugervejledningen for at lĉre mere.\n"
+"Men i modsĉtning til root, som er administratoren, vil brugerne som du "
+"tilfĝjer her ikke have lov til at ĉndre nogetsomhelst undtagen deres egne "
+"filer og deres egen opsĉtning. Du skal oprette i det mindste én almindelig "
+"bruger til dig selv.\n"
+"Dette er den konto som du bĝr bruge til almindelig brug. Selvom det er meget "
+"praktisk at logge ind som root hver dag, kan det ogsċ vĉre 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 mċske "
+"tabe nogen information, men ikke hele systemet.\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"
+"Fĝrst skal du indtaste dit rigtige navn. Dette er ikke krĉvet, selvfĝlgelig "
+"kan du faktisk skrive hvad du vil. DrakX vil sċ tage det fĝrste ord du skrev "
+"i boksen og og overfĝre 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 hér. Adgangskoden for en ikke-priviligeret "
+"(normal) bruger er ikke sċ vigtigt som det for Root fra et sikkerhedsmĉssigt "
+"synspunkt, men det er ingen grund til at negligere det alligevel - nċr det "
+"kommer til stykket er dine filer der er i fare. Hvis du klikker pċ Acceptér "
+"bruger, kan du tilfĝje sċ mange som du ĝnsker. Tilfĝj en bruger for hver af "
+"dine venner: fx din far og din sĝster. Nċr du har tilfĝjet alle de brugere "
+"du ĝnsker, vĉlg da Fĉrdig.\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 tilhĝrende "
-"parametre."
+"Klik pċ Avanceret-knappen lader dig ĉndre standard-skal for denne bruger\n"
+"(bash er standard)."
-#: ../../help.pm_.c:891
+#: ../../help.pm:1
+#, fuzzy, c-format
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!"
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
msgstr ""
-"Vĉlg det diskdrev som du vil slette for at installere din nye Mandrake Linux "
-"partition. Vĉr forsigtig, alle data som er pċ der, vil gċ tabt og vil ikke "
-"kunne genskabes!"
+"Fĝr du gċr videre bĝr du lĉse betingelserne i licensen omhyggeligt. Den "
+"omfatter hele Mandrake Linux distributionen, og hvis du ikke er enig i alle "
+"betingelserne i den, sċ klik pċ 'Nĉgt'-knappen. Det vil ĝjeblikkeligt "
+"afslutte installationen. For at fortsĉtte installationen skal du klikke pċ "
+"'Acceptér'-knappen."
-#: ../../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 stop 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. Vĉr omhyggelig, efter klik pċ O.k. vil du ikke vĉre i "
-"stand til at redde nogen data eller partitioner, der ligger pċ dette "
-"diskdrev, inklusive alle Windows data.\n"
-"Klik pċ 'Annullér' for at annullere denne handling uden at tabe nogen data "
-"og partitioner der er tilstede pċ dette diskdrev."
+#: ../../install2.pm:1
+#, c-format
+msgid "You must also format %s"
+msgstr "Du skal ogsċ formatere %s"
-#: ../../install2.pm_.c:111
+#: ../../install2.pm:1
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -4430,21 +3156,79 @@ msgstr ""
"mangler), dette betyder normalt at din opstartsdiskette ikke stemmer overens "
"med installationsmediet (lav en nyere opstartsdiskette)"
-#: ../../install2.pm_.c:167
+#: ../../install_any.pm:1
#, c-format
-msgid "You must also format %s"
-msgstr "Du skal ogsċ formatere %s"
+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 ""
+"Der er opstċet en fejl - der kunne ikke findes nogen gyldige enheder, hvor "
+"der kan oprettes nye filsystemer. Undersĝg din maskine for at finde ċrsagen "
+"til problemet"
+
+#: ../../install_any.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "Error reading file %s"
+msgstr "Fejl ved lĉsning af filen %s"
+
+#: ../../install_any.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "This floppy is not FAT formatted"
+msgstr "Denne diskette er ikke formatteret til FAT"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "Insert a FAT formatted floppy in drive %s"
+msgstr "Indsĉt en tom diskette i diskette-drev %s"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "Can't use broadcast with no NIS domain"
+msgstr "Kan ikke bruge rundkastning uden noget NIS-domĉne"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm:1
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+"De fĝlgende pakker vil blive fjernet for at kunne opdatere systemet: %s\n"
+"\n"
+"\n"
+"Ĝnsker du virkelig at fjerne disse pakker?\n"
+
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
+#, c-format
+msgid "No"
+msgstr "Nej"
+
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
+#, c-format
+msgid "Yes"
+msgstr "Ja"
+
+#: ../../install_any.pm:1
#, 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"
+"issues, but some new ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
"\n"
"\n"
"Do you really want to install these servers?\n"
@@ -4459,157 +3243,114 @@ msgstr ""
"\n"
"Ĝnsker du virkelig at installere disse servere?\n"
-#: ../../install_any.pm_.c:441
+#: ../../install_gtk.pm:1
#, c-format
-msgid ""
-"The following packages will be removed to allow upgrading your system: %s\n"
-"\n"
-"\n"
-"Do you really want to remove these packages?\n"
-msgstr ""
-"De fĝlgende pakker vil blive fjernet for at kunne opdatere systemet: %s\n"
-"\n"
-"\n"
-"Ĝnsker du virkelig at fjerne disse pakker?\n"
+msgid "System configuration"
+msgstr "Systemkonfiguration"
-#: ../../install_any.pm_.c:471
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Kan ikke bruge rundkastning uden noget NIS-domĉne"
-
-#: ../../install_any.pm_.c:879
+#: ../../install_gtk.pm:1
#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Indsĉt en tom diskette i diskette-drev %s"
+msgid "System installation"
+msgstr "System-installering"
-#: ../../install_any.pm_.c:883
-msgid "This floppy is not FAT formatted"
-msgstr "Denne diskette er ikke formatteret til FAT"
-
-#: ../../install_any.pm_.c:895
-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:918 ../../partition_table.pm_.c:767
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Error reading file %s"
-msgstr "Fejl ved lĉsning af filen %s"
+msgid "Bringing down the network"
+msgstr "Lukker netvĉrket ned"
-#: ../../install_any.pm_.c:1040
-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 ""
-"Der er opstċet en fejl - der kunne ikke findes nogen gyldige enheder, hvor "
-"der kan oprettes nye filsystemer. Undersĝg din maskine for at finde ċrsagen "
-"til problemet"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing up the network"
+msgstr "Bringer netvĉrket op"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_interactive.pm:1
#, 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 ''proprietĉre'' drivere for at "
-"virke.\n"
-"Du kan finde information om dem hos: %s"
+msgid "Partitioning failed: %s"
+msgstr "Partitionering mislykkedes: %s"
-#: ../../install_interactive.pm_.c:56
-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 "
-"vĉlg en eksisterende).\n"
-"Vĉlg sċ kommandoen \"Monterings-sti\" og sĉt den til `/'"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "The DrakX Partitioning wizard found the following solutions:"
+msgstr "DrakX partitionerings-vejlederen fandt de fĝlgende lĝsninger:"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr "Du skal tildele en partition til Swap"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "I can't find any room for installing"
+msgstr "Kan ikke finde plads til installering"
-#: ../../install_interactive.pm_.c:62
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
+"You can now partition %s.\n"
+"When you are done, don't forget to save using `w'"
msgstr ""
-"Du har ingen Swap partition\n"
-"\n"
-"Fortsĉt alligevel?"
-
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-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 partitions"
-msgstr "Brug eksisterende partition"
+"Du kan nu partitionere %s.\n"
+"Nċr du er fĉrdig, sċ husk at gemme med 'w'"
-#: ../../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:1
+#, c-format
+msgid "Use fdisk"
+msgstr "Brug fdisk"
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Brug Windows partitionen til Loopback"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Custom disk partitioning"
+msgstr "Brugerdefineret disk-opdeling"
-#: ../../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:1
+#, 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:114
-msgid "Choose the sizes"
-msgstr "Vĉlg stĝrrelserne"
+#: ../../install_interactive.pm:1
+#, c-format
+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:115
-msgid "Root partition size in MB: "
-msgstr "Rod-partitions stĝrrelse i Mb: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "Slet hele disken"
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "Swap-partitions stĝrrelse i Mb: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "Fjern Windows(TM)"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr "Brug den frie plads pċ Windows-partitionen"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no FAT partition to resize (or not enough space left)"
+msgstr ""
+"Der er ingen FAT-partitioner at ĉndre stĝrrelse pċ (eller ikke nok plads "
+"tilbage)"
-#: ../../install_interactive.pm_.c:129
-msgid "Which partition do you want to resize?"
-msgstr "Hvilken partition ĝnsker du at ĉndre stĝrrelse pċ?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "FAT stĝrrelsesĉndring mislykkedes: %s"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
msgstr "Udregner Windows-filsystemets grĉnser"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Programmet til at ĉndre stĝrrelse pċ FAT kan ikke behandle din partition, \n"
-"den fĝlgende fejl opstod: %s"
+msgid "Resizing"
+msgstr "Ĉndrer stĝrrelsen"
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr "Din Windows partition er for fragmenteret, kĝr 'defrag' fĝrst"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "partition %s"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which size do you want to keep for Windows on"
+msgstr "Hvilken stĝrrelse ĝnsker du at at beholde Windows pċ?"
+
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -4628,317 +3369,166 @@ msgstr ""
"defrag) og sċ genstarte installationen. Du bĝr ogsċ tage en sikkerhedskopi "
"af dine data. Tryk pċ Ok, hvis du er helt sikker."
-#: ../../install_interactive.pm_.c:148
-msgid "Which size do you want to keep for Windows on"
-msgstr "Hvilken stĝrrelse ĝnsker du at at beholde Windows pċ?"
-
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm:1
#, c-format
-msgid "partition %s"
-msgstr "partition %s"
-
-#: ../../install_interactive.pm_.c:156
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT stĝrrelsesĉndring mislykkedes: %s"
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Der er ingen FAT-partitioner at ĉndre stĝrrelse pċ, eller bruge som loopback "
-"(eller ikke nok plads tilbage)"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Erase entire disk"
-msgstr "Slet hele disken"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr "Fjern Windows(TM)"
-
-#: ../../install_interactive.pm_.c:180
-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ċ?"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
+msgstr "Din Windows partition er for fragmenteret, kĝr 'defrag' fĝrst"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm:1
#, 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:191
-msgid "Custom disk partitioning"
-msgstr "Brugerdefineret disk-opdeling"
-
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr "Brug fdisk"
+msgid "Computing the size of the Windows partition"
+msgstr "Beregner stĝrrelsen pċ Windows-partitionen"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
msgstr ""
-"Du kan nu partitionere %s.\n"
-"Nċr du er fĉrdig, sċ husk at gemme med 'w'"
-
-#: ../../install_interactive.pm_.c:227
-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:243
-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 fĝlgende lĝsninger:"
+"Programmet til at ĉndre stĝrrelse pċ FAT kan ikke behandle din partition, \n"
+"den fĝlgende fejl opstod: %s"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Partitionering mislykkedes: %s"
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr "Bringer netvĉrket op"
-
-#: ../../install_interactive.pm_.c:265
-msgid "Bringing down the network"
-msgstr "Lukker netvĉrket 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 hċndteres pċ en\n"
-"pĉn mċde.\n"
-"Fortsĉt pċ eget ansvar!"
+msgid "Which partition do you want to resize?"
+msgstr "Hvilken partition ĝnsker du at ĉndre stĝrrelse pċ?"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Duplikér monterings-sti %s"
+msgid "Use the free space on the Windows partition"
+msgstr "Brug den frie plads pċ Windows-partitionen"
-#: ../../install_steps.pm_.c:380
-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"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
-"Nogle vigtige pakker blev ikke installeret rigtigt.\n"
-"Enten er dit cdrom-drev eller din cdrom fejlbehĉftet.\n"
-"Tjek cdrom'en pċ en fĉrdiginstalleret maskine ved brug af \"rpm -qpl "
-"Mandrake/RPMS/*.rpm\"\n"
+"Der er ingen FAT-partitioner at bruge som loopback (eller ikke nok plads "
+"tilbage)"
-#: ../../install_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr "Velkommen til %s"
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
-msgstr "Intet tilgĉngeligt diskettedrev"
+msgid "Swap partition size in MB: "
+msgstr "Swap-partitions stĝrrelse i Mb: "
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Gċr til trin `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:146
-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 ""
-"Dit system har kun fċ resurser. Du kan fċ problemer med at installere\n"
-"Mandrake Linux. Hvis dette sker, kan du prĝve en tekst-baseret installation "
-"i stedet\n"
-"Dette gĝres ved at trykke 'F1' ved opstart fra cdrommen, og sċ skrive 'text'."
-
-#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr "Installationsmetode"
-
-#: ../../install_steps_gtk.pm_.c:160
-msgid "Please choose one of the following classes of installation:"
-msgstr "Vĉlg en af de fĝlgende installations-mċder:"
+msgid "Root partition size in MB: "
+msgstr "Rod-partitions stĝrrelse i Mb: "
-#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr "Valg af pakkegrupper"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Choose the sizes"
+msgstr "Vĉlg stĝrrelserne"
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr "Individuelt pakkevalg"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which partition do you want to use for Linux4Win?"
+msgstr "Hvilken partition vil du benytte som Linux4Win?"
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Total stĝrrelse: %d / %d Mb"
+msgid "Use the Windows partition for loopback"
+msgstr "Brug Windows partitionen til Loopback"
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr "Dċrlig pakke"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no existing partition to use"
+msgstr "Der er ingen eksisterende partition der kan bruges"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr "Navn: %s\n"
+msgid "Use existing partitions"
+msgstr "Brug eksisterende partition"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "Version: %s\n"
+msgid "Not enough free space to allocate new partitions"
+msgstr "Ikke nok fri plads til at tildele nye partitioner"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr "Stĝrrelse: %d KB\n"
+msgid "Use free space"
+msgstr "Brug fri plads"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_interactive.pm:1 ../../install_steps.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr "Vigtighed: %s\n"
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "Du skal have en FAT-partition monteret under /boot/efi"
-#: ../../install_steps_gtk.pm_.c:360
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"You can't select this package as there is not enough space left to install it"
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
-"Du kan ikke vĉlge denne pakke, da der ikke er nok plads tilbage til at "
-"installere den"
-
-#: ../../install_steps_gtk.pm_.c:365
-msgid "The following packages are going to be installed"
-msgstr "De fĝlgende pakker vil blive installeret"
-
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr "De fĝlgende pakker vil blive afinstalleret"
-
-#: ../../install_steps_gtk.pm_.c:378
-msgid "You can't select/unselect this package"
-msgstr "Du kan ikke vĉlge/fravĉlge denne pakke"
-
-#: ../../install_steps_gtk.pm_.c:390
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Dette er en nĝdvendig pakke, den kan ikke vĉlges fra"
-
-#: ../../install_steps_gtk.pm_.c:392
-msgid "You can't unselect this package. It is already installed"
-msgstr "Du kan ikke fravĉlge denne pakke. Den er allerede installeret"
+"Du har ingen Swap partition\n"
+"\n"
+"Fortsĉt alligevel?"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
+"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 ""
-"Denne pakke skal opgraderes\n"
-"Er du sikker pċ at du vil fravĉlge den?"
-
-#: ../../install_steps_gtk.pm_.c:398
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Du kan ikke fravĉlge denne pakke. Den skal opgraderes"
-
-#: ../../install_steps_gtk.pm_.c:403
-msgid "Show automatically selected packages"
-msgstr "Vis automatisk valgte pakker"
-
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr "Installér"
-
-#: ../../install_steps_gtk.pm_.c:407
-msgid "Load/Save on floppy"
-msgstr "Indlĉs/gem pċ diskette"
-
-#: ../../install_steps_gtk.pm_.c:408
-msgid "Updating package selection"
-msgstr "Opdaterer pakkevalg"
-
-#: ../../install_steps_gtk.pm_.c:413
-msgid "Minimal install"
-msgstr "Minimal installation"
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr "Vĉlg pakker som skal installeres"
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr "Installerer"
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr "Beregnes"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr "Resterende tid "
-
-#: ../../install_steps_gtk.pm_.c:469
-msgid "Please wait, preparing installation..."
-msgstr "Vent venligst, forbereder installationen"
-
-#: ../../install_steps_gtk.pm_.c:551
-#, c-format
-msgid "%d packages"
-msgstr "%d pakker"
+"Du skal have en rod partition. For at fċ dette, lav en ny partition (eller "
+"vĉlg en eksisterende).\n"
+"Vĉlg sċ kommandoen \"Monterings-sti\" og sĉt den til `/'"
-#: ../../install_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr "Installerer pakke %s"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "Acceptér"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
-msgstr "Nĉgt"
+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 ''proprietĉre'' drivere for at "
+"virke.\n"
+"Du kan finde information om dem hos: %s"
-#: ../../install_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
+#: ../../install_messages.pm:1
#, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\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."
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\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 ""
-"Skift din cdrom!\n"
+"Tillykke, installationen er fĉrdig.\n"
+"Fjern boot-mediet og tryk retur for at genstarte.\n"
"\n"
-"Indsĉt cdrom'en med navnet \"%s\" i dit cdrom-drev og tryk pċ Ok, nċr det "
-"gjort\n"
-"Hvis du ikke har den sċ tryk pċ Annullér, sċ undgċs installation fra denne cd"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr "Fortsĉt alligevel?"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
-msgstr "Der opstod en fejl ved sorteringen af pakkerne:"
+"\n"
+"For information om rettelser til denne udgivelse af Mandrake Linux, se "
+"Errata pċ:\n"
+"\n"
+"\n"
+"%s\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_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr "Der opstod en fejl ved installeringen af pakkerne:"
+#: ../../install_messages.pm:1
+#, fuzzy, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -4995,20 +3585,9 @@ msgstr ""
"Alle rettigheder til komponenterne pċ CD-en tilhĝrer deres respektive "
"skabere og er beskyttet af Lov om Ophavsret.\n"
-#: ../../install_steps_interactive.pm_.c:67
-msgid "An error occurred"
-msgstr "Der er opstċet 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:112
-msgid "License agreement"
-msgstr "Licensaftale"
-
# Mangler
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -5216,288 +3795,673 @@ msgstr ""
"rette domstol i Paris, Frankrig. Ved spĝrgsmċl omkring dette dokument, "
"kontakt venligst MandrakeSoft S.A. \n"
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
-msgstr "Er du sikker pċ at du afviser licensen?"
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "Gċr til trin `%s'\n"
-#: ../../install_steps_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "Tastatur"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "Fortsĉt alligevel?"
-#: ../../install_steps_interactive.pm_.c:218
-msgid "Please choose your keyboard layout."
-msgstr "Vĉlg dit tastaturlayout."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "Der opstod en fejl ved installeringen af pakkerne:"
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
-msgstr "Her er den komplette liste over tilgĉngelige tastaturer"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "Der opstod en fejl ved sorteringen af pakkerne:"
-#: ../../install_steps_interactive.pm_.c:237
-msgid "Which installation class do you want?"
-msgstr "Hvilken installations-klasse ĝnsker du?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, 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"
+"Indsĉt cdrom'en med navnet \"%s\" i dit cdrom-drev og tryk pċ Ok, nċr det "
+"gjort\n"
+"Hvis du ikke har den sċ tryk pċ Annullér, sċ undgċs installation fra denne cd"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Install/Update"
-msgstr "Installér/Opdatér"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "Nĉgt"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Is this an install or an update?"
-msgstr "Er dette en nyinstallation eller en opdatering?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "Acceptér"
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Recommended"
-msgstr "Anbefalet"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "Installerer pakke %s"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "Ekspert"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d pakker"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade"
-msgstr "Opgradering"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "No details"
+msgstr "Detaljer"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade packages only"
-msgstr "Opgradér kun pakker"
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "Detaljer"
-#: ../../install_steps_interactive.pm_.c:282
-msgid "Please choose the type of your mouse."
-msgstr "Vĉlg muse-type."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Please wait, preparing installation..."
+msgstr "Vent venligst, forbereder installationen"
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr "Muse-port"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "Resterende tid "
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr "Vĉlg hvilken seriel port din mus er forbundet til."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "Beregnes"
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
-msgstr "Emulering af knapper"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "Installerer"
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
-msgstr "Emulering af knap 2"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "Vĉlg pakker som skal installeres"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
-msgstr "Emulering af knap 3"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Minimal install"
+msgstr "Minimal installation"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr "Konfigurerer PCMCIA kort..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Updating package selection"
+msgstr "Opdaterer pakkevalg"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Load/Save on floppy"
+msgstr "Indlĉs/gem pċ diskette"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr "Konfigurerer IDE"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "<- Previous"
+msgstr "<- Forrige"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "Installér"
-#: ../../install_steps_interactive.pm_.c:345
-msgid "No partition available"
-msgstr "ingen ledige partitioner"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
+msgstr "Vis automatisk valgte pakker"
-#: ../../install_steps_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
-msgstr "Skanner partitioner for at finde monteringspunkter"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It must be upgraded"
+msgstr "Du kan ikke fravĉlge denne pakke. Den skal opgraderes"
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
-msgstr "Vĉlg monterings-stierne"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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 fravĉlge den?"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It is already installed"
+msgstr "Du kan ikke fravĉlge denne pakke. Den er allerede installeret"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "This is a mandatory package, it can't be unselected"
+msgstr "Dette er en nĝdvendig pakke, den kan ikke vĉlges fra"
-#: ../../install_steps_interactive.pm_.c:386
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "Du kan ikke vĉlge/fravĉlge denne pakke"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "De fĝlgende pakker vil blive afinstalleret"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be installed"
+msgstr "De fĝlgende pakker vil blive installeret"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
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"
+"You can't select this package as there is not enough space left to install it"
msgstr ""
-"Det er ikke plads for 1 MB bootstrap! Installationen vil fortsĉtte, men for "
-"at starte dit system op, skal du lave en bootstrap partition i DiskDrake"
+"Du kan ikke vĉlge denne pakke, da der ikke er nok plads tilbage til at "
+"installere den"
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Ingen rodpartition fundet til opgradering"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Vigtighed: %s\n"
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Rod-partition"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Stĝrrelse: %d KB\n"
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "Hvilken partition indeholder systemets rod-partition (/)?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Version: %s\n"
+msgstr "Version: %s\n"
-#: ../../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_gtk.pm:1
+#, c-format
+msgid "Name: %s\n"
+msgstr "Navn: %s\n"
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Vĉlg partitioner der skal formateres"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Bad package"
+msgstr "Dċrlig pakke"
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Led efter beskadigede blokke?"
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "Andet"
-#: ../../install_steps_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr "Formaterer partitioner"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Total stĝrrelse: %d / %d Mb"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Opretter og formaterer fil %s"
+msgid "Next ->"
+msgstr "Nĉste ->"
-#: ../../install_steps_interactive.pm_.c:470
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Individual package selection"
+msgstr "Individuelt pakkevalg"
+
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Help"
+msgstr "Hjĉlp"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package Group Selection"
+msgstr "Valg af pakkegrupper"
+
+#: ../../install_steps_gtk.pm:1
#, c-format
msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
+"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 ""
-"Kontrol af filsystem %s mislykkedes. Ĝnsker du at reparere fejlene (bemĉrk, "
-"du kan miste data)"
+"Dit system har kun fċ resurser. Du kan fċ problemer med at installere\n"
+"Mandrake Linux. Hvis dette sker, kan du prĝve en tekst-baseret installation "
+"i stedet\n"
+"Dette gĝres ved at trykke 'F1' ved opstart fra cdrommen, og sċ skrive 'text'."
-#: ../../install_steps_interactive.pm_.c:472
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr "Ikke nok swap-plads til at gennemfĝre installationen, tilfĝj mere"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save packages selection"
+msgstr "Gem pakke-valg"
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "Leder efter tilgĉngelige pakker og genopbygger rpm-database..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "Automatisk"
-#: ../../install_steps_interactive.pm_.c:480
-msgid "Looking for available packages..."
-msgstr "Leder efter tilgĉngelige pakker"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Replay"
+msgstr "Afspil igen"
-#: ../../install_steps_interactive.pm_.c:483
-msgid "Looking at packages already installed..."
-msgstr "Leder efter pakker der allerede er installeret..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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ċ tilfĉlde vil den "
+"overtage hele harddisken!! (dette er beregnet til at installere pċ en anden "
+"maskine).\n"
+"\n"
+"Du foretrĉkker mċske at afspille installationen igen\n"
-#: ../../install_steps_interactive.pm_.c:487
-msgid "Finding packages to upgrade..."
-msgstr "Leder efter pakker som skal opgraderes"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Generate auto install floppy"
+msgstr "Laver autoinstallations-diskette"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Reboot"
+msgstr "Genstart"
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
+"Some steps are not completed.\n"
+"\n"
+"Do you really want to quit now?"
msgstr ""
-"Dit system har ikke nok plads tilbage til en installation eller opgradering "
-"(%d > %d)"
+"Nogen dele af installationen er ikke fĉrdig\n"
+"\n"
+"Er du sikker pċ du ĝnsker du at lukke nu?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Creating auto install floppy..."
+msgstr "Laver autoinstallations-diskette"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
+#, c-format
+msgid "Insert a blank floppy in drive %s"
+msgstr "Indsĉt en tom diskette i drev %s"
-#: ../../install_steps_interactive.pm_.c:541
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
+"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 ""
-"Vĉlg indlĉs eller gem pakkevalg pċ diskette.\n"
-"Formatet er det samme som for auto_install-genererede disketter."
+"Du behĝver mċske 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 nĉste opstart burde du se systemstarteren."
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Load from floppy"
-msgstr "Indlĉs fra diskette"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installation of bootloader failed. The following error occured:"
+msgstr "Installation af opstarter mislykkedes. Den fĝlgende fejl opstod:"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr "Gem pċ diskette"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing bootloader"
+msgstr "Installerer systemopstarter"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Loading from floppy"
-msgstr "Indlĉser fra diskette"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Error installing aboot, \n"
+"try to force installation even if that destroys the first partition?"
+msgstr ""
+"Fejl ved installation af aboot, \n"
+"forsĝg at gennemtvinge installation selv om dette kan ĝdelĉgge den fĝrste "
+"partition?"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Package selection"
-msgstr "Valg af pakker"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "Ĝnsker du at bruge aboot?"
-#: ../../install_steps_interactive.pm_.c:552
-msgid "Insert a floppy containing package selection"
-msgstr "Indsĉt en diskette med pakkevalget"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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 or some other means to boot your machine"
+msgstr ""
+"Det virker som om du har en OldWorld eller ukendt maskine, yaboot "
+"opstartsindlĉseren vil ikke virke for dig. Installationen vil fortsĉtte, men "
+"du skal bruge BootX eller en anden mċde til at starte din maskine."
-#: ../../install_steps_interactive.pm_.c:634
-msgid "Selected size is larger than available space"
-msgstr "Valgt stĝrrelse er stĝrre end tilgĉngelig plads"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing bootloader..."
+msgstr "Forbereder opstarter..."
-#: ../../install_steps_interactive.pm_.c:649
-msgid "Type of install"
-msgstr "Installationstype"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin Password"
+msgstr "Adgangskode for domĉneadministrator"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin User Name"
+msgstr "Brugernavn for domĉneadministrator"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Windows Domain"
+msgstr "Windows Domain"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication Windows Domain"
+msgstr "Autentifikations Windowsdomĉne"
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
msgstr ""
-"Du har ikke valgt nogen gruppe af pakker.\n"
-"Vĉlg den minimale installation du ĝnsker"
+"For at dette kan virke pċ en W2K PDC skal du nok have administratoren til at "
+"kĝre: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add og genstarte serveren.\n"
+"Du skal ogsċ have et brugernavn og en adgangskode for at maskinen kan "
+"tilsluttes Windows(TM)-domĉnet.\n"
+"Hvis netvĉrket ikke er aktiveret vil Drakx prĝve at slutte til domĉnet efter "
+"trinnet med opsĉtning af netvĉrk.\n"
+"Skulle denne opsĉtning fejle af nogen ċrsag, og domĉneautentifikation ikke "
+"virke, sċ kĝr 'smbpasswd -j DOMAIN -U USER%%PASSWORD' med dit Windows(tm) "
+"domĉne og administrators brugernavn/adgangskode, efter genstart af "
+"systemet.\n"
+"Kommandoen 'wbinfo -t' vil afprĝve om dine hemmelige autentifikationsdata er "
+"i orden."
-#: ../../install_steps_interactive.pm_.c:653
-msgid "With X"
-msgstr "Med X"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Server"
+msgstr "NIS-server"
-#: ../../install_steps_interactive.pm_.c:655
-msgid "With basic documentation (recommended!)"
-msgstr "Med basal dokumentation (anbefalet!)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "NIS-domĉne"
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Virkelig minimal installation (specielt ingen urpmi)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication NIS"
+msgstr "Autentificering NIS"
-#: ../../install_steps_interactive.pm_.c:741
-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."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS"
+msgstr "NIS"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Server"
+msgstr "LDAP-server"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Base dn"
+msgstr "LDAP grundlĉggende dn"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication LDAP"
+msgstr "Autentificering LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr "LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Local files"
+msgstr "Lokale filer"
+
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "Identifikation"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
-"Hvis du har alle cd'erne i listen nedenunder, klik Ok.\n"
-"Hvis du ikke har nogen af disse cd'er, klik Annullér.\n"
-"Hvis kun nogen cd'er mangler, fravĉlg dem, og klik sċ Ok."
+"Denne adgangskode er for nemt at gĉtte (det skal mindst vĉre pċ %d tegn)"
-#: ../../install_steps_interactive.pm_.c:746
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cdrom med etikette '%s'"
+msgid "No password"
+msgstr "Ingen adgangskode"
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr "Forbereder installationen"
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Set root password"
+msgstr "Sĉt root-adgangskode"
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
+msgid "You have not configured X. Are you sure you really want this?"
msgstr ""
-"Installerer pakke %s\n"
-"%d%%"
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr "Konfiguration efter installation"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services: %d activated for %d registered"
+msgstr "Tjenester: %d aktiverede for %d registrerede"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Indsĉt opstartsdisketten i diskette-drevet %s"
+msgid "Services"
+msgstr "Tjenester"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Indsĉt Opdater moduler-disketten i drev %s"
+msgid "System"
+msgstr "System"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Bootloader"
+msgstr "Systemopstarter"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Boot"
+msgstr "Rod"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "disabled"
+msgstr "deaktivér"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "activated"
+msgstr "aktivér nu"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Firewall"
+msgstr "Brandmur/router"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Security"
+msgstr "Sikkerhed"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Security Level"
+msgstr "Sikkerhedsniveau:"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "not configured"
+msgstr "ikke konfigureret"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Network"
+msgstr "Netvĉrk"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Network & Internet"
+msgstr "Netvĉrksgrĉnsesnit"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Graphical interface"
+msgstr "Grafisk grĉnseflade"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Hardware"
+msgstr "HardDrake"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "TV card"
+msgstr "TV-kort"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr "Intet lydkort genkendt. Prĝv at kĝre \"harddrake\" efter installation"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr "Kĝr \"sndconfig\" efter installation for at konfigurere dit lydkort"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you have an ISA sound card?"
+msgstr "Har du et ISA-lydkort?"
-#: ../../install_steps_interactive.pm_.c:861
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Sound card"
+msgstr "Lydkort"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "Ekstern CUPS server"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No printer"
+msgstr "Ingen printer"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer"
+msgstr "Printer"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, c-format
+msgid "Mouse"
+msgstr "Mus"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Timezone"
+msgstr "Tidszone"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "Tastatur"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr "Oversigt"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NTP Server"
+msgstr "NTP-server"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
+msgstr "Automatisk tidssynkronisering (ved hjĉlp af NTP)"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware clock set to GMT"
+msgstr "Maskin-ur sat til GMT"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "Hvad er din tidszone?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Contacting the mirror to get the list of available packages..."
+msgstr "Kontakter spejlet for at hente listen af tilgĉngelige pakker"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "Vĉlg det spejl hvorfra pakkerne skal hentes"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Contacting Mandrake Linux web site to get the list of available mirrors..."
+msgstr ""
+"Kontakter Mandrake Linux netsted for at hente listen over tilgĉngelige spejle"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
-"have been released after the distribution was released. They may\n"
+"have been updated 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"
@@ -5505,7 +4469,7 @@ msgid ""
"\n"
"Do you want to install the updates ?"
msgstr ""
-"Du har nu mulighed for at hente opdaterede pakker som er blevet udgivet\n"
+"Du har nu mulighed for at hente opdaterede pakker som er blevet opdateret\n"
"efter distributionen blev gjort tilgĉngelig.\n"
"\n"
"Du vil fċ sikkerhedsrettelser eller fejlrettelser, men du skal have en\n"
@@ -5513,3158 +4477,7060 @@ msgstr ""
"\n"
"Ĝnsker du at installere opdateringerne?"
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please insert the Update Modules floppy in drive %s"
+msgstr "Indsĉt Opdater moduler-disketten i drev %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "Indsĉt opstartsdisketten i diskette-drevet %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "Konfiguration efter installation"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
+"Installing package %s\n"
+"%d%%"
msgstr ""
-"Kontakter Mandrake Linux netsted for at hente listen over tilgĉngelige spejle"
+"Installerer pakke %s\n"
+"%d%%"
-#: ../../install_steps_interactive.pm_.c:881
-msgid "Choose a mirror from which to get the packages"
-msgstr "Vĉlg det spejl hvorfra pakkerne skal hentes"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "Forbereder installationen"
-#: ../../install_steps_interactive.pm_.c:890
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr "Kontakter spejlet for at hente listen af tilgĉngelige pakker"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "Cdrom med etikette '%s'"
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr "Hvad er din tidszone?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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 Annullér.\n"
+"Hvis kun nogen cd'er mangler, fravĉlg dem, og klik sċ Ok."
-#: ../../install_steps_interactive.pm_.c:923
-msgid "Hardware clock set to GMT"
-msgstr "Maskin-ur sat til GMT"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Truly minimal install (especially no urpmi)"
+msgstr "Virkelig minimal installation (specielt ingen urpmi)"
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatisk tidssynkronisering (ved hjĉlp af NTP)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
+msgstr "Med basal dokumentation (anbefalet!)"
-#: ../../install_steps_interactive.pm_.c:931
-msgid "NTP Server"
-msgstr "NTP-server"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With X"
+msgstr "Med X"
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr "Ekstern CUPS server"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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"
+"Vĉlg den minimale installation du ĝnsker"
-#: ../../install_steps_interactive.pm_.c:966
-msgid "No printer"
-msgstr "Ingen printer"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Type of install"
+msgstr "Installationstype"
-#: ../../install_steps_interactive.pm_.c:982
-msgid "Do you have an ISA sound card?"
-msgstr "Har du et ISA-lydkort?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Selected size is larger than available space"
+msgstr "Valgt stĝrrelse er stĝrre end tilgĉngelig plads"
-#: ../../install_steps_interactive.pm_.c:984
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr "Kĝr \"sndconfig\" efter installation for at konfigurere dit lydkort"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Insert a floppy containing package selection"
+msgstr "Indsĉt en diskette med pakkevalget"
-#: ../../install_steps_interactive.pm_.c:986
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr "Intet lydkort genkendt. Prĝv at kĝre \"harddrake\" efter installation"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Loading from floppy"
+msgstr "Indlĉser fra diskette"
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Oversigt"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package selection"
+msgstr "Valg af pakker"
-#: ../../install_steps_interactive.pm_.c:994
-msgid "Mouse"
-msgstr "Mus"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "Gem pċ diskette"
-#: ../../install_steps_interactive.pm_.c:996
-msgid "Timezone"
-msgstr "Tidszone"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Load from floppy"
+msgstr "Indlĉs fra diskette"
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
-msgid "Printer"
-msgstr "Printer"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
+msgstr ""
+"Vĉlg indlĉs eller gem pakkevalg pċ diskette.\n"
+"Formatet er det samme som for auto_install-genererede disketter."
-#: ../../install_steps_interactive.pm_.c:999
-msgid "ISDN card"
-msgstr "Internt ISDN-kort"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Your system does not have 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:1003
-#: ../../install_steps_interactive.pm_.c:1009
-msgid "Sound card"
-msgstr "Lydkort"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "Leder efter pakker som skal opgraderes"
-#: ../../install_steps_interactive.pm_.c:1012
-msgid "TV card"
-msgstr "TV-kort"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking at packages already installed..."
+msgstr "Leder efter pakker der allerede er installeret..."
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
-msgstr "LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages..."
+msgstr "Leder efter tilgĉngelige pakker"
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-msgid "NIS"
-msgstr "NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr "Leder efter tilgĉngelige pakker og genopbygger rpm-database..."
-#: ../../install_steps_interactive.pm_.c:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "Windows Domain"
-msgstr "Windows Domain"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
+msgstr "Ikke nok swap-plads til at gennemfĝre installationen, tilfĝj mere"
-#: ../../install_steps_interactive.pm_.c:1058
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Local files"
-msgstr "Lokale filer"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
+msgstr ""
+"Kontrol af filsystem %s mislykkedes. Ĝnsker du at reparere fejlene (bemĉrk, "
+"du kan miste data)"
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Sĉt root-adgangskode"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Check bad blocks?"
+msgstr "Led efter beskadigede blokke?"
-#: ../../install_steps_interactive.pm_.c:1069
-msgid "No password"
-msgstr "Ingen adgangskode"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "Vĉlg partitioner der skal formateres"
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
+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:1
+#, c-format
+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 ""
-"Denne adgangskode er for nemt at gĉtte (det skal mindst vĉre pċ %d tegn)"
+"Det er ikke plads for 1 MB bootstrap! Installationen vil fortsĉtte, men for "
+"at starte dit system op, skal du lave en bootstrap partition i DiskDrake"
-#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "Identifikation"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "Vĉlg monterings-stierne"
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Authentication LDAP"
-msgstr "Autentificering LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Scanning partitions to find mount points"
+msgstr "Skanner partitioner for at finde monteringspunkter"
-#: ../../install_steps_interactive.pm_.c:1089
-msgid "LDAP Base dn"
-msgstr "LDAP grundlĉggende dn"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No partition available"
+msgstr "ingen ledige partitioner"
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "LDAP Server"
-msgstr "LDAP-server"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring IDE"
+msgstr "Konfigurerer IDE"
-#: ../../install_steps_interactive.pm_.c:1096
-msgid "Authentication NIS"
-msgstr "Autentificering NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "NIS-domĉne"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "Konfigurerer PCMCIA kort..."
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr "NIS-server"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "PCMCIA"
+msgstr "PCMCIA"
-#: ../../install_steps_interactive.pm_.c:1104
-msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
-msgstr ""
-"For at dette kan virke pċ en W2K PDC skal du nok have administratoren til at "
-"kĝre: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add og genstarte serveren.\n"
-"Du skal ogsċ have et brugernavn og en adgangskode for at maskinen kan "
-"tilsluttes Windows(TM)-domĉnet.\n"
-"Hvis netvĉrket ikke er aktiveret vil Drakx prĝve at slutte til domĉnet efter "
-"trinnet med opsĉtning af netvĉrk.\n"
-"Skulle denne opsĉtning fejle af nogen ċrsag, og domĉneautentifikation ikke "
-"virke, sċ kĝr 'smbpasswd -j DOMAIN -U USER%PASSWORD' med dit Windows(tm) "
-"domĉne og administrators brugernavn/adgangskode, efter genstart af "
-"systemet.\n"
-"Kommandoen 'wbinfo -t' vil afprĝve om dine hemmelige autentifikationsdata er "
-"i orden."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
+msgstr "Emulering af knap 3"
-#: ../../install_steps_interactive.pm_.c:1106
-msgid "Authentication Windows Domain"
-msgstr "Autentifikations Windowsdomĉne"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 2 Emulation"
+msgstr "Emulering af knap 2"
-#: ../../install_steps_interactive.pm_.c:1108
-msgid "Domain Admin User Name"
-msgstr "Brugernavn for domĉneadministrator"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
+msgstr "Emulering af knapper"
-#: ../../install_steps_interactive.pm_.c:1109
-msgid "Domain Admin Password"
-msgstr "Adgangskode for domĉneadministrator"
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose which serial port your mouse is connected to."
+msgstr "Vĉlg hvilken seriel port din mus er forbundet til."
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
+msgstr "Muse-port"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your type of mouse."
+msgstr "Vĉlg muse-type."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade"
+msgstr "Opgradering"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade %s"
+msgstr "Opgradér %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "Er dette en nyinstallation eller en opgradering?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Install/Upgrade"
+msgstr "Installér/Opgradér"
-#: ../../install_steps_interactive.pm_.c:1144
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
+msgstr "Her er den komplette liste over tilgĉngelige tastaturer"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your keyboard layout."
+msgstr "Vĉlg dit tastaturlayout."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "Licensaftale"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "default:LTR"
+msgstr "standard"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "An error occurred"
+msgstr "Der er opstċet en fejl"
+
+#: ../../install_steps_newt.pm:1
+#, 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"
-"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\"."
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
-"En tilpasset opstartsdiskette lader dig starte Linux systemet op uden at "
-"vĉre afhĉngig af den normale opstarter. Det kan vĉre 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 gĝr det meget nemmere at reparere systemet i tilfĉlde af "
-"systemnedbrud.\n"
-"\n"
-"Hvis du ĝnsker at lave en opstartsdiskette til dit system, indsĉt en "
-"diskette i dit fĝrste diskettedrev og tryk 'Ok'."
+" <Tab>/<Alt-Tab> mellem elementer | <Space> vĉlger | <F12> nĉste skĉrm "
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "First floppy drive"
-msgstr "Fĝrste diskette-drev"
+#: ../../install_steps_newt.pm:1
+#, c-format
+msgid "Mandrake Linux Installation %s"
+msgstr "Mandrake Linux Installation %s"
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "Andet diskette-drev"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "Intet tilgĉngeligt diskettedrev"
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "Spring over"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "Velkommen til %s"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps.pm:1
#, 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"
+"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 ""
-"En tilpasset opstartsdiskette lader dig opstarte Linux systemet uden at vĉre "
-"afhĉngig af den normale opstarter. Det kan vĉre 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 gĝr det meget nemmere at reparere systemet i tilfĉlde af "
-"systemnedbrud. \n"
-"Vil du lave en opstartsdiskette til dit system?\n"
-"%s"
+"Nogle vigtige pakker blev ikke installeret rigtigt.\n"
+"Enten er dit cdrom-drev eller din cdrom fejlbehĉftet.\n"
+"Tjek cdrom'en pċ en fĉrdiginstalleret maskine ved brug af \"rpm -qpl "
+"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps_interactive.pm_.c:1173
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "Duplikér monterings-sti %s"
+
+#: ../../install_steps.pm:1
+#, c-format
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)."
+"An error occurred, but I don't know how to handle it nicely.\n"
+"Continue at your own risk."
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 krĉver en meget stor driver)."
+"Der opstod en fejl, men jeg ved ikke hvordan den kan hċndteres pċ en\n"
+"pĉn mċde.\n"
+"Fortsĉt pċ eget ansvar!"
-#: ../../install_steps_interactive.pm_.c:1181
-msgid "Sorry, no floppy drive available"
-msgstr "Der er desvĉrre ikke noget tilgĉngeligt diskette-drev"
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Please wait"
+msgstr "Vent venligst"
-#: ../../install_steps_interactive.pm_.c:1185
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Vĉlg det diskette-drev, du vil benytte til at lave boot-disketten"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "O.k."
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
#, c-format
-msgid "Insert a floppy in %s"
-msgstr "Indsĉt en diskette i %s"
+msgid "Finish"
+msgstr "Afslut"
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr "Opretter opstartsdiskette..."
+#: ../../interactive.pm:1 ../../standalone/draksec:1
+#, c-format
+msgid "Basic"
+msgstr "Basal"
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr "Forbereder opstarter..."
+#: ../../interactive.pm:1
+#, c-format
+msgid "Advanced"
+msgstr "Avanceret"
-#: ../../install_steps_interactive.pm_.c:1210
-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 "
-"opstartsindlĉseren vil ikke virke for dig. Installationen vil fortsĉtte, men "
-"du skal bruge BootX for at starte din maskine."
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Remove"
+msgstr "Fjern"
-#: ../../install_steps_interactive.pm_.c:1216
-msgid "Do you want to use aboot?"
-msgstr "Ĝnsker du at bruge aboot?"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Modify"
+msgstr "Ĉndr"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Add"
+msgstr "Tilfĝj"
+
+#: ../../interactive.pm:1
+#, c-format
+msgid "Choose a file"
+msgstr "Vĉlg en fil"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+"Here you can choose the key or key combination that will \n"
+"allow switching between the different keyboard layouts\n"
+"(eg: latin and non latin)"
msgstr ""
-"Fejl ved installation af aboot, \n"
-"forsĝg at gennemtvinge installation selv om dette kan ĝdelĉgge den fĝrste "
-"partition?"
+"Her kan du vĉlge tasten eller tastekombinationen som \n"
+"lader dig skifte mellem forskellige tastaturlayouter\n"
+"(dvs latinsk eller ikke-latinsk)."
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Installing bootloader"
-msgstr "Installerer systemopstarter"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right \"Windows\" key"
+msgstr "Hĝjre Windows-tast"
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Installation af opstarter mislykkedes. Den fĝlgende fejl opstod:"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Left \"Windows\" key"
+msgstr "Venstre Windows-tast"
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../keyboard.pm:1
#, 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 behĝver mċske 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 nĉste opstart burde du se systemstarteren."
+msgid "\"Menu\" key"
+msgstr "'Menu'-tast"
-#: ../../install_steps_interactive.pm_.c:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../keyboard.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Indsĉt en tom diskette i drev %s"
+msgid "Alt and Shift keys simultaneously"
+msgstr "Alt og Shift-taster samtidigt"
-#: ../../install_steps_interactive.pm_.c:1278
-msgid "Creating auto install floppy..."
-msgstr "Laver autoinstallations-diskette"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ctrl and Alt keys simultaneously"
+msgstr "Ctrl- og alt-taster samtidigt"
-#: ../../install_steps_interactive.pm_.c:1289
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
-msgstr ""
-"Nogen dele af installationen er ikke fĉrdig\n"
-"\n"
-"Er du sikker pċ du ĝnsker du at lukke nu?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "CapsLock key"
+msgstr "CapsLock-tast"
-#: ../../install_steps_interactive.pm_.c:1300
+#: ../../keyboard.pm:1
#, c-format
-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"
-"%s\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 fĉrdig.\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"
-"%s\n"
-"\n"
-"\n"
-"Information om konfigurering af dit system kan du finde i kapitlet om efter-"
-"installation i den Officielle Mandrake Linux Brugervejledning."
+msgid "Control and Shift keys simultaneously"
+msgstr "Kontrol- og skiftetaster samtidigt"
-#: ../../install_steps_interactive.pm_.c:1313
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr "http://www.mandrakelinux.com/en/90errata.php3"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Both Shift keys simultaneously"
+msgstr "Begge taster samtidigt"
-#: ../../install_steps_interactive.pm_.c:1318
-msgid "Generate auto install floppy"
-msgstr "Laver autoinstallations-diskette"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right Alt key"
+msgstr "Hĝjre alt-tast"
-#: ../../install_steps_interactive.pm_.c:1320
-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ċ tilfĉlde vil den "
-"overtage hele harddisken!! (dette er beregnet til at installere pċ en anden "
-"maskine).\n"
-"\n"
-"Du foretrĉkker mċske at afspille installationen igen\n"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Yugoslavian (latin)"
+msgstr "Jugoslavisk (latinsk)"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Automated"
-msgstr "Automatisk"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "Vietnamesisk \"talrĉkke\" QWERTY"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Replay"
-msgstr "Afspil igen"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard (international)"
+msgstr "Amerikansk (internaltionalt)"
-#: ../../install_steps_interactive.pm_.c:1328
-msgid "Save packages selection"
-msgstr "Gem pakke-valg"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard"
+msgstr "Amerikansk"
-#: ../../install_steps_newt.pm_.c:20
+#: ../../keyboard.pm:1
#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux Installation %s"
+msgid "UK keyboard"
+msgstr "Britisk"
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
-msgstr ""
-" <Tab>/<Alt-Tab> mellem elementer | <Space> vĉlger | <F12> nĉste skĉrm "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "Ukrainsk"
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "kdesu mangler"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr "Tyrkisk (moderne \"Q\" model)"
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "konsolhjĉlper mangler"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "Tyrkisk (traditionel \"F\" model)"
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "Vĉlg en fil"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tajik keyboard"
+msgstr "Tajik tastatur"
-#: ../../interactive.pm_.c:318
-msgid "Advanced"
-msgstr "Avanceret"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Thai keyboard"
+msgstr "Thailandsk"
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
-msgid "Basic"
-msgstr "Basal"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "Tamil (skrivemaskine-layout)"
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
-msgstr "<- Forrige"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (ISCII-layout)"
+msgstr "Tamil (ISCII-layout)"
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-msgid "Next"
-msgstr "Nĉste"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Serbian (cyrillic)"
+msgstr "Serbisk (kyrillisk)"
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr "Dċrligt valg, prĝv igen\n"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTY)"
+msgstr "Slovakisk (QWERTY)"
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Dit valg? (standard %s) "
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovakisk (QWERTZ)"
-#: ../../interactive/stdio.pm_.c:54
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
-msgstr ""
-"Indgange som du skal udfylde:\n"
-"%s"
+msgid "Slovenian"
+msgstr "Slovensk"
-#: ../../interactive/stdio.pm_.c:70
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Dit valg? (0/1, standard '%s') "
+msgid "Swedish"
+msgstr "Svensk"
-#: ../../interactive/stdio.pm_.c:95
+#: ../../keyboard.pm:1
#, c-format
-msgid "Button `%s': %s"
-msgstr "Knap '%s': %s"
+msgid "Russian (Yawerty)"
+msgstr "Russisk (Yawerty)"
-#: ../../interactive/stdio.pm_.c:96
-msgid "Do you want to click on this button?"
-msgstr "Ĝnsker du at klikke pċ denne knap?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "Russisk"
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
-msgstr " indtast 'void' for tom indgang"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwerty)"
+msgstr "Russisk (qwerty)"
-#: ../../interactive/stdio.pm_.c:105
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Dit valg? (standard '%s'%s) "
+msgid "Romanian (qwertz)"
+msgstr "Russisk (qwertz)"
-#: ../../interactive/stdio.pm_.c:123
+#: ../../keyboard.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Der er mange ting at vĉlge imellem (%s).\n"
+msgid "Canadian (Quebec)"
+msgstr "Canadisk (Québec)"
-#: ../../interactive/stdio.pm_.c:126
-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 ""
-"Vĉlg det fĝrste tal i 10-omrċdet som du ĝnsker at redigere,\n"
-"Eller tryk retur for at fortsĉtte.\n"
-"Dit valg? "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "Portugisisk"
-#: ../../interactive/stdio.pm_.c:139
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Bemĉrk, en etikette ĉndredes:\n"
-"%s"
+msgid "Polish (qwertz layout)"
+msgstr "Polsk (polsk layout)"
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
-msgstr "Indsend igen"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "Polsk (polsk layout)"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
-msgid "Czech (QWERTZ)"
-msgstr "Tjekkisk (QWERTZ)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Norwegian"
+msgstr "Norsk"
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "Tysk"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "Hollandsk"
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Dvorak"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
+msgstr "Maltesisk (US)"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
-msgid "Spanish"
-msgstr "Spansk"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (UK)"
+msgstr "Maltesisk (UK)"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
-msgid "Finnish"
-msgstr "Finsk"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Mongolian (cyrillic)"
+msgstr "Mongolsk (kyrillisk)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Myanmar (Burmese)"
+msgstr "Myanmar (Burmesisk)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Macedonian"
+msgstr "Makedonisk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Malayalam"
+msgstr "Malayalam"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latvian"
+msgstr "Lettisk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "Litauisk \"fonetisk\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "Litauisk \"talrĉkke\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (new)"
+msgstr "Litauisk AZERTY (ny)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "Litauisk AZERTY (gammel)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Laotian"
+msgstr "Laotisk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latin American"
+msgstr "Latinamerikansk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Korean keyboard"
+msgstr "Koreansk tastatur"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Japanese 106 keys"
+msgstr "Japansk 106 taster"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Inuktitut"
+msgstr "Inuktitut"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Italian"
+msgstr "Italiensk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Icelandic"
+msgstr "Islandsk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "Iransk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "Israelsk (Fonetisk)"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli"
+msgstr "Israelsk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Croatian"
+msgstr "Kroatisk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "Ungarsk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
+msgstr "Gurmukhi"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gujarati"
+msgstr "Gujarati"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Greek"
+msgstr "Grĉsk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "Georgisk (Latin layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "Georgisk (russisk layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid "French"
msgstr "Fransk"
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
-msgid "Norwegian"
-msgstr "Norsk"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Finnish"
+msgstr "Finsk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Spanish"
+msgstr "Spansk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Estonian"
+msgstr "Estisk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (svensk)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Dvorak (norsk)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Dvorak (US)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "Dansk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
+msgstr "Devanagari"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "Tysk (ingen dĝde taster)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "Tysk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTY)"
+msgstr "Tjekkisk (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTZ)"
+msgstr "Tjekkisk (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "Schweizisk (Fransk layout)"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "Schweizisk (Tysk layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "Hviderussisk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bosnian"
+msgstr "Bosnisk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "Brasiliansk (ABNT-2)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (BDS)"
+msgstr "Bulgarsk (BDS)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (phonetic)"
+msgstr "Bulgarsk (fonetisk)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bengali"
+msgstr "Bengali"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belgian"
+msgstr "Belgisk"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "Azerbaidiansk (latin)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
+msgstr "Armensk (fonetisk)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "Armensk (skrivemaskine)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (old)"
+msgstr "Armensk (gammel)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Albanian"
+msgstr "Albansk"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid "Polish"
msgstr "Polsk"
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Dvorak"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Zimbabwe"
+msgstr "Zimbabwe"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
+msgstr "Zambia"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
+msgstr "Sydafrika"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Serbia"
+msgstr "seriel"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mayotte"
+msgstr "Mayotte"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Yemen"
+msgstr "Yemen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
+msgstr "Samoa"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Wallis and Futuna"
+msgstr "Wallis og Futuna ĝerne"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Vanuatu"
+msgstr "Vanuatu"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vietnam"
+msgstr "Vietnam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr "Jomfruĝerne (USA)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (British)"
+msgstr "Jomfruĝerne (britiske)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Venezuela"
+msgstr "Venezuela"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
+msgstr "Sankt Vincent og Grenadinerne"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vatican"
+msgstr "Lettisk"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
+msgstr "Uzbekistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uruguay"
+msgstr "Uruguay"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
+msgstr "Fjerne, mindre ĝer, USA"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uganda"
+msgstr "Uganda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ukraine"
+msgstr "Ukraine"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
+msgstr ""
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Taiwan"
+msgstr "Thailand"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tuvalu"
+msgstr "Tuvalu"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
+msgstr "Trinidad og Tobago"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkey"
+msgstr "Tyrkiet"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
+msgstr "Tonga"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tunisia"
+msgstr "Tunesien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkmenistan"
+msgstr "Turkmenistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "East Timor"
+msgstr "Ĝsttimor"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tokelau"
+msgstr "Tokelau"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr "Tadzjikistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr "Thailand"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Togo"
+msgstr "Togo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Southern Territories"
+msgstr "Franske sydlige territorier"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
+msgstr "Tchad"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turks and Caicos Islands"
+msgstr "Turks- og Caicosĝerne"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Swaziland"
+msgstr "Swaziland"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Syria"
+msgstr "Surinam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr "El Salvador"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr "So Tomé og Príncipe"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Suriname"
+msgstr "Surinam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Somalia"
+msgstr "Somalia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Senegal"
+msgstr "Senegal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr "San Marino"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr "Sierra Leone"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovakia"
+msgstr "Slovakiet"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
+msgstr "Svalbard og Jan Mayen ĝerne"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovenia"
+msgstr "Slovenien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Helena"
+msgstr "Sankt Helena"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr "Singapore"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sudan"
+msgstr "Sudan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Seychelles"
+msgstr "Seychellerne"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr "Salomonĝerne"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr "Saudi-Arabien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr "Rwanda"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Russia"
msgstr "Russisk"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
-msgid "Swedish"
-msgstr "Svensk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Romania"
+msgstr "Rumĉnien"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "Britisk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Reunion"
+msgstr "Réunion"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "Amerikansk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Qatar"
+msgstr "Qatar"
-#: ../../keyboard.pm_.c:167
-msgid "Albanian"
-msgstr "Albansk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
+msgstr "Palau"
-#: ../../keyboard.pm_.c:168
-msgid "Armenian (old)"
-msgstr "Armensk (gammel)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr "Paraguay"
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "Armensk (skrivemaskine)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Portugal"
+msgstr "Portugal"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
-msgstr "Armensk (fonetisk)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Palestine"
+msgstr "Valg af sti"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbaidiansk (latin)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Puerto Rico"
+msgstr "Puerto Rico"
-#: ../../keyboard.pm_.c:177
-msgid "Belgian"
-msgstr "Belgisk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Pitcairn"
+msgstr "Pitcairn"
-#: ../../keyboard.pm_.c:178
-msgid "Bengali"
-msgstr "Bengali"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
+msgstr "Sankt Pierre og Miquelon"
-#: ../../keyboard.pm_.c:179
-msgid "Bulgarian (phonetic)"
-msgstr "Bulgarsk (fonetisk)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Poland"
+msgstr "Polen"
-#: ../../keyboard.pm_.c:180
-msgid "Bulgarian (BDS)"
-msgstr "Bulgarsk (BDS)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr "Pakistan"
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasiliansk (ABNT-2)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
+msgstr "Filippinerne"
-#: ../../keyboard.pm_.c:184
-msgid "Bosnian"
-msgstr "Bosnisk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr "Papua Ny Guinea"
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "Hviderussisk"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr "Fransk Polynesien"
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "Schweizisk (Tysk layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr "Peru"
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "Schweizisk (Fransk layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr "Panama"
-#: ../../keyboard.pm_.c:189
-msgid "Czech (QWERTY)"
-msgstr "Tjekkisk (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Oman"
+msgstr "Oman"
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr "Tysk (ingen dĝde taster)"
+#: ../../lang.pm:1
+#, c-format
+msgid "New Zealand"
+msgstr "New Zealand"
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
-msgstr "Devanagari"
+#: ../../lang.pm:1
+#, c-format
+msgid "Niue"
+msgstr "Niue"
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "Dansk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
+msgstr "Nauru"
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Dvorak (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr "Nepal"
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (norsk)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr "Nicaragua"
-#: ../../keyboard.pm_.c:196
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (svensk)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nigeria"
+msgstr "Nigeria"
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "Estisk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr "Norfolk Ĝen"
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgisk (russisk layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Niger"
+msgstr "Niger"
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgisk (Latin layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "New Caledonia"
+msgstr "Ny Caledonien"
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "Grĉsk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr "Namibia"
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
-msgstr "Gujarati"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr "Mocambique"
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
-msgstr "Gurmukhi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Malaysia"
+msgstr "Malaysia"
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
-msgstr "Ungarsk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mexico"
+msgstr "Mexico"
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
-msgstr "Kroatisk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
+msgstr "Malawi"
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
-msgstr "Israelsk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr "Maldiverne"
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "Israelsk (Fonetisk)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritius"
+msgstr "Mauritius"
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "Iransk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr "Malta"
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
-msgstr "Islandsk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Montserrat"
+msgstr "Montserrat"
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "Italiensk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr "Mauretanien"
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
-msgstr "Inuktitut"
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr "Martinique"
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "Japansk 106 taster"
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr "Nordmarianerne"
-#: ../../keyboard.pm_.c:217
-msgid "Korean keyboard"
-msgstr "Koreansk tastatur"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr "Mongoliet"
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "Latinamerikansk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
+msgstr "Myanmar"
-#: ../../keyboard.pm_.c:219
-msgid "Laotian"
-msgstr "Laotisk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr "Mali"
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litauisk AZERTY (gammel)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Macedonia"
+msgstr "Makedonien"
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litauisk AZERTY (ny)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr "Marshallĝerne"
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litauisk \"talrĉkke\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr "Madagaskar"
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litauisk \"fonetisk\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
+msgstr "Moldova"
-#: ../../keyboard.pm_.c:225
-msgid "Latvian"
-msgstr "Lettisk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Monaco"
+msgstr "Monaco"
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr "Marokko"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Libya"
+msgstr "Liberia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Latvia"
+msgstr "Letland"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
+msgstr "Luxemburg"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr "Litauen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr "Lesotho"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liberia"
+msgstr "Liberia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr "Sri Lanka"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liechtenstein"
+msgstr "Liechtenstein"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr "Sankt Lucia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr "Libanon"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Laos"
+msgstr "Logger"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr "Kazakhstan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr "Caymanĝerne"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kuwait"
+msgstr "Kuwait"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Korea"
+msgstr "Mere"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
msgstr ""
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
-msgstr "Makedonisk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr "Saint Kitts og Nevis"
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
-msgstr "Myanmar (Burmesisk)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr "Comorerne"
-#: ../../keyboard.pm_.c:229
-msgid "Mongolian (cyrillic)"
-msgstr "Mongolsk (kyrillisk)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr "Kiribati"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
-msgstr "Maltesisk (UK)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr "Cambodja"
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
-msgstr "Maltesisk (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr "Kirgisistan"
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "Hollandsk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kenya"
+msgstr "Kenya"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "Polsk (polsk layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr "Japan"
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "Polsk (polsk layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Jordan"
+msgstr "Jordan"
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "Portugisisk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr "Jamaica"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
-msgstr "Canadisk (Québec)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Iceland"
+msgstr "Island"
-#: ../../keyboard.pm_.c:239
-msgid "Romanian (qwertz)"
-msgstr "Russisk (qwertz)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iran"
+msgstr "Irak"
-#: ../../keyboard.pm_.c:240
-msgid "Romanian (qwerty)"
-msgstr "Russisk (qwerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr "Irak"
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "Russisk (Yawerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
+msgstr "British Indian Ocean Territory"
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "Slovensk"
+#: ../../lang.pm:1
+#, c-format
+msgid "India"
+msgstr "Indien"
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovakisk (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Israel"
+msgstr "Israel"
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "Slovakisk (QWERTY)"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Ireland"
+msgstr "Irland"
-#: ../../keyboard.pm_.c:248
-msgid "Serbian (cyrillic)"
-msgstr "Serbisk (kyrillisk)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Indonesia"
+msgstr "Indonesien"
-#: ../../keyboard.pm_.c:250
-msgid "Tamil (Unicode)"
-msgstr "Tamil (Unicode)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hungary"
+msgstr "Ungarn"
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
-msgstr "Tamil (TSCII)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr "Haiti"
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "Thailandsk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Croatia"
+msgstr "Kroatien"
-#: ../../keyboard.pm_.c:254
-msgid "Tajik keyboard"
-msgstr "Tajik tastatur"
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr "Honduras"
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Tyrkisk (traditionel \"F\" model)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Heard and McDonald Islands"
+msgstr "Heard Ĝen og McDonald Ĝerne"
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Tyrkisk (moderne \"Q\" model)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr "Hong Kong"
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "Ukrainsk"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr "Guyana"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "Amerikansk (internaltionalt)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr "Guinea-Bissau"
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnamesisk \"talrĉkke\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guam"
+msgstr "Guam"
-#: ../../keyboard.pm_.c:263
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslavisk (latinsk)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guatemala"
+msgstr "Guatemala"
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
-msgstr "Hĝjre alt-tast"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "South Georgia and the South Sandwich Islands"
+msgstr "Syd-Georgia og Syd-Sandwich-ĝen"
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
-msgstr "Begge taster samtidigt"
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr "Ĉkvatorialguinea"
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
-msgstr "Kontrol- og skiftetaster samtidigt"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr "Guadeloupe"
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
-msgstr "CapsLock-tast"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea"
+msgstr "Guinea"
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ctrl- og alt-taster samtidigt"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr "Gambia"
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt og Shift-taster samtidigt"
+#: ../../lang.pm:1
+#, c-format
+msgid "Greenland"
+msgstr "Grĝnland"
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
-msgstr "'Menu'-tast"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr "Gibraltar"
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
-msgstr "Venstre Windows-tast"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
+msgstr "Ghana"
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
-msgstr "Hĝjre Windows-tast"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Guiana"
+msgstr "Fransk Guinea"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Georgia"
+msgstr "Georgien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
+msgstr "Grenada"
+
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr "Storbritannien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr "Gabon"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Faroe Islands"
+msgstr "Fĉrĝerne"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Micronesia"
+msgstr "Mikronesien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
+msgstr "Falklandsĝerne (Malvinas)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Fiji"
+msgstr "Fiji"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
+msgstr "Finland"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ethiopia"
+msgstr "Etiopien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Spain"
+msgstr "Spanien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Eritrea"
+msgstr "Eritrea"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
+msgstr "Vestlig Sahara"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Egypt"
+msgstr "Egypten"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Estonia"
+msgstr "Estland"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
+msgstr "Ecuador"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Algeria"
+msgstr "Algeriet"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominican Republic"
+msgstr "Dominikanske Republik"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominica"
+msgstr "Dominica"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
+msgstr "Danmark"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Djibouti"
+msgstr "Djibouti"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr "Cypern"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
+msgstr "Juleĝerne"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cape Verde"
+msgstr "Kap Verde"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr "Cuba"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr "Columbia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr "Kina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cameroon"
+msgstr "Cameroun"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chile"
+msgstr "Chile"
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr "Cooks ĝer"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr "Elfenbenskysten"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Switzerland"
+msgstr "Schweiz"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Central African Republic"
+msgstr "Centralafrikanske Republik"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
+msgstr "Kokosĝerne"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Canada"
+msgstr "Canada"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belize"
+msgstr "Belize"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belarus"
+msgstr "Hviderusland"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Botswana"
+msgstr "Botswana"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
+msgstr "Bouvet-ĝen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr "Bhutan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
+msgstr "Bahamas"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
+msgstr "Brasilien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
+msgstr "Bolivia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
+msgstr "Brunei"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bermuda"
+msgstr "Bermuda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Benin"
+msgstr "Benin"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burundi"
+msgstr "Burundi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
+msgstr "Bahrain"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bulgaria"
+msgstr "Bulgarien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
+msgstr "Burkina Faso"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
+msgstr "Bangladesh"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
+msgstr "Barbados"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bosnia and Herzegovina"
+msgstr "Bosnien-Hercegovina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Azerbaijan"
+msgstr "Aserbajdsjan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Aruba"
+msgstr "Aruba"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Australia"
+msgstr "Australien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "American Samoa"
+msgstr "Amerikansk Samoa"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
+msgstr "Argentina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
+msgstr "Antarktis"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
+msgstr "Angola"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Netherlands Antilles"
+msgstr "Hollandske Antiller"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Armenia"
+msgstr "Armenien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Albania"
+msgstr "Albanien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Anguilla"
+msgstr "Anguilla"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antigua and Barbuda"
+msgstr "Antigua og Barbuda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United Arab Emirates"
+msgstr "Forenede Arabiske Emirater"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Andorra"
+msgstr "Andorra"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Afghanistan"
+msgstr "Afghanistan"
+
+#: ../../loopback.pm:1
#, c-format
msgid "Circular mounts %s\n"
msgstr "Cirkulĉre monteringer %s\n"
-#: ../../lvm.pm_.c:103
+#: ../../lvm.pm:1
+#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Fjern de logiske delarkiver fĝrst\n"
-#: ../../modules.pm_.c:290
+#: ../../modules.pm:1
+#, c-format
msgid ""
"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
msgstr ""
"PCMCIA-understĝttelse eksisterer ikke lĉngere for 2.2-kerner. Brug en 2.4-"
"kerne."
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
-msgstr "Du kan konfigurere hver parameter for modulet her."
-
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "Intet tilgĉngeligt diskettedrev"
-
-#: ../../modules/parameters.pm_.c:50
-msgid "a number"
-msgstr "et tal"
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "FLYT PĊ HJULET!"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated numbers"
-msgstr "%d kommaseparerede tal"
+msgid "To activate the mouse,"
+msgstr "For at aktivere musen,"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated strings"
-msgstr "%d kommaseparerede strenge"
+msgid "Please test the mouse"
+msgstr "Test musen"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
-msgstr "kommaseparerede tal"
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "Ingen mus"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated strings"
-msgstr "kommaseparerede strenge"
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "ingenting"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun-mus"
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "3 knapper"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "2 knapper"
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Standard PS2 mus med hjul"
+#: ../../mouse.pm:1
+#, c-format
+msgid "1 button"
+msgstr "1 knap"
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../mouse.pm:1
+#, c-format
+msgid "busmouse"
+msgstr "Busmus"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking-mus"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Logitech mus (seriel, gammel C7 type)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Serien"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-msgid "Microsoft Explorer"
-msgstr "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Logitech CC Serien (seriel)"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-msgid "1 button"
-msgstr "1 knap"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Mouse Systems"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "Standard 3-knaps mus"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 2 Button Mouse"
msgstr "Standard 2-knaps mus"
-#: ../../mouse.pm_.c:47
+#: ../../mouse.pm:1
+#, c-format
+msgid "serial"
+msgstr "seriel"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft Explorer"
+msgstr "Microsoft Explorer"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Wheel"
msgstr "Hjul"
-#: ../../mouse.pm_.c:51
-msgid "serial"
-msgstr "seriel"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "Standard"
-#: ../../mouse.pm_.c:54
-msgid "Generic 3 Button Mouse"
-msgstr "Standard 3-knaps mus"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Standard PS2 mus med hjul"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Logitech CC Serien (seriel)"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "Standard"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Sun-mus"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Serien"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "Skift mellem flad og gruppesorteret"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "Sammenfold trĉ"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech mus (seriel, gammel C7 type)"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "Udvid trĉ"
-#: ../../mouse.pm_.c:68
-msgid "busmouse"
-msgstr "Busmus"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "Info"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "2 knapper"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "Er dette korrekt?"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "3 knapper"
+#: ../../my_gtk.pm:1
+#, c-format
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "ingenting"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "Fejl ved skrivning til fil %s"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "Ingen mus"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "Fejl i sikkerhedskopien"
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "Test musen"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "Genskabning fra fil %s mislykkedes: %s"
-#: ../../mouse.pm_.c:491
-msgid "To activate the mouse,"
-msgstr "For at aktivere musen,"
+#: ../../partition_table.pm:1
+#, c-format
+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 lĝsning er at flytte dine primĉre partitioner, sċledes at\n"
+"\"hullet\" bliver placeret ved siden af de udvidede partitioner."
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr "FLYT PĊ HJULET!"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "Udvidet partition ikke understĝttet pċ denne platform"
-#: ../../my_gtk.pm_.c:65
-msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "montering mislykkedes: "
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-msgid "Finish"
-msgstr "Afslut"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "mċske"
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "Nĉste ->"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "rart"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "Er dette korrekt?"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "meget rart"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "Info"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "vigtigt"
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "Udvid trĉ"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "skal have"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "Sammenfold trĉ"
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "Ikke nok partitioner til at benytte RAID level %d\n"
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr "Skift mellem flad og gruppesorteret"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "mkraid fejlede"
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "brug pppoe"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "mkraid fejlede (mċske mangler raidtools?)"
-#: ../../network/adsl.pm_.c:24
-msgid "use pptp"
-msgstr "brug pptp"
+#: ../../raid.pm:1
+#, c-format
+msgid "Can't add a partition to _formatted_ RAID md%d"
+msgstr "Kan ikke tilfĝje en partition til _formatéret_ RAID md%d"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
-msgstr "brug dhcp"
+#: ../../services.pm:1
+#, c-format
+msgid "Stop"
+msgstr "Stop"
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
+#: ../../services.pm:1
+#, c-format
+msgid "Start"
+msgstr "Start"
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
+#: ../../services.pm:1
+#, c-format
+msgid "On boot"
+msgstr "Ved opstart"
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"No additional information\n"
+"about this service, sorry."
msgstr ""
+"Beklager, der er ingen ekstra\n"
+"information om denne tjeneste."
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Lav forbindelse til Internettet"
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr "Tjenester og dĉmoner"
-#: ../../network/adsl.pm_.c:30
+#: ../../services.pm:1
+#, c-format
+msgid "stopped"
+msgstr "stoppet"
+
+#: ../../services.pm:1
+#, c-format
+msgid "running"
+msgstr "kĝrer"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Choose which services should be automatically started at boot time"
+msgstr "Vĉlg hvilke tjenester der skal startes automatisk ved opstart"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Database Server"
+msgstr "Databaseserver"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Remote Administration"
+msgstr "Ekstern administration"
+
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
+msgstr "Fildeling"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Internet"
+msgstr "Internet"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Printing"
+msgstr "Printning"
+
+#: ../../services.pm:1
+#, c-format
+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 kĝre)."
+
+#: ../../services.pm:1
+#, c-format
+msgid "Load the drivers for your usb devices."
+msgstr "Indlĉs driverne for dine usb-enheder."
+
+#: ../../services.pm:1
+#, c-format
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'"
+"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 ""
-"Den mest almindelige mċde at forbinde med ADSL er pppoe.\n"
-"Nogen forbindelser bruger pptp, og nogle fċ bruger DHCP.\n"
-"Hvis du ikke ved noget, vĉlg 'brug pppoe'"
+"Syslog er en facilitet som mange dĉmoner bruger til log beskeder\n"
+"Det er en god idé altid at kĝre syslog"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the sound system on your machine"
+msgstr "Start lydsystemet pċ din maskine"
-#: ../../network/adsl.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"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 kĝrer rwho dĉmonen (minder om "
+"finger)."
-#: ../../network/drakfirewall.pm_.c:12
-msgid "Web Server"
-msgstr "Webserver"
+#: ../../services.pm:1
+#, c-format
+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 netvĉrk a identificere\n"
+"hvem der er logget pċ andre maskiner"
-#: ../../network/drakfirewall.pm_.c:17
-msgid "Domain Name Server"
-msgstr "Server for domĉnenavne (DNS)"
+#: ../../services.pm:1
+#, c-format
+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 netvĉrk at hente systeminformation "
+"fra enhver maskine pċ dette netvĉrk."
-#: ../../network/drakfirewall.pm_.c:32
-msgid "Mail Server"
-msgstr "Postserver"
+#: ../../services.pm:1
+#, c-format
+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 dĉmonen giver mulighed for automatisk IP rutetabel opdatering via RIP "
+"protokollen. RIP kan bruges til smċ netvĉrk, men nċr det kommer til mere "
+"komplekse netvĉrk er der behov for en mere kompleks protokol."
-#: ../../network/drakfirewall.pm_.c:37
-msgid "POP and IMAP Server"
-msgstr "POP- og IMAP-server"
+#: ../../services.pm:1
+#, c-format
+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"
-#: ../../network/drakfirewall.pm_.c:111
-msgid "No network card"
-msgstr "Intet netkort"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
+msgstr ""
+"Gemmer og henter systemets entropipĝl for en hĝjre kvalitet\n"
+"ved generering af tilfĉldige tal."
-#: ../../network/drakfirewall.pm_.c:129
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall 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."
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
-"drakfirewall-konfigurator\n"
-"\n"
-"Dette konfigurerer en personlig brandmur for denne Mandrake Linux-maskine.\n"
-"For en stĉrk dedikeret brandmurs-lĝsning se venligst den specialiserede "
-"MandrakeSecurity Firewall-distribution."
+"Postfix er en transport-agent for post, som bruges af programmer der flytter "
+"post fra en maskine til en anden."
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"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 ""
-"konfigurering med drakfirewall\n"
-"\n"
-"Forsikr dig om at du har konfigureret din internetforbindelse med "
-"drakconnect fĝr du gċr videre."
+"Portmapper hċndterer RPC tilslutninger, som bliver brugt af protokoller som "
+"NFS og NIS. Portmap serveren skal kĝre pċ maskiner som bruger protokoller "
+"der udnytter RPC mekanismen"
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
-msgstr "Hvilke tjenester vil du tillade at Internettet kan koble op med?"
+#: ../../services.pm:1
+#, c-format
+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 understĝttelse er normalt til at understĝtte ting som ethernet og "
+"modemer pċ bĉrbare. 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."
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
+msgstr "Stĝtter OKI 4w og kompatible winprintere."
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
msgstr ""
-"Du kan angive diverse porte. \n"
-"Gyldige eksempler er: 139/tcp 139/udp.\n"
-"Se /etc/services for information."
+"Aktiverer automatisk numlock-tast i konsol og XFree ved\n"
+"opstart."
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"NFS is a popular protocol for file sharing across TCP/IP\n"
+"networks. This service provides NFS file locking functionality."
msgstr ""
-"Ugyldig port angivet: %s.\n"
-"Det korrekte format er \"port/tcp\" eller \"port/udp\", \n"
-"hvor port er mellem 1 og 65535."
+"NFS er en populĉr protokol til fildeling over TCP/IP\n"
+"netvĉrk. Denne service giver NFS fillċsnings funktionalitet"
-#: ../../network/drakfirewall.pm_.c:167
-msgid "Everything (no firewall)"
-msgstr "Alt (ingen brandmur)"
+#: ../../services.pm:1
+#, c-format
+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 populĉr protokol til fildeling over TCP/IP netvĉrk.\n"
+"Denne tjeneste giver NFS-serverfunktionalitet, som konfigureres gennem /etc/"
+"exports filen"
-#: ../../network/drakfirewall.pm_.c:169
-msgid "Other ports"
-msgstr "Andre porte"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Activates/Deactivates all network interfaces configured to start\n"
+"at boot time."
+msgstr ""
+"Aktiverer/deaktiverer alle netvĉrks-kort som er konfigureret\n"
+"til at starte ved opstart"
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
+"Manager/Windows), and NCP (NetWare) mount points."
msgstr ""
-"Hvilken DHCP klient ĝnsker du at bruge?\n"
-"Standard er dhcp-client"
+"Monterer og afmonterer alle netvĉrks filsystemer (NFS), SMB (LanManager/"
+"Windows) og NCP (NetWare) monterings-stier"
-#: ../../network/ethernet.pm_.c:88
+#: ../../services.pm:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-"Der blev ikke fundet nogen ethernet netvĉrksadapter pċ dit system.\n"
-"Kan ikke sĉtte denne forbindelsetype op."
+"named (BIND) er en domĉne-navneserver (DNS) der bruges til opslag af IP-"
+"adresser for vĉrtsnavne."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "Vĉlg netvĉrksgrĉnsesnit"
+#: ../../services.pm:1
+#, c-format
+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 hĝj ydelse og\n"
+"tilgĉngelighed."
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
+"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 ""
-"Vĉlg hvilken netvĉrksadapter du ĝnsker at bruge til at lave forbindelse til "
-"Internettet med."
+"lpd er printer-dĉmonen som er nĝdvendig for at lpr virker.\n"
+"Den er basalt en server der hċndterer udskrifts-opgaver."
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "kunne ikke finde noget netkort"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linuxconf will sometimes arrange to perform various tasks\n"
+"at boot-time to maintain the system configuration."
+msgstr ""
+"Linuxconf vil nogen gange arrangere udfĝrelse af forskellige opgaver ved "
+"opstart for at vedligeholde systemkonfigurationen."
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "Konfigurerer netvĉrk"
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr "automatisk opdagelse og konfigurering af maskinel ved opstart."
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
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''."
+"Automatic regeneration of kernel header in /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-"Indtast dit vĉrtsnavn hvis du kender det.\n"
-"Nogle DHCP-servere krĉver vĉrtsnavnet for at fungere.\n"
-"Dit vĉrtsnavn bĝr vĉre et fuldt kvalificeret vĉrtsnavn,\n"
-"fx 'minpc.mitfirma.dk'."
+"Automatisk regenerering af kernehoved i /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
-#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "Vĉrtsnavn"
+#: ../../services.pm:1
+#, c-format
+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 indlĉser den valgte tastatur-tabel, som valgt i /etc/sysconfig/"
+"keyboard. Dette kan vĉlges i kbdconfig programmet. Dette bĝr vĉre slċet til "
+"pċ de fleste maskiner."
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-msgid "Network Configuration Wizard"
-msgstr "Konfigurér netvĉrk"
+#: ../../services.pm:1
+#, c-format
+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 opsĉtte en brandmur "
+"til at beskytte din maskine mod netvĉrksangreb."
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Eksternt ISDN modem"
+#: ../../services.pm:1
+#, c-format
+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-dĉmonen (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."
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Internt ISDN-kort"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Hvad slags type er din ISDN-forbindelse?"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"HardDrake runs a hardware probe, and optionally configures\n"
+"new/changed hardware."
+msgstr ""
+"HardDrake kĝrer en sĝgning efter maskinel, og kan konfigurere nyt/ĉndret "
+"maskinel."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\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"
+"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 ""
-"Hvilken ISDN-konfigurering foretrĉkker du?\n"
-"\n"
-"* Den gamle konfiguration bruger isdn4net. Det har stĉrke\n"
-" vĉrktĝjer, men det er vanskeligt at konfigurere for en nybegynder,\n"
-" og er ikke standardbaseret.\n"
-"\n"
-"' Det nye konfigurationsvĉrktĝj er enklere at forstċ,\n"
-" mere standardiseret, men med fĉrre vĉrktĝjer.\n"
-"\n"
-"Vi anbefaler den nye konfiguration.\n"
-"\n"
+"GPM tilfĝjer muse-support til tekst-baserede Linux applikationer sċsom "
+"Midnight Commander. Den tillader muse-baseret kopiér-og-sĉtind operationer "
+"pċ konsollen og inkluderer support for pop-op-menuer i konsollen."
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Ny konfiguration (isdn-light)"
+#: ../../services.pm:1
+#, c-format
+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 kĝrer bruger-specifikke programmer pċ "
+"planlagte tidspunkter. Vixie cron tilfĝjer en del forbedringer til den "
+"basale UNIX cron, inklusive bedre sikkerhed og stĉrkere "
+"konfigurationsmuligheder."
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Gammel konfiguration (isdn4net)"
+#: ../../services.pm:1
+#, c-format
+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 ""
+"Kĝrer planlagte kommandoer med 'at' kommandoen pċ tiden specificeret da 'at' "
+"blev kĝrt, og kĝrer batch kommandoer nċr den gennemsnitlige systembelastning "
+"er lav nok"
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "ISDN konfiguration"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"apmd is used for monitoring battery 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 overvċge batteristatus og skrive log til syslog.\n"
+"Den kan ogsċ bruges til at lukke maskinen nċr batteriet er pċ lav."
-#: ../../network/isdn.pm_.c:166
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is a periodic command scheduler."
+msgstr "Anacron en periodisk kommando planlĉgger"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr "Start ALSA (Advanced Linux Sound Architecture) lydsystemet"
+
+#: ../../standalone.pm:1
+#, c-format
+msgid "Installing packages..."
+msgstr "Installerer pakker..."
+
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
msgstr ""
-"Vĉlg din udbyder.\n"
-" Hvis de ikke er i listen, vĉlg Ikke listet"
+"\n"
+"Brug: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol"
-msgstr "Europaprotokollen"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
+" [everything]\n"
+" XFdrake [--noauto] skĉrm\n"
+" XFdrake oplĝsning"
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol (EDSS1)"
-msgstr "Protokol for Europa (EDSS1)"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+"[--manual] [--device=enhed] [--update-sane=sane_beskr_kat] [--update-"
+"usbtable] [--dynamic=enhed]"
-#: ../../network/isdn.pm_.c:181
-msgid "Protocol for the rest of the world"
-msgstr "Protokol for resten af verden"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
-#: ../../network/isdn.pm_.c:181
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
msgstr ""
-"Protokol for resten af verden \n"
-" ingen D-kanal (lejet linje)"
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
-msgstr "Hvilken protokol ĝnsker du at bruge?"
+#: ../../standalone.pm:1
+#, c-format
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr "[--file=minfil] [--word=mitord] [--explain=regudtryk] [--alert]"
-#: ../../network/isdn.pm_.c:196
+#: ../../standalone.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
-msgstr "Fandt \"%s\" grĉnsesnit, ĝnsker du at bruge det?"
+msgid "[keyboard]"
+msgstr "[Tastatur]"
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
-msgstr "Hvad slags kort har du?"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "Det ved jeg ikke"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
+msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../standalone.pm:1
+#, c-format
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"
-"If you have an ISA card, the values on the next screen should be right.\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"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\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"
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"
-"Hvis du har et ISA kort burde vĉrdiene i nĉste billede vĉre rigtige.\n"
+"Dette program er udgivet i hċb om at det vil vĉre anvendeligt, men\n"
+"UDEN NOGEN FORM FOR GARANTI; heller ikke garanti om\n"
+"SALGBARHED eller EGNETHED TIL ET BESTEMT FORMĊL. Se GNU\n"
+"General Public License for flere detaljer.\n"
"\n"
-"Hvis du har et PCMCIA kort skal du vide irq og io for kortet.\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.\n"
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "Afbryd"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "Afslut installation"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "Fortsĉt"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system updates"
+msgstr "Installér opdateringer"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "Hvilket er dit ISDN-kort?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "Konfigurér tjenester"
-#: ../../network/isdn.pm_.c:239
-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 opdaget et ISDN PCI-kort, men jeg ved ikke hvilken type. Vĉlg et PCI-"
-"kort i nĉste skĉrmbillede."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "Konfigurér X"
-#: ../../network/isdn.pm_.c:248
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Ingen ISDN PCI-kort fundet. Vĉlg ét i nĉste skĉrmbillede."
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "Installér systemopstarter"
-#: ../../network/modem.pm_.c:57
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Angiv hvilken seriel port dit modem er forbundet til."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "Konfigurér netvĉrk"
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "Opkaldsindstillinger"
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "Tilfĝj bruger"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
-msgstr "Navn pċ forbindelsen"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "Installér system"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "Telefonnummer"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "Vĉlg pakker til installation"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "Brugernavn"
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "Formatér partitioner"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
-msgstr "CHAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Partitioning"
+msgstr "Opdeling af disk"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "Vĉlg tastatur"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "Skript-baseret"
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "Vĉlg installations-metode"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "Terminal-baseret"
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "Harddisk bestemmelse"
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "Domĉnenavn"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "Konfigurér mus"
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-msgid "First DNS Server (optional)"
-msgstr "Fĝrste DNS-server (valgfri)"
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
+msgstr "Licens"
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-msgid "Second DNS Server (optional)"
-msgstr "Anden DNS-server (valgfri)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "Vĉlg sprog"
+
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
+msgstr "utopia 25"
+
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr "logdrake"
-#: ../../network/modem.pm_.c:95
+#: ../../ugtk.pm:1
+#, c-format
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr "Xpmac (installations-skĉrmdriver)"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+"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 understĝttelse, men kun med XFree %s,\n"
+"VIGTIGT: Dette er eksperimentelt og kan fċ din maskine til at lċse eller gċ "
+"ned."
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "XFree %s med EKSPERMENTAL 3d hardware acceleration"
-#: ../../network/modem.pm_.c:97
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Your card can have 3D hardware acceleration support with XFree %s."
+msgstr ""
+"Dit kort kan have 3D hardware accelerations-understĝttelse med XFree %s."
+
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "XFree %s med 3D hardware acceleration"
+
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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 understĝttelse, men kun med XFree %s.\n"
+"VIGTIGT: Dette er eksperimentelt og kan fċ din maskine til at lċse eller gċ "
+"ned.\n"
+"Dit kort er understĝttet af XFree %s som kan have bedre understĝttelse i 2D."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "Men ikke samstemmende"
+#: ../../Xconfig/card.pm:1
+#, 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 understĝttet af XFree %s som kan have bedre understĝttelse i 2D."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "Installér"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "XFree %s"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "Tabel"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "Konfigurér kun kort \"%s\"%s"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr "Brug Xinerama-udvidelse"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr "Konfigurér alle skĉrme uafhĉngigt"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "Hvilken konfiguration af XFree ĝnsker du?"
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "XFree konfiguration"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "Vĉlg hukommelsesmĉngde for dit grafikkort"
+
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
-"\n"
-"Du kan lukke forbindelsen til Internettet eller genkonfigurere din "
-"forbindelse."
+"Dit system understĝtter konfiguration af flere skĉrme\n"
+"Hvad vil du gĝre?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Multi-head configuration"
+msgstr "Flerskĉrms-konfiguration"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Choose an X server"
+msgstr "Vĉlg en X-server"
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "X-server"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "64 Mb eller mere"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 Mb"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "16 MB"
+msgstr "16 Mb"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 Mb"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 Mb"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 Mb"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 Mb"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 kb"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 kb"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
-"You can reconfigure your connection."
+"%s"
msgstr ""
+"Behold ĉndringer?\n"
+"Nuvĉrende konfiguration er:\n"
"\n"
-"Du kan genkonfigurere din forbindelse"
+"%s"
-#: ../../network/netconnect.pm_.c:29
-msgid "You are currently connected to internet."
-msgstr "Du har forbindelse til Internettet nu."
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "Valg"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr "Afprĝv"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "Oplĝsning"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "Skĉrm"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Graphic Card"
+msgstr "Grafikkort"
-#: ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "Afslut"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "Lodret opdateringsfrekvens"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "Vandret opdateringsfrekvens"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
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"
-"You can connect to Internet or reconfigure your connection."
+"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 skĉrmbilledet bliver genopfrisket, og (vigtigst af "
+"alt) den vandrette frekvens, som angiver antallet af vandrette linier der "
+"kan tegnes pċ skĉrmen hvert sekund.\n"
"\n"
-"Du kan lave forbindelse til Internettet eller omkonfigurere din forbindelse."
+"Det er MEGET VIGTIGT at du ikke angiver en skĉrmtype med "
+"opdateringsfrekvenser, der er stĝrre end din skĉrms formċen: du risikerer at "
+"ĝdelĉgge din skĉrm.\n"
+"Hvis du er i tvivl, bĝr du vĉlge en opsĉtning, som du med SIKKERHED ved\n"
+"at din skĉrm kan klare."
-#: ../../network/netconnect.pm_.c:32
-msgid "You are not currently connected to Internet."
-msgstr "Du er ikke forbundet til Internettet nu."
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr ""
+"Undersĝgning for Plug'n Play mislykkedes. Vĉlg venligst den rigtige skĉrm"
-#: ../../network/netconnect.pm_.c:36
-msgid "Connect"
-msgstr "Tilslut"
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Vendor"
+msgstr "Producent"
-#: ../../network/netconnect.pm_.c:37
-msgid "Disconnect"
-msgstr "Afbryd"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr "Plug'n Play"
-#: ../../network/netconnect.pm_.c:38
-msgid "Configure the connection"
-msgstr "Konfigurér forbindelsen"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "Vĉlg en skĉrmtype"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr "Internetforbindelse & -konfiguration"
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "Grafikkort: %s"
-#: ../../network/netconnect.pm_.c:94
+#: ../../Xconfig/resolution_and_depth.pm:1
#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Vi skal nu konfigurere opkoblingen '%s'."
+msgid "Choose the resolution and the color depth"
+msgstr "Vĉlg oplĝsning og farvedybde"
-#: ../../network/netconnect.pm_.c:103
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "Oplĝsninger"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4 milliarder farver (32 bit)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16 millioner (24 bit)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65 tusinde farver (16 bit)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32 tusinde farver (15 bit)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 farver (8 bit)"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Is this the correct setting?"
+msgstr "Er dette korrekt?"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Leaving in %d seconds"
+msgstr "%d sekunder"
+
+#: ../../Xconfig/test.pm:1
#, c-format
msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
msgstr ""
+"En fejl indtraf:\n"
+"%s\n"
+"Prĝv at ĉndre nogen parametre"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr ""
+"Advarsel: afprĝvning af dette grafikkort kan fċ din maskine til at fryse"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "Ĝnsker du at afprĝve konfigurationen?"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "Test konfigurationen"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "What norm is your TV using?"
+msgstr "Hvilken standard bruger dit tv?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid ""
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\n"
"\n"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
"\n"
+"Do you have this feature?"
+msgstr ""
+"Grafikkortet ser ud til at have en TV-UD-forbindelse.\n"
+"Den kan konfigureres sċ den fungerer med billedbuffer\n"
"\n"
-"Vi skal nu konfigurere opkoblingen '%s'.\n"
-"\n"
+"Til dette skal du tilslutte grafikkortet til tv'et inden du starter "
+"maskinen.\n"
+"Vĉlg dernĉst indgangen \"TVout\" i starthċntereren.\n"
"\n"
-"Tryk OK for at begynde."
-
-#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr "Konfigurér netvĉrk"
+"Har du denne funktion?"
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/various.pm:1
+#, c-format
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"
+"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 ""
-"Da du er i gang med en netvĉrksinstallation er dit netvĉrk allerede "
-"konfigureret.\n"
-"Klik OK for at beholde din konfiguration, eller annullér for at "
-"omkonfigurere din Internet- og netvĉrksforbindelse.\n"
+"Jeg kan sĉtte din maskine op til automatisk at starte X ved\n"
+"opstart. Ĝnsker du at starte X hver gang du genstarter?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "Start X ved systemstart"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "XFree86 driver: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "XFree86-server: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "Oplĝsninger %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Color depth: %s\n"
+msgstr "Farvedybde: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "Grafik-hukommelse: %s kb\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "Grafikkort: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "Skĉrms lodrette frekvens: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor HorizSync: %s\n"
+msgstr "Skĉrms vandrette frekvens: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "Skĉrm: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "Muse-enhed: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "Muse-type: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "Tastatur-type: %s\n"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "Valg: %s"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "Monteringssti: "
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server: "
+msgstr "Server: "
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr "URL'en skal begynde med http:// eller https://"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "Indtast LRL for WebDAV-serveren"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "Monteringssti"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server"
+msgstr "Server"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "Montér"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "Afmontér"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "New"
+msgstr "Ny"
-#: ../../network/netconnect.pm_.c:157
+#: ../../diskdrake/dav.pm:1
+#, c-format
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"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
msgstr ""
-"Velkommen til Netvĉrkskonfigurations-vejlederen\n"
-"\n"
-"Vi skal til at konfigurere din internet- eller netvĉrksforbindelse.\n"
-"Hvis du ikke ĝnsker at bruge autodetektering, sċ fravĉlg afkrydsningsboksen\n"
+"WebDAV er en protokol som lader dig montere en webserver katalog lokalt\n"
+"og behandle det som et lokalt filsystem (givet at webserveren er "
+"konfigureret\n"
+"som en WebDAV-server). Hvis du ĝnsker at tilfĝje WebDAV-monteringspunkter,\n"
+"sċ vĉlg \"Ny\"."
-#: ../../network/netconnect.pm_.c:163
-msgid "Choose the profile to configure"
-msgstr "Vĉlg profilen der skal konfigureres"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Benyt ``%s'' i stedet"
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
-msgstr "Brug automatisk detektion"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "Type"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-msgid "Expert Mode"
-msgstr "Eksperttilstand"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "Benyt ``Afmontér'' fĝrst"
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr "Detekterer enheder..."
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "Slet"
-#: ../../network/netconnect.pm_.c:214
-msgid "Normal modem connection"
-msgstr "Normal modemforbindelse"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "Opret"
-#: ../../network/netconnect.pm_.c:214
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected on port %s"
-msgstr "Detekteret pċ port %s"
+msgid "Filesystem types:"
+msgstr "Filsystems-typer:"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "Normal modemforbindelse"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "Tom"
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "Detekteret %s"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Windows"
+msgstr "Windows Domain"
-#: ../../network/netconnect.pm_.c:216
-msgid "ISDN connection"
-msgstr "ISDN-forbindelse"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
-#: ../../network/netconnect.pm_.c:216
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected %s"
-msgstr "Detekteret %s"
+msgid "SunOS"
+msgstr "SunOS"
-#: ../../network/netconnect.pm_.c:217
-msgid "ADSL connection"
-msgstr "ADSL opkobling"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "Swap"
-#: ../../network/netconnect.pm_.c:218
-msgid "Cable connection"
-msgstr "Kabelforbindelse"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Journalised FS"
+msgstr "Journaliserende FS"
-#: ../../network/netconnect.pm_.c:218
-msgid "cable connection detected"
-msgstr "Kabelopkobling detekteret"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
-#: ../../network/netconnect.pm_.c:219
-msgid "LAN connection"
-msgstr "Lokalnet-konfiguration"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "No hard drives found"
+msgstr "Ingen diskdrev fundet"
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
-msgstr "ethernet-kort detekteret"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "Klik pċ en partition"
-#: ../../network/netconnect.pm_.c:222
-msgid "Choose the connection you want to configure"
-msgstr "Vĉlg den opkobling, du ĝnsker at konfigurere"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\n"
+"I suggest you first resize that partition\n"
+"(click on it, then click on \"Resize\")"
+msgstr ""
+"Du har én stor MicroSoft Windows partition.\n"
+"Jeg foreslċr at du fĝrst ĉndrer stĝrrelsen pċ partitionen\n"
+"(klik pċ den, og klik herefter pċ \"Stĝrrelsesĉndring\")"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Choose action"
+msgstr "Vĉlg handling"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "Vejleder"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+"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 ""
-"Du har konfigureret flere mċder at koble dig mod internet pċ.\n"
-"Venligst vĉlg den du ĝnsker at bruger.\n"
-"\n"
+"Hvis du planlĉgger at bruge Yaboot, skal du huske at efterlade fri plads pċ\n"
+"begyndelsen af disken (2048 sektorer skulle vĉre nok)"
-#: ../../network/netconnect.pm_.c:247
-msgid "Internet connection"
-msgstr "Internet opkobling"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "Lav gerne en sikkerhedkopi af dine data fĝrst"
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr "Ĝnsker du at starte din forbindelse ved opstart?"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "Lĉs omhyggeligt!"
-#: ../../network/netconnect.pm_.c:267
-msgid "Network configuration"
-msgstr "Netvĉrks konfiguration"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
+msgstr "Krypteringsnĝgle (igen)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
+msgstr "Krypteringsnĝgle"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "The encryption keys do not match"
+msgstr "Krypteringsnĝglerne stemmer ikke overens"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+"Denne krypteringsnĝgle er for nem at gĉtte (skal mindst vĉre pċ %d tegn)"
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
-msgstr "Netvĉrket skal startes op igen"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose your filesystem encryption key"
+msgstr "Vĉlg din krypteringsnĝgle for filsystemet"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem encryption key"
+msgstr "Krypteringsnĝgle for filsystem"
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Type: "
+msgstr "Type: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "on channel %d id %d\n"
+msgstr "pċ kanal %d id %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Partitionstabel-type: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "LVM-diske %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "Info: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "Opbygning: %s cylindre, %s hoveder, %s sektorer\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "Stĝrrelse: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
+msgstr "Skrivebeskyttet"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "Enhed: "
+
+#: ../../diskdrake/interactive.pm:1
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-"Et problem opstod ved genstart af netvĉrket: \n"
"\n"
-"%s"
+"Denne specielle Bootstrap-\n"
+"partition er for at\n"
+"dual-boote dit system.\n"
-#: ../../network/netconnect.pm_.c:282
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\n"
msgstr ""
-"Tillykke, netvĉrks- og internetkonfigurationen er fĉrdig.\n"
-"Konfigurationen vil nu blive anvendt pċ dit system.\n"
"\n"
+"Denne partition er nok\n"
+"en driver-partition. Du skal\n"
+"nok bare lade den vĉre.\n"
-#: ../../network/netconnect.pm_.c:286
-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 vĉrtsnavn"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Loopback-filnavn: %s"
-#: ../../network/netconnect.pm_.c:287
-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"
-"Afprĝv din forbindelse med net_monitor eller mcc. Hvis din forbindelse ikke "
-"virker, kan du prĝve at genstarte konfigurationen."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "RAID-diske %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Enhedsstĝrrelse %s\n"
-#: ../../network/network.pm_.c:278
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "Niveau %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
msgstr ""
-"ADVARSEL: Denne enhed er tidligere blevet konfigureret til at lave "
-"forbindelse til Internettet.\n"
-"Ved kun at trykke pċ OK beholder du den nuvĉrende konfiguration.\n"
-"Ĉndringer i felterne nedenunder vil overskrive denne konfiguration."
+"Partition som opstartes som standard\n"
+" (gĉlder kun MS-DOS-opstart, ikke LILO)\n"
-#: ../../network/network.pm_.c:283
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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)."
+"Loopback file(s):\n"
+" %s\n"
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)."
+"Loopback-fil(er):\n"
+" %s\n"
-#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfigurerer netvĉrksenheden %s"
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid " (driver %s)"
-msgstr " (drivprogram %s)"
+msgid "Mounted\n"
+msgstr "Monteret\n"
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "IP-adresse"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Not formatted\n"
+msgstr "Ikke formateret\n"
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "Netmaske"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "Formateret\n"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Cylinder %d til %d\n"
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "Automatisk IP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s sektorer"
-#: ../../network/network.pm_.c:299
-msgid "Start at boot"
-msgstr "Start ved opstart"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "Stĝrrelse: %s"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP adresse skal have formatet 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Start: sektor %s\n"
-#: ../../network/network.pm_.c:326
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "Navn: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "DOS-drevbogstav: %s (bare et gĉt)\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr "partition %s er nu kendt som %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Removing %s"
+msgstr "Fjerner %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Copying %s"
+msgstr "Kopierer %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving files to the new partition"
+msgstr "Flytter filer til den nye partition"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+"Directory %s already contains data\n"
+"(%s)"
+msgstr ""
+"Katalog %s indeholder allerede nogen data\n"
+"(%s)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hide files"
+msgstr "Skjul filer"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move files to the new partition"
+msgstr "Flyt filer til den nye partition"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "You'll need to reboot before the modification can take place"
+msgstr "Du skal genstarte maskinen for at aktivere ĉndringerne"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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!"
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure to add a /boot partition"
msgstr ""
+"Du har valgt en programmeret RAID-partition som rod (/).\n"
+"Ingen systemopstarter kan hċndtere dette uden en /boot partition.\n"
+"Vĉr sikker pċ at tilfĝje en /boot partition"
-#: ../../network/network.pm_.c:350
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"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 ""
-"Indtast domĉnenavn, vĉrtsnavn og IP adressen for evt. ekstra navne-servere.\n"
-"Dit vĉrtsnavn skal vĉre et fuldt kvalificeret vĉrtsnavn inklusive domĉne,\n"
-"f.eks. minpc.mitfirma.dk. Hvis du ikke har nogen ekstra navne-servere,\n"
-"sċ lad navne-server-felterne vĉre blanke."
+"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 grĉnsen."
-#: ../../network/network.pm_.c:355
-msgid "DNS server"
-msgstr "DNS-server"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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 desvĉrre ikke pċ nuvĉrende 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"
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (fx %s)"
+msgid "The package %s is needed. Install it?"
+msgstr "Pakken %s krĉves. Ĝnsker du at installere den?"
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "Gateway enhed"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "What type of partitioning?"
+msgstr "Hvilken slags partitionering?"
-#: ../../network/network.pm_.c:363
-msgid "DNS server address should be in format 1.2.3.4"
-msgstr "Adresse pċ DNS-server skal have formatet 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Be careful: this operation is dangerous."
+msgstr "Vĉr forsigtig: denne operation er farlig."
-#: ../../network/network.pm_.c:367
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr "Gateway-adresse skal have formatet 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "enhedsstĝrrelse"
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Konfiguration af mellemvĉrt (proxy)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "niveau"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP-proxy"
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "enhed"
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP-proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
+msgstr "Diverse"
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
-msgstr "Fĝlg id for netvĉrkskort (nyttigt for bĉrbare)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount options"
+msgstr "Modulindstillinger"
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy skal vĉre http://..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
+msgstr "Filen findes allerede. Skal den bruges?"
-#: ../../network/network.pm_.c:388
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Url burde begynde med 'ftp:' eller 'http:'"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File is already used by another loopback, choose another one"
+msgstr "Filen er allerede brugt af en anden loopback, vĉlg en anden fil"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "Brandmurkonfiguration fundet!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Give a file name"
+msgstr "Giv et filnavn"
-#: ../../network/shorewall.pm_.c:27
-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."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "Filsystemstype: "
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "Internet-konfiguration"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "Stĝrrelse i Mb: "
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Ĝnsker du at forsĝge at skabe forbindelse til Internettet nu?"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "Loopback-filnavn: "
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-msgid "Testing your connection..."
-msgstr "Tester din forbindelse..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Loopback"
-#: ../../network/tools.pm_.c:70
-msgid "The system is now connected to Internet."
-msgstr "Systemet er ikke forbundet til Internettet nu."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "Denne partition kan ikke bruges til loopback"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
-msgstr "Af sikkerhedsgrunde vil det blive afbrudt nu."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
+msgstr "LVM-navn?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "ny"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr "Vĉlg en eksisterende LVM som skal udvides"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr "Vĉlg en eksisterende RAID som skal udvides"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "Flytter partition..."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "Flytter"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "Hvilken sektor ĝnsker du at flytte den til?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "Sektor"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "Hvilken disk ĝnsker du at flytte den til?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "Flyt"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "New size in MB: "
+msgstr "Ny stĝrrelse i Mb: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "Vĉlg den nye stĝrrelse"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "Stĝrrelsesĉndring"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After resizing partition %s, all data on this partition will be lost"
+msgstr ""
+"Efter ĉndring af stĝrrelsen af partition %s vil alle data pċ denne partition "
+"gċ tabt"
-#: ../../network/tools.pm_.c:72
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All data on this partition should be backed-up"
+msgstr "Det bĝr laves en backup af alle data pċ denne partition"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition is not resizeable"
+msgstr "Stĝrrelsen pċ denne partition kan ikke ĉndres"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "Udregner FAT-filsystemets grĉnser"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount %s?"
+msgstr "Hvor ĝnsker du at montere %s?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
msgstr ""
-"Det lader ikke til at dit system har forbindelse til Internettet.\n"
-"Prĝv at omkonfigurere din forbindelse."
+"Kan ikke fjerne monteringssti, da denne partition bliver brugt til "
+"loopback.\n"
+"Fjern loopback fĝrst"
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr "Forbindelses-konfiguration"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Hvor ĝnsker du at montere partitionen %s?"
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
-msgstr "Udfyld eller markér feltet nedenunder"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "Hvor ĝnsker du at montere loopback-filen %s?"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr "Kort IRQ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
+msgstr "Skifter fra ext2 til ext3"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "Kort mem (DMA)"
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Which filesystem do you want?"
+msgstr "Hvilket filsystem ĝnsker du at bruge?"
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "Kort IO"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Change partition type"
+msgstr "Skift partitionstype"
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "Kort IO_0"
+#: ../../diskdrake/interactive.pm:1
+#, 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"
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "Kort IO_1"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove the loopback file?"
+msgstr "Fjern loopback-filen?"
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
-msgstr "Dit personlige telefonnummer"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"You can't create a new partition\n"
+"(since you reached the maximal number of primary partitions).\n"
+"First remove a primary partition and create an extended partition."
+msgstr ""
+"Du kan ikke oprette en ny partition\n"
+"(fordi du er oppe pċ det maksimale antal primĉre partitioner)\n"
+"Fjern fĝrst en primĉr partition og opret en udvidet partition."
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr "Navn pċ udbyder (f.eks. udbyder.net)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Preference: "
+msgstr "Prĉference: "
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr "Udbyders telefonnummer"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start sector: "
+msgstr "Startsektor: "
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-msgid "Provider dns 1 (optional)"
-msgstr "Udbyder DNS 1 (valgfri)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create a new partition"
+msgstr "Opret en ny partition"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-msgid "Provider dns 2 (optional)"
-msgstr "Udbyder DNS 2 (valgfri)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "Loopback anvendelse"
-#: ../../network/tools.pm_.c:109
-msgid "Choose your country"
-msgstr "Vĉlg dit land"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "Ĉndr RAID"
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr "Opringningsmċde"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "Fjern fra LVM"
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-msgid "Connection speed"
-msgstr "Opkoblingshastighed"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "Fjern fra RAID"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-msgid "Connection timeout (in sec)"
-msgstr "Opkoblingens tidsudlĝb (i sekunder)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "Tilfĝj til LVM"
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr "Konto-login (brugernavn)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "Tilfĝj til RAID"
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Adgangskode for konto"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "Formatér"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
-msgstr "Storbritannien"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Detailed information"
+msgstr "Detaljeret information"
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "montering mislykkedes: "
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "Forsĝger at redde partitionstabellen"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
-msgstr "Udvidet partition ikke understĝttet pċ denne platform"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
+msgstr ""
+"Indsĉt en diskette i diskettedrevet\n"
+"Alle data pċ disketten vil blive slettet"
-#: ../../partition_table.pm_.c:685
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "Advarsel"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "Vĉlg fil"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"The backup partition table has not the same size\n"
+"Still continue?"
msgstr ""
-"Du har plads tilovers i din partitionstabel, men jeg kan ikke udnytte den.\n"
-"Den eneste lĝsning er at flytte dine primĉre partitioner, sċledes at\n"
-"\"hullet\" bliver placeret ved siden af de udvidede partitioner."
+"Kopien af partitionstabellen har ikke samme stĝrrelse\n"
+"Fortsĉt alligevel?"
-#: ../../partition_table.pm_.c:774
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Genskabning fra fil %s mislykkedes: %s"
+msgid "Removable media automounting"
+msgstr "Automontering af flytbare medier"
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr "Fejl i sikkerhedskopien"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Reload partition table"
+msgstr "Genindlĉs partitionstabel"
-#: ../../partition_table.pm_.c:796
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr "Fejl ved skrivning til fil %s"
+msgid "Rescue partition table"
+msgstr "Redder partitionstabel"
-#: ../../partition_table/raw.pm_.c:192
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Restore partition table"
+msgstr "Genskaber partitionstabel"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Save partition table"
+msgstr "Gem partitionstabel"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
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 tilfĉldigt snavs"
+"For at du kan fċ flere partitioner, skal du slette én, sċ der kan oprettes "
+"en udvidet partition"
-#: ../../pkgs.pm_.c:26
-msgid "must have"
-msgstr "skal have"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "I can't add any more partition"
+msgstr "Kan ikke tilfĝje flere partitioner"
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr "vigtigt"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "Alle primĉre partitioner er brugt"
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr "meget rart"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hard drive information"
+msgstr "Drev-information"
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr "rart"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Auto allocate"
+msgstr "Allokér automatisk"
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr "mċske"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "Slet alt"
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Ĝnsker du at gemme /etc/fstab-ĉndringerne?"
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "Afslut uden at skrive partitionstabellen?"
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Dĉmon"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "Afslut uden at gemme"
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
-msgstr "LPD"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "Fortsĉt alligevel?"
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "Normal -> Ekspert"
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
-msgstr "LPRng"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "Ekspert -> Normal"
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "Fortryd"
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Exit"
+msgstr "Afslut"
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-msgid "Unknown Model"
-msgstr "Ukendt model"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose a partition"
+msgstr "Vĉlg en partition"
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "Lokal printer"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose another partition"
+msgstr "Vĉlg en ny partition"
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "Ekstern printer"
+#: ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Change type"
+msgstr "Skift type"
-#: ../../printer/main.pm_.c:28
-msgid "Printer on remote CUPS server"
-msgstr "Printer pċ ekstern CUPS server"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Search servers"
+msgstr "Sĝg efter servere"
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-msgid "Printer on remote lpd server"
-msgstr "Printer pċ ekstern lpd server"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Domain"
+msgstr "Domĉne"
-#: ../../printer/main.pm_.c:30
-msgid "Network printer (TCP/Socket)"
-msgstr "Netvĉrksprinter (TCP/sokkel)"
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Username"
+msgstr "Brugernavn"
-#: ../../printer/main.pm_.c:31
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Printer pċ SMB/Windows 95/98/NT server"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid ""
+"Please enter your username, password and domain name to access this host."
+msgstr ""
+"Indtast venligst dit brugernavn, din adgangskode og dit domĉnenavn for at fċ "
+"adgang til denne vĉrt."
-#: ../../printer/main.pm_.c:32
-msgid "Printer on NetWare server"
-msgstr "Printer pċ en NetWare server"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Domain Authentication Required"
+msgstr "Domĉnegodkendelse pċkrĉvet"
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-msgid "Enter a printer device URI"
-msgstr "Indtast en printerenheds-URI"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Another one"
+msgstr "En anden"
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
-msgstr "kanalisér opgave ind i kommando"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Which username"
+msgstr "Hvilket brugernavn"
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
-msgstr "Ukendt model"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Can't login using username %s (bad password?)"
+msgstr "Kan ikke logge ind med brugernavn %s (forkert adgangskode?)"
-#: ../../printer/main.pm_.c:317
-msgid "Local Printers"
-msgstr "Lokale printere"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "cpu # "
+msgstr "cpu-nummer "
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-msgid "Remote Printers"
-msgstr "Eksterne printere"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SMBus controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " pċ parallelport \\/*%s"
+msgid "USB controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB printer \\/*%s"
+msgid "SCSI controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:334
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", multi-funktions-enhed pċ parallel port \\/*%s"
+msgid "(E)IDE/ATA controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
-msgstr ", multi-funktions-enhed pċ USB"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
+msgstr ""
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
-msgstr ", multi-funktions-enhed pċ HP JetDirect"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Scanner"
+msgstr "Skanner"
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
-msgstr ", multi-funktions-enhed"
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Unknown/Others"
+msgstr "Ukendt|andre"
-#: ../../printer/main.pm_.c:344
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", printing to %s"
-msgstr ", skriver til %s"
+msgid "Bridges and system controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:346
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
-msgstr " pċ LPD-server \"%s\", printer \"%s\""
+msgid "Modem"
+msgstr "Modem"
-#: ../../printer/main.pm_.c:348
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP vĉrt \"%s\", port %s"
+msgid "Ethernetcard"
+msgstr "Ethernet-kort"
-#: ../../printer/main.pm_.c:352
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr " pċ Windows-server \"%s\", deling \"%s\""
+msgid "Processors"
+msgstr "Processorer"
-#: ../../printer/main.pm_.c:356
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
-msgstr " pċ Novell-server \"%s\", printer \"%s\""
+msgid "Webcam"
+msgstr "Webcam"
-#: ../../printer/main.pm_.c:358
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", using command %s"
-msgstr ", med kommando %s"
+msgid "Soundcard"
+msgstr "Lydkorl"
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
-msgstr "Rċ printer (ingen driver)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Other MultiMedia devices"
+msgstr "Andre multimedie-enheder"
-#: ../../printer/main.pm_.c:647
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "(on %s)"
-msgstr "(pċ %s)"
+msgid "Tvcard"
+msgstr "TV-kort"
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
-msgstr "(pċ denne maskine)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Videocard"
+msgstr "Videokort"
-#: ../../printer/main.pm_.c:674
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Pċ CUPS-server '%s'"
+msgid "Tape"
+msgstr "Bċnd"
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr " (Forvalgt)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "DVD-ROM"
+msgstr "DVD-ROM"
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr "Vĉlg printer-forbindelse"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CD/DVD burners"
+msgstr "CD/DVD-brĉndere"
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr "Hvordan er printeren tilsluttet?"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CDROM"
+msgstr "cd-rom"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Disk"
+msgstr "Disk"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Zip"
+msgstr "Zip"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Floppy"
+msgstr "Diskette"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Let me pick any driver"
+msgstr "Lad mig vĉlge hvilkensomhelst driver"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Driver:"
+msgstr "Drivprogram:"
-#: ../../printer/printerdrake.pm_.c:30
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
+"The current driver for your \"%s\" sound card is \"%s\" "
msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Choosing an arbitratry driver"
+msgstr "Vĉlger en vilkċrlig driver"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
"\n"
-"Eksterne CUPS-servere behĝver du ikke at konfigurere her: \n"
-"disse printere vil automatisk blive fundet."
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound trouble shooting"
+msgstr "Problemlĝsning omkring lyd"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr "Drivprogrammet %s for lydkortet er ikke listet"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Unkown driver"
+msgstr "Ukendt drivprogram"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr "Der findes intet kendt drivprogram for lydkortet (%s)"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No known driver"
+msgstr "Ingen kendt driverrutine"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
msgstr ""
-"Automatisk identifikation af printere (Lokal, TCP/Socket og SMB-skrivere)"
+"Der findes ingen fri driver for lydkortet (%s) men der er en leverandĝrejet "
+"driver pċ '%s'"
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-msgid "CUPS configuration"
-msgstr "CUPS-konfiguration"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No open source driver"
+msgstr "Ingen open source driverrutine"
+
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Please Wait... Applying the configuration"
+msgstr "Vent venligst... Sĉtter konfigurationen i anvendelse"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
+"Den gamle \"%s\"-driver er sortlistet.\n"
+"\n"
+"Den er blevet rapporteret at lave fejl i kernen ved afslutningen.\n"
+"\n"
+"Den nye \"%s\"-driver vil fĝrst blive brugt ved nĉste systemopstart."
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-msgid "Specify CUPS server"
-msgstr "Angiv CUPS server"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Trouble shooting"
+msgstr "Problemlĝsning"
-#: ../../printer/printerdrake.pm_.c:83
+#: ../../harddrake/sound.pm:1
+#, c-format
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."
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
msgstr ""
-"Du behĝver ikke at konfigurere nogen printere hér 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 vĉre opfĝrt under \"Eksterne printere\". Nċr CUPS-serveren "
-"ikke er pċ dit lokalnetvĉrk skal du opgive CUPS-serverens IP-adresse og "
-"eventuelle portnummer for at fċ printerinformation fra serveren, ellers kan "
-"du lade disse felter vĉre blanke."
+"OSS (Open Sound System) var den fĝrste lyd-API. Det er den fĝrste OS-"
+"uafhĉngige lyd-API (Den er tilgĉngelig pċ de fleste Unix-systemer) men den "
+"er en meget basal og begrĉnset API.\n"
+"Ydermere genopfandt alle OSS-drivere hjulet.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) er en modulĉr arkitektur som\n"
+"understĝtter en ganske stor mĉngde ISA-, USB- og PCI-kort.\n"
+"\n"
+"Den tilbyder ogsċ en meget hĝjere API end OSS.\n"
+"\n"
+"For at bruge ALSA kan man enten bruge:\n"
+"- den gamle OSS-kompatibilitetes-api\n"
+"- den nye ALSA API som tilbyder mange forbedrede faciliteter men som krĉver "
+"brug af ALSA-biblioteket.\n"
-#: ../../printer/printerdrake.pm_.c:84
+#: ../../harddrake/sound.pm:1
+#, c-format
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\")."
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
"\n"
-"Normalt bliver CUPS konfigureret automatisk i overensstemmelse med dit "
-"netvĉrksmiljĝ, sċ du kan fċ fat i printerne pċ CUPS-serverne pċ dit "
-"lokalnetvĉrk. Hvis dette ikke virker ordentligt, sċ deaktivér 'Automatisk "
-"CUPS-konfiguration' og redigér din fil /etc/cups/cupsd.conf selv. Glem ikke "
-"at genstarte CUPS bagefter. (kommando: 'service cups restart')."
+"\n"
+"Dit kort bruger i ĝjeblikket %s\"%s\"-driveren (normal driver for dit kort "
+"er \"%s\")"
-#: ../../printer/printerdrake.pm_.c:88
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP-adressen bĝr se ud som 192.168.1.20"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
+msgstr ""
+"Her kan du vĉlge et alternativ drivprogram (enten OSS eller ALSA) for "
+"lydkortet (%s)"
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-msgid "The port number should be an integer!"
-msgstr "Port-nummeret bĝr vĉre et heltal!"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound configuration"
+msgstr "Lyd-konfiguration"
-#: ../../printer/printerdrake.pm_.c:99
-msgid "CUPS server IP"
-msgstr "CUPS-serverens IP"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
+msgstr ""
+"Der findes intet kendt alternativt OSS/ALSA-drivprogram for lydkortet (%s) "
+"som i ĝjeblikket bruger '%s'"
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "Port"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No alternative driver"
+msgstr "Intet alternativ drivprogram"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "enable radio support"
+msgstr "aktivér radio-understĝttelse"
-#: ../../printer/printerdrake.pm_.c:102
-msgid "Automatic CUPS configuration"
-msgstr "Automatisk CUPS-konfiguration"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Radio support:"
+msgstr "Radio-understĝttelse:"
-#: ../../printer/printerdrake.pm_.c:159
-msgid "Checking your system..."
-msgstr "Tjekker dit system..."
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "PLL setting:"
+msgstr "PLL-opsĉtning:"
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-msgid "Printerdrake"
-msgstr "Printerdrake"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "number of capture buffers for mmap'ed capture"
+msgstr "Antal fangningsbuffere for mmap-fangning"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Number of capture buffers:"
+msgstr "Antal fangningsbuffere:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Tuner type:"
+msgstr "Tuner-type:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Card model:"
+msgstr "Kortmodel:"
-#: ../../printer/printerdrake.pm_.c:167
+#: ../../harddrake/v4l.pm:1
+#, c-format
msgid ""
-"There are no printers found which are directly connected to your machine"
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
msgstr ""
-"Der blev ikke fundet nogen printere som er direkte tilsluttede til din "
-"maskine"
+"For de fleste moderne tv-kort vil bttv-modulet fra GNU/Linux-kernen blot "
+"automatisk finde de rette parametre.\n"
+"Hvis dit kort ikke findes korrekt, kan du gennemtvinge den rette tuner og "
+"korttyper her. Bare vĉlg dit tv-korts parametre om nĝdvendigt"
-#: ../../printer/printerdrake.pm_.c:179
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|Generic"
+msgstr "Ukendt|generisk"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH06X (bt878) [many vendors]"
+msgstr "Ukendt|CPH06X (bt878) [mange leverandĝrer]"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH05X (bt878) [many vendors]"
+msgstr "Ukendt|CPH05X (bt878) [mange leverandĝrer]"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Auto-detect"
+msgstr "Automatisk detektion"
+
+#: ../../interactive/newt.pm:1
+#, c-format
+msgid "Do"
+msgstr "Lav"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "Dit valg? (standard %s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Bad choice, try again\n"
+msgstr "Dċrligt valg, prĝv igen\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Re-submit"
+msgstr "Indsend igen"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"The following printers\n"
-"\n"
+"=> Notice, a label changed:\n"
+"%s"
msgstr ""
-"De fĝlgende printere\n"
-"\n"
+"=> Bemĉrk, en etikette ĉndredes:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:180
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"The following printer\n"
-"\n"
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
msgstr ""
-"Den fĝlgende printer\n"
-"\n"
+"Vĉlg det fĝrste tal i 10-omrċdet som du ĝnsker at redigere,\n"
+"Eller tryk retur for at fortsĉtte.\n"
+"Dit valg? "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr "=> Der er mange ting at vĉlge imellem (%s).\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Dit valg? (standard '%s'%s) "
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
+msgstr " indtast 'void' for tom indgang"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Do you want to click on this button?"
+msgstr "Ĝnsker du at klikke pċ denne knap?"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Button `%s': %s"
+msgstr "Knap '%s': %s"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Dit valg? (0/1, standard '%s') "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"\n"
-"and one unknown printer are "
+"Entries you'll have to fill:\n"
+"%s"
msgstr ""
-"\n"
-"og en ukendt printer er "
+"Indgange som du skal udfylde:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../modules/interactive.pm:1
#, c-format
msgid ""
-"\n"
-"and %d unknown printers are "
+"Loading module %s failed.\n"
+"Do you want to try again with other parameters?"
msgstr ""
-"\n"
-"og %d ukendte printere er "
+"Indlĉsning af modul %s mislykkedes.\n"
+"Ĝnsker du at prĝve igen med andre parametre?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "Specificér parametre"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "Automatisk sondering"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. 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 tilfĉlde behĝver %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 behĝver? Af og til vil sondering stoppe maskinen, men "
+"burde\n"
+"ikke forċrsage nogen skader."
+
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "Hvilken %s driver skal jeg prĝve?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "Modulindstillinger:"
+
+#: ../../modules/interactive.pm:1
+#, 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 nu sĉtte parametre til modulet %s.\n"
+"Parametrene er i formatet ``navn=vĉrdi navn2=vĉrdi2 ...''.\n"
+"F.eks., ``io=0x300 irq=7''"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"You may now provide 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"
+"Bemĉrk at alle adresser bĝr indtastes med foranstillet 0x, fx '0x123'"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(modul %s)"
+
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "Installerer driver for %s kort %s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "Se info for maskinel"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "Har du nogen %s grĉnsesnit?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "Har du én til?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "Fandt %s %s grĉnsesnit"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
+msgstr "Du kan konfigurere hver parameter for modulet her."
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated strings"
+msgstr "kommaseparerede strenge"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr "kommaseparerede tal"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr "%d kommaseparerede strenge"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr "%d kommaseparerede tal"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "a number"
+msgstr "et tal"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
+"Du behĝver alcatel mikrokoden.\n"
+"Hjemhent den fra\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"og kopiér filen mgmt.o i /usr/share/speedtouch"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few use dhcp.\n"
+"If you don't know, choose 'use pppoe'"
+msgstr ""
+"Den mest almindelige mċde at forbinde med ADSL er pppoe.\n"
+"Nogen forbindelser bruger pptp, og nogle fċ bruger DHCP.\n"
+"Hvis du ikke ved noget, vĉlg 'brug pppoe'"
+
+#: ../../network/adsl.pm:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "Lav forbindelse til Internettet"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
+msgstr "Sagem (der bruger pppoe) usb"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Alcatel speedtouch usb"
+msgstr "Alcatel speedtouch usb"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr "brug dhcp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pptp"
+msgstr "brug pptp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "brug pppoe"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Other ports"
+msgstr "Andre porte"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Everything (no firewall)"
+msgstr "Alt (ingen brandmur)"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+"Ugyldig port angivet: %s.\n"
+"Det korrekte format er \"port/tcp\" eller \"port/udp\", \n"
+"hvor port er mellem 1 og 65535."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
+msgstr ""
+"Du kan angive diverse porte. \n"
+"Gyldige eksempler er: 139/tcp 139/udp.\n"
+"Se /etc/services for information."
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr "Hvilke tjenester vil du tillade at Internettet kan koble op med?"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"are "
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
msgstr ""
+"konfigurering med drakfirewall\n"
"\n"
-"er "
+"Forsikr dig om at du har konfigureret din internetforbindelse med "
+"drakconnect fĝr du gċr videre."
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"is "
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
msgstr ""
+"drakfirewall-konfigurator\n"
"\n"
-"er "
+"Dette konfigurerer en personlig brandmur for denne Mandrake Linux-maskine.\n"
+"For en stĉrk dedikeret brandmurs-lĝsning se venligst den specialiserede "
+"MandrakeSecurity Firewall-distribution."
-#: ../../printer/printerdrake.pm_.c:189
-msgid "directly connected to your system"
-msgstr "direkte forbundet til dit system"
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "No network card"
+msgstr "Intet netkort"
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "POP and IMAP Server"
+msgstr "POP- og IMAP-server"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Mail Server"
+msgstr "Postserver"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Domain Name Server"
+msgstr "Server for domĉnenavne (DNS)"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Web Server"
+msgstr "Webserver"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
+msgstr ""
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf Host name"
+msgstr "Zeroconf vĉrtsnavn"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "Vĉrtsnavn"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
msgid ""
"\n"
-"There is one unknown printer directly connected to your system"
-msgstr ""
"\n"
-"Der findes en ukendt printer direkte tilsluttet til dit system"
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../network/ethernet.pm:1
#, c-format
msgid ""
-"\n"
-"There are %d unknown printers directly connected to your system"
+"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"
-"Der findes %d ukendte printere direkte tilsluttet til dit system"
+"Indtast dit vĉrtsnavn hvis du kender det.\n"
+"Nogle DHCP-servere krĉver vĉrtsnavnet for at fungere.\n"
+"Dit vĉrtsnavn bĝr vĉre et fuldt kvalificeret vĉrtsnavn,\n"
+"fx 'minpc.mitfirma.dk'."
-#: ../../printer/printerdrake.pm_.c:200
-msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr " (Forsikr dig om at alle dine printere er tilsluttede og tĉndte).\n"
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "Konfigurerer netvĉrk"
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "kunne ikke finde noget netkort"
+
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"Please choose which network adapter you want to use to connect to Internet."
msgstr ""
-"Vil du aktivere udskrift pċ printerne som nĉvnes ovenfor eller pċ printerne "
-"i det lokale netvĉrk?\n"
+"Vĉlg hvilken netvĉrksadapter du ĝnsker at bruge til at lave forbindelse til "
+"Internettet med."
-#: ../../printer/printerdrake.pm_.c:215
-msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr "Vil du aktivere udskrift pċ printerne i det lokale netvĉrk?\n"
+#: ../../network/ethernet.pm:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "Vĉlg netvĉrksgrĉnsesnit"
-#: ../../printer/printerdrake.pm_.c:217
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Vil du aktivere udskrift pċ printerne som nĉvnes ovenfor?\n"
+#: ../../network/ethernet.pm:1
+#, c-format
+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 netvĉrksadapter pċ dit system.\n"
+"Kan ikke sĉtte denne forbindelsetype op."
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
-msgstr "Er du sikker pċ at du vil opsĉtte udskrift pċ denne maskine?\n"
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid ""
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
+msgstr ""
+"Hvilken DHCP klient ĝnsker du at bruge?\n"
+"Standard er dhcp-client"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "No ISDN PCI card found. Please select one on the next screen."
+msgstr "Ingen ISDN PCI-kort fundet. Vĉlg ét i nĉste skĉrmbillede."
-#: ../../printer/printerdrake.pm_.c:219
+#: ../../network/isdn.pm:1
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"I have detected an ISDN PCI card, but I don't know its type. Please select a "
+"PCI card on the next screen."
msgstr ""
-"Bemĉrk: Afhĉngig af printermodel og udskriftssystem vil op til %d MB "
-"yderligere programmel blive installeret."
+"Jeg har opdaget et ISDN PCI-kort, men jeg ved ikke hvilken type. Vĉlg et PCI-"
+"kort i nĉste skĉrmbillede."
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-msgid "Add a new printer"
-msgstr "Tilfĝj en ny printer"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "Hvilket af de fĝlgende er dit ISDN-kort?"
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "ISDN konfiguration"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "Afbryd"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "Fortsĉt"
+
+#: ../../network/isdn.pm:1
+#, c-format
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"
+"If you have an ISA card, the values on the next screen should be right.\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."
+"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
+"card.\n"
msgstr ""
"\n"
-"Velkommen til vejlederen for printeropsĉtning\n"
-"\n"
-"Denne vejleder lader dig installere lokale eller eksterne printere som skal "
-"bruges fra denne maskine, og ogsċ fra andre maskiner i netvĉrket.\n"
+"Hvis du har et ISA kort burde vĉrdiene i nĉste billede vĉre rigtige.\n"
"\n"
-"Den spĝrger dig om alle nĝdvendige oplysninger til at opsĉtte printere og "
-"giver dig adgang til alle tilgĉngelige printerdrivere, drivermuligheder og "
-"opkoblingstyper for printere."
+"Hvis du har et PCMCIA kort skal du vide irq og io for kortet.\n"
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "I don't know"
+msgstr "Det ved jeg ikke"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "PCI"
+msgstr "PCI"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISA / PCMCIA"
+msgstr "ISA / PCMCIA"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind of card do you have?"
+msgstr "Hvad slags kort har du?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr "Fandt \"%s\" grĉnsesnit, ĝnsker du at bruge det?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which protocol do you want to use?"
+msgstr "Hvilken protokol ĝnsker du at bruge?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Protocol for the rest of the world"
+msgstr "Protokol for resten af verden"
+
+#: ../../network/isdn.pm:1
+#, c-format
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:1
+#, c-format
+msgid "European protocol"
+msgstr "Europĉisk protokol"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "European protocol (EDSS1)"
+msgstr "Protokol for Europa (EDSS1)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
+msgstr ""
+"Vĉlg din udbyder.\n"
+" Hvis de ikke er i listen, vĉlg Ikke listet"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "External ISDN modem"
+msgstr "Eksternt ISDN modem"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "Internt ISDN-kort"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "Hvad slags type er din ISDN-forbindelse?"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, c-format
+msgid "Network Configuration Wizard"
+msgstr "Konfigurér netvĉrk"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "Gammel konfiguration (isdn4net)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "New configuration (isdn-light)"
+msgstr "Ny konfiguration (isdn-light)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Which ISDN configuration do you prefer?\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
+"* The Old configuration uses isdn4net. It contains powerful\n"
+" tools, but is tricky to configure, and not standard.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"We recommand the light configuration.\n"
msgstr ""
+"Hvilken ISDN-konfigurering foretrĉkker du?\n"
"\n"
-"Velkommen til guiden for printerinstallation\n"
-"\n"
-"Denne guide lader dig installere printere sluttet til denne maskine, direkte "
-"til netvĉrket eller til en ekstern Windows-maskine.\n"
+"* Den gamle konfiguration bruger isdn4net. Det har stĉrke\n"
+" vĉrktĝjer, men det er vanskeligt at konfigurere for en nybegynder,\n"
+" og er ikke standardbaseret.\n"
"\n"
-"Hvis du har printere sluttet til denne maskine, sċ tilslut og tĉnd dem nu sċ "
-"de kan identificeres automatisk. Netvĉrksprinterne og Windows-maskinerne "
-"skal ogsċ vĉre tilsluttede og tĉndte.\n"
+"' Det nye konfigurationsvĉrktĝj er enklere at forstċ,\n"
+" mere standardiseret, men med fĉrre vĉrktĝjer.\n"
"\n"
-"Bemĉrk at det tager lĉngere tid at identificere netvĉrksprintere end at "
-"identificere lokalt tilsluttede printere. Sċ deaktivér autoidentifikation af "
-"netvĉrksprintere og/eller printere sluttede til Windows-maskiner hvis du "
-"ikke har brug for dette.\n"
+"Vi anbefaler den nye konfiguration.\n"
"\n"
-"Klik pċ \"Nĉste\" nċr du er klar og pċ \"Annullér\" hvis du ikke vil "
-"installere printere nu."
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Do nothing"
+msgstr "Gĝr ingenting"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Install rpm"
+msgstr "Installér rpm"
+
+#: ../../network/modem.pm:1
+#, c-format
msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+"\"%s\" baseret winmodem opdaget, ĝnsker du at installere krĉvet programmel?"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Title"
+msgstr "Titel"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+"Dit modem ier ikke understĝttet af systemet.\n"
+"Tag og kig pċ http://www.linmodems.org"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Second DNS Server (optional)"
+msgstr "Anden DNS-server (valgfri)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "First DNS Server (optional)"
+msgstr "Fĝrste DNS-server (valgfri)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "Domĉnenavn"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr "CHAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "Skript-baseret"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "Terminal-baseret"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "Brugernavn"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "Telefonnummer"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "Navn pċ forbindelsen"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "Opkaldsindstillinger"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Please choose which serial port your modem is connected to."
+msgstr "Angiv hvilken seriel port dit modem er forbundet til."
+
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "Konfigurér netvĉrk"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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"
+"Afprĝv din forbindelse med net_monitor eller mcc. Hvis din forbindelse ikke "
+"virker, kan du prĝve at genstarte konfigurationen."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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 vĉrtsnavn"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
+msgstr ""
+"Tillykke, netvĉrks- og internetkonfigurationen er fĉrdig.\n"
+"Konfigurationen vil nu blive anvendt pċ dit system.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"A problem occured while restarting the network: \n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"%s"
msgstr ""
+"Et problem opstod ved genstart af netvĉrket: \n"
"\n"
-"Velkommen til guiden for printerinstallation\n"
+"%s"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
+msgstr "Pakken %s skal vĉre installeret. Ĝnsker du at installere den?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Network configuration"
+msgstr "Netvĉrks konfiguration"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Do you want to start the connection at boot?"
+msgstr "Ĝnsker du at starte din forbindelse ved opstart?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection"
+msgstr "Internet opkobling"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
"\n"
-"Denne guide lader dig installere printere sluttet til denne maskine.\n"
+msgstr ""
+"Du har konfigureret flere mċder at koble dig mod internet pċ.\n"
+"Venligst vĉlg den du ĝnsker at bruger.\n"
"\n"
-"Hvis du har printere sluttet til denne maskine, sċ tilslut og tĉnd dem nu sċ "
-"de kan identificeres automatisk.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the connection you want to configure"
+msgstr "Vĉlg den opkobling, du ĝnsker at konfigurere"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr "ethernet-kort detekteret"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "LAN connection"
+msgstr "Lokalnet-konfiguration"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "cable connection detected"
+msgstr "Kabelopkobling detekteret"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Cable connection"
+msgstr "Kabelforbindelse"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected"
+msgstr "Detekteret"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ADSL connection"
+msgstr "ADSL opkobling"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected %s"
+msgstr "Detekteret %s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ISDN connection"
+msgstr "ISDN-forbindelse"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Winmodem connection"
+msgstr "Winmodem-forbindelse"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected on port %s"
+msgstr "Detekteret pċ port %s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Normal modem connection"
+msgstr "Normal modemforbindelse"
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detecting devices..."
+msgstr "Detekterer enheder..."
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Mode"
+msgstr "Eksperttilstand"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
+msgstr "Brug automatisk detektion"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the profile to configure"
+msgstr "Vĉlg profilen der skal konfigureres"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Welcome to The Network Configuration Wizard.\n"
"\n"
-"Klik pċ \"Nĉste\" nċr du er klar og pċ \"Annullér\" hvis du ikke vil "
-"installere printere nu."
+"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 Netvĉrkskonfigurations-vejlederen\n"
+"\n"
+"Vi skal til at konfigurere din internet- eller netvĉrksforbindelse.\n"
+"Hvis du ikke ĝnsker at bruge autodetektering, sċ fravĉlg afkrydsningsboksen\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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 netvĉrksinstallation er dit netvĉrk allerede "
+"konfigureret.\n"
+"Klik OK for at beholde din konfiguration, eller annullér for at "
+"omkonfigurere din Internet- og netvĉrksforbindelse.\n"
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
+"We are now going to configure the %s connection.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Press OK to continue."
msgstr ""
"\n"
-"Velkommen til guiden for printerinstallation\n"
"\n"
-"Denne guide lader dig installere printere sluttet til denne maskine eller "
-"direkte til netvĉrket.\n"
"\n"
-"Hvis du har printere sluttet til denne maskine, sċ tilslut og tĉnd dem nu sċ "
-"de kan identificeres automatisk. Netvĉrksprinterne skal ogsċ vĉre "
-"tilsluttede og tĉndte.\n"
+"Vi skal nu konfigurere opkoblingen '%s'.\n"
"\n"
-"Bemĉrk at det tager lĉngere tid at identificere netvĉrksprintere end at "
-"identificere lokalt tilsluttede printere. Sċ deaktivér autoidentifikation af "
-"netvĉrksprintere hvis du ikke har brug for dette.\n"
"\n"
-"Klik pċ \"Nĉste\" nċr du er klar og pċ \"Annullér\" hvis du ikke vil "
-"installere printere nu."
+"Tryk OK for at begynde."
-#: ../../printer/printerdrake.pm_.c:307
-msgid "Auto-detect printers connected to this machine"
-msgstr "Auto-opdagelse af printere tilsluttet denne maskine"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "We are now going to configure the %s connection."
+msgstr "Vi skal nu konfigurere opkoblingen '%s'."
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
-msgstr "Auto-opdagelse af printere tilsluttet direkte til det lokale netvĉrk"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "Internetforbindelse & -konfiguration"
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
-msgstr ""
-"Auto-opdagelse af printere tilsluttet maskiner der kĝre Microsoft Windows"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Configure the connection"
+msgstr "Konfigurér forbindelsen"
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Disconnect"
+msgstr "Afbryd"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Connect"
+msgstr "Tilslut"
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Congratulations, your printer is now installed and configured!\n"
+"You can reconfigure your connection."
+msgstr ""
"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
+"Du kan genkonfigurere din forbindelse"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\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."
+"You can connect to the Internet or reconfigure your connection."
msgstr ""
"\n"
-"Tillykke, din printer er nu installeret og konfigureret!\n"
+"Du kan lave forbindelse til Internettet eller omkonfigurere din forbindelse."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "Du er ikke forbundet til Internettet nu."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\n"
-"Du kan udskrive med 'Udskriv'-kommandoen i dit program (normalt i 'Filer'-"
-"menuen).\n"
+"You can disconnect or reconfigure your connection."
+msgstr ""
"\n"
-"Hvis du ĝnsker at tilfĝje, fjerne eller omdĝbe en printer, eller hvis du "
-"ĝnsker at ĉndre pċ standard-indstillingerne (papirbakke, printkvalitet ...), "
-"sċ vĉlg 'Printer' i 'Udstyr'-afsnittet i Mandrake Kontrolcentret."
+"Du kan lukke forbindelsen til Internettet eller genkonfigurere din "
+"forbindelse."
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-msgid "Printer auto-detection"
-msgstr "Auto-opdagelse af printere"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are currently connected to the Internet."
+msgstr "Du har forbindelse til Internettet nu."
-#: ../../printer/printerdrake.pm_.c:385
+#: ../../network/network.pm:1
#, c-format
-msgid ", network printer \"%s\", port %s"
-msgstr ", netvĉrksprinter \"%s\", port %s"
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "Url burde begynde med 'ftp:' eller 'http:'"
-#: ../../printer/printerdrake.pm_.c:387
+#: ../../network/network.pm:1
#, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr ", printer \"%s\" pċ SMB/Windows-server \"%s\""
+msgid "Proxy should be http://..."
+msgstr "Proxy skal vĉre http://..."
-#: ../../printer/printerdrake.pm_.c:391
+#: ../../network/network.pm:1
#, c-format
-msgid "Detected %s"
-msgstr "Fandt %s"
+msgid "FTP proxy"
+msgstr "FTP-proxy"
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Printer pċ parallel port \\/*%s"
+msgid "HTTP proxy"
+msgstr "HTTP-proxy"
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/network.pm:1
#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB-printer \\/*%s"
+msgid "Proxies configuration"
+msgstr "Konfiguration af mellemvĉrt (proxy)"
-#: ../../printer/printerdrake.pm_.c:399
+#: ../../network/network.pm:1
#, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "Netvĉrksprinter '%s', port %s"
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "Gateway-adresse skal have formatet 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Printer '%s' pċ SMB/Windows server '%s'"
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "Adresse pċ DNS-server skal have formatet 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-msgid "Local Printer"
-msgstr "Lokal printer"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway device"
+msgstr "Gateway enhed"
-#: ../../printer/printerdrake.pm_.c:526
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr "Gateway (fx %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "DNS-server"
+
+#: ../../network/network.pm:1
+#, c-format
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, ...)."
+"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 ""
-"Ingen lokal printer fundet! For at installere en printer i hċnden skal du "
-"indtaste et enhedsnavn/filnavn i inddatalinjen (parallelporte: /dev/lp0, /"
-"dev/lp1 ..., svarende til LPT1:, LPT2: ..., fĝrste USB-printer: /dev/usb/"
-"lp0, 2. USB-printer: /dev/usb/lp1 ...)."
+"Indtast domĉnenavn, vĉrtsnavn og IP adressen for evt. ekstra navne-servere.\n"
+"Dit vĉrtsnavn skal vĉre et fuldt kvalificeret vĉrtsnavn inklusive domĉne,\n"
+"f.eks. minpc.mitfirma.dk. Hvis du ikke har nogen ekstra navne-servere,\n"
+"sċ lad navne-server-felterne vĉre blanke."
-#: ../../printer/printerdrake.pm_.c:530
-msgid "You must enter a device or file name!"
-msgstr "Du skal indtaste en enhed eller et filnavn!"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
+msgstr ""
+"Hastighed bĝr have endelsen k, M or G (for eksempel, \"11M\" for 11M), eller "
+"tilfĝj nok '0'."
-#: ../../printer/printerdrake.pm_.c:539
-msgid "No printer found!"
-msgstr "Ingen printer fundet!"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
+msgstr ""
+"Frek bĝr have endelsen k, M or G (for eksempel, \"2.46G\" for 2.46 GHz "
+"frekvens), eller tilfĝj nok '0'."
-#: ../../printer/printerdrake.pm_.c:548
-msgid "Available printers"
-msgstr "Tilgĉngelige printer"
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address should be in format 1.2.3.4"
+msgstr "IP adresse bĝr have formatet 1.2.3.4"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Start at boot"
+msgstr "Start ved opstart"
-#: ../../printer/printerdrake.pm_.c:552
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Network Hotplugging"
+msgstr "Overvċgnings af netvĉrk"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
+msgstr "Fĝlg id for netvĉrkskort (nyttigt for bĉrbare)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(bootp/dhcp/zeroconf)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "Automatisk IP"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "Netmaske"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "IP-adresse"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid " (driver %s)"
+msgstr " (drivprogram %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "Konfigurerer netvĉrksenheden %s"
+
+#: ../../network/network.pm:1
+#, c-format
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"
+"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 ""
-"Den fĝlgende printer blev opdaget automatisk. Hvis det ikke er den du ĝnsker "
-"at opsĉtte sċ indtast et enhedsnavn/filnavn pċ inddatalinjen"
+"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)."
-#: ../../printer/printerdrake.pm_.c:553
+#: ../../network/network.pm:1
+#, c-format
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"
+"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 ""
-"Her er en liste over alle automatisk opdagede printere. Vĉlg den printer du "
-"ĝnsker at opsĉtte eller indtast et enhedsnavn/filnavn pċ inddatalinjen"
+"ADVARSEL: Denne enhed er tidligere blevet konfigureret til at lave "
+"forbindelse til Internettet.\n"
+"Ved kun at trykke pċ OK beholder du den nuvĉrende konfiguration.\n"
+"Ĉndringer i felterne nedenunder vil overskrive denne konfiguration."
-#: ../../printer/printerdrake.pm_.c:555
+#: ../../network/shorewall.pm:1
+#, c-format
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\"."
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes after installation."
msgstr ""
-"Den fĝlgende printer blev opdaget automatisk. Konfigurationen af printeren "
-"vil ske fuldstĉndigt automatisk. Hvis din printer ikke blev fundet korrekt "
-"eller hvis du foretrĉkker en tilpasset printerkonfiguration, sċ slċ 'Manuel "
-"konfiguration' til."
+"Advarsel! En eksisterende brandmurkonfiguration er blevet fundet. Du skal "
+"muligvis lave manuelle rettelser efter installationen."
+
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "Brandmurkonfiguration fundet!"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "Adgangskode for konto"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "Konto-login (brugernavn)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection timeout (in sec)"
+msgstr "Opkoblingens tidsudlĝb (i sekunder)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection speed"
+msgstr "Opkoblingshastighed"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Dialing mode"
+msgstr "Opringningsmċde"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Choose your country"
+msgstr "Vĉlg dit land"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "Udbyder DNS 2 (valgfri)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "Udbyder DNS 1 (valgfri)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "Udbyders telefonnummer"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "Navn pċ udbyder (f.eks. udbyder.net)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "Dit personlige telefonnummer"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "Kort IO_1"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "Kort IO_0"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "Kort IO"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "Kort mem (DMA)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "Kort IRQ"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
+msgstr "Udfyld eller markér feltet nedenunder"
-#: ../../printer/printerdrake.pm_.c:556
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Connection Configuration"
+msgstr "Forbindelses-konfiguration"
+
+#: ../../network/tools.pm:1
+#, c-format
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\"."
+"The system doesn't seem to be connected to the Internet.\n"
+"Try to reconfigure your connection."
msgstr ""
-"Her er en liste over alle automatisk opdagede printere. Vĉlg den printer du "
-"ĝnsker at opsĉtte. Konfigurationen af printeren vil ske fuldstĉndigt "
-"automatisk. Hvis din printer ikke blev fundet korrekt eller hvis du "
-"foretrĉkker en tilpasset printerkonfiguration, sċ slċ 'Manuel konfiguration' "
-"til."
+"Det lader ikke til at dit system har forbindelse til Internettet.\n"
+"Prĝv at omkonfigurere din forbindelse."
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "For security reasons, it will be disconnected now."
+msgstr "Af sikkerhedsgrunde vil det blive afbrudt nu."
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../network/tools.pm:1
+#, c-format
+msgid "The system is now connected to the Internet."
+msgstr "Systemet er nu forbundet til Internettet."
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Testing your connection..."
+msgstr "Tester din forbindelse..."
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Ĝnsker du at forsĝge at skabe forbindelse til Internettet nu?"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Internet configuration"
+msgstr "Internet-konfiguration"
+
+#: ../../partition_table/raw.pm:1
+#, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"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, corrupted "
+"data."
msgstr ""
-"Angiv hvilken port din printer er forbundet til eller indtast et enhedsnavn/"
-"filnavn pċ inddatalinjen"
+"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 tilfĉldige beskadigede data."
-#: ../../printer/printerdrake.pm_.c:559
-msgid "Please choose the port where your printer is connected to."
-msgstr "Angiv hvilken port din printer er forbundet til."
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr " (Forvalgt)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "On CUPS server \"%s\""
+msgstr "Pċ CUPS-server '%s'"
+
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, c-format
+msgid "Remote Printers"
+msgstr "Eksterne printere"
+
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr "(pċ denne maskine)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on %s)"
+msgstr "(pċ %s)"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Common Unix Printing System"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng"
+msgstr "LPRng"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - LPR New Generation"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD"
+msgstr "LPD"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD - Line Printer Daemon"
+msgstr "LPD - Line Printer Dĉmon"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
+msgstr "PDQ"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Print, Don't Queue"
+
+#: ../../printer/detect.pm:1
+#, c-format
+msgid "Unknown Model"
+msgstr "Ukendt model"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr "Ukendt model"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Host %s"
+msgstr "Vĉrt %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network %s"
+msgstr "Netvĉrk %s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Interface \"%s\""
+msgstr "Grĉnseflade '%s'"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local network(s)"
+msgstr "Lokalnetvĉrk"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
+msgstr "Rċ printer (ingen driver)"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
+msgstr ", med kommando %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on Novell server \"%s\", printer \"%s\""
+msgstr " pċ Novell-server \"%s\", printer \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgstr " pċ Windows-server \"%s\", deling \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ", TCP/IP vĉrt \"%s\", port %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
+msgstr " pċ LPD-server \"%s\", printer \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", printing to %s"
+msgstr ", skriver til %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
+msgstr ", multi-funktions-enhed"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ", multi-funktions-enhed pċ HP JetDirect"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ", multi-funktions-enhed pċ USB"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on parallel port \\#%s"
+msgstr ", multi-funktions-enhed pċ parallel port \\#%s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", USB printer"
+msgstr ", USB printer"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", USB printer \\#%s"
+msgstr ", USB printer \\#%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " on parallel port \\#%s"
+msgstr " pċ parallelport \\#%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printers"
+msgstr "Lokale printere"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Pipe job into a command"
+msgstr "kanalisér opgave ind i kommando"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter a printer device URI"
+msgstr "Indtast en printerenheds-URI"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on NetWare server"
+msgstr "Printer pċ en NetWare server"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "Printer pċ SMB/Windows 95/98/NT server"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "Netvĉrksprinter (TCP/sokkel)"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on remote lpd server"
+msgstr "Printer pċ ekstern lpd server"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on remote CUPS server"
+msgstr "Printer pċ ekstern CUPS server"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
+msgstr "Ekstern printer"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Local printer"
+msgstr "Lokal printer"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring applications..."
+msgstr "Konfigurerer programmer..."
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, c-format
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to configure another printer?"
+msgstr "Ĝnsker du at konfigurere en anden printer?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "Fjerner printer \"%s\"..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Ĝnsker du virkelig at fjerne printeren \"%s\"?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove printer"
+msgstr "Fjern printer"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Know how to use this printer"
+msgstr "Véd hvordan denne printer bruges"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print test pages"
+msgstr "Udskriver testsider"
-#: ../../printer/printerdrake.pm_.c:561
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-"(parallelporte: /dev/lp0, /dev/lp1 ..., svarende til LPT1:, LPT2: ..., "
-"fĝrste USB-printer: /dev/usb/lp0, 2. USB-printer: /dev/usb/lp1 ...)."
+"Kunne ikke fjerne printeren \"%s\" fra Star Office/OpenOffice.org/GIMP.org."
-#: ../../printer/printerdrake.pm_.c:565
-msgid "You must choose/enter a printer/device!"
-msgstr "Du skal vĉlge eller indtaste en printer/enhed!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
+msgstr "Printeren \"%s\" blev fjernet fra Star Office/OpenOffice.org/GIMP.org."
-#: ../../printer/printerdrake.pm_.c:584
-msgid "Manual configuration"
-msgstr "Manuel konfiguration"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Fjerner printer fra Star Office/OpenOffice.org/GIMP.org"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr "Parametre til ekstern lpd"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Fjern denne printer fra Star Office/OpenOffice.org/GIMP.org"
-#: ../../printer/printerdrake.pm_.c:634
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr ""
+"Kunne ikke tilfĝje printeren \"%s\" til Star Office/OpenOffice.org/GIMP.org."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-"For at bruge en ekstern printer, skal du opgive vĉrtsnavnet\n"
-"for printerserveren og navnet pċ printeren pċ denne server."
+"Printeren \"%s\" blev tilfĝjet til Star Office/OpenOffice.org/GIMP.org."
-#: ../../printer/printerdrake.pm_.c:635
-msgid "Remote host name"
-msgstr "Eksternt vĉrtsnavn"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Tilfĝjer printer til Star Office/OpenOffice.org/GIMP.org"
-#: ../../printer/printerdrake.pm_.c:636
-msgid "Remote printer name"
-msgstr "Eksternt printernavn"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Tilfĝj denne printer til Star Office/OpenOffice.org/GIMP.org"
-#: ../../printer/printerdrake.pm_.c:639
-msgid "Remote host name missing!"
-msgstr "Eksternt vĉrtsnavn mangler"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr "Printeren '%s' er nu sat som standard-printer."
-#: ../../printer/printerdrake.pm_.c:643
-msgid "Remote printer name missing!"
-msgstr "Det eksterne vĉrtsnavn mangler!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Default printer"
+msgstr "Standard printer"
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Detected model: %s %s"
-msgstr "Fandt model: %s %s"
+msgid "Set this printer as the default"
+msgstr "Sĉt printeren som standard-printer"
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-msgid "Scanning network..."
-msgstr "Skanner netvĉrk ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "Printer-muligheder"
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", printer \"%s\" on server \"%s\""
-msgstr ", printer \"%s\" pċ server \"%s\""
+msgid "Printer manufacturer, model"
+msgstr "Printerproducent, model"
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "Printer \"%s\" pċ server \"%s\""
+msgid "Printer manufacturer, model, driver"
+msgstr "Printerproducent, model, driver"
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT)-printer indstillinger"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "Fjerner gammel printer \"%s\"..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer name, description, location"
+msgstr "Printernavn, beskrivelse, sted"
-#: ../../printer/printerdrake.pm_.c:796
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer connection type"
+msgstr "Printeropkoblingstype"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Learn how to use this printer"
+msgstr "Lĉr hvordan denne printer bruges"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer"
+msgstr "Rċ printer"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do it!"
+msgstr "Gĝr det!"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Close"
+msgstr "Luk"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Printer %s\n"
+"What do you want to modify on this printer?"
msgstr ""
-"For at skrive til en SMB printer skal du angive vĉrtsnavnet pċ SMB maskinen "
-"(bemĉrk at dette navn kan vĉre forskelligt fra TCP/IP-navnet!) og muligvis "
-"IP-adressen pċ printerserveren, sċ vel som delenavnet for printeren du vil "
-"bruge samt nĝdvendig information om brugernavn, adgangskode og arbejdsgruppe."
+"Printer %s\n"
+"Hvad ĝnsker du at forandre pċ, pċ denne printer?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Modify printer configuration"
+msgstr "Ĉndr printerkonfiguration"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add a new printer"
+msgstr "Tilfĝj en ny printer"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Normal Mode"
+msgstr "Normal udgave"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Change the printing system"
+msgstr "Ĉndr printsystemet"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer sharing"
+msgstr "Printerdeling"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "CUPS configuration"
+msgstr "CUPS-konfiguration"
-#: ../../printer/printerdrake.pm_.c:797
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
+"Opfrisk printerliste (for at vise alle tilgĉngelige eksterne CUPS-printere)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
+"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 ""
-" Hvis den ĝnskede printer blev fundet, sċ vĉlg den fra listen og tilfĝj "
-"dernĉst brugernavn, adgangskode og/eller arbejdsgruppe om nĝdvendigt."
+"De fĝlgende printere er konfigureret. Dobbeltklik pċ en printer for at ĉndre "
+"dens indstillinger, for at gĝre den til standard-printer, eller for at se "
+"information om den."
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr "SMB-servervĉrt"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/GIMP."
+msgstr ""
+"De fĝlgende printere er konfigureret. Dobbeltklik pċ en printer for at ĉndre "
+"dens indstillinger; for at gĝre den til standard-printer: for at se "
+"information om den; eller for at gĝre en ekstern CUPS-printer tilgĉngelig "
+"for Star Office/OpenOffice.org/GIMP.org."
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
-msgstr "SMB-serverens IP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr "Printsystem: "
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr "Dele-navn"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Would you like to configure printing?"
+msgstr "Vil du gerne konfigurere udskrivning?"
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "Arbejdsgruppe"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing Printerdrake..."
+msgstr "Forbereder Printerdrake..."
-#: ../../printer/printerdrake.pm_.c:806
-msgid "Auto-detected"
-msgstr "Auto-detekteret"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
+msgstr "Tjekker installeret programmel..."
-#: ../../printer/printerdrake.pm_.c:816
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Enten servernavnet eller serverens IP skal angives!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing Foomatic..."
+msgstr "Installerer Foomatic..."
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
-msgstr "Samba-delenavn mangler!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "Kunne ikke konfigurere printer '%s'!"
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
-msgstr "SIKKERHEDSADVARSEL!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "Konfigurerer printer '%s'..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer data..."
+msgstr "Lĉser printerdata ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Hvilket printersystem (spooler) ĝnsker du at bruge?"
-#: ../../printer/printerdrake.pm_.c:827
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Spooler"
+msgstr "Vĉlg printerkĝ-behandler"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing %s ..."
+msgstr "Installerer %s..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing %s ..."
+msgstr "Fjerner %s ..."
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\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"
+"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"
-"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"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
+msgstr ""
+"Printsystemet (%s) vil ikke blive startet automatisk, nċr maskinen startes "
+"op.\n"
+"Det er muligt at den automatiske opstart blev slċet fra ved ĉndring til et "
+"hĝjere sikkerhedsniveau, fordi printsystemet er et muligt angrebspunkt.\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"
+"Ĝnsker du at have den automatiske opstart af printsystemet slċet til igen?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting the printing system at boot time"
+msgstr "Starter printsystemet ved opstart"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-msgstr ""
-"Du er ved at opsĉtte 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ċ skĉrmen ved at angive "
-"kommandoer som 'ps auxwww'.\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"
-"Vi anbefaler at bruge en af de fĝlgende alternativer (i alle tilfĉlde skal "
-"du forsikre dig om at kun maskiner fra dit lokalnetvĉrk har adgang til din "
-"Windows-server, for eksempel ved hjĉlp af en brandmur):\n"
+"Do you really want to configure printing on this machine?"
+msgstr ""
+"Du er ved at installere printsystemet %s pċ et system kĝrende pċ "
+"sikkerhedsniveau %s.\n"
"\n"
-"Brug en konto uden adgangskode pċ din Windows-server, sċsom 'GUEST'-kontoen "
-"eller en speciel konto som kun anvendes til udskrift. Fjern ikke "
-"adgangskodebeskyttelsen fra en personlig konto eller en administrator-"
-"konto.\n"
+"Dette printsystem kĝrer som en dĉmon (baggrundsproces) som venter pċ "
+"printeropgaver og behandler dem. Denne dĉmon er ogsċ tilgĉngelig for "
+"eksterne maskiner via netvĉrket, og derfor er det et muligt angrebspunkt. "
+"Derfor bliver kun nogle fċ udvalgte dĉmoner startet op som standard i dette "
+"sikkerhedsniveau.\n"
"\n"
-"Opsĉt din Windows-server sċ printeren er tilgĉngelig under LPD-protokollen. "
-"Opsĉt dernĉst udskrift fra denne maskine med '%s'-opkoblingstypen i "
-"Printerdrake.\n"
+"Ĝnsker du virkelig at konfigurere udskrivning pċ denne maskine?"
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing a printing system in the %s security level"
+msgstr "Installerer et printersystem pċ sikkerhedsniveauet %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "paranoid"
+msgstr "paranoid"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "high"
+msgstr "hĝj"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Restarting printing system..."
+msgstr "Genstarter printsystemet ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuration of a remote printer"
+msgstr "Konfiguration af en ekstern printer"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-"Opsĉt din Windows-server til at gĝre printeren tilgĉngelig under IPP-"
-"protokollen, og opsĉt udskrift fra denne maskine med '%s'-opkoblingstypen i "
-"Printerdrake.\n"
+"Netvĉrksadgangen kĝrte ikke og kunne ikke startes. Tjek din konfiguration og "
+"dit udstyr. Prĝv derefter at konfigurere din eksterne printer igen."
-#: ../../printer/printerdrake.pm_.c:840
+#: ../../printer/printerdrake.pm:1
+#, c-format
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?"
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is 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 ""
-"Forbind din printer til en Linux-server og lad dine Windows-maskiner "
-"tilslutte sig til den som klienter.\n"
-"\n"
-"Ĝnsker du virkelig at fortsĉtte med at opsĉtte din printer som du gĝr nu?"
+"Netvĉrksopsĉtningen lavet under installationen kan ikke startes nu. Tjek om "
+"netvĉrket bliver tilgĉngeligt efter opstart af dit system, og ret "
+"konfigurationen med Mandrake Kontrolcenter, afsnittet 'Netvĉrk og internet'/ "
+"'Forbindelse', og konfigurér derefter printeren ogsċ med Mandrake "
+"Kontrolcenter, afsnittet om 'Maskinel'/'Printer'"
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr "NetWare printer-parametre"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configure the network now"
+msgstr "Konfigurér netvĉrket nu"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Go on without configuring the network"
+msgstr "Fortsĉt med konfigurering af netvĉrk"
-#: ../../printer/printerdrake.pm_.c:912
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"For at skrive til en NetWare printer skal du angive navnet pċ NetWare "
-"printerserveren (bemĉrk at dette navn kan vĉre forskelligt fra TCP/IP-"
-"navnet!) sċvel som kĝnavnet for den printer du vil benytte samt om "
-"nĝdvendigt et brugernavn og en adgangskode."
+"Du er ved at konfigurere en ekstern printer. Dette krĉver en virkende "
+"netvĉrksadgang, men dit netvĉrk er endnu ikke konfigureret. Hvis du vil "
+"fortsĉtte uden en netvĉrkskonfiguration, vil du ikke kunne bruge printeren "
+"som du konfigurerer nu. Hvordan ĝnsker du at fortsĉtte?"
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr "Printer-server"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network functionality not configured"
+msgstr "Netvĉrksfunktionalitet ikke konfigureret"
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr "Printerkĝ-navn"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting network..."
+msgstr "Starter netvĉrk ..."
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
-msgstr "NCP-servernavn mangler!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refreshing printer data..."
+msgstr "Opfrisker printerdata ..."
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
-msgstr "NCP-kĝnavn mangler!"
+#: ../../printer/printerdrake.pm:1
+#, 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 overfĝrt din tidligere standard-printer '%s', skal den ogsċ vĉre "
+"standard-printer under det nye printersystem %s?"
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", host \"%s\", port %s"
-msgstr ", vĉrt \"%s\", port %s"
+msgid "Transfer printer configuration"
+msgstr "Overfĝr printerkonfiguration"
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Host \"%s\", port %s"
-msgstr "Vĉrt \"%s\", port %s"
+msgid "Transferring %s..."
+msgstr "Overfĝrer %s ..."
-#: ../../printer/printerdrake.pm_.c:1030
-msgid "TCP/Socket Printer Options"
-msgstr "TCP/Sokkel-printer-parametre"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "New printer name"
+msgstr "Nyt printernavn"
-#: ../../printer/printerdrake.pm_.c:1032
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
msgstr ""
-"Vĉlg en af de fundne printere fra listen eller angiv vĉrtsnavnet eller IP-"
-"adressen og eventuelt portnummer (standard er 9100) i indtastningsfelterne."
+"Printeren \"%s\" eksisterer allerede,\n"
+"ĝnsker du virkelig at overskrive dens konfiguration?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer should contain only letters, numbers and the underscore"
+msgstr "Navn pċ printer bĝr kun indeholde bogstaver, tal og understregen _"
-#: ../../printer/printerdrake.pm_.c:1033
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr "Overfĝr"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+"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 ""
-"For at skrive til en TCP eller sokkel-printer skal du angive vĉrtsnavnet "
-"eller IP-adressen pċ printeren, og eventuelt portnummer (standard er 9100). "
-"Pċ HP JetDirect-servere er portnummeret normalt 9100, pċ andre servere "
-"varierer det. Tjek manualen for dit udstyr."
+"En printer med navnet \"%s\" eksisterer allerede pċ %s. \n"
+"Klik \"Overfĝr\" for at overskrive.\n"
+"Du kan ogsċ give et nyt printernavn, eller overspringe denne printer."
-#: ../../printer/printerdrake.pm_.c:1037
-msgid "Printer host name or IP missing!"
-msgstr "Vĉrtsnavn eller IP-adresse pċ printer mangler!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
+msgstr "Overfĝr ikke printere"
-#: ../../printer/printerdrake.pm_.c:1059
-msgid "Printer host name or IP"
-msgstr "Vĉrtsnavn eller IP-adresse pċ printer mangler!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
+msgstr ""
+"\n"
+"Vĉlg printerene som du vil overflytte og klik\n"
+"\"Overfĝr\"."
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr "Printer-enheds URI"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:1108
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-"Du kan direkte opgive URI til printeren. URIen skal vĉre i henhold til enten "
-"CUPS- eller Foomatic-standarden. Bemĉrk at ikke alle typer URIer "
-"understĝttes af alle kĝ-behandlere."
+"Desuden kan kĝer lavet med dette program eller \"foomatic -configure\" ikke "
+"overflyttes."
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
-msgstr "En korrekt URI skal opgives!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "LPD and LPRng do not support IPP printers.\n"
+msgstr "LPD og LPRng understĝtter ikke IPP printere.\n"
-#: ../../printer/printerdrake.pm_.c:1463
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-"Alle printere behĝver et navn (f.eks. 'printer').\n"
-"Beskrivelsen og lokaliseringsfelterne behĝver ikke \n"
-"udfyldes. De er kommentarer til brugerne."
+"PDQ understĝtter kun lokale printere, eksterne LPD printere, og Sokkel/TCP "
+"printere.\n"
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr "Navn pċ printer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
+msgstr ""
+"CUPS understĝtter ikke printere pċ Novellservere eller printere som sender "
+"dataene ind i en frit-formet kommando.\n"
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "Beskrivelse"
+#: ../../printer/printerdrake.pm:1
+#, 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 kĝserveren %s til %"
+"s, din nuvĉrende kĝserver. Al konfigurationsdata (printernavn, beskrivelse, "
+"opkoblingstype og standardindstillinger) bliver overtaget, men ikke "
+"opgaver.\n"
+"Ikke alle kĝer kan overfĝres pċ grund af:\n"
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "Placering"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
+msgstr ""
+"Din printer blev konfigureret automatisk til at give dig adgang til fotokort-"
+"drevene fra din PC. Nu kan du fċ adgang til dine fotokort med det grafiske "
+"program 'MtoolsFM' (Menu: 'Programmer' -> 'Filvĉrktĝjer' -> 'Mtools "
+"Filadministration') eller kommandolinjevĉrktĝjet 'mtools' (indtast 'man "
+"mtools' pċ kommandolinjen for mere information). Du finder kortets filsystem "
+"under drevbogstavet 'p:', eller fĝlgende drevbogstaver hvis du har mere end "
+"én HP-printer med fotokortdrev. I 'MtoolsFM' kan du skifte mellem "
+"drevbogstaver med feltet i de ĝverste hĝjre hjĝrner af fillisterne."
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-msgid "Reading printer database..."
-msgstr "Lĉser database over printere ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your 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\" on the command line to get more "
+"information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+"Din 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 de grafiske "
+"grĉnseflader 'xscanimage' eller 'xsane'. Hvis du bruger GIMP kan du ogsċ "
+"skanne ved at vĉlge det rigtige punkt i menuen 'Filer/Hent'. Brug ogsċ 'man "
+"scanimage' pċ kommandolinjen for at fċ mere information\n"
+"\n"
+"Brug ikke \"scannerdrake\" pċ denne enhed!"
-#: ../../printer/printerdrake.pm_.c:1482
-msgid "Preparing printer database..."
-msgstr "Forbereder printerdatabase: ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "Udskriver testsider..."
-#: ../../printer/printerdrake.pm_.c:1578
-msgid "Your printer model"
-msgstr "Din printermodel"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print option list"
+msgstr "Liste med printermuligheder"
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Udskriver pċ printeren '%s'"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "Udskriver/Adgang til fotokort pċ '%s'"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Udskriver/Skanner pċ '%s'"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "Udskriver/Skanner/Fotokort pċ '%s'"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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%s\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 vĉre forkert, isĉr nċr 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 \"Vĉlg model manuelt\" sċ du kan "
-"udvĉlge din printermodel manuelt pċ den nĉste skĉrm.\n"
+"Hvilke muligheder der er for den aktuelle printer kan du enten lĉse pċ "
+"listen vist nedenfor, eller klikke pċ knappen 'liste med printermuligheder'%s"
+"%s\n"
"\n"
-"Som din printer har Printerdrake fundet:\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
"\n"
-"%s"
+"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. Tilfĝj blot de ĝnskede indstillinger til "
+"kommandolinjen, fx '%s <fil>'.\n"
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-msgid "The model is correct"
-msgstr "Modellen er korrekt"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 grĉnseflade 'xpdq' til at sĉtte "
+"valgmuligheder og behandle udskriftsopgaver.\n"
+"Hvis du bruger KDE som skrivebordsmiljĝ, har du en 'panik-knap', en ikon pċ "
+"skrivebordet, benĉvnt med 'STOP printer!', som stopper alle udskriftsopgaver "
+"ĝjeblikkeligt nċr du klikker pċ den. Dette er fx nyttigt hvis papiret "
+"krĝller sammen.\n"
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-msgid "Select model manually"
-msgstr "Vĉlg model manuelt"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 vĉre med at angive filnavnet "
+"her, fordi filen der skal udskrives leveres af programmet.\n"
-#: ../../printer/printerdrake.pm_.c:1606
-msgid "Printer model selection"
-msgstr "Valg af printermodel"
+#: ../../printer/printerdrake.pm:1
+#, 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"
-#: ../../printer/printerdrake.pm_.c:1607
-msgid "Which printer model do you have?"
-msgstr "Hvilken printermodel har du?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 tilgĉngelige muligheder for den aktuelle printer kan "
+"du klikke pċ knappen 'Liste med printermuligheder'."
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"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\"."
+"'%s'-kommandoen tillader ogsċ ĉndring af indstillingsmulighederne for et "
+"bestemt udskriftsjob. Tilfĝj blot de ĝnskede indstillinger til "
+"kommandolinjen, fx '%s <fil>\". "
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
"\n"
+msgstr ""
+"Her er en liste over tilgĉngelige printmuligheder for den aktuelle printer:\n"
"\n"
-"Tjek venligst om Printerdrake udfĝrte \n"
-"autodetekteringen af din printermodel\n"
-"korrekt. Opsĝg den korrekte model i listen\n"
-"nċr markĝren stċr pċ en forkert model, eller\n"
-"pċ 'Rċ printer'."
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
+"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 ""
-"Hvis din printer ikke er listet, sċ vĉlg en kompatibel (se printermanual) "
-"eller en lignende printer."
+"Disse kommandoer kan du ogsċ bruge fra 'udskrivningskommando'-feltet i "
+"udskriftsdialogerne i mange programmer, men lad vĉre med at angive filnavnet "
+"her, fordi filen der skal udskrives leveres af programmet.\n"
-#: ../../printer/printerdrake.pm_.c:1697
-msgid "OKI winprinter configuration"
-msgstr "OKI konfiguration af winprinter"
+#: ../../printer/printerdrake.pm:1
+#, 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 printervĉrktĝj: 'xpp <fil>' eller "
+"'kprinter <fil>'. De grafiske vĉrktĝjer lader dig vĉlge printeren og ĉndre "
+"indstillingerne pċ en nem mċde.\n"
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr "Fungerer det korrekt?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
msgstr ""
-"Du konfigurerer en OKI laser-winprinter. Disse printere bruger en meget "
-"speciel kommunikationsprotokol og derfor virker de kun nċr de er forbundet "
-"til den fĝrste parallelle port. Nċr din printer er forbundet til en anden "
-"port eller til en printserverboks, sċ forbind printeren til den fĝrste "
-"parallelle port fĝr du udskriver en prĝveside. Ellers vil printeren ikke "
-"virke. Din opsĉtning af forbindelsestype vil blive ignoreret af driveren."
+"Testsider er sendt til printeren.\n"
+"Det kan tage lidt tid fĝr printeren starter.\n"
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-msgid "Lexmark inkjet configuration"
-msgstr "Lexmark inkjet konfiguration"
+#: ../../printer/printerdrake.pm:1
+#, 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 fĝr printeren starter.\n"
+"Udskrivningsstatus:\n"
+"%s\n"
+"\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not print any test page"
+msgstr "Udskriv ikke nogen testsider"
-#: ../../printer/printerdrake.pm_.c:1719
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo test page"
+msgstr "Fototestside"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (A4)"
+msgstr "Alternativ testside (A4)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (Letter)"
+msgstr "Alternativ testside (letter)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Standard test page"
+msgstr "Standard testside"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print"
+msgstr "Udskriv"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "No test pages"
+msgstr "Ingen testsider"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"Printerdriverne til inkjet som leveres af Lexmark understĝtter kun lokale "
-"printere, ikke printere pċ eksterne maskiner eller printserverbokse. Forbind "
-"din printer til en lokal port eller konfigurér den pċ den maskine, den er "
-"forbundet til."
+"Vĉlg testsiderne du ĝnsker at udskrive.\n"
+"Bemĉrk: fototestsiden kan tage ret lang tid at skrive ud, og pċ "
+"laserprintere med for lidt hukommelse vil den mċske ikke skrives ud i det "
+"hele taget. Som regel vil det vĉre nok at udskrive standard-testsiden."
-#: ../../printer/printerdrake.pm_.c:1746
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Test pages"
+msgstr "Testsider"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/). Click on the \"Drivers\" link. 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."
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
msgstr ""
-"For at kunne udskrive pċ din Lexmark inkjet fra denne konfigurering skal du "
-"bruge inkjet printerdriverne leveret af Lexmark (http://www.lexmark.com/). "
-"Klik pċ 'Drivers'-knappen. Vĉlg sċ din model og derefter 'Linux' som "
-"operativsystem. Driverne kommer som RPM-pakker eller skal-skripter med "
-"interaktiv grafisk installation. Du behĝver ikke lave denne konfiguration "
-"via de grafiske grĉnseflader. Annullér direkte efter licensaftalen. Udskriv "
-"derefter justeringssider for skrivehovedet med 'lexmarkmaintain', og justér "
-"opsĉtningen af justeringen af hovedet med dette program."
+"Ĝnsker du fremover at bruge printeren \"%s\"\n"
+"som standard?"
-#: ../../printer/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
-msgstr "GDI Laserprinter med Zenographics ZJ-Stream-Format"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
+msgstr "Valg %s er udenfor omrċde!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be a number!"
+msgstr "Valg %s skal vĉre et tal!"
-#: ../../printer/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr "Valg %s skal vĉre et helt tal!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 bĝr tjekke at sidestĝrrelsen og blĉktypen/udskriftstilstanden (hvis til "
+"stede) og ogsċ konfigurationen af laserprinterudstyr (hukommelse, duplex-"
+"enhed, ekstra bakker) er sat rigtigt. Bemĉrk at en meget god "
+"udskriftskvalitet kan gĝre udskriften betydeligt langsommere."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -8706,1255 +11572,1708 @@ msgstr ""
"Den fĝrste kommando kan gives af enhver normal bruger, den anden skal gives "
"som root. Efter at have gjort dette kan du udskrive normalt.\n"
-#: ../../printer/printerdrake.pm_.c:1972
-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 bĝr tjekke at sidestĝrrelsen og blĉktypen/udskriftstilstanden (hvis til "
-"stede) og ogsċ konfigurationen af laserprinterudstyr (hukommelse, duplex-"
-"enhed, ekstra bakker) er sat rigtigt. Bemĉrk at en meget god "
-"udskriftskvalitet kan gĝre udskriften betydeligt langsommere."
-
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Valg %s skal vĉre et helt tal!"
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr "GDI Laserprinter med Zenographics ZJ-Stream-Format"
-#: ../../printer/printerdrake.pm_.c:1985
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be a number!"
-msgstr "Valg %s skal vĉre et tal!"
+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/). Click on the \"Drivers\" link. 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/). "
+"Klik pċ 'Drivers'-knappen. Vĉlg sċ din model og derefter 'Linux' som "
+"operativsystem. Driverne kommer som RPM-pakker eller skal-skripter med "
+"interaktiv grafisk installation. Du behĝver ikke lave denne konfiguration "
+"via de grafiske grĉnseflader. Annullér direkte efter licensaftalen. Udskriv "
+"derefter justeringssider for skrivehovedet med 'lexmarkmaintain', og justér "
+"opsĉtningen af justeringen af hovedet med dette program."
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
-msgstr "Valg %s er udenfor omrċde!"
+msgid "Lexmark inkjet configuration"
+msgstr "Lexmark inkjet konfiguration"
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
+"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 ""
-"Ĝnsker du fremover at bruge printeren \"%s\"\n"
-"som standard?"
-
-#: ../../printer/printerdrake.pm_.c:2051
-msgid "Test pages"
-msgstr "Testsider"
+"Printerdriverne til inkjet som leveres af Lexmark understĝtter kun lokale "
+"printere, ikke printere pċ eksterne maskiner eller printserverbokse. Forbind "
+"din printer til en lokal port eller konfigurér den pċ den maskine, den er "
+"forbundet til."
-#: ../../printer/printerdrake.pm_.c:2052
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"Vĉlg testsiderne du ĝnsker at udskrive.\n"
-"Bemĉrk: fototestsiden kan tage ret lang tid at skrive ud, og pċ "
-"laserprintere med for lidt hukommelse vil den mċske ikke skrives ud i det "
-"hele taget. Som regel vil det vĉre nok at udskrive standard-testsiden."
+"Du konfigurerer en OKI laser-winprinter. Disse printere bruger en meget "
+"speciel kommunikationsprotokol og derfor virker de kun nċr de er forbundet "
+"til den fĝrste parallelle port. Nċr din printer er forbundet til en anden "
+"port eller til en printserverboks, sċ forbind printeren til den fĝrste "
+"parallelle port fĝr du udskriver en prĝveside. Ellers vil printeren ikke "
+"virke. Din opsĉtning af forbindelsestype vil blive ignoreret af driveren."
-#: ../../printer/printerdrake.pm_.c:2056
-msgid "No test pages"
-msgstr "Ingen testsider"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "OKI winprinter configuration"
+msgstr "OKI konfiguration af winprinter"
-#: ../../printer/printerdrake.pm_.c:2057
-msgid "Print"
-msgstr "Udskriv"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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ċ vĉlg en kompatibel (se printermanual) "
+"eller en lignende printer."
-#: ../../printer/printerdrake.pm_.c:2114
-msgid "Standard test page"
-msgstr "Standard testside"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
+msgstr ""
+"\n"
+"\n"
+"Tjek venligst om Printerdrake udfĝrte \n"
+"autodetekteringen af din printermodel\n"
+"korrekt. Find den korrekte model i listen\n"
+"nċr en forkert model, eller 'Rċ printer' er fremhĉvet."
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
-msgstr "Alternativ testside (letter)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printer model do you have?"
+msgstr "Hvilken printermodel har du?"
-#: ../../printer/printerdrake.pm_.c:2120
-msgid "Alternative test page (A4)"
-msgstr "Alternativ testside (A4)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer model selection"
+msgstr "Valg af printermodel"
-#: ../../printer/printerdrake.pm_.c:2122
-msgid "Photo test page"
-msgstr "Fototestside"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer database..."
+msgstr "Lĉser database over printere ..."
-#: ../../printer/printerdrake.pm_.c:2126
-msgid "Do not print any test page"
-msgstr "Udskriv ikke nogen testsider"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select model manually"
+msgstr "Vĉlg model manuelt"
-#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
-msgstr "Udskriver testsider..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The model is correct"
+msgstr "Modellen er korrekt"
-#: ../../printer/printerdrake.pm_.c:2159
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-"Testsider er blevet sendt til printeren.\n"
-"Dette kan tage lidt tid fĝr printeren starter.\n"
-"Udskrivningsstatus:\n"
-"%s\n"
+"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 vĉre forkert, isĉr nċr 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 \"Vĉlg model manuelt\" sċ du kan "
+"udvĉlge din printermodel manuelt pċ den nĉste skĉrm.\n"
"\n"
+"Som din printer har Printerdrake fundet:\n"
+"\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:2163
-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 fĝr printeren starter.\n"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Your printer model"
+msgstr "Din printermodel"
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
-msgstr "Fungerer det korrekt?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing printer database..."
+msgstr "Forbereder printerdatabase: ..."
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-msgid "Raw printer"
-msgstr "Rċ printer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Location"
+msgstr "Placering"
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
#, 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 printervĉrktĝj: 'xpp <fil>' eller "
-"'kprinter <fil>'. De grafiske vĉrktĝjer lader dig vĉlge printeren og ĉndre "
-"indstillingerne pċ en nem mċde.\n"
+msgid "Description"
+msgstr "Beskrivelse"
-#: ../../printer/printerdrake.pm_.c:2218
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer"
+msgstr "Navn pċ printer"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"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 ""
-"Disse kommandoer kan du ogsċ bruge fra 'udskrivningskommando'-feltet i "
-"udskriftsdialogerne i mange programmer, men lad vĉre med at angive filnavnet "
-"her, fordi filen der skal udskrives leveres af programmet.\n"
+"Alle printere behĝver et navn (f.eks. 'printer').\n"
+"Beskrivelsen og lokaliseringsfelterne behĝver ikke \n"
+"udfyldes. De er kommentarer til brugerne."
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter Printer Name and Comments"
+msgstr "Indtast printernavn og kommentarer"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Making printer port available for CUPS..."
+msgstr "Gĝr printerport tilgĉngelig for CUPS..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo memory card access on your HP multi-function device"
+msgstr "Adgang til fotohukommelseskort pċ din HP-multifunktionsenhed"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning on your HP multi-function device"
+msgstr "Skanning pċ din HP-multifunktionsenhed"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing mtools packages..."
+msgstr "Installerer mtools-pakker..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing SANE packages..."
+msgstr "Installerer SANE-pakker..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking device and configuring HPOJ..."
+msgstr "Tjekker enhed og konfigurerer HPOJ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing HPOJ package..."
+msgstr "Installerer HPOJ-pakke..."
+
+#: ../../printer/printerdrake.pm:1
#, 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>\". "
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
msgstr ""
-"\n"
-"'%s'-kommandoen tillader ogsċ ĉndring af indstillingsmulighederne for et "
-"bestemt udskriftsjob. Tilfĝj blot de ĝnskede indstillinger til "
-"kommandolinjen, fx '%s <fil>\". "
+"Er din printer en multi-funktionenhed fra HP eller Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 med skanner, Sony IJP-V100), en HP "
+"PhotoSmart eller en HP LaserJet 2200?"
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A command line must be entered!"
+msgstr "En kommandolinje skal opgives!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Command line"
+msgstr "Kommandolinje"
+
+#: ../../printer/printerdrake.pm:1
#, 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%s\n"
-"\n"
+"Here you can specify any arbitrary command line into which the job should be "
+"piped instead of being sent directly to a printer."
msgstr ""
-"Hvilke muligheder der er for den aktuelle printer kan du enten lĉse pċ "
-"listen vist nedenfor, eller klikke pċ knappen 'liste med printermuligheder'%s"
-"%s\n"
-"\n"
-#: ../../printer/printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Pipe into command"
+msgstr "kanalisér ind i kommando"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected model: %s %s"
+msgstr "Fandt model: %s %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr "En korrekt URI skal opgives!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "Printer-enheds URI"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
+"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 ""
-"Her er en liste over tilgĉngelige printmuligheder for den aktuelle printer:\n"
-"\n"
+"Du kan direkte opgive URI til printeren. URIen skal vĉre i henhold til enten "
+"CUPS- eller Foomatic-standarden. Bemĉrk at ikke alle typer URIer "
+"understĝttes af alle kĝ-behandlere."
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "Port"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP"
+msgstr "Vĉrtsnavn eller IP-adresse pċ printer mangler!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The port number should be an integer!"
+msgstr "Port-nummeret bĝr vĉre et heltal!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP missing!"
+msgstr "Vĉrtsnavn eller IP-adresse pċ printer mangler!"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). 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 udskrive en fil fra kommandolinjen (terminalvinduet) brug da "
-"kommandoen '%s <fil>'.\n"
+"For at skrive til en TCP eller sokkel-printer skal du angive vĉrtsnavnet "
+"eller IP-adressen pċ printeren, og eventuelt portnummer (standard er 9100). "
+"Pċ HP JetDirect-servere er portnummeret normalt 9100, pċ andre servere "
+"varierer det. Tjek manualen for dit udstyr."
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
msgstr ""
-"Denne kommando kan du ogsċ bruge fra 'udskrivningskommando'-feltet i "
-"udskriftsdialogerne i mange programmer, men lad vĉre med at angive filnavnet "
-"her, fordi filen der skal udskrives leveres af programmet.\n"
+"Vĉlg en af de fundne printere fra listen eller angiv vĉrtsnavnet eller IP-"
+"adressen og eventuelt portnummer (standard er 9100) i indtastningsfelterne."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "TCP/Sokkel-printer-parametre"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Host \"%s\", port %s"
+msgstr "Vĉrt \"%s\", port %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
+msgstr ", vĉrt \"%s\", port %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning network..."
+msgstr "Skanner netvĉrk ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection"
+msgstr "Auto-opdagelse af printere"
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP queue name missing!"
+msgstr "NCP-kĝnavn mangler!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP server name missing!"
+msgstr "NCP-servernavn mangler!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print Queue Name"
+msgstr "Printerkĝ-navn"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Server"
+msgstr "Printer-server"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
+"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 fċ en liste af tilgĉngelige muligheder for den aktuelle printer kan "
-"du klikke pċ knappen 'Liste med printermuligheder'."
+"For at skrive til en NetWare printer skal du angive navnet pċ NetWare "
+"printerserveren (bemĉrk at dette navn kan vĉre forskelligt fra TCP/IP-"
+"navnet!) sċvel som kĝnavnet for den printer du vil benytte samt om "
+"nĝdvendigt et brugernavn og en adgangskode."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "NetWare printer-parametre"
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+"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 ""
-"For at udskrive en fil fra kommandolinjen (terminalvinduet) brug da "
-"kommandoen '%s <fil>' eller '%s <fil>'.\n"
+"Forbind din printer til en Linux-server og lad dine Windows-maskiner "
+"tilslutte sig til den som klienter.\n"
+"\n"
+"Ĝnsker du virkelig at fortsĉtte med at opsĉtte din printer som du gĝr nu?"
-#: ../../printer/printerdrake.pm_.c:2257
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"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 ""
-"Du kan ogsċ bruge den grafiske grĉnseflade 'xpdq' til at sĉtte "
-"valgmuligheder og behandle udskriftsopgaver.\n"
-"Hvis du bruger KDE som skrivebordsmiljĝ, har du en 'panik-knap', en ikon pċ "
-"skrivebordet, benĉvnt med 'STOP printer!', som stopper alle udskriftsopgaver "
-"ĝjeblikkeligt nċr du klikker pċ den. Dette er fx nyttigt hvis papiret "
-"krĝller sammen.\n"
+"Opsĉt din Windows-server til at gĝre printeren tilgĉngelig under IPP-"
+"protokollen, og opsĉt udskrift fra denne maskine med '%s'-opkoblingstypen i "
+"Printerdrake.\n"
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
#, 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"
-"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 ""
+"Du er ved at opsĉtte 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ċ skĉrmen ved at angive "
+"kommandoer som 'ps auxwww'.\n"
"\n"
-"'%s'- og '%s'-kommandoerne tillader ogsċ ĉndring af indstillingsmulighederne "
-"for et bestemt udskriftsjob. Tilfĝj blot de ĝnskede indstillinger til "
-"kommandolinjen, fx '%s <fil>'.\n"
+"Vi anbefaler at bruge en af de fĝlgende alternativer (i alle tilfĉlde skal "
+"du forsikre dig om at kun maskiner fra dit lokalnetvĉrk har adgang til din "
+"Windows-server, for eksempel ved hjĉlp af en brandmur):\n"
+"\n"
+"Brug en konto uden adgangskode pċ din Windows-server, sċsom 'GUEST'-kontoen "
+"eller en speciel konto som kun anvendes til udskrift. Fjern ikke "
+"adgangskodebeskyttelsen fra en personlig konto eller en administrator-"
+"konto.\n"
+"\n"
+"Opsĉt din Windows-server sċ printeren er tilgĉngelig under LPD-protokollen. "
+"Opsĉt dernĉst udskrift fra denne maskine med '%s'-opkoblingstypen i "
+"Printerdrake.\n"
-#: ../../printer/printerdrake.pm_.c:2271
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Udskriver/Skanner/Fotokort pċ '%s'"
+msgid "SECURITY WARNING!"
+msgstr "SIKKERHEDSADVARSEL!"
-#: ../../printer/printerdrake.pm_.c:2272
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Udskriver/Skanner pċ '%s'"
+msgid "Samba share name missing!"
+msgstr "Samba-delenavn mangler!"
-#: ../../printer/printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Udskriver/Adgang til fotokort pċ '%s'"
+msgid "Either the server name or the server's IP must be given!"
+msgstr "Enten servernavnet eller serverens IP skal angives!"
-#: ../../printer/printerdrake.pm_.c:2275
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Udskriver pċ printeren '%s'"
+msgid "Auto-detected"
+msgstr "Auto-detekteret"
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-msgid "Close"
-msgstr "Luk"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "Arbejdsgruppe"
-#: ../../printer/printerdrake.pm_.c:2281
-msgid "Print option list"
-msgstr "Liste med printermuligheder"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Share name"
+msgstr "Dele-navn"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "SMB-serverens IP"
-#: ../../printer/printerdrake.pm_.c:2301
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "SMB-servervĉrt"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Your 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\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
msgstr ""
-"Din 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 de grafiske "
-"grĉnseflader 'xscanimage' eller 'xsane'. Hvis du bruger GIMP kan du ogsċ "
-"skanne ved at vĉlge det rigtige punkt i menuen 'Filer/Hent'. Brug ogsċ 'man "
-"scanimage' pċ kommandolinjen for at fċ mere information\n"
-"\n"
-"Brug ikke \"scannerdrake\" pċ denne enhed!"
+" Hvis den ĝnskede printer blev fundet, sċ vĉlg den fra listen og tilfĝj "
+"dernĉst brugernavn, adgangskode og/eller arbejdsgruppe om nĝdvendigt."
-#: ../../printer/printerdrake.pm_.c:2322
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
+"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 ""
-"Din printer blev konfigureret automatisk til at give dig adgang til fotokort-"
-"drevene fra din PC. Nu kan du fċ adgang til dine fotokort med det grafiske "
-"program 'MtoolsFM' (Menu: 'Programmer' -> 'Filvĉrktĝjer' -> 'Mtools "
-"Filadministration') eller kommandolinjevĉrktĝjet 'mtools' (indtast 'man "
-"mtools' pċ kommandolinjen for mere information). Du finder kortets filsystem "
-"under drevbogstavet 'p:', eller fĝlgende drevbogstaver hvis du har mere end "
-"én HP-printer med fotokortdrev. I 'MtoolsFM' kan du skifte mellem "
-"drevbogstaver med feltet i de ĝverste hĝjre hjĝrner af fillisterne."
+"For at skrive til en SMB printer skal du angive vĉrtsnavnet pċ SMB maskinen "
+"(bemĉrk at dette navn kan vĉre forskelligt fra TCP/IP-navnet!) og muligvis "
+"IP-adressen pċ printerserveren, sċ vel som delenavnet for printeren du vil "
+"bruge samt nĝdvendig information om brugernavn, adgangskode og arbejdsgruppe."
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-msgid "Reading printer data..."
-msgstr "Lĉser printerdata ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "SMB (Windows 9x/NT)-printer indstillinger"
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-msgid "Transfer printer configuration"
-msgstr "Overfĝr printerkonfiguration"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "Printer \"%s\" pċ server \"%s\""
-#: ../../printer/printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm:1
#, 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 kĝserveren %s til %"
-"s, din nuvĉrende kĝserver. Al konfigurationsdata (printernavn, beskrivelse, "
-"opkoblingstype og standardindstillinger) bliver overtaget, men ikke "
-"opgaver.\n"
-"Ikke alle kĝer kan overfĝres pċ grund af:\n"
+msgid ", printer \"%s\" on server \"%s\""
+msgstr ", printer \"%s\" pċ server \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name missing!"
+msgstr "Det eksterne vĉrtsnavn mangler!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name missing!"
+msgstr "Eksternt vĉrtsnavn mangler"
-#: ../../printer/printerdrake.pm_.c:2368
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name"
+msgstr "Eksternt printernavn"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name"
+msgstr "Eksternt vĉrtsnavn"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
-"CUPS understĝtter ikke printere pċ Novellservere eller printere som sender "
-"dataene ind i en frit-formet kommando.\n"
+"For at bruge en ekstern printer, skal du opgive vĉrtsnavnet\n"
+"for printerserveren og navnet pċ printeren pċ denne server."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "Parametre til ekstern lpd"
-#: ../../printer/printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Manual configuration"
+msgstr "Manuel konfiguration"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "Du skal vĉlge eller indtaste en printer/enhed!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-"PDQ understĝtter kun lokale printere, eksterne LPD printere, og Sokkel/TCP "
-"printere.\n"
+"(parallelporte: /dev/lp0, /dev/lp1 ..., svarende til LPT1:, LPT2: ..., "
+"fĝrste USB-printer: /dev/usb/lp0, 2. USB-printer: /dev/usb/lp1 ...)."
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD og LPRng understĝtter ikke IPP printere.\n"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr "Angiv hvilken port din printer er forbundet til."
-#: ../../printer/printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-"Desuden kan kĝer lavet med dette program eller \"foomatic -configure\" ikke "
-"overflyttes."
+"Angiv hvilken port din printer er forbundet til eller indtast et enhedsnavn/"
+"filnavn pċ inddatalinjen"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr "Angiv hvilken printer som udskriftsopgaverne skal gċ til."
-#: ../../printer/printerdrake.pm_.c:2375
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
+"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"
-"Printere konfigureret med PPD-filerne, som producenten har lavet, eller med "
-"CUPS egne drivere kan heller ikke overflyttes."
+"Vĉlg den printer du ĝnsker at opsĉtte. Konfigurationen af printeren vil ske "
+"fuldstĉndigt automatisk. Hvis din printer ikke blev fundet korrekt eller "
+"hvis du foretrĉkker en tilpasset printerkonfiguration, sċ slċ 'Manuel "
+"konfiguration' til."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
+msgstr "Her er en liste med alle autodetekterede printere. "
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Currently, no alternative possibility is available"
+msgstr "Der er for nĉrvĉrende ingen alternative muligheder"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"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"
-"Vĉlg printerene som du vil overflytte og klik\n"
-"\"Overfĝr\"."
+"Konfigurationen af printeren vil ske helt automatisk. Hvis din printer ikke "
+"blev fundet korrekt eller hvis du foretrĉkker en tilpasset "
+"printerkonfiguration, sċ slċ 'Manuel konfiguration' til."
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
-msgstr "Overfĝr ikke printere"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The following printer was auto-detected. "
+msgstr "De fĝlgende printere blev fundet automatisk:"
-#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
-msgstr "Overfĝr"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
+msgstr ""
+"Angiv hvilken printer som udskriftsopgaverne skal gċ til eller indtast et "
+"enhedsnavn/filnavn pċ inddatalinjen"
-#: ../../printer/printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm:1
#, 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."
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
msgstr ""
-"En printer med navnet \"%s\" eksisterer allerede pċ %s. \n"
-"Klik \"Overfĝr\" for at overskrive.\n"
-"Du kan ogsċ give et nyt printernavn, eller overspringe denne printer."
+"Angiv hvilken printer dine udskriftsopgaver skal gċ til, eller indtast et "
+"enhedsnavn/filnavn pċ inddatalinjen"
-#: ../../printer/printerdrake.pm_.c:2400
-msgid "Name of printer should contain only letters, numbers and the underscore"
-msgstr "Navn pċ printer bĝr kun indeholde bogstaver, tal og understregen _"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Alternatively, you can specify a device name/file name in the input line"
+msgstr "Alternaltivt kan duangive et enhedsnavn/filnavn pċ inddatalinjen"
-#: ../../printer/printerdrake.pm_.c:2405
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
msgstr ""
-"Printeren \"%s\" eksisterer allerede,\n"
-"ĝnsker du virkelig at overskrive dens konfiguration?"
+"Hvis det ikke er den du ĝnsker at opsĉtte sċ indtast et enhedsnavn/filnavn "
+"pċ inddatalinjen"
-#: ../../printer/printerdrake.pm_.c:2413
-msgid "New printer name"
-msgstr "Nyt printernavn"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Available printers"
+msgstr "Tilgĉngelige printer"
-#: ../../printer/printerdrake.pm_.c:2416
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
-msgstr "Overfĝrer %s ..."
+msgid "No printer found!"
+msgstr "Ingen printer fundet!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must enter a device or file name!"
+msgstr "Du skal indtaste en enhed eller et filnavn!"
-#: ../../printer/printerdrake.pm_.c:2427
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
+"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 ""
-"Du har overfĝrt din tidligere standard-printer '%s', skal den ogsċ vĉre "
-"standard-printer under det nye printersystem %s?"
+"Ingen lokal printer fundet! For at installere en printer i hċnden skal du "
+"indtaste et enhedsnavn/filnavn i inddatalinjen (parallelporte: /dev/lp0, /"
+"dev/lp1 ..., svarende til LPT1:, LPT2: ..., fĝrste USB-printer: /dev/usb/"
+"lp0, 2. USB-printer: /dev/usb/lp1 ...)."
-#: ../../printer/printerdrake.pm_.c:2437
-msgid "Refreshing printer data..."
-msgstr "Opfrisker printerdata ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printer"
+msgstr "Lokal printer"
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-msgid "Configuration of a remote printer"
-msgstr "Konfiguration af en ekstern printer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "USB printer \\#%s"
+msgstr "USB-printer \\/#%s"
-#: ../../printer/printerdrake.pm_.c:2446
-msgid "Starting network..."
-msgstr "Starter netvĉrk ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on parallel port \\#%s"
+msgstr "Printer pċ parallel port \\#%s"
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-msgid "Configure the network now"
-msgstr "Konfigurér netvĉrket nu"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "Printer '%s' pċ SMB/Windows server '%s'"
-#: ../../printer/printerdrake.pm_.c:2480
-msgid "Network functionality not configured"
-msgstr "Netvĉrksfunktionalitet ikke konfigureret"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network printer \"%s\", port %s"
+msgstr "Netvĉrksprinter '%s', port %s"
-#: ../../printer/printerdrake.pm_.c:2481
-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 krĉver en virkende "
-"netvĉrksadgang, men dit netvĉrk er endnu ikke konfigureret. Hvis du vil "
-"fortsĉtte uden en netvĉrkskonfiguration, vil du ikke kunne bruge printeren "
-"som du konfigurerer nu. Hvordan ĝnsker du at fortsĉtte?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected %s"
+msgstr "Fandt %s"
-#: ../../printer/printerdrake.pm_.c:2484
-msgid "Go on without configuring the network"
-msgstr "Fortsĉt med konfigurering af netvĉrk"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr ", printer \"%s\" pċ SMB/Windows-server \"%s\""
-#: ../../printer/printerdrake.pm_.c:2518
-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 ""
-"Netvĉrksopsĉtningen lavet under installationen kan ikke startes nu. Tjek om "
-"netvĉrket bliver tilgĉngeligt efter opstart af dit system, og ret "
-"konfigurationen med Mandrake Kontrolcenter, afsnittet 'Netvĉrk og internet'/ "
-"'Forbindelse', og konfigurér derefter printeren ogsċ med Mandrake "
-"Kontrolcenter, afsnittet om 'Maskinel'/'Printer'"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", network printer \"%s\", port %s"
+msgstr ", netvĉrksprinter \"%s\", port %s"
-#: ../../printer/printerdrake.pm_.c:2519
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"\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 ""
-"Netvĉrksadgangen kĝrte ikke og kunne ikke startes. Tjek din konfiguration og "
-"dit udstyr. Prĝv derefter at konfigurere din eksterne printer igen."
-
-#: ../../printer/printerdrake.pm_.c:2529
-msgid "Restarting printing system..."
-msgstr "Genstarter printsystemet ..."
+"\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 tilfĝje, fjerne eller omdĝbe en printer, eller hvis du "
+"ĝnsker at ĉndre pċ standard-indstillingerne (papirbakke, printkvalitet ...), "
+"sċ vĉlg 'Printer' i 'Udstyr'-afsnittet i Mandrake Kontrolcentret."
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "high"
-msgstr "hĝj"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
+msgstr ""
+"Auto-opdagelse af printere tilsluttet maskiner der kĝre Microsoft Windows"
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "paranoid"
-msgstr "paranoid"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
+msgstr "Auto-opdagelse af printere tilsluttet direkte til det lokale netvĉrk"
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Installerer et printersystem pċ sikkerhedsniveauet %s"
+msgid "Auto-detect printers connected to this machine"
+msgstr "Auto-opdagelse af printere tilsluttet denne maskine"
-#: ../../printer/printerdrake.pm_.c:2570
+#: ../../printer/printerdrake.pm:1
#, 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"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-"Do you really want to configure printing on this machine?"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-"Du er ved at installere printsystemet %s pċ et system kĝrende pċ "
-"sikkerhedsniveau %s.\n"
"\n"
-"Dette printsystem kĝrer som en dĉmon (baggrundsproces) som venter pċ "
-"printeropgaver og behandler dem. Denne dĉmon er ogsċ tilgĉngelig for "
-"eksterne maskiner via netvĉrket, og derfor er det et muligt angrebspunkt. "
-"Derfor bliver kun nogle fċ udvalgte dĉmoner startet op som standard i dette "
-"sikkerhedsniveau.\n"
+"Velkommen til guiden for printerinstallation\n"
"\n"
-"Ĝnsker du virkelig at konfigurere udskrivning pċ denne maskine?"
-
-#: ../../printer/printerdrake.pm_.c:2604
-msgid "Starting the printing system at boot time"
-msgstr "Starter printsystemet ved opstart"
+"Denne guide lader dig installere printere sluttet til denne maskine.\n"
+"\n"
+"Hvis du har printere sluttet til denne maskine, sċ tilslut og tĉnd dem nu sċ "
+"de kan identificeres automatisk.\n"
+"\n"
+"Klik pċ \"Nĉste\" hvis du er klar og pċ \"Annullér\" hvis du ikke vil "
+"installere printere nu."
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
#, 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"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-"Printsystemet (%s) vil ikke blive startet automatisk, nċr maskinen startes "
-"op.\n"
-"Det er muligt at den automatiske opstart blev slċet fra ved ĉndring til et "
-"hĝjere sikkerhedsniveau, fordi printsystemet er et muligt angrebspunkt.\n"
"\n"
-"Ĝnsker du at have den automatiske opstart af printsystemet slċet til igen?"
+"Velkommen til guiden for printerinstallation\n"
+"\n"
+"Denne guide lader dig installere printere sluttet til denne maskine eller "
+"direkte til netvĉrket.\n"
+"\n"
+"Hvis du har printere sluttet til denne maskine, sċ tilslut og tĉnd dem nu sċ "
+"de kan identificeres automatisk. Netvĉrksprinterne skal ogsċ vĉre "
+"tilsluttede og tĉndte.\n"
+"\n"
+"Bemĉrk at det tager lĉngere tid at identificere netvĉrksprintere end at "
+"identificere lokalt tilsluttede printere. Sċ deaktivér autoidentifikation af "
+"netvĉrksprintere hvis du ikke har brug for dette.\n"
+"\n"
+"Klik pċ \"Nĉste\" hvis du er klar og pċ \"Annullér\" hvis du ikke vil "
+"installere printere nu."
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
-msgstr "Tjekker installeret programmel..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
+"\n"
+"Velkommen til guiden for printerinstallation\n"
+"\n"
+"Denne guide lader dig installere printere sluttet til denne maskine, direkte "
+"til netvĉrket eller til en ekstern Windows-maskine.\n"
+"\n"
+"Hvis du har printere sluttet til denne maskine, sċ tilslut og tĉnd dem nu sċ "
+"de kan identificeres automatisk. Netvĉrksprinterne og Windows-maskinerne "
+"skal ogsċ vĉre tilsluttede og tĉndte.\n"
+"\n"
+"Bemĉrk at det tager lĉngere tid at identificere netvĉrksprintere end at "
+"identificere lokalt tilsluttede printere. Sċ deaktivér autoidentifikation af "
+"netvĉrksprintere og/eller printere sluttede til Windows-maskiner hvis du "
+"ikke har brug for dette.\n"
+"\n"
+"Klik pċ \"Nĉste\" hvis du er klar og pċ \"Annullér\" hvis du ikke vil "
+"installere printere nu."
-#: ../../printer/printerdrake.pm_.c:2630
-#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "Fjerner %s"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 printeropsĉtning\n"
+"\n"
+"Denne vejleder lader dig installere lokale eller eksterne printere som skal "
+"bruges fra denne maskine, og ogsċ fra andre maskiner i netvĉrket.\n"
+"\n"
+"Den spĝrger dig om alle nĝdvendige oplysninger til at opsĉtte printere og "
+"giver dig adgang til alle tilgĉngelige printerdrivere, drivermuligheder og "
+"opkoblingstyper for printere."
-#: ../../printer/printerdrake.pm_.c:2636
-#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "Installerer pakker..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Searching for new printers..."
+msgstr "Sĝger efter nye printere..."
-#: ../../printer/printerdrake.pm_.c:2685
-msgid "Select Printer Spooler"
-msgstr "Vĉlg printerkĝ-behandler"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
+msgstr ""
+"Bemĉrk: Afhĉngig af printermodel og udskriftssystem vil op til %d MB "
+"yderligere programmel blive installeret."
-#: ../../printer/printerdrake.pm_.c:2686
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Hvilket printersystem (spooler) ĝnsker du at bruge?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr "Er du sikker pċ at du vil opsĉtte udskrift pċ denne maskine?\n"
-#: ../../printer/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Konfigurerer printer '%s'..."
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Vil du aktivere udskrift pċ printerne som nĉvnes ovenfor?\n"
-#: ../../printer/printerdrake.pm_.c:2731
-msgid "Installing Foomatic..."
-msgstr "Installerer Foomatic..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "Vil du aktivere udskrift pċ printerne i det lokale netvĉrk?\n"
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
-msgstr "Printer-muligheder"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+"Vil du aktivere udskrift pċ printerne som nĉvnes ovenfor eller pċ printerne "
+"i det lokale netvĉrk?\n"
-#: ../../printer/printerdrake.pm_.c:2810
-msgid "Preparing Printerdrake..."
-msgstr "Forbereder Printerdrake..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr " (Forsikr dig om at alle dine printere er tilsluttede og tĉndte).\n"
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-msgid "Configuring applications..."
-msgstr "Konfigurerer programmer..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+"Der blev ikke fundet nogen printere som er direkte tilsluttede til din "
+"maskine"
-#: ../../printer/printerdrake.pm_.c:2845
-msgid "Would you like to configure printing?"
-msgstr "Vil du gerne konfigurere udskrivning?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+"\n"
+"Der findes %d ukendte printere direkte tilsluttet til dit system"
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
-msgstr "Printsystem: "
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+"\n"
+"Der findes en ukendt printer direkte tilsluttet til dit system"
-#: ../../printer/printerdrake.pm_.c:2915
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/GIMP."
+"The following printer\n"
+"\n"
+"%s%s\n"
+"is directly connected to your system"
msgstr ""
-"De fĝlgende printere er konfigureret. Dobbeltklik pċ en printer for at ĉndre "
-"dens indstillinger; for at gĝre den til standard-printer: for at se "
-"information om den; eller for at gĝre en ekstern CUPS-printer tilgĉngelig "
-"for Star Office/OpenOffice.org/GIMP.org."
+"Den fĝlgende printer\n"
+"\n"
+"%s%s\n"
+"er direkte tilsluttet til dit system"
-#: ../../printer/printerdrake.pm_.c:2916
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"The following printer\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
msgstr ""
-"De fĝlgende printere er konfigureret. Dobbeltklik pċ en printer for at ĉndre "
-"dens indstillinger, for at gĝre den til standard-printer, eller for at se "
-"information om den."
+"De fĝlgende printere\n"
+"\n"
+"%s%s\n"
+"er direkte tilsluttet til dit system"
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The following printers\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
msgstr ""
-"Opfrisk printerliste (for at vise alle tilgĉngelige eksterne CUPS-printere)"
+"De fĝlgende printere\n"
+"\n"
+"%s%s\n"
+"er direkte tilsluttet til dit system"
-#: ../../printer/printerdrake.pm_.c:2960
-msgid "Change the printing system"
-msgstr "Ĉndr printsystemet"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "and %d unknown printers"
+msgstr "og %d ukendte printere"
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-msgid "Normal Mode"
-msgstr "Normal udgave"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "and one unknown printer"
+msgstr "og en ukendt printer"
-#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-msgid "Do you want to configure another printer?"
-msgstr "Ĝnsker du at konfigurere en anden printer?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking your system..."
+msgstr "Tjekker dit system..."
-#: ../../printer/printerdrake.pm_.c:3211
-msgid "Modify printer configuration"
-msgstr "Ĉndr printerkonfiguration"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address of host/network:"
+msgstr "IP-adresse cwpċ vĉrt eller netvĉrk:"
-#: ../../printer/printerdrake.pm_.c:3213
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
+msgid "This host/network is already in the list, it cannot be added again.\n"
msgstr ""
-"Printer %s\n"
-"Hvad ĝnsker du at forandre pċ, pċ denne printer?"
-
-#: ../../printer/printerdrake.pm_.c:3217
-msgid "Do it!"
-msgstr "Gĝr det!"
+"Denne vĉrt eller dette netvĉrk er allerede pċ listen, og kan ikke bilve "
+"tilfĝjet igen.\n"
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-msgid "Printer connection type"
-msgstr "Printeropkoblingstype"
-
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-msgid "Printer name, description, location"
-msgstr "Printernavn, beskrivelse, sted"
-
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
-msgstr "Printerproducent, model, driver"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/255.255.255.0\n"
+msgstr "192.168.100.0/255.255.255.0\n"
-#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
-msgstr "Printerproducent, model"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/24\n"
+msgstr "192.168.100.0/24\n"
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
-msgstr "Sĉt printeren som standard-printer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
+msgstr "10.1.*\n"
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Tilfĝj denne printer til Star Office/OpenOffice.org/GIMP.org"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.0.0.*\n"
+msgstr "10.0.0.*\n"
-#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Fjern denne printer fra Star Office/OpenOffice.org/GIMP.org"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
+msgstr "192.168.100.194\n"
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-msgid "Print test pages"
-msgstr "Udskriver testsider"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr "Eksempler pċ korrekte IP'er:\n"
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-msgid "Know how to use this printer"
-msgstr "Véd hvordan denne printer bruges"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
+msgstr "Den indtastede vĉrt/netvĉrk er ikke korrekt.\n"
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-msgid "Remove printer"
-msgstr "Fjern printer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Choose the network or host on which the local printers should be made "
+"available:"
+msgstr ""
+"Vĉlg netvĉrket eller vĉrten pċ hvilken de lokale printere skal gĝres "
+"tilgĉngelige: "
-#: ../../printer/printerdrake.pm_.c:3282
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "Fjerner gammel printer \"%s\"..."
+msgid "Sharing of local printers"
+msgstr "Deling af lokale printere"
-#: ../../printer/printerdrake.pm_.c:3307
-msgid "Default printer"
-msgstr "Standard printer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove selected host/network"
+msgstr "Fjern valgte vĉrt/netvĉrk"
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Printeren '%s' er nu sat som standard-printer."
+msgid "Edit selected host/network"
+msgstr "Redigér valgte vĉrt/netvĉrk"
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Tilfĝjer printer til Star Office/OpenOffice.org/GIMP.org"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add host/network"
+msgstr "Tilfĝj vĉrt/netvĉrk"
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
msgstr ""
-"Printeren \"%s\" blev tilfĝjet til Star Office/OpenOffice.org/GIMP.org."
+"Dette er maskinerne og netvĉrkerne pċ hvilke de lokalt forbundne printere "
+"skal gĝres tilgĉngelige:"
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgid ""
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
+"\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
+"\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
+"\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
+"\n"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
msgstr ""
-"Kunne ikke tilfĝje printeren \"%s\" til Star Office/OpenOffice.org/GIMP.org."
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Fjerner printer fra Star Office/OpenOffice.org/GIMP.org"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatic correction of CUPS configuration"
+msgstr "Automatisk rettelse af CUPS-konfiguration"
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
-msgstr "Printeren \"%s\" blev fjernet fra Star Office/OpenOffice.org/GIMP.org."
+msgid "No remote machines"
+msgstr "Ingen ekstern maskine"
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
-msgstr ""
-"Kunne ikke fjerne printeren \"%s\" fra Star Office/OpenOffice.org/GIMP.org."
+msgid "Custom configuration"
+msgstr "Tilrettet konfiguration"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "IP-adresse cwpċ vĉrt eller netvĉrk:"
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Ĝnsker du virkelig at fjerne printeren \"%s\"?"
+msgid "Automatically find available printers on remote machines"
+msgstr "Find tilgĉngelige printere pċ eksterne maskiner automatisk"
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "Fjerner printer \"%s\"..."
+msgid "The printers on this machine are available to other computers"
+msgstr "Printerne pċ denne maskine er tilgĉngelige for andre maskiner"
-#: ../../raid.pm_.c:35
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Kan ikke tilfĝje en partition til _formatéret_ RAID md%d"
+msgid ""
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed"
-msgstr "mkraid fejlede"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid fejlede (mċske mangler raidtools?)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "CUPS printer sharing configuration"
+msgstr "Konfiguration af deling af CUPS-printere"
-#: ../../raid.pm_.c:153
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Ikke nok partitioner til at benytte RAID level %d\n"
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr ""
+"Automatisk identifikation af printere (Lokal, TCP/Socket og SMB-skrivere)"
-#: ../../security/main.pm_.c:36
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
-"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
-"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
-"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
+"Printers on remote CUPS servers do not need to be configured here; these "
+"printers will be automatically detected."
msgstr ""
-"Standard: Dette er den normale sikkerhed anbefalet for en maskine der vil "
-"blive brugt til at \n"
-" kĝre pċ internettet som en klient.\n"
"\n"
-"Hĝj: Her er en del restriktioner, og flere automatiske kontroller vil "
-"blive kĝrt hver nat.\n"
+"Eksterne CUPS-servere behĝves ikke at blive konfigureret her: \n"
+"disse printere vil automatisk blive fundet."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "How is the printer connected?"
+msgstr "Hvordan er printeren tilsluttet?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Connection"
+msgstr "Vĉlg printer-forbindelse"
+
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (umask)\n"
"\n"
-"Hĝjere: Sikkerheden er nu hĝj nok til at bruge systemet som en server som "
-"kan tage imod forbindelser fra mange klienter. Hvis din "
-"maskine kun er en klient pċ internettet, bĝr du\n"
-"\t vĉlge et lavere niveau.\n"
+"Set the user umask."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (val)\n"
"\n"
-"Paranoid: Dette er svarende til det foregċende niveau, men systemet er helt "
-"lukket og\n"
-" sikkerhedsfaciliteter er pċ deres hĝjeste\n"
+"Set the shell timeout. A value of zero means no timeout."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (size)\n"
"\n"
-"Sikkerhedsadministrator:\n"
-" Hvis 'Sikkerhedspċmindelser' valgmuligheden er sat, vil "
-"sikkerhedpċmindelser blive sendt til denne bruger (brugernavn eller "
-"epostadresse)"
+"Set shell commands history size. A value of -1 means unlimited."
+msgstr ""
-#: ../../security/main.pm_.c:66
-msgid "Security Level:"
-msgstr "Sikkerhedsniveau:"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of sgid files."
+msgstr ""
-#: ../../security/main.pm_.c:77
-#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr " (Forvalgt: %s)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check open ports."
+msgstr ""
-#: ../../security/main.pm_.c:113
-msgid "Security Alerts:"
-msgstr "Sikkerhedspċmindelser:"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"if set, send the mail report to this email address else send it to root."
+msgstr ""
-#: ../../security/main.pm_.c:115
-msgid "Security Administrator:"
-msgstr "Sikkerhedsadministrator:"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result by mail."
+msgstr ""
-#: ../../security/main.pm_.c:128
-msgid "Network Options"
-msgstr "Netvĉrkstilvalg"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check files/directories writable by everybody."
+msgstr ""
-#: ../../security/main.pm_.c:128
-msgid "System Options"
-msgstr "Systemtilvalg"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
+msgstr ""
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
-msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
msgstr ""
-"De fĝlgende tilvalg kan sĉttes for at tilpasse din\n"
-"systemsikkerhed. Hvis du har brug for forklaringer kan du klikke pċ Hjĉlp.\n"
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
-msgstr "Periodiske kontroller"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
+msgstr ""
-#: ../../security/main.pm_.c:191
-msgid "Please wait, setting security level..."
-msgstr "Vent venligst, sĉtter sikkerhedsniveau..."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr ""
-#: ../../security/main.pm_.c:197
-msgid "Please wait, setting security options..."
-msgstr "Vent venligst, sĉtter sikkerhedstilvalg..."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
+msgstr ""
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Start ALSA (Advanced Linux Sound Architecture) lydsystemet"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
+msgstr ""
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron en periodisk kommando planlĉgger"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
+msgstr ""
-#: ../../services.pm_.c:21
+#: ../../security/help.pm:1
+#, c-format
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."
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
msgstr ""
-"apmd bruges til at overvċge batteristatus og skrive log til syslog.\n"
-"Den kan ogsċ bruges til at lukke maskinen nċr batteriet er pċ lav."
-#: ../../services.pm_.c:23
-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."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
msgstr ""
-"Kĝrer planlagte kommandoer med 'at' kommandoen pċ tiden specificeret da 'at' "
-"blev kĝrt, og kĝrer batch kommandoer nċr den gennemsnitlige systembelastning "
-"er lav nok"
-#: ../../services.pm_.c:25
-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."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
msgstr ""
-"cron er et standard UNIX program der kĝrer bruger-specifikke programmer pċ "
-"planlagte tidspunkter. Vixie cron tilfĝjer en del forbedringer til den "
-"basale UNIX cron, inklusive bedre sikkerhed og stĉrkere "
-"konfigurationsmuligheder."
-#: ../../services.pm_.c:28
-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."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
msgstr ""
-"GPM tilfĝjer muse-support til tekst-baserede Linux applikationer sċsom "
-"Midnight Commander. Den tillader muse-baseret kopiér-og-sĉtind operationer "
-"pċ konsollen og inkluderer support for pop-op-menuer i konsollen."
-#: ../../services.pm_.c:31
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
msgstr ""
-"HardDrake kĝrer en sĝgning efter maskinel, og kan konfigurere nyt/ĉndret "
-"maskinel."
-#: ../../services.pm_.c:33
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
+msgstr ""
-#: ../../services.pm_.c:34
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
msgstr ""
-"Internet superserver-dĉmonen (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:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
msgstr ""
-"Start pakkefiltrering for Linux kerne 2.2 serien for at opsĉtte en brandmur "
-"til at beskytte din maskine mod netvĉrksangreb."
-#: ../../services.pm_.c:40
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
msgstr ""
-"Denne pakke indlĉser den valgte tastatur-tabel, som valgt i /etc/sysconfig/"
-"keyboard. Dette kan vĉlges i kbdconfig programmet. Dette bĝr vĉre slċet til "
-"pċ de fleste maskiner."
-#: ../../services.pm_.c:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
msgstr ""
-"Automatisk regenerering af kernehoved i /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
-msgstr "automatisk opdagelse og konfigurering af maskinel ved opstart."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
+msgstr ""
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
msgstr ""
-"Linuxconf vil nogen gange arrangere udfĝrelse af forskellige opgaver ved "
-"opstart for at vedligeholde systemkonfigurationen."
-#: ../../services.pm_.c:48
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
msgstr ""
-"lpd er printer-dĉmonen som er nĝdvendig for at lpr virker.\n"
-"Den er basalt en server der hċndterer udskrifts-opgaver."
-#: ../../services.pm_.c:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
msgstr ""
-"Linux Virtuel Server, brugt til at bygge en server med hĝj ydelse og\n"
-"tilgĉngelighed."
-#: ../../services.pm_.c:52
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
msgstr ""
-"named (BIND) er en domĉne-navneserver (DNS) der bruges til opslag af IP-"
-"adresser for vĉrtsnavne."
-#: ../../services.pm_.c:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
msgstr ""
-"Monterer og afmonterer alle netvĉrks filsystemer (NFS), SMB (LanManager/"
-"Windows) og NCP (NetWare) monterings-stier"
-#: ../../services.pm_.c:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
msgstr ""
-"Aktiverer/deaktiverer alle netvĉrks-kort som er konfigureret\n"
-"til at starte ved opstart"
-#: ../../services.pm_.c:57
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
msgstr ""
-"NFS er en populĉr protokol til fildeling over TCP/IP netvĉrk.\n"
-"Denne tjeneste giver NFS-serverfunktionalitet, som konfigureres gennem /etc/"
-"exports filen"
-#: ../../services.pm_.c:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
msgstr ""
-"NFS er en populĉr protokol til fildeling over TCP/IP\n"
-"netvĉrk. Denne service giver NFS fillċsnings funktionalitet"
-#: ../../services.pm_.c:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
msgstr ""
-"Aktiverer automatisk numlock-tast i konsol og XFree ved\n"
-"opstart."
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Stĝtter OKI 4w og kompatible winprintere."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
+msgstr ""
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
msgstr ""
-"PCMCIA understĝttelse er normalt til at understĝtte ting som ethernet og "
-"modemer pċ bĉrbare. 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:68
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
msgstr ""
-"Portmapper hċndterer RPC tilslutninger, som bliver brugt af protokoller som "
-"NFS og NIS. Portmap serveren skal kĝre pċ maskiner som bruger protokoller "
-"der udnytter RPC mekanismen"
-#: ../../services.pm_.c:71
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
msgstr ""
-"Postfix er en transport-agent for post, som bruges af programmer der flytter "
-"post fra en maskine til en anden."
-#: ../../services.pm_.c:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
msgstr ""
-"Gemmer og henter systemets entropipĝl for en hĝjre kvalitet\n"
-"ved generering af tilfĉldige tal."
-#: ../../services.pm_.c:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
msgstr ""
-"Tilordn rċ enheder til blokenheder (som harddisk-\n"
-"partitioner) til brug af applikationer som Oracle"
-#: ../../services.pm_.c:76
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
msgstr ""
-"Routed dĉmonen giver mulighed for automatisk IP rutetabel opdatering via RIP "
-"protokollen. RIP kan bruges til smċ netvĉrk, men nċr det kommer til mere "
-"komplekse netvĉrk er der behov for en mere kompleks protokol."
-#: ../../services.pm_.c:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
msgstr ""
-"rstat protokollen tillader brugere pċ et netvĉrk at hente systeminformation "
-"fra enhver maskine pċ dette netvĉrk."
-#: ../../services.pm_.c:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
msgstr ""
-"rusers protokollen tillader brugere pċ et netvĉrk a identificere\n"
-"hvem der er logget pċ andre maskiner"
-#: ../../services.pm_.c:83
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
msgstr ""
-"rwho protokollen tillader eksterne brugere at hente en liste over alle "
-"brugere der er logget ind pċ en maskine, der kĝrer rwho dĉmonen (minder om "
-"finger)."
-#: ../../services.pm_.c:85
-msgid "Launch the sound system on your machine"
-msgstr "Start lydsystemet pċ din maskine"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
+msgstr ""
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
msgstr ""
-"Syslog er en facilitet som mange dĉmoner bruger til log beskeder\n"
-"Det er en god idé altid at kĝre syslog"
-#: ../../services.pm_.c:88
-msgid "Load the drivers for your usb devices."
-msgstr "Indlĉs driverne for dine usb-enheder."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
+msgstr ""
-#: ../../services.pm_.c:89
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
msgstr ""
-"Starter X-font serveren (dette er obligatorisk for at XFree skal kĝre)."
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
-msgstr "Vĉlg hvilke tjenester der skal startes automatisk ved opstart"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
+msgstr ""
-#: ../../services.pm_.c:127
-msgid "Printing"
-msgstr "Printning"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr "Sikkerhedsadministrator (brugernavne eller e-post)"
-#: ../../services.pm_.c:128
-msgid "Internet"
-msgstr "Internet"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr ""
+"Et bibliotek som beskytter mod angreb via bufferoverlĝb og formatstrenge."
-#: ../../services.pm_.c:131
-msgid "File sharing"
-msgstr "Fildeling"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Use libsafe for servers"
+msgstr "Brug libsafe for servere"
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-msgid "System"
-msgstr "System"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security level"
+msgstr "Sikkerhedsniveau"
-#: ../../services.pm_.c:138
-msgid "Remote Administration"
-msgstr "Ekstern administration"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Please choose the desired security level"
+msgstr "Vĉlg det ĝnskede sikkerhedniveau"
-#: ../../services.pm_.c:146
-msgid "Database Server"
-msgstr "Databaseserver"
+#: ../../security/level.pm:1
+#, c-format
+msgid "DrakSec Basic Options"
+msgstr "Basale valgmuligheder for DrakSec"
-#: ../../services.pm_.c:175
+#: ../../security/level.pm:1
#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Tjenester: %d aktiverede for %d registrerede"
+msgid ""
+"This is similar to the previous level, but the system is entirely closed and "
+"security features are at their maximum."
+msgstr ""
+"Baseret pċ det foregċende niveau, men systemet er nu helt lukket.\n"
+"Sikkerhedsfaciliteterne er nu pċ deres hĝjeste niveau."
-#: ../../services.pm_.c:191
-msgid "Services"
-msgstr "Tjenester"
+#: ../../security/level.pm:1
+#, c-format
+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 choose a lower level."
+msgstr ""
+"Med dette sikkerhedsniveau kan brug som server komme pċ tale.\n"
+"Sikkerheden er nu hĝj nok til at systemet kan bruges som server som tillader "
+"forbindelser fra mange klienter. Bemĉrk: hvis din maskine kun er en klient "
+"pċ internettet bĝr du hellere vĉlge et lavere niveau."
-#: ../../services.pm_.c:203
-msgid "running"
-msgstr "kĝrer"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+"Der er allerede nogle begrĉnsninger, og flere automatiske kontroller bliver "
+"kĝrt hver nat."
-#: ../../services.pm_.c:203
-msgid "stopped"
-msgstr "stoppet"
+#: ../../security/level.pm:1
+#, c-format
+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. "
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
-msgstr "Tjenester og dĉmoner"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"Passwords are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Kontrol af adgangskode er nu aktiveret, men brug som netvĉrksmaskine er "
+"stadig ikke anbefalet."
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
+"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 ""
-"Beklager, der er ingen ekstra\n"
-"information om denne tjeneste."
+"Dette niveau skal bruges med omtanke. Det gĝr dit system nemmere at bruge, "
+"men er meget sċrbart: det mċ ikke bruges til en maskine der er i et netvĉrk "
+"eller har forbindelse til Internettet. Der er ikke nogen kontrol af "
+"adgangskoder."
-#: ../../services.pm_.c:229
-msgid "On boot"
-msgstr "Ved opstart"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "Paranoid"
-#: ../../services.pm_.c:241
-msgid "Start"
-msgstr "Start"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Higher"
+msgstr "Hĝjere"
-#: ../../services.pm_.c:241
-msgid "Stop"
-msgstr "Stop"
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "Hĝj"
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr "Tak fordi du valgte Mandrake Linux 9.0"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "Ringe"
-#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Velkommen til en verden af ċben kildetekst"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "Velkommen til Crackere"
-#: ../../share/advertising/01-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
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 "
@@ -9964,15 +13283,18 @@ msgstr ""
"operativsystem er resultatet af et samarbejde i det verdensomspĉndende Linux-"
"samfund"
-#: ../../share/advertising/02-community.pl_.c:9
-msgid "Get involved in the Free Software world"
-msgstr "Vĉr med i det frie programmels verden"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Welcome to the Open Source world"
+msgstr "Velkommen til en verden af ċben kildetekst"
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
-msgstr "Ĝnsker du at vide mere om Ċben Kildetekst-samfundet?"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
+msgstr "Tak fordi du valgte Mandrake Linux 9.1"
-#: ../../share/advertising/02-community.pl_.c:11
+#: ../../share/advertising/02-community.pl:1
+#, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
@@ -9980,82 +13302,96 @@ msgstr ""
"For at dele din viden og hjĉlpe med at bygge Linux-vĉrktĝjer kan du vĉre med "
"i diskussionsfora som du finder pċ vores 'Samfunds'-netsider."
-#: ../../share/advertising/03-internet.pl_.c:9
-msgid "Get the most from the Internet"
-msgstr "Fċ det meste fra Internettet"
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr "Ĝnsker du at vide mere om Ċben Kildetekst-samfundet?"
-#: ../../share/advertising/03-internet.pl_.c:10
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Get involved in the Free Software world"
+msgstr "Vĉr med i det frie programmels verden"
+
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 9.0 har udvalgt det bedste programmel til dig. Surf pċ nettet "
+"Mandrake Linux 9.1 har udvalgt det bedste programmel til dig. Surf pċ nettet "
"og se animationer med Mozilla og Konqueror, eller lĉs post og organisér dine "
"personlige informationer med Evolution og Kmail."
-#: ../../share/advertising/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
-msgstr "Opdag de mest moderne grafik- og multimedie-vĉrktĝjer!"
-
-#: ../../share/advertising/04-multimedia.pl_.c:10
-msgid "Push multimedia to its limits!"
-msgstr "Pres multimedie til det yderste!"
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
+msgid "Get the most from the Internet"
+msgstr "Fċ det meste fra Internettet"
-#: ../../share/advertising/04-multimedia.pl_.c:11
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
"files, edit and handle your images or photos, and play videos"
msgstr ""
-"Mandrake Linux 9.0 giver dig mulighed for at bruge det allernyeste "
+"Mandrake Linux 9.1 giver dig mulighed for at bruge det allernyeste "
"programmel til at afspille musik, redigere og organisere dine billeder eller "
"foto, og se videoer."
-#: ../../share/advertising/05-games.pl_.c:9
-msgid "Games"
-msgstr "Spil"
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Push multimedia to its limits!"
+msgstr "Pres multimedie til det yderste!"
+
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr "Opdag de mest moderne grafik- og multimedie-vĉrktĝjer!"
-#: ../../share/advertising/05-games.pl_.c:10
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
"strategy, ..."
msgstr ""
-"Mandrake Linux 9.0 tilbyder det bedste i Ċben Kildetekst-spil - arkade, "
+"Mandrake Linux 9.1 tilbyder det bedste i Ċben Kildetekst-spil - arkade, "
"action, strategi, ..."
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
-msgid "Mandrake Control Center"
-msgstr "Mandrake Kontrolcenter"
+#: ../../share/advertising/05-games.pl:1
+#, c-format
+msgid "Games"
+msgstr "Spil"
-#: ../../share/advertising/06-mcc.pl_.c:10
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
"your machine"
msgstr ""
-"Mandrake Linux 9.0 tilbyder et stĉrkt vĉrktĝj til fuldt ud at tilpasse og "
+"Mandrake Linux 9.1 tilbyder et stĉrkt vĉrktĝj til fuldt ud at tilpasse og "
"konfigurere din maskine"
-#: ../../share/advertising/07-desktop.pl_.c:9
-msgid "User interfaces"
-msgstr "Brugergrĉnseflader"
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Control Center"
+msgstr "Mandrake Kontrolcenter"
-#: ../../share/advertising/07-desktop.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-"Mandrake Linux 9.0 tilbyder dig 11 brugergrĉnseflader hvor alt kan "
+"Mandrake Linux 9.1 tilbyder dig 11 brugergrĉnseflader hvor alt kan "
"tilpasses: KDE 3, Gnome 2, WindowMaker..."
-#: ../../share/advertising/08-development.pl_.c:9
-msgid "Development simplified"
-msgstr "Nem udvikling"
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr "Mandrake Linux 9.0 er den ultimative udviklingsplatform."
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
+msgid "User interfaces"
+msgstr "Brugergrĉnseflader"
-#: ../../share/advertising/08-development.pl_.c:11
+#: ../../share/advertising/08-development.pl:1
+#, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
@@ -10063,11 +13399,18 @@ msgstr ""
"Brug den fulde styrke i GNU gcc 3-oversĉtteren og de bedste Ċben Kildetekst-"
"udviklingsmiljĝer."
-#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
-msgstr "Lav din maskine om til en pċlidelig server"
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
+msgstr "Mandrake Linux 9.1 er den ultimative udviklingsplatform."
+
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Development simplified"
+msgstr "Nem udvikling"
-#: ../../share/advertising/09-server.pl_.c:10
+#: ../../share/advertising/09-server.pl:1
+#, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
@@ -10075,19 +13418,18 @@ msgstr ""
"Lav din maskine om til en stĉrk server med bare nogen fċ klik med musen: "
"Webserver, post, brandmur, ruter, fil- og print-server, ..."
-#: ../../share/advertising/10-mnf.pl_.c:9
-msgid "Optimize your security"
-msgstr "Optimér din sikkerhed"
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
+msgstr "Lav din maskine om til en pċlidelig server"
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
-msgstr ""
-"Produktkataloget MandrakeSecurity indeholder produktet Multi Network "
-"Firewall (M.N.F.)."
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
+msgstr "Produktet findes tilgĉngeligt pċ MandrakeStores netsted"
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
@@ -10095,15 +13437,22 @@ msgstr ""
"Dette brandmursprodukt indholder netvĉrksfunktioner som lader dig opfylde "
"alle dine sikkerhedsbehov."
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
-msgstr "Produktet findes tilgĉngeligt pċ MandrakeStores netsted"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
+msgstr ""
+"Produktkataloget MandrakeSecurity indeholder produktet Multi Network "
+"Firewall (M.N.F.)."
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
-msgstr "Den officielle MandrakeSoft-butik"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
+msgstr "Optimér din sikkerhed"
-#: ../../share/advertising/11-mdkstore.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
@@ -10111,11 +13460,13 @@ msgstr ""
"Vores komplette udvalg af Linux-lĝsninger, sċ vel som specialtilbud pċ "
"produkter og andre godbidder, er tilgĉngelige via nettet i vores e-butik:"
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
-msgstr "Strategiske samarbejdspartnere"
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
+msgstr "Den officielle MandrakeSoft-butik"
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
@@ -10125,23 +13476,13 @@ msgstr ""
"professionelle lĝsninger kompatible med Mandrake Linux. En liste over disse "
"samarbejdspartnere findes tilgĉngelig pċ MandrakeStore"
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
-msgstr "Opdag MandrakeSofts trĉningskatalog Linux-Campus"
-
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
-msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
-msgstr ""
-"Trĉningsprogrammet er blevet lavet for at tilgodese bċde brugeres og "
-"eksperters behov (netvĉrk- and system-administration)"
-
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
-msgid "Certify yourself on Linux"
-msgstr "Certificér dig pċ Linux."
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
+msgstr "Strategiske samarbejdspartnere"
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
"Whether you choose to teach yourself online or via our network of training "
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
@@ -10152,17 +13493,27 @@ msgstr ""
"anerkendte LPI-certificeringsprogram (verdensomspĉndende professionel "
"teknisk certificering)"
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-msgid "Become a MandrakeExpert"
-msgstr "Bliv en MandrakeExpert"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Certify yourself on Linux"
+msgstr "Certificér dig pċ Linux."
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
-msgstr "Find lĝsningerne pċ dine problemer via MandrakeSofts online-support."
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
+msgstr ""
+"Trĉningsprogrammet er blevet lavet for at tilgodese bċde brugeres og "
+"eksperters behov (netvĉrk- and system-administration)"
+
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr "Opdag MandrakeSofts trĉningskatalog Linux-Campus"
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
@@ -10172,26 +13523,38 @@ msgstr ""
"dele din viden og hjĉlpe andre ved at blive en anerkendt Ekspert pċ det "
"tekniske supportnetsted:"
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-msgid "MandrakeExpert Corporate"
-msgstr "MandrakeExpert for firmaer"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
+msgstr "Find lĝsningerne pċ dine problemer via MandrakeSofts online-support."
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
-msgstr "En platform pċ nettet som tilgodesér firmaers specifikke supportbehov"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid "Become a MandrakeExpert"
+msgstr "Bliv en MandrakeExpert"
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
"Alle hĉndelser fĝlges op af en teknisk kvalificeret MandrakeSoft-ekspert."
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
-msgstr "Opdag MandrakeClub og Mandrake Corporate Club"
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
+msgstr "En platform pċ nettet som tilgodesér firmaers specifikke supportbehov"
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert for firmaer"
+
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -10207,232 +13570,255 @@ msgstr ""
"vores produkter til at fċ et konkurrencemĉssigt forspring, eller hvis du "
"ĝnsker at stĝtte udviklingen af Mandrake Linux, sċ slut dig til MandrakeClub!"
-#: ../../standalone.pm_.c:21
-#, fuzzy
-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.\n"
-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 hċb om at det vil vĉre anvendeligt, men\n"
-"UDEN NOGEN FORM FOR GARANTI; heller ikke garanti om\n"
-"SALGBARHED eller EGNETHED TIL ET BESTEMT FORMĊL. 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."
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
+msgstr "Opdag MandrakeClub og Mandrake Corporate Club"
-#: ../../standalone.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Log ind i %s igen for at aktivere ĉndringerne"
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Log ud og tryk herefter pċ Ctrl-Alt-Bak"
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
+"/etc/hosts.allow og /etc/hosts.deny allerede konfigureret - ikke ĉndret"
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
+msgstr "Skal oprette /etc/dhcpd.conf fĝrst!"
-#: ../../standalone.pm_.c:70
-msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
+msgstr "Noget gik galt! - er mkisofs installeret?"
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "Tastatur"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
+msgstr "Etherboot ISO-aftryk er %s"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No floppy drive available!"
+msgstr "Intet tilgĉngeligt diskettedrev!"
-#: ../../standalone.pm_.c:84
-msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
+msgstr "Diskette kan fjernes nu"
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
+msgstr "Kunne ikke fċ adgang til disketten!"
-#: ../../standalone.pm_.c:94
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Please insert floppy disk:"
+msgstr "Indsĉt diskette:"
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Write Config"
+msgstr "Udskriv konfiguration"
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
+msgstr "Adresse-rum for ynamisk IP"
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
#, c-format
msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
+"De fleste af disse vĉrdier blev fundet\n"
+"fra dit kĝrende system.\n"
+"Du kan ĉndre dem efter behov."
-#: ../../standalone.pm_.c:168
-msgid "Installing packages..."
-msgstr "Installerer pakker..."
-
-#: ../../standalone/XFdrake_.c:138
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Log ud og tryk herefter pċ Ctrl-Alt-Bak"
-
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Log ind i %s igen for at aktivere ĉndringerne"
+msgid "dhcpd Server Configuration"
+msgstr "Konfiguration af dhcp-server"
-#: ../../standalone/drakTermServ_.c:239
-msgid "Mandrake Terminal Server Configuration"
-msgstr "Konfiguration af Mandrake Terminalserver"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
+msgstr "Slut pċ IP-omrċde:"
-#: ../../standalone/drakTermServ_.c:253
-msgid "Enable Server"
-msgstr "Aktivér server"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range Start:"
+msgstr "Start pċ IP-omrċde:"
-#: ../../standalone/drakTermServ_.c:260
-msgid "Disable Server"
-msgstr "Deaktivér server"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Name Servers:"
+msgstr "Navne-servere:"
-#: ../../standalone/drakTermServ_.c:268
-msgid "Start Server"
-msgstr "Start server"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Domain Name:"
+msgstr "Domĉnenavn:"
-#: ../../standalone/drakTermServ_.c:275
-msgid "Stop Server"
-msgstr "Stop server"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Broadcast Address:"
+msgstr "Rundkastningsadresse:"
-#: ../../standalone/drakTermServ_.c:283
-msgid "Etherboot Floppy/ISO"
-msgstr "Etherboot diskette/ISO"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
+msgstr "Undernetmaske:"
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
-msgstr "Opstartsbilleder for netopstart"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Routers:"
+msgstr "Rutere:"
-#: ../../standalone/drakTermServ_.c:294
-msgid "Add/Del Users"
-msgstr "Tilfĝj/slet brugere"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Netmask:"
+msgstr "Netmaske:"
-#: ../../standalone/drakTermServ_.c:299
-msgid "Add/Del Clients"
-msgstr "Tilfĝj/slet klienter"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet:"
+msgstr "Undernet:"
-#: ../../standalone/drakTermServ_.c:328
-#, fuzzy
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
msgstr ""
-" opdateringer 2002 MandrakeSoft ved Stew Benedict <sbenedict\\@mandrakesoft."
-"com>"
+"Skal genstarte Display Manager for at de fulde ĉndringer kan tage effekt. \n"
+"(service dm restart - fra konsollen)"
-#: ../../standalone/drakTermServ_.c:332
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "dhcpd Config..."
+msgstr "Konfigurér dhcpd..."
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Delete Client"
+msgstr "Slet klient"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Edit Client"
+msgstr "<-- Redigér klient"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add Client -->"
+msgstr "Tilfĝj klient -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Allow Thin Clients"
+msgstr "Tillad tynde klienter"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Thin Client"
+msgstr "Tynd klient"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No net boot images created!"
+msgstr "Ingen opstartsbilleder oprettet!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "type: %s"
+msgstr "type: %s"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
+msgstr "<-- Slet bruger"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add User -->"
+msgstr "Tilfĝj bruger -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
+"!!! Indikere at adgangskoden i systemets database er forskelligt fra\n"
+" den i TerminalServer-databasen.\n"
+"Slet/tilfĝj brugeren igen il TerminalServeren for at muliggĝre logind."
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Delete All NBIs"
+msgstr "Slet alle NBI'er"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Delete"
+msgstr "<-- Slet"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr "Dette vil tage nogle fċ minutter."
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
+msgstr "Byg alle kerner -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No NIC selected!"
+msgstr "Ingen NIC valgt!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
+msgstr "Byg enkel NIC -->"
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
+msgstr "Ingen kerne valgt!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr "Opbyg hele kernen -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
+msgstr "Start fra ISO"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
+msgstr "Start fra diskette"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -10461,7 +13847,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -10472,8 +13858,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -10562,218 +13948,161 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr "Start fra diskette"
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr "Start fra ISO"
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr "Opbyg hele kernen -->"
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr "Dette vil tage nogle fċ minutter."
-
-#: ../../standalone/drakTermServ_.c:573
-msgid "No kernel selected!"
-msgstr "Ingen kerne valgt!"
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
-msgstr "Byg enkel NIC -->"
-
-#: ../../standalone/drakTermServ_.c:587
-msgid "No nic selected!"
-msgstr "Ingen NIC valgt!"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
-msgstr "Byg alle kerner -->"
-
-#: ../../standalone/drakTermServ_.c:604
-msgid "<-- Delete"
-msgstr "<-- Slet"
-
-#: ../../standalone/drakTermServ_.c:611
-msgid "Delete All NBIs"
-msgstr "Slet alle NBI'er"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
+"\n"
+"\n"
+" Tak til:\n"
+"\t- LTSP-projektet http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
-#: ../../standalone/drakTermServ_.c:673
-msgid "Add User -->"
-msgstr "Tilfĝj bruger -->"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
-msgstr "<-- Slet bruger"
-
-#: ../../standalone/drakTermServ_.c:720
-#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Type: "
-
-#: ../../standalone/drakTermServ_.c:753
-msgid "No net boot images created!"
-msgstr "Ingen opstartsbilleder oprettet!"
-
-#: ../../standalone/drakTermServ_.c:773
-#, fuzzy
-msgid "Thin Client"
-msgstr "DHCP-Klient"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
+msgstr ""
+"\n"
+"Ophavsret İ 2002 MandrakeSoft\n"
+"Stew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
-#: ../../standalone/drakTermServ_.c:775
-#, fuzzy
-msgid "Allow Thin Clients"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Clients"
msgstr "Tilfĝj/slet klienter"
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
-msgstr "Tilfĝj klient -->"
-
-#: ../../standalone/drakTermServ_.c:821
-#, fuzzy
-msgid "<-- Edit Client"
-msgstr "<-- Slet klient"
-
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
-msgstr "<-- Slet klient"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Users"
+msgstr "Tilfĝj/slet brugere"
-#: ../../standalone/drakTermServ_.c:843
-msgid "dhcpd Config..."
-msgstr "Konfigurér dhcpd..."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
+msgstr "Opstartsbilleder for netopstart"
-#: ../../standalone/drakTermServ_.c:876
-msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot Floppy/ISO"
+msgstr "Etherboot diskette/ISO"
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Stop Server"
+msgstr "Stop server"
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "Netmaske"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Start Server"
+msgstr "Start server"
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Disable Server"
+msgstr "Deaktivér server"
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Enable Server"
+msgstr "Aktivér server"
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "Konfiguration af Mandrake Terminalserver"
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "Domĉnenavn"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Remove the last item"
+msgstr "Fjern det sidste element"
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
-msgstr "Samba-server"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Add an item"
+msgstr "Tilfĝj et element"
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install"
+msgstr "Autoinstallation"
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
msgstr ""
+"Disketten er blevet genereret.\n"
+"Du kan nu gennemfĝre installationen igen."
-#: ../../standalone/drakTermServ_.c:1001
-msgid "dhcpd Server Configuration"
-msgstr "Konfiguration af dhcp-server"
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Congratulations!"
+msgstr "Tillykke!"
-#: ../../standalone/drakTermServ_.c:1002
-#, fuzzy
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
-"De fleste af disse vĉrdier blev fundet\n"
-"fra dit kĝrende system. Du kan ĉndre dem efter behov."
-
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
+"\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/drakTermServ_.c:1018
-msgid "Write Config"
-msgstr "Udskriv konfiguration"
-
-#: ../../standalone/drakTermServ_.c:1120
-msgid "Please insert floppy disk:"
-msgstr "Indsĉt diskette:"
-
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr "Kunne ikke fċ adgang til disketten!"
-
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
-msgstr "Diskette kan fjernes nu"
-
-#: ../../standalone/drakTermServ_.c:1129
-msgid "No floppy drive available!"
-msgstr "Intet tilgĉngeligt diskettedrev!"
-
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "Etherboot ISO image is %s"
-msgstr "Etherboot ISO-aftryk er %s"
-
-#: ../../standalone/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
-msgstr "Noget gik galt! - er mkisofs installeret?"
+msgid "Creating auto install floppy"
+msgstr "Laver autoinstallations-diskette"
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
-msgstr "Skal oprette /etc/dhcpd.conf fĝrst!"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "manual"
+msgstr "manuel"
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
msgstr ""
+"Vĉlg for hvert skridt om det skal vĉre som under installationen, eller "
+"manuelt"
-#: ../../standalone/drakautoinst_.c:40
-msgid "Error!"
-msgstr "Fejl!"
-
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Jeg kan ikke finde filen '%s' som jeg behĝver."
+msgid "Automatic Steps Configuration"
+msgstr "Konfiguration af automatiske skridt"
-#: ../../standalone/drakautoinst_.c:43
-msgid "Auto Install Configurator"
-msgstr "Autoinstallationskonfigurering"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "replay"
+msgstr "afspil igen"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -10799,510 +14128,719 @@ msgstr ""
"\n"
"Ĝnsker du at fortsĉtte?"
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install Configurator"
+msgstr "Autoinstallationskonfigurering"
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "Afspil igen"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "I can't find needed image file `%s'."
+msgstr "Jeg kan ikke finde filen '%s' som jeg behĝver."
-#: ../../standalone/drakautoinst_.c:66
-msgid "Automatic Steps Configuration"
-msgstr "Konfiguration af automatiske skridt"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Error!"
+msgstr "Fejl!"
-#: ../../standalone/drakautoinst_.c:67
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
+"\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 ""
-"Vĉlg for hvert skridt om det skal vĉre som under installationen, eller "
-"manuelt"
-
-#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
-msgid "Creating auto install floppy"
-msgstr "Laver autoinstallations-diskette"
+"\n"
+"Problemer med genskabelse af sikkerhedskopier:\n"
+"\n"
+"I genskabelsestrinnet vil Drakbackup kontrollere alle dine\n"
+"backupfiler fĝr genskabelse af dem.\n"
+"Fĝr genskabelsen vil Drakbackup fjerne \n"
+"dit nuvĉrende katalog, og alle dine data vil gċ tabt.\n"
+"Det er vigtigt at vĉre forsigtig og ikke ĉndre sikkerhedskopieringens\n"
+"datafiler i hċnden.\n"
-#: ../../standalone/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-"Welcome.\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"
-"The parameters of the auto-install are available in the sections on the left"
msgstr ""
+"beskrivelse af valgmuligheder:\n"
"\n"
-"Velkommen.\n"
+"Vĉr forsigtig nċr 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"
+"fĝr den sendes til ftp-serveren.\n"
"\n"
-"Parametrene for autokonfigurationen kan ses i afsnittene til venstre"
-#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
-msgstr "Tillykke!"
-
-#: ../../standalone/drakautoinst_.c:235
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
+"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 backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.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 ""
-"Disketten er blevet genereret.\n"
-"Du kan nu gennemfĝre installationen igen."
-
-#: ../../standalone/drakautoinst_.c:273
-msgid "Auto Install"
-msgstr "Autoinstallation"
-
-#: ../../standalone/drakautoinst_.c:343
-msgid "Add an item"
-msgstr "Tilfĝj et element"
-
-#: ../../standalone/drakautoinst_.c:350
-msgid "Remove the last item"
-msgstr "Fjern det sidste element"
-
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
-msgstr "Cron er ikke tilgĉngelig endnu som ikke-root"
-
-#: ../../standalone/drakbackup_.c:690
-msgid "WARNING"
-msgstr "ADVARSEL"
+"Beskrivelse:\n"
+"\n"
+" Drakbackup bruges til at lave sikkehedskopier af dit system.\n"
+" I konfigurationen kan du vĉlge: \n"
+"\t- Systemfiler, \n"
+"\t- Brugeres filer, \n"
+"\t- Andre filer.\n"
+"\teller Hele dit system ... eller Andet (sċsom 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- Bċnd.\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/drakbackup.conf\n"
+"\n"
+"Genskabelsestrin:\n"
+" \n"
+" I genskabelsestrinnet vil Drakbackup fjerne dit nuvĉrende katalog \n"
+" og kontrollere at alle dine backupfiler ikke er ĝdelagte. Det \n"
+" anbefales at du laver en sidste sikkerhedskopiering fĝr genskabelse.\n"
+" \n"
+"\n"
-#: ../../standalone/drakbackup_.c:691
-msgid "FATAL"
-msgstr "FATAL"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+msgstr ""
+" opdateringer 2002 MandrakeSoft ved Stew Benedict <sbenedict\\@mandrakesoft."
+"com>"
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
-msgstr "INFORMATION"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
+msgstr ""
+" Copyright (C) 2001-2002 MandrakeSoft ved DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
-#: ../../standalone/drakbackup_.c:704
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-" DrakBackup Report \n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-msgstr ""
+"Otherwise, you are able to select only one of these.\n"
"\n"
-" DrakBackup Rapport \n"
+" - Incremental Backups:\n"
"\n"
-
-#: ../../standalone/drakbackup_.c:705
-msgid ""
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data 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 option all\n"
+"\told backups are deleted before each backup. \n"
"\n"
-" DrakBackup Daemon Report\n"
"\n"
"\n"
msgstr ""
+"beskrivelse af genskabelse:\n"
+" \n"
+"Kun den nyeste dato vil blive brugt fordi med inkrementalbackup \n"
+"er det nĝdvendigt at genskabe hver gammel sikkerhedskopi én for én.\n"
+"\n"
+"Sċ hvis du ikke ĝnsker at genskabe en bruger, sċ fravĉlg helt dennes bokse.\n"
+"\n"
+"Ellers kan du vĉlge kun én af disse.\n"
+"\n"
+" - Inkrementalbackupper:\n"
+"\n"
+"\tInkrementalbackup er den stĉrkeste valgmulighed for \n"
+"\tsikkerhedskopiering. Denne mulighed lader dig sikkerhedskopiere \n"
+"\talle dine data den fĝrste 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 fĝr hver sikkerhedskopiering. \n"
"\n"
-" DrakBackup Dĉmon-Rapport\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:709
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-" DrakBackup Report Details\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 the 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 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 data 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"
-" DrakBackup Rapportdetaljer\n"
+" - Lav sikkerhedskopi af systemfiler:\n"
+" \n"
+"\tDenne mulighed lader dig sikkerhedskopiere dit /etc katalog,\n"
+"\tsom indeholder alle konfigurationsfiler. Vĉr \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 vĉlge alle de brugere som du vil lave\n"
+"\tsikkerhedskopier for.\n"
+"\tFor at spare pċ diskplads anbefales du ikke medtager netlĉseres\n"
+"\tcache.\n"
+"\n"
+" - Lav sikkerhedskopi af andre filer: \n"
+"\n"
+"\tDenne mulighed lader dig tilfĝje mere data som skal gemmes.\n"
+"\tMed denne sikkerhedskopieringsmċde er det ikke muligt i ĝjeblikket \n"
+"\tat vĉlge inkrementalbackup.\t\t\n"
+" \n"
+" - Inkrementalbackupper:\n"
+"\n"
+"\tInkrementalbackup er den stĉrkeste valgmulighed for \n"
+"\tsikkerhedskopiering. Denne mulighed lader dig sikkerhedskopiere \n"
+"\talle dine data den fĝrste 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 fĝr hver sikkerhedskopiering. \n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-msgid "Total progess"
-msgstr "Total fremdrift"
-
-#: ../../standalone/drakbackup_.c:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
+" 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 ""
-"%s-eksisterer, skal den fjernes?\n"
"\n"
-"Advarsel: Hvis du allerede har lavet denne proces skal du nok\n"
-" fjerne indgangen fra authorized_keys pċ serveren."
-
-#: ../../standalone/drakbackup_.c:794
-msgid "This may take a moment to generate the keys."
-msgstr "Det kan tage lidt tid at generere nĝglerne."
+" Nogle fejl under sendmail kommer fra \n"
+" en dċrlig konfiguration af postfix. For at lĝse dette skal du\n"
+" sĉtte myhostname eller mydomain i /etc/postfix/main.cf\n"
+"\n"
-#: ../../standalone/drakbackup_.c:801
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "ERROR: Cannot spawn %s."
-msgstr "Fejl: Kan ikke starte %s."
+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"
+" - Komprimeringsmċden:\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 komprimeringsmċde krĉver mere tid (omkring 1000%% mere).\n"
+" \n"
+" - Opdateringsmċden:\n"
+"\n"
+" Denne valgmulighed vil opdatere din backup, men denne\n"
+" valgmulighed er ikke rigtigt nyttig fordi du skal\n"
+" dekomprimere din backup fĝr du kan opdatere den.\n"
+" \n"
+" - Mċden 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:818
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
-msgstr "Ingen forespĝrgsel om adgangskode pċ %s ved port %s"
+msgid "Drakbackup"
+msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:819
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Bad password on %s"
-msgstr "Dċrlig adgangskode pċ %s"
+msgid "Restore"
+msgstr "Genskab"
-#: ../../standalone/drakbackup_.c:820
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Permission denied transferring %s to %s"
-msgstr "Adgang nĉgtet ved overfĝrsel af %s til %s"
+msgid "Backup Now"
+msgstr "Lav sikkerhedskopiering nu"
-#: ../../standalone/drakbackup_.c:821
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Can't find %s on %s"
-msgstr "Kan ikke finde %s pċ %s"
+msgid "Advanced Configuration"
+msgstr "Avanceret konfiguration"
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "%s not responding"
-msgstr "%s svarer ikke"
+msgid "Wizard Configuration"
+msgstr "Konfiguration med vejleder"
-#: ../../standalone/drakbackup_.c:828
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"\n"
-"without being prompted for a password."
-msgstr ""
-"Overfĝrsel klar.\n"
-"Du vil mċske kontrollere at du kan logge ind pċ serveren med:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"\n"
-"uden at blive spurgt om en adgangskode."
-
-#: ../../standalone/drakbackup_.c:873
-msgid "WebDAV remote site already in sync!"
-msgstr "WebDAV eksternt netsted allerede synkroniseret!"
-
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr "WebDAV overfĝrsel mislykkedes!"
+msgid "View Backup Configuration."
+msgstr "Se konfiguration af sikkerhedskopiering."
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr "Ingen CDR/DVDR i drevet!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Now from configuration file"
+msgstr "Lav sikkerhedskopi nu ud fra konfigurationsfil"
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr "Ser ikke ud til at vĉre et skrivbart medie!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Drakbackup Configuration"
+msgstr "Drakbackup konfiguration"
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr "Ikke sletbart medie!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total Progress"
+msgstr "Total fremdrift"
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
-msgstr "Det kan tage lidt tid at slette mediet."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Sending files..."
+msgstr "Sender filer..."
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr "Problem med rettigheder ved adgang til CD."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "files sending by FTP"
+msgstr "Filer sendes via FTP"
-#: ../../standalone/drakbackup_.c:1060
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
-msgstr "Intet bċnd i %s."
+msgid "Backup other files"
+msgstr "Lav sikkerhedskopi af andre filer"
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
-msgstr "Sikkerhedskopiér systemfiler..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup user files"
+msgstr "Lav sikkerhedskopi af brugerfiler"
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-msgid "Hard Disk Backup files..."
-msgstr "Sikkerhedskopifiler for disk..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files"
+msgstr "Lav sikkerhedskopi af systemfiler"
-#: ../../standalone/drakbackup_.c:1236
-msgid "Backup User files..."
-msgstr "Sikkerhedskopiér brugerfiler..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Under Devel ... please wait."
+msgstr "Under udvikling ... vent venligst:-)"
-#: ../../standalone/drakbackup_.c:1237
-msgid "Hard Disk Backup Progress..."
-msgstr "Fremdrift for sikkerhedskopiering af disk..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"No configuration file found \n"
+"please click Wizard or Advanced."
+msgstr ""
+"ingen konfigurationsfil fundet \n"
+"klik pċ Vejleder eller Avanceret."
-#: ../../standalone/drakbackup_.c:1290
-msgid "Backup Other files..."
-msgstr "Sikkerhedskopiér andre filer..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select data to backup..."
+msgstr "Vĉlg data for sikkerhedskopi..."
-#: ../../standalone/drakbackup_.c:1296
-msgid "No changes to backup!"
-msgstr "Ingen ĉndringer til sikkerhedskopi!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select media for backup..."
+msgstr "Vĉlg medie for sikkerhedskopi..."
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
-msgstr ""
-"\n"
-"Drakbackup aktiviteter via %s:\n"
-"\n"
+msgid "Please select data to restore..."
+msgstr "Udvĉlg de data du vil genskabe..."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"file list sent by FTP: %s\n"
-" "
-msgstr ""
-"filliste sendt via FTP: %s\n"
-" "
+msgid "The following packages need to be installed:\n"
+msgstr "De fĝlgende pakker behĝver at blive installeret\n"
-#: ../../standalone/drakbackup_.c:1322
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
-"\n"
-"FTP forbindelsesproblem: Det var ikke muligt at sende dine backupfiler via "
-"FTP.\n"
+"Fejl ved sending af fil via FTP.\n"
+" Ret venligst din FTP-konfiguration."
-#: ../../standalone/drakbackup_.c:1340
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
-"\n"
-"Drakbackup aktiviteter via CD:\n"
-"\n"
+"Fejl ved sendmail.\n"
+" Din rapport blev ikke sendt.\n"
+" Konfigurér venligst sendmail"
-#: ../../standalone/drakbackup_.c:1345
-msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
-msgstr ""
-"\n"
-"Drakbackup aktiviteter via bċnd:\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Next"
+msgstr "Nĉste"
-#: ../../standalone/drakbackup_.c:1354
-msgid " Error during mail sending. \n"
-msgstr " Fejl ved afsendelse af post. \n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Previous"
+msgstr "Forrige"
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
-msgstr "Kan ikke oprette katalog!"
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save"
+msgstr "Gem"
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-msgid "File Selection"
-msgstr "Valg af filer"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Build Backup"
+msgstr "Opbyg sikkerhedskopien"
-#: ../../standalone/drakbackup_.c:1529
-msgid "Select the files or directories and click on 'Add'"
-msgstr "Vĉlg filerne eller katalogerne og klik pċ 'Tilfĝj'"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Progress"
+msgstr "Fremskridt for genskabelse"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"Markér alle muligheder som du behĝver.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Catalog"
+msgstr "Genskab fra katalog"
-#: ../../standalone/drakbackup_.c:1574
-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:1
+#, c-format
+msgid "Browse to new restore repository."
+msgstr "Bladr til nyt genskabelseslager."
-#: ../../standalone/drakbackup_.c:1575
-msgid "Backup your System files. (/etc directory)"
-msgstr "Lav sikkerhedkopi af dine systemfiler. (/etc kataloget)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
+msgstr "Cd'en er pċ plads - fortsĉt."
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Brug inkrementalbackup (overskriv ikke gamle sikkerhedskopier)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Custom Restore"
+msgstr "Tilpasset genskabelse"
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Medtag ikke kritiske filer (passwd, group, fstab)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
+msgstr "Genskab alle sikkerhedskopier"
-#: ../../standalone/drakbackup_.c:1578
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Med denne valgmulighed vil du vĉre i stand til at kunne genskabe\n"
-"enhver version af dit /etc katalog."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Failed..."
+msgstr "Genskabelse mislykkedes..."
-#: ../../standalone/drakbackup_.c:1595
-msgid "Please check all users that you want to include in your backup."
-msgstr "Markér alle brugere som du vil have med i din sikkerhedskopi."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Files Restored..."
+msgstr "Filer genskabte..."
-#: ../../standalone/drakbackup_.c:1622
-msgid "Do not include the browser cache"
-msgstr "Medtag ikke cache for netlĉser"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
+msgstr "Sti eller modul krĉvet"
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Brug inkrementalbackup (overskriv ikke gamle sikkerhedskopier)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hostname required"
+msgstr "Vĉrtsnavn krĉvet"
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-msgid "Remove Selected"
-msgstr "Fjern valgte"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Username required"
+msgstr "Brugernavn krĉvet"
-#: ../../standalone/drakbackup_.c:1679
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Password required"
+msgstr "Adgangskode krĉvet"
-#: ../../standalone/drakbackup_.c:1714
-msgid "Users"
-msgstr "Brugere"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
+msgstr "Stil til vĉrt eller modul"
-#: ../../standalone/drakbackup_.c:1740
-msgid "Use network connection to backup"
-msgstr "Brug netvĉrksforbindelse til sikkerhedskopiering"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Name"
+msgstr "Vĉrtsnavn"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
-msgstr "Netmetode:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr "Genskab via netvĉrksprotokol: %s"
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
-msgstr "Brug Expect for SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network"
+msgstr "Genskab via netvĉrk"
-#: ../../standalone/drakbackup_.c:1747
-msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
-msgstr ""
-"Opret/overfĝr\n"
-"sikkerhedskopieringsnĝgler for SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr "Ikke korrekt bċndetiket. Bċndet har etiket %s."
-#: ../../standalone/drakbackup_.c:1748
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" Transfer \n"
-"Now"
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-" Overfĝr \n"
-"Nu"
+"Indsĉt bċndet med volumeetiket %s\n"
+" i bċndenheden %s"
-#: ../../standalone/drakbackup_.c:1749
-msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
-msgstr ""
-"Andet (ikke drakbackup)\n"
-"nĝglerne findes allerede"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Tape"
+msgstr "Genskab fra bċnd"
-#: ../../standalone/drakbackup_.c:1753
-msgid "Please enter the host name or IP."
-msgstr "Indtast vĉrtsnavn eller IP."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr "Ikke korrekt cd-etiket. Cd'en har etiket %s."
-#: ../../standalone/drakbackup_.c:1758
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-"Indtast kataloget (eller modulet) hvori\n"
-" sikkerhedskopien skal lĉgges pċ denne maskine."
-
-#: ../../standalone/drakbackup_.c:1763
-msgid "Please enter your login"
-msgstr "Indtast dit brugernavn"
-
-#: ../../standalone/drakbackup_.c:1768
-msgid "Please enter your password"
-msgstr "Indtast din adgangskode"
+"Indsĉt cd'en med volumetiket %s\n"
+" i cd-enheden monteret pċ /mnt/cdrom"
-#: ../../standalone/drakbackup_.c:1774
-msgid "Remember this password"
-msgstr "Husk denne adgangskode"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From CD"
+msgstr "Genskab fra cd"
-#: ../../standalone/drakbackup_.c:1785
-msgid "Need hostname, username and password!"
-msgstr "Behĝver vĉrtsnavn, brugernavn og adgangskode!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files not found at %s."
+msgstr "Sikkerhedskopier fandtes ikke pċ %s."
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
-msgstr "Brug CD/DVDROM til sikkerhedskopiering"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr ""
+"Ĉndr\n"
+"Genskabelsessti"
-#: ../../standalone/drakbackup_.c:1882
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
+"Restore Selected\n"
+"Files"
msgstr ""
-"Vĉlg cd/dvd-enhed.\n"
-"(Tryk Enter for at overfĝre indstillinger til andre felter.\n"
-"Dette felt behĝves ikke, det er kun et vĉrktĝj for at udfylde formularen.)"
+"Genskab valgte\n"
+"filer"
-#: ../../standalone/drakbackup_.c:1887
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "Vĉlg cd/dvd-mediastĝrrelse"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+"Genskab valgt\n"
+"katalogpost"
-#: ../../standalone/drakbackup_.c:1893
-msgid "Please check for multisession CD"
-msgstr "Markér om du bruger en multisessions-cd"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
+msgstr "Fjern brugerkataloger fĝr genskabning."
-#: ../../standalone/drakbackup_.c:1899
-msgid "Please check if you are using CDRW media"
-msgstr "Markér om du bruger et CDRW-medie"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr "Lav ny sikkerhedskopi fĝr genskabning (kun for inkrementalbackupper)."
-#: ../../standalone/drakbackup_.c:1905
-msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Markér om du vil slette dit CDRW-medie (1. session"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "select path to restore (instead of /)"
+msgstr "vĉlg sti at genskabe (i stedet for /)"
-#: ../../standalone/drakbackup_.c:1906
-msgid " Erase Now "
-msgstr " Slet nu "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Other"
+msgstr "Genskab andet"
-#: ../../standalone/drakbackup_.c:1912
-msgid "Please check if you are using a DVDR device"
-msgstr "Markér om du bruger en CDRW-enhed"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Users"
+msgstr "Genskab brugere"
-#: ../../standalone/drakbackup_.c:1918
-msgid "Please check if you are using a DVDRAM device"
-msgstr "Markér om du bruger en DVDRAM-enhed"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore system"
+msgstr "Genskab system"
-#: ../../standalone/drakbackup_.c:1931
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"Indtast din CD-brĉnders enhedsnavn\n"
-" fx: 0,1,0"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Other Media"
+msgstr "Andet medie"
-#: ../../standalone/drakbackup_.c:1964
-msgid "No CD device defined!"
-msgstr "Ingen cd-enhed defineret!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select another media to restore from"
+msgstr "Vĉlg et andet medie at genskabe fra"
-#: ../../standalone/drakbackup_.c:2012
-msgid "Use tape to backup"
-msgstr "brug bċnd til sikkerhedskopieringen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory where backups are stored"
+msgstr "Indtast kataloget hvor sikkerhedskopier gemmes"
-#: ../../standalone/drakbackup_.c:2015
-msgid "Please enter the device name to use for backup"
-msgstr "Indtast endhedsnavnet der skal bruges til sikkerhedskopiering"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore from Hard Disk."
+msgstr "Genskab fra disk."
-#: ../../standalone/drakbackup_.c:2021
-msgid "Please check if you want to use the non-rewinding device."
-msgstr "Markér om du vil bruge den ikke-tilbagespolende enhed."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Secure Connection"
+msgstr "Sikker forbindelse"
-#: ../../standalone/drakbackup_.c:2027
-msgid "Please check if you want to erase your tape before the backup."
-msgstr "Markér om du vil slette dit bċnd fĝr sikkerhedskopi laves"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FTP Connection"
+msgstr "FTP forbindelse"
-#: ../../standalone/drakbackup_.c:2033
-msgid "Please check if you want to eject your tape after the backup."
-msgstr "Markér om du vil udskyde dit bċnd fĝr sikkerhedskopi laves"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use quota for backup files."
+msgstr "Brug kvoter for sikkerhedskopieringsfiler"
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11310,1070 +14848,949 @@ msgstr ""
"Indtast den maksimale stĝrrelse\n"
" tilladt for Drakbackup"
-#: ../../standalone/drakbackup_.c:2103
-msgid "Please enter the directory to save to:"
-msgstr "Indtast kataloget hvortil der skal gemmes:"
-
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-msgid "Use quota for backup files."
-msgstr "Brug kvoter for sikkerhedskopieringsfiler"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save:"
+msgstr "Indtast kataloget der skal gemmes:"
-#: ../../standalone/drakbackup_.c:2180
-msgid "Network"
-msgstr "Netvĉrk"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Hard Disk to backup"
+msgstr "Brug disk til sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "please choose the date to restore"
+msgstr "Vĉlg dato for genskabning"
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
-msgstr "Diskdrev / NFS"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup the system files before:"
+msgstr "Lav sikkerhedskopi af systemfiler fĝr:"
-#: ../../standalone/drakbackup_.c:2195
-msgid "Tape"
-msgstr "Bċnd"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
-msgstr "timeligt"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
+msgstr "O.k. at genskabe de andre filer."
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr "dagligt"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Restore Configuration "
+msgstr " Genskab konfiguration "
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
-msgstr "ugentligt"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr " genskabt uden fejl pċ %s "
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
-msgstr "mċnedligt"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " All of your selected data have been "
+msgstr " Alle dine valgte data er blevet "
-#: ../../standalone/drakbackup_.c:2229
-msgid "Use daemon"
-msgstr "Brug dĉmon"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr "Sikkerhedskopifiler er ĝdelagte"
-#: ../../standalone/drakbackup_.c:2234
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"Vĉlg tidsinterval mellem\n"
-"hver sikkerhedskopiering"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please uncheck or remove it on next time."
+msgstr "Afmarkér eller fjern det gerne nĉste gang."
-#: ../../standalone/drakbackup_.c:2240
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
+"List of data corrupted:\n"
+"\n"
msgstr ""
-"Vĉlg mediet for\n"
-"sikkerhedskopiering."
+"Liste over data der er ĝdelagt:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2247
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-"Forsikr dig gerne om at cron-dĉmonen er med i dine tjenester.\n"
-"Bemĉrk at alle 'net'-medier ogsċ bruger disken for nĉrvĉrende."
-
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
-msgstr "Send epost-rapport efter hver sikkerhedskopiering til:"
-
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
-msgstr "Slet tar-filer pċ disken efter sikkerhedskopiering til andet medie."
-
-#: ../../standalone/drakbackup_.c:2324
-msgid "What"
-msgstr "Hvad"
-
-#: ../../standalone/drakbackup_.c:2329
-msgid "Where"
-msgstr "Hvor"
-
-#: ../../standalone/drakbackup_.c:2334
-msgid "When"
-msgstr "Hvornċr"
-
-#: ../../standalone/drakbackup_.c:2339
-msgid "More Options"
-msgstr "Flere muligheder"
-
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-msgid "Drakbackup Configuration"
-msgstr "Drakbackup konfiguration"
-
-#: ../../standalone/drakbackup_.c:2376
-msgid "Please choose where you want to backup"
-msgstr "Vĉlg hvor du ĝnsker at sikkerhedskopiere"
+"Liste over data som skal genskabes:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
-msgstr "pċ diskdrev"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr "Ingen konfiguration, klik pċ Vejleder eller Avanceret.\n"
-#: ../../standalone/drakbackup_.c:2388
-msgid "across Network"
-msgstr "over netvĉrk"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by webdav.\n"
+msgstr "\t-Netvĉrk via webdav.\n"
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
-msgstr "pċ cd-rom"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by rsync.\n"
+msgstr "\t-Netvĉrk via rsync.\n"
-#: ../../standalone/drakbackup_.c:2406
-msgid "on Tape Device"
-msgstr "pċ bċndenhed"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
+msgstr "\t-Netvĉrk via SSH.\n"
-#: ../../standalone/drakbackup_.c:2449
-msgid "Please choose what you want to backup"
-msgstr "Vĉlg hvad du vil sikkerhedkopiere"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
+msgstr "\t-Netvĉrk via FTP.\n"
-#: ../../standalone/drakbackup_.c:2450
-msgid "Backup system"
-msgstr "Lav sikkerhedskopi af system"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Tape \n"
+msgstr "\t-Tape \n"
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
-msgstr "Lav sikkerhedskopi af brugere"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
+msgstr "\t-cdrom.\n"
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
-msgstr "Hċndpluk bruger"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
+msgstr "\t-Diskdrev.\n"
-#: ../../standalone/drakbackup_.c:2537
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Backup Sources: \n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
-"Kilder for sikkerhedskopi: \n"
+"- Dĉmon (%s) indeholder:\n"
-#: ../../standalone/drakbackup_.c:2538
-msgid ""
-"\n"
-"- System Files:\n"
-msgstr ""
-"\n"
-"- Systemfiler:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
+msgstr "\tSikkerhedskopiering bruger tar og gzip\n"
-#: ../../standalone/drakbackup_.c:2540
-msgid ""
-"\n"
-"- User Files:\n"
-msgstr ""
-"\n"
-"- Brugerfiler:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
+msgstr "\tSikkerhedskopiering bruger tar og bzip2\n"
-#: ../../standalone/drakbackup_.c:2542
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
+msgstr "\tMedtag ikke systemfiler\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Other Files:\n"
+"- Options:\n"
msgstr ""
"\n"
-"- Andre filer:\n"
+"- Muligheder:\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\n"
-"- Save on Hard drive on path: %s\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-"\n"
-"- Gem til diskdrev pċ stien: %s\n"
+"\t\t brugernavn: %s\n"
+"\t\t pċ sti: %s \n"
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Delete hard drive tar files after backup.\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Slet tar-filer pċ disken efter sikkerhedskopiering.\n"
+"- Gem via %s pċ vĉrt: %s\n"
-#: ../../standalone/drakbackup_.c:2553
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t\tErase=%s"
+msgstr "\t\tErase=%s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Burn to CD"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- Brĉnd pċ CD"
+"- Gem pċ bċnd pċ enhed: %s"
-#: ../../standalone/drakbackup_.c:2554
-msgid "RW"
-msgstr "RW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
+msgstr " (multi-session)"
-#: ../../standalone/drakbackup_.c:2555
+#: ../../standalone/drakbackup:1
#, c-format
msgid " on device: %s"
msgstr " pċ enhed: %s"
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
-msgstr " (multi-session)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "RW"
+msgstr "RW"
-#: ../../standalone/drakbackup_.c:2557
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Burn to CD"
msgstr ""
"\n"
-"- Gem pċ bċnd pċ enhed: %s"
-
-#: ../../standalone/drakbackup_.c:2558
-#, c-format
-msgid "\t\tErase=%s"
-msgstr "\t\tErase=%s"
+"- Brĉnd pċ CD"
-#: ../../standalone/drakbackup_.c:2561
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- Delete hard drive tar files after backup.\n"
msgstr ""
"\n"
-"- Gem via %s pċ vĉrt: %s\n"
+"- Slet tar-filer pċ disken efter sikkerhedskopiering.\n"
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-"\t\t brugernavn: %s\n"
-"\t\t pċ sti: %s \n"
+"\n"
+"- Gem til diskdrev pċ stien: %s\n"
-#: ../../standalone/drakbackup_.c:2563
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
+"- Other Files:\n"
msgstr ""
"\n"
-"- Muligheder:\n"
-
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr "\tMedtag ikke systemfiler\n"
-
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tSikkerhedskopiering bruger tar og bzip2\n"
-
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tSikkerhedskopiering bruger tar og gzip\n"
+"- Andre filer:\n"
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include:\n"
+"- User Files:\n"
msgstr ""
"\n"
-"- Dĉmon (%s) indeholder:\n"
-
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
-msgstr "\t-Diskdrev.\n"
-
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
-msgstr "\t-cdrom.\n"
-
-#: ../../standalone/drakbackup_.c:2575
-msgid "\t-Tape \n"
-msgstr "\t-Tape \n"
-
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Netvĉrk via FTP.\n"
-
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Netvĉrk via SSH.\n"
-
-#: ../../standalone/drakbackup_.c:2578
-msgid "\t-Network by rsync.\n"
-msgstr "\t-Netvĉrk via rsync.\n"
-
-#: ../../standalone/drakbackup_.c:2579
-msgid "\t-Network by webdav.\n"
-msgstr "\t-Netvĉrk via webdav.\n"
-
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
-msgstr "Ingen konfiguration, klik pċ Vejleder eller Avanceret.\n"
+"- Brugerfiler:\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data to restore:\n"
"\n"
+"- System Files:\n"
msgstr ""
-"Liste over data som skal genskabes:\n"
"\n"
+"- Systemfiler:\n"
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data corrupted:\n"
"\n"
+"Backup Sources: \n"
msgstr ""
-"Liste over data der er ĝdelagt:\n"
"\n"
+"Kilder for sikkerhedskopi: \n"
-#: ../../standalone/drakbackup_.c:2756
-msgid "Please uncheck or remove it on next time."
-msgstr "Afmarkér eller fjern det gerne nĉste gang."
-
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
-msgstr "Sikkerhedskopifiler er ĝdelagte"
-
-#: ../../standalone/drakbackup_.c:2787
-msgid " All of your selected data have been "
-msgstr " Alle dine valgte data er blevet "
-
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " genskabt uden fejl pċ %s "
-
-#: ../../standalone/drakbackup_.c:2906
-msgid " Restore Configuration "
-msgstr " Genskab konfiguration "
-
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
-msgstr "O.k. at genskabe de andre filer."
-
-#: ../../standalone/drakbackup_.c:2941
-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:3019
-msgid "Backup the system files before:"
-msgstr "Lav sikkerhedskopi af systemfiler fĝr:"
-
-#: ../../standalone/drakbackup_.c:3021
-msgid "please choose the date to restore"
-msgstr "Vĉlg dato for genskabning"
+msgid "Select user manually"
+msgstr "Hċndpluk bruger"
-#: ../../standalone/drakbackup_.c:3057
-msgid "Use Hard Disk to backup"
-msgstr "Brug disk til sikkerhedskopiering"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
+msgstr "Lav sikkerhedskopi af brugere"
-#: ../../standalone/drakbackup_.c:3060
-msgid "Please enter the directory to save:"
-msgstr "Indtast kataloget der skal gemmes:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system"
+msgstr "Lav sikkerhedskopi af system"
-#: ../../standalone/drakbackup_.c:3103
-msgid "FTP Connection"
-msgstr "FTP forbindelse"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose what you want to backup"
+msgstr "Vĉlg hvad du vil sikkerhedkopiere"
-#: ../../standalone/drakbackup_.c:3110
-msgid "Secure Connection"
-msgstr "Sikker forbindelse"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Tape Device"
+msgstr "pċ bċndenhed"
-#: ../../standalone/drakbackup_.c:3134
-msgid "Restore from Hard Disk."
-msgstr "Genskab fra disk."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
+msgstr "pċ cd-rom"
-#: ../../standalone/drakbackup_.c:3136
-msgid "Please enter the directory where backups are stored"
-msgstr "Indtast kataloget hvor sikkerhedskopier gemmes"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "across Network"
+msgstr "over netvĉrk"
-#: ../../standalone/drakbackup_.c:3204
-msgid "Select another media to restore from"
-msgstr "Vĉlg et andet medie at genskabe fra"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
+msgstr "pċ diskdrev"
-#: ../../standalone/drakbackup_.c:3206
-msgid "Other Media"
-msgstr "Andet medie"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose where you want to backup"
+msgstr "Vĉlg hvor du ĝnsker at sikkerhedskopiere"
-#: ../../standalone/drakbackup_.c:3211
-msgid "Restore system"
-msgstr "Genskab system"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "More Options"
+msgstr "Flere muligheder"
-#: ../../standalone/drakbackup_.c:3212
-msgid "Restore Users"
-msgstr "Genskab brugere"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "When"
+msgstr "Hvornċr"
-#: ../../standalone/drakbackup_.c:3213
-msgid "Restore Other"
-msgstr "Genskab andet"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Where"
+msgstr "Hvor"
-#: ../../standalone/drakbackup_.c:3215
-msgid "select path to restore (instead of /)"
-msgstr "vĉlg sti at genskabe (i stedet for /)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "What"
+msgstr "Hvad"
-#: ../../standalone/drakbackup_.c:3219
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr "Lav ny sikkerhedskopi fĝr genskabning (kun for inkrementalbackupper)."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
+msgstr "Slet tar-filer pċ disken efter sikkerhedskopiering til andet medie."
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
-msgstr "Fjern brugerkataloger fĝr genskabning."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
+msgstr "Send epost-rapport efter hver sikkerhedskopiering til:"
-#: ../../standalone/drakbackup_.c:3334
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Restore Selected\n"
-"Catalog Entry"
+"Please be sure that the cron daemon is included in your services. \n"
+"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-"Genskab valgt\n"
-"katalogpost"
+"Forsikr dig gerne om at cron-dĉmonen er med i dine tjenester.\n"
+"Bemĉrk at alle 'net'-medier ogsċ bruger disken for nĉrvĉrende."
-#: ../../standalone/drakbackup_.c:3344
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Restore Selected\n"
-"Files"
+"Please choose the\n"
+"media for backup."
msgstr ""
-"Genskab valgte\n"
-"filer"
+"Vĉlg mediet for\n"
+"sikkerhedskopiering."
-#: ../../standalone/drakbackup_.c:3361
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Change\n"
-"Restore Path"
+"Please choose the time \n"
+"interval between each backup"
msgstr ""
-"Ĉndr\n"
-"Genskabelsessti"
+"Vĉlg tidsinterval mellem\n"
+"hver sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:3427
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Backup files not found at %s."
-msgstr "Sikkerhedskopier fandtes ikke pċ %s."
+msgid "Use daemon"
+msgstr "Brug dĉmon"
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
-msgstr ""
-"Indsĉt cd'en med volumetiket %s\n"
-" i cd-enheden monteret pċ /mnt/cdrom"
+msgid "monthly"
+msgstr "mċnedligt"
-#: ../../standalone/drakbackup_.c:3440
-msgid "Restore From CD"
-msgstr "Genskab fra cd"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "weekly"
+msgstr "ugentligt"
-#: ../../standalone/drakbackup_.c:3442
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
-msgstr "Ikke korrekt cd-etiket. Cd'en har etiket %s."
+msgid "daily"
+msgstr "dagligt"
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
-msgstr ""
-"Indsĉt bċndet med volumeetiket %s\n"
-" i bċndenheden %s"
+msgid "hourly"
+msgstr "timeligt"
-#: ../../standalone/drakbackup_.c:3452
-msgid "Restore From Tape"
-msgstr "Genskab fra bċnd"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "HardDrive / NFS"
+msgstr "Diskdrev / NFS"
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
-msgstr "Ikke korrekt bċndetiket. Bċndet har etiket %s."
+msgid "CDROM / DVDROM"
+msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:3474
-msgid "Restore Via Network"
-msgstr "Genskab via netvĉrk"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save to:"
+msgstr "Indtast kataloget hvortil der skal gemmes:"
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
-msgstr "Genskab via netvĉrksprotokol: %s"
+msgid "Please check if you want to eject your tape after the backup."
+msgstr "Markér om du vil udskyde dit bċnd fĝr sikkerhedskopi laves"
-#: ../../standalone/drakbackup_.c:3475
-msgid "Host Name"
-msgstr "Vĉrtsnavn"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr "Markér om du vil slette dit bċnd fĝr sikkerhedskopi laves"
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
-msgstr "Stil til vĉrt eller modul"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr "Markér om du vil bruge den ikke-tilbagespolende enhed."
-#: ../../standalone/drakbackup_.c:3483
-msgid "Password required"
-msgstr "Adgangskode krĉvet"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the device name to use for backup"
+msgstr "Indtast endhedsnavnet der skal bruges til sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:3489
-msgid "Username required"
-msgstr "Brugernavn krĉvet"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use tape to backup"
+msgstr "brug bċnd til sikkerhedskopieringen"
-#: ../../standalone/drakbackup_.c:3492
-msgid "Hostname required"
-msgstr "Vĉrtsnavn krĉvet"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CD device defined!"
+msgstr "Ingen cd-enhed defineret!"
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
-msgstr "Sti eller modul krĉvet"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+"Indtast din CD-brĉnders enhedsnavn\n"
+" fx: 0,1,0"
-#: ../../standalone/drakbackup_.c:3510
-msgid "Files Restored..."
-msgstr "Filer genskabte..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "Markér om du bruger en DVDRAM-enhed"
-#: ../../standalone/drakbackup_.c:3513
-msgid "Restore Failed..."
-msgstr "Genskabelse mislykkedes..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "Markér om du bruger en CDRW-enhed"
-#: ../../standalone/drakbackup_.c:3751
-msgid "Restore all backups"
-msgstr "Genskab alle sikkerhedskopier"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Erase Now "
+msgstr " Slet nu "
-#: ../../standalone/drakbackup_.c:3760
-msgid "Custom Restore"
-msgstr "Tilpasset genskabelse"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr "Markér om du vil slette dit CDRW-medie (1. session"
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
-msgstr "Cd'en er pċ plads - fortsĉt."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "Markér om du bruger et CDRW-medie"
-#: ../../standalone/drakbackup_.c:3810
-msgid "Browse to new restore repository."
-msgstr "Bladr til nyt genskabelseslager."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check for multisession CD"
+msgstr "Markér om du bruger en multisessions-cd"
-#: ../../standalone/drakbackup_.c:3813
-msgid "Restore From Catalog"
-msgstr "Genskab fra katalog"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Vĉlg cd/dvd-mediastĝrrelse"
-#: ../../standalone/drakbackup_.c:3841
-msgid "Restore Progress"
-msgstr "Fremskridt for genskabelse"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
+msgstr ""
+"Vĉlg cd/dvd-enhed.\n"
+"(Tryk Enter for at overfĝre indstillinger til andre felter.\n"
+"Dette felt behĝves ikke, det er kun et vĉrktĝj for at udfylde formularen.)"
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-msgid "Previous"
-msgstr "Forrige"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use CD/DVDROM to backup"
+msgstr "Brug CD/DVDROM til sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-msgid "Save"
-msgstr "Gem"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Need hostname, username and password!"
+msgstr "Behĝver vĉrtsnavn, brugernavn og adgangskode!"
-#: ../../standalone/drakbackup_.c:3946
-msgid "Build Backup"
-msgstr "Opbyg sikkerhedskopien"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remember this password"
+msgstr "Husk denne adgangskode"
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-msgid "Restore"
-msgstr "Genskab"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your password"
+msgstr "Indtast din adgangskode"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your login"
+msgstr "Indtast dit brugernavn"
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
-"Fejl ved sendmail.\n"
-" Din rapport blev ikke sendt.\n"
-" Konfigurér venligst sendmail"
+"Indtast kataloget (eller modulet) hvori\n"
+" sikkerhedskopien skal lĉgges pċ denne maskine."
-#: ../../standalone/drakbackup_.c:4195
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the host name or IP."
+msgstr "Indtast vĉrtsnavn eller IP."
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-"Fejl ved sending af fil via FTP.\n"
-" Ret venligst din FTP-konfiguration."
+"Andet (ikke drakbackup)\n"
+"nĝglerne findes allerede"
-#: ../../standalone/drakbackup_.c:4209
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
-msgstr "De fĝlgende pakker vil blive installeret @list_of_rpm_to_install"
-
-#: ../../standalone/drakbackup_.c:4232
-msgid "Please select data to restore..."
-msgstr "Udvĉlg de data du vil genskabe..."
-
-#: ../../standalone/drakbackup_.c:4267
-msgid "Please select media for backup..."
-msgstr "Vĉlg medie for sikkerhedskopi..."
-
-#: ../../standalone/drakbackup_.c:4275
-msgid "Please select data to backup..."
-msgstr "Vĉlg data for sikkerhedskopi..."
+" Transfer \n"
+"Now"
+msgstr ""
+" Overfĝr \n"
+"Nu"
-#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-"ingen konfigurationsfil fundet \n"
-"klik pċ Vejleder eller Avanceret."
+"Opret/overfĝr\n"
+"sikkerhedskopieringsnĝgler for SSH"
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
-msgstr "Under udvikling ... vent venligst:-)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Expect for SSH"
+msgstr "Brug Expect for SSH"
-#: ../../standalone/drakbackup_.c:4382
-msgid "Backup system files"
-msgstr "Lav sikkerhedskopi af systemfiler"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Net Method:"
+msgstr "Netmetode:"
-#: ../../standalone/drakbackup_.c:4384
-msgid "Backup user files"
-msgstr "Lav sikkerhedskopi af brugerfiler"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use network connection to backup"
+msgstr "Brug netvĉrksforbindelse til sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:4386
-msgid "Backup other files"
-msgstr "Lav sikkerhedskopi af andre filer"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Users"
+msgstr "Brugere"
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
-msgstr "Total fremdrift"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Windows (FAT32)"
+msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
-msgstr "Filer sendes via FTP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr "Brug inkrementalbackup (overskriv ikke gamle sikkerhedskopier)"
-#: ../../standalone/drakbackup_.c:4416
-msgid "Sending files..."
-msgstr "Sender filer..."
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Remove Selected"
+msgstr "Fjern valgte"
-#: ../../standalone/drakbackup_.c:4500
-msgid "Backup Now from configuration file"
-msgstr "Lav sikkerhedskopi nu ud fra konfigurationsfil"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
+msgstr "Medtag ikke cache for netlĉser"
-#: ../../standalone/drakbackup_.c:4505
-msgid "View Backup Configuration."
-msgstr "Se konfiguration af sikkerhedskopiering."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check all users that you want to include in your backup."
+msgstr "Markér alle brugere som du vil have med i din sikkerhedskopi."
-#: ../../standalone/drakbackup_.c:4526
-msgid "Wizard Configuration"
-msgstr "Konfiguration med vejleder"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+"Med denne valgmulighed vil du vĉre i stand til at kunne genskabe\n"
+"enhver version af dit /etc katalog."
-#: ../../standalone/drakbackup_.c:4531
-msgid "Advanced Configuration"
-msgstr "Avanceret konfiguration"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr "Medtag ikke kritiske filer (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:4536
-msgid "Backup Now"
-msgstr "Lav sikkerhedskopiering nu"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
+msgstr "Brug inkrementalbackup (overskriv ikke gamle sikkerhedskopier)"
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
-msgstr "Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "Lav sikkerhedkopi af dine systemfiler. (/etc kataloget)"
-#: ../../standalone/drakbackup_.c:4624
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-"beskrivelse af valgmuligheder:\n"
-"\n"
-" Pċ dette trin vil Drakbackup lade dig ĉndre:\n"
-"\n"
-" - Komprimeringsmċden:\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 komprimeringsmċde krĉver mere tid (omkring 1000% mere).\n"
-" \n"
-" - Opdateringsmċden:\n"
-"\n"
-" Denne valgmulighed vil opdatere din backup, men denne\n"
-" valgmulighed er ikke rigtigt nyttig fordi du skal\n"
-" dekomprimere din backup fĝr du kan opdatere den.\n"
-" \n"
-" - Mċden 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"
+"Disse valgmuligheder kan sikkerhedskopiere og genskabe alle filer i dit /etc "
+"katalog.\n"
-#: ../../standalone/drakbackup_.c:4654
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"Please check all options that you need.\n"
msgstr ""
"\n"
-" Nogle fejl under sendmail kommer fra \n"
-" en dċrlig konfiguration af postfix. For at lĝse dette skal du\n"
-" sĉtte myhostname eller mydomain i /etc/postfix/main.cf\n"
-"\n"
+"Markér alle muligheder som du behĝver.\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select the files or directories and click on 'Add'"
+msgstr "Vĉlg filerne eller katalogerne og klik pċ 'Tilfĝj'"
-#: ../../standalone/drakbackup_.c:4662
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "File Selection"
+msgstr "Valg af filer"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr "Kan ikke oprette katalog!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Error while sending mail. \n"
+msgstr " Fejl ved afsendelse af post. \n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
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 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"
+"Drakbackup activities via tape:\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. Vĉr \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 vĉlge alle de brugere som du vil lave\n"
-"\tsikkerhedskopier for.\n"
-"\tFor at spare pċ diskplads anbefales du ikke medtager netlĉseres\n"
-"\tcache.\n"
-"\n"
-" - Lav sikkerhedskopi af andre filer: \n"
-"\n"
-"\tDenne mulighed lader dig tilfĝje mere data som skal gemmes.\n"
-"\tMed denne sikkerhedskopieringsmċde er det ikke muligt i ĝjeblikket \n"
-"\tat vĉlge inkrementalbackup.\t\t\n"
-" \n"
-" - Inkrementalbackupper:\n"
-"\n"
-"\tInkrementalbackup er den stĉrkeste valgmulighed for \n"
-"\tsikkerhedskopiering. Denne mulighed lader dig sikkerhedskopiere \n"
-"\talle dine data den fĝrste 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 fĝr hver sikkerhedskopiering. \n"
"\n"
+"Drakbackup aktiviteter via bċnd:\n"
"\n"
-#: ../../standalone/drakbackup_.c:4701
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
-"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data 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 option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
"\n"
+"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-"beskrivelse af genskabelse:\n"
-" \n"
-"Kun den nyeste dato vil blive brugt fordi med inkrementalbackup \n"
-"er det nĝdvendigt at genskabe hver gammel sikkerhedskopi én for én.\n"
-"\n"
-"Sċ hvis du ikke ĝnsker at genskabe en bruger, sċ fravĉlg helt dennes bokse.\n"
"\n"
-"Ellers kan du vĉlge kun én af disse.\n"
+"Drakbackup aktiviteter via CD:\n"
"\n"
-" - Inkrementalbackupper:\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\n"
-"\tInkrementalbackup er den stĉrkeste valgmulighed for \n"
-"\tsikkerhedskopiering. Denne mulighed lader dig sikkerhedskopiere \n"
-"\talle dine data den fĝrste 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 fĝr hver sikkerhedskopiering. \n"
+"Drakbackup activities via %s:\n"
"\n"
+msgstr ""
"\n"
+"Drakbackup aktiviteter via %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:4727
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
msgstr ""
-" Copyright (C) 2001 MandrakeSoft ved DUPONT Sebastien <dupont_s\\@epita.fr>"
+"\n"
+"FTP forbindelsesproblem: Det var ikke muligt at sende dine backupfiler via "
+"FTP.\n"
-#: ../../standalone/drakbackup_.c:4729
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-" opdateringer 2002 MandrakeSoft ved Stew Benedict <sbenedict\\@mandrakesoft."
-"com>"
+"filliste sendt via FTP: %s\n"
+" "
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No changes to backup!"
+msgstr "Ingen ĉndringer til sikkerhedskopi!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup files..."
+msgstr "Sikkerhedskopifiler for disk..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Other files..."
+msgstr "Sikkerhedskopiér andre filer..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
+msgstr "Fremdrift for sikkerhedskopiering af disk..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup User files..."
+msgstr "Sikkerhedskopiér brugerfiler..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
+msgstr "Sikkerhedskopiér systemfiler..."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr "Intet bċnd i %s."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr "Problem med rettigheder ved adgang til CD."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr "Det kan tage lidt tid at slette mediet."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr "Ikke sletbart medie!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr "Ser ikke ud til at vĉre et skrivbart medie!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr "Ingen CDR/DVDR i drevet!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
+msgstr "WebDAV overfĝrsel mislykkedes!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
+msgstr "WebDAV eksternt netsted allerede synkroniseret!"
-#: ../../standalone/drakbackup_.c:4732
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total progess"
+msgstr "Total fremdrift"
+
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
+"ssh -i %s %s\\@%s\n"
"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"without being prompted for a password."
+msgstr ""
+"Overfĝrsel klar.\n"
+"Du vil mċske kontrollere at du kan logge ind pċ serveren med:\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"
+"ssh -i %s %s\\@%s\n"
"\n"
+"uden at blive spurgt om en adgangskode."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "%s not responding"
+msgstr "%s svarer ikke"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't find %s on %s"
+msgstr "Kan ikke finde %s pċ %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr "Adgang nĉgtet ved overfĝrsel af %s til %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Bad password on %s"
+msgstr "Dċrlig adgangskode pċ %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr "Ingen forespĝrgsel om adgangskode pċ %s ved port %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
+msgstr "Fejl: Kan ikke starte %s."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
+msgstr "Det kan tage lidt tid at generere nĝglerne."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"%s exists, delete?\n"
"\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
msgstr ""
-"Beskrivelse:\n"
+"%s-eksisterer, skal den fjernes?\n"
"\n"
-" Drakbackup bruges til at lave sikkehedskopier af dit system.\n"
-" I konfigurationen kan du vĉlge: \n"
-"\t- Systemfiler, \n"
-"\t- Brugeres filer, \n"
-"\t- Andre filer.\n"
-"\teller Hele dit system ... eller Andet (sċsom Windows partitioner)\n"
+"Advarsel: Hvis du allerede har lavet denne proces skal du nok\n"
+" fjerne indgangen fra authorized_keys pċ serveren."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\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- Bċnd.\n"
+" DrakBackup Report Details\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"
+msgstr ""
"\n"
-" Konfigurationsfil:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+" DrakBackup Rapportdetaljer\n"
"\n"
-"Genskabelsestrin:\n"
-" \n"
-" I genskabelsestrinnet vil Drakbackup fjerne dit nuvĉrende katalog \n"
-" og kontrollere at alle dine backupfiler ikke er ĝdelagte. Det \n"
-" anbefales at du laver en sidste sikkerhedskopiering fĝr genskabelse.\n"
-" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Daemon Report\n"
+"\n"
"\n"
msgstr ""
-"beskrivelse af valgmuligheder:\n"
"\n"
-"Vĉr forsigtig nċr 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"
-"fĝr den sendes til ftp-serveren.\n"
+" DrakBackup Dĉmon-Rapport\n"
+"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4778
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Restore Backup Problems:\n"
+" DrakBackup Report \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"
+" DrakBackup Rapport \n"
"\n"
-"I genskabelsestrinnet vil Drakbackup kontrollere alle dine\n"
-"backupfiler fĝr genskabelse af dem.\n"
-"Fĝr genskabelsen vil Drakbackup fjerne \n"
-"dit nuvĉrende katalog, og alle dine data vil gċ tabt.\n"
-"Det er vigtigt at vĉre forsigtig og ikke ĉndre sikkerhedskopieringens\n"
-"datafiler i hċnden.\n"
-#: ../../standalone/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Installationen af %s mislykkedes. Fĝlgende fejl opstod:"
-
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
-msgstr "Mandrake vĉrktĝj til fejlrapportering"
-
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
-msgstr "Fĝrstegangshjĉlper"
-
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
-msgstr "Synkroniseringsvĉrktĝj"
-
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-msgid "Standalone Tools"
-msgstr "Fritstċende vĉrktĝjer"
-
-#: ../../standalone/drakbug_.c:53
-msgid "HardDrake"
-msgstr "HardDrake"
-
-#: ../../standalone/drakbug_.c:54
-msgid "Mandrake Online"
-msgstr "Mandrake Online"
-
-#: ../../standalone/drakbug_.c:55
-msgid "Menudrake"
-msgstr "Menudrake"
-
-#: ../../standalone/drakbug_.c:56
-msgid "Msec"
-msgstr "Msek"
+msgid "INFO"
+msgstr "INFORMATION"
-#: ../../standalone/drakbug_.c:57
-msgid "Remote Control"
-msgstr "Ekstern kontrol"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FATAL"
+msgstr "FATAL"
-#: ../../standalone/drakbug_.c:58
-msgid "Software Manager"
-msgstr "Programmeladministration"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
+msgstr "ADVARSEL"
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
-msgstr "Urpmi"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
+msgstr "Cron er ikke tilgĉngelig endnu som ikke-root"
-#: ../../standalone/drakbug_.c:60
-msgid "Windows Migration tool"
-msgstr "Migrationsvĉrktĝj for MS Windows"
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Installationen af %s mislykkedes. Fĝlgende fejl opstod:"
-#: ../../standalone/drakbug_.c:61
-msgid "Userdrake"
-msgstr "Userdrake"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "No browser available! Please install one"
+msgstr "Ingen netlĉser til stede! Installér venligst én"
-#: ../../standalone/drakbug_.c:62
-msgid "Configuration Wizards"
-msgstr "Vejledere til konfiguration"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
+msgstr "Opkobler til vejleder for Bugzilla"
-#: ../../standalone/drakbug_.c:75
-msgid "Application:"
-msgstr "Applikation:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Package not installed"
+msgstr "Pakke ikke installeret"
-#: ../../standalone/drakbug_.c:76
-msgid "Package: "
-msgstr "Pakke: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Not installed"
+msgstr "Ikke installeret"
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
-msgstr "Kerne:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Standalone Tools"
+msgstr "Fritstċende vĉrktĝjer"
-#: ../../standalone/drakbug_.c:78
-msgid "Release: "
-msgstr "Udgave: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Report"
+msgstr "Rapport"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -12392,143 +15809,220 @@ msgstr ""
"vil blive overfĝrt til den server\n"
"\n"
-#: ../../standalone/drakbug_.c:112
-msgid "Report"
-msgstr "Rapport"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Release: "
+msgstr "Udgave: "
-#: ../../standalone/drakbug_.c:148
-msgid "Not installed"
-msgstr "Ikke installeret"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Kernel:"
+msgstr "Kerne:"
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "Ikke installeret"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Package: "
+msgstr "Pakke: "
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
-msgstr "Opkobler til vejleder for Bugzilla"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Application:"
+msgstr "Applikation:"
-#: ../../standalone/drakbug_.c:180
-msgid "No browser available! Please install one"
-msgstr "Ingen netlĉser til stede! Installér venligst én"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Configuration Wizards"
+msgstr "Vejledere til konfiguration"
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Netvĉrkskonfiguration (%d adaptorer)"
+msgid "Userdrake"
+msgstr "Userdrake"
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-msgid "Profile: "
-msgstr "Profil: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Windows Migration tool"
+msgstr "Migrationsvĉrktĝj for MS Windows"
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr "Slet profil..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
+msgstr "Urpmi"
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
-msgstr "Profil der skal slettes:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Software Manager"
+msgstr "Programmeladministration"
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
-msgstr "Ny profil..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Remote Control"
+msgstr "Ekstern kontrol"
-#: ../../standalone/drakconnect_.c:131
-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 nuvĉrende) :"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Msec"
+msgstr "Msek"
-#: ../../standalone/drakconnect_.c:157
-msgid "Hostname: "
-msgstr "Vĉrtsnavn: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Menudrake"
+msgstr "Menudrake"
-#: ../../standalone/drakconnect_.c:164
-msgid "Internet access"
-msgstr "Internetadgang"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Online"
+msgstr "Mandrake Online"
-#: ../../standalone/drakconnect_.c:177
-msgid "Type:"
-msgstr "Type:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "HardDrake"
+msgstr "HardDrake"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "Gateway:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
+msgstr "Synkroniseringsvĉrktĝj"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Interface:"
-msgstr "Grĉnseflade:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "First Time Wizard"
+msgstr "Fĝrstegangshjĉlper"
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
-msgstr "Status:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
+msgstr "Mandrake vĉrktĝj til fejlrapportering"
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
-msgstr "Vent venligst"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr "DHCP-Klient"
-#: ../../standalone/drakconnect_.c:216
-msgid "Configure Internet Access..."
-msgstr "Konfigurér Internetadgang..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
+msgstr "Ethernet-kort"
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-msgid "LAN configuration"
-msgstr "LAN konfiguration"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "Gateway"
-#: ../../standalone/drakconnect_.c:228
-msgid "Driver"
-msgstr "Drivprogram"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
+msgstr "Parametre"
-#: ../../standalone/drakconnect_.c:228
-msgid "Interface"
-msgstr "Grĉnseflade"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection type: "
+msgstr "Type af forbindelse"
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
-msgstr "Protokol"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile: "
+msgstr "Profil: "
-#: ../../standalone/drakconnect_.c:228
-msgid "State"
-msgstr "Status"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet Connection Configuration"
+msgstr "Konfiguration af Internetforbindelse"
-#: ../../standalone/drakconnect_.c:240
-msgid "Configure Local Area Network..."
-msgstr "Konfigurér lokalnetvĉrk..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet connection configuration"
+msgstr "Konfiguration af Internetforbindelse"
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
-msgstr "Klik her for at starte vejlederen ->"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"You don't have an Internet connection.\n"
+"Create one first by clicking on 'Configure'"
+msgstr ""
+"Du har ingen internet-opkobling.\n"
+"Opret én fĝrst ved at klikke pċ 'Konfigurér'"
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "Vejleder..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
+"Dette grĉnsesnit er ikke blevet konfigureret endnu.\n"
+"Start konfigurationsvejlederen i hovedvinduet"
-#: ../../standalone/drakconnect_.c:279
-msgid "Apply"
-msgstr "Anvend"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "activate now"
+msgstr "aktivér nu"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Connected"
-msgstr "Tilsluttet"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "deactivate now"
+msgstr "deaktivér nu"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Not connected"
-msgstr "Ikke tilsluttet"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP client"
+msgstr "DHCP-klient"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Started on boot"
+msgstr "Startede med opstart"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
+msgstr "Opstartsprotokol"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
+msgstr "Adapter %s: %s"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN Configuration"
+msgstr "LAN konfiguration"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN configuration"
+msgstr "LAN konfiguration"
+
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
+msgstr ""
+"Du har ingen konfigurerede grĉnsesnit.\n"
+"Konfigurér disse fĝrst ved at klikke pċ 'Konfigurér'"
+
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Connect..."
msgstr "Tilslut..."
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Disconnect..."
msgstr "Afbrud..."
-#: ../../standalone/drakconnect_.c:400
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Not connected"
+msgstr "Ikke tilsluttet"
+
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connected"
+msgstr "Tilsluttet"
+
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
@@ -12536,293 +16030,326 @@ msgstr ""
"Advarsel, en anden internetforbindelse er blevet fundet, der mċske bruger "
"dit netvĉrk"
-#: ../../standalone/drakconnect_.c:427
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
-"Du har ingen konfigurerede grĉnsesnit.\n"
-"Konfigurér disse fĝrst ved at klikke pċ 'Konfigurér'"
-
-#: ../../standalone/drakconnect_.c:449
-msgid "LAN Configuration"
-msgstr "LAN konfiguration"
-
-#: ../../standalone/drakconnect_.c:460
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapter %s: %s"
+msgid "Interface:"
+msgstr "Grĉnseflade:"
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
-msgstr "Opstartsprotokol"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "Gateway:"
-#: ../../standalone/drakconnect_.c:467
-msgid "Started on boot"
-msgstr "Startede med opstart"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Apply"
+msgstr "Anvend"
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
-msgstr "DHCP-klient"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
+msgstr "Klik her for at starte vejlederen ->"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "activate now"
-msgstr "aktivér nu"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "Vejleder..."
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "deactivate now"
-msgstr "deaktivér nu"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr "Status:"
-#: ../../standalone/drakconnect_.c:499
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Dette grĉnsesnit er ikke blevet konfigureret endnu.\n"
-"Start konfigurationsvejlederen i hovedvinduet"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Type:"
+msgstr "Type:"
-#: ../../standalone/drakconnect_.c:556
-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 fĝrst ved at klikke pċ 'Konfigurér'"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet access"
+msgstr "Internetadgang"
-#: ../../standalone/drakconnect_.c:580
-msgid "Internet connection configuration"
-msgstr "Konfiguration af Internetforbindelse"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Hostname: "
+msgstr "Vĉrtsnavn: "
-#: ../../standalone/drakconnect_.c:584
-msgid "Internet Connection Configuration"
-msgstr "Konfiguration af Internetforbindelse"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Local Area Network..."
+msgstr "Konfigurér lokalnetvĉrk..."
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-msgid "Connection type: "
-msgstr "Type af forbindelse"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "State"
+msgstr "Status"
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
-msgstr "Parametre"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Driver"
+msgstr "Drivprogram"
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "Gateway"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
+msgstr "Protokol"
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
-msgstr "Ethernet-kort"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface"
+msgstr "Grĉnseflade"
-#: ../../standalone/drakconnect_.c:628
-msgid "DHCP Client"
-msgstr "DHCP-Klient"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Internet Access..."
+msgstr "Konfigurér Internetadgang..."
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
+msgstr "Vent venligst"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Module name"
-msgstr "Modulnavn"
+#: ../../standalone/drakconnect:1
+#, c-format
+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 nuvĉrende) :"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Size"
-msgstr "Stĝrrelse"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
+msgstr "Ny profil..."
-#: ../../standalone/drakfloppy_.c:45
-msgid "drakfloppy"
-msgstr "drakfloppy"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr "Profil der skal slettes:"
-#: ../../standalone/drakfloppy_.c:63
-msgid "boot disk creation"
-msgstr "fremstilling af opstartsdiskette"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
+msgstr "Slet profil..."
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr "standard"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Network configuration (%d adapters)"
+msgstr "Netvĉrkskonfiguration (%d adaptorer)"
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakedm:1
#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "DrakFloppy fejl: %s"
+msgid ""
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
+msgstr ""
-#: ../../standalone/drakfloppy_.c:98
-msgid "kernel version"
-msgstr "kerne-version"
+#: ../../standalone/drakedm:1
+#, fuzzy, c-format
+msgid "Choosing a display manager"
+msgstr "Vĉlger en vilkċrlig driver"
-#: ../../standalone/drakfloppy_.c:104
-msgid "General"
-msgstr "Generelt"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid ""
+"Unable to properly close mkbootdisk: \n"
+" %s \n"
+" %s"
+msgstr ""
+"Kan ikke lukke mkbootdisk ordentligt: \n"
+" %s \n"
+" %s"
-#: ../../standalone/drakfloppy_.c:109
-msgid "Expert Area"
-msgstr "Ekspertomrċde"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Unable to fork: %s"
+msgstr "Kan ikke fork(): %s"
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
-msgstr "mkinitrd valgfrie argumenter"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid ""
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
+msgstr ""
+"Der er ikke noget media, eller det er skrivebeskyttet, i enhed %s.\n"
+"Indsĉt venligst noget."
-#: ../../standalone/drakfloppy_.c:113
-msgid "Add a module"
-msgstr "Tilfĝj et modul"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Be sure a media is present for the device %s"
+msgstr "Forsikr dig at der er et medie tilstede i enheden %s"
-#: ../../standalone/drakfloppy_.c:133
-msgid "force"
-msgstr "tving"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Build the disk"
+msgstr "Opbyg disken"
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
-msgstr "hvis nĝdvendigt"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
+msgstr "Uddata"
-#: ../../standalone/drakfloppy_.c:135
-msgid "omit scsi modules"
-msgstr "undgċ scsi-moduler"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Remove a module"
+msgstr "Fjern et modul"
-#: ../../standalone/drakfloppy_.c:136
+#: ../../standalone/drakfloppy:1
+#, c-format
msgid "omit raid modules"
msgstr "undgċ raid-moduler"
-#: ../../standalone/drakfloppy_.c:172
-msgid "Remove a module"
-msgstr "Fjern et modul"
-
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
-msgstr "Uddata"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit scsi modules"
+msgstr "undgċ scsi-moduler"
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
-msgstr "Opbyg disken"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
+msgstr "hvis nĝdvendigt"
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "Forsikr dig at der er et medie tilstede i enheden %s"
+msgid "force"
+msgstr "tving"
-#: ../../standalone/drakfloppy_.c:341
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
-msgstr ""
-"Der er ikke noget media, eller det er skrivebeskyttet, i enhed %s.\n"
-"Indsĉt venligst noget."
+msgid "Add a module"
+msgstr "Tilfĝj et modul"
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid "Unable to fork: %s"
-msgstr "Kan ikke fork(): %s"
+msgid "mkinitrd optional arguments"
+msgstr "mkinitrd valgfrie argumenter"
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid ""
-"Unable to close properly mkbootdisk: \n"
-" %s \n"
-" %s"
-msgstr ""
-"Kan ikke lukke mkbootdisk ordentligt: \n"
-" %s \n"
-" %s"
+msgid "Expert Area"
+msgstr "Ekspertomrċde"
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
-msgstr "Sĝg efter installerede skrifttyper"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "General"
+msgstr "Generelt"
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
-msgstr "Fravĉlg installerede skrifttyper"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "kernel version"
+msgstr "kerne-version"
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
-msgstr "fortolk alle skrifttyper"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
+msgstr "DrakFloppy fejl: %s"
-#: ../../standalone/drakfont_.c:242
-msgid "no fonts found"
-msgstr "kunne ikke finde nogen skrifttyper"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr "standard"
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-msgid "done"
-msgstr "fĉrdig"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "boot disk creation"
+msgstr "fremstilling af opstartsdiskette"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
-msgstr "Kunne ikke finde nogen skrifttyper i dine monterede partitioner"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "drakfloppy"
+msgstr "drakfloppy"
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr "Genvĉlg korrekte skrifttyper"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Size"
+msgstr "Stĝrrelse"
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
-msgstr "Kunne ikke finde nogen skrifttyper.\n"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Module name"
+msgstr "Modulnavn"
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
-msgstr "Sĝg efter skrifttyper i installeret liste"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-#: ../../standalone/drakfont_.c:359
-msgid "Fonts copy"
-msgstr "Kopi af skrifttyper"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Uninstall"
+msgstr "Efterbehandling for afinstallering"
-#: ../../standalone/drakfont_.c:363
-msgid "True Type fonts installation"
-msgstr "Installation af True Type-skrifttyper"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove fonts on your system"
+msgstr "Fjern skrifttyper pċ dit system"
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr "Vent venligst pċ ttmkfdir..."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Initial tests"
+msgstr "Begyndelsestester"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
-msgstr "Installation af True Type fĉrdig"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Install"
+msgstr "Efterbehandling for installering"
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
-msgstr "Konvertering af skrifttyper"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
+msgstr "Installér og konvertér skrifttyper"
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
-msgstr "opbyg type1inst"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Copy fonts on your system"
+msgstr "Kopiér skrifttyper pċ dit system"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
-msgstr "Ghostscript referencer"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove List"
+msgstr "Fjern liste"
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
-msgstr "Konvertering af ttf-skrifttyper"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Selected All"
+msgstr "Valgte alt"
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
-msgstr "Konvertering af pfm-skrifttyper"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
+msgstr "Fravalgte alt"
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
-msgstr "Undertryk midlertidige filer"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
+msgstr "Her hvis ikke."
-#: ../../standalone/drakfont_.c:459
-msgid "Restart XFS"
-msgstr "Genstart XFS"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
+msgstr "Klik her hvis du er sikker."
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
-msgstr "Undertryk skrifttypefiler"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install List"
+msgstr "Installationsliste"
-#: ../../standalone/drakfont_.c:528
-msgid "xfs restart"
-msgstr "genstart af xfs"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Select the font file or directory and click on 'Add'"
+msgstr "Vĉlg skrifttypefilen eller -kataloget oh klik pċ 'Tilfĝj'"
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
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."
+"-You can install the fonts the normal way. In rare cases, bogus fonts may "
+"hang up your X Server."
msgstr ""
"Fĝr du installerer nogen skrifttyper bĝr du vĉre sikker pċ at du har lov til "
"at bruge og installere dem pċ dit system. \n"
@@ -12830,32 +16357,38 @@ msgstr ""
"-Du kan installere skrifttyperne pċ normal mċde. I sjĉldne tilfĉlde kan "
"fejlbehĉftede skrifttyper fċ din X-server til at hĉnge."
-#: ../../standalone/drakfont_.c:621
-msgid "Fonts Importation"
-msgstr "Import af skrifttyper"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Generic Printers"
+msgstr "Generelle printere"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr "Hent skrifttyper fra Windows"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Abiword"
+msgstr "Abiword"
-#: ../../standalone/drakfont_.c:658
-msgid "Uninstall Fonts"
-msgstr "Afinstallér skrifttyper"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "StarOffice"
+msgstr "StarOffice"
-#: ../../standalone/drakfont_.c:669
-msgid "Advanced Options"
-msgstr "Avancerede muligheder"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr "Ghostscript"
-#: ../../standalone/drakfont_.c:677
-msgid "Font List"
-msgstr "Liste over skrifttyper"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "Vĉlg de programpakker som vil understĝtte skrifttyperne:"
-#: ../../standalone/drakfont_.c:737
-#, fuzzy
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\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"
@@ -12881,328 +16414,341 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
+msgstr ""
"\n"
+" Copyright İ 2001-2002 ved MandrakeSoft \n"
+"\tDUPONT Sebastien (fĝrste version)\n"
+" CHAUMETTE Damien dchaumette\\@mandrakesoft.com\n"
"\n"
-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"
+" Dette program er frit 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 hċb om at det vil vĉre anvendeligt, men\n"
+" UDEN NOGEN FORM FOR GARANTI; heller ikke garanti om\n"
+" SALGBARHED eller EGNETHED TIL ET BESTEMT FORMĊL. 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, USA.\n"
+"\n"
+" Tak til:\n"
+" - pfm2afm: \n"
+"\t af Ken Borgendale:\n"
+"\t Konvertér en Windows .pfm-fil til en .afm (Adobe Font Metrics)\n"
+" - type1inst:\n"
+"\t af James Macnicol: \n"
+"\t type1inst genererer filerne fonts.dir fonts.scale & Fontmap.\n"
+" - ttf2pt1: \n"
+"\t af Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Konvertér ttf-skrifttypefiler til afm- og pfb-skrifttyper\n"
"\n"
-"Dette program er udgivet i hċb om at det vil vĉre anvendeligt, men\n"
-"UDEN NOGEN FORM FOR GARANTI; heller ikke garanti om\n"
-"SALGBARHED eller EGNETHED TIL ET BESTEMT FORMĊL. 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/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:862
-msgid "Choose the applications that will support the fonts:"
-msgstr "Vĉlg de programpakker som vil understĝtte skrifttyperne:"
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
-msgstr "Ghostscript"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "About"
+msgstr "Om"
-#: ../../standalone/drakfont_.c:877
-msgid "StarOffice"
-msgstr "StarOffice"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Font List"
+msgstr "Liste over skrifttyper"
-#: ../../standalone/drakfont_.c:884
-msgid "Abiword"
-msgstr "Abiword"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Advanced Options"
+msgstr "Avancerede muligheder"
-#: ../../standalone/drakfont_.c:891
-msgid "Generic Printers"
-msgstr "Generelle printere"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Uninstall Fonts"
+msgstr "Afinstallér skrifttyper"
-#: ../../standalone/drakfont_.c:958
-msgid "Select the font file or directory and click on 'Add'"
-msgstr "Vĉlg skrifttypefilen eller -kataloget oh klik pċ 'Tilfĝj'"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
+msgstr "Hent skrifttyper fra Windows"
-#: ../../standalone/drakfont_.c:1005
-msgid "Install List"
-msgstr "Installationsliste"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Import Fonts"
+msgstr "Import af skrifttyper"
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
-msgstr "Klik her hvis du er sikker."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "done"
+msgstr "fĉrdig"
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
-msgstr "Her hvis ikke."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "xfs restart"
+msgstr "genstart af xfs"
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
-msgstr "Fravalgte alt"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
+msgstr "Undertryk skrifttypefiler"
-#: ../../standalone/drakfont_.c:1116
-msgid "Selected All"
-msgstr "Valgte alt"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Restart XFS"
+msgstr "Genstart XFS"
-#: ../../standalone/drakfont_.c:1120
-msgid "Remove List"
-msgstr "Fjern liste"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
+msgstr "Undertryk midlertidige filer"
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-msgid "Initials tests"
-msgstr "Begyndelsestester"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
+msgstr "opbyg type1inst"
-#: ../../standalone/drakfont_.c:1145
-msgid "Copy fonts on your system"
-msgstr "Kopiér skrifttyper pċ dit system"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
+msgstr "Konvertering af pfm-skrifttyper"
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
-msgstr "Installér og konvertér skrifttyper"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr "Konvertering af ttf-skrifttyper"
-#: ../../standalone/drakfont_.c:1153
-msgid "Post Install"
-msgstr "Efterbehandling for installering"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
+msgstr "Ghostscript referencer"
-#: ../../standalone/drakfont_.c:1178
-msgid "Remove fonts on your system"
-msgstr "Fjern skrifttyper pċ dit system"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
+msgstr "Konvertering af skrifttyper"
-#: ../../standalone/drakfont_.c:1182
-msgid "Post Uninstall"
-msgstr "Efterbehandling for afinstallering"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr "Installation af True Type fĉrdig"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "Deling af internetforbindelse"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
+msgstr "Vent venligst pċ ttmkfdir..."
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
-msgstr "Desvĉrre, vi understĝtter kun 2.4-kerner."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type fonts installation"
+msgstr "Installation af True Type-skrifttyper"
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Deling af internetforbindelse er slċet til"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts copy"
+msgstr "Kopi af skrifttyper"
-#: ../../standalone/drakgw_.c:126
-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 gĝre?"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr "Sĝg efter skrifttyper i installeret liste"
-#: ../../standalone/drakgw_.c:130
-msgid "disable"
-msgstr "deaktivér"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr "Kunne ikke finde nogen skrifttyper.\n"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
-msgstr "forkast"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
+msgstr "Genvĉlg korrekte skrifttyper"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "reconfigure"
-msgstr "genkonfigurér"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr "Kunne ikke finde nogen skrifttyper i dine monterede partitioner"
-#: ../../standalone/drakgw_.c:133
-msgid "Disabling servers..."
-msgstr "Slċr servere fra..."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "no fonts found"
+msgstr "kunne ikke finde nogen skrifttyper"
-#: ../../standalone/drakgw_.c:142
-msgid "Internet connection sharing is now disabled."
-msgstr "Deling af internetforbindelse er nu slċet fra"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr "fortolk alle skrifttyper"
-#: ../../standalone/drakgw_.c:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Deling af internetforbindelse er slċet fra"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr "Fravĉlg installerede skrifttyper"
-#: ../../standalone/drakgw_.c:150
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr "Sĝg efter installerede skrifttyper"
+
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"What would you like to do?"
+"%s\n"
+"\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
-"Indstilling af deling af internetforbindelse er allerede gjort.\n"
-"Den er de-aktiveret for nĉrvĉrende\n"
-"Hvad ĝnsker du at gĝre?"
+"Velkommen til vĉrktĝjet til deling af internetforbindelse!\n"
+"%s\n"
+"\n"
+"Klik pċ Konfigurér for at starte programmet til at dele din "
+"internetforbindelse!"
-#: ../../standalone/drakgw_.c:154
-msgid "enable"
-msgstr "aktivér"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing configuration"
+msgstr "Konfiguration af deling af internetforbindelse"
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
-msgstr "Aktiverer servere..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No Internet Connection Sharing has ever been configured."
+msgstr "Deling af Internetforbindelse har aldrig vĉret konfigureret."
-#: ../../standalone/drakgw_.c:166
-msgid "Internet connection sharing is now enabled."
-msgstr "Deling af internetforbindelse er nu slċet til"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, and it's currently enabled."
+msgstr "Indstilling er allerede gjort. og er for nĉrvĉrende aktiv."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, but it's currently disabled."
+msgstr "Indstilling er allerede gjort. men er de-aktiveret for nĉrvĉrende."
-#: ../../standalone/drakgw_.c:183
+#: ../../standalone/drakgw:1
+#, c-format
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"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
+"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 ""
-"Du er ved at konfigurere din maskine til at dele sin internetforbindelse.\n"
-"Med denne mulighed vil andre maskiner pċ dit lokale netvĉrk kunne bruge "
-"internetforbindelsen pċ denne maskine.\n"
-"\n"
-"Forsikr dig om at du har konfigureret din internetforbindelse med "
-"drakconnect fĝr du gċr videre.\n"
-"\n"
-"Bemĉrk: du skal bruge en dediceret netvĉrksadapter, for at lave et lokalt "
-"netvĉrk (LAN)."
+"Alt er blevet konfigureret.\n"
+"Du kan nu dele din internetforbindelse med andre maskiner pċ dit lokale "
+"netvĉrk, ved at bruge DHCP."
-#: ../../standalone/drakgw_.c:211
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Grĉnseflade %s (benytter modul %s)"
+msgid "Problems installing package %s"
+msgstr "Problemer med installation af %s"
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s"
-msgstr "Grĉnseflade %s"
+msgid "Configuring scripts, installing software, starting servers..."
+msgstr "Konfigurerer skript, installerer programmel, starter servere..."
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "Ikke nogen netvĉrksadapter i dit system!"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring..."
+msgstr "Konfigurerer..."
-#: ../../standalone/drakgw_.c:221
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Ingen ethernet netvĉrksadapter er blevet fundet pċ dit system. Kĝr venligst "
-"vĉrktĝjet til maskinel konfiguration."
+#: ../../standalone/drakgw:1
+#, 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:227
-msgid "Network interface"
-msgstr "Netvĉrksgrĉnsesnit"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr "Lokalnetvĉrket endte ikke med `.0', stċr af."
-#: ../../standalone/drakgw_.c:228
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Re-configure interface and DHCP server"
+msgstr "Rekonfigurér grĉnsesnit og DHCP-server"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The maximum lease (in seconds)"
+msgstr "Stĝrste udlejningsperiode (i sekunder)"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The default lease (in seconds)"
+msgstr "Normal udlejningsperiode (i sekunder)"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP end range"
+msgstr "Stutningen pċ DHCP-omrċdet"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
+msgstr "Begyndelsen pċ DHCP-omrċdet"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The internal domain name"
+msgstr "Det interne domĉnenavn"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DNS Server IP"
+msgstr "DHCP-serverens IP-adresse"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "(This) DHCP Server IP"
+msgstr "(Denne) DHCP-servers IP-adresse"
+
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"There is only one configured network adapter on your system:\n"
+"DHCP Server Configuration.\n"
"\n"
-"%s\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\n"
"\n"
-"I am about to setup your Local Area Network with that adapter."
msgstr ""
-"Der er kun én konfigureret netvĉrksadapter i dit system:\n"
+"Konfiguration af DHCP-server.\n"
"\n"
-"%s\n"
+"Her kan du vĉlge forskellige muligheder for konfigurationen af DHCP-"
+"serveren.\n"
+"Hvis du ikke kender betydningen af en valgmulighed, sċ lad den blot vĉre som "
+"den er.\n"
"\n"
-"Jeg skal til at sĉtte dit lokalnet pċ med den adapter."
-
-#: ../../standalone/drakgw_.c:235
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
-msgstr "Vĉlg hvilken netvĉrksadapter som skal forbindes til dit lokalnet."
-#: ../../standalone/drakgw_.c:261
-msgid "Network interface already configured"
-msgstr "Netvĉrksgrĉnsesnit allerede konfigureret"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Local Network adress"
+msgstr "Adresse pċ lokalnetvĉrk"
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the Network that you use "
+"for your local network; I will not reconfigure it and I will not touch your "
+"DHCP server configuration.\n"
"\n"
-"Do you want an automatic re-configuration?\n"
+"The default DNS entry is the Caching Nameserver configured on the firewall. "
+"You can replace that with your ISP DNS IP, for example.\n"
+"\t\t \n"
+"Otherwise, I can reconfigure your interface and (re)configure a DHCP server "
+"for you.\n"
"\n"
-"You can do it manually but you need to know what you're doing."
msgstr ""
-"Advarsel, netvĉrkskortet (%s) er allerede konfigureret.\n"
+"Jeg kan beholde din aktuelle konfiguration og antage at du allerede har sat "
+"en DHCP-server op; i sċ tilfĉlde kontrollér da gerne at jeg har lĉst det "
+"netvĉrk du bruger til dit lokalnet korrekt; jeg vil ikke genkonfigurere det "
+"og jeg vil ikke rĝre ved din konfiguration af DHCP-serveren.\n"
"\n"
-"Ĝnsker du en automatisk re-konfiguration?\n"
+"Den normale DNS-indgang er den cahcendde navneserver konfigureret pċ "
+"bransmuren. Du kan eksempelvis erstatte denne med din ISPs DNS-adresse.\n"
+"\n"
+"Ellers kan jeg genkonfigurere dit grĉnsesnit og genkonfigurere en DHCP-"
+"server for dig.\n"
"\n"
-"Du kan gĝre det i hċnden, men du skal vide hvad du gĝr."
-
-#: ../../standalone/drakgw_.c:267
-msgid "Automatic reconfiguration"
-msgstr "Automatisk rekonfiguration"
-
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:268
-msgid "Show current interface configuration"
-msgstr "Vis aktuelle grĉnsesnitskonfiguration"
-
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "Vis aktuelle grĉnsesnitskonfiguration"
-#: ../../standalone/drakgw_.c:270
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -13219,187 +16765,298 @@ msgstr ""
"IP-attribut: %s\n"
"Driver: %s"
-#: ../../standalone/drakgw_.c:283
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Current interface configuration"
+msgstr "Aktuelle grĉnsesnitskonfiguration"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Show current interface configuration"
+msgstr "Vis aktuelle grĉnsesnitskonfiguration"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No (experts only)"
+msgstr "Nej (kun eksperter)"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Automatic reconfiguration"
+msgstr "Automatisk rekonfiguration"
+
+#: ../../standalone/drakgw:1
+#, c-format
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 Network that you use "
-"for your local network; I will not reconfigure it and I will not touch your "
-"DHCP server configuration.\n"
+"Warning, the network adapter (%s) is already configured.\n"
"\n"
-"The default DNS entry is the Caching Nameserver configured on the firewall. "
-"You can replace that with your ISP DNS IP, for example.\n"
-"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\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 ""
-"Jeg kan beholde din aktuelle konfiguration og antage at du allerede har sat "
-"en DHCP-server op; i sċ tilfĉlde kontrollér da gerne at jeg har lĉst det C-"
-"klasse-netvĉrk korrekt, som du bruger for dit lokalnetvĉrk; jeg vil ikke "
-"genkonfigurere det og jeg vil ikke rĝre ved din konfiguration af DHCP-"
-"serveren.\n"
+"Advarsel, netvĉrkskortet (%s) er allerede konfigureret.\n"
"\n"
-"Ellers kan jeg genkonfigurere dit grĉnsesnit og genkonfigurere en DHCP-"
-"server for dig.\n"
+"Ĝnsker du en automatisk re-konfiguration?\n"
"\n"
+"Du kan gĝre det i hċnden, men du skal vide hvad du gĝr."
-#: ../../standalone/drakgw_.c:290
-msgid "Local Network adress"
-msgstr "Adresse pċ lokalnetvĉrk"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface already configured"
+msgstr "Netvĉrksgrĉnsesnit allerede konfigureret"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"DHCP Server Configuration.\n"
+"Please choose what network adapter will be connected to your Local Area "
+"Network."
+msgstr "Vĉlg hvilken netvĉrksadapter som skal forbindes til dit lokalnet."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid ""
+"There is only one configured network adapter on your system:\n"
"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\n"
+"%s\n"
"\n"
+"I am about to setup your Local Area Network with that adapter."
msgstr ""
-"Konfiguration af DHCP-server.\n"
+"Der er kun én konfigureret netvĉrksadapter i dit system:\n"
"\n"
-"Her kan du vĉlge forskellige muligheder for konfigurationen af DHCP-"
-"serveren.\n"
-"Hvis du ikke kender betydningen af en valgmulighed, sċ lad den blot vĉre som "
-"den er.\n"
+"%s\n"
"\n"
+"Jeg skal til at sĉtte dit lokalnet pċ med den adapter."
-#: ../../standalone/drakgw_.c:300
-msgid "(This) DHCP Server IP"
-msgstr "(Denne) DHCP-servers IP-adresse"
-
-#: ../../standalone/drakgw_.c:301
-msgid "The DNS Server IP"
-msgstr "DHCP-serverens IP-adresse"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "Netvĉrksgrĉnsesnit"
-#: ../../standalone/drakgw_.c:302
-msgid "The internal domain name"
-msgstr "Det interne domĉnenavn"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No ethernet network adapter has been detected on your system. Please run the "
+"hardware configuration tool."
+msgstr ""
+"Ingen ethernet netvĉrksadapter er blevet fundet pċ dit system. Kĝr venligst "
+"vĉrktĝjet til maskinel konfiguration."
-#: ../../standalone/drakgw_.c:303
-msgid "The DHCP start range"
-msgstr "Begyndelsen pċ DHCP-omrċdet"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "Ikke nogen netvĉrksadapter i dit system!"
-#: ../../standalone/drakgw_.c:304
-msgid "The DHCP end range"
-msgstr "Stutningen pċ DHCP-omrċdet"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s"
+msgstr "Grĉnseflade %s"
-#: ../../standalone/drakgw_.c:305
-msgid "The default lease (in seconds)"
-msgstr "Normal udlejningsperiode (i sekunder)"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s (using module %s)"
+msgstr "Grĉnseflade %s (benytter modul %s)"
-#: ../../standalone/drakgw_.c:306
-msgid "The maximum lease (in seconds)"
-msgstr "Stĝrste udlejningsperiode (i sekunder)"
+#: ../../standalone/drakgw:1
+#, c-format
+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"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\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 netvĉrk kunne bruge "
+"internetforbindelsen pċ denne maskine.\n"
+"\n"
+"Forsikr dig om at du har konfigureret din internetforbindelse med "
+"drakconnect fĝr du gċr videre.\n"
+"\n"
+"Bemĉrk: du skal bruge en dediceret netvĉrksadapter, for at lave et lokalt "
+"netvĉrk (LAN)."
-#: ../../standalone/drakgw_.c:307
-msgid "Re-configure interface and DHCP server"
-msgstr "Rekonfigurér grĉnsesnit og DHCP-server"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing"
+msgstr "Deling af internetforbindelse"
-#: ../../standalone/drakgw_.c:314
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Lokalnetvĉrket endte ikke med `.0', stċr af."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "Deling af internetforbindelse er nu slċet til"
-#: ../../standalone/drakgw_.c:325
+#: ../../standalone/drakgw:1
#, 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"
+msgid "Enabling servers..."
+msgstr "Aktiverer servere..."
-#: ../../standalone/drakgw_.c:335
-msgid "Configuring..."
-msgstr "Konfigurerer..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "dismiss"
+msgstr "forkast"
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Konfigurerer skript, installerer programmel, starter servere..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "reconfigure"
+msgstr "genkonfigurér"
-#: ../../standalone/drakgw_.c:372
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemer med installation af %s"
+msgid "enable"
+msgstr "aktivér"
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakgw:1
+#, c-format
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)."
+"The setup of Internet connection sharing has already been done.\n"
+"It's currently disabled.\n"
+"\n"
+"What would you like to do?"
msgstr ""
-"Alt er blevet konfigureret.\n"
-"Du kan nu dele din internetforbindelse med andre maskiner pċ dit lokale "
-"netvĉrk, ved at bruge DHCP."
+"Indstilling af deling af internetforbindelse er allerede gjort.\n"
+"Den er de-aktiveret for nĉrvĉrende\n"
+"Hvad ĝnsker du at gĝre?"
-#: ../../standalone/drakgw_.c:523
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Indstilling er allerede gjort. men er de-aktiveret for nĉrvĉrende."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently disabled"
+msgstr "Deling af internetforbindelse er slċet fra"
-#: ../../standalone/drakgw_.c:524
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Indstilling er allerede gjort. og er for nĉrvĉrende aktiv."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "Deling af internetforbindelse er nu slċet fra"
-#: ../../standalone/drakgw_.c:525
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Deling af Internetforbindelse har aldrig vĉret konfigureret."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Disabling servers..."
+msgstr "Slċr servere fra..."
-#: ../../standalone/drakgw_.c:531
-msgid "Internet connection sharing configuration"
-msgstr "Konfiguration af deling af internetforbindelse"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "disable"
+msgstr "deaktivér"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
+"The setup of Internet Connection Sharing has already been done.\n"
+"It's currently enabled.\n"
"\n"
-"Click on Configure to launch the setup wizard."
+"What would you like to do?"
msgstr ""
-"Velkommen til vĉrktĝjet til deling af internetforbindelse!\n"
-"%s\n"
+"Indstilling af deling af internetforbindelse er allerede gjort.\n"
+"Deling er aktiveret.\n"
"\n"
-"Klik pċ Konfigurér for at starte programmet til at dele din "
-"internetforbindelse!"
+"Hvad ĝnsker du at gĝre?"
-#: ../../standalone/drakperm_.c:36
-msgid "group"
-msgstr "gruppe"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "Deling af internetforbindelse er slċet til"
-#: ../../standalone/drakperm_.c:36
-msgid "path"
-msgstr "sti"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
+msgstr "Desvĉrre, vi understĝtter kun 2.4-kerner."
-#: ../../standalone/drakperm_.c:36
-msgid "permissions"
-msgstr "rettigheder"
+#: ../../standalone/drakhelp:1
+#, c-format
+msgid ""
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
+msgstr ""
-#: ../../standalone/drakperm_.c:36
-msgid "user"
-msgstr "bruger"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "group :"
+msgstr "gruppe:"
-#: ../../standalone/drakperm_.c:43
-msgid "Up"
-msgstr "Op"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "user :"
+msgstr "bruger:"
-#: ../../standalone/drakperm_.c:44
-msgid "delete"
-msgstr "slet"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path selection"
+msgstr "Valg af sti"
-#: ../../standalone/drakperm_.c:45
-msgid "edit"
-msgstr "redigér"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
+msgstr "ved kontrol vil ejer og gruppe ikke blive ĉndret"
-#: ../../standalone/drakperm_.c:46
-msgid "Down"
-msgstr "Ned"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use group id for execution"
+msgstr "Brug gruppe-id ved udfĝrelsen"
-#: ../../standalone/drakperm_.c:47
-msgid "add a rule"
-msgstr "Tilfĝj en regel"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use owner id for execution"
+msgstr "Brug ejers id ved udfĝrelsen"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
+msgstr ""
+"Brugt til katalog:\n"
+" kun ejeren af kataloget eller filen i dette katalog kan slette den"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
+msgstr "Set-GID"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
+msgstr "Set-UID"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "sticky-bit"
+msgstr "sticky-bit"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Property"
+msgstr "Egenskab"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path"
+msgstr "Sti"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Permissions"
+msgstr "Rettigheder"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Current user"
+msgstr "Aktuelle bruger"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "browse"
+msgstr "bladr"
+
+#: ../../standalone/drakperm:1
+#, c-format
msgid "select perm file to see/edit"
msgstr "vĉlg perm-fil at se eller redigere"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm:1
+#, c-format
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
@@ -13409,115 +17066,285 @@ msgstr ""
"grupper via msec.\n"
"Du kan ogsċ redigere dine egne regler som vil tilsidesĉtte standard-reglerne."
-#: ../../standalone/drakperm_.c:56
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Edit current rule"
+msgstr "Redigér aktuelle regel"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "edit"
+msgstr "redigér"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Delete selected rule"
+msgstr "Slet valgte regel"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "delete"
+msgstr "slet"
+
+#: ../../standalone/drakperm:1
+#, c-format
msgid "Add a new rule at the end"
msgstr "Tilfĝj en ny regel i slutningen"
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
-msgstr "Redigér aktuelle regel"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "add a rule"
+msgstr "Tilfĝj en regel"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule down one level"
+msgstr "Flyt valgte regel et niveau ned"
-#: ../../standalone/drakperm_.c:58
-msgid "Up selected rule one level"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Down"
+msgstr "Ned"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule up one level"
msgstr "Flyt valgte regel et niveau op"
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
-msgstr "Flyt valgte regel et niveau ned"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Up"
+msgstr "Op"
-#: ../../standalone/drakperm_.c:60
-msgid "Delete selected rule"
-msgstr "Slet valgte regel"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "permissions"
+msgstr "rettigheder"
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
-msgstr "bladr"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "group"
+msgstr "gruppe"
-#: ../../standalone/drakperm_.c:231
-msgid "Current user"
-msgstr "Aktuelle bruger"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "user"
+msgstr "bruger"
-#: ../../standalone/drakperm_.c:236
-msgid "Permissions"
-msgstr "Rettigheder"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
+msgstr "sti"
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
-msgstr "Sti"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "Laver autoinstallations-diskette"
-#: ../../standalone/drakperm_.c:238
-msgid "Property"
-msgstr "Egenskab"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
-msgstr "sticky-bit"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No CD or DVD image found, please copy the installation program and rpm files."
+msgstr ""
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
-msgstr "Set-UID"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "No image found"
+msgstr "Ingen printer fundet!"
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
-msgstr "Set-GID"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation image directory"
+msgstr "Xpmac (installations-skĉrmdriver)"
-#: ../../standalone/drakperm_.c:296
+#: ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
msgstr ""
-"Brugt til katalog:\n"
-" kun ejeren af kataloget eller filen i dette katalog kan slette den"
-#: ../../standalone/drakperm_.c:297
-msgid "Use owner id for execution"
-msgstr "Brug ejers id ved udfĝrelsen"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "The DHCP end ip"
+msgstr "Stutningen pċ DHCP-omrċdet"
-#: ../../standalone/drakperm_.c:298
-msgid "Use group id for execution"
-msgstr "Brug gruppe-id ved udfĝrelsen"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "The DHCP start ip"
+msgstr "Begyndelsen pċ DHCP-omrċdet"
-#: ../../standalone/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
-msgstr "ved kontrol vil ejer og gruppe ikke blive ĉndret"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakperm_.c:304
-msgid "Path selection"
-msgstr "Valg af sti"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Interface %s (on network %s)"
+msgstr "Grĉnseflade %s (benytter modul %s)"
-#: ../../standalone/drakperm_.c:350
-msgid "user :"
-msgstr "bruger:"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
+msgstr ""
+"Vĉlg hvilken netvĉrksadapter du ĝnsker at bruge til at lave forbindelse til "
+"Internettet med."
-#: ../../standalone/drakperm_.c:352
-msgid "group :"
-msgstr "gruppe:"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid ""
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\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 netvĉrk kunne bruge "
+"internetforbindelsen pċ denne maskine.\n"
+"\n"
+"Forsikr dig om at du har konfigureret din internetforbindelse med "
+"drakconnect fĝr du gċr videre.\n"
+"\n"
+"Bemĉrk: du skal bruge en dediceret netvĉrksadapter, for at lave et lokalt "
+"netvĉrk (LAN)."
-#: ../../standalone/draksound_.c:46
-msgid "No Sound Card detected!"
-msgstr "Intet lydkort genkendt!"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation Server Configuration"
+msgstr "Konfiguration af dhcp-server"
+
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "PXE Server Configuration"
+msgstr "Konfiguration af dhcp-server"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Please wait, setting security options..."
+msgstr "Vent venligst, sĉtter sikkerhedstilvalg..."
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Please wait, setting security level..."
+msgstr "Vent venligst, sĉtter sikkerhedsniveau..."
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
+msgstr "Periodiske kontroller"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "System Options"
+msgstr "Systemtilvalg"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Network Options"
+msgstr "Netvĉrkstilvalg"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
+msgstr ""
+"De fĝlgende tilvalg kan sĉttes for at tilpasse din\n"
+"systemsikkerhed. Hvis du har brug for forklaringer kan du klikke pċ Hjĉlp.\n"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Administrator:"
+msgstr "Sikkerhedsadministrator:"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Alerts:"
+msgstr "Sikkerhedspċmindelser:"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "(default value: %s)"
+msgstr "(Forvalgt: %s)"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Level:"
+msgstr "Sikkerhedsniveau:"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-"Intet lydkort blev genkendt pċ din maskine. Tjek venligst at et lydkort der "
-"understĝttes af Linux er korrekt isat.\n"
+"Standard: Dette er den normale sikkerhed anbefalet for en maskine der vil "
+"blive brugt til at \n"
+" kĝre pċ internettet som en klient.\n"
"\n"
+"Hĝj: Her er en del restriktioner, og flere automatiske kontroller vil "
+"blive kĝrt hver nat.\n"
"\n"
-"Du kan besĝge vores database over udstyr pċ:\n"
+"Hĝjere: Sikkerheden er nu hĝj nok til at bruge systemet som en server som "
+"kan tage imod forbindelser fra mange klienter. Hvis din "
+"maskine kun er en klient pċ internettet, bĝr du\n"
+"\t vĉlge et lavere niveau.\n"
"\n"
+"Paranoid: Dette er svarende til det foregċende niveau, men systemet er helt "
+"lukket og\n"
+" sikkerhedsfaciliteter er pċ deres hĝjeste\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Sikkerhedsadministrator:\n"
+" Hvis 'Sikkerhedspċmindelser' valgmuligheden er sat, vil "
+"sikkerhedpċmindelser blive sendt til denne bruger (brugernavn eller "
+"epostadresse)"
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -13531,717 +17358,859 @@ msgstr ""
"Bemĉrk: Hvis du har et ISA PnP lydkort skal du bruge programmet sndconfig. "
"Du skal blot indtaste \"sndconfig\" i et konsol-program."
-#: ../../standalone/draksplash_.c:21
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound 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 ""
-"pakken ImageMagick krĉves for at det skal fungere korrekt. Klik pċ 'O.k.' "
-"for at installere 'ImageMagick' eller 'Annullér' for at afslutte"
+"Intet lydkort blev genkendt pċ din maskine. Tjek venligst at et lydkort der "
+"understĝttes af Linux er korrekt isat.\n"
+"\n"
+"\n"
+"Du kan besĝge vores database over udstyr pċ:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/draksplash_.c:67
-msgid "first step creation"
-msgstr "opretter fĝrste trin"
+#: ../../standalone/draksound:1
+#, c-format
+msgid "No Sound Card detected!"
+msgstr "Intet lydkort genkendt!"
-#: ../../standalone/draksplash_.c:70
-msgid "final resolution"
-msgstr "endelig oplĝsning"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "%s smugkig af opstartsskĉrm (%s)"
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-msgid "choose image file"
-msgstr "vĉlg billedfil"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Generating preview ..."
+msgstr "Genererer smugkig ..."
-#: ../../standalone/draksplash_.c:72
-msgid "Theme name"
-msgstr "Tema-navn"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "You must choose an image file first!"
+msgstr "Du skal vĉlge en biledfil fĝrst!"
-#: ../../standalone/draksplash_.c:77
-msgid "Browse"
-msgstr "Bladr"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "ProgressBar color selection"
+msgstr "Valg af farve for forlĝbslinje"
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
+msgstr "Dette tema har endnu ikke nogen startskĉrm i %s!"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
+msgstr "gemmer startskĉrmstema..."
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "choose image file"
+msgstr "vĉlg billedfil"
+
+#: ../../standalone/draksplash:1
+#, c-format
msgid "Configure bootsplash picture"
msgstr "Konfigurér startskĉrmsbilled"
-#: ../../standalone/draksplash_.c:90
-msgid ""
-"x coordinate of text box\n"
-"in number of character"
-msgstr "antal tegn i tekstrudens x-led"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
+msgstr "Skjul kernens beskeder som standard"
-#: ../../standalone/draksplash_.c:91
-msgid ""
-"y coordinate of text box\n"
-"in number of character"
-msgstr "antal tegn i tekstrudens y-led"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
+msgstr "Vis logo pċ konsol"
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
-msgstr "tekstbredde"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Choose color"
+msgstr "vĉlg farve"
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
-msgstr "hĝjde pċ tekstrude"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Save theme"
+msgstr "gem temaer"
-#: ../../standalone/draksplash_.c:94
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Preview"
+msgstr "smugkig"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the color of the progress bar"
+msgstr "farven pċ forlĝbslinjen"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
+msgstr "hĝjden pċ forlĝbslinjen"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
+msgstr "bredden pċ forlĝbslinjen"
+
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
-"the progress bar x coordinate\n"
+"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-"x-koordinatet for forlĝbsindikatorens\n"
+"y-koordinatet for forlĝbsindikatorens\n"
"ĝvre venstre hjĝrne"
-#: ../../standalone/draksplash_.c:95
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
-"the progress bar y coordinate\n"
+"the progress bar x coordinate\n"
"of its upper left corner"
msgstr ""
-"y-koordinatet for forlĝbsindikatorens\n"
+"x-koordinatet for forlĝbsindikatorens\n"
"ĝvre venstre hjĝrne"
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
-msgstr "bredden pċ forlĝbslinjen"
-
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
-msgstr "hĝjden pċ forlĝbslinjen"
-
-#: ../../standalone/draksplash_.c:98
-msgid "the color of the progress bar"
-msgstr "farven pċ forlĝbslinjen"
-
-#: ../../standalone/draksplash_.c:113
-msgid "Preview"
-msgstr "smugkig"
-
-#: ../../standalone/draksplash_.c:115
-msgid "Save theme"
-msgstr "gem temaer"
-
-#: ../../standalone/draksplash_.c:116
-msgid "Choose color"
-msgstr "vĉlg farve"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
+msgstr "hĝjde pċ tekstrude"
-#: ../../standalone/draksplash_.c:119
-msgid "Display logo on Console"
-msgstr "Vis logo pċ konsol"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text width"
+msgstr "tekstbredde"
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
-msgstr "Skjul kernens beskeder som standard"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"y coordinate of text box\n"
+"in number of characters"
+msgstr "antal tegn i tekstrudens y-led"
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/draksplash:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
-msgstr "Dette tema har endnu ikke nogen startskĉrm i %s!"
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
+msgstr "antal tegn i tekstrudens x-led"
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
-msgstr "gemmer startskĉrmstema..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Browse"
+msgstr "Bladr"
-#: ../../standalone/draksplash_.c:428
-msgid "ProgressBar color selection"
-msgstr "Valg af farve for forlĝbslinje"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Theme name"
+msgstr "Tema-navn"
-#: ../../standalone/draksplash_.c:449
-msgid "You must choose an image file first!"
-msgstr "Du skal vĉlge en biledfil fĝrst!"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "final resolution"
+msgstr "endelig oplĝsning"
-#: ../../standalone/draksplash_.c:458
-msgid "Generating preview ..."
-msgstr "Genererer smugkig ..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "first step creation"
+msgstr "opretter fĝrste trin"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
+#: ../../standalone/draksplash:1
#, c-format
-msgid "%s BootSplash (%s) preview"
-msgstr "%s smugkig af opstartsskĉrm (%s)"
+msgid ""
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+msgstr ""
+"pakken ImageMagick krĉves for at det skal fungere korrekt. Klik pċ 'O.k.' "
+"for at installere 'ImageMagick' eller 'Annullér' for at afslutte"
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"XawTV isn't installed!\n"
+"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"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor "
-"saa7134\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"
+"You can visit our hardware database at:\n"
"\n"
"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-"XawTV er ikke installeret!\n"
+"Intet tv-kort blev genkendt pċ din maskine. Tjek venligst at et video/tv-"
+"kort der understĝttes af Linux er korrekt isat.\n"
"\n"
"\n"
-"Hvis du har et tv-kort, men DrakX hverken har fundet det (intet bttv\n"
-"eller saa7134 modul i \"/etc/modules\") eller installeret xawtv, sċ indsend "
-"venligst\n"
-"resultaterne af \"lspcidrake -v -f\" til \"install\\@mandrakesoft.com\"\n"
-"med emnet \"undetected TV card\".\n"
+"Du kan besĝge vores database over udstyr pċ:\n"
"\n"
"\n"
-"Du kan installere det ved at indtaste \"urpmi xawtv\" som root, pċ en "
-"kommandolinje."
-
-#: ../../standalone/drakxtv_.c:63
-msgid "Canada (cable)"
-msgstr "Canada (kabel)"
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (broadcast)"
-msgstr "USA (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
+msgstr "Intet tv-kort genkendt!"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
-msgstr "USA (kabel)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
+msgstr "Nu kan du kĝre xawtv (under X Window!)!\n"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
-msgstr "USA (kabel-hrc)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
+msgstr "Hav det godt!"
-#: ../../standalone/drakxtv_.c:64
-msgid "China (broadcast)"
-msgstr "Kina (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
+msgstr "XawTV er ikke installeret!"
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (broadcast)"
-msgstr "Japan (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "Der opstod en fejl ved skanningen efter tv-kanaler"
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
-msgstr "Japan (kabel)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
+msgstr "Skanner for tv-kanaler"
-#: ../../standalone/drakxtv_.c:65
-msgid "East Europe"
-msgstr "Ĝsteuropa"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
+msgstr "Skanning for tv-kanaler i gang..."
-#: ../../standalone/drakxtv_.c:65
-msgid "France [SECAM]"
-msgstr "Frankrig [SECAM]"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
+msgstr "Omrċde:"
-#: ../../standalone/drakxtv_.c:65
-msgid "Ireland"
-msgstr "Irland"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "TV norm:"
+msgstr "Tv-standard:"
-#: ../../standalone/drakxtv_.c:65
-msgid "West Europe"
-msgstr "Vesteuropa"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid ""
+"Please,\n"
+"type in your tv norm and country"
+msgstr "Indtast din tv-standard og land"
-#: ../../standalone/drakxtv_.c:66
-msgid "Australia"
-msgstr "Australien"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
+msgstr "Australsk Optus kabel-tv"
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv:1
+#, c-format
msgid "Newzealand"
msgstr "New Zealand"
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
-msgstr "Sydafrika"
-
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
-msgstr "Argentina"
-
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
-msgstr "Australsk Optus kabel-tv"
-
-#: ../../standalone/drakxtv_.c:102
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr "Indtast din tv-standard og land"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "France [SECAM]"
+msgstr "Frankrig [SECAM]"
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
-msgstr "Tv-standard:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "East Europe"
+msgstr "Ĝsteuropa"
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
-msgstr "Omrċde:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "West Europe"
+msgstr "Vesteuropa"
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr "Skanning for tv-kanaler i gang..."
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "China (broadcast)"
+msgstr "Kina (broadcast)"
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
-msgstr "Skanner for tv-kanaler"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr "Japan (kabel)"
-#: ../../standalone/drakxtv_.c:120
-msgid "There was an error while scanning for TV channels"
-msgstr "Der opstod en fejl ved skanningen efter tv-kanaler"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (broadcast)"
+msgstr "Japan (broadcast)"
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
-msgstr "XawTV er ikke installeret!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Canada (cable)"
+msgstr "Canada (kabel)"
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
-msgstr "Hav det godt!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
+msgstr "USA (kabel-hrc)"
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr "Nu kan du kĝre xawtv (under X Window!)!\n"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
+msgstr "USA (kabel)"
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
-msgstr "Intet tv-kort genkendt!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (broadcast)"
+msgstr "USA (broadcast)"
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
+"XawTV isn't installed!\n"
"\n"
"\n"
-"You can visit our hardware database at:\n"
+"If you do have a TV card but DrakX has neither detected it (no bttv nor "
+"saa7134\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"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-"Intet tv-kort blev genkendt pċ din maskine. Tjek venligst at et video/tv-"
-"kort der understĝttes af Linux er korrekt isat.\n"
+"XawTV er ikke installeret!\n"
"\n"
"\n"
-"Du kan besĝge vores database over udstyr pċ:\n"
+"Hvis du har et tv-kort, men DrakX hverken har fundet det (intet bttv\n"
+"eller saa7134 modul i \"/etc/modules\") eller installeret xawtv, sċ indsend "
+"venligst\n"
+"resultaterne af \"lspcidrake -v -f\" til \"install\\@mandrakesoft.com\"\n"
+"med emnet \"undetected TV card\".\n"
"\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
-
-#: ../../standalone/harddrake2_.c:17
-msgid "Alternative drivers"
-msgstr "Alternative drivprogrammer"
+"Du kan installere det ved at indtaste \"urpmi xawtv\" som root, pċ en "
+"kommandolinje."
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr "listen af alternative drivprogrammer for dette lydkort"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Options"
+msgstr "/Indstillinger"
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
-msgstr "Bus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect jazz drives"
+msgstr "Auto-detektér jazz-drev"
-#: ../../standalone/harddrake2_.c:21
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr "Dette er den fysiske bus som enheden er tilsuttet (fx PCI, USB, ...)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect modems"
+msgstr "Auto-detektér modemmer"
-#: ../../standalone/harddrake2_.c:22
-msgid "Channel"
-msgstr "Kanal"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect printers"
+msgstr "Auto-detektér printere"
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
-msgstr "EIDE/SCSI-kanal"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
+msgstr "primĉr"
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "secondary"
+msgstr "sekundĉr"
-#: ../../standalone/harddrake2_.c:23
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
-msgstr ""
+"Click on a device in the left tree in order to display its information here."
+msgstr "Klik pċ en enhed i det venstre trĉ for at vise dets oplysninger hér."
-#: ../../standalone/harddrake2_.c:26
-msgid "Bus identification"
-msgstr "Bus-identifikation"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Running \"%s\" ..."
+msgstr "Kĝrer \"%s\" ..."
-#: ../../standalone/harddrake2_.c:27
-msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
-msgstr ""
-"- PCI- og USB-enheder: dette viser producenten, enheden, underproducent og "
-"underenhed PCI/USB id'er"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
+msgstr "Kĝr konfigurationsvĉrktĝj"
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
-msgstr "Plads pċ bussen"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Configure module"
+msgstr "Konfigurér modul"
-#: ../../standalone/harddrake2_.c:30
-msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
-msgstr ""
-"- pci-enheder: dette giver PCI slottet, enheden og funktionen for dette "
-"kort\n"
-"- eide-enheder: enheden er enten en slave- eller mester-enhed\n"
-"- scsi-enheder: scsi-bussen og scsi enheds-id'er"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information"
+msgstr "Informationer"
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "enhedsstĝrrelse"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detected hardware"
+msgstr "Fundet maskinel"
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake2 version "
+msgstr "Harddrake2 version "
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detection in progress"
+msgstr "Sĝgning udfĝres"
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Author:"
+msgstr "Forfatter:"
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
+"Dette er HardDrake, et Mandrake-vĉrktĝj for konfigurering af maskinel.\n"
+"Version:"
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
+msgstr "Om Harddrake"
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "Sikkerhedsniveau"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_About..."
+msgstr "/_Om..."
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
-msgstr ""
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
+msgstr "/_Hjĉlp"
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
+msgstr "/_Rapportér fejl"
-#: ../../standalone/harddrake2_.c:37
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
-#: ../../standalone/harddrake2_.c:38
-#, fuzzy
-msgid "This field describes the device"
-msgstr "Dette felt beskriver enheden"
-
-#: ../../standalone/harddrake2_.c:39
-msgid "Old device file"
-msgstr "Gammel enhedsfil"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Select a device !"
+msgstr "Vĉlg en enhed!"
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
-msgstr "gammel statisk enhedsnavn brugt i dev-pakke"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Description of the fields:\n"
+"\n"
+msgstr ""
+"Beskrivelse af felterne:\n"
+"\n"
-#: ../../standalone/harddrake2_.c:41
-msgid "New devfs device"
-msgstr "Ny devfs-enhed"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
+msgstr "Harddrake hjĉlp"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr "Nyt dynamisk enhedsnavn genereret af den kĝrende kernes devfs"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Fields description"
+msgstr "/_Feltbeskrivelse"
-#: ../../standalone/harddrake2_.c:43
-msgid "Module"
-msgstr "Modul"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "/Autodetektér _jazz-drev"
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr "modulet i GNU/Linux-kernen som hċndterer denne enhed"
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
+msgstr "/_Indstillinger"
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect _modems"
+msgstr "/Auto-detektér modemmer"
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect _printers"
+msgstr "/Auto-detektér printere"
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Quit"
+msgstr "/_Afslut"
-#: ../../standalone/harddrake2_.c:46
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the processor"
+msgstr "navnet pċ producenten af processoren"
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
+msgstr "navnet pċ producenten af enheden"
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "The type of bus on which the mouse is connected"
+msgstr "Bustypen som musen er forbundet til"
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model stepping"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the number of the processor"
+msgstr "nummmeret pċ processoren"
-#: ../../standalone/harddrake2_.c:51
-msgid "F00f bug"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
+msgstr "Processor-ID"
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "network printer port"
+msgstr "port for netvĉrksprinter"
-#: ../../standalone/harddrake2_.c:53
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Name"
+msgstr "Navn"
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "Formatér"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Number of buttons"
+msgstr "Antal knapper"
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Official vendor name of the cpu"
+msgstr "Officielt producentnavn pċ processoren"
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "niveau"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model name"
+msgstr "Modelnavn"
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
-msgstr "Medieklasse"
-
-#: ../../standalone/harddrake2_.c:57
-msgid "class of hardware device"
-msgstr "Klasse af maskinenhed"
-
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "Model"
msgstr "Model"
-#: ../../standalone/harddrake2_.c:58
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "hard disk model"
msgstr "Disk-model"
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "class of hardware device"
+msgstr "Klasse af maskinenhed"
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr "Modulnavn"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
+msgstr "Medieklasse"
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Official vendor name of the cpu"
-msgstr "navnet pċ producenten af enheden"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
+msgstr ""
-#: ../../standalone/harddrake2_.c:61
-msgid "Number of buttons"
-msgstr "Antal knapper"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Level"
+msgstr "Niveau"
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "Navn: "
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
+msgstr "Disketteformater som drevet accepterer"
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr ", netvĉrksprinter \"%s\", port %s"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Floppy format"
+msgstr "Disketteformat"
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
+"Nogen af de tidlige i486DX-100-chip kan ikke altid returnere til kĝrende "
+"tilstand efter 'halt'-instruktionen er brugt"
-#: ../../standalone/harddrake2_.c:64
-#, fuzzy
-msgid "the number of the processor"
-msgstr "farven pċ forlĝbslinjen"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
+msgstr "Halt-fejl"
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "indlĉs opsĉtning"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
+msgstr ""
+"Tidlige pentiummer var fejlbehĉftede og frĝs vwd afkodning af bytekoden F00F"
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "F00f bug"
+msgstr "F00f-fejl"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
+"ja betyder at den aritmetiske koprocessor har tilknyttet en undtagelsesvektor"
-#: ../../standalone/harddrake2_.c:66
-#, fuzzy
-msgid "The type of bus on which the mouse is connected"
-msgstr "Vĉlg hvilken seriel port din mus er forbundet til."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
+msgstr "Om FPU-en har en irq-vektor"
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
-msgstr "navnet pċ producenten af enheden"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
+msgstr "ja betyder at processoren har en aritmetisk koprocessor"
-#: ../../standalone/harddrake2_.c:68
-#, fuzzy
-msgid "the vendor name of the processor"
-msgstr "navnet pċ producenten af enheden"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
+msgstr "Er FPU tilstede"
-#: ../../standalone/harddrake2_.c:82
-msgid "/_Quit"
-msgstr "/_Afslut"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "Auto-detekteret"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
+msgstr "Fdiv-fejl"
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
-msgstr "/_Indstillinger"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
+msgstr "CPU flag rapporteret af kernen"
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "Auto-detekteret"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
+msgstr "Flag"
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
-msgstr "/_Hjĉlp"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
+msgstr "modulet i GNU/Linux-kernen som hċndterer denne enhed"
-#: ../../standalone/harddrake2_.c:89
-msgid "/_Help..."
-msgstr "/_Hjĉlp..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Module"
+msgstr "Modul"
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
-msgstr "Harddrake hjĉlp"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
+msgstr "Nyt dynamisk enhedsnavn genereret af den kĝrende kernes devfs"
-#: ../../standalone/harddrake2_.c:93
-msgid ""
-"Description of the fields:\n"
-"\n"
-msgstr ""
-"Beskrivelse af felterne:\n"
-"\n"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "New devfs device"
+msgstr "Ny devfs-enhed"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
+msgstr "gammel statisk enhedsnavn brugt i dev-pakke"
-#: ../../standalone/harddrake2_.c:96
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Old device file"
+msgstr "Gammel enhedsfil"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "This field describes the device"
+msgstr "Dette felt beskriver enheden"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "Vĉlg en skanner"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
+msgstr "Frekvens (MHz)"
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
-msgstr "/_Rapportér fejl"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr ""
-#: ../../standalone/harddrake2_.c:102
-msgid "/_About..."
-msgstr "/_Om..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid level"
+msgstr "CPUid-niveau"
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
-msgstr "Om Harddrake"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:105
-msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
msgstr ""
-"Dette er HardDrake, et Mandrake-vĉrktĝj for konfigurering af maskinel.\n"
-"Version:"
-#: ../../standalone/harddrake2_.c:106
-msgid "Author:"
-msgstr "Forfatter:"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
+msgstr ""
-#: ../../standalone/harddrake2_.c:113
-msgid "Detection in progress"
-msgstr "Sĝgning udfĝres"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
+msgstr "Coma-fejl"
-#: ../../standalone/harddrake2_.c:119
-msgid "Harddrake2 version "
-msgstr "Harddrake2 version "
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
+msgstr ""
-#: ../../standalone/harddrake2_.c:126
-msgid "Detected hardware"
-msgstr "Fundet maskinel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cache size"
+msgstr "Stĝrrelse pċ cachen"
-#: ../../standalone/harddrake2_.c:129
-msgid "Information"
-msgstr "Informationer"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
+"- pci-enheder: dette giver PCI slottet, enheden og funktionen for dette "
+"kort\n"
+"- eide-enheder: enheden er enten en slave- eller mester-enhed\n"
+"- scsi-enheder: scsi-bussen og scsi enheds-id'er"
-#: ../../standalone/harddrake2_.c:131
-msgid "Configure module"
-msgstr "Konfigurér modul"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
+msgstr "Plads pċ bussen"
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
-msgstr "Kĝr konfigurationsvĉrktĝj"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
+msgstr ""
+"- PCI- og USB-enheder: dette viser producenten, enheden, underproducent og "
+"underenhed PCI/USB id'er"
-#: ../../standalone/harddrake2_.c:143
+#: ../../standalone/harddrake2:1
#, c-format
-msgid "Running \"%s\" ..."
-msgstr "Kĝrer \"%s\" ..."
+msgid "Bus identification"
+msgstr "Bus-identifikation"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
-msgstr "primĉr"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr "Bogomips"
-#: ../../standalone/harddrake2_.c:231
-msgid "secondary"
-msgstr "sekundĉr"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
+msgstr "EIDE/SCSI-kanal"
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "Auto-detekteret"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Channel"
+msgstr "Kanal"
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "Auto-detekteret"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+msgstr "Dette er den fysiske bus som enheden er tilsuttet (fx PCI, USB, ...)"
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "/_Indstillinger"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
+msgstr "Bus"
-#: ../../standalone/keyboarddrake_.c:26
-msgid "Please, choose your keyboard layout."
-msgstr "Vĉlg tastaturlayout."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr "listen af alternative drivprogrammer for dette lydkort"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Alternative drivers"
+msgstr "Alternative drivprogrammer"
-#: ../../standalone/keyboarddrake_.c:35
+#: ../../standalone/keyboarddrake:1
+#, c-format
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:18
-msgid "Change Cd-Rom"
-msgstr "Skift cdrom"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Please, choose your keyboard layout."
+msgstr "Vĉlg tastaturlayout."
-#: ../../standalone/livedrake_.c:19
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
+msgstr "Kan ikke starte levende opgradering!!!\n"
+
+#: ../../standalone/livedrake:1
+#, c-format
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."
@@ -14249,1093 +18218,1041 @@ msgstr ""
"Indsĉt installations-cdrom'en i dit cdrom-drev og tryk pċ Ok, nċr det gjort\n"
"Hvis du ikke har den - tryk pċ Annullér, sċ undgċs levende opgradering"
-#: ../../standalone/livedrake_.c:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Kan ikke starte levende opgradering!!!\n"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Change Cd-Rom"
+msgstr "Skift cdrom"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr "Ĉndringen er fortaget, men for at vĉre effektiv skal du logge ud"
-#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:68
-msgid "Show only for the selected day"
-msgstr "Vis kun for den valgte dag"
-
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr "/Fil/_Ny"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
+msgstr "Gem som..."
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
-msgstr "<Ctrl>N"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Please enter your email address below "
+msgstr "Indtast din adgangskode for epost nedenfor"
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr "/Fil/_Ċbn"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "alert configuration"
+msgstr "advarsels-konfiguration"
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
-msgstr "<Ctrl>O"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "You will receive an alert if the load is higher than this value"
+msgstr "Du vil modtage en advarsel hvis belastningen er hĝjere end denne vĉrdi"
-#: ../../standalone/logdrake_.c:77
-msgid "/File/_Save"
-msgstr "/Fil/_Gem"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "load setting"
+msgstr "indlĉs opsĉtning"
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
-msgstr "<Ctrl>S"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
+msgstr ""
+"Du vil modtage en advarsel hvis en af de valgte tjenester ikke lĉngere kĝrer"
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
-msgstr "/Fil/Gem _som"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "service setting"
+msgstr "opsĉtning af tjenester"
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
-msgstr "/Fil/-"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Xinetd Service"
+msgstr "Xinetd-tjeneste"
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
-msgstr "/Indstillinger/Test"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Webmin Service"
+msgstr "Webmin-tjeneste"
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
-msgstr "/Hjĉlp/_Om..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "SSH Server"
+msgstr "SSH-server"
-#: ../../standalone/logdrake_.c:145
-msgid "User"
-msgstr "Bruger"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Samba Server"
+msgstr "Samba-server"
-#: ../../standalone/logdrake_.c:146
-msgid "Messages"
-msgstr "Beskeder"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Postfix Mail Server"
+msgstr "Postfix postserver"
-#: ../../standalone/logdrake_.c:147
-msgid "Syslog"
-msgstr "System"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Ftp Server"
+msgstr "FTP-server"
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
-msgstr "Forklaringer til Mandrake-vĉrktĝjer"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Domain Name Resolver"
+msgstr "Lĝser for domĉnenavn"
-#: ../../standalone/logdrake_.c:151
-msgid "search"
-msgstr "sĝg"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
+msgstr "Apache World Wide Web Server"
-#: ../../standalone/logdrake_.c:161
-msgid "A tool to monitor your logs"
-msgstr "Et vĉrktĝj til at overvċge dine logfiler"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"Welcome to the mail configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+"Velkommen til programmet for postkonfigurering.\n"
+"\n"
+"Her vil du kunne opsĉtte pċmindelsessystemet\n"
-#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
-msgstr "Indstillinger"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert configuration"
+msgstr "Konfiguration af postpċmindelse"
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
-msgstr "Samstemmende:"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert"
+msgstr "Post-pċmindelse"
-#: ../../standalone/logdrake_.c:168
-msgid "but not matching"
-msgstr "Men ikke samstemmende"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "vent venligst, fortolker filen: %s"
-#: ../../standalone/logdrake_.c:172
-msgid "Choose file"
-msgstr "Vĉlg fil"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
+msgstr "Indhold af filen"
-#: ../../standalone/logdrake_.c:181
+#: ../../standalone/logdrake:1
+#, c-format
msgid "Calendar"
msgstr "Kalender"
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
-msgstr "Indhold af filen"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Choose file"
+msgstr "Vĉlg fil"
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-msgid "Mail alert"
-msgstr "Post-pċmindelse"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "but not matching"
+msgstr "Men ikke samstemmende"
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "vent venligst, fortolker filen: %s"
+msgid "matching"
+msgstr "Samstemmende:"
-#: ../../standalone/logdrake_.c:392
-msgid "Mail alert configuration"
-msgstr "Konfiguration af postpċmindelse"
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
+msgstr "Indstillinger"
-#: ../../standalone/logdrake_.c:393
-msgid ""
-"Welcome to the mail configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Velkommen til programmet for postkonfigurering.\n"
-"\n"
-"Her vil du kunne opsĉtte pċmindelsessystemet\n"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "A tool to monitor your logs"
+msgstr "Et vĉrktĝj til at overvċge dine logfiler"
-#: ../../standalone/logdrake_.c:400
-msgid "Apache World Wide Web Server"
-msgstr "Apache World Wide Web Server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
+msgstr "sĝg"
-#: ../../standalone/logdrake_.c:401
-msgid "Domain Name Resolver"
-msgstr "Lĝser for domĉnenavn"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mandrake Tools Explanation"
+msgstr "Forklaringer til Mandrake-vĉrktĝjer"
-#: ../../standalone/logdrake_.c:402
-msgid "Ftp Server"
-msgstr "FTP-server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Syslog"
+msgstr "System"
-#: ../../standalone/logdrake_.c:403
-msgid "Postfix Mail Server"
-msgstr "Postfix postserver"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Messages"
+msgstr "Beskeder"
-#: ../../standalone/logdrake_.c:404
-msgid "Samba Server"
-msgstr "Samba-server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "User"
+msgstr "Bruger"
-#: ../../standalone/logdrake_.c:405
-msgid "SSH Server"
-msgstr "SSH-server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
+msgstr "/Hjĉlp/_Om..."
-#: ../../standalone/logdrake_.c:406
-msgid "Webmin Service"
-msgstr "Webmin-tjeneste"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
+msgstr "/Indstillinger/Test"
-#: ../../standalone/logdrake_.c:407
-msgid "Xinetd Service"
-msgstr "Xinetd-tjeneste"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
+msgstr "/Fil/-"
-#: ../../standalone/logdrake_.c:414
-msgid "service setting"
-msgstr "opsĉtning af tjenester"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/Save _As"
+msgstr "/Fil/Gem _som"
-#: ../../standalone/logdrake_.c:415
-msgid ""
-"You will receive an alert if one of the selected services is no more running"
-msgstr ""
-"Du vil modtage en advarsel hvis en af de valgte tjenester ikke lĉngere kĝrer"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr "<control>S"
-#: ../../standalone/logdrake_.c:428
-msgid "load setting"
-msgstr "indlĉs opsĉtning"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
+msgstr "/Fil/_Gem"
-#: ../../standalone/logdrake_.c:429
-msgid "You will receive an alert if the load is higher than this value"
-msgstr "Du vil modtage en advarsel hvis belastningen er hĝjere end denne vĉrdi"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>O"
+msgstr "<control>O"
-#: ../../standalone/logdrake_.c:444
-msgid "alert configuration"
-msgstr "advarsels-konfiguration"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr "/Fil/_Ċbn"
-#: ../../standalone/logdrake_.c:445
-msgid "Please enter your email address below "
-msgstr "Indtast din adgangskode for epost nedenfor"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr "<control>N"
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
-msgstr "Gem som..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr "/Fil/_Ny"
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
-msgstr "Vĉlg muse-type."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Show only for the selected day"
+msgstr "Vis kun for den valgte dag"
-#: ../../standalone/mousedrake_.c:50
+#: ../../standalone/mousedrake:1
+#, c-format
msgid "Emulate third button?"
msgstr "Emulering af tredje knap?"
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "Konfigurér netvĉrk"
-
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "Profil: "
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
+msgstr "Vĉlg muse-type."
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connect %s"
+msgstr "Tilslut %s"
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "Sender filer..."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnect %s"
+msgstr "Frakobl %s"
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
msgstr ""
+"Advarsel, en anden internetforbindelse er blevet fundet, der mċske bruger "
+"dit netvĉrk"
-#: ../../standalone/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
-msgstr "Type af forbindelse"
-
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
+msgstr "modtaget"
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "Tester din forbindelse..."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
+msgstr "transmitteret"
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
-msgstr "Lav forbindelse til Internettet"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
+msgstr "modtaget: "
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
-msgstr "Lav forbindelse til Internettet"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
+msgstr "sendt: "
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Local measure"
+msgstr "Lokal mċling"
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
+msgstr "gennemsnit"
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
-msgstr "Opkoblingshastighed"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Color configuration"
+msgstr "Farve-konfiguration"
-#: ../../standalone/net_monitor_.c:226
+#: ../../standalone/net_monitor:1
+#, c-format
msgid ""
"Connection failed.\n"
"Verify your configuration in the Mandrake Control Center."
msgstr ""
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "advarsels-konfiguration"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection complete."
+msgstr "Opkobling fuldfĝrt."
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
msgstr ""
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
msgstr ""
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connecting to the Internet "
+msgstr "Forbindelse til Internettet "
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "Lokale filer"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnecting from the Internet "
+msgstr "Afbryd forbindelse til Internettet "
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please, testing your connection..."
+msgstr "Tester din forbindelse, vent venligst..."
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
+msgstr "Logger"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection Time: "
+msgstr "Tilslutningstid: "
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
+msgstr "Modtagelseshastighed:"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Sending Speed:"
+msgstr "Sendehastighed:"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
+msgstr "Statistik"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Profile "
+msgstr "Profil "
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Network Monitoring"
+msgstr "Overvċgnings af netvĉrk"
+
+#: ../../standalone/printerdrake:1
+#, c-format
+msgid "Reading printer data ..."
+msgstr "Lĉser printerdata ..."
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Name/IP address of host:"
+msgstr "IP-adresse cwpċ vĉrt eller netvĉrk:"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
+"Denne vĉrt eller dette netvĉrk er allerede pċ listen, og kan ikke bilve "
+"tilfĝjet igen.\n"
-#: ../../standalone/net_monitor_.c:453
-#, fuzzy
-msgid ""
-"Warning, another internet connection has been detected, maybe using your "
-"network"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scannerdrake"
+msgstr "Skanner"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "You must enter a host name or an IP address.\n"
+msgstr "Indtast vĉrtsnavn eller IP."
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-"Advarsel, en anden internetforbindelse er blevet fundet, der mċske bruger "
-"dit netvĉrk"
+"Vĉlg netvĉrket eller vĉrten pċ hvilken de lokale printere skal gĝres "
+"tilgĉngelige: "
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Tilslut"
+msgid "Sharing of local scanners"
+msgstr "Deling af lokale printere"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Afbryd"
+msgid "This machine"
+msgstr "(pċ denne maskine)"
-#: ../../standalone/printerdrake_.c:47
-msgid "Reading printer data ..."
-msgstr "Lĉser printerdata ..."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Remove selected host"
+msgstr "Fjern valgte vĉrt/netvĉrk"
-#: ../../standalone/scannerdrake_.c:39
-msgid "Detecting devices ..."
-msgstr "Sĝger efter enheder..."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Edit selected host"
+msgstr "Redigér valgte vĉrt/netvĉrk"
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr "Afprĝv porte"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add host"
+msgstr "Tilfĝj vĉrt/netvĉrk"
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
-#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
-msgstr "%s understĝttes ikke af denne version af Mandrake Linux."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "These are the machines from which the scanners should be used:"
+msgstr ""
+"Dette er maskinerne og netvĉrkerne pċ hvilke de lokalt forbundne printere "
+"skal gĝres tilgĉngelige:"
-#: ../../standalone/scannerdrake_.c:54
-#, c-format
-msgid "%s found on %s, configure it?"
-msgstr "%s fundet pċ %s, skal det konfigureres?"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Usage of remote scanners"
+msgstr "Brug fri plads"
-#: ../../standalone/scannerdrake_.c:57
-#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
-msgstr "%s findes ikke skannerdatabasen, skal den konfigureres manuelt?"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "All remote machines"
+msgstr "Ingen ekstern maskine"
-#: ../../standalone/scannerdrake_.c:63
-msgid "Select a scanner"
-msgstr "Vĉlg en skanner"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
+msgstr ""
+"Dette er maskinerne og netvĉrkerne pċ hvilke de lokalt forbundne printere "
+"skal gĝres tilgĉngelige:"
-#: ../../standalone/scannerdrake_.c:91
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Denne %s-skanner er ikke understĝttet"
+msgid "Use the scanners on hosts: "
+msgstr ""
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
+msgid "Use scanners on remote computers"
msgstr ""
-"Scannerdrake kunne ikke genkende din %s-skanner.\n"
-"Vĉlg venligst den enhed hvor din skanner er isat"
-#: ../../standalone/scannerdrake_.c:107
-msgid "choose device"
-msgstr "vĉlg enhed"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "IP-adresse cwpċ vĉrt eller netvĉrk:"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The scanners on this machine are available to other computers"
+msgstr "Printerne pċ denne maskine er tilgĉngelige for andre maskiner"
-#: ../../standalone/scannerdrake_.c:113
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-"Denne %s-skanner skal vĉre konfigureret af printerdrake.\n"
-"Du kan starte printerdrake fra Mandrake Kontrolcenter i Udstyr-afsnittet."
-#: ../../standalone/scannerdrake_.c:118
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
+msgstr ""
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"Your %s 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 i "
"programmenuen."
-#: ../../standalone/service_harddrake_.c:44
-#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
-msgstr "Nogen enheder i maskinelklassen '%s' blev fjernet:\n"
-
-#: ../../standalone/service_harddrake_.c:48
-msgid "Some devices were added:\n"
-msgstr "Nogen enheder blev tilfĝjet:\n"
-
-#: ../../standalone/service_harddrake_.c:64
-#, fuzzy
-msgid "Hardware probing in progress"
-msgstr "Sĝgning udfĝres"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Vĉlg sprog"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The %s must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+"Denne %s-skanner skal vĉre konfigureret af printerdrake.\n"
+"Du kan starte printerdrake fra Mandrake Kontrolcenter i Udstyr-afsnittet."
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Vĉlg installations-metode"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "choose device"
+msgstr "vĉlg enhed"
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Harddisk bestemmelse"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Please select the device where your %s is attached"
+msgstr ""
+"Scannerdrake kunne ikke genkende din %s-skanner.\n"
+"Vĉlg venligst den enhed hvor din skanner er isat"
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Konfigurér mus"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The %s is unsupported"
+msgstr "Denne %s-skanner er ikke understĝttet"
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Vĉlg tastatur"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr "%s understĝttes ikke af denne version af Mandrake Linux."
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sikkerhed"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr "%s understĝttes ikke af denne version af Mandrake Linux."
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Vĉlg filsystemer"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
+msgstr ""
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatér partitioner"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for new scanners ..."
+msgstr "Sĝger efter nye printere..."
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Vĉlg pakker til installation"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for configured scanners ..."
+msgstr "Sĝger efter nye printere..."
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Installér system"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing"
+msgstr "Printerdeling"
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Tilfĝj bruger"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add a scanner manually"
+msgstr "Hċndpluk bruger"
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Konfigurér netvĉrk"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Search for new scanners"
+msgstr "Sĝger efter nye printere..."
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Konfigurér tjenester"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr ""
+"Der blev ikke fundet nogen printere som er direkte tilsluttede til din "
+"maskine"
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Installér systemopstarter"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
+msgstr ""
+"Den fĝlgende printer\n"
+"\n"
+"%s%s\n"
+"er direkte tilsluttet til dit system"
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Opret opstartsdiskette"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr ""
+"De fĝlgende printere\n"
+"\n"
+"%s%s\n"
+"er direkte tilsluttet til dit system"
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Konfigurér X"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Select a scanner"
+msgstr "Vĉlg en skanner"
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Installér opdateringer"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr "%s findes ikke skannerdatabasen, skal den konfigureres manuelt?"
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Afslut installation"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "%s fundet pċ %s, skal det konfigureres?"
-#: ../../ugtk.pm_.c:636
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Hardware probing in progress"
+msgstr "Sĝgning efter udstyr udfĝres"
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
-msgstr ""
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
+msgstr "Nogen enheder blev tilfĝjet:\n"
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgstr "Nogen enheder i maskinelklassen '%s' blev fjernet:\n"
#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Netvĉrksmaskine (klient)"
+msgid "Office Workstation"
+msgstr "Kontor-arbejdsstation"
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS-vĉrt, SMB-vĉrt, mellemvĉrt (proxy), SSH-vĉrt"
+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 "Office"
-msgstr "Kontor"
+msgid "Workstation"
+msgstr "Arbejdsstation"
#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome-arbejdsstation"
+msgid "Game station"
+msgstr "Spillemaskine"
#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Vĉrktĝjer til Palm Pilot og Visor"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "Underholdnings-programmer: arkade, brĉt, strategi, osv."
#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Arbejdsstation"
+msgid "Multimedia station"
+msgstr "Multimedie-station"
#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Brandmur/router"
+msgid "Sound and video playing/editing programs"
+msgstr "Lyd- og video-afspillere og redigeringsvĉrktĝjer"
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Server for domĉnenavne (DNS) og netvĉrksinformation (NIS)"
+msgid "Internet station"
+msgstr "Internet-station"
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
-"Kontor-programmer: Tekstbehandler (kword, abiword), regneark (kspread, "
-"gnumeric), pdf-visere, o.lign."
+"Vĉrktĝjssĉt til at lĉse samt sende post og nyheder (pine, mutt, tin..) , og "
+"til at browse pċ nettet"
#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Lyd-relaterede vĉrktĝjer: mp3 eller midi-afspillere, mixere o.lign."
+msgid "Network Computer (client)"
+msgstr "Netvĉrksmaskine (klient)"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr "Linux Standard Base. Understĝttelse for tredjeparts-programmer"
+msgid "Clients for different protocols including ssh"
+msgstr "Klienter for forskellige protokoller inklusiv ssh"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Bĝger og vejledninger om Linux og Frit Programmel"
+msgid "Configuration"
+msgstr "Konfiguration"
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE-arbejdsstation"
+msgid "Tools to ease the configuration of your computer"
+msgstr "Vĉrktĝjer til at lette indstillingen af din maskine"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgid "Scientific Workstation"
+msgstr "Videnskabelig arbejdsstation"
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedie - Video"
+msgid "Console Tools"
+msgstr "Konsolvĉrktĝjer"
#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr "Samling af vĉrktĝjer til post, nyheder, filoverfĝrsel og chat"
+msgid "Editors, shells, file tools, terminals"
+msgstr "Redigeringsvĉrktĝjer, skaller, filvĉrktĝjer, terminaler"
#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "Database"
+msgid "KDE Workstation"
+msgstr "KDE-arbejdsstation"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgreSQL eller MySQL database-server"
+msgid ""
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
+msgstr ""
+"K Desktop -miljĝet, det grundlĉggende grafiske miljĝ, med en vifte af "
+"supplerende vĉrktĝjer."
#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Vĉrktĝjer til at lette indstillingen af din maskine"
+msgid "Graphical Environment"
+msgstr "Grafisk miljĝ"
#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedie - Lyd"
+msgid "Gnome Workstation"
+msgstr "Gnome-arbejdsstation"
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentation"
+msgid ""
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
+msgstr "Et grafisk miljĝ med brugervenlig samling af programmer og vĉrktĝjer"
#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Konsolvĉrktĝjer"
+msgid "Other Graphical Desktops"
+msgstr "Andre grafiske miljĝer"
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "Postfix postserver, Inn nyhedsserver"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, etc"
#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Internet-station"
+msgid "Development"
+msgstr "Udvikling"
#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Multimedie-station"
+msgid "C and C++ development libraries, programs and include files"
+msgstr "C og C++ udviklingsbiblioteker, programmer, og include-filer."
#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Konfiguration"
+msgid "Documentation"
+msgstr "Dokumentation"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Flere grafiske miljĝer (Gnome, IceWM)"
+msgid "Books and Howto's on Linux and Free Software"
+msgstr "Bĝger og vejledninger om Linux og Frit Programmel"
#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr ""
-"K Desktop -miljĝet, det grundlĉggende grafiske miljĝ, med en vifte af "
-"supplerende vĉrktĝjer."
+msgid "LSB"
+msgstr "LSB"
#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "Grafisk miljĝ"
+msgid "Linux Standard Base. Third party applications support"
+msgstr "Linux Standard Base. Understĝttelse for tredjeparts-programmer"
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "Udvikling"
+msgid "Web/FTP"
+msgstr "Web/FTP"
#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache og Pro-ftpd"
#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Vĉrktĝjer til at skabe og brĉnde CD-er"
+msgid "Mail/Groupware/News"
+msgstr "Post/nyhedsgrupper"
#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Kontor-arbejdsstation"
+msgid "Postfix mail server, Inn news server"
+msgstr "Postfix postserver, Inn nyhedsserver"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, o.lign."
+msgid "Database"
+msgstr "Database"
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Grafiske programmer som fx The Gimp"
+msgid "PostgreSQL or MySQL database server"
+msgstr "PostgreSQL eller MySQL database-server"
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
+msgstr "Brandmur/router"
+
+#: ../../share/compssUsers:999
+msgid "Internet gateway"
+msgstr "Internetadgang"
#: ../../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."
+msgid "Domain Name and Network Information Server"
+msgstr "Server for domĉnenavne (DNS) og netvĉrksinformation (NIS)"
#: ../../share/compssUsers:999
msgid "Network Computer server"
msgstr "Netvĉrksmaskine server"
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Post/nyhedsgrupper"
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr "NFS-vĉrt, SMB-vĉrt, mellemvĉrt (proxy), SSH-vĉrt"
#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Spillemaskine"
+msgid "Office"
+msgstr "Kontor"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Videoafspillere og redigeringsvĉrktĝjer"
+msgid "Set of tools for mail, news, web, file transfer, and chat"
+msgstr "Samling af vĉrktĝjer til post, nyheder, filoverfĝrsel og chat"
#: ../../share/compssUsers:999
msgid "Multimedia - Graphics"
msgstr "Multimedie - Grafik"
#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
-msgstr "Underholdnings-programmer: arkade, brĉt, 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 ""
-"Vĉrktĝjssĉt til at lĉse samt sende post og nyheder (pine, mutt, tin..) , og "
-"til at browse pċ nettet"
-
-#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr "Personlig ĝkonomi"
+msgid "Graphics programs such as The Gimp"
+msgstr "Grafiske programmer som fx The Gimp"
#: ../../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 vĉrktĝjer"
+msgid "Multimedia - Sound"
+msgstr "Multimedie - Lyd"
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klienter for forskellige protokoller inklusiv ssh"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgstr "Lyd-relaterede vĉrktĝjer: mp3 eller midi-afspillere, mixere o.lign."
#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr "LSB"
+msgid "Multimedia - Video"
+msgstr "Multimedie - Video"
#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internetadgang"
+msgid "Video players and editors"
+msgstr "Videoafspillere og redigeringsvĉrktĝjer"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Lyd- og video-afspillere og redigeringsvĉrktĝjer"
+msgid "Multimedia - CD Burning"
+msgstr "Multimedie - CD-brĉnding"
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Andre grafiske miljĝer"
+msgid "Tools to create and burn CD's"
+msgstr "Vĉrktĝjer til at skabe og brĉnde CD-er"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Redigeringsvĉrktĝjer, skaller, filvĉrktĝjer, terminaler"
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr "Flere grafiske miljĝer (Gnome, IceWM)"
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Programmer til at hċndtere din ĝkonomi, som fx gnucash"
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, o.lign."
#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Personlig informationshċndtering"
#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedie - CD-brĉnding"
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr "Vĉrktĝjer til Palm Pilot og Visor"
#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Videnskabelig arbejdsstation"
-
-#~ msgid "can not open /etc/inittab for reading: %s"
-#~ msgstr "kan ikke lĉse /etc/inittab: %s"
-
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "et tal"
-
-#~ 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 nu mulighed for at nedlĉse programmel, der bruger kryptering.\n"
-#~ "\n"
-#~ "ADVARSEL:\n"
-#~ "\n"
-#~ "Grundet forskellige krav til programmel der bruger kryptering, og "
-#~ "pċtvunget af forskellige lokale lovomrċder, bĝr kunder og/eller "
-#~ "slutbrugere af dette programmel sikre sig at lokale love fra dit/jeres "
-#~ "lokalomrċde tillader dig/jer at nedlĉse, gemme og/eller bruge dette "
-#~ "programmel.\n"
-#~ "\n"
-#~ "Derudover skal kunder og/eller slutbrugere vĉre opmĉrksomme pċ ikke at "
-#~ "bryde lokale love fra dit/jeres lokalomrċde. Skulle en kunde og/eller "
-#~ "slutbruger ikke respektere det lokale omrċdes love, vil han/de blive "
-#~ "udsat for alvorlige sanktioner.\n"
-#~ "\n"
-#~ "Under ingen omstĉndigheder kan Mandrakesoft eller deres producenter og/"
-#~ "eller leverandĝrer holdes ansvarlig for speciel, indirekte eller "
-#~ "tilfĉldig skade (inkluderet, men ikke begrĉnset til tab af overskud, "
-#~ "forretningsafbrydelser, tab af kommercielle data og andre pekuniĉre tab, "
-#~ "eventuelle risici og erstatninger der skal betales i overensstemmelse med "
-#~ "retlig beslutning) som fĝlge af brug, besiddelse eller nedlĉsning af "
-#~ "dette programmel, som kunder og/eller slutbrugere kunne fċ adgang til "
-#~ "efter at have accepteret denne aftale.\n"
-#~ "\n"
-#~ "\n"
-#~ "For spĝrgsmċl om denne aftale, vĉr venlig at kontakte \n"
-#~ "MandrakeSoft, Inc.\n"
-#~ "2400 N. Lincoln Avenue Suite 243\n"
-#~ "Altadena California 91001\n"
-#~ "USA"
+msgid "Personal Finance"
+msgstr "Personlig ĝkonomi"
-#~ msgid "Proxy configuration"
-#~ msgstr "Konfiguration af proxy (mellemvĉrt)"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr "Programmer til at hċndtere din ĝkonomi, som fx gnucash"
#~ msgid ""
-#~ "Welcome to the proxy configuration utility.\n"
+#~ "You must indicate where you wish to place the information required to "
+#~ "boot\n"
+#~ "GNU/Linux.\n"
#~ "\n"
-#~ "Here, you'll be able to set up your http and ftp proxies\n"
-#~ "with or without login and password\n"
+#~ "Unless you know exactly what you are doing, choose \"First sector of "
+#~ "drive\n"
+#~ "(MBR)\"."
#~ msgstr ""
-#~ "Velkommen til programmet for proxy-konfigurering.\n"
+#~ "Det er nĝdvendigt at du angiver hvor du ĝnsker at placere oplysningerne\n"
+#~ "krĉvet for at opstarte GNU/Linux.\n"
#~ "\n"
-#~ "Her vil du kunne opsĉtte dine http- og ftp-proxyer\n"
-#~ "med eller uden brugernavn og adgangskode\n"
+#~ "Med mindre du véd prĉcist hvad du gĝr, bĝr du vĉlge Fĝrste sektor pċ "
+#~ "drevet\n"
+#~ "(MBR)."
#~ 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 vĉre blankt hvis du ikke ĝnsker en http-proxy"
-
-#~ msgid "URL"
-#~ msgstr "URL"
-
-#~ msgid "port"
-#~ msgstr "port"
-
-#~ msgid "Url should begin with 'http:'"
-#~ msgstr "Url burde begynde med 'http:'"
-
-#~ msgid "The port part should be numeric"
-#~ msgstr "Port-delen bĝr vĉre numerisk"
-
-#~ 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 vĉre blankt hvis du ikke ĝnsker en ftp-proxy"
-
-#~ 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, om nĝdvendigt.\n"
-#~ "Lad det vĉre blankt hvis du ikke ĝnsker brugernavn/adgangskode"
-
-#~ msgid "login"
-#~ msgstr "brugernavn"
-
-#~ msgid "password"
-#~ msgstr "adgangskode"
-
-#~ msgid "re-type password"
-#~ msgstr "genindtast adgangskode"
-
-#~ msgid "The passwords don't match. Try again!"
-#~ msgstr "Adgangskoderne stemmer ikke overens. Prĝv igen!"
-
-#~ msgid "Can't write file %s"
-#~ msgstr "Kan ikke skrive filen %s"
-
-#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#, fuzzy
-#~ msgid ""
-#~ "Warning, another internet connexion has been detected, maybe using your "
-#~ "network"
-#~ msgstr ""
-#~ "Advarsel, en anden internetforbindelse er blevet fundet, der mċske bruger "
-#~ "dit netvĉrk"
-
-#~ msgid "no help implemented yet.\n"
-#~ msgstr "endnu er ingen hjĉlp implementeret.\n"
-
-#~ msgid "Please click on a medium"
-#~ msgstr "Klik pċ et medie"
-
-#~ msgid "Removing LPRng..."
-#~ msgstr "Fjerner LPRng..."
-
-#~ msgid "Removing LPD..."
-#~ msgstr "Fjerner LPD..."
-
-#~ msgid ""
-#~ "Description:\n"
+#~ "DrakX now needs to know if you want to perform a default (\"Recommended"
+#~ "\")\n"
+#~ "installation or if you want to have greater control (\"Expert\") over "
+#~ "your\n"
+#~ "installation. You can also choose to do a new installation or upgrade "
+#~ "your\n"
+#~ "existing Mandrake Linux system:\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"
+#~ " * \"Install\": completely wipes out the old system. However, depending "
+#~ "on\n"
+#~ "what is currently installed on your machine, you may be able to keep "
+#~ "some\n"
+#~ "old partitions (Linux or otherwise) unchanged;\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"
+#~ " * \"Upgrade\": this installation class allows to simply update the\n"
+#~ "packages currently installed on your Mandrake Linux system. It keeps "
+#~ "your\n"
+#~ "hard drives' current partitions as well as user configurations. All "
+#~ "other\n"
+#~ "configuration steps remain available, similar to a normal installation;\n"
#~ "\n"
-#~ " Drakbackup allows you to restore your system to\n"
-#~ " a user selected directory.\n"
+#~ " * \"Upgrade Packages Only\": this new installation class allows you to\n"
+#~ "upgrade an existing Mandrake Linux system while keeping all system\n"
+#~ "configurations unchanged. Adding new packages to the current "
+#~ "installation\n"
+#~ "is also possible.\n"
#~ "\n"
-#~ " Per default all backup will be stored on your\n"
-#~ " /var/lib/drakbackup directory\n"
+#~ "Upgrades should work fine on Mandrake Linux systems using version \"8.1"
+#~ "\"\n"
+#~ "or later.\n"
#~ "\n"
-#~ " Configuration file:\n"
-#~ "\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+#~ "Depending on your GNU/Linux knowledge, select one of the following "
+#~ "choices:\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"
+#~ " * 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 GNU/Linux understanding, you may wish to\n"
+#~ "perform a highly customized installation. Some of the decisions you will\n"
+#~ "have to make may be difficult if you do not have good GNU/Linux "
+#~ "knowledge,\n"
+#~ "so it is not recommended that those without a fair amount of experience\n"
+#~ "select this installation class."
#~ msgstr ""
-#~ "Beskrivelse:\n"
+#~ "DrakX skal nu vide om du vil udfĝre en standard-installation "
+#~ "('Anbefalet'), eller om du ĝnsker at have stĝrre kontrol ('Ekspert'). Du "
+#~ "kan ogsċ vĉlge om du vil lave en nyinstallering eller en opgradering af "
+#~ "et eksisterende Mandrake Linux-system. \n"
#~ "\n"
-#~ " Drakbackup bruges til at lave sikkehedskopier af dit system.\n"
-#~ " I konfigurationen kan du vĉlge \n"
-#~ "\t- Systemfiler, \n"
-#~ "\t- Brugeres filer, \n"
-#~ "\t- Andre filer.\n"
-#~ "\teller Hele dit system ... eller Andet (sċsom Windows partitioner)\n"
+#~ "* 'Installér': udraderer helt det gamle system, afhĉngigt af hvad der i "
+#~ "ĝjeblikket er pċ din maskine vil du dog kunne beholde nogen gamle "
+#~ "partitioner (Linux eller andet) uĉndret.\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- Bċnd.\n"
+#~ "* 'Opgradér': Denne installationsklasse tillader simpel opdatering af de "
+#~ "pakker der i ĝjeblikket er installeret pċ dit Mandrake Linux-system. Den "
+#~ "beholder de nuvĉrende partitioner pċ dine diskdrev sċ vel som opsĉtningen "
+#~ "af brugere. Alle andre konfigurationstrin forbliver mulige som for "
+#~ "almindelig installation.\n"
#~ "\n"
-#~ " Drakbackup lader dig genskabe dit system pċ\n"
-#~ " et katalog valgt af brugeren.\n"
+#~ "* 'Opgradér kun pakker': Denne nye installationsklasse kan opgradere et "
+#~ "eksisterende Linux Mandrake-system idet al systemkonfiguration beholdes "
+#~ "uĉndret. Tilfĝjelse af nye pakker til den nuvĉrende installation vil ogsċ "
+#~ "vĉre muligt.\n"
#~ "\n"
-#~ " Som standard vil alle sikkerhedskopier blive lagret i dit\n"
-#~ " /var/lib/drakbackup katalog\n"
+#~ "Opgraderinger bĝr virke fint pċ Mandrake Linux-systemer der indeholder "
+#~ "version \"8.1\" eller senere.\n"
#~ "\n"
-#~ " Konfigurationsfil:\n"
-#~ "\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+#~ "Afhĉngig af din viden om GNU/Linux kan du vĉlge et af de fĝlgende:\n"
#~ "\n"
-#~ "Genskabelsestrin:\n"
-#~ " \n"
-#~ " I genskabelsestrinnet vil Drakbackup fjerne dit nuvĉrende katalog \n"
-#~ " og kontrollere at alle dine backupfiler ikke er ĝdelagte. Det \n"
-#~ " anbefales at du laver en sidste sikkerhedskopiering fĝr genskabelse.\n"
-#~ " \n"
+#~ "* Anbefalet: hvis du aldrig har installeret et GNU/Linux-operativsystem "
+#~ "sċ vĉlg dette. Installationen vil vĉre meget nem og du vil kun blive "
+#~ "stillet nogen fċ spĝrgsmċl.\n"
#~ "\n"
+#~ "* Ekspert: hvis du har en god viden om GNU/Linux, ĝnsker du mċske at lave "
+#~ "en meget tilpasset installation. Nogen af de beslutninger du skal "
+#~ "foretage kan vĉre ganske svĉre hvis du ikke har sċ godt et kendskab til "
+#~ "GNU/Linux, sċ det er ikke anbefalet at dem der ikke har sċ stor erfaring "
+#~ "vĉlger denne installationsklasse."
-#~ msgid ""
-#~ "drakbug version %s\n"
-#~ "Copyright (C) 2002 MandrakeSoft.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage: drakbug [OPTIONS] [PROGRAM_NAME]\n"
-#~ "\n"
-#~ "OPTIONS:\n"
-#~ msgstr ""
-#~ "Drakbug version %s\n"
-#~ "Copyright (C) 2002 MandrakeSoft.\n"
-#~ "Dette er frit programmel og mċ distribueres ifĝlge vilkċrene i GNU GPL.\n"
-#~ "\n"
-#~ "brug: drakbug [FLAG] [PROGRAMNAVN]\n"
-#~ "\n"
-#~ "Flag:\n"
-
-#~ msgid " --help - print this help message.\n"
-#~ msgstr " --help - vis denne hjĉlpebesked.\n"
-
-#~ msgid " --report - program should be one of mandrake tools\n"
-#~ msgstr ""
-#~ " --report - programmet bĝr vĉre et af Mandrakes vĉrktĝjer\n"
-
-#~ msgid " --incident - program should be one of mandrake tools\n"
-#~ msgstr ""
-#~ " --report - programmet bĝr vĉre et af Mandrakes vĉrktĝjer\n"
-
-#~ msgid "usage: drakfloppy\n"
-#~ msgstr "brug: drakfloppy\n"
+#~ msgid "Please be patient. This operation can take several minutes."
+#~ msgstr "Hold ud! Dette kan tage adskillige minutter."
#~ 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"
-#~ "Usage: harddrake [-h|--help] [--test]\n"
-#~ msgstr ""
-#~ "\n"
-#~ "brug: harddrake [-h|--help] [--test]\n"
-
-#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-#~ msgstr "brug: keyboarddrake [--expert] [tastatur]\n"
-
-#~ msgid "Probing %s class\n"
-#~ msgstr "Undersĝger %s-klasse\n"
-
-#~ msgid "detected on interface %s"
-#~ msgstr "Detekteret pċ grĉnseflade %s"
-
-#~ msgid "Periodic Checks 2"
-#~ msgstr "Periodiske kontroller 2"
-
-#~ msgid "<-- Del Client"
-#~ msgstr "<-- Slet klient"
-
-#~ msgid ""
-#~ "Most of these values were extracted\n"
-#~ "from your running system. You can modify as needed."
+#~ "Please be patient."
#~ msgstr ""
-#~ "De fleste af disse vĉrdier blev fundet\n"
-#~ "fra dit kĝrende system. Du kan ĉndre dem efter behov."
+#~ "Dit nye Mandrake Linux styresystem er i fĉrd med at blive installeret. "
+#~ "Afhĉngig af det antal pakker, du installerer og hastigheden pċ din "
+#~ "maskine kan dette tage fra nogen fċ minutter til en del lĉngere tid. \n"
+#~ "Hav venligst tċlmodighed med dette."
#~ 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 Network that "
-#~ "you use for your local network; I will not reconfigure it and I will not "
-#~ "touch your DHCP server configuration.\n"
+#~ "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.\n"
#~ "\n"
-#~ "The default DNS entry is the Caching Nameserver configured on the "
-#~ "firewall. You can replace that with your ISP DNS IP, for example.\n"
+#~ "You will be presented the list of available resolutions and color depth\n"
+#~ "available for your hardware. Choose the one that best suit your needs "
+#~ "(you\n"
+#~ "will be able to change that after installation though). When you are\n"
+#~ "satisfied with the sample shown in the monitor, click \"OK\". A window "
+#~ "will\n"
+#~ "then appear and ask you if you can see it.\n"
#~ "\n"
-#~ "Else, I can reconfigure your interface and (re)configure a DHCP server "
-#~ "for you.\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. Refer then to the video\n"
+#~ "configuration section of the user guide for more information on how to\n"
+#~ "configure your display."
#~ msgstr ""
-#~ "Jeg kan beholde din aktuelle konfiguration og antage at du allerede har "
-#~ "sat en DHCP-server op; i sċ tilfĉlde kontrollér da gerne at jeg har lĉst "
-#~ "det netvĉrk korrekt, som du bruger for dit lokalnetvĉrk; jeg vil ikke "
-#~ "genkonfigurere det og jeg vil ikke rĝre ved din konfiguration af DHCP-"
-#~ "serveren.\n"
+#~ "X (for X-vinduessystem) er hjertet af GNU/Linux' grafiske grĉnseflade, "
+#~ "hvilket alle de grafiske miljĝer (KDE, Gnome, AfterStep, "
+#~ "WindowMaker)...), som kommer med Mandrake Linux, bygger pċ. I dette "
+#~ "afsnit vil DrakX forsĝge at konfigurere X automatisk.\n"
#~ "\n"
-#~ "Den normale DNS-indgang er den Cachende Navneserver konfigureret pċ "
-#~ "brandmuren. Du kan erstatte denne med for eksempel adressen pċ din ISPs "
-#~ "DNS.\n"
+#~ "Det er meget sjĉldent 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 oplĝsning afhĉngig af "
+#~ "skĉrmens stĝrrelse. Et vindue vil sċ komme frem og spĝrge om du kan se "
+#~ "det.\n"
#~ "\n"
-#~ "Ellers kan jeg genkonfigurere dit grĉnsesnit og genkonfigurere en DHCP-"
-#~ "server for dig.\n"
+#~ "Hvis du laver en ekspert-installering, vil du komme ind i X-"
+#~ "konfigurerings- vejlederen. Se det tilhĝrende afsnit af manualen for "
+#~ "yderligere oplysning om denne vejleder.\n"
#~ "\n"
+#~ "Hvis du kan se beskeden under afprĝvningen, og svarer Ja, sċ vil DrakX "
+#~ "fortsĉtte til det nĉste trin. Hvis du ikke kan se beskeden, betyder det "
+#~ "simpelthen at konfigurationen var forkert, og testen vil automatisk "
+#~ "afsluttes efter 10 sekunder, og genfremvise skĉrmen."
-#~ msgid "unable to backup lilo message"
-#~ msgstr "kunne ikke lave sikkerhedskopi af lilo-besked"
+#~ msgid "Switching between ALSA and OSS help"
+#~ msgstr "Skifter mellem ALSA- og OSS-hjĉlp"
-#~ msgid "can't change lilo message"
-#~ msgstr "kan ikke ĉndre lilo-besked"
-
-#~ 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 netvĉrk kunne bruge "
-#~ "internetforbindelsen pċ denne maskine.\n"
-#~ "\n"
-#~ "Bemĉrk: du skal bruge en dediceret netvĉrksadapter, for at lave et lokalt "
-#~ "netvĉrk (LAN)."
-
-#~ 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ċ tilfĉlde kontrollér da gerne at jeg har lĉst "
-#~ "det C-klasse-netvĉrk korrekt, som du bruger for dit lokalnetvĉrk; jeg vil "
-#~ "ikke genkonfigurere det og jeg vil ikke rĝre ved din konfiguration af "
-#~ "DHCP-serveren.\n"
-#~ "\n"
-#~ "Ellers kan jeg genkonfigurere dit grĉnsesnit og genkonfigurere en DHCP-"
-#~ "server for dig.\n"
-#~ "\n"
+#~ msgid "Detecting devices ..."
+#~ msgstr "Sĝger efter enheder..."
-#~ msgid "C-Class Local Network"
-#~ msgstr "C-klasse lokalnetvĉrk"
+#~ msgid "Test ports"
+#~ msgstr "Afprĝv porte"
diff --git a/perl-install/share/po/de.po b/perl-install/share/po/de.po
index 19c5fe702..ec111af15 100644
--- a/perl-install/share/po/de.po
+++ b/perl-install/share/po/de.po
@@ -1,1120 +1,764 @@
# german transltion of the MandrakeInstaller
-# Copyright (C) 2000, 2001, 2002 MandrakeSoft S.A.
-# Stefan Siegel <siegel@linux-mandrake.com>, 2000, 2001, 2002.
+# Copyright (C) 2000-2003 MandrakeSoft S.A.
+# Stefan Siegel <siegel@linux-mandrake.com>, 2000-2003.
+# Ronny Standtke <Ronny.Standtke@gmx.de>, 2003.
#
msgid ""
msgstr ""
"Project-Id-Version: MandrakeInstaller\n"
"POT-Creation-Date: 2002-12-05 19:52+0100\n"
-"PO-Revision-Date: 2002-09-17 01:12+0200\n"
+"PO-Revision-Date: 2003-02-17 00:08+0100\n"
"Last-Translator: Stefan Siegel <siegel@mandrakesoft.com>\n"
"Language-Team: Deutsch <siegel@mandrakesoft.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.6\n"
-#: ../../Xconfig/card.pm_.c:16
-msgid "256 kB"
-msgstr "256 KB"
-
-#: ../../Xconfig/card.pm_.c:17
-msgid "512 kB"
-msgstr "512 KB"
-
-#: ../../Xconfig/card.pm_.c:18
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfig/card.pm_.c:19
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfig/card.pm_.c:20
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfig/card.pm_.c:21
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfig/card.pm_.c:22
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfig/card.pm_.c:23
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfig/card.pm_.c:24
-msgid "64 MB or more"
-msgstr "64 MB oder mehr"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "Choose a X server"
-msgstr "W¤hlen Sie einen X Server"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "X server"
-msgstr "X Server"
-
-#: ../../Xconfig/card.pm_.c:230
-msgid "Multi-head configuration"
-msgstr "Mehrkarten-Einstellung"
-
-#: ../../Xconfig/card.pm_.c:231
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
msgstr ""
-"Ihr System erlaubt die Verwendung einer Mehrkarten Konfiguration.\n"
-"Was wollen Sie tun?"
-
-#: ../../Xconfig/card.pm_.c:288
-msgid "Select the memory size of your graphics card"
-msgstr "W¤hlen Sie die SpeichergrĥŸe Ihrer Grafikkarte"
-
-#: ../../Xconfig/card.pm_.c:349
-msgid "XFree configuration"
-msgstr "XFree konfigurieren"
-
-#: ../../Xconfig/card.pm_.c:351
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Welche XFree-Konfiguration wollen Sie verwenden?"
-
-#: ../../Xconfig/card.pm_.c:383
-msgid "Configure all heads independently"
-msgstr "Alle Karten getrennt konfigurieren"
-
-#: ../../Xconfig/card.pm_.c:384
-msgid "Use Xinerama extension"
-msgstr "Xinerama Erweiterung verwenden"
-
-#: ../../Xconfig/card.pm_.c:389
-#, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "Nur Karte „%s“ (%s) konfigurieren"
+"Das Teilen zwischen Benutzern verwendet die Gruppe „fileshare“.\n"
+"Sie kĥnnen UserDrake verwenden, um Benutzerkennzeichen in diese Gruppe "
+"aufzunehmen."
-#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1 ../../bootlook.pm:1 ../../install_steps_gtk.pm:1
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
+#: ../../interactive/stdio.pm:1 ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
+#: ../../standalone/drakgw:1 ../../standalone/draksec:1
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Cancel"
+msgstr " Abbruch "
-#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s mit 3D-Hardwarebeschleunigung"
+msgid "Launch userdrake"
+msgstr "Userdrake starten"
-#: ../../Xconfig/card.pm_.c:416
+#: ../../any.pm:1
#, 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."
+"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 ""
-"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."
-
-#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
-msgstr "Ihre Grafikkarte kann mit XFree %s 3D-hardwarebeschleunigt werden."
+"Wollen Sie Benutzern erlaubern, Verzeichnisse freizugeben?\n"
+"Wenn Sie das erlauben, kĥnnen die Anwender Verzeichnisse in Konqueror oder "
+"Nautilus im Kontextmenĵ der entsprechenden Verzeichnisses freigeben.\n"
+"\n"
+"Mit „Benutzerdefiniert“ kĥnnen Sie eine Einstellung pro Kennzeichen "
+"vornehmen.\n"
-#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s mit EXPERIMENTELLER 3D-Hardwarebeschleunigung"
+msgid "Mandatory package %s is missing"
+msgstr "Das zwingend benĥtigte Paket „%s“ fehlt."
-#: ../../Xconfig/card.pm_.c:429
+#: ../../any.pm:1
#, 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."
+"You can export using NFS or Samba. Please select which you'd like to use."
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."
+"Sie kĥnnen die Dateien mittels Samba oder NFS anbieten. Welche Variante "
+"wollen Sie?"
-#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, 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."
-
-#: ../../Xconfig/card.pm_.c:455
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (Installationsbildschirmtreiber)"
+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?"
-#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
+#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
msgid "Custom"
msgstr "Benutzerdefiniert"
-#: ../../Xconfig/main.pm_.c:102
-msgid "Graphic Card"
-msgstr "Grafikkarte"
-
-#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
-msgid "Monitor"
-msgstr "Monitor"
-
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
-msgid "Resolution"
-msgstr "Auflĥsung"
-
-#: ../../Xconfig/main.pm_.c:113
-msgid "Test"
-msgstr "Test"
-
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/smbnfs_gtk.pm_.c:86
-msgid "Options"
-msgstr "Optionen"
-
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
-#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
-#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
-#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
-#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
-#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
-msgid "Ok"
-msgstr "OK"
+#: ../../any.pm:1
+#, c-format
+msgid "Allow all users"
+msgstr "Allen Benutzern erlauben"
-#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
-#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
-msgid "Quit"
-msgstr "Verlassen"
+#: ../../any.pm:1
+#, c-format
+msgid "No sharing"
+msgstr "Kein Teilen"
-#: ../../Xconfig/main.pm_.c:145
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Die „nderungen beibehalten?\n"
-"Momentan w¤re dies:\n"
-"\n"
-"%s"
+msgid "More"
+msgstr "Mehr"
-#: ../../Xconfig/monitor.pm_.c:93
-msgid "Choose a monitor"
-msgstr "W¤hlen Sie Ihren Monitor"
+#: ../../any.pm:1
+#, c-format
+msgid "Here is the full list of available countries"
+msgstr "Hier die komplette Liste aller Staaten"
-#: ../../Xconfig/monitor.pm_.c:97
-msgid "Plug'n Play"
-msgstr "Plug'n'Play"
+#: ../../any.pm:1
+#, c-format
+msgid "Please choose your country."
+msgstr "Bitte w¤hlen Sie Ihren Staat."
-#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
-msgid "Generic"
-msgstr "Generisch"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Country"
+msgstr "Staat"
-#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
-#: ../../standalone/harddrake2_.c:68
-msgid "Vendor"
-msgstr "Hersteller"
+#: ../../any.pm:1
+#, c-format
+msgid "Use Unicode by default"
+msgstr "Verwende standardm¤Ÿig Unicode"
-#: ../../Xconfig/monitor.pm_.c:109
-msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr "Das Plug'n'Play testen schlug fehl. Bitte w¤hlen Sie einen Monitor."
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "All"
+msgstr "Alle"
-#: ../../Xconfig/monitor.pm_.c:114
+#: ../../any.pm:1
+#, c-format
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."
+"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 ""
-"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."
-
-#: ../../Xconfig/monitor.pm_.c:121
-msgid "Horizontal refresh rate"
-msgstr "Horizontale Wiederholfrequenz"
-
-#: ../../Xconfig/monitor.pm_.c:122
-msgid "Vertical refresh rate"
-msgstr "Vertikale Wiederholfrequenz"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:12
-msgid "256 colors (8 bits)"
-msgstr "256 Farben (8 Bit)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:13
-msgid "32 thousand colors (15 bits)"
-msgstr "32.000 Farben (15 Bit)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:14
-msgid "65 thousand colors (16 bits)"
-msgstr "65.000 Farben (16 Bit)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:15
-msgid "16 million colors (24 bits)"
-msgstr "16 Millionen Farben (24 Bit)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:16
-msgid "4 billion colors (32 bits)"
-msgstr "4 Milliarden Farben (32 Bit)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:130
-msgid "Resolutions"
-msgstr "Auflĥsungen"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
-msgid "Choose the resolution and the color depth"
-msgstr "W¤hlen Sie bitte Auflĥsung und Farbtiefe"
+"Sie kĥnnen andere Sprachen ausw¤hlen, die nach der Installation zur "
+"Verfĵgung stehen."
-#: ../../Xconfig/resolution_and_depth.pm_.c:256
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s"
-msgstr "Grafikkarte: %s"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
-#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
-#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
-#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
-#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
-#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
-#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
-#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
-#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
-#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
-#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
-#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
-#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
-#: ../../ugtk2.pm_.c:926
-msgid "Cancel"
-msgstr " Abbruch "
-
-#: ../../Xconfig/test.pm_.c:29
-msgid "Test of the configuration"
-msgstr "Prĵfen der Einstellungen"
-
-#: ../../Xconfig/test.pm_.c:30
-msgid "Do you want to test the configuration?"
-msgstr "Mĥchten Sie die vorgenommenen Einstellungen prĵfen?"
-
-#: ../../Xconfig/test.pm_.c:30
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Warnung: Testen dieser Grafikkarte kann Ihren Rechner anhalten"
+msgid "Please choose a language to use."
+msgstr "Bitte w¤hlen Sie die zu verwendende Sprache."
-#: ../../Xconfig/various.pm_.c:29
+#: ../../any.pm:1
#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Tastaturtyp: %s\n"
+msgid "Choose the window manager to run:"
+msgstr "W¤hlen Sie den Window-Manager, den Sie verwenden wollen:"
-#: ../../Xconfig/various.pm_.c:30
+#: ../../any.pm:1
#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Maustyp: %s\n"
+msgid "Choose the default user:"
+msgstr "W¤hlen Sie den Standard-Nutzer:"
-#: ../../Xconfig/various.pm_.c:31
+#: ../../any.pm:1
#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Mausschnittstelle: %s\n"
+msgid "Do you want to use this feature?"
+msgstr "Mĥchten Sie diese Mĥglichkeit nutzen?"
-#: ../../Xconfig/various.pm_.c:32
+#: ../../any.pm:1
#, c-format
-msgid "Monitor: %s\n"
-msgstr "Monitor: %s\n"
+msgid "I can set up your computer to automatically log on one user."
+msgstr ""
+"Ich kann Ihren Computer so einrichten, dass ein Benutzer automatisch "
+"angemeldet wird."
-#: ../../Xconfig/various.pm_.c:33
+#: ../../any.pm:1
#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Monitor Horiz. Frequenz: %s\n"
+msgid "Autologin"
+msgstr "Autologin"
-#: ../../Xconfig/various.pm_.c:34
+#: ../../any.pm:1
#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Monitor Vert. Frequenz: %s\n"
+msgid "Icon"
+msgstr "Symbol"
-#: ../../Xconfig/various.pm_.c:35
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s\n"
-msgstr "Grafikkarte: %s\n"
+msgid "Shell"
+msgstr "Shell"
-#: ../../Xconfig/various.pm_.c:36
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "Grafikkartenspeicher: %s KB\n"
+msgid "Password (again)"
+msgstr "Passwort (erneut)"
-#: ../../Xconfig/various.pm_.c:38
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Color depth: %s\n"
-msgstr "Farbtiefe: %s\n"
+msgid "Password"
+msgstr "Passwort"
-#: ../../Xconfig/various.pm_.c:39
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "Resolution: %s\n"
-msgstr "Auflĥsung: %s\n"
+msgid "User name"
+msgstr "Benutzerkennzeichen"
-#: ../../Xconfig/various.pm_.c:41
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 Server: %s\n"
+msgid "Real name"
+msgstr "Benutzername"
-#: ../../Xconfig/various.pm_.c:42
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 Treiber: %s\n"
-
-#: ../../Xconfig/various.pm_.c:61
-msgid "Graphical interface at startup"
-msgstr "X zur Startzeit"
+msgid "Accept user"
+msgstr "Benutzer akzeptieren"
-#: ../../Xconfig/various.pm_.c:62
-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 ""
-"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?"
+#: ../../any.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Done"
+msgstr "Fertig"
-#: ../../Xconfig/various.pm_.c:73
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
+"Enter a user\n"
+"%s"
msgstr ""
-"Ihre Grafikkarte scheint einen TV-Ausgang zu haben, der mittels Frame-Buffer "
-"angesprochen werden kann.\n"
-"\n"
-"Wenn Sie das wĵnschen, schlieŸen Sie bitte Ihren Fernseher an die "
-"Grafikkarte an, bevor Sie den Rechner neu starten.\n"
-"W¤hlen Sie „TV-Ausgang“ im Betriebssystemstarter.\n"
-"\n"
-"Haben Sie einen solchen Ausgang und wollen Sie ihn verwenden?"
-
-#: ../../Xconfig/various.pm_.c:85
-msgid "What norm is your TV using?"
-msgstr "Um welche Fernsehnorm handelt es sich?"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132
-msgid "First sector of boot partition"
-msgstr "Erster Sektor der Boot-Partition"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
-msgid "First sector of drive (MBR)"
-msgstr "Erster Sektor der Platte (MBR)"
-
-#: ../../any.pm_.c:111
-msgid "SILO Installation"
-msgstr "SILO Installation"
-
-#: ../../any.pm_.c:112 ../../any.pm_.c:125
-msgid "Where do you want to install the bootloader?"
-msgstr "Wo soll der Betriebssystemstarter installiert werden?"
-
-#: ../../any.pm_.c:124
-msgid "LILO/grub Installation"
-msgstr "LILO/Grub Installation"
-
-#: ../../any.pm_.c:136 ../../any.pm_.c:150
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:138
-msgid "LILO with text menu"
-msgstr "LILO mit Textmenĵ"
-
-#: ../../any.pm_.c:139 ../../any.pm_.c:150
-msgid "LILO with graphical menu"
-msgstr "LILO mit grafischem Menĵ"
-
-#: ../../any.pm_.c:142
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:146
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Boot von DOS/Windows aus (loadlin)"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:150
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:158 ../../any.pm_.c:189
-msgid "Bootloader main options"
-msgstr "Haupt-Optionen des Betriebssystemstarters"
-
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
-msgid "Bootloader to use"
-msgstr "Zu verwendender Betriebssystemstarter"
-
-#: ../../any.pm_.c:161
-msgid "Bootloader installation"
-msgstr "Installation des Betriebssystemstarters"
-
-#: ../../any.pm_.c:163 ../../any.pm_.c:192
-msgid "Boot device"
-msgstr "Boot Ger¤t"
-
-#: ../../any.pm_.c:164
-msgid "Compact"
-msgstr "Kompakt"
-
-#: ../../any.pm_.c:164
-msgid "compact"
-msgstr "Kompakt"
-
-#: ../../any.pm_.c:165 ../../any.pm_.c:289
-msgid "Video mode"
-msgstr "Video Modus"
-
-#: ../../any.pm_.c:167
-msgid "Delay before booting default image"
-msgstr "Wartezeit vorm Starten des Standard Betriebssystems"
-
-#: ../../any.pm_.c:169 ../../any.pm_.c:772
-#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
-#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
-#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
-#: ../../standalone/drakconnect_.c:647
-msgid "Password"
-msgstr "Passwort"
-
-#: ../../any.pm_.c:170 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1078
-msgid "Password (again)"
-msgstr "Passwort (erneut)"
-
-#: ../../any.pm_.c:171
-msgid "Restrict command line options"
-msgstr "Gebrauch der Kommandozeilen-Parameter einschr¤nken"
-
-#: ../../any.pm_.c:171
-msgid "restrict"
-msgstr "Einschr¤nken"
-
-#: ../../any.pm_.c:173
-msgid "Clean /tmp at each boot"
-msgstr "Die Partition /tmp bei jedem Systemstart s¤ubern"
+"Benutzerkennzeichen einrichten\n"
+"%s"
-#: ../../any.pm_.c:174
+#: ../../any.pm:1
#, 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)"
+msgid "Add user"
+msgstr "Benutzer hinzufĵgen"
-#: ../../any.pm_.c:176
-msgid "Enable multi profiles"
-msgstr "Mehrere Profile einschalten"
+#: ../../any.pm:1
+#, c-format
+msgid "This user name has already been added"
+msgstr "Dieses Benutzerkennzeichen existiert bereits"
-#: ../../any.pm_.c:180
-msgid "Give the ram size in MB"
-msgstr "Geben Sie die RAM GrĥŸe in MB an"
+#: ../../any.pm:1
+#, c-format
+msgid "The user name is too long"
+msgstr "Dieses Benutzerkennzeichen ist zu lang"
-#: ../../any.pm_.c:182
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-"Die Option „Gebrauch der Kommandozeilen-Parameter einschr¤nken“ ist ohne \n"
-"Angabe eines Passworts wirkungslos"
+"Das Benutzerkennzeichen sollte nur aus Kleinbuchstaben, Ziffern, \n"
+"„-“ und „_“ bestehen"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../diskdrake/interactive.pm_.c:1204
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1
+#, c-format
+msgid "Please give a user name"
+msgstr "Bitte geben Sie ein Benutzerkennzeichen an"
+
+#: ../../any.pm:1
+#, c-format
+msgid "This password is too simple"
+msgstr "Dieses Passwort ist zu einfach"
+
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid "Please try again"
msgstr "Bitte versuchen Sie es erneut"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
msgid "The passwords do not match"
msgstr "Die Passwĥrter stimmen nicht ĵberein"
-#: ../../any.pm_.c:191
-msgid "Init Message"
-msgstr "Init Nachricht"
+#: ../../any.pm:1
+#, c-format
+msgid "(already added %s)"
+msgstr "(%s wurde bereits hinzugefĵgt)"
-#: ../../any.pm_.c:193
-msgid "Open Firmware Delay"
-msgstr "Open Firmware Verzĥgerung"
+#: ../../any.pm:1
+#, c-format
+msgid "access to compilation tools"
+msgstr "Zugriff auf Compiler"
-#: ../../any.pm_.c:194
-msgid "Kernel Boot Timeout"
-msgstr "BS-Startverzĥgerung fĵr den Kern"
+#: ../../any.pm:1
+#, c-format
+msgid "access to network tools"
+msgstr "Zugriff auf Netzwerk-Werkzeuge"
-#: ../../any.pm_.c:195
-msgid "Enable CD Boot?"
-msgstr "BS-Start von CD erlauben"
+#: ../../any.pm:1
+#, c-format
+msgid "access to administrative files"
+msgstr "Zugriff auf Verwaltungsdateien"
-#: ../../any.pm_.c:196
-msgid "Enable OF Boot?"
-msgstr "Open Firmware Start erlauben"
+#: ../../any.pm:1
+#, c-format
+msgid "allow \"su\""
+msgstr "„su“ erlauben"
-#: ../../any.pm_.c:197
-msgid "Default OS?"
-msgstr "Standard BS"
+#: ../../any.pm:1
+#, c-format
+msgid "access to rpm tools"
+msgstr "Zugriff auf RPM-Werkzeuge"
-#: ../../any.pm_.c:231
-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:1
+#, c-format
+msgid "access to X programs"
+msgstr "Zugriff auf X-Programme"
-#: ../../any.pm_.c:247
+#: ../../any.pm:1
+#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
+"You can create additional entries 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:257 ../../standalone/drakbackup_.c:1531
-#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
-#: ../../standalone/drakfont_.c:996
-msgid "Add"
-msgstr "Hinzufĵgen"
-
-#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
-#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
-msgid "Done"
-msgstr "Fertig"
-
-#: ../../any.pm_.c:257
-msgid "Modify"
-msgstr "„ndern"
-
-#: ../../any.pm_.c:265
-msgid "Which type of entry do you want to add?"
-msgstr "Welche Art Eintrag wollen Sie hinzufĵgen?"
-
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:266
-msgid "Other OS (SunOS...)"
-msgstr "Anderes Betriebssystem (SunOS ...)"
-
-#: ../../any.pm_.c:267
-msgid "Other OS (MacOS...)"
-msgstr "Anderes Betriebssystem (MacOS ...)"
-
-#: ../../any.pm_.c:267
+#: ../../any.pm:1
+#, c-format
msgid "Other OS (windows...)"
msgstr "Anderes Betriebssystem (Windows ...)"
-#: ../../any.pm_.c:285
-msgid "Image"
-msgstr "Kern"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (MacOS...)"
+msgstr "Anderes Betriebssystem (MacOS ...)"
-#: ../../any.pm_.c:286 ../../any.pm_.c:297
-msgid "Root"
-msgstr "Verzeichnisbaumwurzel"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (SunOS...)"
+msgstr "Anderes Betriebssystem (SunOS ...)"
-#: ../../any.pm_.c:287 ../../any.pm_.c:315
-msgid "Append"
-msgstr "œbergeben"
+#: ../../any.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Linux"
+msgstr "Linux"
-#: ../../any.pm_.c:291
-msgid "Initrd"
-msgstr "Init-RamDisk"
+#: ../../any.pm:1
+#, c-format
+msgid "Which type of entry do you want to add?"
+msgstr "Welche Art Eintrag wollen Sie hinzufĵgen?"
-#: ../../any.pm_.c:292
-msgid "Read-write"
-msgstr "Schreiben/Lesen"
+#: ../../any.pm:1
+#, c-format
+msgid "This label is already used"
+msgstr "Dieser Eintrag existiert bereits"
-#: ../../any.pm_.c:299
-msgid "Table"
-msgstr "Tabelle"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a root partition"
+msgstr "Sie mĵssen die Verzeichnisbaumwurzel festlegen"
-#: ../../any.pm_.c:300
-msgid "Unsafe"
-msgstr "Unsicher"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a kernel image"
+msgstr "Sie Mĵssen ein Kern-Abbild angeben"
-#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
-msgid "Label"
-msgstr "Identifikator"
+#: ../../any.pm:1
+#, c-format
+msgid "Empty label not allowed"
+msgstr "Leere Eintr¤ge sind nicht erlaubt"
-#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
+#: ../../any.pm:1 ../../harddrake/v4l.pm:1
+#, c-format
msgid "Default"
msgstr "Standard"
-#: ../../any.pm_.c:316
-msgid "Initrd-size"
-msgstr "GrĥŸe der Init-RamDisk"
-
-#: ../../any.pm_.c:318
+#: ../../any.pm:1
+#, c-format
msgid "NoVideo"
msgstr "NoVideo"
-#: ../../any.pm_.c:326
-msgid "Remove entry"
-msgstr "Eintrag lĥschen"
-
-#: ../../any.pm_.c:329
-msgid "Empty label not allowed"
-msgstr "Leere Eintr¤ge sind nicht erlaubt"
+#: ../../any.pm:1
+#, c-format
+msgid "Initrd-size"
+msgstr "GrĥŸe der Init-RamDisk"
-#: ../../any.pm_.c:330
-msgid "You must specify a kernel image"
-msgstr "Sie Mĵssen ein Kern-Abbild angeben"
+#: ../../any.pm:1
+#, c-format
+msgid "Append"
+msgstr "œbergeben"
-#: ../../any.pm_.c:330
-msgid "You must specify a root partition"
-msgstr "Sie mĵssen die Verzeichnisbaumwurzel festlegen"
+#: ../../any.pm:1
+#, c-format
+msgid "Label"
+msgstr "Identifikator"
-#: ../../any.pm_.c:331
-msgid "This label is already used"
-msgstr "Dieser Eintrag existiert bereits"
+#: ../../any.pm:1
+#, c-format
+msgid "Unsafe"
+msgstr "Unsicher"
-#: ../../any.pm_.c:640
+#: ../../any.pm:1
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Schnittstelle(n) %s %s gefunden"
+msgid "Table"
+msgstr "Tabelle"
-#: ../../any.pm_.c:641
-msgid "Do you have another one?"
-msgstr "Verfĵgen Sie ĵber weitere?"
+#: ../../any.pm:1
+#, c-format
+msgid "Root"
+msgstr "Verzeichnisbaumwurzel"
-#: ../../any.pm_.c:642
+#: ../../any.pm:1
#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Verfĵgen Sie ĵber %s Schnittstellen?"
+msgid "Read-write"
+msgstr "Schreiben/Lesen"
-#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
-msgid "No"
-msgstr "Nein"
+#: ../../any.pm:1
+#, c-format
+msgid "Initrd"
+msgstr "Init-RamDisk"
-#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
-#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
-#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
-msgid "Yes"
-msgstr "Ja"
+#: ../../any.pm:1
+#, c-format
+msgid "Video mode"
+msgstr "Video Modus"
-#: ../../any.pm_.c:645
-msgid "See hardware info"
-msgstr "Hardware Informationen anzeigen"
+#: ../../any.pm:1
+#, c-format
+msgid "Image"
+msgstr "Kern"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:662
+#: ../../any.pm:1
#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Installation des Treibers fĵr die Karte %s %s"
+msgid "Default OS?"
+msgstr "Standard BS"
-#: ../../any.pm_.c:663
+#: ../../any.pm:1
#, c-format
-msgid "(module %s)"
-msgstr "(Modul %s)"
+msgid "Enable OF Boot?"
+msgstr "Open Firmware Start erlauben"
-#: ../../any.pm_.c:674
+#: ../../any.pm:1
#, 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 kĥnnen nun die Optionen fĵr Modul %s angeben.\n"
-"Denken Sie daran, dass Adressen mit „0x“ beginnen mĵssen, etwa „0x300“"
+msgid "Enable CD Boot?"
+msgstr "BS-Start von CD erlauben"
-#: ../../any.pm_.c:680
+#: ../../any.pm:1
#, 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 ""
-"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“"
+msgid "Kernel Boot Timeout"
+msgstr "BS-Startverzĥgerung fĵr den Kern"
-#: ../../any.pm_.c:682
-msgid "Module options:"
-msgstr "Modul-Optionen:"
+#: ../../any.pm:1
+#, c-format
+msgid "Open Firmware Delay"
+msgstr "Open Firmware Verzĥgerung"
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:694
+#: ../../any.pm:1
#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Welchen %s-Treiber soll ich versuchen?"
+msgid "Boot device"
+msgstr "Boot Ger¤t"
-#: ../../any.pm_.c:703
+#: ../../any.pm:1
#, 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)"
+msgid "Init Message"
+msgstr "Init Nachricht"
-#: ../../any.pm_.c:707
-msgid "Autoprobe"
-msgstr "Automatische Erkennung"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader to use"
+msgstr "Zu verwendender Betriebssystemstarter"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "Optionen angeben"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader main options"
+msgstr "Haupt-Optionen des Betriebssystemstarters"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, c-format
msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
+"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-"Laden von Modul %s schlug Fehl.\n"
-"Wollen Sie es erneut mit anderen Parametern versuchen?"
-
-#: ../../any.pm_.c:734
-msgid "access to X programs"
-msgstr "Zugriff auf X-Programme"
-
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
-msgstr "Zugriff auf RPM-Werkzeuge"
+"Die Option „Gebrauch der Kommandozeilen-Parameter einschr¤nken“ ist ohne \n"
+"Angabe eines Passworts wirkungslos"
-#: ../../any.pm_.c:736
-msgid "allow \"su\""
-msgstr "„su“ erlauben"
+#: ../../any.pm:1
+#, c-format
+msgid "Give the ram size in MB"
+msgstr "Geben Sie die RAM GrĥŸe in MB an"
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
-msgstr "Zugriff auf Verwaltungsdateien"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable multiple profiles"
+msgstr "Mehrere Profile einschalten"
-#: ../../any.pm_.c:738
-msgid "access to network tools"
-msgstr "Zugriff auf Netzwerk-Werkzeuge"
+#: ../../any.pm:1
+#, 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:739
-msgid "access to compilation tools"
-msgstr "Zugriff auf Compiler"
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "Die Partition /tmp bei jedem Systemstart s¤ubern"
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(%s wurde bereits hinzugefĵgt)"
+msgid "Create a bootdisk"
+msgstr "Startdiskette erstellen"
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "Dieses Passwort ist zu einfach"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "Einschr¤nken"
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "Bitte geben Sie ein Benutzerkennzeichen an"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "Gebrauch der Kommandozeilen-Parameter einschr¤nken"
-#: ../../any.pm_.c:751
-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:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "Wartezeit vorm Starten des Standard Betriebssystems"
-#: ../../any.pm_.c:752
-msgid "The user name is too long"
-msgstr "Dieses Benutzerkennzeichen ist zu lang"
+#: ../../any.pm:1
+#, c-format
+msgid "compact"
+msgstr "Kompakt"
-#: ../../any.pm_.c:753
-msgid "This user name is already added"
-msgstr "Dieses Benutzerkennzeichen existiert bereits"
+#: ../../any.pm:1
+#, c-format
+msgid "Compact"
+msgstr "Kompakt"
-#: ../../any.pm_.c:757
-msgid "Add user"
-msgstr "Benutzer hinzufĵgen"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "Installation des Betriebssystemstarters"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Benutzerkennzeichen einrichten\n"
-"%s"
+msgid "First sector of boot partition"
+msgstr "Erster Sektor der Boot-Partition"
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "Benutzer akzeptieren"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "Erster Sektor der Platte (MBR)"
-#: ../../any.pm_.c:770
-msgid "Real name"
-msgstr "Benutzername"
+#: ../../any.pm:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "Wo soll der Betriebssystemstarter installiert werden?"
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "Benutzerkennzeichen"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "LILO/Grub Installation"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "Shell"
+#: ../../any.pm:1
+#, c-format
+msgid "SILO Installation"
+msgstr "SILO Installation"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "Symbol"
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Skip"
+msgstr "œberspringen"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "Autologin"
+#: ../../any.pm:1
+#, c-format
+msgid "On Floppy"
+msgstr "Auf Diskette"
-#: ../../any.pm_.c:804
+#: ../../any.pm:1
+#, c-format
msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
+"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 ""
-"Ich kann GNU/Linux so einrichten, dass beim Systemstart automatisch \n"
-"ein Benutzer angemeldet wird.\n"
-"Wollen Sie davon Gebrauch machen?"
-
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "W¤hlen Sie den Standard-Nutzer:"
-
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "W¤hlen Sie den Window-Manager, den Sie verwenden wollen:"
+"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:824
-msgid "Please choose a language to use."
-msgstr "Bitte w¤hlen Sie die zu verwendende Sprache."
+#: ../../any.pm:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "Startdiskette wird erstellt..."
-#: ../../any.pm_.c:826
-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."
+#: ../../any.pm:1
+#, c-format
+msgid "Insert a floppy in %s"
msgstr ""
-"Sie kĥnnen andere Sprachen ausw¤hlen, die nach der Installation zur "
-"Verfĵgung stehen."
+"Legen Sie eine Diskette, die keine relevanten Daten mehr enth¤lt in „%s“ ein."
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "Alle"
+#: ../../any.pm:1
+#, c-format
+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"
-#: ../../any.pm_.c:961
-msgid "Allow all users"
-msgstr "Allen Benutzern erlauben"
+#: ../../any.pm:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "zweite Disketten-Laufwerk"
-#: ../../any.pm_.c:961
-msgid "No sharing"
-msgstr "Kein Teilen"
+#: ../../any.pm:1
+#, c-format
+msgid "First floppy drive"
+msgstr "erste Disketten-Laufwerk"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
+#: ../../any.pm:1
#, 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?"
+msgid "Sorry, no floppy drive available"
+msgstr "Ich kann kein Laufwerk finden"
-#: ../../any.pm_.c:973
+#: ../../any.pm:1
+#, c-format
msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
+"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 ""
-"Sie kĥnnen die Dateien mittels Samba oder NFS anbieten. Welche Variante "
-"wollen Sie?"
+"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"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "Das zwingend benĥtigte Paket „%s“ fehlt."
-
-#: ../../any.pm_.c:987
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 ""
-"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:1001
-msgid "Launch userdrake"
-msgstr "Userdrake starten"
-
-#: ../../any.pm_.c:1003
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
+"(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 ""
-"Das Teilen zwichen Benutzern verwendet die Gruppe „fileshare“.\n"
-"Sie kĥnnen UserDrake verwenden, um Benutzerkennzeichen in diese Gruppe "
-"aufzunehmen."
-
-#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "Cracker-Spielplatz"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "Schwach"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "Standard"
-
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "Hoch"
-
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-msgid "Higher"
-msgstr "Hĥher"
-
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "Paranoid"
+"\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)."
-#: ../../any.pm_.c:1061
+#: ../../any.pm:1
+#, c-format
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."
+"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 ""
-"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!"
+"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“."
-#: ../../any.pm_.c:1064
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
+#: ../../bootloader.pm:1
+#, c-format
+msgid "You can't install the bootloader on a %s partition\n"
msgstr ""
-"Passwortabfragen sind nun eingeschaltet, aber die Verwendung als \n"
-"Netzwerkrechner kann hier nicht empfohlen werden."
+"Sie kĥnnen den Betriebssystemstarter\n"
+"nicht auf einer %s Partition installieren!\n"
-#: ../../any.pm_.c:1065
-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."
+#: ../../bootloader.pm:1
+#, c-format
+msgid "not enough room in /boot"
+msgstr "Sie haben nicht genug Platz in „/boot“"
-#: ../../any.pm_.c:1066
-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."
+#. -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:1
+#, c-format
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr "In %d Sekunden wird das gew„hlte BS automatisch gestartet."
-#: ../../any.pm_.c:1067
-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 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."
+#. -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:1
+#, c-format
+msgid "commands before booting, or 'c' for a command-line."
+msgstr "Kommando vorher editieren, mit <c> erhalten Sie eine Kommandozeile."
-#: ../../any.pm_.c:1070
-msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"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."
+#. -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:1
+#, c-format
+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"
-#: ../../any.pm_.c:1076
-msgid "DrakSec Basic Options"
-msgstr "DrakSec Grundeinstellungen"
+#. -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:1
+#, 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."
-#: ../../any.pm_.c:1077
-msgid "Please choose the desired security level"
-msgstr "W¤hlen Sie Ihre Sicherheitsebene"
+# 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:1
+#, c-format
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr "Willkommen zum Betriebssystem-Starter GRUB!"
-#: ../../any.pm_.c:1080
-msgid "Security level"
-msgstr "Sicherheitsebene"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Yaboot"
+msgstr "Yaboot"
-#: ../../any.pm_.c:1082
-msgid "Use libsafe for servers"
-msgstr "„libsafe“ bei Servern verwenden"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Grub"
+msgstr "Grub"
-#: ../../any.pm_.c:1083
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr "Eine Bibliothek, die gegen sog. „buffer overflow“-Angriffe schĵtzt."
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with text menu"
+msgstr "LILO mit Textmenĵ"
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
-msgstr "Sicherheitsadministrator (Kennzeichen oder E-Mail)"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with graphical menu"
+msgstr "LILO mit grafischem Menĵ"
-#: ../../any.pm_.c:1166
-msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
-msgstr ""
-"Hier kĥnnen Sie die Taste, bzw Tastenkombination w¤hlen, \n"
-"mit der Sie zwischen verschiedenen Tastaturbelegugen \n"
-"umschalten kĥnnen, etwa zwischen deutschem und US-Layout."
+#: ../../bootloader.pm:1
+#, c-format
+msgid "SILO"
+msgstr "SILO"
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
@@ -1122,12 +766,12 @@ msgstr ""
# 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:436
+#: ../../bootloader.pm:1
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
"\n"
-"Choose an operating system in the list above or\n"
+"Choose an operating system from the list above or\n"
"wait %d seconds for default boot.\n"
"\n"
msgstr ""
@@ -1137,238 +781,52 @@ msgstr ""
"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:983
-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:986
-#, 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:989
-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:992
-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:995
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
#, 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:999
-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:1099
-msgid "Desktop"
-msgstr "Arbeitsoberfl¤che"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "Start-Menĵ"
+msgid "OK"
+msgstr " Ok "
-#: ../../bootloader.pm_.c:1120
+#: ../../bootlook.pm:1
#, 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:53
-msgid "Boot Style Configuration"
-msgstr "Konfiguration der Boot-Einstellungen"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-msgid "/_File"
-msgstr "/_Datei"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr "/Datei/B_eenden"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr "Neuer kategorisierter Monitor"
-
-#: ../../bootlook.pm_.c:83
-msgid "NewStyle Monitor"
-msgstr "Neuer Stil"
-
-#: ../../bootlook.pm_.c:84
-msgid "Traditional Monitor"
-msgstr "Herkĥmmlicher Stil"
-
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
-msgstr "Herkĥmmlicher Gtk+ Stil"
-
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
-msgstr "Aurora beim Hochfahren starten"
-
-#: ../../bootlook.pm_.c:89
-msgid "Lilo/grub mode"
-msgstr "LILO/GRUB Modus"
-
-#: ../../bootlook.pm_.c:89
-msgid "Yaboot mode"
-msgstr "Yaboot Modus"
-
-#: ../../bootlook.pm_.c:138
-msgid "Install themes"
-msgstr "Themen installieren"
-
-#: ../../bootlook.pm_.c:139
-msgid ""
-"Display theme\n"
-"under console"
-msgstr ""
-"Bildschirm-Thema\n"
-"fĵr die Konsole"
-
-#: ../../bootlook.pm_.c:140
-msgid "Create new theme"
-msgstr "Ein neues Thema erzeugen"
+msgid "Yes, I want autologin with this (user, desktop)"
+msgstr "Ja ich will Autologin mit diesem Kennzeichen und dieser Oberfl¤che"
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm:1
#, c-format
-msgid "Backup %s to %s.old"
-msgstr "Anlegen einer Sicherheitskopie von „%s“ unter „%s.old“."
+msgid "No, I don't want autologin"
+msgstr "Nein ich will kein Autologin"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copy %s to %s"
-msgstr "Kopiere „%s“ nach „%s“"
-
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "Fehler"
-
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
-msgstr "Ich kann die LILO Nachricht nicht finden."
-
-#: ../../bootlook.pm_.c:222
-msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr "Ich kann „/etc/sysconfig/bootsplash“ nicht anlegen."
+msgid "Launch the graphical environment when your system starts"
+msgstr "X-Window nach dem Hochfahren automatisch starten "
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm:1
#, c-format
-msgid "Write %s"
-msgstr "Schreiben von %s"
-
-#: ../../bootlook.pm_.c:224
-msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
-msgstr "Ich kann „/etc/sysconfig/bootsplash“ nicht anlegen."
+msgid "System mode"
+msgstr "System-Modus"
-#: ../../bootlook.pm_.c:235
+#: ../../bootlook.pm:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr "Ich kann „mkinitrd -f /boot/initrd-%s.img %s“ nicht ausfĵhren."
+msgid "Bootsplash"
+msgstr "Startschirm"
-#: ../../bootlook.pm_.c:238
+#: ../../bootlook.pm:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr "Erstellen der RamDisk: „mkinitrd -f /boot/initrd-%s.img %s“."
-
-#: ../../bootlook.pm_.c:244
-msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
-msgstr ""
-"Ich kann LILO nicht ausfĵhren!Fĵhren Sie bitte mit dem privilegierten "
-"Benutzerkennzeichen „lilo“ in einer Konsole aus, um die Themen-Installation "
-"zu beenden."
-
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
-msgstr "LILO ausfĵhren"
-
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-msgid "Notice"
-msgstr "Anmerkung"
-
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
-msgstr "Installation des LILO- und Start-Themas erfolgreich."
-
-#: ../../bootlook.pm_.c:251
-msgid "Theme installation failed!"
-msgstr "Die Installation des Themas schlug fehl!"
+msgid "Lilo screen"
+msgstr "LILO-Menĵ"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm:1
#, c-format
msgid ""
-"You are currently using %s as your 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:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-msgid "Configure"
-msgstr "Konfigurieren"
-
-#: ../../bootlook.pm_.c:268
-msgid "Splash selection"
-msgstr "Startschirmauswahl"
-
-#: ../../bootlook.pm_.c:271
-msgid "Themes"
-msgstr "Themen"
-
-#: ../../bootlook.pm_.c:273
-msgid ""
"\n"
-"Select theme for\n"
+"Select the theme for\n"
"lilo and bootsplash,\n"
"you can choose\n"
-"them separatly"
+"them separately"
msgstr ""
"\n"
"W¤hlen Sie sich\n"
@@ -1379,1036 +837,371 @@ msgstr ""
"unterschiedliche\n"
"Varianten w¤hlen."
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
-msgstr "LILO-Menĵ"
-
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
-msgstr "Startschirm"
-
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr "System-Modus"
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr "X-Window nach dem Hochfahren automatisch starten "
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr "Nein ich will kein Autologin"
-
-#: ../../bootlook.pm_.c:325
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Ja ich will Autologin mit diesem Kennzeichen und dieser Oberfl¤che"
-
-#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
-msgid "OK"
-msgstr " Ok "
-
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:107
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d minutes"
-msgstr "%d Minuten"
-
-#: ../../common.pm_.c:125
-msgid "1 minute"
-msgstr "1 Minute"
+msgid "Themes"
+msgstr "Themen"
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d seconds"
-msgstr "%d Sekunden"
-
-#: ../../common.pm_.c:172
-msgid "Can't make screenshots before partitioning"
-msgstr ""
-"Vor der Partitionierung kann ich keine Bildschirm-Schnappschĵsse machen."
+msgid "Splash selection"
+msgstr "Startschirmauswahl"
-#: ../../common.pm_.c:179
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Die Bildschirm-Schnappschĵsse liegen nach der Installation unter „%s“"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-msgid "France"
-msgstr "Frankreich"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr "Costa Rica"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-msgid "Belgium"
-msgstr "Belgien"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr "Tschechische Republik"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Germany"
-msgstr "Deutschland"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Greece"
-msgstr "Griechenland"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-msgid "Norway"
-msgstr "Norwegen"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-msgid "Sweden"
-msgstr "Schweden"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
-msgstr "Holland"
-
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-msgid "Italy"
-msgstr "Italien"
-
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-msgid "Austria"
-msgstr "–stereich"
-
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
-msgstr "Vereinigte Staaten von Amerika"
-
-#: ../../diskdrake/dav.pm_.c:19
-msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
-msgstr ""
-"WebDAV ist ein Protokoll, dass es Ihnen erlaubt, Webserver-Verzeichnisse\n"
-"einzuh¤ngen, sodass Sie diese wie bei lokalen Dateisystemen verwenden\n"
-"kĥnnen (sofern der Webserver als WebDAV-Server eingerichtet wurde). \n"
-"Falls Sie Einh¤ngpunkte fĵr WebDAV hinzufĵgen wollen, w¤hlen Sie\n"
-"„Neu“."
-
-#: ../../diskdrake/dav.pm_.c:27
-msgid "New"
-msgstr "Neu"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Aush¤ngen"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Einh¤ngen"
-
-#: ../../diskdrake/dav.pm_.c:65
-msgid "Server"
-msgstr "Server"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "Einh¤ngpunkt"
-
-#: ../../diskdrake/dav.pm_.c:85
-msgid "Please enter the WebDAV server URL"
-msgstr "Bitte geben Sie die WebDAV-Server URL an"
-
-#: ../../diskdrake/dav.pm_.c:88
-msgid "The URL must begin with http:// or https://"
-msgstr "Die URL muss mit „http://“ oder „https://“ beginnen!"
-
-#: ../../diskdrake/dav.pm_.c:109
-msgid "Server: "
-msgstr "Server: "
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "Einh¤ngpunkt: "
+msgid "Configure"
+msgstr "Konfigurieren"
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "Optionen: %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "Bitte machen Sie erst eine Sicherheitskopie Ihrer Daten!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "Lesen Sie bitte aufmerksam!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:100
-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:154
-msgid "Wizard"
-msgstr "Assistent"
-
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "W¤hlen Sie ein Aktion aus"
-
-#: ../../diskdrake/hd_gtk.pm_.c:191
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\")"
+"You are currently using %s as your boot manager.\n"
+"Click on Configure to launch the setup wizard."
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:194
-msgid "Please click on a partition"
-msgstr "Bitte klicken Sie auf eine Partition"
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "Details"
-
-#: ../../diskdrake/hd_gtk.pm_.c:254
-msgid "No hard drives found"
-msgstr "Keine Festplatten gefunden"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Journalised FS"
-msgstr "Journalisierendes FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "Auslagerung"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "Leer"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "Andere"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "Dateisystemtypen:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "Erzeugen"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "Typ"
+"Sie verwenden momentan „%s“ als Betriebssystemstarter.\n"
+"W¤hlen Sie „Konfigurieren“, wenn Sie den Assistenten starten wollen."
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
+#: ../../bootlook.pm:1
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Verwenden Sie stattdessen „%s“"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "Lĥschen"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "Verwenden Sie erst „umount“"
+msgid "LiLo and Bootsplash themes installation successfull"
+msgstr "Installation des LILO- und Start-Themas erfolgreich."
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, 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:177
-msgid "Choose a partition"
-msgstr "W¤hlen Sie eine Partition"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose another partition"
-msgstr "W¤hlen Sie eine andere Partition"
-
-#: ../../diskdrake/interactive.pm_.c:202
-msgid "Exit"
-msgstr "Verlassen"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "In den Experten-Modus wechseln"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "In den Normal-Modus wechseln"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "Rĵckg¤ngig"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "Wollen Sie trotzdem fortfahren?"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "Beenden ohne speichern"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without writing the partition table?"
-msgstr "Beenden ohne die Partitionstabelle zu speichern?"
-
-#: ../../diskdrake/interactive.pm_.c:257
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Mĥchten Sie die vorgenommenen „nderungen in „/etc/fstab“ speichern?"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "Alles lĥschen"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "Automatisches Erstellen"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-msgid "More"
-msgstr "Mehr"
-
-#: ../../diskdrake/interactive.pm_.c:278
-msgid "Hard drive information"
-msgstr "Festplatten-Informationen"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "Alle Prim¤rpartitionen sind in Gebrauch"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "Ich kann keinen weiteren Partitionen hinzufĵgen"
-
-#: ../../diskdrake/interactive.pm_.c:312
-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:322
-msgid "Save partition table"
-msgstr "Partitionstabelle schreiben"
-
-#: ../../diskdrake/interactive.pm_.c:323
-msgid "Restore partition table"
-msgstr "Partitionstabelle wiederherstellen"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "Partitionstabelle retten"
-
-#: ../../diskdrake/interactive.pm_.c:326
-msgid "Reload partition table"
-msgstr "Partitionstabelle neu laden"
-
-#: ../../diskdrake/interactive.pm_.c:331
-msgid "Removable media automounting"
-msgstr "Wechselmedien automatisch Einh¤ngen"
+msgid "Theme installation failed!"
+msgstr "Die Installation des Themas schlug fehl!"
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "Datei ausw¤hlen"
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
+#, c-format
+msgid "Notice"
+msgstr "Anmerkung"
-#: ../../diskdrake/interactive.pm_.c:347
-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?"
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Error"
+msgstr "Fehler"
-#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "Warnung"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Relaunch 'lilo'"
+msgstr "LILO ausfĵhren"
-#: ../../diskdrake/interactive.pm_.c:362
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-"Legen Sie eine Diskette in das Laufwerk\n"
-"Alle Daten auf dieser Diskette werden gelĥscht!"
-
-#: ../../diskdrake/interactive.pm_.c:373
-msgid "Trying to rescue partition table"
-msgstr "Ich Versuche, die Partitionstabelle zu retten"
-
-#: ../../diskdrake/interactive.pm_.c:379
-msgid "Detailed information"
-msgstr "Ausfĵhrliche Informationen"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "GrĥŸe ver¤ndern"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "Bewegen"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "Formatieren"
-
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "Zum RAID hinzufĵgen"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "Zum LVM hinzufĵgen"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "Lĥschen aus dem RAID"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "Lĥschen aus dem LVM"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "RAID modifizieren"
-
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "Als Loopback verwenden"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
-msgstr "Erzeuge eine neue Partition"
-
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "Anfangssektor: "
-
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "GrĥŸe in MB:"
+"Ich kann LILO nicht ausfĵhren!Fĵhren Sie bitte mit dem privilegierten "
+"Benutzerkennzeichen „lilo“ in einer Konsole aus, um die Themen-Installation "
+"zu beenden."
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "Dateisystemtyp: "
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgstr "Erstellen der RamDisk: „mkinitrd -f /boot/initrd-%s.img %s“."
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "Einstellung: "
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
+msgstr "Ich kann „mkinitrd -f /boot/initrd-%s.img %s“ nicht ausfĵhren."
-#: ../../diskdrake/interactive.pm_.c:481
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
-msgstr ""
-"Sie kĥnnen keine weiteren Partitionen anlegen (da Sie die maximale \n"
-"Anzahl prim¤rer Partitionen erstellt haben). Bitte lĥschen Sie \n"
-"eine prim¤re Partioion und legen Sie stattdessen eine erweiterte \n"
-"Partition an."
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
+msgstr "Ich kann „/etc/sysconfig/bootsplash“ nicht anlegen."
-#: ../../diskdrake/interactive.pm_.c:511
-msgid "Remove the loopback file?"
-msgstr "Die Loopback-Datei entfernen?"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Write %s"
+msgstr "Schreiben von %s"
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "Partitionstyp ¤ndern"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Can't write /etc/sysconfig/bootsplash."
+msgstr "Ich kann „/etc/sysconfig/bootsplash“ nicht anlegen."
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Welches Dateisystem wollen Sie verwenden?"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Lilo message not found"
+msgstr "Ich kann die LILO Nachricht nicht finden."
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
-msgstr "Konvertiere ext2 zu ext3"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Copy %s to %s"
+msgstr "Kopiere „%s“ nach „%s“"
-#: ../../diskdrake/interactive.pm_.c:578
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Wo wollen Sie die Loopback-Datei %s einh¤ngen?"
+msgid "Backup %s to %s.old"
+msgstr "Anlegen einer Sicherheitskopie von „%s“ unter „%s.old“."
-#: ../../diskdrake/interactive.pm_.c:579
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Wo wollen Sie das Ger¤t %s einh¤ngen?"
+msgid "Create new theme"
+msgstr "Ein neues Thema erzeugen"
-#: ../../diskdrake/interactive.pm_.c:585
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+"Display theme\n"
+"under console"
msgstr ""
-"Ich kann diesen Einh¤ngpunkt nicht zurĵcksetzen, da diese Partition als \n"
-"Loopback verwendet wird. Bitte entfernen Sie erst diesen Loopback."
+"Bildschirm-Thema\n"
+"fĵr die Konsole"
-#: ../../diskdrake/interactive.pm_.c:606
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount %s?"
-msgstr "Wo wollen Sie „%s“ einh¤ngen?"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "Errechne die Grenzen des FAT Dateisystems"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "Neuberechnen der GrĥŸe"
-
-#: ../../diskdrake/interactive.pm_.c:662
-msgid "This partition is not resizeable"
-msgstr "Die GrĥŸe dieser Partition kann ich nicht ¤ndern"
-
-#: ../../diskdrake/interactive.pm_.c:667
-msgid "All data on this partition should be backed-up"
-msgstr "Sie sollten ein Backup s¤mtlicher Daten dieser Partition erstellen"
+msgid "Install themes"
+msgstr "Themen installieren"
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, 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:674
-msgid "Choose the new size"
-msgstr "W¤hlen Sie die neue GrĥŸe"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "New size in MB: "
-msgstr "Neue GrĥŸe in MB:"
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "Zu welcher Platte wollen Sie wechseln?"
-
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "Sektor"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "Zu welchem Sektor wollen Sie wechseln?"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "wechsele"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "Bewege Partition..."
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
-msgstr "W¤hlen Sie einen vorhandenen RAID"
-
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "Neu"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
-msgstr "W¤hlen Sie einen vorhandenen LVM"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
-msgstr "LVM Name?"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "This partition can't be used for loopback"
-msgstr "Diese Partition kann nicht als Loopback verwendet werden"
-
-#: ../../diskdrake/interactive.pm_.c:825
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "Name der Loopback-Datei: "
-
-#: ../../diskdrake/interactive.pm_.c:831
-msgid "Give a file name"
-msgstr "Dateinamen angeben"
-
-#: ../../diskdrake/interactive.pm_.c:834
-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:835
-msgid "File already exists. Use it?"
-msgstr ""
-"Es existiert bereits eine Datei mit diesem Namen. Soll ich sie verwenden?"
-
-#: ../../diskdrake/interactive.pm_.c:858
-msgid "Mount options"
-msgstr "Einh¤ng-Optionen"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
-msgstr "Verschiedene"
-
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "Ger¤t"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "Level"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "BlockgrĥŸe"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "Vorsicht: Diese Aktion ist gef¤hrlich."
+msgid "Lilo/grub mode"
+msgstr "LILO/GRUB Modus"
-#: ../../diskdrake/interactive.pm_.c:962
-msgid "What type of partitioning?"
-msgstr "Welcher Partitionstyp?"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Yaboot mode"
+msgstr "Yaboot Modus"
-#: ../../diskdrake/interactive.pm_.c:978
+#: ../../bootlook.pm:1
#, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "Das Paket %s wird benĥtigt. Soll ich es installieren?"
+msgid "Launch Aurora at boot time"
+msgstr "Aurora beim Hochfahren starten"
-#: ../../diskdrake/interactive.pm_.c:992
-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."
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Traditional Gtk+ Monitor"
+msgstr "Herkĥmmlicher Gtk+ Stil"
-#: ../../diskdrake/interactive.pm_.c:996
-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!"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Traditional Monitor"
+msgstr "Herkĥmmlicher Stil"
-#: ../../diskdrake/interactive.pm_.c:1002
-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."
+#: ../../bootlook.pm:1
+#, c-format
+msgid "NewStyle Monitor"
+msgstr "Neuer Stil"
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../bootlook.pm:1
#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Die Partitionstabelle der Platte „%s“ wird gespeichert!"
+msgid "NewStyle Categorizing Monitor"
+msgstr "Neuer kategorisierter Monitor"
-#: ../../diskdrake/interactive.pm_.c:1026
-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"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "<control>Q"
+msgstr "<control>Q"
-#: ../../diskdrake/interactive.pm_.c:1037
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
#, 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"
+msgid "/File/_Quit"
+msgstr "/Datei/B_eenden"
-#: ../../diskdrake/interactive.pm_.c:1039
-msgid "Formatting"
-msgstr "Formatiere"
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_File"
+msgstr "/_Datei"
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatiere Loopback-Datei „%s“"
+msgid "Boot Style Configuration"
+msgstr "Konfiguration der Boot-Einstellungen"
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../common.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatiere Partition „%s“"
+msgid "consolehelper missing"
+msgstr "Das Programm „consolehelper“ wurde nicht gefunden."
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Hide files"
-msgstr "Dateien verstecken"
+#: ../../common.pm:1
+#, c-format
+msgid "kdesu missing"
+msgstr "Ich kann „kdesu“ nicht finden!"
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Move files to the new partition"
-msgstr "Dateien auf die neue Partition verschieben."
+#: ../../common.pm:1
+#, c-format
+msgid "Screenshots will be available after install in %s"
+msgstr "Die Bildschirm-Schnappschĵsse liegen nach der Installation unter „%s“"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../common.pm:1
#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
+msgid "Can't make screenshots before partitioning"
msgstr ""
-"Das Verzeichnis „%s“ enth¤lt bereits Daten\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid "Moving files to the new partition"
-msgstr "Dateien auf die neue Partition verschieben."
+"Vor der Partitionierung kann ich keine Bildschirm-Schnappschĵsse machen."
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../common.pm:1
#, c-format
-msgid "Copying %s"
-msgstr "Kopiere: %s"
+msgid "%d seconds"
+msgstr "%d Sekunden"
-#: ../../diskdrake/interactive.pm_.c:1072
+#: ../../common.pm:1
#, c-format
-msgid "Removing %s"
-msgstr "Entferne: %s"
+msgid "1 minute"
+msgstr "1 Minute"
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../common.pm:1
#, c-format
-msgid "partition %s is now known as %s"
-msgstr "Die Partition %s heiŸt nun %s"
-
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "Ger¤t: "
+msgid "%d minutes"
+msgstr "%d Minuten"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../common.pm:1
#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS Laufwerksbuchstabe: %s (vermutlich?)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "Typ:"
-
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "Name: "
+msgid "TB"
+msgstr "TB"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../common.pm:1
#, c-format
-msgid "Start: sector %s\n"
-msgstr "Anfang: Sektor %s\n"
+msgid "GB"
+msgstr "GB"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s"
-msgstr "GrĥŸe: %s"
+msgid "MB"
+msgstr "MB"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../common.pm:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s Sektoren"
+msgid "KB"
+msgstr "KB"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Zylinder %d bis %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "Formatiert\n"
-
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "Nicht formatiert\n"
-
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "Eingeh¤ngt\n"
+msgid "United States"
+msgstr "Vereinigte Staaten von Amerika"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "Austria"
+msgstr "–stereich"
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Loopback Datei(en):\n"
-" %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1132
-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"
+msgid "Italy"
+msgstr "Italien"
-#: ../../diskdrake/interactive.pm_.c:1134
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Level %s\n"
-msgstr "Level %s\n"
+msgid "Netherlands"
+msgstr "Holland"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Chunk size %s\n"
-msgstr "BlockgrĥŸe %s\n"
+msgid "Sweden"
+msgstr "Schweden"
-#: ../../diskdrake/interactive.pm_.c:1136
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID Platten %s\n"
+msgid "Norway"
+msgstr "Norwegen"
-#: ../../diskdrake/interactive.pm_.c:1138
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "Dateiname des Loopbacks: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1141
-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:1144
-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:1163
-msgid "Read-only"
-msgstr "Nur lesbar"
+msgid "Greece"
+msgstr "Griechenland"
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Size: %s\n"
-msgstr "GrĥŸe: %s\n"
+msgid "Germany"
+msgstr "Deutschland"
-#: ../../diskdrake/interactive.pm_.c:1165
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrie: %s Zylinder, %s Kĥpfe, %s Sektoren\n"
+msgid "Czech Republic"
+msgstr "Tschechische Republik"
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "Info: "
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Belgium"
+msgstr "Belgien"
-#: ../../diskdrake/interactive.pm_.c:1167
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM Platten %s\n"
+msgid "France"
+msgstr "Frankreich"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Partitionstabellen Typ: %s\n"
+msgid "Costa Rica"
+msgstr "Costa Rica"
-#: ../../diskdrake/interactive.pm_.c:1169
+#: ../../fsedit.pm:1
#, c-format
-msgid "on channel %d id %d\n"
-msgstr "auf Kanal %d ID %d\n"
+msgid "Error opening %s for writing: %s"
+msgstr "Fehler beim –ffnen von %s zum Schreiben: %s"
-#: ../../diskdrake/interactive.pm_.c:1199
-msgid "Filesystem encryption key"
-msgstr "Dateisystem-Schlĵssel"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Nothing to do"
+msgstr "Nichts zu tun."
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
-msgstr "W¤hlen Sie Ihren Dateisystem-Schlĵssel (Passwort)"
+# ../../diskdrak1
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Not enough free space for auto-allocating"
+msgstr "Nicht genug freier Platz, damit ich selbst Partition anlegen kann."
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../fsedit.pm:1
#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
+msgid "You can't use an encrypted file system for mount point %s"
msgstr ""
-"Dieses Passwort ist zu einfach (es muss mindestens %d Zeichen lang sein)!"
-
-#: ../../diskdrake/interactive.pm_.c:1204
-msgid "The encryption keys do not match"
-msgstr "Die Passwĥrter stimmen nicht ĵberein"
-
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr "Schlĵssel"
-
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr "Schlĵssel (erneut)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "Typ ¤ndern"
+"Sie kĥnnen kein verschlĵsseltes Medium fĵr den Einh¤ngpunkt %s verwenden."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
+#: ../../fsedit.pm:1
#, c-format
-msgid "Can't login using username %s (bad password?)"
-msgstr "Ich mich unter „%s“ micht anmelden! Stimmt das Passwort?"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-msgid "Domain Authentication Required"
-msgstr "Dom¤nen-Authentifizierung nĥtig"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-msgid "Another one"
-msgstr "Anderer"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-msgid "Which username"
-msgstr "Benutzerkennzeichen"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
msgid ""
-"Please enter your username, password and domain name to access this host."
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
msgstr ""
-"Bitte geben Sie Benutzerkennzeichen, Passwort und Dom¤ne des Rechners an."
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-msgid "Username"
-msgstr "Benutzerkennzeichen"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-msgid "Domain"
-msgstr "Dom¤ne"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-msgid "Search servers"
-msgstr "Server suchen"
+"Sie benĥtigen ein echtes GNU/Linux Dateisystem (Ext2/Ext3, ReiserFS, XFS "
+"oder JFS) fĵr diesen Einh¤ngpunkt.\n"
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
+#: ../../fsedit.pm:1
#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatieren von %s schlug Fehl"
+msgid "This directory should remain within the root filesystem"
+msgstr "Dieses Verzeichnis muss in der Verzeichnisbaumwurzel bleiben"
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, c-format
-msgid "I don't know how to format %s in type %s"
+msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-"Ich bin nicht in der Lage, %s mit einem Dateisystem vom Typ %s zu "
-"formatieren."
+"Sie kĥnnen kein logisches LVM Medium fĵr den Einh¤ngpunkt %s verwenden."
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "Das Einh¤ngen der Partition %s in das Verzeichnis %s schlug fehl."
+msgid "There is already a partition with mount point %s\n"
+msgstr "Es gibt bereits eine Partition, mit dem Einh¤ngpunkt %s\n"
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, c-format
-msgid "error unmounting %s: %s"
-msgstr "Fehler beim Aush¤ngen von %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "Einfach"
+msgid "Mount points must begin with a leading /"
+msgstr "Einh¤ngpunkte mĵssen mit einem / beginnen."
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "mit „/usr“"
+#: ../../fsedit.pm:1
+#, c-format
+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:30
-msgid "server"
-msgstr "Server"
+#: ../../fsedit.pm:1
+#, c-format
+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:240
+#: ../../fsedit.pm:1
#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2427,780 +1220,532 @@ msgstr ""
"\n"
"Sind Sie einverstanden, dass ich die problematischen Partitionen lĥsche?\n"
-#: ../../fsedit.pm_.c:501
-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:502
-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:1
+#, c-format
+msgid "server"
+msgstr "Server"
-#: ../../fsedit.pm_.c:521
-msgid "Mount points must begin with a leading /"
-msgstr "Einh¤ngpunkte mĵssen mit einem / beginnen."
+#: ../../fsedit.pm:1
+#, c-format
+msgid "with /usr"
+msgstr "mit „/usr“"
-#: ../../fsedit.pm_.c:522
+#: ../../fsedit.pm:1
#, 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"
+msgid "simple"
+msgstr "Einfach"
-#: ../../fsedit.pm_.c:526
+#: ../../fs.pm:1
#, 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."
+msgid "Enabling swap partition %s"
+msgstr "Swap Partition „%s“ aktivieren"
-#: ../../fsedit.pm_.c:528
-msgid "This directory should remain within the root filesystem"
-msgstr "Dieses Verzeichnis muss in der Verzeichnisbaumwurzel bleiben"
+#: ../../fs.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "Fehler beim Aush¤ngen von %s: %s"
-#: ../../fsedit.pm_.c:530
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
-"Sie benĥtigen ein echtes GNU/Linux Dateisystem (Ext2/Ext3, ReiserFS, XFS "
-"oder JFS) fĵr diesen Einh¤ngpunkt.\n"
+#: ../../fs.pm:1
+#, c-format
+msgid "mounting partition %s in directory %s failed"
+msgstr "Das Einh¤ngen der Partition %s in das Verzeichnis %s schlug fehl."
-#: ../../fsedit.pm_.c:532
+#: ../../fs.pm:1
#, 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."
+msgid "Mounting partition %s"
+msgstr "Partition „%s“ einh¤ngen"
-# ../../diskdrak1
-#: ../../fsedit.pm_.c:599
-msgid "Not enough free space for auto-allocating"
-msgstr "Nicht genug freier Platz, damit ich selbst Partition anlegen kann."
+#: ../../fs.pm:1
+#, c-format
+msgid "Checking %s"
+msgstr "Kontrolliere von %s"
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
-msgstr "Nichts zu tun."
+#: ../../fs.pm:1
+#, c-format
+msgid "Formatting partition %s"
+msgstr "Formatiere Partition „%s“"
-#: ../../fsedit.pm_.c:694
+#: ../../fs.pm:1
#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Fehler beim –ffnen von %s zum Schreiben: %s"
+msgid "Creating and formatting file %s"
+msgstr "Erzeugen und formatieren der Datei %s"
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
+#: ../../fs.pm:1
+#, 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."
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
-msgstr "Kein alternativer Treiber"
-
-#: ../../harddrake/sound.pm_.c:171
+#: ../../fs.pm:1
#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s formatieren von %s schlug Fehl"
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
+"\n"
+"Click on \"<- Previous\" to stop this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
-"Es existiert kein alternativer OSS/ALSA Treiber fĵr Ihre Soundkarte (%s), "
-"die momentan „%s“ verwendet."
-
-#: ../../harddrake/sound.pm_.c:173
-msgid "Sound configuration"
-msgstr "Sound Konfiguration"
+"Bet¤tigen Sie die Schaltfl¤che „OK“, wenn Sie alle Partitionen und die\n"
+"darauf befindlichen Daten lĥschen wollen. Bedenken Sie, dass Sie nach\n"
+"bet¤tigen der Schaltfl¤che auch an die mĥglichweise noch vorhandenen\n"
+"Windows Daten nicht mehr gelangen werden!\n"
+"\n"
+"W¤hlen Sie „Abbruch“, um ohne Datenverlust die Aktion abtzubrechen."
-#: ../../harddrake/sound.pm_.c:174
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm:1
#, c-format
msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
+"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 ""
-"Hier kĥnnen Sie einen alternativen Treiber (entweder OSS odr ALSA) fĵr Ihre "
-"Soundkarte (%s) ausw¤hlen"
+"Bitte w¤hlen Sie die Festplatte, die Sie lĥschen wollen, um Ihr neues\n"
+"Mandrake Linux zu installieren. Bedenken Sie dabei, dass alle Daten auf\n"
+"dieser Platte nach diesem Schritt unwiederbringlich verloren sind!"
-#: ../../harddrake/sound.pm_.c:176
-#, c-format
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
-msgstr ""
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
"\n"
-"Ihre Karte verwendet momentan den %s „%s“ Treiber (Voreinstellung fĵr Ihre "
-"Karte ist „%s“)"
-
-#: ../../harddrake/sound.pm_.c:178
-msgid "Driver:"
-msgstr "Treiber:"
-
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-msgid "Help"
-msgstr "Hilfe"
-
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
-msgstr "Hilfe zum Wechsel zwischen ALSA und OSS"
-
-#: ../../harddrake/sound.pm_.c:186
-msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\n"
"\n"
-"It also provides a much higher API than OSS.\n"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\n"
"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\n"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:202
-#, c-format
-msgid ""
-"The old \"%s\" driver is blacklisted.\n"
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
"\n"
-"It has been reported to oopses the kernel on unloading.\n"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-msgid "Please Wait... Applying the configuration"
-msgstr "Einen Moment ... ich richte die Konfiguration ein"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "Bitte warten"
-
-#: ../../harddrake/sound.pm_.c:210
-msgid "No known driver"
-msgstr "Kein bekannter Treiber"
-
-#: ../../harddrake/sound.pm_.c:211
-#, c-format
-msgid "There's no known driver for your sound card (%s)"
-msgstr "Es gibt keinen bekannten Treiber fĵr Ihre Soundkarte (%s)"
-
-#: ../../harddrake/sound.pm_.c:214
-msgid "Unkown driver"
-msgstr "Unbekannter Treiber"
-
-#: ../../harddrake/sound.pm_.c:215
-#, c-format
-msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
-msgstr ""
-"Der Treiber „%s“ fĵr Ihre Karte ist nicht in der Treiberliste\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
"\n"
-"Bitte senden Sie die Ausgabe von „lspcidrake -v“ an \n"
-"<install(at)mandrakesoft.com>\n"
-"Mit der Bretreffzeile: unlisted sound driver „%s“"
-
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-msgid "Auto-detect"
-msgstr "Autoerkennung"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-msgid "Unknown|Generic"
-msgstr "Unbekannt|Generisch"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr "Unbekannt|CPH05X (bt878) [Zahlreiche Hersteller]"
-
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr "Unbekannt|CPH06X (bt878) [Zahlreiche Hersteller]"
-
-#: ../../harddrake/v4l.pm_.c:224
-msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
msgstr ""
-"Fĵr die meisten modernen TV-Karten erkennt das bttv-Modul des Linux Kerns "
-"automatisch die richtigen Parameter.\n"
-"Falls Ihre Karte falsch erkannt wird, kĥnnen Sie Tuner- und Kartentyp hier "
-"eintellen. Geben Sie einfach die benĥtigten Parameter an."
-
-#: ../../harddrake/v4l.pm_.c:227
-msgid "Card model:"
-msgstr "Kartentyp:"
-
-#: ../../harddrake/v4l.pm_.c:228
-msgid "Tuner type:"
-msgstr "Tunertyp:"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
-msgstr "Anzahl der Aufnahmepuffer:"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
-msgstr "Anzahl der Puffer fĵr MMAP Aufnahmen"
-
-#: ../../harddrake/v4l.pm_.c:231
-msgid "PLL setting:"
-msgstr "PLL-Einstellung:"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
-msgstr "Radiobetrieb:"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
-msgstr "Radiobetrieb aktivieren"
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.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 this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"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\n"
-"first 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 the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after 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 the people meant to use that computer. When you are\n"
-"finish adding all the users you want, select \"Done\".\n"
+"Hier bekommen Sie verschiedene Parameter Ihres Systems angezeigt. Je nach\n"
+"vorhandener Hardware sehen Sie hier (oder eben nicht) folgende Eintr¤ge:\n"
"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default).\n"
+" * „Maus“: Kontrollieren Sie die Mauskonfiguration und drĵcken Sie den "
+"Knopf,\n"
+"um sie, wenn nĥtig, zu ¤ndern;\n"
"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
-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"
+" * „Tastatur“: Kontrollieren Sie die aktuelle Tastaturkonfiguration drĵcken "
+"Sie\n"
+"den Knopf, um sie, wenn nĥtig, zu ¤ndern;\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"
+" * „Zeitzone“: DrakX versucht die Zeitzone anhand der gew¤hlten Sprache\n"
+"zu erraten. Aber hier, genau wie bei der Tastatur, ist es jedoch mĥglich, "
+"dass\n"
+"Sie sich nicht in dem Land befinden, zu dem die vorgegebene Sprache erahnen\n"
+"gehĥrt. In diesem Fall sollten Sie den Knopf drĵcken, um die Uhr "
+"entsprechend\n"
+"Ihrer lokalen Zeitzone zu setzen.\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 alle\n"
-"Kennzeichen erstellt haben, klicken Sie auf „Fertig“.\n"
+" * „Drucker“: Durch Anwahl der Schaltfl¤che „Kein Drucker“ starten Sie den\n"
+"Druckerassistenten. Fĵr mehr Informationen, wie man einen neuen Drucker\n"
+"einrichtet, schlagen Sie im dazugehĥrige Kapitel aus dem „Starter Guide“\n"
+"nach. Die dort pr¤sentierte Schnittstelle ¤hnelt der, die w¤hrend der "
+"Installation\n"
+"verwendet wird; \n"
+" * „Soundkarte“: Falls eine Soundkarte in Ihrem Rechner gefunden wurde,\n"
+"wird sie hier angezeigt.\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“)."
+" * „TV-Karte“: Falls eine TV-Karte in Ihrem Rechner gefunden wurde, wird\n"
+"sie hier angezeigt.\n"
+"\n"
+" * „ISDN Karte“: Falls eine ISDN Karte in Ihrem Rechner gefunden wurde,\n"
+"wird sie hier angezeigt. Durch Anwahl der Schaltfl¤che kĥnnen Sie die\n"
+"Parameter ¤ndern."
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
+msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:48
+#: ../../help.pm:1
+#, fuzzy, c-format
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 \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\n"
"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
+"Yaboot's main options are:\n"
"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+" * Init Message: a simple text message displayed before the boot prompt.\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"
+" * 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"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
msgstr ""
-"Sie erhalten die Liste, der auf Ihren Festplatten gefundenen GNU/Linux\n"
-"Partitionen. Sie kĥnnen die Auswahl des Assistenten beibehalten - sie\n"
-"sollte normalerweise Ihren Bedĵrfnissen entsprechen. Falls Sie es vorziehen\n"
-"die Einh¤ngpunkte selbst zu definieren, denken Sie bitte daran, dass Sie\n"
-"zumindest eine Verzeichnisbaumwurzel („/“ benĥtigen. W¤hlen Sie die\n"
-"Partitionen nicht zu klein, da Sie sonst nicht genĵgend Programme\n"
-"installieren kĥnnen. Wenn Sie Ihre perĥchen Daten auf einer eigenen\n"
-"Partition halten wollen, legen Sie sich eine Partition namens „/home“ an.\n"
-"\n"
-"Die Partitionen werden folgendermaŸen aufgelistet: „Name“, „Kapazit¤t“.\n"
+"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"
-"„Name“ hat folgende Struktur: „Festplattentyp“, „Festplattennummer“,\n"
-"„Partitionsnummer“ (etwa „hda1“).\n"
+"Die Hauptparameter von yaboot sind:\n"
"\n"
-"„Hard drive type“ ist „„hd““, falls Ihre Platte eine IDE/ATAPI Platte ist\n"
-"und „„sd““, wenn es sich um eine SCSI Platte handelt.\n"
+" * „Init Nachricht“: Ein Text, der vor der Eingabeaufforderung angezeigt\n"
+"wird.\n"
"\n"
-"„Festplattennummer“ ist immer der Buchstabe hinter dem Festplattentyp. Bei\n"
-"IDE Platten bedeutet:\n"
+" * „Boot Ger¤t“: Hiermit wird angegeben, wohin die Informationen zum\n"
+"Starten Ihres GNU/Linux Systems geschrieben werden sollen. Sie sollten in\n"
+"einem frĵheren Schritt bereits eine Boot-Partition angelegt haben, um diese\n"
+"Daten zu beherbergen.\n"
"\n"
-" * „„a““ bedeutet „Master Platte am prim¤ren IDE-Controller“;\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"
-" * „„b““ bedeutet „Slave Platte am prim¤ren IDE-Controller“;\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"
-" * „„c““ bedeutet „Master Platte am sekund¤ren IDE-Controller“;\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"
-" * „„d““ bedeutet „Slave Platte am sekund¤ren IDE-Controller“;\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"
-"Bei SCSI Platten steht „„a““ fĵr „niedrigste SCSI ID“, „„b““ fĵr\n"
-"„zweitniedrigste SCSI ID“, etc."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:79
-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."
+" * „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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:84
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\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"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\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"
+"For Linux, there are a few possible options:\n"
"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation,\n"
-"select one or more of the corresponding groups;\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\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"
-" * \"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"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\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"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect 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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
"\n"
-" * \"With X\": install the fewest packages possible to have a working\n"
-"graphical desktop;\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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"
+" * 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"
-" * \"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"
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\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"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with this option.\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 to repair or\n"
-"update an existing system."
+" * 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 pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
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"
+"Sie kĥnnen weitere yaboot Eintr¤ge angeben, etwa fĵr andere\n"
+"Betriebssysteme, alternative Kerne oder ein Rettungssystem.\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"
+"Fĵr ein anderes BS kĥnnen Sie nur einen Namen und die Start-Partition\n"
+"angeben.\n"
"\n"
-"Die Pakete sind nach ihrer Verwendung in Gruppen eingeteilt. Diese Gruppen\n"
-"wiederum enthalten vier Abschnitte:\n"
+"Fĵr Linux gibt es einige Parameter:\n"
"\n"
-" * „Arbeitsplatzrechner“: Falls Ihr Rechner als Arbeitsplatzrechner\n"
-"verwendet werden soll, markieren Sie eine oder mehrere Gruppen.\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"
-" * „Entwicklungsplattform“: Falls Sie mit Ihrem Rechner programmieren\n"
-"wollen, sollten Sie diese Gruppe markieren.\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"
-" * „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"
+" * „Verzeichnisbaumwurzel“: Die Verzeichnisbaumwurzel „„/““ Ihrer Linux\n"
+"Installation.\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"
+" * „œ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"
-"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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
"\n"
-" * „Mit X“ Installiert eine rudiment¤re grafische Oberfl¤che;\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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"
+" * „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"
-" * „Extrem minimale Installation“ Sie erhalten eine komplett „nackte“ 65MB\n"
-"groŸe GNU/Linux-Distribution (speziell auch ohne urpmi!). Es versteht sich\n"
-"von selbst, dass das nur eine Kommandozeileninstallation sein kann.\n"
+" * „GrĥŸe der Init-RamDisk“: Standardm¤Ÿig ist eine RamDisk 4096 Bytes\n"
+"groŸ. Sollten Sie eine grĥŸere RamDisk benĥtigen, kĥnnen Sie das mit diesem\n"
+"Parameter einstellen.\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"
+" * „Schreiben/Lesen“: Normalerweise wird die Verzeichnisbaumwurzel zuerst\n"
+"im Nur-Lese-Modus eingeh¤ngt, um eine Dateisystem Verifikation durchfĵhren\n"
+"zu kĥnnen, bevor das Betriebssystem seinen Dienst aufnimmt. Diesen Umstand\n"
+"kĥnnen Sie hier abstellen.\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."
+" * „NoVideo“: Sollte sich die Apple Grafik-Hardware als extrem\n"
+"problematisch erweisen, kĥnnen Sie diesen Parameter verwenden um im sog.\n"
+"„novideo“-Modus, 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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:135
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\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 installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"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"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\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"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\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 the previous step on how to\n"
-"create such a floppy disk."
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
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"
+"„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"
-"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"
+"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"
-"!! 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"
+"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"
-"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"
+"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"
-"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."
+"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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:171
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"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 ``Starter Guide'' chapter about Internet connections\n"
-"for 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\"."
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\n"
+"\n"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\n"
+"\n"
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
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"
+"Hier kĥnnen Sie das Drucksystem fĵr Ihren Rechner w¤hlen. Andere\n"
+"Betriebssysteme bieten Ihnen nur eines, bei Mandrake Linux kĥnnen Sie\n"
+"zwischen drei verschiedenen w¤hlen.\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"
+" * „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"
-"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"
+" * „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"
-"Wenn Sie Ihr Netzwerk erst nach Abschluss der Installation einrichten\n"
-"wollen oder sobald Sie die Konfiguration beendet haben, klicken Sie auf\n"
-"„Abbrechen“."
+" * „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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:193
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You may now choose which services you wish to start at boot time.\n"
-"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"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"
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\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"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way you will be able to load either GNU/Linux or another\n"
+"OS.\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"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:210
-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 unselecting \"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"
+"If it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\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"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\n"
"\n"
-"Da Microsoft Windows(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"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:224
-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.\n"
-"\n"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". 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. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
-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."
-
-#: ../../help.pm_.c:246
-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 ""
-"Nun werden Sie gefragt, ob Sie in die grafische Ungebug starten wollen.\n"
-"Es sei angemerkt, dass Sie das auch gefragt werden, wenn die Grafikkarte \n"
-"vorher nicht getestet wurde. Sie sollten mit „Nein“ anworten, falls Ihr\n"
-"Rechner als Server dienen sollte oder der Test der Grafikumgebung zu\n"
-"Problemen fĵhrte."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:253
-msgid ""
"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 bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, 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"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
"Die Mandrake Linux CD-ROM hat einen eingebauten Rettungsmo­dus. Sie\n"
"erreichen ihn durch Starten von CD-ROM, und Drĵcken von ÂğF1ÂĞ bei\n"
@@ -3232,378 +1777,441 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:277
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux 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"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\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 ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here by clicking the dialog's \"Wizard\" button.\n"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\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"
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"operating systems!"
+msgstr ""
+"Nachdem Sie die allgemeinen BS-Startetr Parameter eingestellt haben,\n"
+"bekommen Sie die Liste mĥglicher Betriebssystemalternativen fĵr das\n"
+"Startmenĵ gezeigt.\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"
+"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.\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"
+"Mĥglicherweise wollen Sie auch nicht, dass andere Anwender Zugiff auf die\n"
+"ĵbrigen installierten Betriebssysteme bekommen. In diesem Fall kĥnnen Sie\n"
+"die jeweiligen Eintr¤ge entfernen, Sie mĵssen jedoch selbst fĵr\n"
+"Startdisketten sorgen, um diese Syteme erreichen zu kĥnnen!"
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"This dialog allows to finely tune your bootloader:\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. You will then be asked to choose the mount points associated to\n"
-"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\n"
+" * \"Bootloader to use\": there are three choices for your bootloader:\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows 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"
-"Microsoft Windows on the same computer.\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\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"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\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"
-" * \"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"
+" * \"Delay before booting the default image\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\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 option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
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"
+"LILO und grub sind Betriebssystemstarter fĵr GNU/Linux. Diese\n"
+"Installationsphase l¤uft in den meisten F¤llen vĥllig automatisch ab. DrakX\n"
+"analysiert den Bootsektor und ergreift dann die passenden MaŸnahmen:\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"
+" * Findet DrakX einen Windows-Bootsektor, ersetzt es ihn durch einen grub\n"
+"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"
-" * „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"
+" * Findet DrakX einen Linux-Bootsektor vor, ersetzt es ihn durch einen\n"
+"neuen;\n"
"\n"
-" * „Verwende existierende“: Der Assistent hat eine oder mehrere\n"
-"existierende Linux Partitionen auf Ihrer Platte gefunden. W¤hlen Sie diese\n"
-"Schaltfl¤che, falls Sie sie behalten wollen. Sie werden dann gebeten, die\n"
-"Einh¤ngpunkte der Partitionen anzugeben. Als Vorgabe erhalten Sie die\n"
-"Einh¤ngpunkte der gefundenen Distribution, normalerweise ist es nicht nĥtig\n"
-"diese zu ¤ndern.\n"
+"Im Zweifelsfall bietet DrakX Ihnen einen Dialog mit verschiedenen\n"
+"Auswahlmĥglichkeiten.\n"
"\n"
-" * „Freien Platz der Windows Partition verwenden“: Falls der gesamte\n"
-"Plattenplatz aktuell fĵr Microsoft Windows(TM) verschwendet ist, mĵssen Sie\n"
-"fĵr Linux Platz schaffen. Um dies zu erreichen, kĥnnen Sie entweder Ihre\n"
-"Microsoft Windows(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"
+" * „Zu verwendender Betriebssystemstarter“: Hier erhalten Sie drei\n"
+"Alternativen:\n"
"\n"
-" Bevor Sie sich fĵr diese Variante entscheiden, sei hier noch einmal\n"
-"betont, dass das bedeutet, Sie haben weniger Platz fĵr Windows als\n"
-"momentan.\n"
+" * „Grub“: Falls Sie grub (Textmenĵ) bevorzugen.\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"
+" * „LILO mit grafischem Menĵ“: Falls Sie LILO mit seiner grafischen\n"
+"Oberfl¤che bevorzugen.\n"
"\n"
-" !! Wenn Sie diese Variante w¤hlen, werden alle Ihre Daten auf der Platte\n"
-"gelĥscht! !!\n"
+" * „LILO mit Textmenĵ“: Falls Sie LILO mit Textmenĵ als Ihren Favoriten\n"
+"ansehen.\n"
"\n"
-" * „Windows(TM) lĥschen“: Bei dieser Variante werden alle Windows\n"
-"Partitionen gelĥscht und die Platte(n) komplett neu partitioniert.\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"
-" !! Wenn Sie diese Variante w¤hlen, werden alle Ihre Daten auf der Platte\n"
-"gelĥscht! !!\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"
-" * „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. Um zu\n"
-"erfahren, wie Sie DiskDrake verwenden kĥnnen, lesen Sie bitte das Kapitel\n"
-"„Managing Your Partitions“ im „„User Guide““\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"
-"(*) 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."
+"Durch w¤hlen der Schaltfl¤che „Fortgeschritten“ erhalten Sie etliche\n"
+"Optionen, die dem fortgeschrittenen Anwender vorbehalten bleiben."
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:347
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"There you are. Installation is now completed 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"
+"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 the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it be difficult to become \"root\".\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"
+"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"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\n"
"\n"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. 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"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\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"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
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"
+"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"
-" * „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"
+"Âğ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"
-" Es gibt zwei verschiedene Alternativen, nachdem Sie diese Schaltfl¤che\n"
-"aktiviert haben:\n"
+"Das Passwort sollte eine Mischung aus alphanumerischen Zeichen sein und\n"
+"mindestens 8 Zeichen lang. Es sollte niemals irgendwo aufgeschrieben\n"
+"werden.\n"
"\n"
-" * „Erneut abspielen“: Diese Installation ist nur teilweise automatisch,\n"
-"da der Partitionierungsschritt (aber nur dieser!) immer noch interaktiv\n"
-"vonstatten geht.\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"
-" * „Automatisiert“: Vollautomatische Installation: Die Festplatte wird\n"
-"vollst¤ndig reorganisiert. Alle darauf vorhandenen Daten gehen verloren!\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"
-" Diese Funktion ist besonders nĵtzlich, wenn man eine Menge von\n"
-"identischer Rechner einrichten will. Weitere Informationen erhalten Sie\n"
-"auch auf der Seite Auto install\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"
-" * „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"
+"Falls in Ihrem Netzwerk LDAP, NIS oder PDC zur Authentifizierung verwendet\n"
+"wird, w¤hlen Sie bitte den entsprechenden Menĵpunkt. Falls Sie nicht\n"
+"wissen, welches Protokoll Sie verwenden, fragen Sie Ihren\n"
+"Netzwerkadministrator.\n"
"\n"
-"(*) Sie benĥtigen eine FAT formatierte Diskette (Mittels „mformat a:“\n"
-"kĥnnen Sie unter GNU/Linux eine solche erstellen)."
+"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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:378
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem on it).\n"
+"Please select the correct port. For example, the \"COM1\" port under\n"
+"Windows is named \"ttyS0\" under GNU/Linux."
+msgstr ""
+"W¤hlen Sie bitte den richtigen Anschluss. So ist etwa der unter Windows\n"
+"„COM1“ genannte Anschluss in GNU/Linux unter „ttyS0“ erreichbar."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\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"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"from the provided list.\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"
-"it.\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 and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\n"
+"\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
+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"
-"Click on \"OK\" when you are ready to format partitions.\n"
+"Sollte dies nicht Ihren Vorstellungen entsprechen: W¤hlen Sie einfach Ihren\n"
+"Maustyp aus der Liste, die Ihnen angezeigt wird.\n"
"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\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, drĵcken Sie die [Leertaste] oder die Eingabetaste, um die\n"
+"Schaltfl¤che „Abbrechen“ zu bet¤tigen und w¤hlen Sie einen anderen Treiber\n"
+"aus.\n"
"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
-msgstr ""
-"Alle Partitionen, die gerade neu erzeugt wurden, mĵssen formatiert werden\n"
-"(d.h. es muss ein Dateisystem auf der Partition erstellt werden), bevor sie\n"
-"verwendet werden kĥnnen.\n"
+"Es kommt vor, dass M¤use mit R¤dern nicht korrekt erkannt werden. W¤hlen\n"
+"Sie in diesem Fall die richtige Maus aus der vorgegebenen Liste. Stellen\n"
+"Sie sicher, dass Sie auch den Anschluss richtig angegeben haben. Nach\n"
+"bet¤tigen der Schaltfl¤che „OK“, wird Ihnen ein Bild der gew¤hlten Maus\n"
+"gezeigt. Bewegen Sie R¤der und Tasten, um sicherzustellen, dass die Maus\n"
+"richtig erkannt wurde."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\n"
"\n"
-"Sie erhalten hier auch die Mĥglichkeit bereits existierende Partitionen neu\n"
-"zu formatieren, um die darauf vorhandenen Daten zu lĥschen. Markieren Sie\n"
-"diese einfach ebenfalls in der Liste.\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\n"
"\n"
-"Es sei angemerkt, dass nicht alle Partitionen neu formatiert werden mĵssen.\n"
-"Sie sollten normalerweise nur die Partitionen neu formatieren, die\n"
-"Systemdaten, jedoch keine Privatdaten enthalten (etwa „/“, „/usr“ oder\n"
-"„/var“). Partitionen wie etwa „/home“ sollten Sie normalerweise nicht neu\n"
-"formatieren.\n"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\n"
"\n"
-"Seien Sie sorgf¤ltig bei der Auswahl der Partitionen. Nach dem formatieren\n"
-"sind alle zuvor darauf existierenden Daten unwiederbringlich verloren.\n"
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
+msgstr ""
+"Als ersten Schritt, w¤hlen Sie bitte die gewĵnschte Sprache.\n"
"\n"
-"Wenn Sie alle Einstellungen vorgenommen haben, bet¤tigen Sie die\n"
-"Schaltfl¤che „OK“, um mit dem Formatieren dere Partitionen zu beginnen.\n"
+"W¤hlen Sie Ihre bevorzugte Sprache fĵr den Installationsvorgang und\n"
+"Systemlaufzeit.\n"
"\n"
-"Bet¤tigen Sie „Abbruch“, wenn Sie eine andere Partition fĵr Ihr neues\n"
-"Mandrake Linux vorgesehen haben.\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"
-"Bet¤tigen Sie die Schaltfl¤che „Fortgeschritten“, falls Sie Partitionen auf\n"
-"defekte Blĥcke untersuchen wollen."
+"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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:404
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
+"\n"
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\n"
"\n"
-"Please be patient."
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
msgstr ""
-"Ihr neues Mandrake Linux System wird nun installiert. Abh¤ngig von der\n"
-"Anzahl Pakete und der Geschwindigkeit Ihres Rechners kann dies zwischen\n"
-"einigen Minuten und mehreren Stunden dauern.\n"
+"„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"
-"Haben Sie noch etwas Gerduld."
+"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.\n"
+"\n"
+"Sollten Sie sich fĵr ein Tastaturlayout einer nicht lateinischen Sprache\n"
+"entschieden haben, werden Sie im n¤chsten Schritt gefragt, mit welcher\n"
+"Tastenkombination Sie zwischen dem von Ihnen gew¤hlten und dem lateinischen\n"
+"Layout umschalten wollen."
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:412
+#: ../../help.pm:1
+#, c-format
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 able 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"
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\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"
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\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“."
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\n"
+"\n"
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\n"
+"\n"
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
+msgstr ""
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:425
+#: ../../help.pm:1
+#, c-format
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 included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"Accept\" button."
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:432
+#: ../../help.pm:1
+#, c-format
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"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"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"
-"If you do not know what to choose, keep the default option."
+"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 ""
-"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"
+"Es wurde mehr als eine Windows Partition gefunden. W¤hlen Sie bitte, welche\n"
+"sie verleinern wollen, um Platz fĵr Ihr neues Mandrake Linux zu schaffen.\n"
"\n"
-"Sollten Sie sich an dieser Stelle nicht sicher sein, so behalten Sie die\n"
-"Standardeinstellung bei."
+"Die Partitionen werden folgendermaŸen aufgelistet: „Linux Name“, „Windows\n"
+"Name“, „Kapazit¤t“.\n"
+"\n"
+"„Linux Name“ hat folgende Struktur: „Festplattentyp“, „Festplattennummer“,\n"
+"„Partitionsnummer“ (etwa „hda1“).\n"
+"\n"
+"„Hard drive type“ ist „„hd““, falls Ihre Platte eine IDE/ATAPI Platte ist\n"
+"und „„sd““, wenn es sich um eine SCSI Platte handelt.\n"
+"\n"
+"„Festplattennummer“ ist immer der Buchstabe hinter dem Festplattentyp. Bei\n"
+"IDE Platten bedeutet:\n"
+"\n"
+" * „„a““ bedeutet „Master Platte am prim¤ren IDE-Controller“;\n"
+"\n"
+" * „„b““ bedeutet „Slave Platte am prim¤ren IDE-Controller“;\n"
+"\n"
+" * „„c““ bedeutet „Master Platte am sekund¤ren IDE-Controller“;\n"
+"\n"
+" * „„d““ bedeutet „Slave Platte am sekund¤ren IDE-Controller“;\n"
+"\n"
+"Bei SCSI Platten steht „„a““ fĵr „niedrigste SCSI ID“, „„b““ fĵr\n"
+"„zweitniedrigste SCSI ID“, etc.\n"
+"\n"
+"„Windows Name“ ist der Buchstabe, den die Partition unter Windows erhalten\n"
+"wĵrde (die erste Partition der ersten Platte heiŸt „„C:““)."
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:442
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
@@ -3618,59 +2226,63 @@ msgid ""
"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"
+"drive\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\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\n"
-"recommended to perform this step;\n"
+"recommended that you perform this step.\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a floppy disk;\n"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a 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"
+"doesn't always work.\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\n"
"\n"
" * \"Removable media automounting\": unchecking this option will force\n"
"users 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\n"
-"your hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\n"
"\n"
" * \"Done\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
+"partitions using [Tab] and the [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"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
-" * Ctrl-d to delete a partition;\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-" * Ctrl-m to set the mount point.\n"
+" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different filesystem types available, please\n"
+"To get information about the different file system 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"
+"``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."
@@ -3753,881 +2365,1001 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:513
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\n"
"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\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"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\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/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able 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"
-"\"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"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"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"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\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/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
+"it.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Click on \"Next ->\" when you are ready to format partitions.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new Mandrake Linux operating system installation.\n"
"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
msgstr ""
-"Es wurde mehr als eine Windows Partition gefunden. W¤hlen Sie bitte, welche\n"
-"sie verleinern wollen, um Platz fĵr Ihr neues Mandrake Linux zu schaffen.\n"
-"\n"
-"Die Partitionen werden folgendermaŸen aufgelistet: „Linux Name“, „Windows\n"
-"Name“, „Kapazit¤t“.\n"
-"\n"
-"„Linux Name“ hat folgende Struktur: „Festplattentyp“, „Festplattennummer“,\n"
-"„Partitionsnummer“ (etwa „hda1“).\n"
-"\n"
-"„Hard drive type“ ist „„hd““, falls Ihre Platte eine IDE/ATAPI Platte ist\n"
-"und „„sd““, wenn es sich um eine SCSI Platte handelt.\n"
-"\n"
-"„Festplattennummer“ ist immer der Buchstabe hinter dem Festplattentyp. Bei\n"
-"IDE Platten bedeutet:\n"
+"Alle Partitionen, die gerade neu erzeugt wurden, mĵssen formatiert werden\n"
+"(d.h. es muss ein Dateisystem auf der Partition erstellt werden), bevor sie\n"
+"verwendet werden kĥnnen.\n"
"\n"
-" * „„a““ bedeutet „Master Platte am prim¤ren IDE-Controller“;\n"
+"Sie erhalten hier auch die Mĥglichkeit bereits existierende Partitionen neu\n"
+"zu formatieren, um die darauf vorhandenen Daten zu lĥschen. Markieren Sie\n"
+"diese einfach ebenfalls in der Liste.\n"
"\n"
-" * „„b““ bedeutet „Slave Platte am prim¤ren IDE-Controller“;\n"
+"Es sei angemerkt, dass nicht alle Partitionen neu formatiert werden mĵssen.\n"
+"Sie sollten normalerweise nur die Partitionen neu formatieren, die\n"
+"Systemdaten, jedoch keine Privatdaten enthalten (etwa „/“, „/usr“ oder\n"
+"„/var“). Partitionen wie etwa „/home“ sollten Sie normalerweise nicht neu\n"
+"formatieren.\n"
"\n"
-" * „„c““ bedeutet „Master Platte am sekund¤ren IDE-Controller“;\n"
+"Seien Sie sorgf¤ltig bei der Auswahl der Partitionen. Nach dem formatieren\n"
+"sind alle zuvor darauf existierenden Daten unwiederbringlich verloren.\n"
"\n"
-" * „„d““ bedeutet „Slave Platte am sekund¤ren IDE-Controller“;\n"
+"Wenn Sie alle Einstellungen vorgenommen haben, bet¤tigen Sie die\n"
+"Schaltfl¤che „OK“, um mit dem Formatieren dere Partitionen zu beginnen.\n"
"\n"
-"Bei SCSI Platten steht „„a““ fĵr „niedrigste SCSI ID“, „„b““ fĵr\n"
-"„zweitniedrigste SCSI ID“, etc.\n"
+"Bet¤tigen Sie „Abbruch“, wenn Sie eine andere Partition fĵr Ihr neues\n"
+"Mandrake Linux vorgesehen haben.\n"
"\n"
-"„Windows Name“ ist der Buchstabe, den die Partition unter Windows erhalten\n"
-"wĵrde (die erste Partition der ersten Platte heiŸt „„C:““)."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "Haben Sie bitte etwas Geduld. Diese Aktion kann einige Minuten dauern."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.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\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
-"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
-"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
-"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
-"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
-"\n"
-"Depending on your GNU/Linux knowledge, select one of the following 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 GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
-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"
-"Aktualisierungen von Mandrake Linux „8.1“ oder aktuelleren Systemen sollten\n"
-"problemlos funktionieren.\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!\n"
-"\n"
-"Dieses Handbuch wird sich auf die Installationsart „Experte“ konzentrieren.\n"
-"Sollten Sie sich stattdessen fĵr die Klasse „Empfehlenswert“ entscheiden,\n"
-"ĵberlesen Sie bitte einfach die Abschnitte, die fĵr Sie nicht zutreffen."
+"Bet¤tigen Sie die Schaltfl¤che „Fortgeschritten“, falls Sie Partitionen auf\n"
+"defekte Blĥcke untersuchen wollen."
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:582
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\n"
"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
-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"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"that will automatically perform a whole installation without the help of an\n"
+"operator, similar to the installation you just configured.\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.\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-"Sollten Sie sich fĵr ein Tastaturlayout einer nicht lateinischen Sprache\n"
-"entschieden haben, werden Sie im n¤chsten Schritt gefragt, mit welcher\n"
-"Tastenkombination Sie zwischen dem von Ihnen gew¤hlten und dem lateinischen\n"
-"Layout umschalten wollen."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:598
-msgid ""
-"The first step is to choose your preferred language.\n"
+" * \"Replay\". This is a partially automated installation. The\n"
+"partitioning step is the only interactive procedure.\n"
"\n"
-"Please choose your preferred language for installation and system usage.\n"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\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 host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"section, click on the box corresponding to \"Spanish|Spain\".\n"
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\n"
"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue.\n"
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>linux defcfg=\"floppy\" <<.\n"
"\n"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
msgstr ""
-"Als ersten Schritt, w¤hlen Sie bitte die gewĵnschte Sprache.\n"
+"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"
-"W¤hlen Sie Ihre bevorzugte Sprache fĵr den Installationsvorgang und\n"
-"Systemlaufzeit.\n"
+"Die Schaltfl¤che „Fortgeschritten“ liefert zwei weitere Schaltfl¤chen:\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"
+" * „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"
-"Haben Sie eine Sprache markiert und die Wahl mit „OK“ best¤tigt, gelangen\n"
-"Sie automatisch zum n¤chsten Schritt."
+" Es gibt zwei verschiedene Alternativen, nachdem Sie diese Schaltfl¤che\n"
+"aktiviert haben:\n"
+"\n"
+" * „Erneut abspielen“: Diese Installation ist nur teilweise automatisch,\n"
+"da 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\n"
+"identischer Rechner einrichten will. Weitere Informationen erhalten Sie\n"
+"auch auf der 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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:617
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it 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"
+"At this point, you need to decide 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"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux system.\n"
"\n"
-"If you wish to specify a different type of mouse, select the appropriate\n"
-"type from the provided list.\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, take your time.\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.\n"
+"Depending on your hard drive configuration, several options are available:\n"
"\n"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
-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"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\n"
"\n"
-"Sollte dies nicht Ihren Vorstellungen entsprechen: W¤hlen Sie einfach Ihren\n"
-"Maustyp aus der Liste, die Ihnen angezeigt wird.\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. You will then be asked to choose the mount points associated with\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and for the most part it's a good idea to keep them.\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, drĵcken Sie die [Leertaste] oder die Eingabetaste, um die\n"
-"Schaltfl¤che „Abbrechen“ zu bet¤tigen und w¤hlen Sie einen anderen Treiber\n"
-"aus.\n"
+" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\n"
"\n"
-"Es kommt vor, dass M¤use mit R¤dern nicht korrekt erkannt werden. W¤hlen\n"
-"Sie in diesem Fall die richtige Maus aus der vorgegebenen Liste. Stellen\n"
-"Sie sicher, dass Sie auch den Anschluss richtig angegeben haben. Nach\n"
-"bet¤tigen der Schaltfl¤che „OK“, wird Ihnen ein Bild der gew¤hlten Maus\n"
-"gezeigt. Bewegen Sie R¤der und Tasten, um sicherzustellen, dass die Maus\n"
-"richtig erkannt wurde."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:638
-msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
+" Before choosing this option, please understand that after this\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store 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, because you will not be able to\n"
+"undo your choice after you confirm.\n"
+"\n"
+" !! If you choose this option, all data on your disk will be deleted. !!\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"
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
msgstr ""
-"W¤hlen Sie bitte den richtigen Anschluss. So ist etwa der unter Windows\n"
-"„COM1“ genannte Anschluss in GNU/Linux unter „ttyS0“ erreichbar."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:642
-msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to be difficult to become \"root\".\n"
+"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"
-"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"
+"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"
-"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"
+"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"
-"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"
+"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"
-"In Expert mode, you will be asked if you will be connecting to an\n"
-"authentication server, like NIS or LDAP.\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"
-"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your network administrator.\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"
-"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"
+" * „Verwende existierende“: Der Assistent hat eine oder mehrere\n"
+"existierende Linux Partitionen auf Ihrer Platte gefunden. W¤hlen Sie diese\n"
+"Schaltfl¤che, falls Sie sie behalten wollen. Sie werden dann gebeten, die\n"
+"Einh¤ngpunkte der Partitionen anzugeben. Als Vorgabe erhalten Sie die\n"
+"Einh¤ngpunkte der gefundenen Distribution, normalerweise ist es nicht nĥtig\n"
+"diese zu ¤ndern.\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"
+" * „Freien Platz der Windows Partition verwenden“: Falls der gesamte\n"
+"Plattenplatz aktuell fĵr Microsoft Windows(TM) verschwendet ist, mĵssen Sie\n"
+"fĵr Linux Platz schaffen. Um dies zu erreichen, kĥnnen Sie entweder Ihre\n"
+"Microsoft Windows(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"
-"Das Passwort sollte eine Mischung aus alphanumerischen Zeichen sein und\n"
-"mindestens 8 Zeichen lang. Es sollte niemals irgendwo aufgeschrieben\n"
-"werden.\n"
+" Bevor Sie sich fĵr diese Variante entscheiden, sei hier noch einmal\n"
+"betont, dass das bedeutet, Sie haben weniger Platz fĵr Windows als\n"
+"momentan.\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"
+" * „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"
-"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"
+" !! Wenn Sie diese Variante w¤hlen, werden alle Ihre Daten auf der Platte\n"
+"gelĥscht! !!\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"
+" * „Windows(TM) lĥschen“: Bei dieser Variante werden alle Windows\n"
+"Partitionen gelĥscht und die Platte(n) komplett neu partitioniert.\n"
"\n"
-"Falls in Ihrem Netzwerk LDAP, NIS oder PDC zur Authentifizierung verwendet\n"
-"wird, w¤hlen Sie bitte den entsprechenden Menĵpunkt. Falls Sie nicht\n"
-"wissen, welches Protokoll Sie verwenden, fragen Sie Ihren\n"
-"Netzwerkadministrator.\n"
+" !! Wenn Sie diese Variante w¤hlen, werden alle Ihre Daten auf der Platte\n"
+"gelĥscht! !!\n"
"\n"
-"Falls Ihr Rechner nicht an einem administrierten Netzwerk h¤ngt, w¤hlen Sie\n"
-"bitte „Lokale Dateien“ zur Authentifizierung."
+" * „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. Um zu\n"
+"erfahren, wie Sie DiskDrake verwenden kĥnnen, lesen Sie bitte das Kapitel\n"
+"„Managing Your Partitions“ im „„User Guide““\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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:678
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\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"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
+"\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
+"\n"
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
+msgstr ""
+"Die Mandrake Linux CD-ROM hat einen eingebauten Rettungsmo­dus. Sie\n"
+"erreichen ihn durch Starten von CD-ROM, und Drĵcken von ÂğF1ÂĞ bei\n"
+"Bootbeginn. Geben Sie dann ÂğrescueÂĞ an der Eingabeaufforderung ein. Falls\n"
+"Ihr Rechner nicht von CD-ROM starten kann, sollten Sie diesen Punkt\n"
+"unbedingt aus zwei Grĵnden abarbeiten:\n"
"\n"
-" * if a grub or LILO boot sector is found, it will replace it with a new\n"
-"one.\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"
-"if in doubt, DrakX will display a dialog with various options.\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"
-" * \"Bootloader to use\": you have three choices:\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."
+
+#: ../../help.pm:1
+#, c-format
+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 ""
+"Nun werden Sie gefragt, ob Sie in die grafische Ungebug starten wollen.\n"
+"Es sei angemerkt, dass Sie das auch gefragt werden, wenn die Grafikkarte \n"
+"vorher nicht getestet wurde. Sie sollten mit „Nein“ anworten, falls Ihr\n"
+"Rechner als Server dienen sollte oder der Test der Grafikumgebung zu\n"
+"Problemen fĵhrte."
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Resolution\n"
"\n"
-" * \"GRUB\": if you prefer grub (text menu);\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Monitor\n"
"\n"
-" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
-"interface;\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+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 upon.\n"
"\n"
-" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
-"interface.\n"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\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"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\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"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\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 for the expert user."
-msgstr ""
-"LILO und grub sind Betriebssystemstarter fĵr GNU/Linux. Diese\n"
-"Installationsphase l¤uft in den meisten F¤llen vĥllig automatisch ab. DrakX\n"
-"analysiert den Bootsektor und ergreift dann die passenden MaŸnahmen:\n"
"\n"
-" * Findet DrakX einen Windows-Bootsektor, ersetzt es ihn durch einen grub\n"
-"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"
+"Monitor\n"
"\n"
-" * Findet DrakX einen Linux-Bootsektor vor, ersetzt es ihn durch einen\n"
-"neuen;\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\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"
+"Resolution\n"
"\n"
-" * „LILO mit grafischem Menĵ“: Falls Sie LILO mit seiner grafischen\n"
-"Oberfl¤che bevorzugen.\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\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"
+"Test\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"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\n"
"\n"
-"Durch w¤hlen der Schaltfl¤che „Fortgeschritten“ erhalten Sie etliche\n"
-"Optionen, die dem fortgeschrittenen Anwender vorbehalten bleiben."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:718
-msgid ""
-"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.\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!"
+"Options\n"
+"\n"
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
msgstr ""
-"Nachdem Sie die allgemeinen BS-Startetr Parameter eingestellt haben,\n"
-"bekommen Sie die Liste mĥglicher Betriebssystemalternativen fĵr das\n"
-"Startmenĵ gezeigt.\n"
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Graphic Card\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.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
-"Mĥglicherweise wollen Sie auch nicht, dass andere Anwender Zugiff auf die\n"
-"ĵbrigen installierten Betriebssysteme bekommen. In diesem Fall kĥnnen Sie\n"
-"die jeweiligen Eintr¤ge entfernen, Sie mĵssen jedoch selbst fĵr\n"
-"Startdisketten sorgen, um diese Syteme erreichen zu kĥnnen!"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:732
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
msgstr ""
-"\"Sie mĵssen nun entscheiden, wo die Informationen zum Starten Ihrer\n"
-"GNU/Linux Distribution erstellt werden sollen.\n"
+"GNU/Linux arbeitet mit GMT (Greenwich Mean Time) und ĵbersetzt diese anhand\n"
+"der Zeitzone in Ihre lokale Zeit.\n"
"\n"
-"Sofern Sie nicht genau wissen, was sie machen sollen, w¤hlen Sie „Erster\n"
-"Sektor der Platte (MBR)“."
+"Da Microsoft Windows(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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:739
-msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
-"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a 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 first 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\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"This step is used to choose which services you wish to start at boot time.\n"
+"\n"
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\n"
+"\n"
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"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 that 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 ""
-"Hier kĥnnen Sie das Drucksystem fĵr Ihren Rechner w¤hlen. Andere\n"
-"Betriebssysteme bieten Ihnen nur eines, bei Mandrake Linux kĥnnen Sie\n"
-"zwischen drei verschiedenen w¤hlen.\n"
+"Als n¤chstes kĥnnen Sie die Dienste ausw¤hlen, die w¤hrend des\n"
+"Betriebssystemstarts aktiviert werden sollen.\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"
+"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"
-" * „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"
+"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"
-" * „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."
+"!! 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! !!"
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
+msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:759
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\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 with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to return to the SCSI interface question.\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\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"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to manually provide options to the driver."
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
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"
+"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"
-"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"
+"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"
-"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"
+"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"
-"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"
+"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"
-"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)."
+"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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:781
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present 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"
-"For other OSes, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"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 during boot. !!\n"
+"\n"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\n"
+"\n"
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such 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"
-"For Linux, there are a few possible options:\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"
-" * Label: this is simply the name you will have to type at the yaboot\n"
-"prompt to select this boot option;\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"
-" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
-"or a variation of vmlinux with an extension;\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"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\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/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm:1
+#, fuzzy, c-format
+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"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\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"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\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"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\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"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\n"
"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a filesystem check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\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"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working graphical desktop.\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"
+" * \"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"
-"Fĵr ein anderes BS kĥnnen Sie nur einen Namen und die Start-Partition\n"
-"angeben.\n"
+" * \"Truly minimal install\": will install the absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\n"
"\n"
-"Fĵr Linux gibt es einige Parameter:\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"
-" * „Identifikator“: Es handelt sich um den Namen, den Sie an der yaboot\n"
-"Eingabeaufforderung angeben mĵssen, um diese Alternative zu w¤hlen.\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"
-" * „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"
+"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"
-" * „Verzeichnisbaumwurzel“: Die Verzeichnisbaumwurzel „„/““ Ihrer Linux\n"
-"Installation.\n"
+"Die Pakete sind nach ihrer Verwendung in Gruppen eingeteilt. Diese Gruppen\n"
+"wiederum enthalten vier Abschnitte:\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"
+" * „Arbeitsplatzrechner“: Falls Ihr Rechner als Arbeitsplatzrechner\n"
+"verwendet werden soll, markieren Sie eine oder mehrere Gruppen.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
+" * „Entwicklungsplattform“: Falls Sie mit Ihrem Rechner programmieren\n"
+"wollen, sollten Sie diese Gruppe markieren.\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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"
-" * „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"
+" * „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"
-" * „GrĥŸe der Init-RamDisk“: Standardm¤Ÿig ist eine RamDisk 4096 Bytes\n"
-"groŸ. Sollten Sie eine grĥŸere RamDisk benĥtigen, kĥnnen Sie das mit diesem\n"
-"Parameter einstellen.\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"
-" * „Schreiben/Lesen“: Normalerweise wird die Verzeichnisbaumwurzel zuerst\n"
-"im Nur-Lese-Modus eingeh¤ngt, um eine Dateisystem Verifikation durchfĵhren\n"
-"zu kĥnnen, bevor das Betriebssystem seinen Dienst aufnimmt. Diesen Umstand\n"
-"kĥnnen Sie hier abstellen.\n"
+" * „Mit X“ Installiert eine rudiment¤re grafische Oberfl¤che;\n"
"\n"
-" * „NoVideo“: Sollte sich die Apple Grafik-Hardware als extrem\n"
-"problematisch erweisen, kĥnnen Sie diesen Parameter verwenden um im sog.\n"
-"„novideo“-Modus, also im FrameBuffer-Modus zu starten.\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"
-" * „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."
+" * „Extrem minimale Installation“ Sie erhalten eine komplett „nackte“ 65MB\n"
+"groŸe GNU/Linux-Distribution (speziell auch ohne urpmi!). Es versteht sich\n"
+"von 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/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD 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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:828
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
-"Yaboot's main options are:\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\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"
+"\"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"
-" * 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"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt;\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+" * \"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 ""
-"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"
+"Sie erhalten die Liste, der auf Ihren Festplatten gefundenen GNU/Linux\n"
+"Partitionen. Sie kĥnnen die Auswahl des Assistenten beibehalten - sie\n"
+"sollte normalerweise Ihren Bedĵrfnissen entsprechen. Falls Sie es vorziehen\n"
+"die Einh¤ngpunkte selbst zu definieren, denken Sie bitte daran, dass Sie\n"
+"zumindest eine Verzeichnisbaumwurzel („/“ benĥtigen. W¤hlen Sie die\n"
+"Partitionen nicht zu klein, da Sie sonst nicht genĵgend Programme\n"
+"installieren kĥnnen. Wenn Sie Ihre perĥchen Daten auf einer eigenen\n"
+"Partition halten wollen, legen Sie sich eine Partition namens „/home“ an.\n"
"\n"
-"Die Hauptparameter von yaboot sind:\n"
+"Die Partitionen werden folgendermaŸen aufgelistet: „Name“, „Kapazit¤t“.\n"
"\n"
-" * „Init Nachricht“: Ein Text, der vor der Eingabeaufforderung angezeigt\n"
-"wird.\n"
+"„Name“ hat folgende Struktur: „Festplattentyp“, „Festplattennummer“,\n"
+"„Partitionsnummer“ (etwa „hda1“).\n"
"\n"
-" * „Boot Ger¤t“: Hiermit wird angegeben, wohin die Informationen zum\n"
-"Starten Ihres GNU/Linux Systems geschrieben werden sollen. Sie sollten in\n"
-"einem frĵheren Schritt bereits eine Boot-Partition angelegt haben, um diese\n"
-"Daten zu beherbergen.\n"
+"„Hard drive type“ ist „„hd““, falls Ihre Platte eine IDE/ATAPI Platte ist\n"
+"und „„sd““, wenn es sich um eine SCSI Platte handelt.\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"
+"„Festplattennummer“ ist immer der Buchstabe hinter dem Festplattentyp. Bei\n"
+"IDE Platten bedeutet:\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"
+" * „„a““ bedeutet „Master Platte am prim¤ren IDE-Controller“;\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"
+" * „„b““ bedeutet „Slave Platte am prim¤ren IDE-Controller“;\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"
+" * „„c““ bedeutet „Master Platte am sekund¤ren IDE-Controller“;\n"
"\n"
-" * „Standard BS“: Hiermit stellen Sie ein, welches Betriebssystem nach\n"
-"Ablauf der Open Firmware Verzĥgerung automatisch gestartet werden soll."
+" * „„d““ bedeutet „Slave Platte am sekund¤ren IDE-Controller“;\n"
+"\n"
+"Bei SCSI Platten steht „„a““ fĵr „niedrigste SCSI ID“, „„b““ fĵr\n"
+"„zweitniedrigste SCSI ID“, etc."
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:860
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may 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\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to 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. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
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,\n"
-"falls notwendig, die Schaltfl¤che.\n"
-"\n"
-" * „Tastatur“: Kontrollieren Sie die aktuelle Tastaturvorgabe und w¤hlen\n"
-"Sie die Schaltfl¤che, falls Sie die Vorgabe ¤ndern wollen.\n"
-"\n"
-" * „Zeitzone“: „DrakX“ versucht die Zeitzone anhand der gew¤hlten Sprache\n"
-"zu „erraten“. Es ist jedoch mĥglich, dass Sie sich nicht in dem Land\n"
-"befinden, das die vorgegebene Sprache erahnen l¤sst. In diesem Fall sollten\n"
-"Sie die Schaltfl¤che anw¤hlen, um die Uhr entsprechend Ihrer lokalen\n"
-"Zeitzone zu setzen.\n"
-"\n"
-" * „Drucker“: Durch Anwahl der Schaltfl¤che „Kein Drucker“ starten Sie den\n"
-"Druckerassistenten.\n"
+"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"
-" * „Soundkarte“: Falls eine Soundkarte in Ihrem Rechner gefunden wurde,\n"
-"wird sie hier angezeigt. Es ist jedoch keine „nderung w¤hrend der\n"
-"Installation mĥglich.\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"
-" * „TV-Karte“: Falls eine TV-Karte in Ihrem Rechner gefunden wurde, wird\n"
-"sie hier angezeigt. Es ist jedoch keine „nderung w¤hrend der Installation\n"
-"mĥglich.\n"
+"Klicken Sie auf „Benutzer akzeptieren“, um das Kennzeichen zu erstellen.\n"
+"AnschlieŸend kĥnnen Sie direkt weitere Benutzer hinzufĵgen. Wenn Sie alle\n"
+"Kennzeichen erstellt haben, klicken Sie auf „Fertig“.\n"
"\n"
-" * „ISDN Karte“: Falls eine ISDN Karte in Ihrem Rechner gefunden wurde,\n"
-"wird sie hier angezeigt. Durch Anwahl der Schaltfl¤che kĥnnen Sie die\n"
-"Parameter ¤ndern."
+"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/manualB/modules/de/drakx-chapter.xml
-#: ../../help.pm_.c:891
+#: ../../help.pm:1
+#, fuzzy, c-format
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!"
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
msgstr ""
-"Bitte w¤hlen Sie die Festplatte, die Sie lĥschen wollen, um Ihr neues\n"
-"Mandrake Linux zu installieren. Bedenken Sie dabei, dass alle Daten auf\n"
-"dieser Platte nach diesem Schritt unwiederbringlich verloren sind!"
+"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/manualB/modules/de/drakx-chapter.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 stop this operation without losing any data and\n"
-"partitions present on this hard drive."
-msgstr ""
-"Bet¤tigen Sie die Schaltfl¤che „OK“, wenn Sie alle Partitionen und die\n"
-"darauf befindlichen Daten lĥschen wollen. Bedenken Sie, dass Sie nach\n"
-"bet¤tigen der Schaltfl¤che auch an die mĥglichweise noch vorhandenen\n"
-"Windows Daten nicht mehr gelangen werden!\n"
-"\n"
-"W¤hlen Sie „Abbruch“, um ohne Datenverlust die Aktion abtzubrechen."
+#: ../../install2.pm:1
+#, c-format
+msgid "You must also format %s"
+msgstr "Sie mĵssen auch %s formatieren."
-#: ../../install2.pm_.c:111
+#: ../../install2.pm:1
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -4639,37 +3371,48 @@ msgstr ""
"Installationsmedium ĵbereinstimmt (Bitte erstellen Sie eine neue "
"Startdiskette). "
-#: ../../install2.pm_.c:167
+#: ../../install_any.pm:1
#, c-format
-msgid "You must also format %s"
-msgstr "Sie mĵssen auch %s formatieren."
+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 ""
+"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."
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "Error reading file %s"
+msgstr "Fehler beim Lesen der Datei %s"
+
+#: ../../install_any.pm:1
#, 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"
+"To use this saved packages selection, boot installation with ``linux "
+"defcfg=floppy''"
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"
+"Um diese gespeicherte Paketauswahl zu verwenden, starten Sie die \n"
+"Installation bitte mit: „boot defcfg=floppy“"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "This floppy is not FAT formatted"
+msgstr "Diese Diskette ist nich FAT formatiert"
+
+#: ../../install_any.pm:1
+#, 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:1
+#, c-format
+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:441
+#: ../../install_any.pm:1
#, c-format
msgid ""
"The following packages will be removed to allow upgrading your system: %s\n"
@@ -4683,148 +3426,156 @@ msgstr ""
"\n"
"Wollen Sie diese Pakete wirklich entfernen?\n"
-#: ../../install_any.pm_.c:471
-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:879
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
#, 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:883
-msgid "This floppy is not FAT formatted"
-msgstr "Diese Diskette ist nich FAT formatiert"
-
-#: ../../install_any.pm_.c:895
-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“"
+msgid "No"
+msgstr "Nein"
-#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
#, c-format
-msgid "Error reading file %s"
-msgstr "Fehler beim Lesen der Datei %s"
+msgid "Yes"
+msgstr "Ja"
-#: ../../install_any.pm_.c:1040
+#: ../../install_any.pm:1
+#, c-format
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"
+"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 ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
+"\n"
+"\n"
+"Do you really want to install these servers?\n"
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."
+"Sie haben die folgenden Server ausgew¤hlt: %s\n"
+"\n"
+"\n"
+"Diese Server werden standardm¤Ÿig aktiviert. Sie haben keine bekannten\n"
+"Sicherheitsprobleme, jedoch kĥnnten einige neue entdeckt werden. Stellen\n"
+"Sie deshalb sicher, dass Sie diese Pakete so zeitig wie mĥglich "
+"aktualisieren.\n"
+"\n"
+"\n"
+"Wollen Sie diese Server wirklich installieren?\n"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_gtk.pm:1
#, 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"
+msgid "System configuration"
+msgstr "Systemkonfiguration"
-#: ../../install_interactive.pm_.c:56
-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_gtk.pm:1
+#, c-format
+msgid "System installation"
+msgstr "Installation"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr "Sie benĥtigen eine Auslagerungspartition"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing down the network"
+msgstr "Netzwerkverbindung trennen"
-#: ../../install_interactive.pm_.c:62
-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:1
+#, c-format
+msgid "Bringing up the network"
+msgstr "Netzwerkverbindung herstellen"
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-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:1
+#, c-format
+msgid "Partitioning failed: %s"
+msgstr "Das Partitionieren schlug Fehl: %s"
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Freien Platz verwenden"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "The DrakX Partitioning wizard found the following solutions:"
+msgstr "Der DrakX Partitionierungsassistent fand folgende Lĥsung:"
-#: ../../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:1
+#, c-format
+msgid "I can't find any room for installing"
+msgstr "Ich finde nicht genug Platz fĵr die Installation."
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partitions"
-msgstr "Verwende existierende Partition(en)"
+#: ../../install_interactive.pm:1
+#, 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:102
-msgid "There is no existing partition to use"
-msgstr "Es gibt keine existierende Partition, die ich verwenden kann."
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use fdisk"
+msgstr "Fdisk verwenden"
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Auf der Windows Partition Loopbacks anlegen"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Custom disk partitioning"
+msgstr "Benutzerdefinierte Partitionierung"
-#: ../../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:1
+#, 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:114
-msgid "Choose the sizes"
-msgstr "W¤hlen Sie die GrĥŸen"
+#: ../../install_interactive.pm:1
+#, c-format
+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:115
-msgid "Root partition size in MB: "
-msgstr "GrĥŸe der Verzeichnisbaumwurzel-Partition in MB: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "Komplette Platte lĥschen"
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "GrĥŸe der Auslagerungspartition in MB: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "Windows(TM) lĥschen"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr "Den freien Platz der Windows Partition verwenden"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no FAT partition to resize (or not enough space left)"
+msgstr ""
+"Sie haben keine FAT Partition, deren GrĥŸe ich anpassen kann\n"
+"(mĥglicherweise haben Sie auch einfach nur nichtmehr genĵgend\n"
+"freien Speicher)."
-#: ../../install_interactive.pm_.c:129
-msgid "Which partition do you want to resize?"
-msgstr "Bei welcher Partition wollen Sie die GrĥŸe ¤ndern?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "FAT GrĥŸenanpassung schlug Fehl: %s"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
msgstr "Errechne die Grenzen des Windows Dateisystems"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, 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"
+msgid "Resizing"
+msgstr "Neuberechnen der GrĥŸe"
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr ""
-"Ihre Windows-Partition ist zu sehr fragmentiert.\n"
-"Starten Sie bitte erst „defrag“ unter Windows."
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "Partition %s"
+
+#: ../../install_interactive.pm:1
+#, c-format
+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:138
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -4845,327 +3596,167 @@ msgstr ""
"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:148
-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:149
-#, c-format
-msgid "partition %s"
-msgstr "Partition %s"
-
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm:1
#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "FAT GrĥŸenanpassung schlug Fehl: %s"
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition 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:177
-msgid "Erase entire disk"
-msgstr "Komplette Platte lĥschen"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr "Windows(TM) lĥschen"
-
-#: ../../install_interactive.pm_.c:180
-msgid "You have more than one hard drive, which one do you install linux on?"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
msgstr ""
-"Sie haben mehr als eine Festplatte.\n"
-"Auf welche soll GNU/Linux installiert werden?"
+"Ihre Windows-Partition ist zu sehr fragmentiert.\n"
+"Starten Sie bitte erst „defrag“ unter Windows."
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm:1
#, 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:191
-msgid "Custom disk partitioning"
-msgstr "Benutzerdefinierte Partitionierung"
+msgid "Computing the size of the Windows partition"
+msgstr "Berechnung der GrĥŸe der Windows Partition"
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr "Fdisk verwenden"
-
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
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:227
-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:243
-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:"
+"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:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Das Partitionieren schlug Fehl: %s"
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr "Netzwerkverbindung herstellen"
-
-#: ../../install_interactive.pm_.c:265
-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!"
+msgid "Which partition do you want to resize?"
+msgstr "Bei welcher Partition wollen Sie die GrĥŸe ¤ndern?"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Den Einh¤ngpunkt %s kopieren"
+msgid "Use the free space on the Windows partition"
+msgstr "Den freien Platz der Windows Partition verwenden"
-#: ../../install_steps.pm_.c:380
-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"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
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"
+"Sie haben keine FAT Partition, die ich als Loopback verwenden kann\n"
+"(mĥglicherweise haben Sie auch einfach nur nichtmehr genĵgend\n"
+"freien Speicher)."
-#: ../../install_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr "Willkommen auf %s"
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
-msgstr "Kein Disketten-Laufwerk verfĵgbar"
+msgid "Swap partition size in MB: "
+msgstr "GrĥŸe der Auslagerungspartition in MB: "
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Beginn von Schritt „%s“\n"
-
-#: ../../install_steps_gtk.pm_.c:146
-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 ""
-"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:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr "Installationsart"
-
-#: ../../install_steps_gtk.pm_.c:160
-msgid "Please choose one of the following classes of installation:"
-msgstr "Bitte w¤hlen Sie eine der folgenden Installationsklassen:"
+msgid "Root partition size in MB: "
+msgstr "GrĥŸe der Verzeichnisbaumwurzel-Partition in MB: "
-#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr "Auswahl der Paketgruppen"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Choose the sizes"
+msgstr "W¤hlen Sie die GrĥŸen"
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr "Individuelle Paketauswahl"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which partition do you want to use for Linux4Win?"
+msgstr "Auf welche Partition wollen Sie Linux4Win installieren?"
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "GesamtgrĥŸe: %d / %d MB"
+msgid "Use the Windows partition for loopback"
+msgstr "Auf der Windows Partition Loopbacks anlegen"
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr "Ungĵltiges Paket"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no existing partition to use"
+msgstr "Es gibt keine existierende Partition, die ich verwenden kann."
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr "Name: %s\n"
+msgid "Use existing partitions"
+msgstr "Verwende existierende Partition(en)"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "Version: %s\n"
+msgid "Not enough free space to allocate new partitions"
+msgstr "Nicht genug freier Platz, um die neue Partition anlegen zu kĥnnen."
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr "GrĥŸe: %d KB\n"
+msgid "Use free space"
+msgstr "Freien Platz verwenden"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_interactive.pm:1 ../../install_steps.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr "Wichtigkeit: %s\n"
+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_steps_gtk.pm_.c:360
+#: ../../install_interactive.pm:1
+#, c-format
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:365
-msgid "The following packages are going to be installed"
-msgstr "Die folgenden Pakete werden installiert werden"
-
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr "Die folgenden Pakete werden entfernt"
-
-#: ../../install_steps_gtk.pm_.c:378
-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:390
-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:392
-msgid "You can't unselect this package. It is already installed"
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
-"Sie kĥnnen dieses Paket nicht aus der Auswahl entfernen. \n"
-"Es ist bereits installiert!"
+"Sie haben keine Auslagerungspartition\n"
+"\n"
+"Wollen Sie trotzdem fortfahren?"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
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:398
-msgid "You can't unselect this package. It must be upgraded"
+"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 kĥnnen dieses Paket nicht aus der Auswahl entfernen. \n"
-"Es muss aktualisiert werden!"
-
-#: ../../install_steps_gtk.pm_.c:403
-msgid "Show automatically selected packages"
-msgstr "Anzeige automatisch markierter Pakete"
-
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr "Installation"
-
-#: ../../install_steps_gtk.pm_.c:407
-msgid "Load/Save on floppy"
-msgstr "Laden von/Speichern auf Diskette"
-
-#: ../../install_steps_gtk.pm_.c:408
-msgid "Updating package selection"
-msgstr "Erneuere Paket Auswahl"
-
-#: ../../install_steps_gtk.pm_.c:413
-msgid "Minimal install"
-msgstr "Minimal-Installation"
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr "Zu installierende Pakete ausw¤hlen"
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr "Installation wird durchgefĵhrt"
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr "Sch¤tzung"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr "Verbleibende Zeit "
-
-#: ../../install_steps_gtk.pm_.c:469
-msgid "Please wait, preparing installation..."
-msgstr "Bitte warten, bereite Installation vor"
-
-#: ../../install_steps_gtk.pm_.c:551
-#, c-format
-msgid "%d packages"
-msgstr "%d Pakete"
+"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_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr "Installation des Pakets %s"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "Akzeptieren"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
-msgstr "Zurĵckweisen"
+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_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
+#: ../../install_messages.pm:1
#, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\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."
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\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 ""
-"Bitte wechseln Sie die CD!\n"
+"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"
-"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:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr "Wollen Sie trotzdem fortfahren?"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
-msgstr "Bei der Anforderung folgender Pakete trat ein Fehler auf:"
+"Fĵr Informationen zu Sicherheitsaktualisierungen dieser Version von Mandrake "
+"Linux informieren Sie sich bitte unter \n"
+"\n"
+"%s\n"
+"\n"
+"Wie Sie Ihr System warten kĥnnen, erfahren Sie im Kapitel „Nach der "
+"Installation“ im offiziellen Benutzerhandbuch von Mandrake Linux."
-#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr "Bei der Installation der Pakete trat ein Fehler auf:"
+#: ../../install_messages.pm:1
+#, fuzzy, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -5228,19 +3819,8 @@ msgstr ""
"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:112
-msgid "License agreement"
-msgstr "Lizenz"
-
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -5579,471 +4159,407 @@ msgstr ""
"litige. Pour toute question relative au prİsent document, veuillez \n"
"contacter MandrakeSoft S.A.\n"
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
-msgstr "Sind Sie sicher, dass Sie die Lizenz zurĵckweisen wollen?"
-
-#: ../../install_steps_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "Tastatur"
-
-#: ../../install_steps_interactive.pm_.c:218
-msgid "Please choose your keyboard layout."
-msgstr "Bitte w¤hlen Sie Ihren Tastaturtyp."
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "Beginn von Schritt „%s“\n"
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
-msgstr "Hier die Liste aller Tastaturen"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "Wollen Sie trotzdem fortfahren?"
-#: ../../install_steps_interactive.pm_.c:237
-msgid "Which installation class do you want?"
-msgstr "Welche Installationsart wollen Sie durchfĵhren?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "Bei der Installation der Pakete trat ein Fehler auf:"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Install/Update"
-msgstr "Installation/Aktualisierung"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "Bei der Anforderung folgender Pakete trat ein Fehler auf:"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Is this an install or an update?"
-msgstr "Handelt es sich um eine Installation oder eine Aktualisierung?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, 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_interactive.pm_.c:250
-msgid "Recommended"
-msgstr "Empfehlenswert"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "Zurĵckweisen"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "Experte"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "Akzeptieren"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade"
-msgstr "Aktualisierung"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "Installation des Pakets %s"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade packages only"
-msgstr "Nur Pakete aktualisieren"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d Pakete"
-#: ../../install_steps_interactive.pm_.c:282
-msgid "Please choose the type of your mouse."
-msgstr "Bitte w¤hlen Sie Ihren Maustyp."
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "No details"
+msgstr "Details"
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr "Maus Port"
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "Details"
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-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_gtk.pm:1
+#, c-format
+msgid "Please wait, preparing installation..."
+msgstr "Bitte warten, bereite Installation vor"
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
-msgstr "Tastenemulation"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "Verbleibende Zeit "
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
-msgstr "Emulation der 2. Taste"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "Sch¤tzung"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
-msgstr "Emulation der 3. Taste"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "Installation wird durchgefĵhrt"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr "PCMCIA Karten konfigurieren ..."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "Zu installierende Pakete ausw¤hlen"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Minimal install"
+msgstr "Minimal-Installation"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr "IDE konfigurieren"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Updating package selection"
+msgstr "Erneuere Paket Auswahl"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Load/Save on floppy"
+msgstr "Laden von/Speichern auf Diskette"
-#: ../../install_steps_interactive.pm_.c:345
-msgid "No partition available"
-msgstr "Keine Partition verfĵgbar"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "<- Previous"
+msgstr "<- Zurĵck"
-#: ../../install_steps_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
-msgstr "Durchsuchen der Partitionen, um die Einh¤ngpunkte zu finden."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "Installation"
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
-msgstr "W¤hlen Sie die Einh¤ngpunkte"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
+msgstr "Anzeige automatisch markierter Pakete"
-#: ../../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"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It must be upgraded"
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."
+"Sie kĥnnen dieses Paket nicht aus der Auswahl entfernen. \n"
+"Es muss aktualisiert werden!"
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid ""
+"This package must be upgraded.\n"
+"Are you sure you want to deselect it?"
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?"
+"Dieses Paket muss aktualisiert werden.\n"
+"Sind Sie sicher, dass Sie es aus der Auswahl entfernen wollen?"
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It is already installed"
msgstr ""
-"Sie mĵssen Ihren Rechner neu starten, um die „nderungen \n"
-"der Partitionstabelle wirksam werden zu lassen."
+"Sie kĥnnen dieses Paket nicht aus der Auswahl entfernen. \n"
+"Es ist bereits installiert!"
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Zu formatierende Partitionen ausw¤hlen"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "This is a mandatory package, it can't be unselected"
+msgstr "Dieses Paket ist existenziell, sie kĥnnen es nicht deselektieren"
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Soll ich nach defekten Blĥcken suchen?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "Sie kĥnnen dieses Paket nicht ausw¤hlen/es aus der Auswahl entfernen."
-#: ../../install_steps_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr "Partitionen formatieren"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "Die folgenden Pakete werden entfernt"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_gtk.pm:1
#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Erzeugen und formatieren der Datei %s"
+msgid "The following packages are going to be installed"
+msgstr "Die folgenden Pakete werden installiert werden"
-#: ../../install_steps_interactive.pm_.c:470
+#: ../../install_steps_gtk.pm:1
#, c-format
msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
-msgstr ""
-"Es traten Fehler beim Kontrollieren des Dateisystems %s auf. Wollen Sie, "
-"dass ich versuche sie zu beheben? (Achtung: das kann zu Datenverlust fĵhren)"
-
-#: ../../install_steps_interactive.pm_.c:472
-msgid "Not enough swap space to fulfill installation, please add some"
+"You can't select this package as there is not enough space left to install it"
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:479
-msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "Suche nach vorhandenen Paketen und aktualisieren der RPM-Datenbank ..."
-
-#: ../../install_steps_interactive.pm_.c:480
-msgid "Looking for available packages..."
-msgstr "Suche nach vorhandenen Paketen..."
+"Sie kĥnnen dieses Paket nicht ausw¤hlen, da Sie nicht genug Plattenplatz "
+"haben."
-#: ../../install_steps_interactive.pm_.c:483
-msgid "Looking at packages already installed..."
-msgstr "Suche nach bereits installierten Paketen ..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Wichtigkeit: %s\n"
-#: ../../install_steps_interactive.pm_.c:487
-msgid "Finding packages to upgrade..."
-msgstr "Finden der zu aktualisierenden Pakete ..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "GrĥŸe: %d KB\n"
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_gtk.pm:1
#, c-format
-msgid ""
-"Your system does not have 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)."
+msgid "Version: %s\n"
+msgstr "Version: %s\n"
-#: ../../install_steps_interactive.pm_.c:541
-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_gtk.pm:1
+#, c-format
+msgid "Name: %s\n"
+msgstr "Name: %s\n"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Load from floppy"
-msgstr "Von Diskette laden"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Bad package"
+msgstr "Ungĵltiges Paket"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr "Auf Diskette speichern"
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "Andere"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Loading from floppy"
-msgstr "Laden von Diskette ..."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "GesamtgrĥŸe: %d / %d MB"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Package selection"
-msgstr "Auswahl der Pakete"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Next ->"
+msgstr "Weiter ->"
-#: ../../install_steps_interactive.pm_.c:552
-msgid "Insert a floppy containing package selection"
-msgstr ""
-"Legen Sie eine Diskette ein, auf der Ihre Paketauswahl gespeichert ist."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Individual package selection"
+msgstr "Individuelle Paketauswahl"
-#: ../../install_steps_interactive.pm_.c:634
-msgid "Selected size is larger than available space"
-msgstr "Gewĵnschte GrĥŸe ĵbersteigt den verfĵgbaren Platz"
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Help"
+msgstr "Hilfe"
-#: ../../install_steps_interactive.pm_.c:649
-msgid "Type of install"
-msgstr "Installationsklasse"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package Group Selection"
+msgstr "Auswahl der Paketgruppen"
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_gtk.pm:1
+#, c-format
msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
+"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 ""
-"Sie haben keine Paketgruppe ausgew¤hlt\n"
-"Bitte w¤hlen Sie die minimale Installation, die Sie wĵnschen."
+"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_interactive.pm_.c:653
-msgid "With X"
-msgstr "Mit X"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save packages selection"
+msgstr "Paketauswahl speichern"
-#: ../../install_steps_interactive.pm_.c:655
-msgid "With basic documentation (recommended!)"
-msgstr "Mit minimaler Dokumentation (Empfohlen)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "Automatisiert"
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "Extrem minimale Installation (ohne „urpmi“)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Replay"
+msgstr "Erneut abspielen"
-#: ../../install_steps_interactive.pm_.c:741
+#: ../../install_steps_interactive.pm:1
+#, c-format
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."
+"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 ""
-"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“."
+"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:746
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "CD-ROM „%s“"
+msgid "Generate auto install floppy"
+msgstr "Erstellen einer Auto-Installationsdiskette"
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr "Installation vorbereiten"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Reboot"
+msgstr "Systemneustart"
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Installing package %s\n"
-"%d%%"
+"Some steps are not completed.\n"
+"\n"
+"Do you really want to quit now?"
msgstr ""
-"Installiere Paket %s\n"
-"%d%%"
-
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr "Einstellungen fĵr nach der Installation"
+"Einige Schritte sind noch nicht komplett.\n"
+"\n"
+"Wollen Sie DrakX wirklich beenden?"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Bitte legen Sie die Startdiskette in Laufwerk %s ein."
+msgid "Creating auto install floppy..."
+msgstr "Erstellen einer Auto-Installationsdiskette"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
#, 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."
+msgid "Insert a blank floppy in drive %s"
+msgstr "Legen Sie eine leere Diskette in das %s ein."
-#: ../../install_steps_interactive.pm_.c:861
+#: ../../install_steps_interactive.pm:1
+#, c-format
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 ?"
+"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 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?"
+"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:876
-msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-"Verbindung mit dem Mandrake Linux Web-Server aufbauen, um eine Liste\n"
-"verfĵgbarer Pakete zu erhalten."
+"Die Installation des BS-Starters schlug Fehl. Folgender Fehler trat auf:"
-#: ../../install_steps_interactive.pm_.c:881
-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:1
+#, c-format
+msgid "Installing bootloader"
+msgstr "Betriebssystemstarter installieren"
-#: ../../install_steps_interactive.pm_.c:890
-msgid "Contacting the mirror to get the list of available packages..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Error installing aboot, \n"
+"try to force installation even if that destroys the first partition?"
msgstr ""
-"Verbindung mit dem Mirror aufbauen, um eine Liste verfĵgbarer Pakete zu "
-"erhalten."
-
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr "W¤hlen Sie Ihre Zeitzone"
-
-#: ../../install_steps_interactive.pm_.c:923
-msgid "Hardware clock set to GMT"
-msgstr "Hardware Uhr liefert GMT"
-
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Automatische Zeit-Synchronisation (durch NTP)"
-
-#: ../../install_steps_interactive.pm_.c:931
-msgid "NTP Server"
-msgstr "NTP Server"
-
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr "CUPS-Server im Netzwerkbetrieb"
-
-#: ../../install_steps_interactive.pm_.c:966
-msgid "No printer"
-msgstr "Kein Drucker"
-
-#: ../../install_steps_interactive.pm_.c:982
-msgid "Do you have an ISA sound card?"
-msgstr "Verfĵgen Sie ĵber eine ISA soundkarte?"
+"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:984
-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:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "Mĥchten Sie „aboot“ verwenden?"
-#: ../../install_steps_interactive.pm_.c:986
-msgid "No sound card detected. Try \"harddrake\" after installation"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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 or some other means to boot your machine"
msgstr ""
-"Es wurde keine Soundkarte gefunden. Versuchen Sie „harddrake“nach der "
-"Installation."
-
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "Zusammenfassung"
-
-#: ../../install_steps_interactive.pm_.c:994
-msgid "Mouse"
-msgstr "Maus"
-
-#: ../../install_steps_interactive.pm_.c:996
-msgid "Timezone"
-msgstr "Zeitzone"
-
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
-msgid "Printer"
-msgstr "Drucker"
-
-#: ../../install_steps_interactive.pm_.c:999
-msgid "ISDN card"
-msgstr "ISDN Karte"
-
-#: ../../install_steps_interactive.pm_.c:1003
-#: ../../install_steps_interactive.pm_.c:1009
-msgid "Sound card"
-msgstr "Soundkarte"
+"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:1012
-msgid "TV card"
-msgstr "TV-Karte"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing bootloader..."
+msgstr "Betriebssystemstarter vorbereiten..."
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
-msgstr "LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin Password"
+msgstr "Paswort des Administrators"
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-msgid "NIS"
-msgstr "NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin User Name"
+msgstr "Name des Dom¤nenadministrators"
-#: ../../install_steps_interactive.pm_.c:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid "Windows Domain"
msgstr "Windows Dom¤ne"
-#: ../../install_steps_interactive.pm_.c:1058
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Local files"
-msgstr "Lokale Dateien"
-
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Root-Passwort setzen"
-
-#: ../../install_steps_interactive.pm_.c:1069
-msgid "No password"
-msgstr "Kein Passwort"
-
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "This password is too short (it 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:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "Authentifizierung"
-
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Authentication LDAP"
-msgstr "LDAP Authentifizierung"
-
-#: ../../install_steps_interactive.pm_.c:1089
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
-
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "LDAP Server"
-msgstr "LDAP Server"
-
-#: ../../install_steps_interactive.pm_.c:1096
-msgid "Authentication NIS"
-msgstr "NIS Authentifizierung"
-
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "NIS Domain"
-
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr "NIS Server"
+msgid "Authentication Windows Domain"
+msgstr "Windows Dom¤nenauthentifizierung"
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
@@ -6053,7 +4569,7 @@ msgid ""
"If networking is not yet enabled, Drakx will attempt to join the domain "
"after the network setup step.\n"
"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
"Domain, and Admin Username/Password, after system boot.\n"
"The command 'wbinfo -t' will test whether your authentication secrets are "
"good."
@@ -6063,3030 +4579,7451 @@ msgstr ""
"Compatible Access\" everyone /add“. AnschlieŸend muss der Server neu "
"gestartet werden.\n"
"Damit Sie Ihren Mandrake Linux Rechner zur Windows(TM) Dom¤ne hinzufĵgen "
-"kĥnnen, benĥtigen Sie noch Kennzeichen und Passwort des "
+"kĥnnen, benĥtigen Sie noch Kennzeichen und Passwort eines "
"Dom¤nenadministrators.\n"
"Sollte das Netzwerk noch nicht aktiv sein, wird DrakX nach der "
"Netzwerkkonfiguration versuchen, sich in die Dom¤ne zu integrieren.\n"
"Sollte dies schief gehen, und die Dom¤nenauthentifizierung funktioniert "
"nicht, verwenden Sie nach der Instalation von Mandrake Linux folgenden "
-"Befehl: „smbpasswd -j DOM„NE -U KENNZEICEN%PASSWORT“, wobei „DOM„NE“ die "
+"Befehl: „smbpasswd -j DOM„NE -U KENNZEICEN%%PASSWORT“, wobei „DOM„NE“ die "
"Windows(TM) Dom¤ne ist, „KENNZEICHEN“ und „PASSWORT“ das Kennzeichen und das "
"Passwort des Dom¤nenadministrators.\n"
"Mit „wbinfo -t“ kĥnnen Sie anschlieŸend testetn, ob die Anmeldung "
"erfolgreich war."
-#: ../../install_steps_interactive.pm_.c:1106
-msgid "Authentication Windows Domain"
-msgstr "Windows Dom¤nenauthentifizierung"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Server"
+msgstr "NIS Server"
-#: ../../install_steps_interactive.pm_.c:1108
-msgid "Domain Admin User Name"
-msgstr "Name des Dom¤nenadministrators"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:1109
-msgid "Domain Admin Password"
-msgstr "Paswort des Administrators"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication NIS"
+msgstr "NIS Authentifizierung"
-#: ../../install_steps_interactive.pm_.c:1144
-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\"."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS"
+msgstr "NIS"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Server"
+msgstr "LDAP Server"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Base dn"
+msgstr "LDAP Base dn"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication LDAP"
+msgstr "LDAP Authentifizierung"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr "LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Local files"
+msgstr "Lokale Dateien"
+
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "Authentifizierung"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it must be at least %d characters long)"
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“."
+"Dieses Passwort ist zu einfach (es muss mindestens %d Zeichen lang sein)!"
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "First floppy drive"
-msgstr "erste Disketten-Laufwerk"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No password"
+msgstr "Kein Passwort"
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "zweite Disketten-Laufwerk"
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Set root password"
+msgstr "Root-Passwort setzen"
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "œberspringen"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You have not configured X. Are you sure you really want this?"
+msgstr "Sie haben Ihre grafische Umgebung nicht konfiguriert. Sind Sie sicher?"
+
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services: %d activated for %d registered"
+msgstr "Dienste: %d aktiviert von %d registrierten."
+
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services"
+msgstr "Dienste"
+
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "System"
+msgstr "System"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Bootloader"
+msgstr "Betriebssystemstarter"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Boot"
+msgstr "BS-Start"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "disabled"
+msgstr "deaktiviert"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "activated"
+msgstr "aktiviert"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Firewall"
+msgstr "Firewall"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Security"
+msgstr "Sicherheit"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Security Level"
+msgstr "Sicherheitsebene"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "not configured"
+msgstr "Nicht eingerichtet"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Network"
+msgstr "Netzwerk"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Network & Internet"
+msgstr "Netzwerk & Internet"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Graphical interface"
+msgstr "Grafikumgebung"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware"
+msgstr "Hardware"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "TV card"
+msgstr "TV-Karte"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1
+#, c-format
+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:1
+#, c-format
+msgid "Do you have an ISA sound card?"
+msgstr "Verfĵgen Sie ĵber eine ISA soundkarte?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Sound card"
+msgstr "Soundkarte"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "CUPS-Server im Netzwerkbetrieb"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No printer"
+msgstr "Kein Drucker"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer"
+msgstr "Drucker"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, c-format
+msgid "Mouse"
+msgstr "Maus"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Timezone"
+msgstr "Zeitzone"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "Tastatur"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr "Zusammenfassung"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NTP Server"
+msgstr "NTP Server"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
+msgstr "Automatische Zeit-Synchronisation (durch NTP)"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware clock set to GMT"
+msgstr "Hardware Uhr liefert GMT"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "W¤hlen Sie Ihre Zeitzone"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1167
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1
#, 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"
+"Contacting Mandrake Linux web site to get the list of available mirrors..."
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"
+"Verbindung mit dem Mandrake Linux Web-Server aufbauen, um eine Liste\n"
+"verfĵgbarer Pakete zu erhalten."
-#: ../../install_steps_interactive.pm_.c:1173
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
+"You now have the opportunity to download updated packages. These packages\n"
+"have been updated 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"
-"(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)."
+"Do you want to install the updates ?"
msgstr ""
+"Sie haben nun die Mĥglichkeit Pakete zu installieren, die seit 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"
-"(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:1181
-msgid "Sorry, no floppy drive available"
-msgstr "Ich kann kein Laufwerk finden"
+"Mĥchten Sie die Aktualisierungen vornehmen?"
-#: ../../install_steps_interactive.pm_.c:1185
-msgid "Choose the floppy drive you want to use to make the bootdisk"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please insert the Update Modules floppy in drive %s"
msgstr ""
-"W¤hlen Sie das Laufwerk, in dem Sie die Start-Diskette erstellen wollen"
+"Bitte legen Sie die Diskette der zu aktualisiernden Module in Laufwerk %s "
+"ein."
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Insert a floppy in %s"
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "Bitte legen Sie die Startdiskette in Laufwerk %s ein."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "Einstellungen fĵr nach der Installation"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Installing package %s\n"
+"%d%%"
msgstr ""
-"Legen Sie eine Diskette, die keine relevanten Daten mehr enth¤lt in „%s“ ein."
+"Installiere Paket %s\n"
+"%d%%"
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr "Startdiskette wird erstellt..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "Installation vorbereiten"
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr "Betriebssystemstarter vorbereiten"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "CD-ROM „%s“"
-#: ../../install_steps_interactive.pm_.c:1210
+#: ../../install_steps_interactive.pm:1
+#, c-format
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"
+"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 ""
-"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."
+"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:1216
-msgid "Do you want to use aboot?"
-msgstr "Mĥchten Sie „aboot“ verwenden?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Truly minimal install (especially no urpmi)"
+msgstr "Extrem minimale Installation (ohne „urpmi“)"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
+msgstr "Mit minimaler Dokumentation (Empfohlen)"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With X"
+msgstr "Mit X"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
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?"
+"Sie haben keine Paketgruppe ausgew¤hlt\n"
+"Bitte w¤hlen Sie die minimale Installation, die Sie wĵnschen."
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Installing bootloader"
-msgstr "Betriebssystemstarter installieren"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Type of install"
+msgstr "Installationsklasse"
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Selected size is larger than available space"
+msgstr "Gewĵnschte GrĥŸe ĵbersteigt den verfĵgbaren Platz"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Insert a floppy containing package selection"
msgstr ""
-"Die Installation des BS-Starters schlug Fehl. Folgender Fehler trat auf:"
+"Legen Sie eine Diskette ein, auf der Ihre Paketauswahl gespeichert ist."
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Loading from floppy"
+msgstr "Laden von Diskette ..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package selection"
+msgstr "Auswahl der Pakete"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "Auf Diskette speichern"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Load from floppy"
+msgstr "Von Diskette laden"
+
+#: ../../install_steps_interactive.pm:1
#, 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."
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
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."
+"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:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Legen Sie eine leere Diskette in das %s ein."
+msgid ""
+"Your system does not have 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:1278
-msgid "Creating auto install floppy..."
-msgstr "Erstellen einer Auto-Installationsdiskette"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "Finden der zu aktualisierenden Pakete ..."
-#: ../../install_steps_interactive.pm_.c:1289
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking at packages already installed..."
+msgstr "Suche nach bereits installierten Paketen ..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages..."
+msgstr "Suche nach vorhandenen Paketen..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr "Suche nach vorhandenen Paketen und aktualisieren der RPM-Datenbank ..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
-"Einige Schritte sind noch nicht komplett.\n"
-"\n"
-"Wollen Sie DrakX wirklich beenden?"
+"Der Swap-Bereich ist zu klein, um die Installation zu ermĥglichen! \n"
+"Bitte vergrĥŸern Sie den Bereich."
-#: ../../install_steps_interactive.pm_.c:1300
+#: ../../install_steps_interactive.pm:1
#, c-format
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"
-"%s\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
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"
-"%s\n"
-"\n"
-"Wie Sie Ihr System warten kĥnnen, erfahren Sie im Kapitel „Nach der "
-"Installation“ im offiziellen Benutzerhandbuch von Mandrake Linux."
+"Es traten Fehler beim Kontrollieren des Dateisystems %s auf. Wollen Sie, "
+"dass ich versuche sie zu beheben? (Achtung: das kann zu Datenverlust fĵhren)"
-#: ../../install_steps_interactive.pm_.c:1313
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr "http://www.mandrakelinux.com/en/90errata.php3"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Check bad blocks?"
+msgstr "Soll ich nach defekten Blĥcken suchen?"
-#: ../../install_steps_interactive.pm_.c:1318
-msgid "Generate auto install floppy"
-msgstr "Erstellen einer Auto-Installationsdiskette"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "Zu formatierende Partitionen ausw¤hlen"
-#: ../../install_steps_interactive.pm_.c:1320
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1
+#, c-format
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"
+"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 ""
-"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"
+"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:1325
-msgid "Automated"
-msgstr "Automatisiert"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "W¤hlen Sie die Einh¤ngpunkte"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Replay"
-msgstr "Erneut abspielen"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Scanning partitions to find mount points"
+msgstr "Durchsuchen der Partitionen, um die Einh¤ngpunkte zu finden."
-#: ../../install_steps_interactive.pm_.c:1328
-msgid "Save packages selection"
-msgstr "Paketauswahl speichern"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No partition available"
+msgstr "Keine Partition verfĵgbar"
-#: ../../install_steps_newt.pm_.c:20
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Mandrake Linux Installation %s"
+msgid "Configuring IDE"
+msgstr "IDE konfigurieren"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "PCMCIA Karten konfigurieren ..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "PCMCIA"
+msgstr "PCMCIA"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
+msgstr "Emulation der 3. Taste"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 2 Emulation"
+msgstr "Emulation der 2. Taste"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
+msgstr "Tastenemulation"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose 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:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
+msgstr "Maus Port"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your type of mouse."
+msgstr "Bitte w¤hlen Sie Ihren Maustyp."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade"
+msgstr "Aktualisierung"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade %s"
+msgstr "Aktualisiere %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "Handelt es sich um eine Installation oder eine Aktualisierung?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Install/Upgrade"
+msgstr "Installation/Aktualisierung"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
+msgstr "Hier die Liste aller Tastaturen"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your keyboard layout."
+msgstr "Bitte w¤hlen Sie Ihren Tastaturtyp."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "Lizenz"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "default:LTR"
+msgstr "Standard: LTR"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "An error occurred"
+msgstr "Es ist ein Fehler aufgetreten"
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
+#: ../../install_steps_newt.pm:1
+#, c-format
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!"
+#: ../../install_steps_newt.pm:1
+#, c-format
+msgid "Mandrake Linux Installation %s"
+msgstr "Mandrake Linux Installation %s"
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "Das Programm „consolehelper“ wurde nicht gefunden."
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "Kein Disketten-Laufwerk verfĵgbar"
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "W¤hlen Sie eine Datei"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "Willkommen auf %s"
-#: ../../interactive.pm_.c:318
-msgid "Advanced"
-msgstr "Fortgeschritten"
+#: ../../install_steps.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "Den Einh¤ngpunkt %s kopieren"
+
+#: ../../install_steps.pm:1
+#, c-format
+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!"
+
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Please wait"
+msgstr "Bitte warten"
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "OK"
+
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
+#, c-format
+msgid "Finish"
+msgstr "Assistent beenden"
+
+#: ../../interactive.pm:1 ../../standalone/draksec:1
+#, c-format
msgid "Basic"
msgstr "Einfach"
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
-msgstr "<- Zurĵck"
+#: ../../interactive.pm:1
+#, c-format
+msgid "Advanced"
+msgstr "Fortgeschritten"
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-msgid "Next"
-msgstr "Weiter"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Remove"
+msgstr "Entfernen"
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr "Schlechte Wahl, bitte versuchen Sie es noch einmal\n"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Modify"
+msgstr "„ndern"
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Ihre Wahl? (Standard ‚%s‘) "
+msgid "Add"
+msgstr "Hinzufĵgen"
-#: ../../interactive/stdio.pm_.c:54
+#: ../../interactive.pm:1
+#, c-format
+msgid "Choose a file"
+msgstr "W¤hlen Sie eine Datei"
+
+#: ../../keyboard.pm:1
#, c-format
msgid ""
-"Entries you'll have to fill:\n"
-"%s"
+"Here you can choose the key or key combination that will \n"
+"allow switching between the different keyboard layouts\n"
+"(eg: latin and non latin)"
msgstr ""
-"Angaben, die Sie machen mĵssen:\n"
-"%s"
+"Hier kĥnnen Sie die Taste, bzw Tastenkombination w¤hlen, \n"
+"mit der Sie zwischen verschiedenen Tastaturbelegugen \n"
+"umschalten kĥnnen, etwa zwischen deutschem und US-Layout."
-#: ../../interactive/stdio.pm_.c:70
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Ihre Wahl? (0/1, Standard ‚%s‘) "
+msgid "Right \"Windows\" key"
+msgstr "Rechte „Windows“-Taste"
-#: ../../interactive/stdio.pm_.c:95
+#: ../../keyboard.pm:1
#, c-format
-msgid "Button `%s': %s"
-msgstr "Schaltfl¤che „%s“: %s"
+msgid "Left \"Windows\" key"
+msgstr "Linke „Windows“-Taste"
-#: ../../interactive/stdio.pm_.c:96
-msgid "Do you want to click on this button?"
-msgstr "Mĥchten Sie diese Schaltfl¤che bet¤tigen?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "\"Menu\" key"
+msgstr "Menĵtaste"
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
-msgstr "Geben Sie „void“ fĵen Leeren Eintrag an"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Alt and Shift keys simultaneously"
+msgstr "Alt und Umschalttaste gleichzeitig"
-#: ../../interactive/stdio.pm_.c:105
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Ihre Wahl? (Standard „%s“ %s) "
+msgid "Ctrl and Alt keys simultaneously"
+msgstr "Strg und Alt gleichzeitig"
-#: ../../interactive/stdio.pm_.c:123
+#: ../../keyboard.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> Es gibt zahlreiche Auswahlmĥglichkeiten (%s).\n"
+msgid "CapsLock key"
+msgstr "CapsLock Taste"
-#: ../../interactive/stdio.pm_.c:126
-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? "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Control and Shift keys simultaneously"
+msgstr "Strg und Umschalttaste gleichzeititg"
-#: ../../interactive/stdio.pm_.c:139
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
-msgstr ""
-"=> Anmerkung: Ein Eintrag wurde ge¤ndert:\n"
-"%s"
+msgid "Both Shift keys simultaneously"
+msgstr "Beide Umschalttasten gleichzeitig"
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
-msgstr "Erneut verschicken"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right Alt key"
+msgstr "AltGr-Taste"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
-msgid "Czech (QWERTZ)"
-msgstr "Tschechien (QWERTZ)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Yugoslavian (latin)"
+msgstr "Jugoslawien (Lateinisches Layout)"
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "Deutschland"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "Vietnam QWERTY („number row“)"
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Dvorak"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard (international)"
+msgstr "Vereinigte Staaten von Amerika (international)"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
-msgid "Spanish"
-msgstr "Spanien"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard"
+msgstr "Vereinigte Staaten von Amerika"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
-msgid "Finnish"
-msgstr "Finnland"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "UK keyboard"
+msgstr "GrŸbritannien"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
-msgid "French"
-msgstr "Frankreich"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "Ukraine"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr "Tĵrkei (modernes „Q“ Modell)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "Tĵrkei (traditionelles „F“ Modell)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tajik keyboard"
+msgstr "Tadschikistan"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Thai keyboard"
+msgstr "Thail¤ndisch"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "Tamilisch (Schreibmaschine)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (ISCII-layout)"
+msgstr "Tamilisch (TSCII Layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Serbian (cyrillic)"
+msgstr "Serbien (Kyrillisches Layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTY)"
+msgstr "Slowakei (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTZ)"
+msgstr "Slowakei (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovenian"
+msgstr "Slowenien"
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swedish"
+msgstr "Schweden"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian (Yawerty)"
+msgstr "Russland (YaWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "Russland"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwerty)"
+msgstr "Rum¤nien (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwertz)"
+msgstr "Rum¤nien (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Canadian (Quebec)"
+msgstr "Kanada (Quİbec)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "Portugal"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwertz layout)"
+msgstr "Polen (QWERTZ Layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "Polen (QWERTY Layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid "Norwegian"
msgstr "Norwegen"
-#: ../../keyboard.pm_.c:160
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "Niederlande"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
+msgstr "Malta (USA)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (UK)"
+msgstr "Malta (GB)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Mongolian (cyrillic)"
+msgstr "Mongolei (Kyrillisches Layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Myanmar (Burmese)"
+msgstr "Myanmar (Burmesien)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Macedonian"
+msgstr "Mazedonien"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Malayalam"
+msgstr "Malayalam"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latvian"
+msgstr "Lettland"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "Litauen (QWERTY - Phonetisch)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "Litauen (QWERTY - „number row“)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (new)"
+msgstr "Litauen (AZERTY - neu)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "Litauen (AZERTY - alt)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Laotian"
+msgstr "Laos"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latin American"
+msgstr "Lateinamerika"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Korean keyboard"
+msgstr "Korea"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Japanese 106 keys"
+msgstr "Japan (106 Tasten)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Inuktitut"
+msgstr "Grĥnland (Inuktitut)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Italian"
+msgstr "Italien"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Icelandic"
+msgstr "Island"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "Iran"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "Israel (Phonetisch)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli"
+msgstr "Israel"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Croatian"
+msgstr "Kroatien"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "Ungarn"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
+msgstr "Indien (Gurmukhi)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gujarati"
+msgstr "Indien (Gujarati)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Greek"
+msgstr "Griechenland"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "Georgien (Lateinisches Layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "Georgien (Kyrillisches Layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "French"
+msgstr "Frankreich"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Finnish"
+msgstr "Finnland"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Spanish"
+msgstr "Spanien"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Estonian"
+msgstr "Estland"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (Schweden)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Dvorak (Norwegen)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Dvorak (USA)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "D¤nemark"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
+msgstr "Devanagari"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "Deutschland (ohne Akzenttasten)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "Deutschland"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTY)"
+msgstr "Tschechien (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTZ)"
+msgstr "Tschechien (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "Schweiz (franzĥsisches Layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "Schweiz (deutsches Layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "WeiŸrussland"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bosnian"
+msgstr "Bosnien"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "Brasilien (ABNT-2)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (BDS)"
+msgstr "Bulgarien (BDS)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (phonetic)"
+msgstr "Bulgarien (Phonetisch)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bengali"
+msgstr "Bangladesh"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belgian"
+msgstr "Belgien"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "Aserbeidschan (Lateinisches Layout)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
+msgstr "Armenien (Phonetisch)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "Armenien (Schreibmaschine)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (old)"
+msgstr "Armenien (alt)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Albanian"
+msgstr "Albanien"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid "Polish"
msgstr "Polen"
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Dvorak"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Zimbabwe"
+msgstr "Simbabwe"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
+msgstr "Sambia"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
+msgstr "Sĵdafrika"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Serbia"
+msgstr "Serbien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mayotte"
+msgstr "Mayotte (Frankreich)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Yemen"
+msgstr "Yemen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
+msgstr "Samoa"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Wallis and Futuna"
+msgstr "Wallis und Futuna"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Vanuatu"
+msgstr "Vanuatu"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Vietnam"
+msgstr "Vietnam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr "Jungfern-Inseln (U.S.)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (British)"
+msgstr "Jungferninseln (britisch)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Venezuela"
+msgstr "Venezuela"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
+msgstr "St. Vincent und die Grenadinen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Vatican"
+msgstr "Vatikan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
+msgstr "Usbekistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uruguay"
+msgstr "Uruguay"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
+msgstr "United States Minor Outlying Islands"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uganda"
+msgstr "Uganda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ukraine"
+msgstr "Ukraine"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
+msgstr "Tansania"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Taiwan"
+msgstr "Taiwan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tuvalu"
+msgstr "Tuvalu"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
+msgstr "Trinidad und Tobago"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkey"
+msgstr "Tĵrkei"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
+msgstr "Tonga"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tunisia"
+msgstr "Tunesien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkmenistan"
+msgstr "Turkmenistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "East Timor"
+msgstr "Ost Timor"
+
+# drakfw:278 (Neuse
+#: ../../lang.pm:1
+#, c-format
+msgid "Tokelau"
+msgstr "Tokelau (Neuseeland)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr "Tadschikistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr "Thailand"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Togo"
+msgstr "Togo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Southern Territories"
+msgstr "French Southern Territories"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
+msgstr "Tschad"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turks and Caicos Islands"
+msgstr "Turks und Caicos Inseln"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Swaziland"
+msgstr "Swaziland"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Syria"
+msgstr "Syrien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr "El Salvador"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr "Sao Tome und Principe"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Suriname"
+msgstr "Surinam"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Somalia"
+msgstr "Somalia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Senegal"
+msgstr "Senegal"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr "San Marino"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr "Sierra Leone"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovakia"
+msgstr "Slowakei"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
+msgstr "Svalbard and Jan Mayen Islands (Norwegen)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovenia"
+msgstr "Slowenien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Helena"
+msgstr "Sankt Helena"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr "Singapur"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sudan"
+msgstr "Sudan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Seychelles"
+msgstr "Seychellen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr "Solomon-Inseln"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr "Saudi Arabien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr "Ruanda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Russia"
msgstr "Russland"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
-msgid "Swedish"
-msgstr "Schweden"
+#: ../../lang.pm:1
+#, c-format
+msgid "Romania"
+msgstr "Rum¤nien"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "GrŸbritannien"
+#: ../../lang.pm:1
+#, c-format
+msgid "Reunion"
+msgstr "Rİunion"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "Vereinigte Staaten von Amerika"
+#: ../../lang.pm:1
+#, c-format
+msgid "Qatar"
+msgstr "Quatar"
-#: ../../keyboard.pm_.c:167
-msgid "Albanian"
-msgstr "Albanien"
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
+msgstr "Palau"
-#: ../../keyboard.pm_.c:168
-msgid "Armenian (old)"
-msgstr "Armenien (alt)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr "Paraguay"
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "Armenien (Schreibmaschine)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Portugal"
+msgstr "Portugal"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
-msgstr "Armenien (Phonetisch)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Palestine"
+msgstr "Pal¤stina"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "Aserbeidschan (Lateinisches Layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Puerto Rico"
+msgstr "Puerto Rico"
-#: ../../keyboard.pm_.c:177
-msgid "Belgian"
-msgstr "Belgien"
+#: ../../lang.pm:1
+#, c-format
+msgid "Pitcairn"
+msgstr "Pitcairn"
-#: ../../keyboard.pm_.c:178
-msgid "Bengali"
-msgstr "Bangladesh"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
+msgstr "St. Pierre und Miquelon"
-#: ../../keyboard.pm_.c:179
-msgid "Bulgarian (phonetic)"
-msgstr "Bulgarien (Phonetisch)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Poland"
+msgstr "Polen"
-#: ../../keyboard.pm_.c:180
-msgid "Bulgarian (BDS)"
-msgstr "Bulgarien (BDS)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr "Pakistan"
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "Brasilien (ABNT-2)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
+msgstr "Philippinen"
-#: ../../keyboard.pm_.c:184
-msgid "Bosnian"
-msgstr "Bosnien"
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr "Papua-Neuguinea"
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "WeiŸrussland"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr "Franzĥsisch Polinesien"
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "Schweiz (deutsches Layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr "Peru"
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "Schweiz (franzĥsisches Layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr "Panama"
-#: ../../keyboard.pm_.c:189
-msgid "Czech (QWERTY)"
-msgstr "Tschechien (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Oman"
+msgstr "Oman"
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr "Deutschland (ohne Akzenttasten)"
+#: ../../lang.pm:1
+#, c-format
+msgid "New Zealand"
+msgstr "Neuseeland"
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
-msgstr "Devanagari"
+#: ../../lang.pm:1
+#, c-format
+msgid "Niue"
+msgstr "Niue"
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "D¤nemark"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
+msgstr "Nauru"
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Dvorak (USA)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr "Nepal"
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Norwegen)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr "Nicaragua"
-#: ../../keyboard.pm_.c:196
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Schweden)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nigeria"
+msgstr "Nigeria"
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "Estland"
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr "Norfolkinsel"
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Georgien (Kyrillisches Layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Niger"
+msgstr "Niger"
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Georgien (Lateinisches Layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "New Caledonia"
+msgstr "Neukaledonien"
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "Griechenland"
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr "Namibia"
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
-msgstr "Indien (Gujarati)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr "Mosambik"
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
-msgstr "Indien (Gurmukhi)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Malaysia"
+msgstr "Malaysia"
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mexico"
+msgstr "Mexiko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
+msgstr "Malawi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr "Malediven"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritius"
+msgstr "Mauritius"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr "Malta"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Montserrat"
+msgstr "Montserrat"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr "Mauretanien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr "Martinique"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr "Nĥrdliche Mariannen-Inseln"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr "Mongolei"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
+msgstr "Burma"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr "Mali"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Macedonia"
+msgstr "Mazedonien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr "Marshall Inseln"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr "Madagaskar"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
+msgstr "Moldawien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Monaco"
+msgstr "Monaco"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr "Marokko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Libya"
+msgstr "Lybien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Latvia"
+msgstr "Litauen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
+msgstr "Luxemburg"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr "Litauen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr "Lesotho"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liberia"
+msgstr "Liberia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr "Sri Lanka"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liechtenstein"
+msgstr "Liechtenstein"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr "St. Lucia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr "Libanon"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Laos"
+msgstr "Laos"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr "Kasachstan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr "Cayman-Inseln"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kuwait"
+msgstr "Kuwait"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea"
+msgstr "Korea"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
+msgstr ""
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr "St. Kitts und Nevis"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr "Komoren"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr "Kiribati"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr "Kambodscha"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr "Kirgisistan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kenya"
+msgstr "Kenia"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr "Japan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jordan"
+msgstr "Jordanien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr "Jamaika"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iceland"
+msgstr "Island"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iran"
+msgstr "Iran"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr "Irak"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
+msgstr "Britisches Territorium im Indischen Ozean"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "India"
+msgstr "Indien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Israel"
+msgstr "Israel"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Ireland"
+msgstr "Irland"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Indonesia"
+msgstr "Indonesien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Hungary"
msgstr "Ungarn"
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr "Haiti"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Croatia"
msgstr "Kroatien"
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
-msgstr "Israel"
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr "Honduras"
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "Israel (Phonetisch)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Heard and McDonald Islands"
+msgstr "Heard Island und McDonald Island"
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "Iran"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr "Hong Kong"
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
-msgstr "Island"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr "Guyana"
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "Italien"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr "Guinea-Bissau"
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
-msgstr "Grĥnland (Inuktitut)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guam"
+msgstr "Guam"
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "Japan (106 Tasten)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guatemala"
+msgstr "Guatemala"
-#: ../../keyboard.pm_.c:217
-msgid "Korean keyboard"
-msgstr "Korea"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "South Georgia and the South Sandwich Islands"
+msgstr "South Georgia und die South Sandwich Islands"
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "Lateinamerika"
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr "„quatorial-Guinea"
-#: ../../keyboard.pm_.c:219
-msgid "Laotian"
-msgstr "Laos"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr "Gouadeloupe"
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litauen (AZERTY - alt)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea"
+msgstr "Guinea"
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litauen (AZERTY - neu)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr "Gambia"
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litauen (QWERTY - „number row“)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Greenland"
+msgstr "Grĥnland"
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litauen (QWERTY - Phonetisch)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr "Gibraltar"
-#: ../../keyboard.pm_.c:225
-msgid "Latvian"
-msgstr "Lettland"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
+msgstr "Ghana"
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "French Guiana"
+msgstr "Franzĥsisch Guiana"
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
-msgstr "Mazedonien"
+#: ../../lang.pm:1
+#, c-format
+msgid "Georgia"
+msgstr "Georgien"
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
-msgstr "Myanmar (Burmesien)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
+msgstr "Grenada"
-#: ../../keyboard.pm_.c:229
-msgid "Mongolian (cyrillic)"
-msgstr "Mongolei (Kyrillisches Layout)"
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr "GroŸbritannien"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
-msgstr "Malta (GB)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr "Gabun"
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
-msgstr "Malta (USA)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Faroe Islands"
+msgstr "Farĥische Inseln"
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "Niederlande"
+#: ../../lang.pm:1
+#, c-format
+msgid "Micronesia"
+msgstr "Mikronesien"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "Polen (QWERTY Layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
+msgstr "Falkland Inseln"
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "Polen (QWERTZ Layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Fiji"
+msgstr "Fidschi"
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "Portugal"
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
+msgstr "Finnland"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
-msgstr "Kanada (Quİbec)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ethiopia"
+msgstr "„thiopien"
-#: ../../keyboard.pm_.c:239
-msgid "Romanian (qwertz)"
-msgstr "Rum¤nien (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Spain"
+msgstr "Spanien"
-#: ../../keyboard.pm_.c:240
-msgid "Romanian (qwerty)"
-msgstr "Rum¤nien (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Eritrea"
+msgstr "Eritrea"
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "Russland (YaWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
+msgstr "Westsahara"
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "Slowenien"
+#: ../../lang.pm:1
+#, c-format
+msgid "Egypt"
+msgstr "„gypten"
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "Slowakei (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Estonia"
+msgstr "Estland"
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "Slowakei (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
+msgstr "Ecuador"
-#: ../../keyboard.pm_.c:248
-msgid "Serbian (cyrillic)"
-msgstr "Serbien (Kyrillisches Layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Algeria"
+msgstr "Algerien"
-#: ../../keyboard.pm_.c:250
-msgid "Tamil (Unicode)"
-msgstr "Indien (Tamilisches Layout - Unicode)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominican Republic"
+msgstr "Dominikanische Republik"
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
-msgstr "Indien (Tamilisches Layout - TSCII)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominica"
+msgstr "Dominikanische Republik"
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "Thail¤ndische Tastatur"
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
+msgstr "D¤nemark"
-#: ../../keyboard.pm_.c:254
-msgid "Tajik keyboard"
-msgstr "Tadschikistan"
+#: ../../lang.pm:1
+#, c-format
+msgid "Djibouti"
+msgstr "Djibouti"
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Tĵrkei (traditionelles „F“ Modell)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr "Zypern"
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Tĵrkei (modernes „Q“ Modell)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
+msgstr "Osterinsel"
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "Ukraine"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cape Verde"
+msgstr "Kap Verde"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "Vereinigte Staaten von Amerika (international)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr "Kuba"
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vietnam QWERTY („number row“)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr "Kolumbien"
-#: ../../keyboard.pm_.c:263
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslawien (Lateinisches Layout)"
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr "China"
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
-msgstr "AltGr-Taste"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cameroon"
+msgstr "Kamerun"
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
-msgstr "Beide Umschalttasten gleichzeitig"
+#: ../../lang.pm:1
+#, c-format
+msgid "Chile"
+msgstr "Chile"
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
-msgstr "Strg und Umschalttaste gleichzeititg"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr "Cook-Inseln"
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
-msgstr "CapsLock Taste"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr "Elfenbeinkĵste"
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Strg und Alt gleichzeitig"
+#: ../../lang.pm:1
+#, c-format
+msgid "Switzerland"
+msgstr "Schweiz"
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
-msgstr "Alt und Umschalttaste gleichzeitig"
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
+msgstr "Kongo (Brazzaville)"
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
-msgstr "Menĵtaste"
+#: ../../lang.pm:1
+#, c-format
+msgid "Central African Republic"
+msgstr "Zentralafrikanische Republik"
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
-msgstr "Linke „Windows“-Taste"
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
+msgstr "Kongo (Kinshasa)"
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
-msgstr "Rechte „Windows“-Taste"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
+msgstr "Cocos (Keeling) Inseln"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Canada"
+msgstr "Kanada"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belize"
+msgstr "Belize"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Belarus"
+msgstr "WeiŸrussland"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Botswana"
+msgstr "Botswana"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
+msgstr "Bouvet-Insel"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr "Butan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
+msgstr "Bahamas"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
+msgstr "Brasilien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
+msgstr "Bolivien"
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
+msgstr "Brunei "
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bermuda"
+msgstr "Bermuda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Benin"
+msgstr "Benin"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burundi"
+msgstr "Burundi"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
+msgstr "Bahrain"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bulgaria"
+msgstr "Bulgarien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
+msgstr "Burkina Faso"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
+msgstr "Bangladesch"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
+msgstr "Barbados"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bosnia and Herzegovina"
+msgstr "Bosnien-Herzegovina"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Azerbaijan"
+msgstr "Aserbaidschan"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Aruba"
+msgstr "Aruba"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Australia"
+msgstr "Australien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "American Samoa"
+msgstr "Samoa"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
+msgstr "Argentinien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
+msgstr "Antarktis"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
+msgstr "Angola"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Netherlands Antilles"
+msgstr "Niederl¤ndische Antillen"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Armenia"
+msgstr "Armenien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Albania"
+msgstr "Albanien"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Anguilla"
+msgstr "Anguilla"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antigua and Barbuda"
+msgstr "Antigua und Barbuda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United Arab Emirates"
+msgstr "Vereinigte arabische Emirate"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Andorra"
+msgstr "Andorra"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Afghanistan"
+msgstr "Afghanistan"
+
+#: ../../loopback.pm:1
#, c-format
msgid "Circular mounts %s\n"
msgstr "Schleife bei den Einh¤ngpunkten %s\n"
-#: ../../lvm.pm_.c:103
+#: ../../lvm.pm:1
+#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Entfernen Sie erst die Logischen Medien\n"
-#: ../../modules.pm_.c:290
+#: ../../modules.pm:1
+#, c-format
msgid ""
"PCMCIA support no longer exists 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."
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
-msgstr "Sie kĥnnen alle Modulparamerter hier einstellen."
-
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "Kein Disketten-Laufwerk verfĵgbar"
-
-#: ../../modules/parameters.pm_.c:50
-msgid "a number"
-msgstr "eine Nummer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "BEWEGEN SIE IHR MAUS-RAD!"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated numbers"
-msgstr "%d durch Kommas getrennte Nummern"
+msgid "To activate the mouse,"
+msgstr "Um Ihre Maus zu aktivieren:"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated strings"
-msgstr "%d durch Kommas getrennte Textfelder"
+msgid "Please test the mouse"
+msgstr "Bitte testen Sie Ihre Maus"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
-msgstr "durch Kommas getrennte Nummern"
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "Keine Maus"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated strings"
-msgstr "durch Kommas getrennte Textfelder"
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "keine"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Maus"
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "3 Tasten"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MausMan/FirstMaus (Seriell)"
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "2 Tasten"
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Generische PS2 Rad-Maus"
+#: ../../mouse.pm:1
+#, c-format
+msgid "1 button"
+msgstr "1 Taste"
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../mouse.pm:1
+#, c-format
+msgid "busmouse"
+msgstr "Bus-Maus"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Maus"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Logitech Maus (Seriell, alter C7 Typ)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Serie"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genius NetMaus"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
-
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-msgid "Microsoft Explorer"
-msgstr "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Logitech MausMan+/FirstMaus+"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-msgid "1 button"
-msgstr "1 Taste"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Logitech CC Serie"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
-msgid "Generic 2 Button Mouse"
-msgstr "Generische 2 Tasten Maus"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:47
-msgid "Wheel"
-msgstr "Rad"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Logitech MausMan/FirstMaus"
-#: ../../mouse.pm_.c:51
-msgid "serial"
-msgstr "Seriell"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMaus"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 3 Button Mouse"
msgstr "Generische 3 Tasten Maus"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMaus"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 2 Button Mouse"
+msgstr "Generische 2 Tasten Maus"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Logitech MausMan/FirstMaus"
+#: ../../mouse.pm:1
+#, c-format
+msgid "serial"
+msgstr "Seriell"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft Explorer"
+msgstr "Microsoft Explorer"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Logitech CC Serie"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Wheel"
+msgstr "Rad"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MausMan+/FirstMaus+"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "Generisch"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Serie"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Maus (Seriell, alter C7 Typ)"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Generische PS2 Rad-Maus"
-#: ../../mouse.pm_.c:68
-msgid "busmouse"
-msgstr "Bus-Maus"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Logitech MausMan/FirstMaus (Seriell)"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "2 Tasten"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "Standard"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "3 Tasten"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Sun - Maus"
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "keine"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "Umschalten zwischen unsortiert und gruppiert"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "Keine Maus"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "Baum verkleinern"
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "Bitte testen Sie Ihre Maus"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "Baum erweitern"
-#: ../../mouse.pm_.c:491
-msgid "To activate the mouse,"
-msgstr "Um Ihre Maus zu aktivieren:"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "Info"
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr "BEWEGEN SIE IHR MAUS-RAD!"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "Ist dies richtig?"
-#: ../../my_gtk.pm_.c:65
+#: ../../my_gtk.pm:1
+#, c-format
msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-msgid "Finish"
-msgstr "Assistent beenden"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "Fehler beim Schreiben in Datei %s"
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "Weiter ->"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "Fehlerhafte Backup-Datei"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "Ist dies richtig?"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "Restaurieren aus der Datei %s schlug Fehl: %s"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "Info"
+#: ../../partition_table.pm:1
+#, c-format
+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."
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "Baum erweitern"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "Diese Rechnerarchitektur kennt keine erweiterten Partitionen"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "Baum verkleinern"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "Fehler beim Einh¤ngen: "
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr "Umschalten zwischen unsortiert und gruppiert"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "eventuell"
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "PPPOE verwenden"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "angenehm"
-#: ../../network/adsl.pm_.c:24
-msgid "use pptp"
-msgstr "PPTP verwenden"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "sehr angenehm"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
-msgstr "DHCP verwenden"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "wichtig"
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch USB"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "unbedingt notwendig"
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
-msgstr ""
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "Nicht genĵgend Partitionen fĵr RAID Level %d\n"
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Internetverbindung"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "mkraid schlug Fehl"
-#: ../../network/adsl.pm_.c:30
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "mkraid schlug Fehl (Mĥglicherweise fehlen die RAID-Tools)"
+
+#: ../../raid.pm:1
+#, 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"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Stop"
+msgstr "Stopp"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Start"
+msgstr "Start"
+
+#: ../../services.pm:1
+#, c-format
+msgid "On boot"
+msgstr "Bei BS-Start"
+
+#: ../../services.pm:1
+#, c-format
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'"
+"No additional information\n"
+"about this service, sorry."
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“"
+"Es existieren leider keine\n"
+"weiteren Informationen zu\n"
+"diesem Dienst."
-#: ../../network/adsl.pm_.c:166
-msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr "Dienste und D¤monen"
+
+#: ../../services.pm:1
+#, c-format
+msgid "stopped"
+msgstr "gestoppt"
+
+#: ../../services.pm:1
+#, c-format
+msgid "running"
+msgstr "aktiv"
+
+#: ../../services.pm:1
+#, c-format
+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"
-#: ../../network/drakfirewall.pm_.c:12
-msgid "Web Server"
-msgstr "Webserver"
+#: ../../services.pm:1
+#, c-format
+msgid "Database Server"
+msgstr "Datenbankserver"
-#: ../../network/drakfirewall.pm_.c:17
-msgid "Domain Name Server"
-msgstr "Dom¤nen-Namenserver (DNS)"
+#: ../../services.pm:1
+#, c-format
+msgid "Remote Administration"
+msgstr "Fernwartung"
-#: ../../network/drakfirewall.pm_.c:32
-msgid "Mail Server"
-msgstr "E-Mailserver"
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
+msgstr "Gemeinsamer Dateizugriff"
-#: ../../network/drakfirewall.pm_.c:37
-msgid "POP and IMAP Server"
-msgstr "POP und IMAP Server"
+#: ../../services.pm:1
+#, c-format
+msgid "Internet"
+msgstr "Internet"
-#: ../../network/drakfirewall.pm_.c:111
-msgid "No network card"
-msgstr "Keine Netzwerkkarte"
+#: ../../services.pm:1
+#, c-format
+msgid "Printing"
+msgstr "Drucken"
-#: ../../network/drakfirewall.pm_.c:129
-#, fuzzy
-msgid ""
-"drakfirewall 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."
+#: ../../services.pm:1
+#, c-format
+msgid "Starts the X Font Server (this is mandatory for XFree to run)."
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."
+"Dieser Dienst startet den X-Font-Server. Er ist notwendig, \n"
+"damit XFree gestartet werden kann!"
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
+msgid "Load the drivers for your usb devices."
+msgstr "L¤dt die Treiber fĵr Ihre USB-Ger¤te."
+
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"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."
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
-msgstr "Auf welche Dienste daf aus dem Internet zugegeriffenwerden?"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the sound system on your machine"
+msgstr "Starten des Sound-Systems Ihres Rechners"
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"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 ""
-"Sie kĥnnen verschiedene Ports angeben. \n"
-"Korrekte Beispiele sind: 139/tcp 139/udp.\n"
-"Fĵr weitere Informationen schauen Sie in „/etc/services“."
+"Der Dienst rwho erlaubt es Benutzern entfernter Rechner eine Liste\n"
+"momentan angemeldeter Benutzerkennzeichen ĵbermittelt zu bekommen \n"
+"(¤hnlich wie finger)."
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"The rusers protocol allows users on a network to identify who is\n"
+"logged in on other responding machines."
msgstr ""
-"Angabe eines ungĵltigen Ports: „%s“.\n"
-"Das Format lautet: „port/tcp“ oder „port/udp“, \n"
-"wobei Port eine Zahl zwischen 1 und 65535."
+"Der Dienst rusers ermĥglicht es Anwendern anderer Rechner \n"
+"herauszubekommen, welche Benutzerkennzeichen auf diesem Rechner \n"
+"gerade angemeldet sind."
-#: ../../network/drakfirewall.pm_.c:167
-msgid "Everything (no firewall)"
-msgstr "Alles (Keine Firewall)"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:169
-msgid "Other ports"
-msgstr "Andere Ports"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"Assign raw devices to block devices (such as hard drive\n"
+"partitions), for the use of applications such as Oracle"
msgstr ""
-"Welchen DHCP Klienten wollen Sie verwenden?\n"
-"Voreingestellt ist „dhcp-client“"
+"Weist Roh-Ger¤ten ein blockorientiertes Ger¤t (etwa eine\n"
+"Festplattenpartition) zu. Dies wird fĵr Anwendungen wie\n"
+"etwa ORACLE benĥtigt"
-#: ../../network/ethernet.pm_.c:88
+#: ../../services.pm:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
msgstr ""
-"Ich habe keine Ethernet-Netzwerkkarte finden kĥnnen, daher kanndieser "
-"Verbindungstyp nicht konfiguriert werden."
+"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."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "W¤hlen Sie die Netzwerkkarte"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
+"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 ""
-"Bitte w¤hlen Sie, ĵber welches Netzwerkger¤t Sie die \n"
-"Internetverbindung herstellen wollen."
+"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."
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "Keine Netzwerkkarte gefunden"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "Netzwerk konfigurieren"
+#: ../../services.pm:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
+msgstr "Unterstĵtzung fĵr den OKI 4w und kompatible WinDrucker."
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
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''."
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
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“."
+"Schaltet beim Betriebssystemstart automatisch die „Num“-Taste fĵr \n"
+"die virtuellen Konsolen und XFree ein."
-#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "Rechnername"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-msgid "Network Configuration Wizard"
-msgstr "Netzwerk Konfigurationsassistent"
+#: ../../services.pm:1
+#, c-format
+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“."
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Externes ISDN Modem"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Interne ISDN Karte"
+#: ../../services.pm:1
+#, c-format
+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)."
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Um welchen Typ ISDN-Verbindung handelt es sich?"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\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"
+"Linux Virtual Server, used to build a high-performance and highly\n"
+"available server."
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"
+"Der Linux Virtual Server kann verwendet werden, um um ein \n"
+"hochperformanten Hochverfĵgbarkeitsserver aufzusetzen."
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "Neue Konfiguration (isdn-light)"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "Alte Konfiguration (isdn4net)"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "ISDN Konfiguration"
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr ""
+"Automatische Erkennung und Konfiguration neuer Hardware w¤hrend des \n"
+"Betriebssystemstarts."
-#: ../../network/isdn.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"Automatic regeneration of kernel header in /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-"W¤hlen Sie Ihren Netzanbieter.\n"
-"Sollte er nicht aufgefĵhrt sein, w¤hlen Sie „Nicht aufgefĵhrt“"
+"Automatische Neuerstellung der Kern-Header in /boot fĵr\n"
+"/usr/include/linux/{autoconf,version}.h"
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol"
-msgstr "Europ¤isches Protokoll"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol (EDSS1)"
-msgstr "Europ¤isches Protokoll (EDSS1)"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:181
-msgid "Protocol for the rest of the world"
-msgstr "Protokoll fĵr den Rest der Welt"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:181
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
-"Protokoll fĵr den Rest der Welt \n"
-"ohne D-Kanal (Leased Lines)"
+"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."
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
-msgstr "Welches Protokoll wollen Sie verwenden?"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:196
+#: ../../services.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
+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."
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
-msgstr "Welchen Kartentyp verwenden Sie?"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "Keine Ahnung"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA/PCMCIA"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"apmd is used for monitoring battery 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."
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is 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."
-#: ../../network/isdn.pm_.c:210
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr "Startet das ALSA (Advanced Linux Sound Architecture) Sound System"
+
+#: ../../standalone.pm:1
+#, c-format
+msgid "Installing packages..."
+msgstr "Pakete Installieren ..."
+
+#: ../../standalone.pm:1
+#, c-format
msgid ""
"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+msgstr ""
"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
+"Verwendung: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
msgstr ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
+"[OPTION]...\n"
+" --no-confirmation keine Fragen im MandrakeUpdate Modus stellen\n"
+" --no-verify-rpm Paketsignaturen nicht ĵberprĵfen\n"
+" --changelog-first „nderungsprotokoll vor Dateiliste anzeigen\n"
+" --merge-all-rpmnew Zusammenlegen aller .rpmnew/.rpmsave Dateien "
+"vorschlagen"
+
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
"\n"
-"Falls Sie eine ISA-Karte besitzen, sollten die Einstellungen auf dem "
-"n¤chsten Schirm korrekt sein.\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
+"[OPTIONS]\n"
+"Anwendung zur Verbindung und œberwachung von Netzwerk und Internet\n"
"\n"
-"Falls Sie eine PCMCIA-Karte besitzen, mĵssen Sie IRQ und E/A-Bereich Ihrer "
-"Karte kennen.\n"
+"--defaultintf interface : zeige diese Schnittstelle als Voreinstellung\n"
+"--connect : verbinde mit dem Internet wenn nicht schon verbunden\n"
+"--disconnect : trenne vom Internet wenn verbunden\n"
+"--force : bei (dis)connect : erzwinge Verbinden/Trennen.\n"
+"--status : gibt 1 zurĵck wenn verbunden sonst 0, beendet sich danach.\n"
+"--quiet : nicht interaktiv. benutzt mit (dis)connect."
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "Abbruch"
+#: ../../standalone.pm:1
+#, c-format
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr "[--file=datei] [--word=word] [--explain=ausdruck] [--alert]"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "Fortfahren"
+#: ../../standalone.pm:1
+#, c-format
+msgid "[keyboard]"
+msgstr "[Tastatur]"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "Bitte w¤hlen Sie Ihre ISDN Karte"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : MTS einschalten\n"
+"--disable : MTS ausschalten\n"
+"--start : MTS starten\n"
+"--stop : MTS anhalten\n"
+"--adduser : einen existierenden Systemnutzer zu MTS hinzufĵgen "
+"(benĥtigt Nutzernamen)\n"
+"--deluser : einen existierenden Systemnutzer von MTS lĥschen "
+"(benĥtigt Nutzernamen)\n"
+"--addclient : einen Client zu MTS hinzufĵgen (benĥtigt MAC Adresse, IP, "
+"NBI Image Name)\n"
+"--delclient : einen Client von MTS lĥschen (benĥtigt MAC Adresse, IP, "
+"NBI Image Name)"
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
-#: ../../network/isdn.pm_.c:239
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"I have detected an ISDN PCI card, but I don't know its type. Please select a "
-"PCI card on the next screen."
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
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."
+"[OPTIONEN] [PROGRAMMNAME]\n"
+"\n"
+"OPTIONEN:\n"
+" --help - Asgabe dieses Hilfetextes.\n"
+" --report - Name eines Mandrake Programms.\n"
+" --incident - Name eines Mandrake Programms."
-#: ../../network/isdn.pm_.c:248
-msgid "No ISDN PCI card found. Please select one on the next screen."
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
msgstr ""
-"Ich konnte keine PCI ISDN-Karte finden.\n"
-"Bitte w¤hlen Sie im n¤chsten Menĵ eine aus."
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Archivierungs- und Restaurierungs-Programm\n"
+"\n"
+"--default - Speichern der Standardverzeichnisse.\n"
+"--debug - Ausgabe aller Debug-Informationen.\n"
+"--show-conf - Liste der zu archivierenden Dateien/Verzeichnisse.\n"
+"--config-info - Erkl¤rung der Konfigurationsdatei-Parameter (fĵr nicht-X "
+"Anwender).\n"
+"--daemon - Verwende die Dienst-Konfiguration. \n"
+"--help - Asgabe dieses Hilfetextes.\n"
+"--version - Ausgabe der Versionsnummer.\n"
-#: ../../network/modem.pm_.c:57
-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."
+#: ../../standalone.pm:1
+#, c-format
+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.\n"
+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.\n"
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "Einwahl Parameter"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "Installation beenden"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
-msgstr "Name der Verbindung"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system updates"
+msgstr "Systemaktualisierungen"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "Telefonnummer"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "Dienste konfigurieren"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "Login ID"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "X konfigurieren"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
-msgstr "CHAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "BS-Starter installieren"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "Netzwerk konfigurieren"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "Skript-basiert"
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "Benutzer hinzufĵgen"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "Terminal-basiert"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "System installieren"
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "Name der Dom¤ne"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "Zu installierende Pakete"
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-msgid "First DNS Server (optional)"
-msgstr "Erster DNS Server (optional)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "Partitionen formatieren"
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-msgid "Second DNS Server (optional)"
-msgstr "Zweiter DNS Server (optional)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Partitioning"
+msgstr "Partitionierung"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "Tastatur ausw¤hlen"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "Installationsart ausw¤hlen"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "Festplatten suchen"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "Maus konfigurieren"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
+msgstr "Lizenz"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "Sprache ausw¤hlen"
-#: ../../network/modem.pm_.c:95
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
+msgstr "utopia 25"
+
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr "LogDrake"
+
+#: ../../ugtk.pm:1
+#, c-format
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr "Xpmac (Installationsbildschirmtreiber)"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+"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."
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "XFree %s mit EXPERIMENTELLER 3D-Hardwarebeschleunigung"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Your card can have 3D hardware acceleration support with XFree %s."
+msgstr "Ihre Grafikkarte kann mit XFree %s 3D-hardwarebeschleunigt werden."
+
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "XFree %s mit 3D-Hardwarebeschleunigung"
+
+#: ../../Xconfig/card.pm:1
+#, 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."
-#: ../../network/modem.pm_.c:97
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "keine œbereinstimmung mit"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "XFree %s"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "Installation"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "Nur Karte „%s“ (%s) konfigurieren"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "Tabelle"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr "Xinerama Erweiterung verwenden"
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr "Alle Karten getrennt konfigurieren"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "Welche XFree-Konfiguration wollen Sie verwenden?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "XFree konfigurieren"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "W¤hlen Sie die SpeichergrĥŸe Ihrer Grafikkarte"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
-"\n"
-"Sie kĥnnen die Verbindung trennen oder sie neu konfigurieren."
+"Ihr System unterstĵtzt die gleichzeitige Verwendung mehrerer Monitore.\n"
+"Was wollen Sie?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Multi-head configuration"
+msgstr "Mehrmonitor-Einstellung"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Choose an X server"
+msgstr "W¤hlen Sie einen X Server"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "X Server"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "64 MB oder mehr"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "16 MB"
+msgstr "16 MB"
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 KB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 KB"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
-"You can reconfigure your connection."
+"%s"
msgstr ""
+"Die „nderungen beibehalten?\n"
+"Momentan w¤re dies:\n"
"\n"
-"Sie kĥnnen Ihre Internetverbindung neu konfigurieren"
+"%s"
-#: ../../network/netconnect.pm_.c:29
-msgid "You are currently connected to internet."
-msgstr "Sie sind momentan mit dem Internet verbunden."
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "Optionen"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr "Test"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "Auflĥsung"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "Monitor"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Graphic Card"
+msgstr "Grafikkarte"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "Verlassen"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "Vertikale Wiederholfrequenz"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "Horizontale Wiederholfrequenz"
-#: ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/monitor.pm:1
+#, c-format
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"
-"You can connect to Internet or reconfigure your connection."
+"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"
-"Sie kĥnnen eine Internetverbindung aufbauen oder die Verbindung neu "
-"konfigurieren"
+"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."
-#: ../../network/netconnect.pm_.c:32
-msgid "You are not currently connected to Internet."
-msgstr "Sie sind momentan nicht mit dem Internet verbunden."
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr "Das Plug'n'Play testen schlug fehl. Bitte w¤hlen Sie einen Monitor."
-#: ../../network/netconnect.pm_.c:36
-msgid "Connect"
-msgstr "Verbinden"
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Vendor"
+msgstr "Hersteller"
-#: ../../network/netconnect.pm_.c:37
-msgid "Disconnect"
-msgstr "Verbindung trennen"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr "Plug'n'Play"
-#: ../../network/netconnect.pm_.c:38
-msgid "Configure the connection"
-msgstr "Die Verbindung konfigurieren"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "W¤hlen Sie Ihren Monitor"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr "Internetverbindung und -einrichtung"
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "Grafikkarte: %s"
-#: ../../network/netconnect.pm_.c:94
+#: ../../Xconfig/resolution_and_depth.pm:1
#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Wir werden nun die Verbindung „%s“ konfigurieren."
+msgid "Choose the resolution and the color depth"
+msgstr "W¤hlen Sie bitte Auflĥsung und Farbtiefe"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "Auflĥsungen"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4 Milliarden Farben (32 Bit)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16 Millionen Farben (24 Bit)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65.000 Farben (16 Bit)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32.000 Farben (15 Bit)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 Farben (8 Bit)"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Is this the correct setting?"
+msgstr "Ist dies die richtige Einstellung?"
-#: ../../network/netconnect.pm_.c:103
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Leaving in %d seconds"
+msgstr "Abbruch in %d Sekunden"
+
+#: ../../Xconfig/test.pm:1
#, c-format
msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
msgstr ""
+"Es trat ein Fehler auf:\n"
+"%s\n"
+"Versuchen Sie, einen Parameter zu ¤ndern."
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Warnung: Testen dieser Grafikkarte kann Ihren Rechner anhalten"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "Mĥchten Sie die vorgenommenen Einstellungen prĵfen?"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "Prĵfen der Einstellungen"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "What norm is your TV using?"
+msgstr "Um welche Fernsehnorm handelt es sich?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid ""
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\n"
"\n"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
"\n"
+"Do you have this feature?"
+msgstr ""
+"Ihre Grafikkarte scheint einen TV-Ausgang zu haben, der mittels Frame-Buffer "
+"angesprochen werden kann.\n"
"\n"
-"Wir werden nun die Verbindung „%s“ konfigurieren.\n"
-"\n"
+"Wenn Sie das wĵnschen, schlieŸen Sie bitte Ihren Fernseher an die "
+"Grafikkarte an, bevor Sie den Rechner neu starten.\n"
+"W¤hlen Sie „TV-Ausgang“ im Betriebssystemstarter.\n"
"\n"
-"W¤hlen Sie „OK“, um fortzufahren."
-
-#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr "Netzwerk konfigurieren"
+"Haben Sie einen solchen Ausgang und wollen Sie ihn verwenden?"
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/various.pm:1
+#, c-format
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"
+"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 ""
-"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"
+"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?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "X zur Startzeit"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "XFree86 Treiber: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "XFree86 Server: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "Auflĥsung: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Color depth: %s\n"
+msgstr "Farbtiefe: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "Grafikkartenspeicher: %s KB\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "Grafikkarte: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "Monitor Vert. Frequenz: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor HorizSync: %s\n"
+msgstr "Monitor Horiz. Frequenz: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "Monitor: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "Mausschnittstelle: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "Maustyp: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "Tastaturtyp: %s\n"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "Optionen: %s"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "Einh¤ngpunkt: "
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server: "
+msgstr "Server: "
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr "Die URL muss mit „http://“ oder „https://“ beginnen!"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "Bitte geben Sie die WebDAV-Server URL an"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "Einh¤ngpunkt"
-#: ../../network/netconnect.pm_.c:157
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server"
+msgstr "Server"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "Einh¤ngen"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "Aush¤ngen"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "New"
+msgstr "Neu"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
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"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
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"
+"WebDAV ist ein Protokoll, dass es Ihnen erlaubt, Webserver-Verzeichnisse\n"
+"einzuh¤ngen, sodass Sie diese wie bei lokalen Dateisystemen verwenden\n"
+"kĥnnen (sofern der Webserver als WebDAV-Server eingerichtet wurde). \n"
+"Falls Sie Einh¤ngpunkte fĵr WebDAV hinzufĵgen wollen, w¤hlen Sie\n"
+"„Neu“."
-#: ../../network/netconnect.pm_.c:163
-msgid "Choose the profile to configure"
-msgstr "W¤hlen Sie das Profil, dass eingestellt werden soll"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Verwenden Sie stattdessen „%s“"
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
-msgstr "Autoerkennung benutzen"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "Typ"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-msgid "Expert Mode"
-msgstr "Expertenmodus"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "Verwenden Sie erst „umount“"
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr "Ger¤teerkennung..."
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "Lĥschen"
-#: ../../network/netconnect.pm_.c:214
-msgid "Normal modem connection"
-msgstr "Normale Modem Verbindung"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "Erzeugen"
-#: ../../network/netconnect.pm_.c:214
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected on port %s"
-msgstr "an Prot %s gefunden"
+msgid "Filesystem types:"
+msgstr "Dateisystemtypen:"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "Normale Modem Verbindung"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "Leer"
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "%s gefunden"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Windows"
+msgstr "Windows"
-#: ../../network/netconnect.pm_.c:216
-msgid "ISDN connection"
-msgstr "ISDN Verbindung"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
-#: ../../network/netconnect.pm_.c:216
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected %s"
-msgstr "%s gefunden"
+msgid "SunOS"
+msgstr "SunOS"
-#: ../../network/netconnect.pm_.c:217
-msgid "ADSL connection"
-msgstr "ADSL Verbindung"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "Auslagerung"
-#: ../../network/netconnect.pm_.c:218
-msgid "Cable connection"
-msgstr "Kabel Verbindung"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Journalised FS"
+msgstr "Journalisierendes FS"
-#: ../../network/netconnect.pm_.c:218
-msgid "cable connection detected"
-msgstr "Kabel Verbindung gefunden"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
-#: ../../network/netconnect.pm_.c:219
-msgid "LAN connection"
-msgstr "LAN Verbindung"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "No hard drives found"
+msgstr "Keine Festplatten gefunden"
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
-msgstr "Netzwerkkarte(n) gefunden"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "Bitte klicken Sie auf eine Partition"
-#: ../../network/netconnect.pm_.c:222
-msgid "Choose the connection you want to configure"
-msgstr "W¤hlen Sie die Verbindung, die Sie konfigurieren wollen"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\n"
+"I suggest you first resize that partition\n"
+"(click on it, then click on \"Resize\")"
+msgstr ""
+"Sie haben nur 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:1
+#, c-format
+msgid "Choose action"
+msgstr "W¤hlen Sie ein Aktion aus"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "Assistent"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+"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 ""
-"Sie haben verschiedene Varianten eingerichtet, sich mit dem\n"
-"Internet zu verbinden. Bitte w¤hlen Sie, welche Verbindungsart\n"
-"ich versuchen soll.\n"
-"\n"
+"Wenn Sie aboot verwenden wollen, mĵssen Sie ausreichend Platz am Anfang \n"
+"der Platte lassen (2048 Sektoren reichen aus)."
-#: ../../network/netconnect.pm_.c:247
-msgid "Internet connection"
-msgstr "Internet-Verbindung"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "Bitte machen Sie erst eine Sicherheitskopie Ihrer Daten!"
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr "Mĥchten Sie die Verbindung bei Betriebssystemstart herstellen?"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "Lesen Sie bitte aufmerksam!"
-#: ../../network/netconnect.pm_.c:267
-msgid "Network configuration"
-msgstr "Netzwerk Konfiguration"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
+msgstr "Schlĵssel (erneut)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
+msgstr "Schlĵssel"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "The encryption keys do not match"
+msgstr "Die Passwĥrter stimmen nicht ĵberein"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "Choose your filesystem encryption key"
+msgstr "W¤hlen Sie Ihren Dateisystem-Schlĵssel (Passwort)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem encryption key"
+msgstr "Dateisystem-Schlĵssel"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Type: "
+msgstr "Typ:"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "on channel %d id %d\n"
+msgstr "auf Kanal %d ID %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Partitionstabellen Typ: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "LVM Platten %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "Info: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "Geometrie: %s Zylinder, %s Kĥpfe, %s Sektoren\n"
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
-msgstr "Das Netzwerk muss neu gestartet werden"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "GrĥŸe: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
+msgstr "Nur lesbar"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "Ger¤t: "
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/interactive.pm:1
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-"Beim Neustart des Netzwerks trat ein Fehler auf: \n"
"\n"
-"%s"
+"Diese spezielle Start-Partition\n"
+"ist fĵr die Verwendung mehrerer\n"
+"Betriebssysteme auf dem selben\n"
+"Rechner.\n"
-#: ../../network/netconnect.pm_.c:282
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\n"
msgstr ""
-"Herzlichen Glĵckwunsch, die Netzwerk-/Internet-Einrichtung ist beendet.\n"
"\n"
-"Die Konfiguration wird nun in Ihr System integriert.\n"
+"Es handelt sich mit groŸer\n"
+"Wahrscheinlichkeit um eine\n"
+"Treiber-Partition. Sie sollten\n"
+"sie daher besser unver¤ndert\n"
+"lassen.\n"
-#: ../../network/netconnect.pm_.c:286
-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."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Dateiname des Loopbacks: %s"
-#: ../../network/netconnect.pm_.c:287
-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."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "RAID Platten %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "BlockgrĥŸe %s\n"
-#: ../../network/network.pm_.c:278
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "Level %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
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."
+"Partition wird standardm¤Ÿig geladen\n"
+" (fĵr MS-DOS Boot, nicht jedoch fĵr LILO)\n"
-#: ../../network/network.pm_.c:283
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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)."
+"Loopback file(s):\n"
+" %s\n"
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“)."
+"Loopback Datei(en):\n"
+" %s\n"
-#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfigurieren der Netzwerkkarte %s"
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid " (driver %s)"
-msgstr " (Treiber %s)"
+msgid "Mounted\n"
+msgstr "Eingeh¤ngt\n"
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "IP Adresse"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Not formatted\n"
+msgstr "Nicht formatiert\n"
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "Netzmaske"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "Formatiert\n"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(BOOTP/DHCP)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Zylinder %d bis %d\n"
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "Automatische IP-Adressen Zuweisung"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s Sektoren"
-#: ../../network/network.pm_.c:299
-msgid "Start at boot"
-msgstr "Beim BS-Start aktivieren"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "GrĥŸe: %s"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
-msgstr "Die IP Adresse sollte etwa die Form „192.168.1.42“ haben!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Anfang: Sektor %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "Name: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "DOS Laufwerksbuchstabe: %s (vermutlich?)\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr "Die Partition %s heiŸt nun %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Removing %s"
+msgstr "Entferne: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Copying %s"
+msgstr "Kopiere: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving files to the new partition"
+msgstr "Dateien auf die neue Partition verschieben."
-#: ../../network/network.pm_.c:326
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+"Directory %s already contains data\n"
+"(%s)"
msgstr ""
+"Das Verzeichnis „%s“ enth¤lt bereits Daten\n"
+"(%s)"
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hide files"
+msgstr "Dateien verstecken"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move files to the new partition"
+msgstr "Dateien auf die neue Partition verschieben."
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+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:1
+#, 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:1
+#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure 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. Stellen Sie sicher, dass Sie eine solche \n"
+"Partition erstellen."
-#: ../../network/network.pm_.c:350
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"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 ""
-"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."
+"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!"
-#: ../../network/network.pm_.c:355
-msgid "DNS server"
-msgstr "DNS-Server"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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."
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "Gateway (etwa %s)"
+msgid "The package %s is needed. Install it?"
+msgstr "Das Paket %s wird benĥtigt. Soll ich es installieren?"
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "Gateway Ger¤t"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "What type of partitioning?"
+msgstr "Welcher Partitionstyp?"
-#: ../../network/network.pm_.c:363
-msgid "DNS server address should be in format 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Be careful: this operation is dangerous."
+msgstr "Vorsicht: Diese Aktion ist gef¤hrlich."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "BlockgrĥŸe"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "Level"
+
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "Ger¤t"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
+msgstr "Verschiedene"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount options"
+msgstr "Einh¤ng-Optionen"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
msgstr ""
-"Die IP Adresse des DNS-Servers sollte etwa die Form „192.168.1.42“ haben!"
+"Es existiert bereits eine Datei mit diesem Namen. Soll ich sie verwenden?"
-#: ../../network/network.pm_.c:367
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr "Die IP Adresse des Gateways sollte etwa die Form „192.168.1.42“ haben!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File is 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."
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Proxies einstellen"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Give a file name"
+msgstr "Dateinamen angeben"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP Proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "Dateisystemtyp: "
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP Proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "GrĥŸe in MB:"
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
-msgstr "Netzwerkkarten-ID ĵberwachen (sinnvoll fĵr Laptops)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "Name der Loopback-Datei: "
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Proxy muss „http://...“ sein"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Loopback"
-#: ../../network/network.pm_.c:388
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Die URL muss mit „http://“ oder „ftp://“ beginnen"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "Diese Partition kann nicht als Loopback verwendet werden"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "Ich habe eine Firewall-Konfiguration gefunden!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
+msgstr "LVM Name?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "Neu"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr "W¤hlen Sie einen vorhandenen LVM"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr "W¤hlen Sie einen vorhandenen RAID"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "Bewege Partition..."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "wechsele"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "Zu welchem Sektor wollen Sie wechseln?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "Sektor"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "Zu welcher Platte wollen Sie wechseln?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "Bewegen"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "New size in MB: "
+msgstr "Neue GrĥŸe in MB:"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "W¤hlen Sie die neue GrĥŸe"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "GrĥŸe ver¤ndern"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "All data on this partition should be backed-up"
+msgstr "Sie sollten ein Backup s¤mtlicher Daten dieser Partition erstellen"
-#: ../../network/shorewall.pm_.c:27
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition is not resizeable"
+msgstr "Die GrĥŸe dieser Partition kann ich nicht ¤ndern"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "Errechne die Grenzen des FAT Dateisystems"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount %s?"
+msgstr "Wo wollen Sie „%s“ einh¤ngen?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
msgstr ""
-"WARNUNG: Ich habe eine eine Firewall-Konfiguration gefunden. \n"
-"Mĥglicherweise mĵssen Sie nach der Installation einige Einstellungen \n"
-"von Hand vornehmen."
+"Ich kann diesen Einh¤ngpunkt nicht zurĵcksetzen, da diese Partition als \n"
+"Loopback verwendet wird. Bitte entfernen Sie erst diesen Loopback."
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "Internet Konfiguration"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Wo wollen Sie das Ger¤t %s einh¤ngen?"
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Mĥchten Sie jetzt versuchen eine Internetverbindung aufzubauen?"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "Wo wollen Sie die Loopback-Datei %s einh¤ngen?"
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-msgid "Testing your connection..."
-msgstr "Ich teste gerade Ihre Verbindung..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
+msgstr "Konvertiere ext2 zu ext3"
-#: ../../network/tools.pm_.c:70
-msgid "The system is now connected to Internet."
-msgstr "Sie sind jetzt mit dem Internet verbunden."
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Which filesystem do you want?"
+msgstr "Welches Dateisystem wollen Sie verwenden?"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
-msgstr "Aus Sicherheitsgrĵnden wird die Verbindung nun unterbrochen."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Change partition type"
+msgstr "Partitionstyp ¤ndern"
-#: ../../network/tools.pm_.c:72
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
+"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
-"Sie sind momentan nicht mit dem Internet verbunden.\n"
-"Versuchen Sie Ihre Internetverbindung wieder zu konfigurieren."
+"Nach „nderung des Partitionstyps von %s, werden s¤mtliche Daten darauf "
+"gelĥscht"
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr "Verbindungskonfiguration"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove the loopback file?"
+msgstr "Die Loopback-Datei entfernen?"
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"You can't create a new partition\n"
+"(since you reached the maximal number of primary partitions).\n"
+"First remove a primary partition and create an extended partition."
msgstr ""
-"Bitte fĵllen Sie die folgen Felder aus \n"
-"bzw. makieren Sie die korrekten Angaben"
+"Sie kĥnnen keine weiteren Partitionen anlegen (da Sie die maximale \n"
+"Anzahl prim¤rer Partitionen erstellt haben). Bitte lĥschen Sie \n"
+"eine prim¤re Partioion und legen Sie stattdessen eine erweiterte \n"
+"Partition an."
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr "Karten IRQ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Preference: "
+msgstr "Einstellung: "
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "Karten Mem (DMA)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start sector: "
+msgstr "Anfangssektor: "
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "Karten E/A"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create a new partition"
+msgstr "Erzeuge eine neue Partition"
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "Karten IO_0"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "Als Loopback verwenden"
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "Karten IO_1"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "RAID modifizieren"
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
-msgstr "Ihre eigene Telefonnummer"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "Lĥschen aus dem LVM"
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr "Name des Providers (z.B. provider.net) "
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "Lĥschen aus dem RAID"
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr "Telefonnummer des Providers"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "Zum LVM hinzufĵgen"
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-msgid "Provider dns 1 (optional)"
-msgstr "Erster DNS des Providers (optional)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "Zum RAID hinzufĵgen"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-msgid "Provider dns 2 (optional)"
-msgstr "Zweiter DNS des Providers (optional)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "Formatieren"
-#: ../../network/tools.pm_.c:109
-msgid "Choose your country"
-msgstr "Land ausw¤hlen"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Detailed information"
+msgstr "Ausfĵhrliche Informationen"
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr "Wahlmodus"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "Ich Versuche, die Partitionstabelle zu retten"
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-msgid "Connection speed"
-msgstr "Verbindungsgeschwindigkeit"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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!"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-msgid "Connection timeout (in sec)"
-msgstr "VerbindungsTimeout (in Sec)"
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "Warnung"
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr "Kennzeichen (Login)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "Datei ausw¤hlen"
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Passwort"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+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?"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
-msgstr "GroŸbritannien"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Removable media automounting"
+msgstr "Wechselmedien automatisch Einh¤ngen"
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "Fehler beim Einh¤ngen: "
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Reload partition table"
+msgstr "Partitionstabelle neu laden"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
-msgstr "Diese Rechnerarchitektur kennt keine erweiterten Partitionen"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Rescue partition table"
+msgstr "Partitionstabelle retten"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Restore partition table"
+msgstr "Partitionstabelle wiederherstellen"
-#: ../../partition_table.pm_.c:685
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Save partition table"
+msgstr "Partitionstabelle schreiben"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
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."
+"Um mehr Partitionen einrichten zu kĥnnen, mĵssen Sie zun¤chst eine Partition "
+"lĥschen und anschlieŸend eine erweiterte Partition erzeugen"
-#: ../../partition_table.pm_.c:774
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Restaurieren aus der Datei %s schlug Fehl: %s"
+msgid "I can't add any more partition"
+msgstr "Ich kann keinen weiteren Partitionen hinzufĵgen"
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr "Fehlerhafte Backup-Datei"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "Alle Prim¤rpartitionen sind in Gebrauch"
-#: ../../partition_table.pm_.c:796
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr "Fehler beim Schreiben in Datei %s"
+msgid "Hard drive information"
+msgstr "Festplatten-Informationen"
-#: ../../partition_table/raw.pm_.c:192
-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."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Auto allocate"
+msgstr "Automatisches Erstellen"
-#: ../../pkgs.pm_.c:26
-msgid "must have"
-msgstr "unbedingt notwendig"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "Alles lĥschen"
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr "wichtig"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Mĥchten Sie die vorgenommenen „nderungen in „/etc/fstab“ speichern?"
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr "sehr angenehm"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "Beenden ohne die Partitionstabelle zu speichern?"
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr "angenehm"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "Beenden ohne speichern"
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr "eventuell"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "Wollen Sie trotzdem fortfahren?"
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "In den Experten-Modus wechseln"
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "In den Normal-Modus wechseln"
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "Rĵckg¤ngig"
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
-msgstr "LPD"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Exit"
+msgstr "Verlassen"
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose a partition"
+msgstr "W¤hlen Sie eine Partition"
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
-msgstr "LPRng"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose another partition"
+msgstr "W¤hlen Sie eine andere Partition"
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
+#: ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Change type"
+msgstr "Typ ¤ndern"
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Search servers"
+msgstr "Server suchen"
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-msgid "Unknown Model"
-msgstr "Unbekanntes Modell"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Domain"
+msgstr "Dom¤ne"
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "Lokaler Drucker"
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Username"
+msgstr "Benutzerkennzeichen"
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "Entfernter Drucker"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid ""
+"Please enter your username, password and domain name to access this host."
+msgstr ""
+"Bitte geben Sie Benutzerkennzeichen, Passwort und Dom¤ne des Rechners an."
-#: ../../printer/main.pm_.c:28
-msgid "Printer on remote CUPS server"
-msgstr "Drucker an CUPS-Server auf der Gegenseite"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Domain Authentication Required"
+msgstr "Dom¤nen-Authentifizierung nĥtig"
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-msgid "Printer on remote lpd server"
-msgstr "Drucker an LPD-Server im Netzwerk"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Another one"
+msgstr "Anderer"
-#: ../../printer/main.pm_.c:30
-msgid "Network printer (TCP/Socket)"
-msgstr "Netzwerkdrucker (TCP/Socket)"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Which username"
+msgstr "Benutzerkennzeichen"
-#: ../../printer/main.pm_.c:31
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "Drucker an SMB/Windows 9x/ME/NT"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Can't login using username %s (bad password?)"
+msgstr "Ich kann mich unter „%s“ nicht anmelden! Stimmt das Passwort?"
-#: ../../printer/main.pm_.c:32
-msgid "Printer on NetWare server"
-msgstr "Drucker an NetWare Server"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "cpu # "
+msgstr "CPU #"
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-msgid "Enter a printer device URI"
-msgstr "Druckeranschluss URI"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SMBus controllers"
+msgstr "SMBus-Controller"
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
-msgstr "Den Auftrag an ein Kommando weiterleiten"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "USB controllers"
+msgstr "USB-Controller"
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
-msgstr "Unbekanntes Modell"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SCSI controllers"
+msgstr "SCSI-Controller"
-#: ../../printer/main.pm_.c:317
-msgid "Local Printers"
-msgstr "Lokale Drucker"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "(E)IDE/ATA controllers"
+msgstr "(E)IDE/ATA-Controller"
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-msgid "Remote Printers"
-msgstr "Netzwerkdrucker"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
+msgstr "Joystick"
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " an Parallelport \\/*%s"
+msgid "Scanner"
+msgstr "Scanner"
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", USB-Drucker \\/*%s"
+msgid "Unknown/Others"
+msgstr "Unbekannt/Andere"
-#: ../../printer/main.pm_.c:334
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", Multifunktionsger¤t am Parallelport \\/*%s"
+msgid "Bridges and system controllers"
+msgstr ""
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
-msgstr ", USB Multifunktionsger¤t"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Modem"
+msgstr "Modems"
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
-msgstr ", Multifunktionsger¤t am HP JedDirect"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Ethernetcard"
+msgstr "Netzwerkkarten"
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
-msgstr ", Multifunktionsger¤t"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Processors"
+msgstr "Prozessoren"
-#: ../../printer/main.pm_.c:344
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", printing to %s"
-msgstr ", drucken auf %s"
+msgid "Webcam"
+msgstr "Webcams"
-#: ../../printer/main.pm_.c:346
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
-msgstr "auf LDP-Server „%s“, Drucker „%s“"
+msgid "Soundcard"
+msgstr "Soundkarten"
-#: ../../printer/main.pm_.c:348
+#: ../../harddrake/data.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP Drucker „%s“, Port %s"
+msgid "Other MultiMedia devices"
+msgstr "Andere Multimedia Ger¤te"
-#: ../../printer/main.pm_.c:352
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr "auf SMB/Windows-Server „%s“, Freigabe „%s“"
+msgid "Tvcard"
+msgstr "TV-Karten"
-#: ../../printer/main.pm_.c:356
+#: ../../harddrake/data.pm:1
#, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
-msgstr "auf dem Novell-Server „%s“, Drucker „%s“"
+msgid "Videocard"
+msgstr "Videokarten"
-#: ../../printer/main.pm_.c:358
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
#, c-format
-msgid ", using command %s"
-msgstr ", mittels Kommando „%s“"
+msgid "Tape"
+msgstr "Bandlaufwerke"
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
-msgstr "Rohdaten-Drucker (kein Treiber)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "DVD-ROM"
+msgstr "DVD-ROM"
-#: ../../printer/main.pm_.c:647
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "(on %s)"
-msgstr "(an %s)"
+msgid "CD/DVD burners"
+msgstr "CD/DVD-Brenner"
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
-msgstr "(an diesem Rechner)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CDROM"
+msgstr "CD-ROMs"
-#: ../../printer/main.pm_.c:674
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Auf CUPS-Server „%s“"
+msgid "Disk"
+msgstr "Festplatten"
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr " (Standard)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Zip"
+msgstr "ZIPs"
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr "W¤hlen Sie die Drucker-Anbindung"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Floppy"
+msgstr "Diskettenlaufwerke"
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr "Wie ist der Drucker mit Ihrem Rechner verbunden?"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Let me pick any driver"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:30
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Driver:"
+msgstr "Treiber:"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
+"The current driver for your \"%s\" sound card is \"%s\" "
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Choosing an arbitratry driver"
msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
"\n"
-"Falls es sich bei Ihrem Druckserver um einen CUPS-Server handelt, mĵssen Sie "
-"hier keine Einstellungen vornehmen, die Drucker werden automatisch erkannt "
-"und ĵbernommen."
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
-msgstr "Autoerkennung von Druckern (Lokal, TCP/Socket und SMB Drucker)"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound trouble shooting"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-msgid "CUPS configuration"
-msgstr "CUPS Konfiguration"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr "Fehler: Es gibt keinen bekannten Treiber fĵr Ihre Soundkarte (%s)"
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-msgid "Specify CUPS server"
-msgstr "CUPS-Server angeben"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Unkown driver"
+msgstr "Unbekannter Treiber"
-#: ../../printer/printerdrake.pm_.c:83
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr "Es gibt keinen bekannten Treiber fĵr Ihre Soundkarte (%s)"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No known driver"
+msgstr "Kein bekannter Treiber"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
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."
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
msgstr ""
-"Falls im Netzwerk ein CUPS-Server l¤uft, mĵssen Sie hier keine Einstellungen "
-"vornehmen; CUPS Server informieren Ihren Rechner ĵber die von ihnen "
-"verwalteten Drucker. Alle Drucker, die Ihr Rechner momentan kennt sind unter "
-"„Netzwerkdrucker“ aufgefĵhrt. Sollte der entfernte CUPS Server jedoch in "
-"einem anderen Subnetz beheimatet sein, mĵssen Sie mindestens seine IP-"
-"Adresse, evtl. auch die Port Nummer angeben. Im lokalen Subnetz kĥnnen Sie "
-"die Felder frei lassen."
+"Es existiert kein freier Treiber fĵr Ihre Soundkarte (%s), aber es gibt "
+"einen propriet¤ren Treiber unter \"%s\"."
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No open source driver"
+msgstr "Kein OpenSource Treiber"
+
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Please Wait... Applying the configuration"
+msgstr "Einen Moment ... ich richte die Konfiguration ein"
-#: ../../printer/printerdrake.pm_.c:84
+#: ../../harddrake/sound.pm:1
+#, c-format
msgid ""
+"The old \"%s\" driver is blacklisted.\n"
"\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\")."
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Trouble shooting"
+msgstr "Fehlerbehandlung"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
"\n"
-"Normalerweise wird CUPS automatisch entsprechend Ihres Netzwerks "
-"eingerichtet, damit Sie alle Drucker im lokalen Netzwerk verwenden kĥnnen. "
-"Falls das nicht funktioniert, schalten Sie „Automatische CUPS Konfiguration“ "
-"aus und editieren Sie die Datei „/etc/cups/cupsd.conf“ selbst. Vergessen Sie "
-"nicht, CUPS anschlieŸend neu zu starten (Befehl: „service cups restart“)."
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:88
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Die IP Adresse sollte etwa die Form „192.168.1.42“ haben!"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
+"\n"
+"\n"
+"Ihre Karte verwendet momentan den %s „%s“ Treiber (Voreinstellung fĵr Ihre "
+"Karte ist „%s“)"
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-msgid "The port number should be an integer!"
-msgstr "Die Port Nummer muss eine ganze Zahl sein!"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
+msgstr ""
+"Hier kĥnnen Sie einen alternativen Treiber (entweder OSS odr ALSA) fĵr Ihre "
+"Soundkarte (%s) ausw¤hlen"
-#: ../../printer/printerdrake.pm_.c:99
-msgid "CUPS server IP"
-msgstr "CUPS-Server-IP"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound configuration"
+msgstr "Sound Konfiguration"
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "Port"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
+msgstr ""
+"Es existiert kein alternativer OSS/ALSA Treiber fĵr Ihre Soundkarte (%s), "
+"die momentan „%s“ verwendet."
-#: ../../printer/printerdrake.pm_.c:102
-msgid "Automatic CUPS configuration"
-msgstr "Automatische CUPS Konfiguration"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No alternative driver"
+msgstr "Kein alternativer Treiber"
-#: ../../printer/printerdrake.pm_.c:159
-msgid "Checking your system..."
-msgstr "Untersuchung Ihres Rechners ..."
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "enable radio support"
+msgstr "Radiobetrieb aktivieren"
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-msgid "Printerdrake"
-msgstr "PrinterDrake"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Radio support:"
+msgstr "Radiobetrieb:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "PLL setting:"
+msgstr "PLL-Einstellung:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "number of capture buffers for mmap'ed capture"
+msgstr "Anzahl der Puffer fĵr MMAP Aufnahmen"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Number of capture buffers:"
+msgstr "Anzahl der Aufnahmepuffer:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Tuner type:"
+msgstr "Tunertyp:"
-#: ../../printer/printerdrake.pm_.c:167
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Card model:"
+msgstr "Kartentyp:"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
msgid ""
-"There are no printers found which are directly connected to your machine"
-msgstr "Ich konnte keine Drucker direkt an Ihrem Rechner finden."
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
+msgstr ""
+"Fĵr die meisten modernen TV-Karten erkennt das bttv-Modul des Linux Kerns "
+"automatisch die richtigen Parameter.\n"
+"Falls Ihre Karte falsch erkannt wird, kĥnnen Sie Tuner- und Kartentyp hier "
+"eintellen. Geben Sie einfach die benĥtigten Parameter an."
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|Generic"
+msgstr "Unbekannt|Generisch"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH06X (bt878) [many vendors]"
+msgstr "Unbekannt|CPH06X (bt878) [Zahlreiche Hersteller]"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH05X (bt878) [many vendors]"
+msgstr "Unbekannt|CPH05X (bt878) [Zahlreiche Hersteller]"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Auto-detect"
+msgstr "Autoerkennung"
-#: ../../printer/printerdrake.pm_.c:179
+#: ../../interactive/newt.pm:1
+#, c-format
+msgid "Do"
+msgstr "Los"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "Ihre Wahl? (Standard ‚%s‘) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Bad choice, try again\n"
+msgstr "Schlechte Wahl, bitte versuchen Sie es noch einmal\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Re-submit"
+msgstr "Erneut verschicken"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"The following printers\n"
-"\n"
+"=> Notice, a label changed:\n"
+"%s"
msgstr ""
-"Die folgenden Drucker\n"
-"\n"
+"=> Anmerkung: Ein Eintrag wurde ge¤ndert:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:180
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"The following printer\n"
-"\n"
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
msgstr ""
-"Der folgende Drucker\n"
-"\n"
+"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? "
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr "=> Es gibt zahlreiche Auswahlmĥglichkeiten (%s).\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Ihre Wahl? (Standard „%s“ %s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
+msgstr "Geben Sie „void“ fĵen Leeren Eintrag an"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Do you want to click on this button?"
+msgstr "Mĥchten Sie diese Schaltfl¤che bet¤tigen?"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Button `%s': %s"
+msgstr "Schaltfl¤che „%s“: %s"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Ihre Wahl? (0/1, Standard ‚%s‘) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
msgid ""
-"\n"
-"and one unknown printer are "
+"Entries you'll have to fill:\n"
+"%s"
msgstr ""
-"\n"
-"und ein unbekannter Drucker sind "
+"Angaben, die Sie machen mĵssen:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../modules/interactive.pm:1
#, c-format
msgid ""
-"\n"
-"and %d unknown printers are "
+"Loading module %s failed.\n"
+"Do you want to try again with other parameters?"
msgstr ""
-"\n"
-"und %d unbekannte Drucker sind "
+"Laden von Modul %s schlug Fehl.\n"
+"Wollen Sie es erneut mit anderen Parametern versuchen?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "Optionen angeben"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "Automatische Erkennung"
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"are "
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. 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"
-"sind "
+"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)"
+
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "Welchen %s-Treiber soll ich versuchen?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "Modul-Optionen:"
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"is "
+"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 ""
-"\n"
-"ist "
+"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“"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"You may now provide options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
+"Sie kĥnnen nun die Optionen fĵr Modul %s angeben.\n"
+"Denken Sie daran, dass Adressen mit „0x“ beginnen mĵssen, etwa „0x300“"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(Modul %s)"
+
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "Installation des Treibers fĵr die Karte %s %s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "Hardware Informationen anzeigen"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "Verfĵgen Sie ĵber %s Schnittstellen?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "Verfĵgen Sie ĵber weitere?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "Schnittstelle(n) %s %s gefunden"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
+msgstr "Sie kĥnnen alle Modulparamerter hier einstellen."
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated strings"
+msgstr "durch Kommas getrennte Textfelder"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr "durch Kommas getrennte Nummern"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr "%d durch Kommas getrennte Textfelder"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr "%d durch Kommas getrennte Nummern"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "a number"
+msgstr "eine Nummer"
-#: ../../printer/printerdrake.pm_.c:189
-msgid "directly connected to your system"
-msgstr "direkt mit Ihrem Rechner verbunden."
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few 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:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "Internetverbindung"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Alcatel speedtouch usb"
+msgstr "Alcatel speedtouch USB"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr "DHCP verwenden"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pptp"
+msgstr "PPTP verwenden"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "PPPOE verwenden"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Other ports"
+msgstr "Andere Ports"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Everything (no firewall)"
+msgstr "Alles (Keine Firewall)"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+"Angabe eines ungĵltigen Ports: „%s“.\n"
+"Das Format lautet: „port/tcp“ oder „port/udp“, \n"
+"wobei Port eine Zahl zwischen 1 und 65535."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
+msgstr ""
+"Sie kĥnnen verschiedene Ports angeben. \n"
+"Korrekte Beispiele sind: 139/tcp 139/udp.\n"
+"Fĵr weitere Informationen schauen Sie in „/etc/services“."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr "Auf welche Dienste daf aus dem Internet zugegeriffenwerden?"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"drakfirewall configurator\n"
"\n"
-"There is one unknown printer directly connected to your system"
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
msgstr ""
+"DrakFirewall Konfigurierer\n"
"\n"
-"Ich konnte einen unbekannten Rechner direkt an Ihrem Rechner finden."
+"Stellen Sie sicher, dass Sie Ihre Netzwerk-/Internetverbindung\n"
+"mit DrakConnect eingerichtet haben, bevor Sie fortfahren."
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../network/drakfirewall.pm:1
#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"There are %d unknown printers directly connected to your system"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
msgstr ""
+"DrakFirewall Konfigurierer\n"
"\n"
-"Ich konnte %d unbekannte Rechner direkt an Ihrem Rechner finden."
+"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."
-#: ../../printer/printerdrake.pm_.c:200
-msgid " (Make sure that all your printers are connected and turned on).\n"
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "No network card"
+msgstr "Keine Netzwerkkarte"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "POP and IMAP Server"
+msgstr "POP und IMAP Server"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Mail Server"
+msgstr "E-Mailserver"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Domain Name Server"
+msgstr "Dom¤nen-Namenserver (DNS)"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Web Server"
+msgstr "Webserver"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
msgstr ""
-"(Stellen Sie bitte sicher, dass alle Drucker angeschlossen und angeschaltet "
-"sind).\n"
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf Host name"
+msgstr "Zeroconf Rechnername"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "Rechnername"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"\n"
+"\n"
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
msgstr ""
-"Wollen Sie oben aufgefĵhrte Drucker oder Drucker im lokalen Netzwerk zum "
-"Drucken konfigurieren?\n"
-#: ../../printer/printerdrake.pm_.c:215
-msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr "Wollen Sie Drucker im lokalen Netzwerk zum Drucken konfigurieren?\n"
+#: ../../network/ethernet.pm:1
+#, c-format
+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“."
-#: ../../printer/printerdrake.pm_.c:217
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Wollen Sie oben aufgefĵhrte Drucker zum Drucken konfigurieren?\n"
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "Netzwerk konfigurieren"
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
-msgstr "Sind Sie sicher, dass Sie mit diesem Rechner drucken wollen?\n"
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "Keine Netzwerkkarte gefunden"
-#: ../../printer/printerdrake.pm_.c:219
+#: ../../network/ethernet.pm:1
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"Please choose which network adapter you want to use to connect to Internet."
msgstr ""
-"ANMERKUNG: Je nach Drucker und Drucksystem werden bis zu %d MB zus¤tzlicher "
-"Software auf Ihrem Rechner installiert."
+"Bitte w¤hlen Sie, ĵber welches Netzwerkger¤t Sie die \n"
+"Internetverbindung herstellen wollen."
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-msgid "Add a new printer"
-msgstr "Drucker hinzufĵgen"
+#: ../../network/ethernet.pm:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "W¤hlen Sie die Netzwerkkarte"
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/ethernet.pm:1
+#, c-format
+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:1
+#, c-format
+msgid ""
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
+msgstr ""
+"Welchen DHCP Klienten wollen Sie verwenden?\n"
+"Voreingestellt ist „dhcp-client“"
+
+#: ../../network/isdn.pm:1
+#, c-format
+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/isdn.pm:1
+#, c-format
+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 ""
+"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:1
+#, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "Welche der folgenden ist Ihre ISDN-Karte?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "ISDN Konfiguration"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "Abbruch"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "Fortfahren"
+
+#: ../../network/isdn.pm:1
+#, c-format
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"
+"If you have an ISA card, the values on the next screen should be right.\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."
+"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
+"card.\n"
msgstr ""
"\n"
-"Willkommen zum Druckereinrichtungsassistenten\n"
-"\n"
-"Dieser Assistent hilft Ihnen lokale oder Netzwerkdrucker so einzurichten, "
-"dass dieser Rechner bzw. andere in Ihrem Netzwerk darauf drucken kĥnnen.\n"
+"Falls Sie eine ISA-Karte besitzen, sollten die Einstellungen auf dem "
+"n¤chsten Schirm korrekt sein.\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."
+"Falls Sie eine PCMCIA-Karte besitzen, mĵssen Sie IRQ und E/A-Bereich Ihrer "
+"Karte kennen.\n"
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "I don't know"
+msgstr "Keine Ahnung"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "PCI"
+msgstr "PCI"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISA / PCMCIA"
+msgstr "ISA/PCMCIA"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind of card do you have?"
+msgstr "Welchen Kartentyp verwenden Sie?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
+msgstr "Schnittstelle \"%s\" gefunden. Wollen Sie sie verwenden?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which protocol do you want to use?"
+msgstr "Welches Protokoll wollen Sie verwenden?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Protocol for the rest of the world"
+msgstr "Protokoll fĵr den Rest der Welt"
+
+#: ../../network/isdn.pm:1
+#, c-format
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:1
+#, c-format
+msgid "European protocol"
+msgstr "Europ¤isches Protokoll"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "European protocol (EDSS1)"
+msgstr "Europ¤isches Protokoll (EDSS1)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
+msgstr ""
+"W¤hlen Sie Ihren Netzanbieter.\n"
+"Sollte er nicht aufgefĵhrt sein, w¤hlen Sie „Nicht aufgefĵhrt“"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "External ISDN modem"
+msgstr "Externes ISDN Modem"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "Interne ISDN Karte"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "Um welchen Typ ISDN-Verbindung handelt es sich?"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, c-format
+msgid "Network Configuration Wizard"
+msgstr "Netzwerk Konfigurationsassistent"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "Alte Konfiguration (isdn4net)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "New configuration (isdn-light)"
+msgstr "Neue Konfiguration (isdn-light)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Which ISDN configuration do you prefer?\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
+"* The Old configuration uses isdn4net. It contains powerful\n"
+" tools, but is tricky to configure, and not standard.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"We recommand the light configuration.\n"
msgstr ""
+"Welche ISDN Konfiguration wollen Sie durchfĵhren?\n"
"\n"
-"Willkommen zum Druckerassistenten\n"
+"* Die alte Konfiguration verwendet „isdn4net“. Sie \n"
+" enth¤llt m¤chtigere Werkzeuge, ist jedoch komplizierter \n"
+" einzurichten und nicht voll standardkonform.\n"
"\n"
-"Dieser Assistent mĥchte Ihnen helfen, Ihre(n) lokalen und Netzwerkdrucker "
-"sowie Drucker an Windowsrechnern im lokalen Netz zu konfigurieren.\n"
+"* Die neue Konfiguration mit „isdn-light“ ist \n"
+" verst¤ndlicher und standardkonformer, sie enth¤llt \n"
+" jedoch weniger Werkzeuge.\n"
"\n"
-"Falls Sie Drucker haben, die direkt mit dem Rechner verbunden sind, stellen "
-"Sie sicher, dass diese richtig angeschlossen und eingeschaltet sind. Ebenso "
-"mĵssen die Netzwerkdrucker bzw. Windows-Rechner eingeschaltet sein.\n"
+"Wir empfehlen die „isdn-light“ Variante.\n"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Do nothing"
+msgstr "Tu nichts"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Install rpm"
+msgstr "Installiere RPM"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Title"
+msgstr "Titel"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+"Ihr Modem wird nicht durch das System unterstĵtzt.\n"
+"Schauen Sie unter http://www.linmodems.org"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Second DNS Server (optional)"
+msgstr "Zweiter DNS Server (optional)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "First DNS Server (optional)"
+msgstr "Erster DNS Server (optional)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "Name der Dom¤ne"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr "CHAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "Skript-basiert"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "Terminal-basiert"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "Login ID"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "Telefonnummer"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "Name der Verbindung"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "Einwahl Parameter"
+
+#: ../../network/modem.pm:1
+#, c-format
+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/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "Netzwerk konfigurieren"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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/netconnect.pm:1
+#, c-format
+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:1
+#, c-format
+msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
"\n"
-"Es sei angemerkt, dass sie Erkennung von Netzwerkdruckern etwas l¤nger "
-"dauert, als das Finden von Druckern, die direkt an Ihrem Rechner h¤ngen. "
-"Schalten Sie daher die Erkennung von Netzwerkrechnern aus, sofern Sie diese "
-"Funktionalit¤t nicht benĥtigen.\n"
+msgstr ""
+"Herzlichen Glĵckwunsch, die Netzwerk-/Internet-Einrichtung ist beendet.\n"
"\n"
-"Bet¤tigen Sie die Schaltfl¤che „Weiter“, wenn Sie soweit sind, bzw. "
-"„Abbruch“, wenn Sie keine Drucker konfigurieren wollen."
+"Die Konfiguration wird nun in Ihr System integriert.\n"
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
+"A problem occured while restarting the network: \n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
+"%s"
+msgstr ""
+"Beim Neustart des Netzwerks trat ein Fehler auf: \n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"%s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
+msgstr "Das Netzwerk muss neu gestartet werden. Soll ich es neu starten?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Network configuration"
+msgstr "Netzwerk Konfiguration"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Do you want to start the connection at boot?"
+msgstr "Mĥchten Sie die Verbindung bei Betriebssystemstart herstellen?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection"
+msgstr "Internet-Verbindung"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
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"
-"Willkommen zum Druckerassistenten\n"
-"\n"
-"Dieser Assistent mĥchte Ihnen helfen, Ihre(n) lokalen Drucker zu "
-"konfigurieren.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the connection you want to configure"
+msgstr "W¤hlen Sie die Verbindung, die Sie konfigurieren wollen"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr "Netzwerkkarte(n) gefunden"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "LAN connection"
+msgstr "LAN Verbindung"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "cable connection detected"
+msgstr "Kabel Verbindung gefunden"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Cable connection"
+msgstr "Kabel Verbindung"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected"
+msgstr "gefunden"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ADSL connection"
+msgstr "ADSL Verbindung"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected %s"
+msgstr "%s gefunden"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ISDN connection"
+msgstr "ISDN Verbindung"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Winmodem connection"
+msgstr "Winmodem Verbindung"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected on port %s"
+msgstr "an Prot %s gefunden"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Normal modem connection"
+msgstr "Normale Modem Verbindung"
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detecting devices..."
+msgstr "Ger¤teerkennung..."
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Mode"
+msgstr "Expertenmodus"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
+msgstr "Autoerkennung benutzen"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the profile to configure"
+msgstr "W¤hlen Sie das Profil, dass eingestellt werden soll"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Welcome to The Network Configuration Wizard.\n"
"\n"
-"Falls Sie Drucker haben, die direkt mit dem Rechner verbunden sind, stellen "
-"Sie sicher, dass diese richtig angeschlossen und eingeschaltet sind.\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"
-"Bet¤tigen Sie die Schaltfl¤che „Weiter“, wenn Sie soweit sind, bzw. "
-"„Abbruch“, wenn Sie keine Drucker konfigurieren wollen."
+"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:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
+"We are now going to configure the %s connection.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Press OK to continue."
msgstr ""
"\n"
-"Willkommen zum Druckerassistenten\n"
"\n"
-"Dieser Assistent mĥchte Ihnen helfen, Ihre(n) lokalen und Netzwerkdrucker zu "
-"konfigurieren.\n"
"\n"
-"Falls Sie Drucker haben, die direkt mit dem Rechner verbunden sind, stellen "
-"Sie sicher, dass diese richtig angeschlossen und eingeschaltet sind. Ebenso "
-"mĵssen die Netzwerkdrucker eingeschaltet sein.\n"
+"Wir werden nun die Verbindung „%s“ konfigurieren.\n"
"\n"
-"Es sei angemerkt, dass sie Erkennung von Netzwerkdruckern etwas l¤nger "
-"dauert, als das Finden von Druckern, die direkt an Ihrem Rechner h¤ngen. "
-"Schalten Sie daher die Erkennung von Netzwerkrechnern aus, sofern Sie diese "
-"Funktionalit¤t nicht benĥtigen.\n"
"\n"
-"Bet¤tigen Sie die Schaltfl¤che „Weiter“, wenn Sie soweit sind, bzw. "
-"„Abbruch“, wenn Sie keine Drucker konfigurieren wollen."
+"W¤hlen Sie „OK“, um fortzufahren."
-#: ../../printer/printerdrake.pm_.c:307
-msgid "Auto-detect printers connected to this machine"
-msgstr "Selbsterkennung von direkt am Rechner angeschlossenen Druckern"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "We are now going to configure the %s connection."
+msgstr "Wir werden nun die Verbindung „%s“ konfigurieren."
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
-msgstr "Selbsterkennung von Druckern, die im lokalen Netzwerk h¤ngen"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "Internetverbindung und -einrichtung"
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
-msgstr "Selbsterkennung von Druckern, die an Windows Rechnern h¤ngen"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Configure the connection"
+msgstr "Die Verbindung konfigurieren"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Disconnect"
+msgstr "Verbindung trennen"
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Connect"
+msgstr "Verbinden"
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Congratulations, your printer is now installed and configured!\n"
+"You can reconfigure your connection."
+msgstr ""
"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
+"Sie kĥnnen Ihre Internetverbindung neu konfigurieren"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\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."
+"You can connect to the Internet or reconfigure your connection."
msgstr ""
"\n"
-"Herzlichen Glĵckwunsch, Ihr Drucker ist nun installiert und eingerichtet!\n"
+"Sie kĥnnen eine Internetverbindung aufbauen oder die Verbindung neu "
+"konfigurieren"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "Sie sind momentan nicht mit dem Internet verbunden."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\n"
-"Sie kĥnnen nun mit dem „Drucken“ Befehl Ihrer Anwendungen (meistens im "
-"„Datei“-Menĵ zu finden) drucken.\n"
+"You can disconnect or reconfigure your connection."
+msgstr ""
"\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."
+"Sie kĥnnen die Verbindung trennen oder sie neu konfigurieren."
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-msgid "Printer auto-detection"
-msgstr "Selbsterkennung von Druckern"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are currently connected to the Internet."
+msgstr "Sie sind momentan mit dem Internet verbunden."
-#: ../../printer/printerdrake.pm_.c:385
+#: ../../network/network.pm:1
#, c-format
-msgid ", network printer \"%s\", port %s"
-msgstr ", Netzwerkdrucker „%s“, Port %s"
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "Die URL muss mit „http://“ oder „ftp://“ beginnen"
-#: ../../printer/printerdrake.pm_.c:387
+#: ../../network/network.pm:1
#, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr ", Drucker „%s“ an SMB/Windows Server „%s“"
+msgid "Proxy should be http://..."
+msgstr "Proxy muss „http://...“ sein"
-#: ../../printer/printerdrake.pm_.c:391
+#: ../../network/network.pm:1
#, c-format
-msgid "Detected %s"
-msgstr "%s gefunden"
+msgid "FTP proxy"
+msgstr "FTP Proxy"
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "Drucker an Parallelport \\/*%s"
+msgid "HTTP proxy"
+msgstr "HTTP Proxy"
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/network.pm:1
#, c-format
-msgid "USB printer \\/*%s"
-msgstr "USB-Drucker \\/*%s"
+msgid "Proxies configuration"
+msgstr "Proxies einstellen"
-#: ../../printer/printerdrake.pm_.c:399
+#: ../../network/network.pm:1
#, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "Netzwerkdrucker „%s“, Port %s"
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "Die IP Adresse des Gateways sollte etwa die Form „192.168.1.42“ haben!"
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Drucker „%s“ am SMB/Windows Server „%s“"
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr ""
+"Die IP Adresse des DNS-Servers sollte etwa die Form „192.168.1.42“ haben!"
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-msgid "Local Printer"
-msgstr "Lokaler Drucker"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway device"
+msgstr "Gateway Ger¤t"
-#: ../../printer/printerdrake.pm_.c:526
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway (e.g. %s)"
+msgstr "Gateway (etwa %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "DNS-Server"
+
+#: ../../network/network.pm:1
+#, c-format
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, ...)."
+"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 ""
-"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, ...)."
+"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."
-#: ../../printer/printerdrake.pm_.c:530
-msgid "You must enter a device or file name!"
-msgstr "Sie mĵssen einen Ger¤te- oder Dateinamen eingeben!"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
+msgstr ""
+"Die Rate sollte entweder eine Mengengeneinheit aus ‚k‘, ‚M‘ und ‚G‘ nutzen "
+"(etwa „11M“ fĵr 11M) oder die entsprechende Anzahl Nullen angeh¤ngt werden."
-#: ../../printer/printerdrake.pm_.c:539
-msgid "No printer found!"
-msgstr "Kein Drucker erkannt!"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
+msgstr ""
+"Die Frequenz sollte entweder eine Mengengeneinheit aus ‚k‘, ‚M‘ und ‚G‘ nutzen "
+"(etwa „2.46G“ fĵr 2,46GHz) oder die entsprechende Anzahl Nullen angeh¤ngt werden."
-#: ../../printer/printerdrake.pm_.c:548
-msgid "Available printers"
-msgstr "Vorhandene Drucker"
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address should be in format 1.2.3.4"
+msgstr "Die IP Adresse sollte etwa die Form „192.168.1.42“ haben!"
-#: ../../printer/printerdrake.pm_.c:552
+#: ../../network/network.pm:1
+#, c-format
+msgid "Start at boot"
+msgstr "Beim BS-Start aktivieren"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Network Hotplugging"
+msgstr "Netzwerk hotplugf¤hig"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
+msgstr "Netzwerkkarten-ID ĵberwachen (sinnvoll fĵr Laptops)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(BOOTP/DHCP/ZEROCONF)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "Automatische IP-Adressen Zuweisung"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "Netzmaske"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "IP Adresse"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid " (driver %s)"
+msgstr " (Treiber %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "Konfigurieren der Netzwerkkarte %s"
+
+#: ../../network/network.pm:1
+#, c-format
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"
+"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 ""
-"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."
+"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“)."
-#: ../../printer/printerdrake.pm_.c:553
+#: ../../network/network.pm:1
+#, c-format
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"
+"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 ""
-"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."
+"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."
-#: ../../printer/printerdrake.pm_.c:555
+#: ../../network/shorewall.pm:1
+#, c-format
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\"."
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes 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."
+
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "Ich habe eine Firewall-Konfiguration gefunden!"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "Passwort"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "Kennzeichen (Login)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection timeout (in sec)"
+msgstr "VerbindungsTimeout (in Sec)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection speed"
+msgstr "Verbindungsgeschwindigkeit"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Dialing mode"
+msgstr "Wahlmodus"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Choose your country"
+msgstr "Land ausw¤hlen"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "Zweiter DNS des Providers (optional)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "Erster DNS des Providers (optional)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "Telefonnummer des Providers"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "Name des Providers (z.B. provider.net) "
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "Ihre eigene Telefonnummer"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "Karten IO_1"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "Karten IO_0"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "Karten E/A"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "Karten Mem (DMA)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "Karten IRQ"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
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“."
+"Bitte fĵllen Sie die folgen Felder aus \n"
+"bzw. makieren Sie die korrekten Angaben"
-#: ../../printer/printerdrake.pm_.c:556
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Connection Configuration"
+msgstr "Verbindungskonfiguration"
+
+#: ../../network/tools.pm:1
+#, c-format
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\"."
+"The system doesn't seem to be connected to the Internet.\n"
+"Try to reconfigure your connection."
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“."
+"Das System scheint nicht mit dem Internet verbunden zu sein.\n"
+"Versuchen Sie noch einmal Ihre Verbindung konfigurieren."
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "For security reasons, it will be disconnected now."
+msgstr "Aus Sicherheitsgrĵnden wird die Verbindung nun unterbrochen."
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "The system is now connected to the Internet."
+msgstr "Das System ist jetzt mit dem Internet verbunden."
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Testing your connection..."
+msgstr "Ich teste gerade Ihre Verbindung..."
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "Mĥchten Sie jetzt versuchen eine Internetverbindung aufzubauen?"
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Internet configuration"
+msgstr "Internet Konfiguration"
+
+#: ../../partition_table/raw.pm:1
+#, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"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, corrupted "
+"data."
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."
+"Mit Ihrer Platte stimmt etwas nicht!\n"
+"Der vorgenommene Integrit¤tstest schlug Fehl.\n"
+"Das bedeutet, dass jeder Schreibvorgang auf der Platte zu zuf¤lligen oder "
+"besch¤digten Daten fĵhren wird."
-#: ../../printer/printerdrake.pm_.c:559
-msgid "Please choose the port where your printer is connected to."
-msgstr "Bitte w¤hlen Sie den Anschluss, an dem Ihr Drucker h¤ngt."
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr " (Standard)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "On CUPS server \"%s\""
+msgstr "Auf CUPS-Server „%s“"
+
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, c-format
+msgid "Remote Printers"
+msgstr "Netzwerkdrucker"
+
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr "(an diesem Rechner)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on %s)"
+msgstr "(an %s)"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Common Unix Printing System"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng"
+msgstr "LPRng"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - LPR New Generation"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD"
+msgstr "LPD"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD - Line Printer Daemon"
+msgstr "LPD - Line Printer Daemon"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
+msgstr "PDQ"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Print, Don't Queue"
+
+#: ../../printer/detect.pm:1
+#, c-format
+msgid "Unknown Model"
+msgstr "Unbekanntes Modell"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr "Unbekanntes Modell"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Host %s"
+msgstr "Rechner %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network %s"
+msgstr "Netzwerk %s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Interface \"%s\""
+msgstr "Schnittstelle: \"%s\""
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local network(s)"
+msgstr "Lokale Netzwerke"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
+msgstr "Rohdaten-Drucker (kein Treiber)"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
+msgstr ", mittels Kommando „%s“"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on Novell server \"%s\", printer \"%s\""
+msgstr "auf dem Novell-Server „%s“, Drucker „%s“"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgstr "auf SMB/Windows-Server „%s“, Freigabe „%s“"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ", TCP/IP Drucker „%s“, Port %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
+msgstr "auf LDP-Server „%s“, Drucker „%s“"
-#: ../../printer/printerdrake.pm_.c:561
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", printing to %s"
+msgstr ", drucken auf %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
+msgstr ", Multifunktionsger¤t"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ", Multifunktionsger¤t am HP JedDirect"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ", USB Multifunktionsger¤t"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on parallel port \\#%s"
+msgstr ", Multifunktionsger¤t am Parallelport \\#%s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", USB printer"
+msgstr ", USB-Drucker"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", USB printer \\#%s"
+msgstr ", USB-Drucker \\#%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " on parallel port \\#%s"
+msgstr " an Parallelport \\#%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printers"
+msgstr "Lokale Drucker"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Pipe job into a command"
+msgstr "Den Auftrag an ein Kommando weiterleiten"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter a printer device URI"
+msgstr "Druckeranschluss URI"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on NetWare server"
+msgstr "Drucker an NetWare Server"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "Drucker an SMB/Windows 9x/ME/NT"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "Netzwerkdrucker (TCP/Socket)"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on remote lpd server"
+msgstr "Drucker an LPD-Server im Netzwerk"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on remote CUPS server"
+msgstr "Drucker an CUPS-Server auf der Gegenseite"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
+msgstr "Entfernter Drucker"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Local printer"
+msgstr "Lokaler Drucker"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring applications..."
+msgstr "Anwendungen konfigurieren ..."
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, c-format
+msgid "Printerdrake"
+msgstr "PrinterDrake"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to configure another printer?"
+msgstr "Mĥchten Sie einen weiteren Drucker einrichten?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "Drucker „%s“ entfernen ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Mĥchten Sie den Drucker „%s“ wirklich entfernen?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove printer"
+msgstr "Drucker entfernen"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Know how to use this printer"
+msgstr "Wie dieser Drucker genutzt werden kann"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print test pages"
+msgstr "Testseite(n) drucken"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+msgstr "Fehler beim Entfernen von „%s“ fĵr StarOffice/OpenOffice.org/GIMP."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-" (Parallele Anschlĵsse: /dev/lp0, /dev/lp1, ..., ¤quivalent zu LPT1:, "
-"LPT2:, ..., Erster USB Drucker: /dev/usb/lp0, zweiter USB Drucker: /dev/usb/"
-"lp1, ...)."
+"Der Drucker „%s“ wurde erfogrich fĵr StarOffice/OpenOffice.org/GIMP entfernt."
-#: ../../printer/printerdrake.pm_.c:565
-msgid "You must choose/enter a printer/device!"
-msgstr "Sie mĵssen einen Drucker w¤hlen/ein Ger¤t eingeben!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Drucker fĵr StarOffice/OpenOffice.org/GIMP entfernen"
-#: ../../printer/printerdrake.pm_.c:584
-msgid "Manual configuration"
-msgstr "Manuelle Konfiguration"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Diesen Drucker fĵr StarOffice/OpenOffice.org/GIMP entfernen"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr "Optionen fĵr Netzwerk-Druckerspooler"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr "Fehler beim Hinzufĵgen von „%s“ fĵr StarOffice/OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:634
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-"Um einen LPD-Drucker im Netzwerk 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."
+"Der Drucker „%s“ wurde erfogrich zu StarOffice/OpenOffice.org/GIMP "
+"hinzugefĵgt."
-#: ../../printer/printerdrake.pm_.c:635
-msgid "Remote host name"
-msgstr "Name des entfernten Rechners"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Drucker fĵr StarOffice/OpenOffice.org/GIMP hinzufĵgen"
-#: ../../printer/printerdrake.pm_.c:636
-msgid "Remote printer name"
-msgstr "Name des entfernten Druckers"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Diesen Drucker fĵr StarOffice/OpenOffice.org/GIMP hinzufĵgen"
-#: ../../printer/printerdrake.pm_.c:639
-msgid "Remote host name missing!"
-msgstr "Der Name des entfernten Rechners fehlt!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr "Der Drucker „%s“ ist jetzt Ihr Standarddrucker“"
-#: ../../printer/printerdrake.pm_.c:643
-msgid "Remote printer name missing!"
-msgstr "Der Name des entfernten Druckers fehlt!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Default printer"
+msgstr "Standarddrucker"
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Detected model: %s %s"
-msgstr "Gefundendenes Modell: %s %s"
+msgid "Set this printer as the default"
+msgstr "Als Standarddrucker verwenden"
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-msgid "Scanning network..."
-msgstr "Netzwerk durchsuchen ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "Drucker-Optionen"
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", printer \"%s\" on server \"%s\""
-msgstr ", Drucker „%s“, auf Server „%s“"
+msgid "Printer manufacturer, model"
+msgstr "Druckerproduzent, Modell"
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "Drucker „%s“, auf Server „%s“"
+msgid "Printer manufacturer, model, driver"
+msgstr "Druckerproduzent, Modell, Treiber"
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Windows 9x/NT) Drucker-Parameter"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "Alten Drucker „%s“ entfernen ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer name, description, location"
+msgstr "Druckername, Beschreibung, Standort"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer connection type"
+msgstr "Art der Druckeranbindung"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Learn how to use this printer"
+msgstr "Wie dieser Drucker genutzt werden kann"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer"
+msgstr "Rohdaten-Drucker"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do it!"
+msgstr "Ausfĵhren!"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Close"
+msgstr "SchlieŸen"
-#: ../../printer/printerdrake.pm_.c:796
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Printer %s\n"
+"What do you want to modify on this printer?"
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."
+"Drucker %s\n"
+"Was wollen Sie an diesem Drucker ¤ndern?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Modify printer configuration"
+msgstr "Drucker-Konfiguration ¤ndern"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add a new printer"
+msgstr "Drucker hinzufĵgen"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Normal Mode"
+msgstr "Normaler Modus"
-#: ../../printer/printerdrake.pm_.c:797
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Change the printing system"
+msgstr "Drucksystem ¤ndern"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer sharing"
+msgstr "Gemeinsamer Druckerzugriff"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "CUPS configuration"
+msgstr "CUPS Konfiguration"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr "Aktualisiere Druckerliste (um alle entfernten CUPS-Drucker anzuzeigen)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
+"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 ""
-"Falls der gewĵnschte Drucker bereits gefunden wurde, w¤hlen Sie ihn einfach "
-"aus der Liste unten aus und geben Sie - falls notwendig - Name, Passwort und/"
-"oder Dom¤ne an."
+"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."
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr "SMB-Server"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/GIMP."
+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-"
+"Drucker fĵr Star Office/OpenOffice.org/GIMP zug¤nglich zu machen."
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
-msgstr "SMB-Server-IP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr "Drucksystem: "
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr "Freigabename"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Would you like to configure printing?"
+msgstr "Mĥchten Sie einen Drucker konfigurieren?"
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "Arbeitsgruppe"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing Printerdrake..."
+msgstr "PrinterDrake vorbereiten ..."
-#: ../../printer/printerdrake.pm_.c:806
-msgid "Auto-detected"
-msgstr "Selbst gefunden"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
+msgstr "Suche nach installierter Software"
-#: ../../printer/printerdrake.pm_.c:816
-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!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing Foomatic..."
+msgstr "Installieren des Pakets Foomatic ..."
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
-msgstr "Der Name der Samba-Freigabe fehlt!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "Konnte Drucker \"%s\" nicht konfigurieren!"
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
-msgstr "SICHERHEITSWARNUNG!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "Drucker „%s“ konfigurieren ..."
-#: ../../printer/printerdrake.pm_.c:827
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer data..."
+msgstr "Lesen der Treiber-Datenbank ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Welches Drucksystem (Spooler) wollen Sie verwenden?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Spooler"
+msgstr "W¤hlen Sie das Drucksystem"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing %s ..."
+msgstr "Installiere %s ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing %s ..."
+msgstr "Entferne %s ..."
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\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"
+"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 ""
-"Sie sind dabei, einen Drucker einzurichten, der ĵber ein Windows-"
-"Benutzerkonto mit Passwort druckt. Aufgrund eines Fehlers in der Architektur "
-"der Samba-Client-Software wird das Passwort im Klartext in die Kommandozeile "
-"der Samba-Komponente eingefĵgt, welche die zu druckenden Daten auf den "
-"Windows-Server ĵbertr¤gt. So ist es fĵr jeden Benutzer mĥglich, das Passwort "
-"auf dem Bildschirm anzuzeigen, indem er Kommandos wie zum Beispiel „ps "
-"auxwww“ ausfĵhrt.\n"
+"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"
-"Wir empfehlen von einer der folgenden Alternativen Gebrauch zu machen (in "
-"allen F¤llen muss sichergestellt werden dass nur Maschinen des lokalen "
-"Netzwerks auf den Windows-Server zugreifen kĥnnen, zum Beispiel mit Hilfe "
-"einer Firewall):\n"
+"Wollen sie den automatischen Start des Drucksystems wieder herstellen?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting the printing system at boot time"
+msgstr "Drucksystem beim BS-Start aktivieren"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
"\n"
-"Drucken Sie ĵber ein Benutzerkonto ohne Passwort auf Ihrem Windows-Server, "
-"zum Beispiel ĵber das „GUEST“-Benutzerkonto oder ĵber ein speziell zum "
-"Drucken eingerichtetes Benutzerkonto. Entfernen Sie nicht den Passwortschutz "
-"von einem persĥnlichen Benutzerkonto oder vom Administratorkonto.\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"
-"Richten Sie Ihren Windows-Server so ein, dass der Drucker unter dem LPD-"
-"Protokoll erreichbar ist. Dann richten sie den Drucker auf dieser Maschine "
-"mit dem Verbindungstyp „%s“ ein.\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?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing a printing system in the %s security level"
+msgstr "Installation eines Drucksystems in Sicherheitsebene %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "paranoid"
+msgstr "Paranoid"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "high"
+msgstr "Hoch"
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Restarting printing system..."
+msgstr "Drucksystem neu starten ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuration of a remote printer"
+msgstr "Konfiguration eines entfernten Druckers"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-"Richten Sie Ihren Windows-Server so ein, dass Ihr Drucker ĵber das IPP-"
-"Protokoll erreichbar ist und konfigurieren sie ihn auf dieser Maschine mit "
-"dem Verbindungstyp „%s“ in Printerdrake.\n"
-"\n"
+"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."
-#: ../../printer/printerdrake.pm_.c:840
+#: ../../printer/printerdrake.pm:1
+#, c-format
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?"
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is 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 ""
-"Verbinden Sie Ihren Drucker mit einem Linux-Server und lassen Sie Ihre(n) "
-"Windows-Rechner als Client auf ihn zugreifen.\n"
-" \n"
-"Mĥchten Sie Ihren Drucker wirklich so einrichten, wie Sie es jetzt tun?"
+"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."
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr "Optionen fĵr NetWare-Drucker"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configure the network now"
+msgstr "Netzwerk jetzt konfigurieren"
-#: ../../printer/printerdrake.pm_.c:912
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Go on without configuring the network"
+msgstr "Weiter ohne Netzwerkkonfiguration"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"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."
+"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?"
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr "Drucker-Server"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network functionality not configured"
+msgstr "Ihr Netzwerk ist nicht konfiguriert"
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr "Name der Druckerwarteschlange"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting network..."
+msgstr "Netzwerk starten ..."
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
-msgstr "Der NCP Servername fehlt!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refreshing printer data..."
+msgstr "Aktualisieren der Druckerdaten ..."
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
-msgstr "Der NCP Warteschlangen-Name fehlt!"
+#: ../../printer/printerdrake.pm:1
+#, 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?"
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", host \"%s\", port %s"
-msgstr ", Rechner „%s“, Port %s"
+msgid "Transfer printer configuration"
+msgstr "Drucker-Einstellung transferieren"
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Host \"%s\", port %s"
-msgstr "Rechner „%s“, Port %s"
+msgid "Transferring %s..."
+msgstr "œbertragen von „%s“ ..."
-#: ../../printer/printerdrake.pm_.c:1030
-msgid "TCP/Socket Printer Options"
-msgstr "Optionen fĵr TCP/Socket-Drucker"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "New printer name"
+msgstr "Neuer Druckername"
-#: ../../printer/printerdrake.pm_.c:1032
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
msgstr ""
-"W¤hlen Sie einen der automatisch erkanneten Drucker aus der Liste oder geben "
-"Sie den Hostnamen oder die IP-Adresse und optional die Portnummer (wenn Port "
-"nicht angegeben, wird 9100 verwendet) ein."
+"Der Drucker „%s“ existiert bereits. Wollen Sie ihn wirklich \n"
+"ersetzen?"
-#: ../../printer/printerdrake.pm_.c:1033
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer should contain only letters, numbers and the underscore"
+msgstr ""
+"Druckernamen sollten nur Buchstaben, Ziffern und den Unterstrich unterhalten"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr "œbertragen"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+"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 ""
-"Um einen TCP- oder Socket-Drucker verwenden zu kĥnnen, mĵssen Sie auf alle "
-"F¤lle dessen Rechnernamen, bzw. IP-Adresse - 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 des Herstellers."
+"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."
-#: ../../printer/printerdrake.pm_.c:1037
-msgid "Printer host name or IP missing!"
-msgstr "Der Rechnername, bzw die IP-Adresse des Druckers fehlt!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
+msgstr "Druckerdaten nicht ĵbertragen"
-#: ../../printer/printerdrake.pm_.c:1059
-msgid "Printer host name or IP"
-msgstr "Rechnername/IP des Druckers"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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“."
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr "Druckeranschluss URI"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:1108
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
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."
+"Warteschlangen, die nicht mit diesem Programm oder „foomatic-configure“ "
+"ertellt wurden, kĥnnen nicht ĵbertragen werden."
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
-msgstr "Sie mĵssen eine gĵltige URI eingeben!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "LPD and LPRng do not support IPP printers.\n"
+msgstr "LPD und LPRng unterstĵkeine IPP Drucker.\n"
-#: ../../printer/printerdrake.pm_.c:1463
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
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."
+"PDQ unterstĵtzt nur lokale Drucker, entfernte LPD Drucker und Socket/TCP "
+"Drucker.\n"
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr "Druckername"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "Beschreibung"
+#: ../../printer/printerdrake.pm:1
+#, 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"
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "Standort"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
+msgstr ""
+"Ihr Drucker wurde automatisch so konfiguriert, dass Sie von Ihrem Rechner "
+"auf die Foto-Speicherkartenlaufwerke zugreifen kĥnnen. Sie kĥnnen jetzt "
+"entweder mit dem grafischen Programm MToolsFM (Menu: \"Programme\" -> "
+"\"Dateiwerkzeuge\" -> \"MTools File Manager\") oder auf der Kommandozeile "
+"mit den mtools (Fĵr mehr Information geben Sie \"man mtools\" auf der "
+"Kommandozeile ein) auf die eingelegte Karte zugreifen. Sie finden das "
+"Dateisystem der Karte unter dem Laufwerksbuchstaben \"p:\" oder, wenn Sie "
+"mehr als einen HP-Drucker mit Foto-Speicherkartenlaufwerken haben, unter den "
+"nachfolgenden Buchstaben. In MToolsFM kĥnnen Sie zwischen den "
+"Laufwerksbuchstaben mit dem Feld ĵber der oberen rechten Ecke der Dateiliste "
+"umschalten."
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-msgid "Reading printer database..."
-msgstr "Lesen der Drucker-Datenbank ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your 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\" on the command line to get more "
+"information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
+"Ihr Multifunktionsger¤t wurde automatisch auch zum Scannen eingerichtet. Sie "
+"kĥnnen nun mit dem Befehl „scanimage“ („scanimage -d hp:%s“ um den Scanner "
+"auszuw¤hlen, falls Sie mehrere angeschlossen haben), eingegeben in der "
+"Kommandozeile, scannen. Wenn Sie eine grafisches Werkzeug verwenden wollen: "
+"„xscanimage“ bzw. „xsane“. Sie kĥnnen auch den GIMP verwenden. 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“!"
-#: ../../printer/printerdrake.pm_.c:1482
-msgid "Preparing printer database..."
-msgstr "Vorbereiten der Drucker-Datenbank ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "Druck der Testseite(n) ..."
-#: ../../printer/printerdrake.pm_.c:1578
-msgid "Your printer model"
-msgstr "Ihr Druckermodell"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print option list"
+msgstr "Liste der Drucker-Optionen"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Drucken auf Drucker „%s“"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "Drucken/Fotokartenzugriff mit „%s“"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Drucken/Scannen mit „%s“"
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "Drucken/Scannen/Fotokarten mit „%s“"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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%s\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"
+"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%s\n"
"\n"
-"Folgender Drucker wurde gefunden:\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
"\n"
-"%s"
+"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"
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-msgid "The model is correct"
-msgstr "Das Modell ist richtig"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-msgid "Select model manually"
-msgstr "Modell ausw¤hlen"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:1606
-msgid "Printer model selection"
-msgstr "Auswahl des Druckertyps"
+#: ../../printer/printerdrake.pm:1
+#, 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"
-#: ../../printer/printerdrake.pm_.c:1607
-msgid "Which printer model do you have?"
-msgstr "œber welchen Druckertyp verfĵgen Sie?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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“."
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"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\"."
+"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>“. "
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
-"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."
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
+"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 ""
-"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)."
+"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"
-#: ../../printer/printerdrake.pm_.c:1697
-msgid "OKI winprinter configuration"
-msgstr "OKI Win-Drucker Konfiguration"
+#: ../../printer/printerdrake.pm:1
+#, 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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr "War der Ausdruck korrekt?"
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
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 ..."
+"Die Testseite(n) wurden an den Drucker gesandt.\n"
+"Es kann einen Augenblick dauern, bevor der Drucker seine Arbeit aufnimmt.\n"
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-msgid "Lexmark inkjet configuration"
-msgstr "Lexmark Tintenstrahl-Konfiguration"
+#: ../../printer/printerdrake.pm:1
+#, 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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not print any test page"
+msgstr "Keine Testseite(n) drucken"
-#: ../../printer/printerdrake.pm_.c:1719
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo test page"
+msgstr "Foto-Testseite"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (A4)"
+msgstr "Alternative Testseite (A4)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (Letter)"
+msgstr "Alternative Testseite (US-Format - „Letter“)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Standard test page"
+msgstr "Standard-Testseite"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print"
+msgstr "Drucken"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "No test pages"
+msgstr "Keine Testseiten"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"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."
+"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."
-#: ../../printer/printerdrake.pm_.c:1746
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Test pages"
+msgstr "Testseiten"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/). Click on the \"Drivers\" link. 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."
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
msgstr ""
-"Um mit Ihrem Lexmark-Tintenstrahldrucker drucken zu kĥnnen, benĥtigen Sie "
-"die Treiber, die von Lexmark bereitgestellt werden (http://www.lexmark."
-"com/). Klicken Sie auf den „Drivers“-Link. W¤hlen Sie dann das Druckermodell "
-"und geben Sie „Linux“ als Betriebssystem an. Sie erhalten die Treiber als "
-"RPM-Paket oder als Shellskript mit interaktiver grafischer Installation. 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 die Druckkopf-"
-"Justierungsseiten mit „lexmarkmaintain“ und justieren Sie damit den "
-"Druckkopf."
+"Mĥchten Sie diesen Drucker („%s“)\n"
+"als Standarddrucker verwenden?"
-#: ../../printer/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
-msgstr "GDI-Laserdrucker, der das Zenographics-ZJ-Stream-Format benutzt"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
+msgstr "Der Parameter %s ist yu groŸ oder zu klein!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be a number!"
+msgstr "Der Parameter %s muss eine Zahl sein!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr "Der Parameter %s muss eine Zahl sein!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -9128,1287 +12065,1734 @@ msgstr ""
"Das erste Kommando kann von jedem Benutzer gegeben werden, das Zweite muss "
"als root gegeben werden. Danach kĥnnen Sie dann ganz normal drucken.\n"
-#: ../../printer/printerdrake.pm_.c:1972
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr "GDI-Laserdrucker, der das Zenographics-ZJ-Stream-Format benutzt"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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/). Click on the \"Drivers\" link. 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 ""
-"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."
+"Um mit Ihrem Lexmark-Tintenstrahldrucker drucken zu kĥnnen, benĥtigen Sie "
+"die Treiber, die von Lexmark bereitgestellt werden (http://www.lexmark."
+"com/). Klicken Sie auf den „Drivers“-Link. W¤hlen Sie dann das Druckermodell "
+"und geben Sie „Linux“ als Betriebssystem an. Sie erhalten die Treiber als "
+"RPM-Paket oder als Shellskript mit interaktiver grafischer Installation. 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 die Druckkopf-"
+"Justierungsseiten mit „lexmarkmaintain“ und justieren Sie damit den "
+"Druckkopf."
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Der Parameter %s muss eine Zahl sein!"
+msgid "Lexmark inkjet configuration"
+msgstr "Lexmark Tintenstrahl-Konfiguration"
-#: ../../printer/printerdrake.pm_.c:1985
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be a number!"
-msgstr "Der Parameter %s muss eine Zahl sein!"
+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."
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
-msgstr "Der Parameter %s ist yu groŸ oder zu klein!"
+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 ..."
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "OKI winprinter configuration"
+msgstr "OKI Win-Drucker Konfiguration"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
msgstr ""
-"Mĥchten Sie diesen Drucker („%s“)\n"
-"als Standarddrucker verwenden?"
-
-#: ../../printer/printerdrake.pm_.c:2051
-msgid "Test pages"
-msgstr "Testseiten"
+"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)."
-#: ../../printer/printerdrake.pm_.c:2052
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
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."
-
-#: ../../printer/printerdrake.pm_.c:2056
-msgid "No test pages"
-msgstr "Keine Testseiten"
-
-#: ../../printer/printerdrake.pm_.c:2057
-msgid "Print"
-msgstr "Drucken"
-
-#: ../../printer/printerdrake.pm_.c:2114
-msgid "Standard test page"
-msgstr "Standard-Testseite"
+"\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."
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
-msgstr "Alternative Testseite (US-Format - „Letter“)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printer model do you have?"
+msgstr "œber welchen Druckertyp verfĵgen Sie?"
-#: ../../printer/printerdrake.pm_.c:2120
-msgid "Alternative test page (A4)"
-msgstr "Alternative Testseite (A4)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer model selection"
+msgstr "Auswahl des Druckertyps"
-#: ../../printer/printerdrake.pm_.c:2122
-msgid "Photo test page"
-msgstr "Foto-Testseite"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer database..."
+msgstr "Lesen der Drucker-Datenbank ..."
-#: ../../printer/printerdrake.pm_.c:2126
-msgid "Do not print any test page"
-msgstr "Keine Testseite(n) drucken"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select model manually"
+msgstr "Modell ausw¤hlen"
-#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
-msgstr "Druck der Testseite(n) ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The model is correct"
+msgstr "Das Modell ist richtig"
-#: ../../printer/printerdrake.pm_.c:2159
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-"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"
+"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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Your printer model"
+msgstr "Ihr Druckermodell"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing printer database..."
+msgstr "Vorbereiten der Drucker-Datenbank ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Location"
+msgstr "Standort"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Description"
+msgstr "Beschreibung"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer"
+msgstr "Druckername"
-#: ../../printer/printerdrake.pm_.c:2163
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
+"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 ""
-"Die Testseite(n) wurden an den Drucker gesandt.\n"
-"Es kann einen Augenblick dauern, bevor der Drucker seine Arbeit aufnimmt.\n"
+"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."
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
-msgstr "War der Ausdruck korrekt?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter Printer Name and Comments"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-msgid "Raw printer"
-msgstr "Rohdaten-Drucker"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Making printer port available for CUPS..."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1
#, 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"
+msgid "Photo memory card access on your HP multi-function device"
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"
-#: ../../printer/printerdrake.pm_.c:2218
-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"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning on your HP multi-function device"
+msgstr "Scannen auf Ihrem HP Multifunktionsger¤t"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing mtools packages..."
+msgstr "Installiere mtools Pakete..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing SANE packages..."
+msgstr "Installiere SANE Pakete..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking device and configuring HPOJ..."
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"
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing HPOJ package..."
+msgstr "Installiere HPOJ Paket..."
+
+#: ../../printer/printerdrake.pm:1
#, 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>\". "
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
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>“. "
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A command line must be entered!"
+msgstr "Eine Kommandozeile muss eigegeben werden!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Command line"
+msgstr "Kommandozeile"
+
+#: ../../printer/printerdrake.pm:1
#, 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%s\n"
-"\n"
+"Here you can specify any arbitrary command line into which the job should be "
+"piped instead of being sent directly to a printer."
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%s\n"
-"\n"
-#: ../../printer/printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Pipe into command"
+msgstr "An ein Kommando weiterleiten"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected model: %s %s"
+msgstr "Gefundendenes Modell: %s %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr "Sie mĵssen eine gĵltige URI eingeben!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "Druckeranschluss URI"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
+"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 ""
-"Hier die Liste vorhandener Drucker-Parameter des aktuellen Druckers:\n"
-"\n"
+"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."
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "Port"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP"
+msgstr "Rechnername/IP des Druckers"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The port number should be an integer!"
+msgstr "Die Port Nummer muss eine ganze Zahl sein!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP missing!"
+msgstr "Der Rechnername, bzw die IP-Adresse des Druckers fehlt!"
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). On HP "
+"JetDirect servers the port number is usually 9100, on other servers it can "
+"vary. See the manual of your hardware."
msgstr ""
-"Verwenden Sie den Befehl „%s <Datei>“, um die Datei <Datei> in der "
-"Kommandozeile auszudrucken.\n"
+"Um einen TCP- oder Socket-Drucker verwenden zu kĥnnen, mĵssen Sie auf alle "
+"F¤lle dessen Rechnernamen, bzw. IP-Adresse - 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 des Herstellers."
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
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"
+"W¤hlen Sie einen der automatisch erkanneten Drucker aus der Liste oder geben "
+"Sie den Hostnamen oder die IP-Adresse und optional die Portnummer (wenn Port "
+"nicht angegeben, wird 9100 verwendet) ein."
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "Optionen fĵr TCP/Socket-Drucker"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Host \"%s\", port %s"
+msgstr "Rechner „%s“, Port %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
+msgstr ", Rechner „%s“, Port %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning network..."
+msgstr "Netzwerk durchsuchen ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection"
+msgstr "Selbsterkennung von Druckern"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP queue name missing!"
+msgstr "Der NCP Warteschlangen-Name fehlt!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP server name missing!"
+msgstr "Der NCP Servername fehlt!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print Queue Name"
+msgstr "Name der Druckerwarteschlange"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Server"
+msgstr "Drucker-Server"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
+"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 eine Liste der Drucker-Parameter Ihres Druckers zu erhalten, bet¤tigen "
-"Sie bitte die Schaltfl¤che „Liste der Drucker-Optionen“."
+"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."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "Optionen fĵr NetWare-Drucker"
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+"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 ""
-"Verwenden Sie einen der Befehle „%s <Datei>“ oder „%s <Datei>“, um die Datei "
-"<Datei> in der Kommandozeile auszudrucken.\n"
+"Verbinden Sie Ihren Drucker mit einem Linux-Server und lassen Sie Ihre(n) "
+"Windows-Rechner als Client auf ihn zugreifen.\n"
+" \n"
+"Mĥchten Sie Ihren Drucker wirklich so einrichten, wie Sie es jetzt tun?"
-#: ../../printer/printerdrake.pm_.c:2257
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"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 ""
-"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"
+"Richten Sie Ihren Windows-Server so ein, dass Ihr Drucker ĵber das IPP-"
+"Protokoll erreichbar ist und konfigurieren sie ihn auf dieser Maschine mit "
+"dem Verbindungstyp „%s“ in Printerdrake.\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
#, 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"
-"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 ""
+"Sie sind dabei, einen Drucker einzurichten, der ĵber ein Windows-"
+"Benutzerkonto mit Passwort druckt. Aufgrund eines Fehlers in der Architektur "
+"der Samba-Client-Software wird das Passwort im Klartext in die Kommandozeile "
+"der Samba-Komponente eingefĵgt, welche die zu druckenden Daten auf den "
+"Windows-Server ĵbertr¤gt. So ist es fĵr jeden Benutzer mĥglich, das Passwort "
+"auf dem Bildschirm anzuzeigen, indem er Kommandos wie zum Beispiel „ps "
+"auxwww“ ausfĵhrt.\n"
+"\n"
+"Wir empfehlen von einer der folgenden Alternativen Gebrauch zu machen (in "
+"allen F¤llen muss sichergestellt werden dass nur Maschinen des lokalen "
+"Netzwerks auf den Windows-Server zugreifen kĥnnen, zum Beispiel mit Hilfe "
+"einer Firewall):\n"
+"\n"
+"Drucken Sie ĵber ein Benutzerkonto ohne Passwort auf Ihrem Windows-Server, "
+"zum Beispiel ĵber das „GUEST“-Benutzerkonto oder ĵber ein speziell zum "
+"Drucken eingerichtetes Benutzerkonto. Entfernen Sie nicht den Passwortschutz "
+"von einem persĥnlichen Benutzerkonto oder vom Administratorkonto.\n"
+"\n"
+"Richten Sie Ihren Windows-Server so ein, dass der Drucker unter dem LPD-"
+"Protokoll erreichbar ist. Dann richten sie den Drucker auf dieser Maschine "
+"mit dem Verbindungstyp „%s“ ein.\n"
"\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"
-#: ../../printer/printerdrake.pm_.c:2271
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Drucken/Scannen/Fotokarten mit „%s“"
+msgid "SECURITY WARNING!"
+msgstr "SICHERHEITSWARNUNG!"
-#: ../../printer/printerdrake.pm_.c:2272
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Drucken/Scannen mit „%s“"
+msgid "Samba share name missing!"
+msgstr "Der Name der Samba-Freigabe fehlt!"
-#: ../../printer/printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Drucken/Fotokartenzugriff mit „%s“"
+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!"
-#: ../../printer/printerdrake.pm_.c:2275
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Drucken auf Drucker „%s“"
+msgid "Auto-detected"
+msgstr "Selbst gefunden"
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-msgid "Close"
-msgstr "SchlieŸen"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "Arbeitsgruppe"
-#: ../../printer/printerdrake.pm_.c:2281
-msgid "Print option list"
-msgstr "Liste der Drucker-Optionen"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Share name"
+msgstr "Freigabename"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "SMB-Server-IP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "SMB-Server"
-#: ../../printer/printerdrake.pm_.c:2301
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Your 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\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
msgstr ""
-"Ihr Multifunktionsger¤t wurde automatisch auch zum Scannen eingerichtet. Sie "
-"kĥnnen nun mit dem Befehl „scanimage“ („scanimage -d hp:%s“ um den Scanner "
-"auszuw¤hlen, falls Sie mehrere angeschlossen haben), eingegeben in der "
-"Kommandozeile, scannen. Wenn Sie eine grafisches Werkzeug verwenden wollen: "
-"„xscanimage“ bzw. „xsane“. Sie kĥnnen auch den GIMP verwenden. 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“!"
+"Falls der gewĵnschte Drucker bereits gefunden wurde, w¤hlen Sie ihn einfach "
+"aus der Liste unten aus und geben Sie - falls notwendig - Name, Passwort und/"
+"oder Dom¤ne an."
-#: ../../printer/printerdrake.pm_.c:2322
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
+"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 ""
-"Ihr Drucker wurde automatisch so konfiguriert, dass Sie von Ihrem Rechner "
-"auf die Foto-Speicherkartenlaufwerke zugreifen kĥnnen. Sie kĥnnen jetzt "
-"entweder mit dem grafischen Programm MToolsFM (Menu: \"Programme\" -> "
-"\"Dateiwerkzeuge\" -> \"MTools File Manager\") oder auf der Kommandozeile "
-"mit den mtools (Fĵr mehr Information geben Sie \"man mtools\" auf der "
-"Kommandozeile ein) auf die eingelegte Karte zugreifen. Sie finden das "
-"Dateisystem der Karte unter dem Laufwerksbuchstaben \"p:\" oder, wenn Sie "
-"mehr als einen HP-Drucker mit Foto-Speicherkartenlaufwerken haben, unter den "
-"nachfolgenden Buchstaben. In MToolsFM kĥnnen Sie zwischen den "
-"Laufwerksbuchstaben mit dem Feld ĵber der oberen rechten Ecke der Dateiliste "
-"umschalten."
+"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."
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-msgid "Reading printer data..."
-msgstr "Lesen der Treiber-Datenbank ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "SMB (Windows 9x/NT) Drucker-Parameter"
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-msgid "Transfer printer configuration"
-msgstr "Drucker-Einstellung transferieren"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "Drucker „%s“, auf Server „%s“"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on server \"%s\""
+msgstr ", Drucker „%s“, auf Server „%s“"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name missing!"
+msgstr "Der Name des entfernten Druckers fehlt!"
-#: ../../printer/printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name missing!"
+msgstr "Der Name des entfernten Rechners fehlt!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name"
+msgstr "Name des entfernten Druckers"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name"
+msgstr "Name des entfernten Rechners"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
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"
+"Um einen LPD-Drucker im Netzwerk 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."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "Optionen fĵr Netzwerk-Druckerspooler"
-#: ../../printer/printerdrake.pm_.c:2368
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Manual configuration"
+msgstr "Manuelle Konfiguration"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "Sie mĵssen einen Drucker w¤hlen/ein Ger¤t eingeben!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-"CUPS unterstĵtzt keine Druker an Novel Servern oder Drucker, die ihre Daten "
-"in ein frei gew¤hltes Kommando senden.\n"
+" (Parallele Anschlĵsse: /dev/lp0, /dev/lp1, ..., ¤quivalent zu LPT1:, "
+"LPT2:, ..., Erster USB Drucker: /dev/usb/lp0, zweiter USB Drucker: /dev/usb/"
+"lp1, ...)."
-#: ../../printer/printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr "Bitte w¤hlen Sie den Anschluss, an dem Ihr Drucker h¤ngt."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-"PDQ unterstĵtzt nur lokale Drucker, entfernte LPD Drucker und Socket/TCP "
-"Drucker.\n"
+"Bitte w¤hlen Sie den Anschluss, an dem der Drucker h¤ngt oder geben Sie "
+"einen Ger¤te- oder Dateinamen in der Eingabezeile an."
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "LPD und LPRng unterstĵkeine IPP Drucker.\n"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr "Bitte w¤hlen Sie den Drucker, an den die Druckauftr¤ge gehen sollen."
-#: ../../printer/printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"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 ""
-"Warteschlangen, die nicht mit diesem Programm oder „foomatic-configure“ "
-"ertellt wurden, kĥnnen nicht ĵbertragen werden."
+"Bitte w¤hlen Sie den Drucker, den Sie einrichten wollen. 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“."
-#: ../../printer/printerdrake.pm_.c:2375
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Currently, no alternative possibility is available"
msgstr ""
-"\n"
-"Drucker, die mit den PPD-Dateien ihrer Hersteller oder CUPS-spezifischen "
-"Treibern eingerichtet wurden, kĥnnen nicht ĵbertragen werden."
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"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"
-"Markieren Sie die Druckerwarteschlangen, die sie ĵbertragen wollen und "
-"bet¤tigen Sie die Schaltfl¤che „œbertragen“."
+"Die Einrichtung des Druckers wird vollautomatisch erfolgen. Sollte Ihr "
+"Drucker nicht richtig erkannt worden sein oder wollen Sie die Einrichtung "
+"selbst vornehmen, w¤hlen Sie „Manuelle Konfiguration“."
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
-msgstr "Druckerdaten nicht ĵbertragen"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The following printer was auto-detected. "
+msgstr "Der folgenden Drucker wurde automatisch erkannt."
-#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
-msgstr "œbertragen"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
+msgstr ""
+"Bitte w¤hlen Sie den Drucker, an den die Druckauftr¤ge gehen sollen oder "
+"geben Sie einen Ger¤te- oder Dateinamen in der Eingabezeile an."
-#: ../../printer/printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm:1
#, 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."
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
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."
+"Bitte w¤hlen Sie den Drucker den sie einrichten wollen oder geben Sie einen "
+"Ger¤te- oder Dateinamen in der Eingabezeile an."
-#: ../../printer/printerdrake.pm_.c:2400
-msgid "Name of printer should contain only letters, numbers and the underscore"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Alternatively, you can specify a device name/file name in the input line"
msgstr ""
-"Druckernamen sollten nur Buchstaben, Ziffern und den Unterstrich unterhalten"
+"Alternativ kĥnnen Sie einen Ger¤te- oder Dateinamen in der Eingabezeile "
+"angeben"
-#: ../../printer/printerdrake.pm_.c:2405
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
msgstr ""
-"Der Drucker „%s“ existiert bereits. Wollen Sie ihn wirklich \n"
-"ersetzen?"
+"Falls das nicht der Drucker ist, den Sie einrichten wollen, geben Sie einen "
+"Ger¤te- oder Dateinamen in der Eingabezeile an."
-#: ../../printer/printerdrake.pm_.c:2413
-msgid "New printer name"
-msgstr "Neuer Druckername"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Available printers"
+msgstr "Vorhandene Drucker"
-#: ../../printer/printerdrake.pm_.c:2416
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
-msgstr "œbertragen von „%s“ ..."
+msgid "No printer found!"
+msgstr "Kein Drucker erkannt!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must enter a device or file name!"
+msgstr "Sie mĵssen einen Ger¤te- oder Dateinamen eingeben!"
-#: ../../printer/printerdrake.pm_.c:2427
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
+"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 ""
-"Sie haben Ihren alten Standarddrucker („%s“) ĵbertragen, soll es auch Ihr "
-"Standarddrucker unter dem neuen Drucksystem „%s“ werden?"
+"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, ...)."
-#: ../../printer/printerdrake.pm_.c:2437
-msgid "Refreshing printer data..."
-msgstr "Aktualisieren der Druckerdaten ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printer"
+msgstr "Lokaler Drucker"
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-msgid "Configuration of a remote printer"
-msgstr "Konfiguration eines entfernten Druckers"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "USB printer \\#%s"
+msgstr "USB-Drucker \\#%s"
-#: ../../printer/printerdrake.pm_.c:2446
-msgid "Starting network..."
-msgstr "Netzwerk starten ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on parallel port \\#%s"
+msgstr "Drucker an Parallelport \\#%s"
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-msgid "Configure the network now"
-msgstr "Netzwerk jetzt konfigurieren"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "Drucker „%s“ am SMB/Windows Server „%s“"
-#: ../../printer/printerdrake.pm_.c:2480
-msgid "Network functionality not configured"
-msgstr "Ihr Netzwerk ist nicht konfiguriert"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network printer \"%s\", port %s"
+msgstr "Netzwerkdrucker „%s“, Port %s"
-#: ../../printer/printerdrake.pm_.c:2481
-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?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected %s"
+msgstr "%s gefunden"
-#: ../../printer/printerdrake.pm_.c:2484
-msgid "Go on without configuring the network"
-msgstr "Weiter ohne Netzwerkkonfiguration"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr ", Drucker „%s“ an SMB/Windows Server „%s“"
-#: ../../printer/printerdrake.pm_.c:2518
-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."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", network printer \"%s\", port %s"
+msgstr ", Netzwerkdrucker „%s“, Port %s"
-#: ../../printer/printerdrake.pm_.c:2519
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"\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 ""
-"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."
-
-#: ../../printer/printerdrake.pm_.c:2529
-msgid "Restarting printing system..."
-msgstr "Drucksystem neu starten ..."
+"\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."
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "high"
-msgstr "Hoch"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
+msgstr "Selbsterkennung von Druckern, die an Windows Rechnern h¤ngen"
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "paranoid"
-msgstr "Paranoid"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
+msgstr "Selbsterkennung von Druckern, die im lokalen Netzwerk h¤ngen"
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "Installation eines Drucksystems in Sicherheitsebene %s"
+msgid "Auto-detect printers connected to this machine"
+msgstr "Selbsterkennung von direkt am Rechner angeschlossenen Druckern"
-#: ../../printer/printerdrake.pm_.c:2570
+#: ../../printer/printerdrake.pm:1
#, 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"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-"Do you really want to configure printing on this machine?"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
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"
+"Willkommen zum Druckerassistenten\n"
"\n"
-"Wollen Sie wirklich dieses Drucksystem auf diesem Rechner installieren?"
-
-#: ../../printer/printerdrake.pm_.c:2604
-msgid "Starting the printing system at boot time"
-msgstr "Drucksystem beim BS-Start aktivieren"
+"Dieser Assistent mĥchte Ihnen helfen, Ihre(n) lokalen Drucker zu "
+"konfigurieren.\n"
+"\n"
+"Falls Sie Drucker haben, die direkt mit dem Rechner verbunden sind, stellen "
+"Sie sicher, dass diese richtig angeschlossen und eingeschaltet sind.\n"
+"\n"
+"Bet¤tigen Sie die Schaltfl¤che „Weiter“, wenn Sie soweit sind, bzw. "
+"„Abbruch“, wenn Sie keine Drucker konfigurieren wollen."
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
#, 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"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
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?"
+"Willkommen zum Druckerassistenten\n"
+"\n"
+"Dieser Assistent mĥchte Ihnen helfen, Ihre(n) lokalen und Netzwerkdrucker zu "
+"konfigurieren.\n"
+"\n"
+"Falls Sie Drucker haben, die direkt mit dem Rechner verbunden sind, stellen "
+"Sie sicher, dass diese richtig angeschlossen und eingeschaltet sind. Ebenso "
+"mĵssen die Netzwerkdrucker eingeschaltet und mit dem Netz verbunden sein.\n"
+"\n"
+"Es sei angemerkt, dass sie Erkennung von Netzwerkdruckern etwas l¤nger "
+"dauert, als das Finden von Druckern, die direkt an Ihrem Rechner h¤ngen. Sie "
+"sollten daher diesen Punkt ausschalten, sofern Sie nur direkt am Rechner "
+"h¤ngende Drucker verwenden wollen.\n"
+"\n"
+"Bet¤tigen Sie die Schaltfl¤che „Weiter“, wenn Sie soweit sind, bzw. "
+"„Abbruch“, wenn Sie keine Drucker konfigurieren wollen."
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
-msgstr "Suche nach installierter Software"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
+"\n"
+"Willkommen zum Druckerassistenten\n"
+"\n"
+"Dieser Assistent mĥchte Ihnen helfen, Ihre(n) lokalen und Netzwerkdrucker "
+"sowie Drucker an Windowsrechnern im lokalen Netz zu konfigurieren.\n"
+"\n"
+"Falls Sie Drucker haben, die direkt mit dem Rechner verbunden sind, stellen "
+"Sie sicher, dass diese richtig angeschlossen und eingeschaltet sind. Ebenso "
+"mĵssen die Netzwerkdrucker bzw. Windows-Rechner eingeschaltet sein.\n"
+"\n"
+"Es sei angemerkt, dass sie Erkennung von Netzwerkdruckern etwas l¤nger "
+"dauert, als das Finden von Druckern, die direkt an Ihrem Rechner h¤ngen. Sie "
+"sollten daher diesen Punkt ausschalten, sofern Sie nur direkt am Rechner "
+"h¤ngende Drucker verwenden wollen.\n"
+"\n"
+"Bet¤tigen Sie die Schaltfl¤che „Weiter“, wenn Sie soweit sind, bzw. "
+"„Abbruch“, wenn Sie keine Drucker konfigurieren wollen."
-#: ../../printer/printerdrake.pm_.c:2630
-#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "Entferne: %s"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 Netzwerkdrucker 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."
-#: ../../printer/printerdrake.pm_.c:2636
-#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "Pakete Installieren ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Searching for new printers..."
+msgstr "Suche nach neuen Druckern..."
-#: ../../printer/printerdrake.pm_.c:2685
-msgid "Select Printer Spooler"
-msgstr "W¤hlen Sie das Drucksystem"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
+msgstr ""
+"ANMERKUNG: Je nach Drucker und Drucksystem werden bis zu %d MB zus¤tzlicher "
+"Software auf Ihrem Rechner installiert."
-#: ../../printer/printerdrake.pm_.c:2686
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Welches Drucksystem (Spooler) wollen Sie verwenden?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr "Sind Sie sicher, dass Sie mit diesem Rechner drucken wollen?\n"
-#: ../../printer/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Drucker „%s“ konfigurieren ..."
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Wollen Sie oben aufgefĵhrte Drucker zum Drucken konfigurieren?\n"
-#: ../../printer/printerdrake.pm_.c:2731
-msgid "Installing Foomatic..."
-msgstr "Installieren des Pakets Foomatic ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "Wollen Sie Drucker im lokalen Netzwerk zum Drucken konfigurieren?\n"
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
-msgstr "Drucker-Optionen"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+"Wollen Sie oben aufgefĵhrte Drucker oder Drucker im lokalen Netzwerk zum "
+"Drucken konfigurieren?\n"
-#: ../../printer/printerdrake.pm_.c:2810
-msgid "Preparing Printerdrake..."
-msgstr "PrinterDrake vorbereiten ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr ""
+"(Stellen Sie bitte sicher, dass alle Drucker angeschlossen und angeschaltet "
+"sind).\n"
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-msgid "Configuring applications..."
-msgstr "Anwendungen konfigurieren ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr "Ich konnte keine Drucker direkt an Ihrem Rechner finden."
-#: ../../printer/printerdrake.pm_.c:2845
-msgid "Would you like to configure printing?"
-msgstr "Mĥchten Sie einen Drucker konfigurieren?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+"\n"
+"Ich konnte %d unbekannte Drucker direkt an Ihrem Rechner finden."
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
-msgstr "Drucksystem: "
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+"\n"
+"Ich konnte einen unbekannten Drucker direkt an Ihrem Rechner finden."
-#: ../../printer/printerdrake.pm_.c:2915
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/GIMP."
+"The following printer\n"
+"\n"
+"%s%s\n"
+"is directly connected to your system"
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-"
-"Drucker fĵr Star Office/OpenOffice.org/GIMP zug¤nglich zu machen."
+"Der folgende Drucker\n"
+"\n"
+"%s%s\n"
+"ist direkt an Ihr System angeschlossen"
-#: ../../printer/printerdrake.pm_.c:2916
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"The following printer\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
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."
+"Die folgenden Drucker\n"
+"\n"
+"%s%s\n"
+"sind direkt an Ihr System angeschlossen"
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
-msgstr "Aktualisiere Druckerliste (um alle entfernten CUPS-Drucker anzuzeigen)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The following printers\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr ""
+"Die folgenden Drucker\n"
+"\n"
+"%s%s\n"
+"sind direkt an Ihr System angeschlossen."
-#: ../../printer/printerdrake.pm_.c:2960
-msgid "Change the printing system"
-msgstr "Drucksystem ¤ndern"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "and %d unknown printers"
+msgstr "und %d unbekannte Drucker"
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-msgid "Normal Mode"
-msgstr "Normaler Modus"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "and one unknown printer"
+msgstr "und ein unbekannter Drucker"
-#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-msgid "Do you want to configure another printer?"
-msgstr "Mĥchten Sie einen weiteren Drucker einrichten?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking your system..."
+msgstr "Untersuchung Ihres Rechners ..."
-#: ../../printer/printerdrake.pm_.c:3211
-msgid "Modify printer configuration"
-msgstr "Drucker-Konfiguration ¤ndern"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address of host/network:"
+msgstr "IP-Adresse des Rechners/Netzwerks:"
-#: ../../printer/printerdrake.pm_.c:3213
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
+msgid "This host/network is already in the list, it cannot be added again.\n"
msgstr ""
-"Drucker %s\n"
-"Was wollen Sie an diesem Drucker ¤ndern?"
+"IP-Adresse bzw. Netzwerk sind bereits in der Liste, \n"
+"Sie kĥnnen sie nicht erneut hinzufĵgen.\n"
-#: ../../printer/printerdrake.pm_.c:3217
-msgid "Do it!"
-msgstr "Ausfĵhren!"
-
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-msgid "Printer connection type"
-msgstr "Art der Druckeranbindung"
-
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-msgid "Printer name, description, location"
-msgstr "Druckername, Beschreibung, Standort"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/255.255.255.0\n"
+msgstr "192.168.100.0/255.255.255.0\n"
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
-msgstr "Druckerproduzent, Modell, Treiber"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/24\n"
+msgstr "192.168.100.0/24\n"
-#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
-msgstr "Druckerproduzent, Modell"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
+msgstr "10.1.*\n"
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
-msgstr "Als Standarddrucker verwenden"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.0.0.*\n"
+msgstr "10.0.0.*\n"
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Diesen Drucker fĵr StarOffice/OpenOffice.org/GIMP hinzufĵgen"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
+msgstr "192.168.100.194\n"
-#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Diesen Drucker fĵr StarOffice/OpenOffice.org/GIMP entfernen"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr "Beispiele fĵr korrekte IPs:\n"
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-msgid "Print test pages"
-msgstr "Testseite(n) drucken"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
+msgstr "Die eingegebene Rechner/Netzwerk Information ist nicht korrekt.\n"
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-msgid "Know how to use this printer"
-msgstr "Wie dieser Drucker genutzt werden kann"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Choose the network or host on which the local printers should be made "
+"available:"
+msgstr ""
+"W¤hlen Sie Netzwerke bzw. Rechner, denen lokale Drucker bekannt gemacht "
+"werden sollen:"
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-msgid "Remove printer"
-msgstr "Drucker entfernen"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Sharing of local printers"
+msgstr "Gemeinsamer Zugriff auf lokale Drucker"
-#: ../../printer/printerdrake.pm_.c:3282
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "Alten Drucker „%s“ entfernen ..."
+msgid "Remove selected host/network"
+msgstr "Lĥschen der markierte Rechner/Netzwerke"
-#: ../../printer/printerdrake.pm_.c:3307
-msgid "Default printer"
-msgstr "Standarddrucker"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Edit selected host/network"
+msgstr "„nderung der markierten Rechner/Netzwerke"
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Der Drucker „%s“ ist jetzt Ihr Standarddrucker“"
+msgid "Add host/network"
+msgstr "Hinzufĵgen eines Rechners/Netzwerks"
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
-msgstr "Drucker fĵr StarOffice/OpenOffice.org/GIMP hinzufĵgen"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
+msgstr ""
+"Das sind die Rechner und Netzwerke, fĵr die die lokalen Drucker zug¤nglich "
+"sein sollen:"
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
+"\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
+"\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
+"\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
+"\n"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
msgstr ""
-"Der Drucker „%s“ wurde erfogrich zu StarOffice/OpenOffice.org/GIMP "
-"hinzugefĵgt."
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
-msgstr "Fehler beim Hinzufĵgen von „%s“ fĵr StarOffice/OpenOffice.org/GIMP."
+msgid "Automatic correction of CUPS configuration"
+msgstr "Automatische Korrektur der CUPS Konfiguration"
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Drucker fĵr StarOffice/OpenOffice.org/GIMP entfernen"
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "No remote machines"
+msgstr "Keine entfernten Maschinen"
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Custom configuration"
+msgstr "Angepasste Konfiguration"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "Gemeinsamer Druckerzugriff auf Rechnern/Netzwerken:"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatically find available printers on remote machines"
+msgstr "Automatische Suche nutzbarer Drucker auf anderen Rechnern"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printers on this machine are available to other computers"
+msgstr "Die Drucker dieses Rechners sind fĵr andere Rechner nutzbar"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
msgstr ""
-"Der Drucker „%s“ wurde erfogrich fĵr StarOffice/OpenOffice.org/GIMP entfernt."
+"Sie kĥnnen hier entscheiden, ob Drucker von anderen Rechnern automatisch auf "
+"diesem Rechner zur Verfĵgung gestellt werden sollen."
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
-msgstr "Fehler beim Entfernen von „%s“ fĵr StarOffice/OpenOffice.org/GIMP."
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
+msgstr ""
+"Hier kĥnnen Sie einstellen, ob die Drucker, die an diesem Rechner h¤ngen, "
+"fĵr andere Rechner nutzbar sein sollen und falls ja, fĵr welche."
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Mĥchten Sie den Drucker „%s“ wirklich entfernen?"
+msgid "CUPS printer sharing configuration"
+msgstr "Konfiguration des gemeinsamen Zugriffes auf CUPS-Drucker"
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "Drucker „%s“ entfernen ..."
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr "Autoerkennung von Druckern (Lokal, TCP/Socket und SMB Drucker)"
-#: ../../raid.pm_.c:35
+#: ../../printer/printerdrake.pm:1
#, 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:137
-msgid "mkraid failed"
-msgstr "mkraid schlug Fehl"
+msgid ""
+"\n"
+"Printers on remote CUPS servers do not need to be configured here; these "
+"printers will be automatically detected."
+msgstr ""
+"\n"
+"Drucker an entfernten CUPS-Servern mĵssen hier nicht konfiguriert werden; "
+"diese Drucker werden automatisch erkannt."
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid schlug Fehl (Mĥglicherweise fehlen die RAID-Tools)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "How is the printer connected?"
+msgstr "Wie ist der Drucker mit Ihrem Rechner verbunden?"
-#: ../../raid.pm_.c:153
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Nicht genĵgend Partitionen fĵr RAID Level %d\n"
+msgid "Select Printer Connection"
+msgstr "W¤hlen Sie die Drucker-Anbindung"
-#: ../../security/main.pm_.c:36
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
+"Arguments: (umask)\n"
"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
+"Set the user umask."
+msgstr ""
+"Argumente: (umask)\n"
"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
+"Setzen der Benutzerzugriffsmaske."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (val)\n"
"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
+"Set the shell timeout. A value of zero means no timeout."
+msgstr ""
+"Argumente: (val)\n"
"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
+"Setzen des Shell-Timeouts. „0“ steht hier fĵr ohne Timeout."
+
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (size)\n"
+"\n"
+"Set shell commands history size. A value of -1 means unlimited."
msgstr ""
+"Argumente: (size)\n"
+"\n"
+"Setzen der GrĥŸe des Kommandozeilenarchivs. Der Wert „-1“ steht fĵr "
+"unbegrenzt."
-#: ../../security/main.pm_.c:66
-msgid "Security Level:"
-msgstr "Sicherheitsebene:"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of sgid files."
+msgstr ""
-#: ../../security/main.pm_.c:77
-#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr " (Standard: %s)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check open ports."
+msgstr "Auf „Ja“ gestellt, werden offene Ports kontrolliert."
-#: ../../security/main.pm_.c:113
-msgid "Security Alerts:"
-msgstr "Sicherheitswarnungen:"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"if set, send the mail report to this email address else send it to root."
+msgstr ""
+"Wenn ausgefĵllt, wird E-Mail an diese Adresse geschickt, sonst an „root“."
-#: ../../security/main.pm_.c:115
-msgid "Security Administrator:"
-msgstr "Sicherheitsadministrator (Kennzeichen oder E-Mail):"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result by mail."
+msgstr ""
-#: ../../security/main.pm_.c:128
-msgid "Network Options"
-msgstr "Netzwerkoptionen"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check files/directories writable by everybody."
+msgstr ""
-#: ../../security/main.pm_.c:128
-msgid "System Options"
-msgstr "Systemoptionen"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
+msgstr ""
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
-msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
msgstr ""
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
msgstr ""
-#: ../../security/main.pm_.c:191
-msgid "Please wait, setting security level..."
-msgstr "Bitte warten, Sicherheitsebene wird eingestellt..."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr ""
-#: ../../security/main.pm_.c:197
-msgid "Please wait, setting security options..."
-msgstr "Bitte warten, Sicherheitsoptionen werden eingestellt..."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
+msgstr ""
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Startet das ALSA (Advanced Linux Sound Architecture) Sound System"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
+msgstr ""
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
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:21
+#: ../../security/help.pm:1
+#, c-format
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."
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
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:23
-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."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
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:25
-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."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
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:28
-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."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
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:31
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
msgstr ""
-"HardDrake fĵhrt Hardwaretests durch, und konfiguriert (falls nĥtig) \n"
-"neue/ge¤nderte Hardware."
-#: ../../services.pm_.c:33
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
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:34
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
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:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
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:40
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
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:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
msgstr ""
-"Automatische Neuerstellung der Kern-Header in /boot fĵr\n"
-"/usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
msgstr ""
-"Automatische Erkennung und Konfiguration neuer Hardware w¤hrend des \n"
-"Betriebssystemstarts."
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
msgstr ""
-"Linuxconf versucht beim Betriebssystemstart einige Verwaltungsaufgaben \n"
-"auszufĵhren."
-#: ../../services.pm_.c:48
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
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:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
msgstr ""
-"Der Linux Virtual Server kann verwendet werden, um um ein \n"
-"hochperformanten Hochverfĵgbarkeitsserver aufzusetzen."
-#: ../../services.pm_.c:52
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
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:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
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:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
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:57
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
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:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
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:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
msgstr ""
-"Schaltet beim Betriebssystemstart automatisch die „Num“-Taste fĵr \n"
-"die virtuellen Konsolen und XFree ein."
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "Unterstĵtzung fĵr den OKI 4w und kompatible WinDrucker."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
+msgstr ""
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
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:68
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
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:71
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
msgstr ""
-"Postfix ist ein E-Mail Transport-Dienst. Mit seiner Hilfe werden \n"
-"E-Mails zwischen verschiedenen Rechnern weitergeleitet."
-#: ../../services.pm_.c:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
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:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
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:76
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
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:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
msgstr ""
-"Der Dienst rstat ermĥglicht es Anwendern anderer Rechner des \n"
-"Netzwerks Preformance-Daten dieses Rechners zu erhalten."
-#: ../../services.pm_.c:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
msgstr ""
-"Der Dienst rusers ermĥglicht es Anwendern anderer Rechner \n"
-"herauszubekommen, welche Benutzerkennzeichen auf diesem Rechner \n"
-"gerade angemeldet sind."
-#: ../../services.pm_.c:83
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
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:85
-msgid "Launch the sound system on your machine"
-msgstr "Starten des Sound-Systems Ihres Rechners"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
+msgstr ""
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
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:88
-msgid "Load the drivers for your usb devices."
-msgstr "L¤dt die Treiber fĵr Ihre USB-Ger¤te."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
+msgstr ""
-#: ../../services.pm_.c:89
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
msgstr ""
-"Dieser Dienst startet den X-Font-Server. Er ist notwendig, \n"
-"damit XFree gestartet werden kann!"
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
msgstr ""
-"W¤hlen Sie, welche Dienste\n"
-"automatisch beim Systemstart\n"
-"aktiviert werden sollen"
-#: ../../services.pm_.c:127
-msgid "Printing"
-msgstr "Drucken"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr "Sicherheitsadministrator (Kennzeichen oder E-Mail)"
-#: ../../services.pm_.c:128
-msgid "Internet"
-msgstr "Internet"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
+msgstr "Eine Bibliothek, die gegen sog. „buffer overflow“-Angriffe schĵtzt."
-#: ../../services.pm_.c:131
-msgid "File sharing"
-msgstr "Gemeinsamer Dateizugriff"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Use libsafe for servers"
+msgstr "„libsafe“ bei Servern verwenden"
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-msgid "System"
-msgstr "System"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security level"
+msgstr "Sicherheitsebene"
-#: ../../services.pm_.c:138
-msgid "Remote Administration"
-msgstr "Fernwartung"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Please choose the desired security level"
+msgstr "W¤hlen Sie Ihre Sicherheitsebene"
-#: ../../services.pm_.c:146
-msgid "Database Server"
-msgstr "Datenbankserver"
+#: ../../security/level.pm:1
+#, c-format
+msgid "DrakSec Basic Options"
+msgstr "DrakSec Grundeinstellungen"
-#: ../../services.pm_.c:175
+#: ../../security/level.pm:1
#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Dienste: %d aktiviert von %d registrierten."
+msgid ""
+"This is similar to the previous level, but the system is entirely closed and "
+"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."
-#: ../../services.pm_.c:191
-msgid "Services"
-msgstr "Dienste"
+#: ../../security/level.pm:1
+#, c-format
+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 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."
-#: ../../services.pm_.c:203
-msgid "running"
-msgstr "aktiv"
+#: ../../security/level.pm:1
+#, c-format
+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."
-#: ../../services.pm_.c:203
-msgid "stopped"
-msgstr "gestoppt"
+#: ../../security/level.pm:1
+#, c-format
+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."
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
-msgstr "Dienste und D¤monen"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"Passwords 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."
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
+"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 ""
-"Es existieren leider keine\n"
-"weiteren Informationen zu\n"
-"diesem Dienst."
+"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!"
-#: ../../services.pm_.c:229
-msgid "On boot"
-msgstr "Bei BS-Start"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "Paranoid"
-#: ../../services.pm_.c:241
-msgid "Start"
-msgstr "Start"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Higher"
+msgstr "Hĥher"
-#: ../../services.pm_.c:241
-msgid "Stop"
-msgstr "Stopp"
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "Hoch"
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr "Danke, dass Sie sich fĵr Mandrake Linux 9.0 entschieden haben"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "Schwach"
-#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Willkommen in der Open Source Welt."
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "Cracker-Spielplatz"
-#: ../../share/advertising/01-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
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 "
@@ -10418,15 +13802,18 @@ msgstr ""
"neues Betriebssystem ist das Ergebnis einer weltweiten Zusammenarbeit der "
"GNU/Linux-Gemeinde."
-#: ../../share/advertising/02-community.pl_.c:9
-msgid "Get involved in the Free Software world"
-msgstr "Betreten Sie die Welt der Freien Software"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Welcome to the Open Source world"
+msgstr "Willkommen in der Open Source Welt."
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
-msgstr "Wollen Sie mehr ĵber die Open Source Gemeinde wissen?"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
+msgstr "Danke, dass Sie sich fĵr Mandrake Linux 9.1 entschieden haben"
-#: ../../share/advertising/02-community.pl_.c:11
+#: ../../share/advertising/02-community.pl:1
+#, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
@@ -10434,96 +13821,117 @@ msgstr ""
"Beteiligen Sie sich an den Diskussionsforen, die Sie auf unseren „Community“-"
"Seiten finden, um Ihre wissen mit Anderen zu teilen."
-#: ../../share/advertising/03-internet.pl_.c:9
-msgid "Get the most from the Internet"
-msgstr "Nutzen Sie das Internet nach Ihren Wĵnschen"
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr "Wollen Sie mehr ĵber die Open Source Gemeinde wissen?"
+
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Get involved in the Free Software world"
+msgstr "Betreten Sie die Welt der Freien Software"
-#: ../../share/advertising/03-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 9.0 stellt Ihnen die beste Softwareauswahl bereit, um auf "
+"Mandrake Linux 9.1 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/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
-msgstr "Entdecken Sie die atuellsten Grafik- und Multimedia-Programme!"
-
-#: ../../share/advertising/04-multimedia.pl_.c:10
-msgid "Push multimedia to its limits!"
-msgstr "Gehen Sie bis an die Grenzen Ihrer multimedialen Mĥglichkeiten"
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
+msgid "Get the most from the Internet"
+msgstr "Nutzen Sie das Internet nach Ihren Wĵnschen"
-#: ../../share/advertising/04-multimedia.pl_.c:11
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
"files, edit and handle your images or photos, and play videos"
msgstr ""
-"Mandrake Linux 9.0 reizt Ihren Multimediarechner voll aus! Verwenden Sie die "
+"Mandrake Linux 9.1 reizt Ihren Multimediarechner voll aus! Verwenden Sie die "
"neuste Software, um Audiodateien abzuspielen, Ihre Fotos und Bilder zu "
"bearbeiten sowie Videos abzuspielen ..."
-#: ../../share/advertising/05-games.pl_.c:9
-msgid "Games"
-msgstr "Spiele"
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Push multimedia to its limits!"
+msgstr "Gehen Sie bis an die Grenzen Ihrer multimedialen Mĥglichkeiten"
-#: ../../share/advertising/05-games.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr "Entdecken Sie die atuellsten Grafik- und Multimedia-Programme!"
+
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
"strategy, ..."
msgstr ""
-"Mandrake Linux 9.0 bietet die besten Open Source Spiele der Bereiche: "
+"Mandrake Linux 9.1 bietet die besten Open Source Spiele der Bereiche: "
"Arcade, Karten, Action, Strategie, ..."
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
-msgid "Mandrake Control Center"
-msgstr "Mandrake Kontrollzentrum"
+#: ../../share/advertising/05-games.pl:1
+#, c-format
+msgid "Games"
+msgstr "Spiele"
-#: ../../share/advertising/06-mcc.pl_.c:10
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
"your machine"
msgstr ""
"Das Mandrake Linux Kontrollzentrum ist der zentrale Ort, an dem Sie Ihr "
"System nach Ihren Wĵnschen anpassen kĥnnen."
-#: ../../share/advertising/07-desktop.pl_.c:9
-msgid "User interfaces"
-msgstr "Arbeitsumgebungen"
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Control Center"
+msgstr "Mandrake Kontrollzentrum"
-#: ../../share/advertising/07-desktop.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-"Mandrake Linux 9.0 bietet 11 Arbeitsumgebungen, die Sie nach Ihren Wĵnschen "
+"Mandrake Linux 9.1 bietet 11 Arbeitsumgebungen, die Sie nach Ihren Wĵnschen "
"gestalten kĥnnen, darunter: KDE 3, Gnome 2 und WindowMaker"
-#: ../../share/advertising/08-development.pl_.c:9
-msgid "Development simplified"
-msgstr "Softwareentwicklung leicht gemacht"
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr "Mandrake Linux 9.0 ist die ultimative Entwicklungsplattform."
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
+msgid "User interfaces"
+msgstr "Arbeitsumgebungen"
-#: ../../share/advertising/08-development.pl_.c:11
+#: ../../share/advertising/08-development.pl:1
+#, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
msgstr ""
-"Mandrake Linux 9.0 ist die ultimative Entwicklungsplattform. Nutzen Sie die "
+"Mandrake Linux 9.1 ist die ultimative Entwicklungsplattform. Nutzen Sie die "
"volle Power des GNU C Compilers sowie der besten Open Source "
"Entwicklungsumgebungen."
-#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
-msgstr "Verwandeln Sie Ihren Rechner in einen zuverl¤ssigen Server."
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
+msgstr "Mandrake Linux 9.1 ist die ultimative Entwicklungsplattform."
+
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Development simplified"
+msgstr "Softwareentwicklung leicht gemacht"
-#: ../../share/advertising/09-server.pl_.c:10
+#: ../../share/advertising/09-server.pl:1
+#, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
@@ -10532,19 +13940,18 @@ msgstr ""
"leistungsf¤higen Server: Web, E-Mail, Firewall, Router, Datei- und "
"Druckserver, ..."
-#: ../../share/advertising/10-mnf.pl_.c:9
-msgid "Optimize your security"
-msgstr "Optimieren Sie Ihre Sicherheit"
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
+msgstr "Verwandeln Sie Ihren Rechner in einen zuverl¤ssigen Server."
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
-msgstr ""
-"Die MandrakeSecurity Palette bietet unter Anderem die „Multi Network "
-"Firewall“ (M.N.F.)"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
+msgstr "Sie erhalten das Produkt in unserem WebShop: MadrakeStore."
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
@@ -10552,15 +13959,22 @@ msgstr ""
"Dieses Firewall-Produkt enth¤lt die Netzwerkkomponenten, um all Ihren "
"Sicherheitsansprĵchen gerecht werden zu kĥnnen."
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
-msgstr "Sie erhalten das Produkt in unserem WebShop: MadrakeStore."
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
+msgstr ""
+"Die MandrakeSecurity Palette bietet unter Anderem die „Multi Network "
+"Firewall“ (M.N.F.)"
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
-msgstr "Der offizille MandrakeSoft Laden"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
+msgstr "Optimieren Sie Ihre Sicherheit"
-#: ../../share/advertising/11-mdkstore.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
@@ -10568,11 +13982,13 @@ msgstr ""
"Unser komplettes Angebot an Linux-Lĥsungen, sowie Sonderangebote und "
"Fanartikel sind in unseremm e-Store erh¤ltlich:"
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
-msgstr "Strategische Partner"
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
+msgstr "Der offizille MandrakeSoft Laden"
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
@@ -10582,23 +13998,13 @@ msgstr ""
"professionelle Linux-Lĥsungen anbieten, die Mandrake-kompatibel sind. Sie "
"finden eine Liste im MandrakeStore."
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
-msgstr "Entdecken Sie MandrakeSofts Training-Katalog: Linux-Campus"
-
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
-msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
-msgstr ""
-"Das Trainingsprogramm wurde fĵr die Bedĵrfnisse sowohl von Endanwendern, als "
-"auch von Experten (Netzwerk- und Systemadministratoren)"
-
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
-msgid "Certify yourself on Linux"
-msgstr "Zertifizueren Sie sich selbst in Sachen Linux"
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
+msgstr "Strategische Partner"
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
"Whether you choose to teach yourself online or via our network of training "
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
@@ -10608,34 +14014,47 @@ msgstr ""
"Trainingspartnern, der Linux-Campus Katalog bereitet Sie auf die anerkannte "
"LPI zerifizierung vor."
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-msgid "Become a MandrakeExpert"
-msgstr "Werden Sie ein „MandrakeExpert“"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Certify yourself on Linux"
+msgstr "Zertifizueren Sie sich selbst in Sachen Linux"
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
+"Das Trainingsprogramm wurde fĵr die Bedĵrfnisse sowohl von Endanwendern, als "
+"auch von Experten (Netzwerk- und Systemadministratoren)"
+
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr "Entdecken Sie MandrakeSofts Training-Katalog: Linux-Campus"
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
"technical support website:"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-msgid "MandrakeExpert Corporate"
-msgstr "MandrakeExpert Corporate"
-
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-"Eine Online-Plattform, die speziell auf die Bedĵrfnisse von Firmenkunden "
-"zugeschnitten wurde."
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid "Become a MandrakeExpert"
+msgstr "Werden Sie ein „MandrakeExpert“"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
@@ -10643,11 +14062,20 @@ msgstr ""
"Alle Vorf¤lle werden werden von einem einzelnen qualifizierten MandrakeSoft "
"Experten bearbeitet."
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
-msgstr "Entdecken Sie den MandrakeClub und den Mandrake Corporate Club"
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+"Eine Online-Plattform, die speziell auf die Bedĵrfnisse von Firmenkunden "
+"zugeschnitten wurde."
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert Corporate"
+
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -10657,232 +14085,248 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:21
-#, fuzzy
-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.\n"
-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."
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
+msgstr "Entdecken Sie den MandrakeClub und den Mandrake Corporate Club"
-#: ../../standalone.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
+#: ../../standalone/XFdrake:1
+#, 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."
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Bitte loggen Sie sich aus, und drĵcken Sie Ctrl-Alt-Rĵcktaste"
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
+msgstr "„/etc/dhcpd.conf“ muss erst angelegt werden!"
-#: ../../standalone.pm_.c:70
-msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
+msgstr "Es trat ein Fehler auf! Ist „mkisofs“ installiert?"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "Tastatur"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No floppy drive available!"
+msgstr "Kein Disketten-Laufwerk verfĵgbar!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
+msgstr "Sie kĥnnen die Diskette nun entfernen"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
+msgstr "Kein Diskettenzugriff mĥglich!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Please insert floppy disk:"
+msgstr "Bitte legen Sie eine Diskette ein:"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Write Config"
+msgstr "Konfiguration speichern"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone.pm_.c:84
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "dhcpd Server Configuration"
+msgstr "dhcpd Server Konfiguration"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
msgstr ""
-#: ../../standalone.pm_.c:94
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range Start:"
msgstr ""
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Name Servers:"
+msgstr "DNS-Server:"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Domain Name:"
+msgstr "Name der Dom¤ne:"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Broadcast Address:"
msgstr ""
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
msgstr ""
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+msgid "Routers:"
msgstr ""
-#: ../../standalone.pm_.c:168
-msgid "Installing packages..."
-msgstr "Pakete Installieren ..."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Netmask:"
+msgstr "Netzmaske:"
-#: ../../standalone/XFdrake_.c:138
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "Bitte loggen Sie sich aus, und drĵcken Sie Ctrl-Alt-Rĵcktaste"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet:"
+msgstr ""
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid "Please relog into %s to activate the changes"
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
msgstr ""
-"Bitte loggen Sie sich erneut in %s ein, \n"
-"um die „nderungen wirksam werden zu lassen."
-#: ../../standalone/drakTermServ_.c:239
-#, fuzzy
-msgid "Mandrake Terminal Server Configuration"
-msgstr "Drucker-Einstellung transferieren"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "dhcpd Config..."
+msgstr "DHCP Konfigurieren ..."
-#: ../../standalone/drakTermServ_.c:253
-msgid "Enable Server"
-msgstr "Server aktivieren"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Delete Client"
+msgstr "Client lĥschen"
-#: ../../standalone/drakTermServ_.c:260
-msgid "Disable Server"
-msgstr "Server deaktivieren"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Edit Client"
+msgstr "<-- Client bearbeiten"
-#: ../../standalone/drakTermServ_.c:268
-msgid "Start Server"
-msgstr "Server starten"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add Client -->"
+msgstr "Klient hinzufĵgen -->"
-#: ../../standalone/drakTermServ_.c:275
-msgid "Stop Server"
-msgstr "Server stoppen"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Allow Thin Clients"
+msgstr "Erlaube Thin Clients"
-#: ../../standalone/drakTermServ_.c:283
-msgid "Etherboot Floppy/ISO"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Thin Client"
+msgstr "Thin Client"
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No net boot images created!"
msgstr ""
-#: ../../standalone/drakTermServ_.c:294
-#, fuzzy
-msgid "Add/Del Users"
-msgstr "Benutzer hinzufĵgen"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "type: %s"
+msgstr "Typ: %s"
-#: ../../standalone/drakTermServ_.c:299
-#, fuzzy
-msgid "Add/Del Clients"
-msgstr "DHCP-Klient"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
+msgstr "<-- Benutzer lĥschen"
-#: ../../standalone/drakTermServ_.c:328
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add User -->"
+msgstr "Benutzer hinzufĵgen -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: ../../standalone/drakTermServ_.c:332
-msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Delete All NBIs"
+msgstr "Alle NBIs lĥschen"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Delete"
+msgstr "<-- Lĥschen"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr "Das dauert einige Minuten"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
+msgstr "Alle Kerne erstellen -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No NIC selected!"
+msgstr "Keine Netzwerkkarte ausgew¤hlt!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
+msgstr "Kein Kern ausgew¤hlt!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr "Ganzen Kern erstellen -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
+msgstr "Boot ISO"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
+msgstr "Bootdiskette"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -10911,7 +14355,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -10922,8 +14366,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -11012,219 +14456,151 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr "Bootdiskette"
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr "Boot ISO"
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr "Ganzen Kern erstellen -->"
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr "Das dauert einige Minuten"
-
-#: ../../standalone/drakTermServ_.c:573
-msgid "No kernel selected!"
-msgstr "Kein Kern ausgew¤hlt!"
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:587
-#, fuzzy
-msgid "No nic selected!"
-msgstr "Nicht Verbunden"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
-msgstr "Alle Kerne erstellen -->"
-
-#: ../../standalone/drakTermServ_.c:604
-msgid "<-- Delete"
-msgstr "<-- Lĥschen"
-
-#: ../../standalone/drakTermServ_.c:611
-#, fuzzy
-msgid "Delete All NBIs"
-msgstr "Alle ausw¤hlen"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:673
-msgid "Add User -->"
-msgstr "Benutzer hinzufĵgen -->"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
-msgstr "<-- Benutzer lĥschen"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Clients"
+msgstr "Clients hinzufĵgen/lĥschen"
-#: ../../standalone/drakTermServ_.c:720
-#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Typ:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Users"
+msgstr "Benutzer hinzufĵgen/lĥschen"
-#: ../../standalone/drakTermServ_.c:753
-msgid "No net boot images created!"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:773
-#, fuzzy
-msgid "Thin Client"
-msgstr "DHCP-Klient"
-
-#: ../../standalone/drakTermServ_.c:775
-#, fuzzy
-msgid "Allow Thin Clients"
-msgstr "DHCP-Klient"
-
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
-msgstr "Klient hinzufĵgen -->"
-
-#: ../../standalone/drakTermServ_.c:821
-#, fuzzy
-msgid "<-- Edit Client"
-msgstr "<-- Klient lĥschen"
-
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
-msgstr "<-- Klient lĥschen"
-
-#: ../../standalone/drakTermServ_.c:843
-msgid "dhcpd Config..."
-msgstr "DHCP Konfigurieren ..."
-
-#: ../../standalone/drakTermServ_.c:876
-msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot Floppy/ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Stop Server"
+msgstr "Server stoppen"
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "Netzmaske"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Start Server"
+msgstr "Server starten"
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Disable Server"
+msgstr "Server deaktivieren"
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Enable Server"
+msgstr "Server aktivieren"
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "Mandrake Terminal Server Konfiguration"
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "Name der Dom¤ne"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Remove the last item"
+msgstr "Letzten Eintrag entfernen?"
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
-msgstr "Samba Server"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Add an item"
+msgstr "Eintrag hinzufĵgen"
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install"
+msgstr "Auto-Installation"
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
+#: ../../standalone/drakautoinst:1
+#, c-format
+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/drakTermServ_.c:1001
-#, fuzzy
-msgid "dhcpd Server Configuration"
-msgstr "Expertenkonfiguration"
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Congratulations!"
+msgstr "Gratuliere!"
-#: ../../standalone/drakTermServ_.c:1002
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
+"\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/drakTermServ_.c:1018
-msgid "Write Config"
-msgstr "Konfiguration speichern"
-
-#: ../../standalone/drakTermServ_.c:1120
-msgid "Please insert floppy disk:"
-msgstr "Bitte legen Sie eine Diskette ein:"
-
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr "Kein Diskettenzugriff mĥglich!"
-
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
-msgstr "Sie kĥnnen die Diskette nun entfernen"
-
-#: ../../standalone/drakTermServ_.c:1129
-#, fuzzy
-msgid "No floppy drive available!"
-msgstr "Kein Disketten-Laufwerk verfĵgbar"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Creating auto install floppy"
+msgstr "Erstellen einer Auto-Installationsdiskette"
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "Etherboot ISO image is %s"
+msgid "manual"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
-msgstr "Es trat ein Fehler auf! Ist „mkisofs“ installiert?"
-
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
-msgstr "„/etc/dhcpd.conf“ muss erst angelegt werden!"
-
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+#: ../../standalone/drakautoinst:1
+#, c-format
+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:40
-msgid "Error!"
-msgstr "Fehler!"
-
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Ich kann die benĥtigte Abbild-Datei „%s“ nicht finden."
+msgid "Automatic Steps Configuration"
+msgstr "Automatische Konfiguration der Schritte"
-#: ../../standalone/drakautoinst_.c:43
-msgid "Auto Install Configurator"
-msgstr "Auto-Installationskonfigurator"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "replay"
+msgstr "wiederholen"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -11250,501 +14626,711 @@ msgstr ""
"\n"
"Wollen Sie fortfahren?"
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install Configurator"
+msgstr "Auto-Installationskonfigurator"
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "Erneut abspielen"
+#: ../../standalone/drakautoinst:1
+#, 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:66
-msgid "Automatic Steps Configuration"
-msgstr "Automatische Konfiguration der Schritte"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Error!"
+msgstr "Fehler!"
-#: ../../standalone/drakautoinst_.c:67
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
+"\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 ""
-"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:78 ../../standalone/drakautoinst_.c:79
-msgid "Creating auto install floppy"
-msgstr "Erstellen einer Auto-Installationsdiskette"
+"\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/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-"Welcome.\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"
-"The parameters of the auto-install are available in the sections on the left"
msgstr ""
+"Parameter:\n"
"\n"
-"Willkommen.\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"
-"Die Parameter der Autoinstallation sind in den Abschnitten rechts verfĵgbar."
-
-#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
-msgstr "Gratuliere!"
-#: ../../standalone/drakautoinst_.c:235
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
+"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 backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.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 ""
-"Die Diskette wurde erfolgreich erstellt.\n"
-"Sie kĥnnen die Installation nun automatisch durchfĵhren."
-#: ../../standalone/drakautoinst_.c:273
-msgid "Auto Install"
-msgstr "Auto-Installation"
-
-#: ../../standalone/drakautoinst_.c:343
-msgid "Add an item"
-msgstr "Eintrag hinzufĵgen"
-
-#: ../../standalone/drakautoinst_.c:350
-msgid "Remove the last item"
-msgstr "Letzten Eintrag entfernen?"
-
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:690
-msgid "WARNING"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
-#: ../../standalone/drakbackup_.c:691
-msgid "FATAL"
-msgstr "FATAL"
-
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
-msgstr "INFO"
-
-#: ../../standalone/drakbackup_.c:704
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-" DrakBackup Report \n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-msgstr ""
+"Otherwise, you are able to select only one of these.\n"
"\n"
-" DrakBackup Report \n"
+" - Incremental Backups:\n"
"\n"
-
-#: ../../standalone/drakbackup_.c:705
-msgid ""
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data 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 option all\n"
+"\told backups are deleted before each backup. \n"
"\n"
-" DrakBackup Daemon Report\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"
-" DrakBackup D¤mon Report\n"
"\n"
-#: ../../standalone/drakbackup_.c:709
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-" DrakBackup Report Details\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 the 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 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 data 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"
-" DrakBackup Report Details\n"
"\n"
-#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-msgid "Total progess"
-msgstr "Fortschritt"
-
-#: ../../standalone/drakbackup_.c:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
+" 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:794
-msgid "This may take a moment to generate the keys."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+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:801
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "ERROR: Cannot spawn %s."
-msgstr ""
+msgid "Drakbackup"
+msgstr "DrakBackup"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:819
-#, fuzzy, c-format
-msgid "Bad password on %s"
-msgstr "Kein Passwort"
+msgid "Restore"
+msgstr "Wiederherstellen"
-#: ../../standalone/drakbackup_.c:820
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Permission denied transferring %s to %s"
-msgstr ""
+msgid "Backup Now"
+msgstr "Jetzt sichern"
-#: ../../standalone/drakbackup_.c:821
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Can't find %s on %s"
-msgstr ""
+msgid "Advanced Configuration"
+msgstr "Expertenkonfiguration"
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "%s not responding"
-msgstr ""
+msgid "Wizard Configuration"
+msgstr "Assistentengestĵtzte Konfiguration"
-#: ../../standalone/drakbackup_.c:828
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
-"\n"
-"ssh -i %s %s\\@%s\n"
-"\n"
-"without being prompted for a password."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:873
-msgid "WebDAV remote site already in sync!"
-msgstr ""
+msgid "View Backup Configuration."
+msgstr "Sicherungskonfiguration anzeiegen"
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Now from configuration file"
+msgstr "Jetzt Sicherung anhand der Konfigurationsdatei erstellen."
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Drakbackup Configuration"
+msgstr "DrakBackup Konfiguration"
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total Progress"
+msgstr "Fortschritt"
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Sending files..."
+msgstr "Dateien ĵbertragen ..."
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "files sending by FTP"
+msgstr "Datenĵagung via FTP"
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup other files"
+msgstr "Andere Dateien sichern"
-#: ../../standalone/drakbackup_.c:1060
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
-msgstr ""
+msgid "Backup user files"
+msgstr "Benutzerdateien sichern"
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
-msgstr "Systemdateien sichern ..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files"
+msgstr "Systemdateien sichern"
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-msgid "Hard Disk Backup files..."
-msgstr "Backup-Dateien auf der Festplatte ..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Under Devel ... please wait."
+msgstr "In Entwicklung, haben Sie noch etwas Geduld ..."
-#: ../../standalone/drakbackup_.c:1236
-msgid "Backup User files..."
-msgstr "Benutzerdateien sichern ..."
+#: ../../standalone/drakbackup:1
+#, c-format
+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:1237
-msgid "Hard Disk Backup Progress..."
-msgstr "Festplattenbackup in Bearbeitung ..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select data to backup..."
+msgstr "Bitte w¤hlen Sie die zu sichernden Daten..."
-#: ../../standalone/drakbackup_.c:1290
-msgid "Backup Other files..."
-msgstr "Andere Dateien sichern ..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select media for backup..."
+msgstr "Bitte w¤hlen Sie ein Sicherungsmedium..."
-#: ../../standalone/drakbackup_.c:1296
-#, fuzzy
-msgid "No changes to backup!"
-msgstr "Auf Bandlaufwerk sichern"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select data to restore..."
+msgstr "Bitte w¤hlen Sie die wiederherzustellenden Daten..."
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
-msgstr ""
+msgid "The following packages need to be installed:\n"
+msgstr "Die folgenden Pakete mĵssen installiert werden:\n"
-#: ../../standalone/drakbackup_.c:1319
-#, fuzzy, c-format
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"file list sent by FTP: %s\n"
-" "
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
-"Dateiliste per FTP senden: %s\n"
-" "
+"Fehler bei der œertragung via FTP.\n"
+" Bitte korrigieren Sie Ihre FTP-Konfiguration."
-#: ../../standalone/drakbackup_.c:1322
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
-"\n"
-"(!) FTP Verbindungsprobleme: Es war nicht mĥglich, Ihre Dateien per FTP zu "
-"ĵbertragen.\n"
+"Sendmail Fehler\n"
+" Ihre Bericht-Mail konnte nicht versandt werden.\n"
+" Bitte richten Sie Sendmail ein."
-#: ../../standalone/drakbackup_.c:1340
-msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Next"
+msgstr "Weiter"
-#: ../../standalone/drakbackup_.c:1345
-msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Previous"
+msgstr "<- Zurĵck"
-#: ../../standalone/drakbackup_.c:1354
-#, fuzzy
-msgid " Error during mail sending. \n"
-msgstr "(!) Fehler beim Verschicken der Mail. \n"
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save"
+msgstr "Speichern"
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Build Backup"
+msgstr "Sicherung erstellen"
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-msgid "File Selection"
-msgstr "Dateiauswahl"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Progress"
+msgstr "Wiederherstellungs-Fortschritt"
-#: ../../standalone/drakbackup_.c:1529
-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:1
+#, c-format
+msgid "Restore From Catalog"
+msgstr "Wiederherstellen aus Katalog"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Browse to new restore repository."
msgstr ""
-"\n"
-"Bitte w¤hlen Sie alle benĥtigten Parameter.\n"
-#: ../../standalone/drakbackup_.c:1574
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
msgstr ""
-"Diese Optionen kĥn alle Ihre Dateien im Verzeichnis „/etc“ sichern und "
-"wiederherstellen\n"
-#: ../../standalone/drakbackup_.c:1575
-#, fuzzy
-msgid "Backup your System files. (/etc directory)"
-msgstr "Sichern Ihrer Systemdateien (Verzeicnis „/etc“)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Custom Restore"
+msgstr "Benutzergefĵhrte Wiederherstellung"
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
-msgstr "Inkrementelles Backup (alte Backups nicht ĵberschreiben)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
+msgstr "Alle Sicherungen wiederherstellen"
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr "Keine kritischen Dateien (passwd, group, fstab)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Failed..."
+msgstr "Wiederherstellen fehlgeschlagen..."
-#: ../../standalone/drakbackup_.c:1578
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Files Restored..."
msgstr ""
-"Mit dieser Option sind Sie in der Lage, jede Version Ihres \n"
-"„/etc“ Verzeichnisses wiederherzustellen."
-#: ../../standalone/drakbackup_.c:1595
-msgid "Please check all users that you want to include in your backup."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
msgstr ""
-"Bitte w¤hlen Sie alle Kennzeichen, deren Dateinen mitgesichert werden sollen."
-
-#: ../../standalone/drakbackup_.c:1622
-msgid "Do not include the browser cache"
-msgstr "Die Browser-Caches nicht archivieren."
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
-msgstr "Inkrementelle Archivierung (alte Archive nicht ersetzen)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hostname required"
+msgstr "Rechnername nĥtig"
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-msgid "Remove Selected"
-msgstr "Markierte entfernen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Username required"
+msgstr "Benutzerkennzeichen nĥtig"
-#: ../../standalone/drakbackup_.c:1679
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Password required"
+msgstr "Passwort nĥtig"
-#: ../../standalone/drakbackup_.c:1714
-msgid "Users"
-msgstr "Benutzer"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1740
-#, fuzzy
-msgid "Use network connection to backup"
-msgstr "FTP-Verbindung zum erstellen der Sicherungskopien verwenden"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Name"
+msgstr "Rechnername"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network"
+msgstr "œber Netzwerk wiederherstellen"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:1747
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1748
-#, fuzzy
-msgid ""
-" Transfer \n"
-"Now"
-msgstr "œbertragen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Tape"
+msgstr "Von Band wiederherstellen"
-#: ../../standalone/drakbackup_.c:1749
-msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:1753
-msgid "Please enter the host name or IP."
-msgstr "Rechnernamen oder IP eingeben."
-
-#: ../../standalone/drakbackup_.c:1758
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-"Bitte geben Sie das Verzeichnis an,\n"
-" in dem die Archive erstellt werden sollen."
-#: ../../standalone/drakbackup_.c:1763
-msgid "Please enter your login"
-msgstr "Bitte geben Sie Ihr Benutzerkennzeichen ein"
-
-#: ../../standalone/drakbackup_.c:1768
-msgid "Please enter your password"
-msgstr "Bitte geben Sie Ihr Passwort ein"
-
-#: ../../standalone/drakbackup_.c:1774
-msgid "Remember this password"
-msgstr "Passwort behalten"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From CD"
+msgstr "Von CD wiederherstellen"
-#: ../../standalone/drakbackup_.c:1785
-#, fuzzy
-msgid "Need hostname, username and password!"
-msgstr "Ich mich unter „%s“ micht anmelden! Stimmt das Passwort?"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files not found at %s."
+msgstr "Backup-Dateien nicht unter %s gefunden."
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
-msgstr "Sicherungskopie auf CD/DVDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr ""
+"„ndern\n"
+"Pfad wiederherstellen"
-#: ../../standalone/drakbackup_.c:1882
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
+"Restore Selected\n"
+"Files"
msgstr ""
+"Markierte Dateien\n"
+"wiederherstellen"
-#: ../../standalone/drakbackup_.c:1887
-#, fuzzy
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "Bitte w¤hlen Sie Ihren CD-Paltz"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1893
-#, fuzzy
-msgid "Please check for multisession CD"
-msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
+msgstr "Benutzerkennzeichen vor dem Wiederherstellen entfernen."
-#: ../../standalone/drakbackup_.c:1899
-msgid "Please check if you are using CDRW media"
-msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
+"Erstelle Sicherung vor dem Wiederherstellen (nur fĵr inkrementelle "
+"Sicherungen)."
-#: ../../standalone/drakbackup_.c:1905
-#, fuzzy
-msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Kontrollieren Sie, ob Sie die CDRW vorher lĥschen wollen."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "select path to restore (instead of /)"
+msgstr "Pfad zum Wiederherstellen ausw¤hlen (anstatt /)"
-#: ../../standalone/drakbackup_.c:1906
-#, fuzzy
-msgid " Erase Now "
-msgstr "œbertragen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Other"
+msgstr "Sonstiges wiederherstellen"
-#: ../../standalone/drakbackup_.c:1912
-#, fuzzy
-msgid "Please check if you are using a DVDR device"
-msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Users"
+msgstr "Benutzerkennzeichen wiederherstellen"
-#: ../../standalone/drakbackup_.c:1918
-#, fuzzy
-msgid "Please check if you are using a DVDRAM device"
-msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore system"
+msgstr "System wiederherstellen"
-#: ../../standalone/drakbackup_.c:1931
-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:1
+#, c-format
+msgid "Other Media"
+msgstr "Anderes Medium"
-#: ../../standalone/drakbackup_.c:1964
-#, fuzzy
-msgid "No CD device defined!"
-msgstr "Datei ausw¤hlen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select another media to restore from"
+msgstr "W¤hlen Sie ein anderes Medium von dem Sie wiederherstellen wollen."
-#: ../../standalone/drakbackup_.c:2012
-msgid "Use tape to backup"
-msgstr "Auf Bandlaufwerk sichern"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory where backups are stored"
+msgstr "Bitte geben Sie das Verzeichnis an, in dem die Sicherungskopien liegen"
-#: ../../standalone/drakbackup_.c:2015
-msgid "Please enter the device name to use for backup"
-msgstr "Bitte geben Sie den Ger¤tenamen fĵ Archivierung an."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore from Hard Disk."
+msgstr "Von Festplatte wiederherstellen"
-#: ../../standalone/drakbackup_.c:2021
-#, fuzzy
-msgid "Please check if you want to use the non-rewinding device."
-msgstr "Kontrollieren Sie, ob Sie die CDRW vorher lĥschen wollen."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Secure Connection"
+msgstr "Sichere Verbindung"
-#: ../../standalone/drakbackup_.c:2027
-#, fuzzy
-msgid "Please check if you want to erase your tape before the backup."
-msgstr "Kontrollieren Sie, ob Sie die CDRW vorher lĥschen wollen."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FTP Connection"
+msgstr "FTP Verbindung"
-#: ../../standalone/drakbackup_.c:2033
-#, fuzzy
-msgid "Please check if you want to eject your tape after the backup."
-msgstr "Kontrollieren Sie, ob Sie die CDRW vorher lĥschen wollen."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use quota for backup files."
+msgstr "Quota fĵr Backup-Datei verwenden."
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11752,1090 +15338,926 @@ msgstr ""
"Bitte geben Sie die MaximalgrĥŸe \n"
"fĵr DrakBackup an."
-#: ../../standalone/drakbackup_.c:2103
-#, fuzzy
-msgid "Please enter the directory to save to:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save:"
msgstr "Bitte geben Sie das Archivverzeichnis an:"
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-msgid "Use quota for backup files."
-msgstr "Quota fĵr Backup-Datei verwenden."
-
-#: ../../standalone/drakbackup_.c:2180
-msgid "Network"
-msgstr "Netzwerk"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Hard Disk to backup"
+msgstr "Auf Festpaltte sichern"
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "please choose the date to restore"
+msgstr "Bitte w¤hlen Sie, welches Datum wiederhergestellt werden soll."
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
-msgstr "Festplatte/NFS"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup the system files before:"
+msgstr "Systemdateien sichern vor:"
-#: ../../standalone/drakbackup_.c:2195
-#, fuzzy
-msgid "Tape"
-msgstr "Typ"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
-msgstr "stĵndlich"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
+msgstr "OK, die ĵbrigen Dateien zu aktualisieren."
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr "t¤glich"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Restore Configuration "
+msgstr " Konfiguration wiederherstellen "
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
-msgstr "wĥchendlich"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr " erfolgreich auf %s wiederhergestellt "
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
-msgstr "monatlich"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " All of your selected data have been "
+msgstr " Alle Ihre gew¤hlten Daten wurden "
-#: ../../standalone/drakbackup_.c:2229
-msgid "Use daemon"
-msgstr "D¤mon verwenden"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr "Die Sicherungen sind besch¤digt."
-#: ../../standalone/drakbackup_.c:2234
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please uncheck or remove it on next time."
msgstr ""
-"Bitte w¤hlen Sie das Zeitintervall \n"
-"zwischen zwei Sicherungen."
+"Bitte entfernen Sie die Markierung oder lĥschen Sie sie das n¤chste Mal."
-#: ../../standalone/drakbackup_.c:2240
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
+"List of data corrupted:\n"
+"\n"
msgstr ""
-"Bitte w¤hlen Sie ein\n"
-"Sicherungsmedium."
+"Liste der besch¤digten Daten:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2247
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
-msgstr "Stellen Sie sicher, dass der Cron-D¤mon als Dienst aktiviert ist."
-
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
-msgstr "E-Mail Bericht nach jedem Sicherungsvorgang an: "
-
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
+"Liste der wiederherzustellenden Daten:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2324
-msgid "What"
-msgstr "Was"
-
-#: ../../standalone/drakbackup_.c:2329
-msgid "Where"
-msgstr "Wo"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
+"Keine Konfiguration. W¤hlen Sie dein Assistenten oder Fortgeschritten.\n"
-#: ../../standalone/drakbackup_.c:2334
-msgid "When"
-msgstr "Wann"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by webdav.\n"
+msgstr "\t- Netzwerk per webdav.\n"
-#: ../../standalone/drakbackup_.c:2339
-msgid "More Options"
-msgstr "Mehr Parameter"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by rsync.\n"
+msgstr "\t- Netzwerk per rsync.\n"
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-msgid "Drakbackup Configuration"
-msgstr "DrakBackup Konfiguration"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
+msgstr "\t- Netzwerk per SSH.\n"
-#: ../../standalone/drakbackup_.c:2376
-msgid "Please choose where you want to backup"
-msgstr "Bitte w¤hlen Sie wohin Sie die Sicherungskopien machen wollen."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
+msgstr "\t- Netzwerk per FTP.\n"
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
-msgstr "auf Festplatte"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Tape \n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2388
-msgid "across Network"
-msgstr "ĵber Netzwerk"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
+msgstr "\t- CD-ROM.\n"
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
+msgstr "\t- Festplatte.\n"
-#: ../../standalone/drakbackup_.c:2406
-msgid "on Tape Device"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include:\n"
msgstr ""
+"\n"
+"- D¤mon (%s) enth¤lt:\n"
-#: ../../standalone/drakbackup_.c:2449
-msgid "Please choose what you want to backup"
-msgstr "Bitte w¤hlen Sie, was Sie sichern wollen"
-
-#: ../../standalone/drakbackup_.c:2450
-msgid "Backup system"
-msgstr "System sichern"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
+msgstr "\tSicherungen verwenden „tar“ und „gzip“\n"
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
-msgstr "Benutzerkennzeichen sichern"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
+msgstr "\tSicherungen verwenden „tar“ und „bzip2“\n"
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
-msgstr "Benutzerkennzeichen ausw¤hlen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
+msgstr "\tKeine Systemdateien\n"
-#: ../../standalone/drakbackup_.c:2537
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Backup Sources: \n"
+"- Options:\n"
msgstr ""
"\n"
-"Sicherungsquellen: \n"
+"- Optionen:\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"- System Files:\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-"\n"
-"- Systemdateien:\n"
+"\t\t Benutzer: %s\n"
+"\t\t Pfad: %s \n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- User Files:\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Benutzerdateien:\n"
+"- via %s auf Rechner %s sichern\n"
-#: ../../standalone/drakbackup_.c:2542
-msgid ""
-"\n"
-"- Other Files:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t\tErase=%s"
msgstr ""
-"\n"
-"- Sonstige Dateien:\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path: %s\n"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- Auf Festplatte sichern unter: %s\n"
+"- Auf Band an Ger¤t %s sichern"
-#: ../../standalone/drakbackup_.c:2547
-msgid ""
-"\n"
-"- Delete hard drive tar files after backup.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2553
-msgid ""
-"\n"
-"- Burn to CD"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " on device: %s"
+msgstr " an Ger¤t: %s"
-#: ../../standalone/drakbackup_.c:2554
+#: ../../standalone/drakbackup:1
+#, c-format
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2555
-#, fuzzy, c-format
-msgid " on device: %s"
-msgstr "Mausschnittstelle: %s\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- Burn to CD"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2557
-#, fuzzy, c-format
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
-"- Via FTP sichern auf: %s\n"
+"- Auf Festplatte sichern unter: %s\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "\t\tErase=%s"
+msgid ""
+"\n"
+"- Other Files:\n"
msgstr ""
+"\n"
+"- Sonstige Dateien:\n"
-#: ../../standalone/drakbackup_.c:2561
-#, fuzzy, c-format
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- User Files:\n"
msgstr ""
"\n"
-"- Via FTP sichern auf: %s\n"
+"- Benutzerdateien:\n"
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- System Files:\n"
msgstr ""
-"\t\t Benutzer: %s\n"
-"\t\t Pfad: %s \n"
+"\n"
+"- Systemdateien:\n"
-#: ../../standalone/drakbackup_.c:2563
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
+"Backup Sources: \n"
msgstr ""
"\n"
-"- Optionen:\n"
+"Sicherungsquellen: \n"
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr "\tKeine Systemdateien\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select user manually"
+msgstr "Benutzerkennzeichen ausw¤hlen"
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tSicherungen verwenden „tar“ und „bzip2“\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
+msgstr "Benutzerkennzeichen sichern"
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tSicherungen verwenden „tar“ und „gzip“\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system"
+msgstr "System sichern"
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include:\n"
+msgid "Please choose what you want to backup"
+msgstr "Bitte w¤hlen Sie, was Sie sichern wollen"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Tape Device"
msgstr ""
-"\n"
-"- D¤mon (%s) enth¤lt:\n"
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
-msgstr "\t- Festplatte.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
-msgstr "\t- CD-ROM.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "across Network"
+msgstr "ĵber Netzwerk"
-#: ../../standalone/drakbackup_.c:2575
-msgid "\t-Tape \n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
+msgstr "auf Festplatte"
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
-msgstr "\t- Netzwerk per FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose where you want to backup"
+msgstr "Bitte w¤hlen Sie wohin Sie die Sicherungskopien machen wollen."
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
-msgstr "\t- Netzwerk per SSH.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "More Options"
+msgstr "Mehr Parameter"
-#: ../../standalone/drakbackup_.c:2578
-#, fuzzy
-msgid "\t-Network by rsync.\n"
-msgstr "\t- Netzwerk per FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "When"
+msgstr "Wann"
-#: ../../standalone/drakbackup_.c:2579
-#, fuzzy
-msgid "\t-Network by webdav.\n"
-msgstr "\t- Netzwerk per FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Where"
+msgstr "Wo"
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "What"
+msgstr "Was"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-"Keine Konfiguration. W¤hlen Sie dein Assistenten oder Fortgeschritten.\n"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
+msgstr "E-Mail Bericht nach jedem Sicherungsvorgang an: "
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data to restore:\n"
+"Please be sure that the cron daemon is included in your services. \n"
"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-"Liste der wiederherzustellenden Daten:\n"
+"Stellen Sie sicher, dass der Cron-D¤mon als Dienst aktiviert ist.\n"
"\n"
+"Beachten Sie, dass zur Zeit alle \"Netzmedien\" auch die Festplatte "
+"verwenden."
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data corrupted:\n"
-"\n"
+"Please choose the\n"
+"media for backup."
msgstr ""
-"Liste der besch¤digten Daten:\n"
-"\n"
+"Bitte w¤hlen Sie ein\n"
+"Sicherungsmedium."
-#: ../../standalone/drakbackup_.c:2756
-msgid "Please uncheck or remove it on next time."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
msgstr ""
-"Bitte entfernen Sie die Markierung oder lĥschen Sie sie das n¤chste Mal."
+"Bitte w¤hlen Sie das Zeitintervall \n"
+"zwischen zwei Sicherungen."
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
-msgstr "Die Sicherungen sind besch¤digt."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use daemon"
+msgstr "D¤mon verwenden"
-#: ../../standalone/drakbackup_.c:2787
-#, fuzzy
-msgid " All of your selected data have been "
-msgstr " Alle Ihre gew¤lhten Daten wurden "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "monthly"
+msgstr "monatlich"
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " erfolgreich auf %s wiederhergestellt "
+msgid "weekly"
+msgstr "wĥchendlich"
-#: ../../standalone/drakbackup_.c:2906
-msgid " Restore Configuration "
-msgstr " Konfiguration wiederherstellen "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "daily"
+msgstr "t¤glich"
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
-msgstr "OK, die ĵbrigen Dateien zu aktualisieren."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "hourly"
+msgstr "stĵndlich"
-#: ../../standalone/drakbackup_.c:2941
-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:1
+#, c-format
+msgid "HardDrive / NFS"
+msgstr "Festplatte/NFS"
-#: ../../standalone/drakbackup_.c:3019
-msgid "Backup the system files before:"
-msgstr "Systemdateien sichern vor:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CDROM / DVDROM"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3021
-msgid "please choose the date to restore"
-msgstr "Bitte w¤hlen Sie, welches Datum wiederhergestellt werden soll."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save to:"
+msgstr "Bitte geben Sie das Archivverzeichnis an:"
-#: ../../standalone/drakbackup_.c:3057
-msgid "Use Hard Disk to backup"
-msgstr "Auf Festpaltte sichern"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to eject your tape after the backup."
+msgstr "Geben Sie an, ob sie Ihr Band nach dem Backup auswerfen wollen."
-#: ../../standalone/drakbackup_.c:3060
-msgid "Please enter the directory to save:"
-msgstr "Bitte geben Sie das Archivverzeichnis an:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr "Geben Sie an, ob sie Ihr Band vor dem Backup lĥschen wollen."
-#: ../../standalone/drakbackup_.c:3103
-msgid "FTP Connection"
-msgstr "FTP Verbindung"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr "Geben Sie an, ob sie das nicht-zurĵckspulende Ger¤t verwenden wollen."
-#: ../../standalone/drakbackup_.c:3110
-msgid "Secure Connection"
-msgstr "Sichere Verbindung"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the device name to use for backup"
+msgstr "Bitte geben Sie den Ger¤tenamen fĵr Archivierung an."
-#: ../../standalone/drakbackup_.c:3134
-msgid "Restore from Hard Disk."
-msgstr "Von Festplatte wiederherstellen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use tape to backup"
+msgstr "Auf Bandlaufwerk sichern"
-#: ../../standalone/drakbackup_.c:3136
-msgid "Please enter the directory where backups are stored"
-msgstr "Bitte geben Sie das Verzeichnis an, in dem die Sicherungskopien liegen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CD device defined!"
+msgstr "Kein CD-Ger¤t angegeben!"
-#: ../../standalone/drakbackup_.c:3204
-msgid "Select another media to restore from"
-msgstr "W¤hlen Sie ein anderes Medium von dem Sie wiederherstellen wollen."
+#: ../../standalone/drakbackup:1
+#, c-format
+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:3206
-msgid "Other Media"
-msgstr "Anderes Medium"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "Geben Sie an, ob sie ein DVDRAM-Ger¤t verwenden"
-#: ../../standalone/drakbackup_.c:3211
-msgid "Restore system"
-msgstr "System wiederherstellen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "Geben Sie an, ob sie ein DVDR-Ger¤t verwenden"
-#: ../../standalone/drakbackup_.c:3212
-msgid "Restore Users"
-msgstr "Benutzerkennzeichen wiederherstellen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Erase Now "
+msgstr " Jetzt lĥschen"
-#: ../../standalone/drakbackup_.c:3213
-msgid "Restore Other"
-msgstr "Sonstiges wiederherstellen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr "Geben Sie an, ob sie Ihr RW-Medium lĥschen wollen (erste Sitzung)"
-#: ../../standalone/drakbackup_.c:3215
-#, fuzzy
-msgid "select path to restore (instead of /)"
-msgstr "Auswahl des Pfades der wiederhergestellt werden soll (statt „/“"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
-#: ../../standalone/drakbackup_.c:3219
-msgid "Do new backup before restore (only for incremental backups.)"
-msgstr ""
-"Erstelle Sicherung vor dem Wiederherstellen (nur fĵr inkrementelle "
-"Sicherungen)."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check for multisession CD"
+msgstr "fĵr Multisession-CD markieren"
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
-msgstr "Benutzerkennzeichen vor dem Wiederherstellen entfernen."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Bitte w¤hlen Sie die GrĥŸe des CD/DVD Mediums (MByte)"
-#: ../../standalone/drakbackup_.c:3334
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Restore Selected\n"
-"Catalog Entry"
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3344
-#, fuzzy
-msgid ""
-"Restore Selected\n"
-"Files"
-msgstr "Markierte entfernen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use CD/DVDROM to backup"
+msgstr "Sicherungskopie auf CD/DVDROM"
-#: ../../standalone/drakbackup_.c:3361
-#, fuzzy
-msgid ""
-"Change\n"
-"Restore Path"
-msgstr "Sonstiges wiederherstellen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Need hostname, username and password!"
+msgstr "Brauche Rechnername, Nutzername und Passwort!"
-#: ../../standalone/drakbackup_.c:3427
-#, fuzzy, c-format
-msgid "Backup files not found at %s."
-msgstr "Anlegen einer Sicherheitskopie von „%s“ unter „%s.old“."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remember this password"
+msgstr "Passwort behalten"
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your password"
+msgstr "Bitte geben Sie Ihr Passwort ein"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your login"
+msgstr "Bitte geben Sie Ihr Benutzerkennzeichen ein"
+
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
+"Bitte geben Sie das Verzeichnis (oder Modul) an,\n"
+" in dem die Archive auf diesem Rechner erstellt werden sollen."
-#: ../../standalone/drakbackup_.c:3440
-#, fuzzy
-msgid "Restore From CD"
-msgstr "Von Festplatte wiederherstellen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the host name or IP."
+msgstr "Rechnernamen oder IP eingeben."
-#: ../../standalone/drakbackup_.c:3442
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
+" Transfer \n"
+"Now"
msgstr ""
+" œbertragung \n"
+"Jetzt"
-#: ../../standalone/drakbackup_.c:3452
-#, fuzzy
-msgid "Restore From Tape"
-msgstr "Partitionstabelle wiederherstellen"
-
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
+msgid ""
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:3474
-#, fuzzy
-msgid "Restore Via Network"
-msgstr "Benutzerkennzeichen wiederherstellen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Expect for SSH"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
+msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3475
-#, fuzzy
-msgid "Host Name"
-msgstr "Rechnername"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use network connection to backup"
+msgstr "Netzwerkverbindung zur Datensicherung verwenden"
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Users"
+msgstr "Benutzer"
-#: ../../standalone/drakbackup_.c:3483
-#, fuzzy
-msgid "Password required"
-msgstr "Passwort"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Windows (FAT32)"
+msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:3489
-#, fuzzy
-msgid "Username required"
-msgstr "Benutzerkennzeichen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
+msgstr "Inkrementelle Archivierung (alte Archive nicht ersetzen)"
-#: ../../standalone/drakbackup_.c:3492
-#, fuzzy
-msgid "Hostname required"
-msgstr "Rechnername: "
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Remove Selected"
+msgstr "Markierte entfernen"
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
+msgstr "Die Browser-Caches nicht archivieren."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+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:3510
-msgid "Files Restored..."
+#: ../../standalone/drakbackup:1
+#, c-format
+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:3513
-#, fuzzy
-msgid "Restore Failed..."
-msgstr "Sonstiges wiederherstellen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr "Keine kritischen Dateien (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:3751
-msgid "Restore all backups"
-msgstr "Alle Sicherungen wiederherstellen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
+msgstr "Inkrementelles Backup (alte Backups nicht ĵberschreiben)"
-#: ../../standalone/drakbackup_.c:3760
-msgid "Custom Restore"
-msgstr "Benutzergefĵhrte Wiederherstellung"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "Sichern Ihrer Systemdateien (Verzeicnis /etc)."
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
+#: ../../standalone/drakbackup:1
+#, c-format
+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:3810
-msgid "Browse to new restore repository."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"Please check all options that you need.\n"
msgstr ""
+"\n"
+"Bitte w¤hlen Sie alle benĥtigten Parameter.\n"
-#: ../../standalone/drakbackup_.c:3813
-#, fuzzy
-msgid "Restore From Catalog"
-msgstr "Partitionstabelle wiederherstellen"
-
-#: ../../standalone/drakbackup_.c:3841
-#, fuzzy
-msgid "Restore Progress"
-msgstr "Benutzerkennzeichen wiederherstellen"
-
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-msgid "Previous"
-msgstr "<- Zurĵck"
+#: ../../standalone/drakbackup:1
+#, c-format
+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:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-msgid "Save"
-msgstr "Speichern"
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "File Selection"
+msgstr "Dateiauswahl"
-#: ../../standalone/drakbackup_.c:3946
-msgid "Build Backup"
-msgstr "Sicherung erstellen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-msgid "Restore"
-msgstr "Wiederherstellen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Error while sending mail. \n"
+msgstr " Fehler beim Verschicken der E-Mail. \n"
-#: ../../standalone/drakbackup_.c:4189
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"\n"
+"Drakbackup activities via tape:\n"
+"\n"
msgstr ""
-"Sendmail Fehler\n"
-" Ihre Bericht-Mail konnte nicht versandt werden.\n"
-" Bitte richten Sie Sendmail korrekt ein."
-#: ../../standalone/drakbackup_.c:4195
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"\n"
+"Drakbackup activities via CD:\n"
+"\n"
msgstr ""
-"Fehler bei der œertragung via FTP.\n"
-"Bitte korrigieren Sie Ihre FTP-Konfiguration."
-#: ../../standalone/drakbackup_.c:4209
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
-msgstr "Die folgenden Pakete werden installiert werden"
-
-#: ../../standalone/drakbackup_.c:4232
-msgid "Please select data to restore..."
-msgstr "Bitte w¤hlen Sie die wiederherzustellenden Daten..."
-
-#: ../../standalone/drakbackup_.c:4267
-msgid "Please select media for backup..."
-msgstr "Bitte w¤hlen Sie ein Sicherungsmedium..."
+"\n"
+"Drakbackup activities via %s:\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4275
-msgid "Please select data to backup..."
-msgstr "Bitte w¤hlen Sie die zu sichernden Daten..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+"\n"
+" FTP Verbindungsproblem: Es war nicht mĥglich, Ihre Dateien per FTP zu "
+"ĵbertragen.\n"
-#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-"Keine Konfigurationsdatei gefunde.\n"
-"Bitte w¤hlen Sie den „Assistenten“ oder „Erweitert“."
+"Dateiliste gesendet per FTP: %s\n"
+" "
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
-msgstr "In Entwicklung, haben Sie noch etwas Geduld ..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No changes to backup!"
+msgstr "Keine „nderungen zu sichern!"
-#: ../../standalone/drakbackup_.c:4382
-msgid "Backup system files"
-msgstr "Systemdateien sichern"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup files..."
+msgstr "Backup-Dateien auf der Festplatte ..."
-#: ../../standalone/drakbackup_.c:4384
-msgid "Backup user files"
-msgstr "Benutzerdateien sichern"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Other files..."
+msgstr "Andere Dateien sichern ..."
-#: ../../standalone/drakbackup_.c:4386
-msgid "Backup other files"
-msgstr "Andere Dateien sichern"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
+msgstr "Festplattenbackup in Bearbeitung ..."
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
-msgstr "Fortschritt"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup User files..."
+msgstr "Benutzerdateien sichern ..."
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
-msgstr "Datenĵagung via FTP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
+msgstr "Systemdateien sichern ..."
-#: ../../standalone/drakbackup_.c:4416
-msgid "Sending files..."
-msgstr "Dateien ĵbertragen ..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4500
-msgid "Backup Now from configuration file"
-msgstr "Jetzt Sicherung anhand der Konfigurationsdatei erstellen."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4505
-msgid "View Backup Configuration."
-msgstr "Sicherungskonfiguration anzeiegen"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4526
-msgid "Wizard Configuration"
-msgstr "Assistentengestĵtzte Konfiguration"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4531
-msgid "Advanced Configuration"
-msgstr "Expertenkonfiguration"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4536
-msgid "Backup Now"
-msgstr "Jetzt sichern"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
-msgstr "DrakBackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4624
-#, fuzzy
-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"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
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:4654
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total progess"
+msgstr "Fortschritt"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\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"
+"ssh -i %s %s\\@%s\n"
"\n"
+"without being prompted for a password."
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:4662
-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 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:1
+#, c-format
+msgid "%s not responding"
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:4701
-#, fuzzy
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
-"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data 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 option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't find %s on %s"
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:4727
-#, fuzzy
-msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
msgstr ""
-" Copyright (C) 2001 MandrakeSoft by Sebastien DUPONT <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4729
-msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Bad password on %s"
+msgstr "Schlechtes Passwort auf %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:4732
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"%s exists, delete?\n"
"\n"
-" Drakbackup allows you to restore your system to\n"
-" a user selected directory.\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\n"
-" Per default all backup will be stored on your\n"
-" /var/lib/drakbackup directory\n"
+" DrakBackup Report Details\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"
+msgstr ""
"\n"
+" DrakBackup Report Details\n"
"\n"
-msgstr ""
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Daemon Report\n"
+"\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"
+" DrakBackup D¤mon Report\n"
"\n"
-#: ../../standalone/drakbackup_.c:4778
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Restore Backup Problems:\n"
+" DrakBackup Report \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"
+" DrakBackup Report \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/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Die Installation von %s schlug Fehl. Folgender Fehler trat auf:"
+msgid "INFO"
+msgstr "INFO"
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FATAL"
+msgstr "FATAL"
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-#, fuzzy
-msgid "Standalone Tools"
-msgstr "Konsolen-Werkzeuge"
-
-#: ../../standalone/drakbug_.c:53
-#, fuzzy
-msgid "HardDrake"
-msgstr "auf Festplatte"
-
-#: ../../standalone/drakbug_.c:54
-#, fuzzy
-msgid "Mandrake Online"
-msgstr "MandrakeConsulting"
-
-#: ../../standalone/drakbug_.c:55
-#, fuzzy
-msgid "Menudrake"
-msgstr "MandrakeStore"
-
-#: ../../standalone/drakbug_.c:56
-#, fuzzy
-msgid "Msec"
-msgstr "Maus"
-
-#: ../../standalone/drakbug_.c:57
-#, fuzzy
-msgid "Remote Control"
-msgstr "Entfernter Drucker"
-
-#: ../../standalone/drakbug_.c:58
-#, fuzzy
-msgid "Software Manager"
-msgstr "Freigabename"
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Die Installation von %s schlug Fehl. Folgender Fehler trat auf:"
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "No browser available! Please install one"
+msgstr "Kein Browser installiert! Bitte installieren Sie einen."
-#: ../../standalone/drakbug_.c:60
-msgid "Windows Migration tool"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:61
-msgid "Userdrake"
-msgstr "Userdrake"
-
-#: ../../standalone/drakbug_.c:62
-#, fuzzy
-msgid "Configuration Wizards"
-msgstr "Netzwerk Konfigurationsassistent"
-
-#: ../../standalone/drakbug_.c:75
-#, fuzzy
-msgid "Application:"
-msgstr "Authentifizierung"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Package not installed"
+msgstr "Paket nicht installiert"
-#: ../../standalone/drakbug_.c:76
-#, fuzzy
-msgid "Package: "
-msgstr "Auswahl der Pakete"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Not installed"
+msgstr "Nicht installiert"
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
-msgstr ""
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Standalone Tools"
+msgstr "Eingenst¤ndige Werkzeuge"
-#: ../../standalone/drakbug_.c:78
-#, fuzzy
-msgid "Release: "
-msgstr "Bitte warten"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Report"
+msgstr "Report"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -12847,333 +16269,353 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:112
-#, fuzzy
-msgid "Report"
-msgstr "Port"
-
-#: ../../standalone/drakbug_.c:148
-#, fuzzy
-msgid "Not installed"
-msgstr "Nach dem Entfernen"
-
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "Nach dem Entfernen"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Release: "
+msgstr "Ausgabe:"
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:180
-msgid "No browser available! Please install one"
-msgstr "Kein Browser installiert! Bitte installieren Sie einen."
-
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Netzwerk Konfiguration (%d Karten)"
-
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-msgid "Profile: "
-msgstr "Profil: "
-
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr "Profil lĥschen..."
-
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
-msgstr "Zu lĥschendes Profil: "
-
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
-msgstr "Neues Profil..."
+msgid "Package: "
+msgstr "Paket:"
-#: ../../standalone/drakconnect_.c:131
-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/drakbug:1
+#, c-format
+msgid "Application:"
+msgstr "Anwendung:"
-#: ../../standalone/drakconnect_.c:157
-msgid "Hostname: "
-msgstr "Rechnername: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Configuration Wizards"
+msgstr "Konfigurationsassistenten"
-#: ../../standalone/drakconnect_.c:164
-msgid "Internet access"
-msgstr "Internetzugang"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Userdrake"
+msgstr "Userdrake"
-#: ../../standalone/drakconnect_.c:177
-msgid "Type:"
-msgstr "Typ:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Windows Migration tool"
+msgstr "Windows Migrationswerkzeug"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "Gateway:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
+msgstr "Urpmi"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Interface:"
-msgstr "Schnittstelle:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Software Manager"
+msgstr "Software-Verwaltung"
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
-msgstr "Status:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Remote Control"
+msgstr "Fernsteuerung"
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
-msgstr "Bitte Warten"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Msec"
+msgstr "Msec"
-#: ../../standalone/drakconnect_.c:216
-msgid "Configure Internet Access..."
-msgstr "Internet-Zugang konfigurieren"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Menudrake"
+msgstr "Menudrake"
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-msgid "LAN configuration"
-msgstr "LAN Konfiguration"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Online"
+msgstr "Mandrake Online"
-#: ../../standalone/drakconnect_.c:228
-msgid "Driver"
-msgstr "Treiber"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "HardDrake"
+msgstr "HardDrake"
-#: ../../standalone/drakconnect_.c:228
-msgid "Interface"
-msgstr "Schnittstelle"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
+msgstr "Synchronisationsprogramm"
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
-msgstr "Protokoll"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "First Time Wizard"
+msgstr "First Time Assistent"
-#: ../../standalone/drakconnect_.c:228
-msgid "State"
-msgstr "Status"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
+msgstr "Mandrake BugReport Werkzeug"
-#: ../../standalone/drakconnect_.c:240
-msgid "Configure Local Area Network..."
-msgstr "Netzwerk konfigurieren"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr "DHCP-Klient"
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
-msgstr "Hier starten Sie den Assistenten ->"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
+msgstr "Netzwerkkarte"
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "Assistent..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "Gateway"
-#: ../../standalone/drakconnect_.c:279
-msgid "Apply"
-msgstr "Anwenden"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
+msgstr "Parameter"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Connected"
-msgstr "Verbunden"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection type: "
+msgstr "Verbindungstyp: "
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Not connected"
-msgstr "Nicht Verbunden"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile: "
+msgstr "Profil: "
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Connect..."
-msgstr "Verbinden ..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet Connection Configuration"
+msgstr "Konfiguration der Internetverbindung"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Disconnect..."
-msgstr "Trenne Verbindung ..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet connection configuration"
+msgstr "Konfiguration der Internetverbindung"
-#: ../../standalone/drakconnect_.c:400
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
+"You don't have an Internet connection.\n"
+"Create one first by clicking on 'Configure'"
msgstr ""
-"WARNUNG: Es wurde bereits eine Internetverbindung gefunden. Vielleicht nutzt "
-"diese ihr Netzwerk."
+"Sie haben noch keine Internetverbindung eingerichtet.\n"
+"Sie kĥnnen dies tun, indem Sie die Schaltfl¤che \n"
+"„Konfigurieren“ bet¤tigen."
-#: ../../standalone/drakconnect_.c:427
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
msgstr ""
-"Sie haben noch keine Schnittstelle eingerichtet.\n"
-"Sie kĥnnen dies tun, indem Sie die Schaltfl¤che \n"
-"„Konfigurieren“ bet¤tigen."
+"Diese Schnittstelle wurde noch nicht eingerichtet.\n"
+"Starten Sie den Konfigurationsassistenten im Hauptfenster."
-#: ../../standalone/drakconnect_.c:449
-msgid "LAN Configuration"
-msgstr "LAN Konfiguration"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "activate now"
+msgstr "Jetzt aktivieren"
-#: ../../standalone/drakconnect_.c:460
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adapter %s: %s"
+msgid "deactivate now"
+msgstr "Jetzt deaktivieren"
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
-msgstr "Boot-Protokoll"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP client"
+msgstr "DHCP Klient"
-#: ../../standalone/drakconnect_.c:467
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Started on boot"
msgstr "Beim Hochfahren gestartet"
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
-msgstr "DHCP Klient"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
+msgstr "Boot-Protokoll"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "activate now"
-msgstr "Jetzt aktivieren"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
+msgstr "Adapter %s: %s"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "deactivate now"
-msgstr "Jetzt deaktivieren"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN Configuration"
+msgstr "LAN Konfiguration"
-#: ../../standalone/drakconnect_.c:499
-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/drakconnect:1
+#, c-format
+msgid "LAN configuration"
+msgstr "LAN Konfiguration"
-#: ../../standalone/drakconnect_.c:556
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
msgstr ""
-"Sie haben noch keine Internetverbindung eingerichtet.\n"
+"Sie haben noch keine Schnittstelle eingerichtet.\n"
"Sie kĥnnen dies tun, indem Sie die Schaltfl¤che \n"
"„Konfigurieren“ bet¤tigen."
-#: ../../standalone/drakconnect_.c:580
-msgid "Internet connection configuration"
-msgstr "Konfiguration der Internetverbindung"
-
-#: ../../standalone/drakconnect_.c:584
-msgid "Internet Connection Configuration"
-msgstr "Konfiguration der Internetverbindung"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Connect..."
+msgstr "Verbinden ..."
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-msgid "Connection type: "
-msgstr "Verbindungstyp: "
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Disconnect..."
+msgstr "Trenne Verbindung ..."
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
-msgstr "Parameter"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Not connected"
+msgstr "Nicht Verbunden"
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "Gateway"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connected"
+msgstr "Verbunden"
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
-msgstr "Netzwerkkarte"
+#: ../../standalone/drakconnect:1
+#, c-format
+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/drakconnect_.c:628
-msgid "DHCP Client"
-msgstr "DHCP-Klient"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface:"
+msgstr "Schnittstelle:"
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "Gateway:"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Module name"
-msgstr " Modulname "
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Apply"
+msgstr "Anwenden"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Size"
-msgstr " GrĥŸe "
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
+msgstr "Hier starten Sie den Assistenten ->"
-#: ../../standalone/drakfloppy_.c:45
-msgid "drakfloppy"
-msgstr "DrakFloppy"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "Assistent..."
-#: ../../standalone/drakfloppy_.c:63
-msgid "boot disk creation"
-msgstr "Boot-Disketten Erstellung"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr "Status:"
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr " Standard "
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Type:"
+msgstr "Typ:"
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "DrakFloppy Fehler: %s"
+msgid "Internet access"
+msgstr "Internetzugang"
-#: ../../standalone/drakfloppy_.c:98
-msgid "kernel version"
-msgstr "Kernversion"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Hostname: "
+msgstr "Rechnername: "
-#: ../../standalone/drakfloppy_.c:104
-msgid "General"
-msgstr "Allgemein"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Local Area Network..."
+msgstr "Netzwerk konfigurieren"
-#: ../../standalone/drakfloppy_.c:109
-msgid "Expert Area"
-msgstr "Experten Bereich"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "State"
+msgstr "Status"
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
-msgstr "Optionale Parameter fĵr „mkinitrd“"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Driver"
+msgstr "Treiber"
-#: ../../standalone/drakfloppy_.c:113
-msgid "Add a module"
-msgstr "Modul hinzufĵgen"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
+msgstr "Protokoll"
-#: ../../standalone/drakfloppy_.c:133
-msgid "force"
-msgstr " mit Gewalt "
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface"
+msgstr "Schnittstelle"
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
-msgstr " falls Nĥtig "
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Internet Access..."
+msgstr "Internet-Zugang konfigurieren"
-#: ../../standalone/drakfloppy_.c:135
-msgid "omit scsi modules"
-msgstr " SCSI Module weglassen "
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
+msgstr "Bitte Warten"
-#: ../../standalone/drakfloppy_.c:136
-msgid "omit raid modules"
-msgstr " RAID-Module weglassen "
+#: ../../standalone/drakconnect:1
+#, c-format
+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/drakfloppy_.c:172
-msgid "Remove a module"
-msgstr "Modul entfernen"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
+msgstr "Neues Profil..."
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
-msgstr "Ausgabe"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr "Zu lĥschendes Profil: "
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
-msgstr " Diskette erstellen "
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
+msgstr "Profil lĥschen..."
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "Stellen Sie sicher, dass ein Medium in Laufwerk %s liegt."
+msgid "Network configuration (%d adapters)"
+msgstr "Netzwerk Konfiguration (%d Karten)"
-#: ../../standalone/drakfloppy_.c:341
-#, fuzzy, c-format
+#: ../../standalone/drakedm:1
+#, c-format
msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
msgstr ""
-"In Laufwerk %s liegt kein Medum.\n"
-"Bitte legen Sie eins ein."
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakedm:1
#, c-format
-msgid "Unable to fork: %s"
-msgstr "Ich kann nicht forken: %s"
+msgid "Choosing a display manager"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
msgid ""
-"Unable to close properly mkbootdisk: \n"
+"Unable to properly close mkbootdisk: \n"
" %s \n"
" %s"
msgstr ""
@@ -13181,105 +16623,195 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
-msgstr "Suche installierte Schriften"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Unable to fork: %s"
+msgstr "Ich kann nicht forken: %s"
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
-msgstr "Auswahl installierter Schriften zurĵcksetzen"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid ""
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
+msgstr ""
+"In Laufwerk %s liegt kein Medum oder es ist schreibgeschĵtzt.\n"
+"Bitte legen Sie eins ein."
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
-msgstr "Alle Schriften analysieren"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Be sure a media is present for the device %s"
+msgstr "Stellen Sie sicher, dass ein Medium in Laufwerk %s liegt."
-#: ../../standalone/drakfont_.c:242
-msgid "no fonts found"
-msgstr "Keine Schriften gefunden"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Build the disk"
+msgstr " Diskette erstellen "
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-msgid "done"
-msgstr "Fertig"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
+msgstr "Ausgabe"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
-msgstr "Ich konnte keine Schriften in Ihren eingeh¤ngten Partitionen finden"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Remove a module"
+msgstr "Modul entfernen"
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr "Neuwahl korrekter Schriften"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit raid modules"
+msgstr " RAID-Module weglassen "
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
-msgstr "Konnte keine Schriften finden.\n"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit scsi modules"
+msgstr " SCSI Module weglassen "
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
-msgstr "Suche installierter Schriften"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
+msgstr " falls Nĥtig "
-#: ../../standalone/drakfont_.c:359
-msgid "Fonts copy"
-msgstr "Kopiere Schriften"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "force"
+msgstr " mit Gewalt "
-#: ../../standalone/drakfont_.c:363
-msgid "True Type fonts installation"
-msgstr "Installation von TrueType Schriften"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Add a module"
+msgstr "Modul hinzufĵgen"
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr "Bitte warten Sie ttmkfdir arbeitet ..."
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "mkinitrd optional arguments"
+msgstr "Optionale Parameter fĵr „mkinitrd“"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
-msgstr "TrueType Installation beendet"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Area"
+msgstr "Experten Bereich"
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
-msgstr "Konvertieren der Schriften"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "General"
+msgstr "Allgemein"
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
-msgstr "Erzeuge „type1inst“"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "kernel version"
+msgstr "Kernversion"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
-msgstr "Ghostscriptreferenz"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
+msgstr "DrakFloppy Fehler: %s"
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
-msgstr "ttf-Schriftkonvertierung"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr " Standard "
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
-msgstr "pfm-Schriftkonvertierung"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "boot disk creation"
+msgstr "Boot-Disketten Erstellung"
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
-msgstr "Tempor¤re Dateien lĥschen"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "drakfloppy"
+msgstr "DrakFloppy"
-#: ../../standalone/drakfont_.c:459
-msgid "Restart XFS"
-msgstr "Neustart des X-FontServers"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Size"
+msgstr " GrĥŸe "
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
-msgstr "Schriftdateien lĥschen"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Module name"
+msgstr " Modulname "
-#: ../../standalone/drakfont_.c:528
-msgid "xfs restart"
-msgstr "xfs Neustart"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Uninstall"
+msgstr "Nach dem Entfernen"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove fonts on your system"
+msgstr "Entfernen von Schriftarten auf Ihrem Rechner"
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Initial tests"
+msgstr "Vortests"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Install"
+msgstr "Nach der Installation"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
+msgstr "Installiere und konvertiere Fonts"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Copy fonts on your system"
+msgstr "Schriften auf Ihren Rechner kopieren"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove List"
+msgstr "Liste entfernen"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Selected All"
+msgstr "Alle ausw¤hlen"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
+msgstr "Markierung lĥschen"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
+msgstr "Hier, falls nicht."
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
+msgstr "Klicken Sie hier, wenn Sie sicher sind."
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install List"
+msgstr "Liste installieren"
+
+#: ../../standalone/drakfont:1
+#, c-format
+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:1
+#, c-format
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."
+"-You can install the fonts 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"
@@ -13287,32 +16819,38 @@ msgstr ""
"- 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:621
-msgid "Fonts Importation"
-msgstr "Schriften einbinden"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Generic Printers"
+msgstr "Generische Drucker"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr "Windows-Schriften verwenden"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Abiword"
+msgstr "Abiword"
-#: ../../standalone/drakfont_.c:658
-msgid "Uninstall Fonts"
-msgstr "Schiften deinstallieren"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "StarOffice"
+msgstr "StarOffice"
-#: ../../standalone/drakfont_.c:669
-msgid "Advanced Options"
-msgstr "Erweiterte Einstellungen"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr "Ghostscript"
-#: ../../standalone/drakfont_.c:677
-msgid "Font List"
-msgstr "Font-Liste"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "W¤hlen Sie die Programme, die die Schriften verwenden sollen:"
-#: ../../standalone/drakfont_.c:737
-#, fuzzy
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\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"
@@ -13338,8 +16876,6 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
-"\n"
-"\n"
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"
@@ -13355,330 +16891,279 @@ msgstr ""
" 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/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:862
-msgid "Choose the applications that will support the fonts:"
-msgstr "W¤hlen Sie die Programme, die die Schriften verwenden sollen:"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "About"
+msgstr "œber"
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
-msgstr "Ghostscript"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Font List"
+msgstr "Font-Liste"
-#: ../../standalone/drakfont_.c:877
-msgid "StarOffice"
-msgstr "StarOffice"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Advanced Options"
+msgstr "Erweiterte Einstellungen"
-#: ../../standalone/drakfont_.c:884
-msgid "Abiword"
-msgstr "Abiword"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Uninstall Fonts"
+msgstr "Schiften deinstallieren"
-#: ../../standalone/drakfont_.c:891
-msgid "Generic Printers"
-msgstr "Generische Drucker"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
+msgstr "Windows-Schriften verwenden"
-#: ../../standalone/drakfont_.c:958
-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:1
+#, c-format
+msgid "Import Fonts"
+msgstr "Schriften einbinden"
-#: ../../standalone/drakfont_.c:1005
-msgid "Install List"
-msgstr "Liste installieren"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "done"
+msgstr "Fertig"
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
-msgstr "Klicken Sie hier, wenn Sie sicher sind."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "xfs restart"
+msgstr "xfs Neustart"
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
-msgstr "Hier, falls nicht."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
+msgstr "Schriftdateien lĥschen"
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
-msgstr "Markierung lĥschen"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Restart XFS"
+msgstr "Neustart des X-FontServers"
-#: ../../standalone/drakfont_.c:1116
-msgid "Selected All"
-msgstr "Alle ausw¤hlen"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
+msgstr "Tempor¤re Dateien lĥschen"
-#: ../../standalone/drakfont_.c:1120
-msgid "Remove List"
-msgstr "Liste entfernen"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
+msgstr "Erzeuge „type1inst“"
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-msgid "Initials tests"
-msgstr "Vortests"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
+msgstr "pfm-Schriftkonvertierung"
-#: ../../standalone/drakfont_.c:1145
-msgid "Copy fonts on your system"
-msgstr "Schriften auf Ihren Rechner kopieren"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr "ttf-Schriftkonvertierung"
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
-msgstr "Installiere und konvertiere Fonts"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
+msgstr "Ghostscriptreferenz"
-#: ../../standalone/drakfont_.c:1153
-msgid "Post Install"
-msgstr "Nach der Installation"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
+msgstr "Konvertieren der Schriften"
-#: ../../standalone/drakfont_.c:1178
-msgid "Remove fonts on your system"
-msgstr "Entfernen von Schriftarten auf Ihrem Rechner"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr "TrueType Installation beendet"
-#: ../../standalone/drakfont_.c:1182
-msgid "Post Uninstall"
-msgstr "Nach dem Entfernen"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
+msgstr "Bitte warten Sie ttmkfdir arbeitet ..."
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "Teilen der Internet-Verbindung"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type fonts installation"
+msgstr "Installation von TrueType Schriften"
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
-msgstr ""
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts copy"
+msgstr "Kopiere Schriften"
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Teilen der Internetverbindung momentan eingeschaltet."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr "Suche installierter Schriften"
-#: ../../standalone/drakgw_.c:126
-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/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr "Konnte keine Schriften finden.\n"
-#: ../../standalone/drakgw_.c:130
-msgid "disable"
-msgstr "deaktivieren"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
+msgstr "Neuwahl korrekter Schriften"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
-msgstr "Verwerfen"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr "Ich konnte keine Schriften in Ihren eingeh¤ngten Partitionen finden"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "reconfigure"
-msgstr "neu konfigurieren"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "no fonts found"
+msgstr "Keine Schriften gefunden"
-#: ../../standalone/drakgw_.c:133
-msgid "Disabling servers..."
-msgstr "Server deaktivieren ..."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr "Alle Schriften analysieren"
-#: ../../standalone/drakgw_.c:142
-msgid "Internet connection sharing is now disabled."
-msgstr "Teilen der Internet-Verbindung ist nun abgeschaltet."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr "Auswahl installierter Schriften zurĵcksetzen"
-#: ../../standalone/drakgw_.c:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Teilen der Internet-Verbindung momentan abgeschaltet."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr "Suche installierte Schriften"
-#: ../../standalone/drakgw_.c:150
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"What would you like to do?"
+"%s\n"
+"\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
-"Es wurde bereits eine geteilte Internet-Verbindung aufgesetzt.\n"
-"Momentan ist sie deaktiviert.\n"
+"Willkommen zu DrakGW -\n"
+"das Werkzeug zum Teilen Ihrer Internetverbindung\n"
"\n"
-"Was wollen Sie tun?"
+"%s\n"
+"\n"
+"W¤hlen Sie „Konfigurieren“ wenn Sie den Assistenten starten wollen."
-#: ../../standalone/drakgw_.c:154
-msgid "enable"
-msgstr "aktivieren"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing configuration"
+msgstr "Teilen der Internetverbindung - Konfiguration"
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
-msgstr "Server aktivieren ..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No Internet Connection Sharing has ever been configured."
+msgstr "Teilen der Internetverbindung wurde noch nicht konfiguriert."
-#: ../../standalone/drakgw_.c:166
-msgid "Internet connection sharing is now enabled."
-msgstr "Teilen der Internetverbindung ist nun eingeschaltet."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, and it's currently enabled."
+msgstr "Die Einstellungen wurden bereits vorgenommen und sind aktiv."
+
+#: ../../standalone/drakgw:1
+#, c-format
+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:183
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, c-format
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"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
+"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 ""
-"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."
+"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:211
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "Schnittstelle %s (verwendet Modul %s)"
+msgid "Problems installing package %s"
+msgstr "Probleme beim Installieren von Paket %s"
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s"
-msgstr "Schnittstelle: %s"
+msgid "Configuring scripts, installing software, starting servers..."
+msgstr "Skripte konfigurieren, Software installieren, Dienste starten ..."
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "Sie haben keine Netzwerkkarte!"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring..."
+msgstr "Konfigurieren ..."
-#: ../../standalone/drakgw_.c:221
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
-"Ihr Rechner hat keine konfigurierte Netzwerkkarte. Bitte verwenden Sie erst "
-"HardDrake, bevor Sie weiter machen."
+"Es liegt ein mĥglicher LAN-Adressen Konflikt in der Konfiguration\n"
+"von %s vor!\n"
-#: ../../standalone/drakgw_.c:227
-msgid "Network interface"
-msgstr "Netzwerkkarte"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr "Das lokale Netzwerk endet nicht auf „.0“ - bereinige."
-#: ../../standalone/drakgw_.c:228
+#: ../../standalone/drakgw:1
#, 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."
+msgid "Re-configure interface and DHCP server"
+msgstr "Neu konfigurieren des Ger¤ts und des DHCP-Servers"
-#: ../../standalone/drakgw_.c:235
-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:1
+#, c-format
+msgid "The maximum lease (in seconds)"
+msgstr "Maximale IP-Verleihdauer (in Sekunden)"
-#: ../../standalone/drakgw_.c:261
-msgid "Network interface already configured"
-msgstr "Ihr Netzwerk ist bereits konfiguriert"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The default lease (in seconds)"
+msgstr "Standard-IP-Verleihdauer (in Sekunden)"
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
#, 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."
+msgid "The DHCP end range"
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:267
-msgid "Automatic reconfiguration"
-msgstr "Automatische Rekonfiguration"
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
msgstr ""
-#: ../../standalone/drakgw_.c:268
-msgid "Show current interface configuration"
-msgstr "Aktuelle Schnittstellenkonfiguration anzeigen"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The internal domain name"
+msgstr "Der interne Dom¤nen-Name"
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "Aktuelle Schnittstellenkonfiguration anzeigen"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DNS Server IP"
+msgstr "Die IP des DNS-Servers"
-#: ../../standalone/drakgw_.c:270
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "(This) DHCP Server IP"
+msgstr "(Diese) DHCP-Server IP"
+
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Current configuration of `%s':\n"
+"DHCP Server Configuration.\n"
"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"Aktuelle Konfiguration von „%s“:\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\n"
"\n"
-"Netzwerk: %s\n"
-"IP-Adresse: %s\n"
-"IP-Eigenschaften: %s\n"
-"Treiber: %s"
+msgstr ""
-#: ../../standalone/drakgw_.c:283
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Local Network adress"
+msgstr "Lokale Netzwerkadresse"
+
+#: ../../standalone/drakgw:1
+#, c-format
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 Network that you use "
@@ -13688,8 +17173,8 @@ msgid ""
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
+"Otherwise, 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 "
@@ -13697,290 +17182,585 @@ msgstr ""
"sicher, dass ich Ihr Klasse-C Netzwerk korrekt erkannt habe. Ich werde es "
"weder neukonfigurieren, noch Ihre DHCP-Konfiguration ¤ndern.\n"
"\n"
+"Ihr standardm¤Ÿiger DNS Eintrag ist der Caching Nameserver Ihrer Firewall. "
+"Sie kĥnnen diesen etwa durch den DNS Server Ihres Internetanbieters "
+"ersetzen.\n"
+"\n"
"Ich kann jedoch auch Ihre Schnittstelle neu konfigurieren und einen DHCP-"
"Server fĵr Sie aufsetzen.\n"
"\n"
-#: ../../standalone/drakgw_.c:290
-#, fuzzy
-msgid "Local Network adress"
-msgstr "Lokales Klasse-C Netzwerk"
-
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"DHCP Server Configuration.\n"
-"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\n"
+"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:300
-msgid "(This) DHCP Server IP"
-msgstr "(Diese) DHCP-Server IP"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Current interface configuration"
+msgstr "Aktuelle Schnittstellenkonfiguration"
-#: ../../standalone/drakgw_.c:301
-#, fuzzy
-msgid "The DNS Server IP"
-msgstr "(Diese) DHCP-Server IP"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Show current interface configuration"
+msgstr "Aktuelle Schnittstellenkonfiguration anzeigen"
-#: ../../standalone/drakgw_.c:302
-#, fuzzy
-msgid "The internal domain name"
-msgstr "Neuer Druckername"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No (experts only)"
+msgstr ""
-#: ../../standalone/drakgw_.c:303
-msgid "The DHCP start range"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Automatic reconfiguration"
+msgstr "Automatische Rekonfiguration"
+
+#: ../../standalone/drakgw:1
+#, 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:304
-msgid "The DHCP end range"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface already configured"
+msgstr "Ihr Netzwerk ist bereits konfiguriert"
+
+#: ../../standalone/drakgw:1
+#, c-format
+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:305
-msgid "The default lease (in seconds)"
+#: ../../standalone/drakgw:1
+#, 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:306
-msgid "The maximum lease (in seconds)"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "Netzwerkkarte"
+
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+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:307
-msgid "Re-configure interface and DHCP server"
-msgstr "Neu konfigurieren des Ger¤ts und des DHCP-Servers"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "Sie haben keine Netzwerkkarte!"
-#: ../../standalone/drakgw_.c:314
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Das lokale Netzwerk endet nicht auf „.0“ - bereinige."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s"
+msgstr "Schnittstelle: %s"
-#: ../../standalone/drakgw_.c:325
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
+msgid "Interface %s (using module %s)"
+msgstr "Schnittstelle %s (verwendet Modul %s)"
+
+#: ../../standalone/drakgw:1
+#, c-format
+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"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
+"\n"
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
msgstr ""
-"Es liegt ein mĥglicher LAN-Adressen Konflikt in der Konfiguration\n"
-"von %s vor!\n"
+"Sie sind dabei, Ihren Rechner zu konfigurieren, dass er die eingerichtete \n"
+"Internetverbindung mit einem lokalem Netzwerk teilt.\n"
+"\n"
+"Stellen Sie sicher, dass Sie Ihre Netzwerk-/Internetverbindung\n"
+"mit DrakConnect eingerichtet haben, bevor Sie fortfahren.\n"
+"Anmerkung: Sie benĥtigen eine Netzwerkkarte, mit deren Hilfe Sie ein \n"
+"lokales Netz (LAN) aufsetzen kĥnnen."
-#: ../../standalone/drakgw_.c:335
-msgid "Configuring..."
-msgstr "Konfigurieren ..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing"
+msgstr "Teilen der Internet-Verbindung"
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Skripte konfigurieren, Software installieren, Dienste starten ..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "Teilen der Internetverbindung ist nun eingeschaltet."
-#: ../../standalone/drakgw_.c:372
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Problems installing package %s"
-msgstr "Probleme beim Installieren von Paket %s"
+msgid "Enabling servers..."
+msgstr "Server aktivieren ..."
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "dismiss"
+msgstr "Verwerfen"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "reconfigure"
+msgstr "neu konfigurieren"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "enable"
+msgstr "aktivieren"
+
+#: ../../standalone/drakgw:1
+#, c-format
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)."
+"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 alles eingerichtet.\n"
-"Sie kĥnnen Ihre Internetverbindung nun anderen Rechnern in Ihrem \n"
-"lokalen Netz mittels automatischer Netzwerk-Konfiguration (DHCP) \n"
-"teilen."
+"Die Einrichtung einer gemeinsamen Internet-Verbindung wurde bereits "
+"durchgefĵhrt.\n"
+"Momentan ist sie deaktiviert.\n"
+"\n"
+"Was wollen Sie tun?"
-#: ../../standalone/drakgw_.c:523
-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:1
+#, c-format
+msgid "Internet Connection Sharing currently disabled"
+msgstr "Teilen der Internet-Verbindung momentan abgeschaltet."
-#: ../../standalone/drakgw_.c:524
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Die Einstellungen wurden bereits vorgenommen und sind aktiv."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "Teilen der Internet-Verbindung ist nun abgeschaltet."
-#: ../../standalone/drakgw_.c:525
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Teilen der Internetverbindung wurde noch nicht konfiguriert."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Disabling servers..."
+msgstr "Server deaktivieren ..."
-#: ../../standalone/drakgw_.c:531
-msgid "Internet connection sharing configuration"
-msgstr "Teilen der Internetverbindung - Konfiguration"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "disable"
+msgstr "deaktivieren"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
+"The setup of Internet Connection Sharing has already been done.\n"
+"It's currently enabled.\n"
"\n"
-"Click on Configure to launch the setup wizard."
+"What would you like to do?"
msgstr ""
-"Willkommen zu DrakGW -\n"
-"das Werkzeug zum Teilen Ihrer Internetverbindung\n"
-"\n"
-"%s\n"
+"Es wurde bereits eine geteilte Internet-Verbindung aufgesetzt.\n"
+"Momentan ist sie aktiviert.\n"
"\n"
-"W¤hlen Sie „Konfigurieren“ wenn Sie den Assistenten starten wollen."
+"Was wollen Sie tun?"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "group"
-msgstr "Arbeitsgruppe"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "Teilen der Internetverbindung momentan eingeschaltet."
-#: ../../standalone/drakperm_.c:36
-msgid "path"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "permissions"
-msgstr "Partition %s"
+#: ../../standalone/drakhelp:1
+#, c-format
+msgid ""
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
+msgstr ""
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "user"
-msgstr "Benutzer"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "group :"
+msgstr "Gruppe :"
-#: ../../standalone/drakperm_.c:43
-msgid "Up"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "user :"
+msgstr "Benutzer :"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path selection"
+msgstr "Pfad-Auswahl"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:44
-#, fuzzy
-msgid "delete"
-msgstr "Lĥschen"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use group id for execution"
+msgstr "Gruppen-ID zur Ausfĵhrung benutzen"
-#: ../../standalone/drakperm_.c:45
-msgid "edit"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use owner id for execution"
+msgstr "Eigentĵmer-ID zur Ausfĵhrung benutzen"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:46
-#, fuzzy
-msgid "Down"
-msgstr "Fertig"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
+msgstr ""
-#: ../../standalone/drakperm_.c:47
-#, fuzzy
-msgid "add a rule"
-msgstr "Modul hinzufĵgen"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "sticky-bit"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Property"
+msgstr "Eigenschaft"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Permissions"
+msgstr "Berechtigungen"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Current user"
+msgstr "Aktueller Benutzer"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm:1
+#, c-format
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:56
-#, fuzzy
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Edit current rule"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "edit"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Delete selected rule"
+msgstr "Markierte Regel entfernen"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "delete"
+msgstr "lĥschen"
+
+#: ../../standalone/drakperm:1
+#, c-format
msgid "Add a new rule at the end"
-msgstr "Drucker hinzufĵgen"
+msgstr "Neue Regel am Ende hinzufĵgen"
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "add a rule"
+msgstr "eine Regel hinzufĵgen"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule down one level"
msgstr ""
-#: ../../standalone/drakperm_.c:58
-#, fuzzy
-msgid "Up selected rule one level"
-msgstr "Markierung lĥschen"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Down"
+msgstr "Runter"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule up one level"
+msgstr "Markierte Regel eine Ebene hĥher verschieben"
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:60
-#, fuzzy
-msgid "Delete selected rule"
-msgstr "Markierte entfernen"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "permissions"
+msgstr "Berechtigungen"
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "group"
+msgstr "Gruppe"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "user"
+msgstr "Benutzer"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:231
-#, fuzzy
-msgid "Current user"
-msgstr "Benutzer akzeptieren"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "Ort der auto_install.cfg Datei"
-#: ../../standalone/drakperm_.c:236
-#, fuzzy
-msgid "Permissions"
-msgstr "Version: %s\n"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No CD or DVD image found, please copy the installation program and rpm files."
msgstr ""
-#: ../../standalone/drakperm_.c:238
-#, fuzzy
-msgid "Property"
-msgstr "Port"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "No image found"
+msgstr "Kein Abbild gefunden"
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Installation image directory"
+msgstr "Verzeichnis des Installationsabbildes"
+
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP end ip"
msgstr ""
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP start ip"
msgstr ""
-#: ../../standalone/drakperm_.c:296
+#: ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:297
-#, fuzzy
-msgid "Use owner id for execution"
-msgstr "Autoerkennung benutzen"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Interface %s (on network %s)"
+msgstr "Schnittstelle %s (an Netzwerk %s)"
-#: ../../standalone/drakperm_.c:298
-#, fuzzy
-msgid "Use group id for execution"
-msgstr "Autoerkennung benutzen"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
+msgstr ""
+"Bitte w¤hlen Sie, welches Netzwerkger¤t fĵr den DHCP-Server verwendet wird."
-#: ../../standalone/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
+"\n"
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
msgstr ""
+"Sie sind dabei, auf Ihrem Rechner einen PXE-Server als DHCP-Server sowie "
+"einen TFTP-Server einzurichten. Damit ermĥglichen Sie es anderen Rechnern "
+"Ihres Netzwerks eine Installation von diesem Rechner aus vorzunehmen.\n"
+"\n"
+"Stellen Sie sicher, dass Sie Ihre Netzwerk-/Internetverbindung mit "
+"DrakConnect eingerichtet haben, bevor Sie fortfahren.\n"
+"Anmerkung: Sie benĥtigen eine Netzwerkkarte, mit deren Hilfe Sie ein lokales "
+"Netz (LAN) aufsetzen kĥnnen."
-#: ../../standalone/drakperm_.c:304
-#, fuzzy
-msgid "Path selection"
-msgstr "Startschirmauswahl"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Installation Server Configuration"
+msgstr "Konfiguration des Installations-Servers"
-#: ../../standalone/drakperm_.c:350
-#, fuzzy
-msgid "user :"
-msgstr "Benutzer"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "PXE Server Configuration"
+msgstr "Konfiguration des PXE-Servers"
-#: ../../standalone/drakperm_.c:352
-#, fuzzy
-msgid "group :"
-msgstr "Arbeitsgruppe"
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Please wait, setting security options..."
+msgstr "Bitte warten, Sicherheitsoptionen werden eingestellt..."
-#: ../../standalone/draksound_.c:46
-#, fuzzy
-msgid "No Sound Card detected!"
-msgstr "Nicht Verbunden"
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Please wait, setting security level..."
+msgstr "Bitte warten, Sicherheitsebene wird eingestellt..."
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
+msgstr ""
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "System Options"
+msgstr "Systemoptionen"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Network Options"
+msgstr "Netzwerkoptionen"
+
+#: ../../standalone/draksec:1
+#, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
+msgstr ""
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Administrator:"
+msgstr "Sicherheitsadministrator (Kennzeichen oder E-Mail):"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Alerts:"
+msgstr "Sicherheitswarnungen:"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "(default value: %s)"
+msgstr " (Voreinstellung: %s)"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Security Level:"
+msgstr "Sicherheitsebene:"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -13989,701 +17769,827 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:21
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound 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/draksplash_.c:67
-#, fuzzy
-msgid "first step creation"
-msgstr "Boot-Disketten Erstellung"
+#: ../../standalone/draksound:1
+#, c-format
+msgid "No Sound Card detected!"
+msgstr "Keine Soundkarte erkannt!"
-#: ../../standalone/draksplash_.c:70
-#, fuzzy
-msgid "final resolution"
-msgstr "Auflĥsung"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "%s BootSplash (%s) Vorschau"
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-#, fuzzy
-msgid "choose image file"
-msgstr "W¤hlen Sie eine Datei"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Generating preview ..."
+msgstr "Vorschau erzeugen ..."
-#: ../../standalone/draksplash_.c:72
-#, fuzzy
-msgid "Theme name"
-msgstr "Freigabename"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "You must choose an image file first!"
+msgstr "Sie mĵssen zuerst eine Abbild-Datei ausw¤hlen!"
-#: ../../standalone/draksplash_.c:77
-msgid "Browse"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "ProgressBar color selection"
+msgstr "Farbauswahl fĵr den Fortschrittsbalken"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
msgstr ""
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
-#, fuzzy
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "choose image file"
+msgstr "Abbild-Datei ausw¤hlen"
+
+#: ../../standalone/draksplash:1
+#, c-format
msgid "Configure bootsplash picture"
-msgstr "Ich kan keine Start-Vorschau erzeugen"
+msgstr "Bootsplash-Bild konfigurieren"
-#: ../../standalone/draksplash_.c:90
-msgid ""
-"x coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:91
-msgid ""
-"y coordinate of text box\n"
-"in number of character"
-msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
+msgstr "Logo auf Konsole anzeigen"
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Choose color"
+msgstr "Farbe einstellen"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Save theme"
+msgstr "Thema abspeichern"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Preview"
+msgstr "Vorschau"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:94
-msgid ""
-"the progress bar x coordinate\n"
-"of its upper left corner"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:95
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:98
-msgid "the color of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:113
-#, fuzzy
-msgid "Preview"
-msgstr "Ger¤t"
-
-#: ../../standalone/draksplash_.c:115
-#, fuzzy
-msgid "Save theme"
-msgstr "Themen installieren"
-
-#: ../../standalone/draksplash_.c:116
-msgid "Choose color"
-msgstr "Farbe einstellen"
-
-#: ../../standalone/draksplash_.c:119
-#, fuzzy
-msgid "Display logo on Console"
-msgstr "Bildschirm-Thema fĵr die Konsole"
-
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"y coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/draksplash:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:428
-msgid "ProgressBar color selection"
-msgstr "Farbauswahl fĵr den Fortschrittsbalken"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Theme name"
+msgstr "Themenname"
-#: ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "You must choose an image file first!"
-msgstr "Sie mĵssen einen Drucker w¤hlen/ein Ger¤t eingeben!"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "final resolution"
+msgstr "endgĵltige Auflĥsung"
-#: ../../standalone/draksplash_.c:458
-msgid "Generating preview ..."
-msgstr "Vorschau erzeugen ..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "first step creation"
+msgstr "Erter Schritt Erstellung"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
-#, fuzzy, c-format
-msgid "%s BootSplash (%s) preview"
-msgstr "Ich kan keine Start-Vorschau erzeugen"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+msgstr ""
+"Das Paket ‚ImageMagick‘ wird zur Beendigung der Konfiguration benĥtigt.\n"
+"W¤hlen Sie „Ok“, um ‚ImageMagick‘ zu installieren oder „Abbruch“ zum Beenden."
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"XawTV isn't installed!\n"
+"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"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor "
-"saa7134\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"
+"You can visit our hardware database at:\n"
"\n"
"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-# ../../standalone/drakxtv_.c:37§
-#: ../../standalone/drakxtv_.c:63
-msgid "Canada (cable)"
-msgstr "Kanada (Kabel)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (broadcast)"
-msgstr "USA (terrestrisch)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
+msgstr "Keine TV-Karte gefunden!"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
-msgstr "USA (Kabel)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
+msgstr "Sie kĥnnen nun (unter X-Windows) „xawtv“ starten.\n"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
-msgstr "USA (Kabel-hrc)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
+msgstr "Bis bald!"
-#: ../../standalone/drakxtv_.c:64
-msgid "China (broadcast)"
-msgstr "China (terrestrisch)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
+msgstr "XawTV ist nicht installiert!"
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (broadcast)"
-msgstr "Japan (terrestrisch)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "Bei der Suche der TV-Kan¤le trat ein Fehler auf"
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
-msgstr "Japan (Kabel)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
+msgstr "Sendersuche..."
-#: ../../standalone/drakxtv_.c:65
-msgid "East Europe"
-msgstr "Osteuropa"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
+msgstr "Sendersuche ..."
-#: ../../standalone/drakxtv_.c:65
-msgid "France [SECAM]"
-msgstr "Frankreich (SECAM)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
+msgstr "Region:"
-#: ../../standalone/drakxtv_.c:65
-msgid "Ireland"
-msgstr "Irland"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "TV norm:"
+msgstr "Fernsehnorm:"
-#: ../../standalone/drakxtv_.c:65
-msgid "West Europe"
-msgstr "Westeuropa"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid ""
+"Please,\n"
+"type in your tv norm and country"
+msgstr "Bitte geben Sie Ihre Fernsehnorm und Region ein"
-#: ../../standalone/drakxtv_.c:66
-msgid "Australia"
-msgstr "Australien"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
+msgstr ""
-#: ../../standalone/drakxtv_.c:66
+#: ../../standalone/drakxtv:1
+#, c-format
msgid "Newzealand"
msgstr "Neuseeland"
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
-msgstr "Sĵdafrika"
-
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
-msgstr "Argentinien"
-
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:102
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr "Bitte geben Sie Ihre Fernsehnorm und Region ein"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "France [SECAM]"
+msgstr "Frankreich (SECAM)"
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
-msgstr "Fernsehnorm:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "East Europe"
+msgstr "Osteuropa"
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
-msgstr "Region:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "West Europe"
+msgstr "Westeuropa"
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr "Sendersuche ..."
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "China (broadcast)"
+msgstr "China (terrestrisch)"
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
-msgstr "Sendersuche..."
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr "Japan (Kabel)"
-#: ../../standalone/drakxtv_.c:120
-msgid "There was an error while scanning for TV channels"
-msgstr "Bei der Suche der TV-Kan¤le trat ein Fehler auf"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (broadcast)"
+msgstr "Japan (terrestrisch)"
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
-msgstr "XawTV ist nicht installiert!"
+# ../../standalone/drakxtv_.c:37§
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Canada (cable)"
+msgstr "Kanada (Kabel)"
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
-msgstr "Bis bald!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
+msgstr "USA (Kabel-hrc)"
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr "Sie kĥnnen nun (unter X-Windows) „xawtv“ starten.\n"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
+msgstr "USA (Kabel)"
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
-msgstr "Keine TV-Karte gefunden!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (broadcast)"
+msgstr "USA (terrestrisch)"
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
+"XawTV isn't installed!\n"
"\n"
"\n"
-"You can visit our hardware database at:\n"
+"If you do have a TV card but DrakX has neither detected it (no bttv nor "
+"saa7134\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"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/harddrake2_.c:17
-msgid "Alternative drivers"
-msgstr "Alternative Treiber"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Options"
+msgstr "/Optionen"
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr "Liste alternativer Soundtreiber fĵr diese Soundkarte."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect jazz drives"
+msgstr "/Jazz-Laufwerke automatisch erkennen"
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
-msgstr "Bus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect modems"
+msgstr "/Modems automatisch erkennen"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect printers"
+msgstr "/Drucker automatisch erkennen"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
+msgstr "Prim¤r"
-#: ../../standalone/harddrake2_.c:21
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "secondary"
+msgstr "Sekund¤r"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+"Click on a device in the left tree in order to display its information here."
msgstr ""
-"Der physikalische Bus, an dem sich das Ger¤t befindet (etwa: PCI, USB, ...)"
-#: ../../standalone/harddrake2_.c:22
-msgid "Channel"
-msgstr "Kanal"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Running \"%s\" ..."
+msgstr "„%s“ ausfĵhren ..."
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
-msgstr "EIDE/SCSI Kanal"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
+msgstr "Konfigurationswerkzeug starten"
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Configure module"
+msgstr "Modul konfigurieren"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information"
+msgstr "Informationen"
-#: ../../standalone/harddrake2_.c:23
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detected hardware"
+msgstr "Gefundene Hardware"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake2 version "
+msgstr "HardDrake Version "
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detection in progress"
+msgstr "Erkennung l¤uft"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Author:"
+msgstr "Autor:"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
+"HardDrake - das Mandrake Linux Hardware-Konfigurationswerkzeug.\n"
+"Version:"
-#: ../../standalone/harddrake2_.c:26
-msgid "Bus identification"
-msgstr "Bus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
+msgstr "œber HardDrake"
-#: ../../standalone/harddrake2_.c:27
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_About..."
+msgstr "/_œber ..."
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
+msgstr "/_Hilfe"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
+msgstr "/_Fehler Melden"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
-"- PCI und USB Ger¤te: Eine Auflistung der Hersteller- und Ger¤te-ID, sowie "
-"der Herstellersub- und Ger¤tesub-ID von PCI und USB Ger¤ten."
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
-msgstr "Standort auf den Bus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Select a device !"
+msgstr "W¤hlen Sie ein Ger¤t!"
-#: ../../standalone/harddrake2_.c:30
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
+"Description of the fields:\n"
+"\n"
msgstr ""
-"- PCI Ger¤te: PCI-Slot, Ger¤t und Ger¤tetyp\n"
-"- EIDE Ger¤te: Master- oder Slave-Ger¤t\n"
-"- SCSI Ger¤te: Der SCSI-Bus und die Ger¤te-ID"
+"Beschreibung der Felder:\n"
+"\n"
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "BlockgrĥŸe"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
+msgstr "HardDrake Hilfe"
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Fields description"
+msgstr "/_Felderbeschreibung"
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "/_Jazz-Laufwerke automatisch erkennen"
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
-msgstr ""
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
+msgstr "/_Optionen"
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect _modems"
+msgstr "/_Modems automatisch erkennen"
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Autodetect _printers"
+msgstr "/_Drucker automatisch erkennen"
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "Sicherheitsebene"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Quit"
+msgstr "/_Beenden"
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the processor"
+msgstr "Herstellername des Prozessors"
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
+msgstr "Herstellername des Ger¤ts"
-#: ../../standalone/harddrake2_.c:37
-msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "The type of bus on which the mouse is connected"
+msgstr "Der Typ des Busses, an dem die Maus angeschlossen ist."
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
msgstr ""
-#: ../../standalone/harddrake2_.c:38
-#, fuzzy
-msgid "This field describes the device"
-msgstr "Dieses Feld beschreibt das Ger¤t"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model stepping"
+msgstr "Modell-Staffelung"
-#: ../../standalone/harddrake2_.c:39
-msgid "Old device file"
-msgstr "Alte Ger¤tedatei"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the number of the processor"
+msgstr "die Nummer des Prozessors"
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
-msgstr "Alter statischer Name im „dev“ Paket"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
+msgstr ""
-#: ../../standalone/harddrake2_.c:41
-msgid "New devfs device"
-msgstr "Neues DevFS Ger¤t"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "network printer port"
+msgstr "Port des Netzwerkdruckers"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
-msgstr "Neuer dynamischer Name des DevFS"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Name"
+msgstr "Name"
-#: ../../standalone/harddrake2_.c:43
-msgid "Module"
-msgstr "Modul"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Number of buttons"
+msgstr "Anzahl Tasten"
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr "Das Linux Kernmodul, das Unterstĵtzung fĵr dieses Ger¤t bereitstellt"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Official vendor name of the cpu"
+msgstr "Offizieller Herstellername der CPU"
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model name"
+msgstr "Modellname"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model"
+msgstr "Modell"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "hard disk model"
+msgstr "Festplattenmodell"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "class of hardware device"
+msgstr "Hardwareklasse"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
+msgstr "Medienklasse"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Level"
+msgstr "Ebene"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
msgstr ""
-#: ../../standalone/harddrake2_.c:46
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Floppy format"
+msgstr "Diskettenformat"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "F00f bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "F00f bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
+"Ja bedeutet, dass der Prozessor einen arithmetischen Koprozessor besitzt."
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
msgstr ""
-#: ../../standalone/harddrake2_.c:53
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "Formatieren"
-
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "Level"
-
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
-msgstr "Medienklasse"
-
-#: ../../standalone/harddrake2_.c:57
-msgid "class of hardware device"
-msgstr "Hardwareklasse"
-
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
-msgid "Model"
-msgstr "Modell"
-
-#: ../../standalone/harddrake2_.c:58
-msgid "hard disk model"
-msgstr "Festplattenmodell"
-
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
msgstr ""
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr " Modulname "
-
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Official vendor name of the cpu"
-msgstr "Herstellername des Ger¤ts"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
+msgstr "Das Linux Kernmodul, das Unterstĵtzung fĵr dieses Ger¤t bereitstellt"
-#: ../../standalone/harddrake2_.c:61
-msgid "Number of buttons"
-msgstr "Anzahl Tasten"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Module"
+msgstr "Modul"
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "Name: "
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
+msgstr "Neuer vom DevFS des Kerns vergebener dynamischer Ger¤tename"
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr ", Netzwerkdrucker „%s“, Port %s"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "New devfs device"
+msgstr "Neues DevFS Ger¤t"
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
+msgstr "Alter statischer Name im „dev“ Paket"
-#: ../../standalone/harddrake2_.c:64
-#, fuzzy
-msgid "the number of the processor"
-msgstr "Herstellername des Ger¤ts"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Old device file"
+msgstr "Alte Ger¤tedatei"
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "Einstellungen laden"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "This field describes the device"
+msgstr "Dieses Feld beschreibt das Ger¤t"
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
msgstr ""
+"Die CPU-Frequenz in MHz (Megaherz), sie gibt eine erste N¤herung fĵr die "
+"anzahl Befehle, die der Prozessor pro Sekunde ausfĵhren kann."
-#: ../../standalone/harddrake2_.c:66
-#, fuzzy
-msgid "The type of bus on which the mouse is connected"
-msgstr "Bitte w¤hlen Sie den seriellen Anschluss, an dem Ihre Maus h¤ngt."
-
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
-msgstr "Herstellername des Ger¤ts"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
+msgstr "Frequenz (MHz)"
-#: ../../standalone/harddrake2_.c:68
-#, fuzzy
-msgid "the vendor name of the processor"
-msgstr "Herstellername des Ger¤ts"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
+msgstr "Iformationsebene, die durch den Befehl CPUID erhalten werden kann."
-#: ../../standalone/harddrake2_.c:82
-msgid "/_Quit"
-msgstr "/_Beenden"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid level"
+msgstr "CPUID Ebene"
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "Selbst gefunden"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr "CPU-Familie (6 steht etwa fĵr i686)."
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
-msgstr "/_Optionen"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
+msgstr "CPUID Familie"
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "Selbst gefunden"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
+msgstr "Angabe, ob der Prozessor den Cyrix 6x86 Coma-Fehler aufweist."
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
-msgstr "/_Hilfe"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
+msgstr "Coma-Fehler"
-#: ../../standalone/harddrake2_.c:89
-msgid "/_Help..."
-msgstr "/_Hilfe ..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
+msgstr "GrĥŸe des Prozessor-Caches (Second Level)."
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
-msgstr "HardDrake Hilfe"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cache size"
+msgstr "CachegrĥŸe"
-#: ../../standalone/harddrake2_.c:93
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Description of the fields:\n"
-"\n"
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
-"Beschreibung der Felder:\n"
-"\n"
+"- PCI Ger¤te: PCI-Slot, Ger¤t und Ger¤tetyp\n"
+"- EIDE Ger¤te: Master- oder Slave-Ger¤t\n"
+"- SCSI Ger¤te: Der SCSI-Bus und die Ger¤te-ID"
-#: ../../standalone/harddrake2_.c:96
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
+msgstr "Standort auf den Bus"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
msgstr ""
+"- PCI und USB Ger¤te: Eine Auflistung der IDs der Hersteller, Ger¤te, "
+"Subhersteller und Subger¤te von PCI / USB Ger¤ten."
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "W¤hlen Sie einen Scanner"
-
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
-msgstr "/_Fehler Melden"
-
-#: ../../standalone/harddrake2_.c:102
-msgid "/_About..."
-msgstr "/_œber ..."
-
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
-msgstr "œber HardDrake"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus identification"
+msgstr "Bus"
-#: ../../standalone/harddrake2_.c:105
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
msgstr ""
-"HardDrake - das Mandrake Linux Hardware-Konfigurationswerkzeug.\n"
-"Version:"
-
-#: ../../standalone/harddrake2_.c:106
-msgid "Author:"
-msgstr "Autor:"
-
-#: ../../standalone/harddrake2_.c:113
-msgid "Detection in progress"
-msgstr "Erkennung l¤uft"
-
-#: ../../standalone/harddrake2_.c:119
-msgid "Harddrake2 version "
-msgstr "HardDrake Version "
-
-#: ../../standalone/harddrake2_.c:126
-msgid "Detected hardware"
-msgstr "Gefundene Hardware"
-
-#: ../../standalone/harddrake2_.c:129
-msgid "Information"
-msgstr "Informationen"
-#: ../../standalone/harddrake2_.c:131
-msgid "Configure module"
-msgstr "Modul konfigurieren"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr "Bogomips"
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
-msgstr "Konfigurationswerkzeug starten"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
+msgstr "EIDE/SCSI Kanal"
-#: ../../standalone/harddrake2_.c:143
+#: ../../standalone/harddrake2:1
#, c-format
-msgid "Running \"%s\" ..."
-msgstr "„%s“ ausfĵhren ..."
+msgid "Channel"
+msgstr "Kanal"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
+"Der physikalische Bus, an dem sich das Ger¤t befindet (etwa: PCI, USB, ...)"
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
-msgstr "Prim¤r"
-
-#: ../../standalone/harddrake2_.c:231
-msgid "secondary"
-msgstr "Sekund¤r"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
+msgstr "Bus"
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "Selbst gefunden"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr "Liste alternativer Soundtreiber fĵr diese Soundkarte."
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "Selbst gefunden"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Alternative drivers"
+msgstr "Alternative Treiber"
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "/_Optionen"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Do you want the BackSpace to return Delete in console?"
+msgstr "Wollen Sie, dass die Rĵcktaste auf den Konsolen Entfernen sendet?"
-#: ../../standalone/keyboarddrake_.c:26
+#: ../../standalone/keyboarddrake:1
+#, c-format
msgid "Please, choose your keyboard layout."
msgstr "Bitte w¤hlen Sie Ihren Tastaturtyp."
-#: ../../standalone/keyboarddrake_.c:35
-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:18
-msgid "Change Cd-Rom"
-msgstr "CD-ROM wechseln"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
+msgstr "Ich bin nicht in der Lage, eine Live Aktualisierung durchzufĵhren!!!\n"
-#: ../../standalone/livedrake_.c:19
+#: ../../standalone/livedrake:1
+#, c-format
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."
@@ -14692,520 +18598,632 @@ msgstr ""
"Sie dann „OK“. Falls Sie sie nicht vorliegen haben, drĵcken Sie \n"
"„Abbruch“."
-#: ../../standalone/livedrake_.c:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Ich bin nicht in der Lage, eine Live Aktualisierung durchzufĵhren!!!\n"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Change Cd-Rom"
+msgstr "CD-ROM wechseln"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
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:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
-msgstr "LogDrake"
-
-#: ../../standalone/logdrake_.c:68
-msgid "Show only for the selected day"
-msgstr "Nur fĵr diesen Tag zeigen"
-
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr "/Datei/_Neu"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
+msgstr "Speichern unter..."
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
-msgstr "<control>N"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Please enter your email address below "
+msgstr "Bitte geben Sie Ihre E-Mail-Adresse ein"
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr "/Datei/_–ffnen"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "alert configuration"
+msgstr "Benachrichtigungskonfiguration"
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
-msgstr "<control>O"
+#: ../../standalone/logdrake:1
+#, c-format
+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:77
-msgid "/File/_Save"
-msgstr "/Datei/_Speichern"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "load setting"
+msgstr "Einstellungen laden"
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
-msgstr "<control>S"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
+msgstr ""
+"Sie werden benachrichtigt, falls einer der gew¤hlten Dienste nicht mehr l¤uft"
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
-msgstr "/Datei/Speichern _unter ..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "service setting"
+msgstr "Dienste einstellen"
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
-msgstr "/Datei/-"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Xinetd Service"
+msgstr "xinetd"
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
-msgstr "/Optionen/Test"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Webmin Service"
+msgstr "Webmin"
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
-msgstr "/Hilfe/_œber ..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "SSH Server"
+msgstr "SSH Server"
-#: ../../standalone/logdrake_.c:145
-msgid "User"
-msgstr "Benutzer"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Samba Server"
+msgstr "Samba Server"
-#: ../../standalone/logdrake_.c:146
-msgid "Messages"
-msgstr "Nachrichten"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Postfix Mail Server"
+msgstr "Postfix E-Mail-Server"
-#: ../../standalone/logdrake_.c:147
-msgid "Syslog"
-msgstr "SysLog"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Ftp Server"
+msgstr "FTP Server"
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
-msgstr "Erkl¤rung der Mandrake Programme"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Domain Name Resolver"
+msgstr "DNS"
-#: ../../standalone/logdrake_.c:151
-msgid "search"
-msgstr "Suche starten"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
+msgstr "Apache Web-Server"
-#: ../../standalone/logdrake_.c:161
-msgid "A tool to monitor your logs"
-msgstr "Ihre Logbĵcher betrachen"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"Welcome to the mail configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+"Herzlich willkommen zum E-Mail Benachrichtigungsassistenten.\n"
+"\n"
+"Hier kĥnnen Sie Ihr Benachrichtigungssystem einrichten.\n"
-#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
-msgstr "Einstellungen"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert configuration"
+msgstr "Mail Benachrichtigungskonfiguration"
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
-msgstr "œbereinstimmung mit"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert"
+msgstr "E-Mail Benachrichtigung"
-#: ../../standalone/logdrake_.c:168
-msgid "but not matching"
-msgstr "keine œbereinstimmung mit"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "Einen Moment, ich durchsuche: %s"
-#: ../../standalone/logdrake_.c:172
-msgid "Choose file"
-msgstr "Dateien w¤hlen"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
+msgstr "Inhalt der Logbĵcher"
-#: ../../standalone/logdrake_.c:181
+#: ../../standalone/logdrake:1
+#, c-format
msgid "Calendar"
msgstr "Kalender"
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
-msgstr "Inhalt der Logbĵcher"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Choose file"
+msgstr "Dateien w¤hlen"
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-msgid "Mail alert"
-msgstr "E-Mail Benachrichtigung"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "but not matching"
+msgstr "keine œbereinstimmung mit"
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "Einen Moment, ich durchsuche: %s"
+msgid "matching"
+msgstr "œbereinstimmung mit"
-#: ../../standalone/logdrake_.c:392
-msgid "Mail alert configuration"
-msgstr "Mail Benachrichtigungskonfiguration"
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
+msgstr "Einstellungen"
-#: ../../standalone/logdrake_.c:393
-msgid ""
-"Welcome to the mail configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Herzlich willkommen zum E-Mail Benachrichtigungsassistenten.\n"
-"\n"
-"Hier kĥnnen Sie Ihr Benachrichtigungssystem einrichten.\n"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "A tool to monitor your logs"
+msgstr "Ihre Logbĵcher betrachen"
-#: ../../standalone/logdrake_.c:400
-msgid "Apache World Wide Web Server"
-msgstr "Apache Web-Server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
+msgstr "Suche starten"
-#: ../../standalone/logdrake_.c:401
-msgid "Domain Name Resolver"
-msgstr "DNS"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mandrake Tools Explanation"
+msgstr "Erkl¤rung der Mandrake Programme"
-#: ../../standalone/logdrake_.c:402
-msgid "Ftp Server"
-msgstr "FTP Server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Syslog"
+msgstr "SysLog"
-#: ../../standalone/logdrake_.c:403
-msgid "Postfix Mail Server"
-msgstr "Postfix E-Mail-Server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Messages"
+msgstr "Nachrichten"
-#: ../../standalone/logdrake_.c:404
-msgid "Samba Server"
-msgstr "Samba Server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "User"
+msgstr "Benutzer"
-#: ../../standalone/logdrake_.c:405
-msgid "SSH Server"
-msgstr "SSH Server"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
+msgstr "/Hilfe/_œber ..."
-#: ../../standalone/logdrake_.c:406
-msgid "Webmin Service"
-msgstr "Webmin"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
+msgstr "/Optionen/Test"
-#: ../../standalone/logdrake_.c:407
-msgid "Xinetd Service"
-msgstr "xinetd"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
+msgstr "/Datei/-"
-#: ../../standalone/logdrake_.c:414
-msgid "service setting"
-msgstr "Dienste einstellen"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/Save _As"
+msgstr "/Datei/Speichern _unter ..."
-#: ../../standalone/logdrake_.c:415
-msgid ""
-"You will receive an alert if one of the selected services is no more running"
-msgstr ""
-"Sie weden benachrtichtigt, falls einer der gew¤hlten Dienste nichtmehr l¤uft."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr "<control>S"
-#: ../../standalone/logdrake_.c:428
-msgid "load setting"
-msgstr "Einstellungen laden"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
+msgstr "/Datei/_Speichern"
-#: ../../standalone/logdrake_.c:429
-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:1
+#, c-format
+msgid "<control>O"
+msgstr "<control>O"
-#: ../../standalone/logdrake_.c:444
-msgid "alert configuration"
-msgstr "Benachrichtigungskonfiguration"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr "/Datei/_–ffnen"
-#: ../../standalone/logdrake_.c:445
-msgid "Please enter your email address below "
-msgstr "Bitte geben Sie Ihre E-Mail-Adresse ein"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr "<control>N"
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
-msgstr "Speichern unter..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr "/Datei/_Neu"
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
-msgstr "Bitte w¤hlen Sie Ihren Maustyp."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Show only for the selected day"
+msgstr "Nur fĵr diesen Tag zeigen"
-#: ../../standalone/mousedrake_.c:50
+#: ../../standalone/mousedrake:1
+#, c-format
msgid "Emulate third button?"
msgstr "Die dritte Maustaste emulieren?"
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "Netzwerk konfigurieren"
-
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "Profil: "
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
+msgstr "Bitte w¤hlen Sie Ihren Maustyp."
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connect %s"
+msgstr "Verbinde %s"
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "Dateien ĵbertragen ..."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnect %s"
+msgstr "Trenne %s"
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
+#: ../../standalone/net_monitor:1
+#, c-format
+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/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
-msgstr "Verbindungstyp: "
-
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
+msgstr "Empfangen"
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "Ich teste gerade Ihre Verbindung..."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
+msgstr "Gesendet"
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
-msgstr "Internetverbindung"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
+msgstr "Enpfangen: "
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
-msgstr "Internetverbindung"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
+msgstr "Gesendet: "
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Local measure"
+msgstr "Lokale Dateien"
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
+msgstr "Durchschnitt"
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
-msgstr "Verbindungsgeschwindigkeit"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Color configuration"
+msgstr "Farbkonfiguration"
-#: ../../standalone/net_monitor_.c:226
+#: ../../standalone/net_monitor:1
+#, c-format
msgid ""
"Connection failed.\n"
"Verify your configuration in the Mandrake Control Center."
msgstr ""
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "Benachrichtigungskonfiguration"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection complete."
+msgstr "Verbindung fertiggestellt."
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
+msgstr "Verbindungstrennung erfolgt."
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
+msgstr "Die Verbindungstrennung schlug fehl!"
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Connecting to the Internet "
+msgstr "Mit dem Internet verbinden"
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "Lokale Dateien"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnecting from the Internet "
+msgstr "Vom Internet trennen"
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please, testing your connection..."
+msgstr "Bitte warten, Test Ihrer Verbindung..."
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
+msgstr "Logs"
-#: ../../standalone/net_monitor_.c:453
-#, fuzzy
-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/net_monitor:1
+#, c-format
+msgid "Connection Time: "
+msgstr "Verbindungszeit: "
-#: ../../standalone/net_monitor_.c:459
-#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Verbinden"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
+msgstr "Enpfangsgeschwindigkeit: "
-#: ../../standalone/net_monitor_.c:459
-#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Verbindung trennen"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Sending Speed:"
+msgstr "Sendegeschwindigkeit: "
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
+msgstr "Statistiken"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Profile "
+msgstr "Profil "
-#: ../../standalone/printerdrake_.c:47
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Network Monitoring"
+msgstr "Netzwerkĵberwachung"
+
+#: ../../standalone/printerdrake:1
+#, c-format
msgid "Reading printer data ..."
msgstr "Lesen der Druckertreiber-Datenbank ..."
-#: ../../standalone/scannerdrake_.c:39
-msgid "Detecting devices ..."
-msgstr "Ger¤teerkennung..."
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Name/IP address of host:"
+msgstr "Name/IP-Adresse des Rechners:"
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr "Test der Anschlĵsse"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "This host is already in the list, it cannot be added again.\n"
+msgstr ""
+"Der Rechner ist bereits in der Liste, er kann nicht erneut hinzugefĵgt werden.\n"
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
-msgstr "Der %s wird nicht von dieser Version von Madrake Linux unterstĵzt."
+msgid "Scannerdrake"
+msgstr "ScannerDrake"
-#: ../../standalone/scannerdrake_.c:54
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s found on %s, configure it?"
-msgstr "%s an %s gefunden. Wolen Sie ihn einrichten?"
+msgid "You must enter a host name or an IP address.\n"
+msgstr "Sie mĵssen einen Rechnernamen oder eine IP eingeben.\n"
-#: ../../standalone/scannerdrake_.c:57
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
+msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
+"W¤hlen Sie den Rechner, dem der lokale Scanner bekannt gemacht werden sollen:"
-#: ../../standalone/scannerdrake_.c:63
-msgid "Select a scanner"
-msgstr "W¤hlen Sie einen Scanner"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Sharing of local scanners"
+msgstr "Gemeinsamer Zugriff auf lokale Scanner"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "This machine"
+msgstr "(an diesem Rechner)"
-#: ../../standalone/scannerdrake_.c:91
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Dieser %s Scanner wird nicht unterstĵtzt"
+msgid "Remove selected host"
+msgstr "Lĥschen des markierten Rechners"
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
+msgid "Edit selected host"
+msgstr "„nderung des markierten Rechners"
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Add host"
+msgstr "Hinzufĵgen eines Rechners"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "These are the machines from which the scanners should be used:"
msgstr ""
+"Das sind die Rechner und Netzwerke, fĵr die die lokalen Drucker zug¤nglich "
+"sein sollen:"
-#: ../../standalone/scannerdrake_.c:107
-msgid "choose device"
-msgstr "Ger¤t w¤hlen"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Usage of remote scanners"
+msgstr "Scanner an anderen Rechnern nutzen"
-#: ../../standalone/scannerdrake_.c:113
+#: ../../standalone/scannerdrake:1
#, c-format
+msgid "All remote machines"
+msgstr "Alle entfernten Maschinen"
+
+#: ../../standalone/scannerdrake:1
+#, 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."
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
msgstr ""
-"Dieser %s Scanner muss von PrinterDrake konfiguriert werden.\n"
-"Sie kĥnnen Pronterdrake im Mandrake-Kontrollzentrum im Hardware-Bereich "
-"starten."
+"Das sind die Rechner und Netzwerke, fĵr die die lokalen Drucker zug¤nglich "
+"sein sollen:"
-#: ../../standalone/scannerdrake_.c:118
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
+msgid "Use the scanners on hosts: "
msgstr ""
-#: ../../standalone/service_harddrake_.c:44
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
-msgstr "Einige Ger¤te in der Klasse %s wurden entfernt:\n"
-
-#: ../../standalone/service_harddrake_.c:48
-#, fuzzy
-msgid "Some devices were added:\n"
+msgid "Use scanners on remote computers"
msgstr ""
-"\n"
-"Einige Ger¤te in der Klasse %s wurden hinzugefĵgt:\n"
-
-#: ../../standalone/service_harddrake_.c:64
-#, fuzzy
-msgid "Hardware probing in progress"
-msgstr "Erkennung l¤uft"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Sprache ausw¤hlen"
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Installationsart ausw¤hlen"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "Scanner mit folgenden Rechnern teilen:"
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Festplatten suchen"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The scanners on this machine are available to other computers"
+msgstr "Die Drucker dieses Rechners sind fĵr andere Rechner nutzbar"
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Maus konfigurieren"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
+msgstr ""
+"Sie kĥnnen hier entscheiden, ob Drucker von anderen Rechnern automatisch auf "
+"diesem Rechner zur Verfĵgung gestellt werden sollen."
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Tastatur ausw¤hlen"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
+msgstr ""
+"Hier kĥnnen Sie einstellen, ob die Drucker, die an diesem Rechner h¤ngen, "
+"fĵr andere Rechner nutzbar sein sollen und falls ja, fĵr welche."
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "Sicherheit"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"Your %s has been configured.\n"
+"You may now scan documents using \"XSane\" from Multimedia/Graphics in the "
+"applications menu."
+msgstr ""
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Dateisysteme einrichten"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"The %s must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
+"Der Scanner „%s“ Scanner muss von PrinterDrake konfiguriert werden.\n"
+"Sie kĥnnen PrinterDrake im Mandrake-Kontrollzentrum im Hardware-Bereich "
+"starten."
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Partitionen formatieren"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "choose device"
+msgstr "Ger¤t w¤hlen"
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Zu installierende Pakete"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Please select the device where your %s is attached"
+msgstr "Bitte w¤hlen Sie den Ger¤tenamen, an dem Ihr „%s“ h¤ngt."
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "System installieren"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is unsupported"
+msgstr "Der Scanner „%s“ wird nicht unterstĵtzt"
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Benutzer hinzufĵgen"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr "Der %s wird nicht von dieser Version von ScannerDrake unterstĵzt."
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Netzwerk konfigurieren"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr "Der %s wird nicht von dieser Version von Madrake Linux unterstĵzt."
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Dienste konfigurieren"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
+msgstr ""
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "BS-Starter installieren"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for new scanners ..."
+msgstr "Suche nach neuen Druckern..."
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Startdiskette erstellen"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for configured scanners ..."
+msgstr "Suche nach neuen Druckern..."
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "X konfigurieren"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing"
+msgstr "Gemeinsamer Druckerzugriff"
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "Systemaktualisierungen"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add a scanner manually"
+msgstr "Benutzerkennzeichen ausw¤hlen"
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Installation beenden"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Search for new scanners"
+msgstr "Suche nach neuen Druckern..."
-#: ../../ugtk.pm_.c:636
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr "Ich konnte keine Drucker direkt an Ihrem Rechner finden."
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
msgstr ""
+"Der folgende Drucker\n"
+"\n"
+"%s%s\n"
+"ist direkt an Ihr System angeschlossen"
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Server, Web/FTP"
-
-#
-#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "Netzwerk-Computer (Klient)"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr ""
+"Die folgenden Drucker\n"
+"\n"
+"%s%s\n"
+"sind direkt an Ihr System angeschlossen."
-#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
-msgstr "NFS-Server, SMB-Server, Proxy-Server, SSH-Server"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Select a scanner"
+msgstr "W¤hlen Sie einen Scanner"
-#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Office"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
-#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnome-Arbeitsplatz"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "%s an %s gefunden. Wolen Sie eine automatische Einrichtung?"
-#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Werkzeuge fĵr Ihren Palm Pilot oder Ihren Visor"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Hardware probing in progress"
+msgstr "Hardwareerkennung l¤uft"
-#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Arbeitsplatzrechner"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
+msgstr "Einige Ger¤te wurden hinzugefĵgt:\n"
-#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Server, Firewall/Router"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgstr "Einige Ger¤te in der Klasse %s wurden entfernt:\n"
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "Dom¤nen- (DNS) und Netzwerk Informationsserver (NIS)"
+msgid "Office Workstation"
+msgstr "Bĵro-Arbeitsplatz"
#: ../../share/compssUsers:999
msgid ""
@@ -15216,79 +19234,70 @@ msgstr ""
"(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."
+msgid "Workstation"
+msgstr "Arbeitsplatzrechner"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr "Linux Standard Base. Drittanbieterunterstĵtzung"
+msgid "Game station"
+msgstr "Spiel-Station"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Bĵcher und HOWTOs zu GNU/Linux und Freier Software"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "Spiele: Arcade-, Brett-, Strategiespiele, usw."
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE-Arbeitsplatz"
+msgid "Multimedia station"
+msgstr "Multimediarechner"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, usw."
+msgid "Sound and video playing/editing programs"
+msgstr "Sound- und Video-Abspieler/Editoren"
+#
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Multimedia / Video"
+msgid "Internet station"
+msgstr "Internetrechner"
#: ../../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"
+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 "Database"
-msgstr "Server, Datenbank"
+msgid "Network Computer (client)"
+msgstr "Netzwerk-Computer (Klient)"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "PostgeSQL oder MySQL Datenbankserver"
+msgid "Clients for different protocols including ssh"
+msgstr "Klienten fĵr verschiedene Protokolle, u.a. SSH"
#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Werkzeuge, die die Konfiguration Ihres Rechners erleichtern"
+msgid "Configuration"
+msgstr "Konfiguration"
#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Multimedia / Sound"
+msgid "Tools to ease the configuration of your computer"
+msgstr "Werkzeuge, die die Konfiguration Ihres Rechners erleichtern"
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentation"
+msgid "Scientific Workstation"
+msgstr "Wissenschaftlicher Arbeitsplatzrechner"
#: ../../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"
+msgid "Editors, shells, file tools, terminals"
+msgstr "Editoren, Shells, Dateiwerkzeuge, Konsolen"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "Weitere Arbeitsoberfl¤chen (GNOME, IceWM)"
+msgid "KDE Workstation"
+msgstr "KDE-Arbeitsplatz"
#: ../../share/compssUsers:999
msgid ""
@@ -15303,326 +19312,378 @@ msgid "Graphical Environment"
msgstr "Grafische Arbeitsoberfl¤che"
#: ../../share/compssUsers:999
+msgid "Gnome Workstation"
+msgstr "Gnome-Arbeitsplatz"
+
+#: ../../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 "Other Graphical Desktops"
+msgstr "Andere grafische Arbeitsoberfl¤chen"
+
+#: ../../share/compssUsers:999
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, usw."
+
+#: ../../share/compssUsers:999
msgid "Development"
msgstr "Entwicklungsplattform"
#: ../../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 "Documentation"
+msgstr "Dokumentation"
+
+#: ../../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 "LSB"
+msgstr "Linux Standard Base (LSB)"
+
+#: ../../share/compssUsers:999
+msgid "Linux Standard Base. Third party applications support"
+msgstr "Linux Standard Base. Drittanbieterunterstĵtzung"
+
+#: ../../share/compssUsers:999
+msgid "Web/FTP"
+msgstr "Server, Web/FTP"
+
+#: ../../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"
+msgid "Mail/Groupware/News"
+msgstr "Server, Mail/Groupware/News"
#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Bĵro-Arbeitsplatz"
+msgid "Postfix mail server, Inn news server"
+msgstr ""
+"Postfix E-Mail-Server und\n"
+"Inn Diskussionsforen-Server"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "GNOME, IceWM, Window Maker, Enlightenment, Fvwm, usw."
+msgid "Database"
+msgstr "Server, Datenbank"
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "Bildverarbeitungsprogramme wie der GIMP"
+msgid "PostgreSQL or MySQL database server"
+msgstr "PostgeSQL oder MySQL Datenbankserver"
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
+msgstr "Server, Firewall/Router"
+
+#: ../../share/compssUsers:999
+msgid "Internet gateway"
+msgstr "Internet-Gateway"
#: ../../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"
+msgid "Domain Name and Network Information Server"
+msgstr "Dom¤nen- (DNS) und Netzwerk Informationsserver (NIS)"
#: ../../share/compssUsers:999
msgid "Network Computer server"
msgstr "Netzwerkrechner Server"
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Server, Mail/Groupware/News"
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr "NFS-Server, SMB-Server, Proxy-Server, SSH-Server"
#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Spiel-Station"
+msgid "Office"
+msgstr "Office"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "Videoabspieler und Editoren"
+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 "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 "Personal Finance"
-msgstr "Finanzverwaltung"
+msgid "Graphics programs such as The Gimp"
+msgstr "Bildverarbeitungsprogramme wie der GIMP"
#: ../../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"
+msgid "Multimedia - Sound"
+msgstr "Multimedia / Sound"
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "Klienten fĵr verschiedene Protokolle, u.a. SSH"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgstr "Audio Programme: MP3- und Midi-Abspieler, Mixer, usw."
#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr ""
+msgid "Multimedia - Video"
+msgstr "Multimedia / Video"
#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "Internet-Gateway"
+msgid "Video players and editors"
+msgstr "Videoabspieler und Editoren"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "Sound- und Video-Abspieler/Editoren"
+msgid "Multimedia - CD Burning"
+msgstr "Multimedia / CD-Brenner"
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Andere grafische Arbeitsoberfl¤chen"
+msgid "Tools to create and burn CD's"
+msgstr "Werkzeuge zur Erstellung und zum Brennen von CDs"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "Editoren, Shells, Dateiwerkzeuge, Konsolen"
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr "Weitere Arbeitsoberfl¤chen (GNOME, IceWM)"
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "Finanzverwaltungsprogramme, etwa Gnucash"
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "GNOME, IceWM, Window Maker, Enlightenment, Fvwm, usw."
#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Persĥnliches Informationsmanagement"
#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Multimedia / CD-Brenner"
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr "Werkzeuge fĵr Ihren Palm Pilot oder Ihren Visor"
#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Wissenschaftlicher Arbeitsplatzrechner"
+msgid "Personal Finance"
+msgstr "Finanzverwaltung"
-#~ msgid "can not open /etc/inittab for reading: %s"
-#~ msgstr "Ich kann „/etc/inittab“ nicht zum lesen ĥffnen: %s"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr "Finanzverwaltungsprogramme, etwa Gnucash"
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "eine Nummer"
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid ""
+#~ "You must indicate where you wish to place the information required to "
+#~ "boot\n"
+#~ "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/manualB/modules/de/drakx-chapter.xml
#~ msgid ""
-#~ "You now have the opportunity to download encryption software.\n"
+#~ "DrakX now needs to know if you want to perform a default (\"Recommended"
+#~ "\")\n"
+#~ "installation or if you want to have greater control (\"Expert\") over "
+#~ "your\n"
+#~ "installation. You can also choose to do a new installation or upgrade "
+#~ "your\n"
+#~ "existing Mandrake Linux system:\n"
+#~ "\n"
+#~ " * \"Install\": completely wipes out the old system. However, depending "
+#~ "on\n"
+#~ "what is currently installed on your machine, you may be able to keep "
+#~ "some\n"
+#~ "old partitions (Linux or otherwise) unchanged;\n"
#~ "\n"
-#~ "WARNING:\n"
+#~ " * \"Upgrade\": this installation class allows to simply update the\n"
+#~ "packages currently installed on your Mandrake Linux system. It keeps "
+#~ "your\n"
+#~ "hard drives' current partitions as well as user configurations. All "
+#~ "other\n"
+#~ "configuration steps remain available, similar to a normal installation;\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"
+#~ " * \"Upgrade Packages Only\": this new installation class allows you to\n"
+#~ "upgrade an existing Mandrake Linux system while keeping all system\n"
+#~ "configurations unchanged. Adding new packages to the current "
+#~ "installation\n"
+#~ "is also possible.\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"
+#~ "Upgrades should work fine on Mandrake Linux systems using version \"8.1"
+#~ "\"\n"
+#~ "or later.\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"
+#~ "Depending on your GNU/Linux knowledge, select one of the following "
+#~ "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"
-#~ "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"
+#~ " * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
+#~ "perform a highly customized installation. Some of the decisions you will\n"
+#~ "have to make may be difficult if you do not have good GNU/Linux "
+#~ "knowledge,\n"
+#~ "so it is not recommended that those without a fair amount of experience\n"
+#~ "select this installation class."
#~ msgstr ""
-#~ "Sie haben nun die Mĥglichkeit Software mit starker Verschlĵsselung aus "
-#~ "dem \n"
-#~ "Internet zu laden.\n"
+#~ "„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"
-#~ "WARNUNG:\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"
-#~ "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"
+#~ " * „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"
-#~ "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"
+#~ " * „Nur Pakete aktualisieren“: In dieser Variante werden alle Schritte "
+#~ "der\n"
+#~ "Installation, bis auf die Auswahl der zu installierenden Pakete,\n"
+#~ "ĵbersprungen.\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"
+#~ "Aktualisierungen von Mandrake Linux „8.1“ oder aktuelleren Systemen "
+#~ "sollten\n"
+#~ "problemlos funktionieren.\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"
-#~ "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"
-
-#~ msgid "Proxy configuration"
-#~ msgstr "Proxies einstellen"
-
-#~ msgid ""
-#~ "Welcome to the proxy configuration utility.\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"
-#~ "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"
+#~ " * 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!\n"
#~ "\n"
-#~ "Hier kĥnnen Sie Ihre HTTP und FTP Proxies mit oder ohne\n"
-#~ "Anmeldung und Passwortabfrage einrichten\n"
+#~ "Dieses Handbuch wird sich auf die Installationsart „Experte“ "
+#~ "konzentrieren.\n"
+#~ "Sollten Sie sich stattdessen fĵr die Klasse „Empfehlenswert“ "
+#~ "entscheiden,\n"
+#~ "ĵberlesen Sie bitte einfach die Abschnitte, die fĵr Sie nicht zutreffen."
-#~ 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."
-
-#~ msgid "URL"
-#~ msgstr "URL"
-
-#~ msgid "port"
-#~ msgstr "Port"
-
-#~ msgid "Url should begin with 'http:'"
-#~ msgstr "Die URL muss mit „http:“ beginnen"
-
-#~ msgid "The port part should be numeric"
-#~ msgstr "Die Prot Nummer muss eine Zahl sein!"
-
-#~ msgid ""
-#~ "Please fill in the ftp proxy informations\n"
-#~ "Leave it blank if you don't want an ftp proxy"
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#~ msgid "Please be patient. This operation can take several minutes."
#~ msgstr ""
-#~ "Bitte fĵllen Sie die FTP Proxy Informationen aus\n"
-#~ "Falls sie keinen FTP Proxy wolen, lassen Sie einfach\n"
-#~ "alle Felder leer."
+#~ "Haben Sie bitte etwas Geduld. Diese Aktion kann einige Minuten dauern."
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#~ msgid ""
-#~ "Please enter proxy login and password, if any.\n"
-#~ "Leave it blank if you don't want login/passwd"
+#~ "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 ""
-#~ "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."
-
-#~ msgid "login"
-#~ msgstr "Kennzeichen"
-
-#~ msgid "password"
-#~ msgstr "Passwort"
-
-#~ msgid "re-type password"
-#~ msgstr "Passwort (erneut)"
-
-#~ msgid "The passwords don't match. Try again!"
-#~ msgstr "Die Passwĥrter stimmen nicht ĵberein. Bitte versuchen Sie es eneut!"
-
-#~ msgid "Can't write file %s"
-#~ msgstr "Ich kann Datei „%s“ nicht schreiben"
-
-#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ "Ihr neues Mandrake Linux System wird nun installiert. Abh¤ngig von der\n"
+#~ "Anzahl Pakete und der Geschwindigkeit Ihres Rechners kann dies zwischen\n"
+#~ "einigen Minuten und mehreren Stunden dauern.\n"
+#~ "\n"
+#~ "Haben Sie noch etwas Gerduld."
-#, fuzzy
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#~ msgid ""
-#~ "Warning, another internet connexion has been detected, maybe using your "
-#~ "network"
+#~ "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.\n"
+#~ "\n"
+#~ "You will be presented the list of available resolutions and color depth\n"
+#~ "available for your hardware. Choose the one that best suit your needs "
+#~ "(you\n"
+#~ "will be able to change that after installation though). When you are\n"
+#~ "satisfied with the sample shown in the monitor, click \"OK\". 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. Refer then to the video\n"
+#~ "configuration section of the user guide for more information on how to\n"
+#~ "configure your display."
#~ msgstr ""
-#~ "WARNUNG: Es wurde bereits eine Internetverbindung gefunden. Vielleicht "
-#~ "nutzt diese ihr Netzwerk."
-
-#~ msgid "no help implemented yet.\n"
-#~ msgstr "Es steht noch keine Hilfe zur Verfĵgung.\n"
-
-#~ msgid "Please click on a medium"
-#~ msgstr "Bitte w¤hlen Sie ein Medium"
-
-#~ msgid "Removing LPRng..."
-#~ msgstr "Entfernen von LPRng ..."
-
-#~ msgid "Removing LPD..."
-#~ msgstr "Entfernen des LPD ..."
-
-#~ msgid "usage: drakfloppy\n"
-#~ msgstr "Verwendung: drakfloppy\n"
-
-#, fuzzy
-#~ msgid ""
+#~ "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"
-#~ "Usage: harddrake [-h|--help] [--test]\n"
-#~ msgstr "Verwendung: keyboarddrake [--expert] [keyboard]\n"
-
-#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-#~ msgstr "Verwendung: keyboarddrake [--expert] [keyboard]\n"
-
-#~ msgid "Probing %s class\n"
-#~ msgstr "Testen der Klasse %s\n"
-
-#~ msgid "detected on interface %s"
-#~ msgstr "an Schnittstelle %s gefunden"
-
-#~ msgid "~#*#~"
-#~ msgstr "iStefan Siegel"
-
-#~ msgid "~#@#~"
-#~ msgstr "256 KB"
-
-#~ msgid "unable to backup lilo message"
-#~ msgstr "Ich kann keine Sicherheitskopie der LILO-Nachricht anlegen."
-
-#~ msgid "can't change lilo message"
-#~ msgstr "Ich kann die LILO-Nachricht nicht ¤ndern."
+#~ "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."
+
+#~ msgid "Switching between ALSA and OSS help"
+#~ msgstr "Hilfe zum Wechsel zwischen ALSA und OSS"
+
+#~ msgid "Detecting devices ..."
+#~ msgstr "Ger¤teerkennung..."
+
+#~ msgid "Test ports"
+#~ msgstr "Test der Anschlĵsse"
diff --git a/perl-install/share/po/el.po b/perl-install/share/po/el.po
index f967f3efa..d1381b01f 100644
--- a/perl-install/share/po/el.po
+++ b/perl-install/share/po/el.po
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
+"Project-Id-Version: DrakX\n"
"POT-Creation-Date: 2002-12-05 19:52+0100\n"
"PO-Revision-Date: 2002-09-04 00:12+0300\n"
"Last-Translator: Íßêïò Íŭêôáñçò (Nick Niktaris) <niktaris@yahoo.com>\n"
@@ -14,1102 +14,743 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.9.6\n"
-#: ../../Xconfig/card.pm_.c:16
-msgid "256 kB"
-msgstr "256 kB"
-
-#: ../../Xconfig/card.pm_.c:17
-msgid "512 kB"
-msgstr "512 kB"
-
-#: ../../Xconfig/card.pm_.c:18
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfig/card.pm_.c:19
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfig/card.pm_.c:20
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfig/card.pm_.c:21
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfig/card.pm_.c:22
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfig/card.pm_.c:23
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfig/card.pm_.c:24
-msgid "64 MB or more"
-msgstr "64 MB Ŝ ċñéóóüôċñá"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "Choose a X server"
-msgstr "ĊéëŬîôċ ôïí ċîġçñċôçôŜ ×"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "X server"
-msgstr "ċîġçñċôçôŜò X"
-
-#: ../../Xconfig/card.pm_.c:230
-msgid "Multi-head configuration"
-msgstr "Ñŭèìéóç ïëëŝí êċöáëŝí"
-
-#: ../../Xconfig/card.pm_.c:231
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
msgstr ""
-"Ôï óŭóôçìÜ óáò ġïóôçñßĉċé ñŭèìéóç ïëëáëŝí êċöáëŝí.\n"
-"Ôé èŬëċôċ íá êÜíċôċ;"
-
-#: ../../Xconfig/card.pm_.c:288
-msgid "Select the memory size of your graphics card"
-msgstr "ĊéëŬîôċ ôï ìŬċèïò ìíŜìçò ôçò êÜñôáò ñáöéêŝí"
-
-#: ../../Xconfig/card.pm_.c:349
-msgid "XFree configuration"
-msgstr "Ñġèìßóċéò XFree"
-
-#: ../../Xconfig/card.pm_.c:351
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Ôé ñŭèìéóç XFree èŬëċôċ íá Ŭ÷ċôċ;"
-
-#: ../../Xconfig/card.pm_.c:383
-msgid "Configure all heads independently"
-msgstr "Ñŭèìéóç üëùí ôùí êċöáëŝí áíċîÜñôçôá"
-
-#: ../../Xconfig/card.pm_.c:384
-msgid "Use Xinerama extension"
-msgstr "×ñŜóç ċŬêôáóçò Xinerama"
-
-#: ../../Xconfig/card.pm_.c:389
-#, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "Ñŭèìéóç ìüíï ôçò êÜñôáò \"%s\" %s"
+"Ôï êïéíü÷ñçóôï áíÜ ÷ñŜóôç êÜíċé ÷ñŜóç ôçò ïìÜäáò \"fileshare\". \n"
+"Ìïñċßôċ íá ôçí ñïóèŬóċôċ óôïí êÜèċ ÷ñŜóôç óċ áġôŜ ôçí ïìÜäá ìċ ôï "
+"userdrake."
-#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1 ../../bootlook.pm:1 ../../install_steps_gtk.pm:1
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
+#: ../../interactive/stdio.pm:1 ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
+#: ../../standalone/drakgw:1 ../../standalone/draksec:1
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Cancel"
+msgstr "ĥêġñï"
-#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s ìċ ċéôÜ÷ġíóç ôñéóäéÜóôáôùí ñáöéêŝí"
+msgid "Launch userdrake"
+msgstr "Ċêêßíçóç userdrake"
-#: ../../Xconfig/card.pm_.c:416
+#: ../../any.pm:1
#, 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 ôá ïïßá ìïñċß íá äßíïġí êáëŭôċñç "
-"ġïóôŜñéîç éá äéóäéÜóôáôá ñáöéêÜ."
-
-#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
-#, c-format
-msgid "Your card can have 3D hardware acceleration support with XFree %s."
+"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 ""
-"Ç êÜñôá ñáöéêŝí óáò ġïóôçñßĉċé ċéôÜ÷ġíóç ôñéóäéÜóôáôùí ñáöéêŝí óôá XFree "
-"%s."
+"ÈŬëċôċ íá ċéôñŬĝċôċ óôïġò ÷ñŜóôċò íá Ŭ÷ïġí êïéíü÷ñçóôïġò êáôáëüïġò;\n"
+"Áí íáé ôüôċ ïé ÷ñŜóôċò èá ìïñïŭí áëÜ íá êÜíïġí êëéê óôï \"Êïéíü÷ñçóôï\" "
+"óôïí konqueror êáé ôï nautilus.\n"
+"\n"
+"Ôï \"ñïóáñìïóìŬíï\" ċéôñŬċé ôçí áíÜ ÷ñŜóôç ñŭèìéóç.\n"
-#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s ìċ ĊÉÑÁÌÁÔÉÊÇ ċéôÜ÷ġíóç ôñéóäéÜóôáôùí ñáöéêŝí"
+msgid "Mandatory package %s is missing"
+msgstr "¸íá ááñáßôçôï áñ÷ċßï (ôï %s ) äċí ġÜñ÷ċé"
-#: ../../Xconfig/card.pm_.c:429
+#: ../../any.pm:1
#, 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."
+"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-"Ç êÜñôá ñáöéêŝí óáò ġïóôçñßĉċé ċéôÜ÷ġíóç ôñéóäéÜóôáôùí ñáöéêŝí ìüíï ìċ "
-"ôá XFree %s.\n"
-"ÑÏÓÏ×Ç: ĊÉÑÁÌÁÔÉÊÇ ĠÏÓÔÇÑÉÎÇ - ÌÏÑĊÉ ÍÁ ÁÙÓĊÉ ÔÏÍ ĠÏËÏÉÓÔÇ ÓÁÓ!\n"
-"Ç êÜñôá óáò ġïóôçñßĉċôáé áü ôá XFree %s ôá ïïßá ìïñċß íá äßíïġí êáëŭôċñç "
-"ġïóôŜñéîç éá äéóäéÜóôáôá ñáöéêÜ."
+"Ìïñċßôċ íá ßíċé ċîáùŜ ìċ ôçí ÷ñŜóç NFS Ŝ Samba. áñáêáëŝ ċéëŬîôċ ïßï "
+"èŬëċôċ."
-#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, 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"
-"ÑÏÓÏ×Ç: ĊÉÑÁÌÁÔÉÊÇ ĠÏÓÔÇÑÉÎÇ - ÌÏÑĊÉ ÍÁ ÁÙÓĊÉ ÔÏÍ ĠÏËÏÉÓÔÇ ÓÁÓ."
-
-#: ../../Xconfig/card.pm_.c:455
-msgid "Xpmac (installation display driver)"
-msgstr "Xpmac (ïäçüò ñïâïëŜò ċêáôÜóôáóçò)"
+msgid "The package %s needs to be installed. Do you want to install it?"
+msgstr "Ôï áêŬôï %s ñŬċé íá áíáâáèìéóôċß. ÈŬëċôċ íá ôï ċêáôáóôŜóċôċ;"
-#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
+#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
msgid "Custom"
msgstr "ñïóáñìïóìŬíï"
-#: ../../Xconfig/main.pm_.c:102
-msgid "Graphic Card"
-msgstr "ÊÜñôá ñáöéêŝí"
-
-#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
-msgid "Monitor"
-msgstr "Ïèüíç"
+#: ../../any.pm:1
+#, c-format
+msgid "Allow all users"
+msgstr "ĊéôñŬċôáé éá üëïġò ôïġò ÷ñŜóôċò"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
-msgid "Resolution"
-msgstr "ÁíÜëġóç"
+#: ../../any.pm:1
+#, c-format
+msgid "No sharing"
+msgstr "×ùñßò êïéíŜ ÷ñŜóç"
-#: ../../Xconfig/main.pm_.c:113
-msgid "Test"
-msgstr "ÄïêéìŜ"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "More"
+msgstr "ĥëëá"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/smbnfs_gtk.pm_.c:86
-msgid "Options"
-msgstr "ĊéëïŬò"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Here is the full list of available countries"
+msgstr "ÁġôŜ ċßíáé ç ëŜñçò ëßóôá ôùí äéáèŬóéìùí ëçêôñïëïßùí"
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
-#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
-#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
-#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
-#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
-#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
-msgid "Ok"
-msgstr "ĊíôÜîċé"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose your country."
+msgstr "áñáêáëŝ ċéëŬîôċ ôŭï ïíôéêéïŭ."
-#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
-#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
-msgid "Quit"
-msgstr "¸îïäïò"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Country"
+msgstr "×ŝñá:"
-#: ../../Xconfig/main.pm_.c:145
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
+msgid "Use Unicode by default"
msgstr ""
-"ÄéáôŜñçóç ġáñ÷üíôùí ñġèìßóċùí;\n"
-"Ïé ôñŬ÷ïġóċò ñġèìßóċéò ċßíáé:\n"
-"\n"
-"%s"
-#: ../../Xconfig/monitor.pm_.c:93
-msgid "Choose a monitor"
-msgstr "ĊéëŬîôċ ïèüíç"
-
-#: ../../Xconfig/monitor.pm_.c:97
-msgid "Plug'n Play"
-msgstr "ĥìċóçò ôïïèŬôçóçò êáé ëċéôïġñßáò"
-
-#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
-msgid "Generic"
-msgstr "ċíéêŜ"
-
-#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
-#: ../../standalone/harddrake2_.c:68
-msgid "Vendor"
-msgstr "ÊáôáóêċġáóôŜò"
-
-#: ../../Xconfig/monitor.pm_.c:109
-msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "All"
+msgstr "ĵëá"
-#: ../../Xconfig/monitor.pm_.c:114
+#: ../../any.pm:1
+#, c-format
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."
+"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 ""
-"Ïé äŭï êñßóéìċò áñÜìċôñïé ċßíáé ç óġ÷íüôçôá êáôáêüñġöçò áíáíŬùóçò ċßíáé ç\n"
-"óġ÷íüôçôá ìċ ôçí ïïßá áíáíċŝíċôáé ïëüêëçñç ç ïèüíç, êáèŝò êáé ç óġ÷íüôçôá\n"
-"ïñéĉüíôéáò áíáíŬùóçò, ç ïïßá ċßíáé ç óġ÷íüôçôá ìċ ôçí ïïßá áíáíċŝíïíôáé\n"
-"ïé ïñéĉüíôéċò ñáììŬò.\n"
-"\n"
-"Ċßíáé ÏËĠ ÓÇÌÁÍÔÉÊÏ íá ìçí ċéëŬîċôċ ôŭï ïèüíçò ôïġ ïïßïġ ïé óġ÷íüôçôċò\n"
-"áíáíŬùóçò ċßíáé ċêôüò ôùí ïñßùí ôçò ïèüíçò óáò: ġÜñ÷ċé êßíäġíïò "
-"êáôáóôñïöŜò\n"
-"ôçò ïèüíçò óáò. Áí äċí ċßóôċ óßïġñïé, êÜíôċ ìéá óġíôçñçôéêŜ ċéëïŜ."
-
-#: ../../Xconfig/monitor.pm_.c:121
-msgid "Horizontal refresh rate"
-msgstr "Óġ÷íüôçôá ïñéĉüíôéáò áíáíŬùóçò"
-
-#: ../../Xconfig/monitor.pm_.c:122
-msgid "Vertical refresh rate"
-msgstr "Óġ÷íüôçôá êáôáêüñġöçò áíáíŬùóçò"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:12
-msgid "256 colors (8 bits)"
-msgstr "256 ÷ñŝìáôá (8 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:13
-msgid "32 thousand colors (15 bits)"
-msgstr "32 ÷éëéÜäċò ÷ñŝìáôá (15 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:14
-msgid "65 thousand colors (16 bits)"
-msgstr "65 ÷éëéÜäċò ÷ñŝìáôá (16 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:15
-msgid "16 million colors (24 bits)"
-msgstr "16 ċêáôïììŭñéá ÷ñŝìáôá (24 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:16
-msgid "4 billion colors (32 bits)"
-msgstr "4 äéóċêáôïììŭñéá ÷ñŝìáôá (32 bits)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:130
-msgid "Resolutions"
-msgstr "Áíáëŭóċéò"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
-msgid "Choose the resolution and the color depth"
-msgstr "ĊéëŬîôċ áíÜëġóç êáé âÜèïò ÷ñŝìáôïò"
+"Ôï Mandrake Linux ġïóôçñßĉċé ïëëáëŬò ëŝóóċò.ĊéëŬîôċ \n"
+"ôéò Üëëċò ëŝóóċò ïġ èá ċßíáé äéáèŬóéìċò ìċôÜ ôï Ŭñáò ôçò \n"
+"ċêáôÜóôáóçò êáé ôçí ċáíċêêßíçóç ôïġ óġóôŜìáôüò óáò."
-#: ../../Xconfig/resolution_and_depth.pm_.c:256
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s"
-msgstr "ÊÜñôá ñáöéêŝí: %s"
+msgid "Please choose a language to use."
+msgstr "áñáêáëŝ ċéëŬîôċ ôç ëŝóóá."
-#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
-#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
-#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
-#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
-#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
-#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
-#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
-#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
-#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
-#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
-#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
-#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
-#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
-#: ../../ugtk2.pm_.c:926
-msgid "Cancel"
-msgstr "ĥêġñï"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the window manager to run:"
+msgstr "ĊéëŬîôċ ôïí äéá÷ċéñéóôŜ áñáèŭñùí ïġ èŬëċôċ íá ÷ñçóéìïïéŜóċôċ:"
-#: ../../Xconfig/test.pm_.c:29
-msgid "Test of the configuration"
-msgstr "ÄïêéìŜ ñġèìßóċùí"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the default user:"
+msgstr "ĊéëŬîôċ ôïí ñïċéëċìŬíï ÷ñŜóôç:"
-#: ../../Xconfig/test.pm_.c:30
-msgid "Do you want to test the configuration?"
-msgstr "ÈŬëċôċ íá äïêéìÜóċôċ ôéò ñġèìßóċéò;"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Do you want to use this feature?"
+msgstr "ÈŬëċôċ íá ÷ñçóéìïïéŜóċôċ ôï aboot;"
-#: ../../Xconfig/test.pm_.c:30
-msgid "Warning: testing this graphic card may freeze your computer"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "I can set up your computer to automatically log on one user."
msgstr ""
-"ñïóï÷Ŝ: Ç äïêéìŜ óċ áġôŜ ôçí êÜñôá ñáöéêŝí ìïñċß íá áŝóċé ôïí "
-"ġïëïéóôŜ óáò"
+"Ìïñŝ íá ñġèìßóù ôï óŭóôçìÜ óáò Ŭôóé ŝóôċ íá óġíäŬċôáé áġôüìáôá êáôÜ\n"
+"ôçí ċêêßíçóç óċ Ŭíáí ÷ñŜóôç.\n"
+"ÈŬëċôċ áġôŜ ôçí äġíáôüôçôá;"
-#: ../../Xconfig/various.pm_.c:29
+#: ../../any.pm:1
#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "ÄéÜôáîç ëçêôñïëïßïġ: %s\n"
+msgid "Autologin"
+msgstr "Áġôüìáôç óŭíäċóç"
-#: ../../Xconfig/various.pm_.c:30
+#: ../../any.pm:1
#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Ôŭïò ïíôéêéïŭ: %s\n"
+msgid "Icon"
+msgstr "Ċéêïíßäéï"
-#: ../../Xconfig/various.pm_.c:31
+#: ../../any.pm:1
#, c-format
-msgid "Mouse device: %s\n"
-msgstr "ÓġóêċġŜ ïíôéêéïŭ: %s\n"
+msgid "Shell"
+msgstr "Öëïéüò (shell)"
-#: ../../Xconfig/various.pm_.c:32
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid "Monitor: %s\n"
-msgstr "Ïèüíç: %s\n"
+msgid "Password (again)"
+msgstr "Êùäéêüò ñüóâáóçò (îáíÜ)"
-#: ../../Xconfig/various.pm_.c:33
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Óġ÷íüôçôá ïñéĉüíôéáò áíáíŬùóçò: %s\n"
+msgid "Password"
+msgstr "Êùäéêüò ñüóâáóçò"
-#: ../../Xconfig/various.pm_.c:34
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Óġ÷íüôçôá êáôáêüñġöçò áíáíŬùóçò: %s\n"
+msgid "User name"
+msgstr "ĵíïìá ÷ñŜóôç"
-#: ../../Xconfig/various.pm_.c:35
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s\n"
-msgstr "ÊÜñôá ñáöéêŝí: %s\n"
+msgid "Real name"
+msgstr "ñáìáôéêü üíïìá"
-#: ../../Xconfig/various.pm_.c:36
+#: ../../any.pm:1
#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "ÌíŜìç êÜñôáò ñáöéêŝí: %s kB\n"
+msgid "Accept user"
+msgstr "Áïäï÷Ŝ ÷ñŜóôç"
-#: ../../Xconfig/various.pm_.c:38
+#: ../../any.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/scannerdrake:1
#, c-format
-msgid "Color depth: %s\n"
-msgstr "ÂÜèïò ÷ñŝìáôïò: %s\n"
+msgid "Done"
+msgstr "Ïëïêëçñŝèçêċ"
-#: ../../Xconfig/various.pm_.c:39
+#: ../../any.pm:1
#, c-format
-msgid "Resolution: %s\n"
-msgstr "ÁíÜëġóç: %s\n"
+msgid ""
+"Enter a user\n"
+"%s"
+msgstr ""
+"ĊéóÜċôċ ÷ñŜóôç\n"
+"%s"
-#: ../../Xconfig/various.pm_.c:41
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "ĊîġçñċôçôŜò XFree86: %s\n"
+msgid "Add user"
+msgstr "ñïóèŜêç ÷ñŜóôç"
-#: ../../Xconfig/various.pm_.c:42
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Ïäçüò XFree86: %s\n"
-
-#: ../../Xconfig/various.pm_.c:61
-msgid "Graphical interface at startup"
-msgstr "ñáöéêü ċñéâÜëëïí óôçí ċêêßíçóç"
+msgid "This user name has already been added"
+msgstr "Áġôü ôï üíïìá ÷ñŜóôç ġÜñ÷ċé Ŝäç"
-#: ../../Xconfig/various.pm_.c:62
-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 ""
-"Ìïñŝ íá ñġèìßóù ôï óŭóôçìÜ óáò Ŭôóé ŝóôċ íá îċêéíÜċé áġôüìáôá óċ\n"
-"ñáöéêü ċñéâÜëëïí (XFree).\n"
-"Ċéèġìċßôċ ôçí áġôüìáôç ċêêßíçóç ñáöéêïŭ ċñéâÜëëïíôïò;"
+#: ../../any.pm:1
+#, c-format
+msgid "The user name is too long"
+msgstr "Áġôü ôï üíïìá ÷ñŜóôç ċßíáé ïëŭ ìáêñŭ"
-#: ../../Xconfig/various.pm_.c:73
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
+"Ôï êùäéêü üíïìá ìïñċß íá ċñéŬ÷ċé ìüíï ċĉÜ ñÜììáôá, áñéèìïŭò, `-' êáé `_'"
-#: ../../Xconfig/various.pm_.c:85
-msgid "What norm is your TV using?"
-msgstr "ïéï óŭóôçìá ÷ñçóéìïïéċß ç ôçëċüñáóç óáò;"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132
-msgid "First sector of boot partition"
-msgstr "ñŝôïò ôïìŬáò ôçò êáôÜôìçóçò ċêêßíçóçò"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
-msgid "First sector of drive (MBR)"
-msgstr "ñŝôïò ôïìŬáò ôïġ äßóêïġ (MBR)"
-
-#: ../../any.pm_.c:111
-msgid "SILO Installation"
-msgstr "ĊêáôÜóôáóç SILO"
-
-#: ../../any.pm_.c:112 ../../any.pm_.c:125
-msgid "Where do you want to install the bootloader?"
-msgstr "ïŭ èŬëċôċ íá ċêáôáóôŜóċôċ ôï ñüñáììá ċêêßíçóçò;"
-
-#: ../../any.pm_.c:124
-msgid "LILO/grub Installation"
-msgstr "ĊêáôÜóôáóç LILO/grub"
-
-#: ../../any.pm_.c:136 ../../any.pm_.c:150
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../any.pm_.c:138
-msgid "LILO with text menu"
-msgstr "LILO ìċ ìċíïŭ êċéìŬíïġ"
-
-#: ../../any.pm_.c:139 ../../any.pm_.c:150
-msgid "LILO with graphical menu"
-msgstr "LILO ìċ ñáöéêü ìċíïŭ"
-
-#: ../../any.pm_.c:142
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../any.pm_.c:146
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr "Ċêêßíçóç áü ôï DOS/Windows (loadlin)"
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:150
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:158 ../../any.pm_.c:189
-msgid "Bootloader main options"
-msgstr "ÂáóéêŬò ċéëïŬò ñïñÜììáôïò ċêêßíçóçò"
-
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
-msgid "Bootloader to use"
-msgstr "×ñŜóç ñïñÜììáôïò ċêêßíçóçò"
-
-#: ../../any.pm_.c:161
-msgid "Bootloader installation"
-msgstr "ñüñáììá ċêêßíçóçò"
-
-#: ../../any.pm_.c:163 ../../any.pm_.c:192
-msgid "Boot device"
-msgstr "ÓġóêċġŜ ċêêßíçóçò"
-
-#: ../../any.pm_.c:164
-msgid "Compact"
-msgstr "ÓġìáŜò"
-
-#: ../../any.pm_.c:164
-msgid "compact"
-msgstr "óġìáŜò"
-
-#: ../../any.pm_.c:165 ../../any.pm_.c:289
-msgid "Video mode"
-msgstr "ÁíÜëġóç ïèüíçò"
-
-#: ../../any.pm_.c:167
-msgid "Delay before booting default image"
-msgstr "ÊáèġóôŬñçóç ñéí ôçí ċêêßíçóç"
-
-#: ../../any.pm_.c:169 ../../any.pm_.c:772
-#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
-#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
-#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
-#: ../../standalone/drakconnect_.c:647
-msgid "Password"
-msgstr "Êùäéêüò ñüóâáóçò"
-
-#: ../../any.pm_.c:170 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1078
-msgid "Password (again)"
-msgstr "Êùäéêüò ñüóâáóçò (îáíÜ)"
-
-#: ../../any.pm_.c:171
-msgid "Restrict command line options"
-msgstr "Ááüñċġóç ċéëïŝí ñáììŜò ċíôïëŜò"
-
-#: ../../any.pm_.c:171
-msgid "restrict"
-msgstr "ááüñċġóç"
-
-#: ../../any.pm_.c:173
-msgid "Clean /tmp at each boot"
-msgstr "Êáèáñéóìüò /tmp óċ êÜèċ ċêêßíçóç"
-
-#: ../../any.pm_.c:174
+#: ../../any.pm:1
#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "ÁêñéâŜò ïóüôçôáò ìíŜìçò áí ÷ñċéÜĉċôáé (ċíôïßóôçêáí %d MB)"
-
-#: ../../any.pm_.c:176
-msgid "Enable multi profiles"
-msgstr "Ċíċñïïßçóç ïëëáëŝí ñïößë"
-
-#: ../../any.pm_.c:180
-msgid "Give the ram size in MB"
-msgstr "ĊéóÜċôċ ìŬċèïò ìíŜìçò óċ MB"
+msgid "Please give a user name"
+msgstr "áñáêáëŝ ċéóÜċôċ üíïìá ÷ñŜóôç"
-#: ../../any.pm_.c:182
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
-msgstr ""
-"Ç ċéëïŜ ``Ááüñċġóç ċéëïŝí ñáììŜò ċíôïëŜò'' ċßíáé Ü÷ñçóôç ÷ùñßò êùäéêü "
-"ñüóâáóçò"
+#: ../../any.pm:1
+#, c-format
+msgid "This password is too simple"
+msgstr "Ï êùäéêüò ñüóâáóçò ċßíáé ïëŭ áëüò"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../diskdrake/interactive.pm_.c:1204
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid "Please try again"
msgstr "áñáêáëŝ ñïóáèŜóôċ îáíÜ"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
msgid "The passwords do not match"
msgstr "Ïé êùäéêïß ñüóâáóçò ċßíáé áíüìïéïé"
-#: ../../any.pm_.c:191
-msgid "Init Message"
-msgstr "ÌŜíġìá Init"
+#: ../../any.pm:1
+#, c-format
+msgid "(already added %s)"
+msgstr "(ôï %s Ŭ÷ċé Ŝäç ñïóôċèċß)"
-#: ../../any.pm_.c:193
-msgid "Open Firmware Delay"
-msgstr "ĥíïéìá ÊáèġóôŬñçóçò Firmware"
+#: ../../any.pm:1
+#, c-format
+msgid "access to compilation tools"
+msgstr ""
-#: ../../any.pm_.c:194
-msgid "Kernel Boot Timeout"
-msgstr "ÔŬëïò ×ñüíïġ Ċêêßíçóçò ġñŜíá"
+#: ../../any.pm:1
+#, c-format
+msgid "access to network tools"
+msgstr "ñüóâáóç óċ ċñáëċßá äéêôŭïġ"
-#: ../../any.pm_.c:195
-msgid "Enable CD Boot?"
-msgstr "Ċíċñïïßçóç ċêêßíçóçò áü CD;"
+#: ../../any.pm:1
+#, c-format
+msgid "access to administrative files"
+msgstr "ñüóâáóç óċ äéá÷ċéñéóôéêÜ áñ÷ċßá"
-#: ../../any.pm_.c:196
-msgid "Enable OF Boot?"
-msgstr "Ċíċñïïßçóç OF ċêêßíçóçò;"
+#: ../../any.pm:1
+#, c-format
+msgid "allow \"su\""
+msgstr "äġíáôüôçôá \"su\""
-#: ../../any.pm_.c:197
-msgid "Default OS?"
-msgstr "Ċî ïñéóìïŭ ëċéôïġñéêü;"
+#: ../../any.pm:1
+#, c-format
+msgid "access to rpm tools"
+msgstr "ñüóâáóç óċ ċñáëċßá rpm"
-#: ../../any.pm_.c:231
-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 ""
-"ĊéëŬîáôċ íá ċêáôáóôŜóċôċ ôï ñüñáììá ċêêßíçóçò óċ ìéá êáôÜôìçóç.\n"
-"Ċííïċßôċ üôé Ŭ÷ċôċ Ŝäç ċêáôÜóôáóç Ŭíá Üëëï ñüñáììá ċêêßíçóçò óôïí óêëçñü "
-"óáò äßóêï (.÷. System Commander).\n"
-"\n"
-"Áü ïéüí äßóêï îċêéíÜôċ;"
+#: ../../any.pm:1
+#, c-format
+msgid "access to X programs"
+msgstr "ñüóâáóç óċ ñïñÜììáôá ×"
-#: ../../any.pm_.c:247
+#: ../../any.pm:1
+#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
+"You can create additional entries or change the existing ones."
msgstr ""
"ĠÜñ÷ïġí ïé áêüëïġèċò ċéëïŬò.\n"
"Ìïñċßôċ íá ñïóèŬóċôċ êé Üëëċò Ŝ íá áëëÜîċôċ ôéò ġÜñ÷ïġóċò."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
-#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
-#: ../../standalone/drakfont_.c:996
-msgid "Add"
-msgstr "ñïóèŜêç"
-
-#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
-#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
-msgid "Done"
-msgstr "Ïëïêëçñŝèçêċ"
-
-#: ../../any.pm_.c:257
-msgid "Modify"
-msgstr "Ôñïïïßçóç"
-
-#: ../../any.pm_.c:265
-msgid "Which type of entry do you want to add?"
-msgstr "Ôé ôŭïġ ċéëïŜ èŬëċôċ íá ñïóèŬóċôċ;"
-
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
-msgid "Linux"
-msgstr "Linux"
-
-#: ../../any.pm_.c:266
-msgid "Other OS (SunOS...)"
-msgstr "ĥëëï ëċéôïġñéêü (SunOS...)"
-
-#: ../../any.pm_.c:267
-msgid "Other OS (MacOS...)"
-msgstr "ĥëëï ëċéôïġñéêü (MacOS...)"
-
-#: ../../any.pm_.c:267
+#: ../../any.pm:1
+#, c-format
msgid "Other OS (windows...)"
msgstr "ĥëëï ëċéôïġñéêü (windows...)"
-#: ../../any.pm_.c:285
-msgid "Image"
-msgstr "Ċéêüíá"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (MacOS...)"
+msgstr "ĥëëï ëċéôïġñéêü (MacOS...)"
-#: ../../any.pm_.c:286 ../../any.pm_.c:297
-msgid "Root"
-msgstr "Root"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (SunOS...)"
+msgstr "ĥëëï ëċéôïġñéêü (SunOS...)"
-#: ../../any.pm_.c:287 ../../any.pm_.c:315
-msgid "Append"
-msgstr ""
+#: ../../any.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Linux"
+msgstr "Linux"
-#: ../../any.pm_.c:291
-msgid "Initrd"
-msgstr "Initrd"
+#: ../../any.pm:1
+#, c-format
+msgid "Which type of entry do you want to add?"
+msgstr "Ôé ôŭïġ ċéëïŜ èŬëċôċ íá ñïóèŬóċôċ;"
-#: ../../any.pm_.c:292
-msgid "Read-write"
-msgstr "Read-write"
+#: ../../any.pm:1
+#, c-format
+msgid "This label is already used"
+msgstr "ÁġôŜ ç ċôéêŬôá ÷ñçóéìïïéċßôáé Ŝäç"
-#: ../../any.pm_.c:299
-msgid "Table"
-msgstr "ßíáêáò"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a root partition"
+msgstr "ñŬċé íá ïñßóċôċ ìéá êáôÜôìçóç root"
-#: ../../any.pm_.c:300
-msgid "Unsafe"
-msgstr "ÁíáóöáëŬò"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a kernel image"
+msgstr "ñŬċé íá ïñßóċôċ ìéá ċéêüíá ġñŜíá"
-#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
-msgid "Label"
-msgstr "ĊôéêŬôá"
+#: ../../any.pm:1
+#, c-format
+msgid "Empty label not allowed"
+msgstr "Äċí ċéôñŬċôáé Üäċéá ċôéêŬôá"
-#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
+#: ../../any.pm:1 ../../harddrake/v4l.pm:1
+#, c-format
msgid "Default"
msgstr "ñïċéëċìŬíï"
-#: ../../any.pm_.c:316
-msgid "Initrd-size"
-msgstr "ìŬċèïò Initrd"
-
-#: ../../any.pm_.c:318
+#: ../../any.pm:1
+#, c-format
msgid "NoVideo"
msgstr "×ùñßòVideo"
-#: ../../any.pm_.c:326
-msgid "Remove entry"
-msgstr "Áöáßñċóç ċéëïŜò"
-
-#: ../../any.pm_.c:329
-msgid "Empty label not allowed"
-msgstr "Äċí ċéôñŬċôáé Üäċéá ċôéêŬôá"
+#: ../../any.pm:1
+#, c-format
+msgid "Initrd-size"
+msgstr "ìŬċèïò Initrd"
-#: ../../any.pm_.c:330
-msgid "You must specify a kernel image"
-msgstr "ñŬċé íá ïñßóċôċ ìéá ċéêüíá ġñŜíá"
+#: ../../any.pm:1
+#, c-format
+msgid "Append"
+msgstr ""
-#: ../../any.pm_.c:330
-msgid "You must specify a root partition"
-msgstr "ñŬċé íá ïñßóċôċ ìéá êáôÜôìçóç root"
+#: ../../any.pm:1
+#, c-format
+msgid "Label"
+msgstr "ĊôéêŬôá"
-#: ../../any.pm_.c:331
-msgid "This label is already used"
-msgstr "ÁġôŜ ç ċôéêŬôá ÷ñçóéìïïéċßôáé Ŝäç"
+#: ../../any.pm:1
+#, c-format
+msgid "Unsafe"
+msgstr "ÁíáóöáëŬò"
-#: ../../any.pm_.c:640
+#: ../../any.pm:1
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "ÂñŬèçêáí %s %s ñïóáñìïċßò"
+msgid "Table"
+msgstr "ßíáêáò"
-#: ../../any.pm_.c:641
-msgid "Do you have another one?"
-msgstr "¸÷ċôċ Üëëïí;"
+#: ../../any.pm:1
+#, c-format
+msgid "Root"
+msgstr "Root"
-#: ../../any.pm_.c:642
+#: ../../any.pm:1
#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "¸÷ċôċ êÜïéïí ñïóáñìïŬá %s;"
+msgid "Read-write"
+msgstr "Read-write"
-#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
-msgid "No"
-msgstr "ĵ÷é"
+#: ../../any.pm:1
+#, c-format
+msgid "Initrd"
+msgstr "Initrd"
-#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
-#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
-#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
-msgid "Yes"
-msgstr "Íáé"
+#: ../../any.pm:1
+#, c-format
+msgid "Video mode"
+msgstr "ÁíÜëġóç ïèüíçò"
-#: ../../any.pm_.c:645
-msgid "See hardware info"
-msgstr "ñïâïëŜ ëçñïöïñéŝí ġëéêïŭ"
+#: ../../any.pm:1
+#, c-format
+msgid "Image"
+msgstr "Ċéêüíá"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:662
+#: ../../any.pm:1
#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "ĊêáôÜóôáóç ïäçïŭ éá %s êÜñôá %s"
+msgid "Default OS?"
+msgstr "Ċî ïñéóìïŭ ëċéôïġñéêü;"
-#: ../../any.pm_.c:663
+#: ../../any.pm:1
#, c-format
-msgid "(module %s)"
-msgstr "(Üñèñùìá %s)"
+msgid "Enable OF Boot?"
+msgstr "Ċíċñïïßçóç OF ċêêßíçóçò;"
-#: ../../any.pm_.c:674
+#: ../../any.pm:1
#, 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'"
+msgid "Enable CD Boot?"
+msgstr "Ċíċñïïßçóç ċêêßíçóçò áü CD;"
-#: ../../any.pm_.c:680
+#: ../../any.pm:1
#, 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''"
+msgid "Kernel Boot Timeout"
+msgstr "ÔŬëïò ×ñüíïġ Ċêêßíçóçò ġñŜíá"
-#: ../../any.pm_.c:682
-msgid "Module options:"
-msgstr "ĊéëïŬò áñèñŝìáôïò:"
+#: ../../any.pm:1
+#, c-format
+msgid "Open Firmware Delay"
+msgstr "ĥíïéìá ÊáèġóôŬñçóçò Firmware"
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:694
+#: ../../any.pm:1
#, c-format
-msgid "Which %s driver should I try?"
-msgstr "ïéüí ïäçü %s íá äïêéìÜóù;"
+msgid "Boot device"
+msgstr "ÓġóêċġŜ ċêêßíçóçò"
-#: ../../any.pm_.c:703
+#: ../../any.pm:1
#, 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"
-"ñïêáëŬóċé Üùìá ôïġ óġóôŜìáôïò, áëëÜ äċí èá ñïêáëŬóċé âëÜâç."
+msgid "Init Message"
+msgstr "ÌŜíġìá Init"
-#: ../../any.pm_.c:707
-msgid "Autoprobe"
-msgstr "Áġôüìáôç ċîŬôáóç"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader to use"
+msgstr "×ñŜóç ñïñÜììáôïò ċêêßíçóçò"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "ñïóäéïñéóìüò áñáìŬôñùí"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader main options"
+msgstr "ÂáóéêŬò ċéëïŬò ñïñÜììáôïò ċêêßíçóçò"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, c-format
msgid ""
-"Loading module %s failed.\n"
-"Do you want to try again with other parameters?"
+"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-"Ç öüñôùóç ôïġ áñèñŝìáôïò %s áŬôġ÷ċ.\n"
-"ÈŬëċôċ íá äïêéìÜóċôċ îáíÜ ìċ äéáöïñċôéêŬò áñáìŬôñïġò;"
-
-#: ../../any.pm_.c:734
-msgid "access to X programs"
-msgstr "ñüóâáóç óċ ñïñÜììáôá ×"
-
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
-msgstr "ñüóâáóç óċ ċñáëċßá rpm"
+"Ç ċéëïŜ ``Ááüñċġóç ċéëïŝí ñáììŜò ċíôïëŜò'' ċßíáé Ü÷ñçóôç ÷ùñßò êùäéêü "
+"ñüóâáóçò"
-#: ../../any.pm_.c:736
-msgid "allow \"su\""
-msgstr "äġíáôüôçôá \"su\""
+#: ../../any.pm:1
+#, c-format
+msgid "Give the ram size in MB"
+msgstr "ĊéóÜċôċ ìŬċèïò ìíŜìçò óċ MB"
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
-msgstr "ñüóâáóç óċ äéá÷ċéñéóôéêÜ áñ÷ċßá"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable multiple profiles"
+msgstr "Ċíċñïïßçóç ïëëáëŝí ñïößë"
-#: ../../any.pm_.c:738
-msgid "access to network tools"
-msgstr "ñüóâáóç óċ ċñáëċßá äéêôŭïġ"
+#: ../../any.pm:1
+#, c-format
+msgid "Precise RAM size if needed (found %d MB)"
+msgstr "ÁêñéâŜò ïóüôçôáò ìíŜìçò áí ÷ñċéÜĉċôáé (ċíôïßóôçêáí %d MB)"
-#: ../../any.pm_.c:739
-msgid "access to compilation tools"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "Êáèáñéóìüò /tmp óċ êÜèċ ċêêßíçóç"
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(ôï %s Ŭ÷ċé Ŝäç ñïóôċèċß)"
+msgid "Create a bootdisk"
+msgstr "ÄéóêŬôá ċêêßíçóçò"
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "Ï êùäéêüò ñüóâáóçò ċßíáé ïëŭ áëüò"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "ááüñċġóç"
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "áñáêáëŝ ċéóÜċôċ üíïìá ÷ñŜóôç"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "Ááüñċġóç ċéëïŝí ñáììŜò ċíôïëŜò"
-#: ../../any.pm_.c:751
-msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr ""
-"Ôï êùäéêü üíïìá ìïñċß íá ċñéŬ÷ċé ìüíï ċĉÜ ñÜììáôá, áñéèìïŭò, `-' êáé `_'"
+#: ../../any.pm:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "ÊáèġóôŬñçóç ñéí ôçí ċêêßíçóç"
-#: ../../any.pm_.c:752
-msgid "The user name is too long"
-msgstr "Áġôü ôï üíïìá ÷ñŜóôç ċßíáé ïëŭ ìáêñŭ"
+#: ../../any.pm:1
+#, c-format
+msgid "compact"
+msgstr "óġìáŜò"
-#: ../../any.pm_.c:753
-msgid "This user name is already added"
-msgstr "Áġôü ôï üíïìá ÷ñŜóôç ġÜñ÷ċé Ŝäç"
+#: ../../any.pm:1
+#, c-format
+msgid "Compact"
+msgstr "ÓġìáŜò"
-#: ../../any.pm_.c:757
-msgid "Add user"
-msgstr "ñïóèŜêç ÷ñŜóôç"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "ñüñáììá ċêêßíçóçò"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"ĊéóÜċôċ ÷ñŜóôç\n"
-"%s"
+msgid "First sector of boot partition"
+msgstr "ñŝôïò ôïìŬáò ôçò êáôÜôìçóçò ċêêßíçóçò"
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "Áïäï÷Ŝ ÷ñŜóôç"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "ñŝôïò ôïìŬáò ôïġ äßóêïġ (MBR)"
-#: ../../any.pm_.c:770
-msgid "Real name"
-msgstr "ñáìáôéêü üíïìá"
+#: ../../any.pm:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "ïŭ èŬëċôċ íá ċêáôáóôŜóċôċ ôï ñüñáììá ċêêßíçóçò;"
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "ĵíïìá ÷ñŜóôç"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "ĊêáôÜóôáóç LILO/grub"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "Öëïéüò (shell)"
+#: ../../any.pm:1
+#, c-format
+msgid "SILO Installation"
+msgstr "ĊêáôÜóôáóç SILO"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "Ċéêïíßäéï"
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Skip"
+msgstr "áñÜëċéĝç"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "Áġôüìáôç óŭíäċóç"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "On Floppy"
+msgstr "ÄéóêŬôá Ċêêßíçóçò"
-#: ../../any.pm_.c:804
+#: ../../any.pm:1
+#, c-format
msgid ""
-"I can set up your computer to automatically log on one user.\n"
-"Do you want to use this feature?"
+"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 ""
-"Ìïñŝ íá ñġèìßóù ôï óŭóôçìÜ óáò Ŭôóé ŝóôċ íá óġíäŬċôáé áġôüìáôá êáôÜ\n"
-"ôçí ċêêßíçóç óċ Ŭíáí ÷ñŜóôç.\n"
-"ÈŬëċôċ áġôŜ ôçí äġíáôüôçôá;"
-
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "ĊéëŬîôċ ôïí ñïċéëċìŬíï ÷ñŜóôç:"
-
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "ĊéëŬîôċ ôïí äéá÷ċéñéóôŜ áñáèŭñùí ïġ èŬëċôċ íá ÷ñçóéìïïéŜóċôċ:"
+"ĊéëŬîáôċ íá ċêáôáóôŜóċôċ ôï ñüñáììá ċêêßíçóçò óċ ìéá êáôÜôìçóç.\n"
+"Ċííïċßôċ üôé Ŭ÷ċôċ Ŝäç ċêáôÜóôáóç Ŭíá Üëëï ñüñáììá ċêêßíçóçò óôïí óêëçñü "
+"óáò äßóêï (.÷. System Commander).\n"
+"\n"
+"Áü ïéüí äßóêï îċêéíÜôċ;"
-#: ../../any.pm_.c:824
-msgid "Please choose a language to use."
-msgstr "áñáêáëŝ ċéëŬîôċ ôç ëŝóóá."
+#: ../../any.pm:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "Äçìéïġñßá äßóêïġ ċêêßíçóçò..."
-#: ../../any.pm_.c:826
-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 ""
-"Ôï Mandrake Linux ġïóôçñßĉċé ïëëáëŬò ëŝóóċò.ĊéëŬîôċ \n"
-"ôéò Üëëċò ëŝóóċò ïġ èá ċßíáé äéáèŬóéìċò ìċôÜ ôï Ŭñáò ôçò \n"
-"ċêáôÜóôáóçò êáé ôçí ċáíċêêßíçóç ôïġ óġóôŜìáôüò óáò."
+#: ../../any.pm:1
+#, c-format
+msgid "Insert a floppy in %s"
+msgstr "ĊéóÜċôċ äéóêŬôá óôïí ïäçü %s"
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "ĵëá"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the floppy drive you want to use to make the bootdisk"
+msgstr "ĊéëŬîôċ ïäçü äéóêŬôáò éá äçìéïġñßá äéóêŬôáò ċêêßíçóçò"
-#: ../../any.pm_.c:961
-msgid "Allow all users"
-msgstr "ĊéôñŬċôáé éá üëïġò ôïġò ÷ñŜóôċò"
+#: ../../any.pm:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "Äċŭôċñïò ïäçüò äéóêŬôáò"
-#: ../../any.pm_.c:961
-msgid "No sharing"
-msgstr "×ùñßò êïéíŜ ÷ñŜóç"
+#: ../../any.pm:1
+#, c-format
+msgid "First floppy drive"
+msgstr "ñŝôïò ïäçüò äéóêŬôáò"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
+#: ../../any.pm:1
#, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr "Ôï áêŬôï %s ñŬċé íá áíáâáèìéóôċß. ÈŬëċôċ íá ôï ċêáôáóôŜóċôċ;"
+msgid "Sorry, no floppy drive available"
+msgstr "ËġÜìáé, äċí ġÜñ÷ċé äéáèŬóéìïò ïäçüò äéóêŬôáò"
-#: ../../any.pm_.c:973
+#: ../../any.pm:1
+#, c-format
msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
+"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 ""
-"Ìïñċßôċ íá ßíċé ċîáùŜ ìċ ôçí ÷ñŜóç NFS Ŝ Samba. áñáêáëŝ ċéëŬîôċ ïßï "
-"èŬëċôċ."
+"Ìéá ñïóáñìïóìŬíç äéóêŬôá ċêêßíçóçò óáò äßíċé ôçí äġíáôüôçôá íá ċêêéíŜóċôċ\n"
+"ôï óŭóôçìÜ óáò ÷ùñßò ôçí ÷ñŜóç ôïġ ñïñÜììáôïò ċêêßíçóçò. Áġôü ċßíáé "
+"÷ñŜóéìï ċÜí äċí èŬëċôċ\n"
+"íá ċêáôáóôŜóċôċ ôï LILO (Ŝ ôï grub), ċÜí êÜïéï Üëëï ëċéôïġñéêü "
+"êáôáóôñŬĝċé ôï LILO\n"
+"Ŝ ċÜí ïé ñġèìßóċéò óáò äċí ċéôñŬïġí ôç ÷ñŜóç LILO. ÁġôŜ ç äéóêŬôá ìïñċß\n"
+"ċßóçò íá ÷ñçóéìïïéçèċß óċ óġíäġáóìü ìċ ôçí äéóêŬôá äéÜóùóçò ôïġ Mandrake,\n"
+"êÜíïíôáò ċġêïëüôċñç ôçí ċáíáöïñÜ ôïġ óġóôŜìáôïò ìċôÜ áü óïâáñŜ âëÜâç.\n"
+"ÈŬëċôċ íá äçìéïġñŜóċôċ äéóêŬôá ċêêßíçóçò;\n"
+"%s"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr "¸íá ááñáßôçôï áñ÷ċßï (ôï %s ) äċí ġÜñ÷ċé"
-
-#: ../../any.pm_.c:987
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 ""
-"ÈŬëċôċ íá ċéôñŬĝċôċ óôïġò ÷ñŜóôċò íá Ŭ÷ïġí êïéíü÷ñçóôïġò êáôáëüïġò;\n"
-"Áí íáé ôüôċ ïé ÷ñŜóôċò èá ìïñïŭí áëÜ íá êÜíïġí êëéê óôï \"Êïéíü÷ñçóôï\" "
-"óôïí konqueror êáé ôï nautilus.\n"
"\n"
-"Ôï \"ñïóáñìïóìŬíï\" ċéôñŬċé ôçí áíÜ ÷ñŜóôç ñŭèìéóç.\n"
-
-#: ../../any.pm_.c:1001
-msgid "Launch userdrake"
-msgstr "Ċêêßíçóç userdrake"
-
-#: ../../any.pm_.c:1003
-msgid ""
-"The per-user sharing uses the group \"fileshare\". \n"
-"You can use userdrake to add a user in this group."
+"(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 ""
-"Ôï êïéíü÷ñçóôï áíÜ ÷ñŜóôç êÜíċé ÷ñŜóç ôçò ïìÜäáò \"fileshare\". \n"
-"Ìïñċßôċ íá ôçí ñïóèŬóċôċ óôïí êÜèċ ÷ñŜóôç óċ áġôŜ ôçí ïìÜäá ìċ ôï "
-"userdrake."
-
-#: ../../any.pm_.c:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "Êáëŝò ïñßóáôċ óôïġò Crackers"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "Öôù÷ü"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "Ôġéêü"
-
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "Ġĝçëü"
-
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-msgid "Higher"
-msgstr "Ġĝçëüôċñï"
-
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "áñáíïúêü"
+"\n"
+"\n"
+"(ñïóï÷Ŝ!:ÊÜíċôċ ÷ñŜóç ôïġ XFS óôçí êáôÜôìçóç root\n"
+"ç äçìéïġñßá äéóêŬôá ċêêßíçóçò ìċŬèïġò 1.44 Mb ìÜëëïí èá áïôŭ÷ċé,\n"
+"ċċéäŜ ôï XFS ÷ñċéÜĉċôáé ïëŭ ìċÜëïġò ïäçïŭò.)"
-#: ../../any.pm_.c:1061
+#: ../../any.pm:1
+#, c-format
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."
+"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"
-"óġíäċäċìŬíï óôï Äéáäßêôġï Ŝ LAN. Äċí ġÜñ÷ïġí êùäéêïß ñüóâáóçò."
+"Ìéá ñïóáñìïóìŬíç äéóêŬôá ċêêßíçóçò óáò äßíċé ôçí äġíáôüôçôá íá ċêêéíŜóċôċ\n"
+"ôï óŭóôçìÜ óáò ÷ùñßò ôçí ÷ñŜóç ôïġ ñïñÜììáôïò ċêêßíçóçò. Áġôü ċßíáé "
+"÷ñŜóéìï ċÜí äċí èŬëċôċ\n"
+"íá ċêáôáóôŜóċôċ ôï SILO , Ŝ ċÜí êÜïéï Üëëï ëċéôïġñéêü êáôáóôñŬĝċé ôï "
+"SILOŜ ċÜí ïé \n"
+"ñġèìßóċéò óáò äċí ċéôñŬïġí ôç ÷ñŜóç SILO. ÁġôŜ ç äéóêŬôá ìïñċß ċßóçò íá "
+"÷ñçóéìïïéçèċß óċ\n"
+" óġíäġáóìü ìċ ôçí äéóêŬôá äéÜóùóçò ôïġ Mandrake, êÜíïíôáò ċġêïëüôċñç ôçí "
+"ċáíáöïñÜ ôïġ óġóôŜìáôïò ìċôÜ áü óïâáñŜ âëÜâç.\n"
+"\n"
+"Áí èŬëċôċ íá äçìéïġñŜóċôċ ìéá ôŬôïéá äéóêŬôá ċéóÜċôċ ìéá êċíŜ äéóêŬôá óôïí "
+"ïäçü\n"
+"äéóêŬôáò êáé áôŜóôċ \"Ok\"."
-#: ../../any.pm_.c:1064
-msgid ""
-"Password are now enabled, but use as a networked computer is still not "
-"recommended."
-msgstr ""
-"Ôŝñá ġÜñ÷ïġí êùäéêïß ñüóâáóçò, áëëÜ ç ÷ñŜóç ôïġ óġóôŜìáôïò óċ äßêôġï áêüìá "
-"äċí óġíßóôáôáé."
+#: ../../bootloader.pm:1
+#, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Äċí ìïñċßôċ íá ċêáôáóôŜóċôċ ôï ñüñáììá ċêêßíçóçò óċ êáôÜôìçóç %s\n"
-#: ../../any.pm_.c:1065
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
-msgstr ""
-"Áġôü ċßíáé ôï óġíçèéóìŬíï ċßċäï áóöáëċßáò éá Ŭíá óŭóôçìá ïġ èá óġíäċèċß "
-"ùò ċëÜôçò óôï Äéáäßêôġï."
+#: ../../bootloader.pm:1
+#, c-format
+msgid "not enough room in /boot"
+msgstr "äċí ġÜñ÷ċé áñêċôüò ÷ŝñïò óôï /boot"
-#: ../../any.pm_.c:1066
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
-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:1
+#, c-format
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr "The highlighted entry will be booted automatically in %d seconds."
-#: ../../any.pm_.c:1067
-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 choose a lower level."
-msgstr ""
-"Ìċ áġôü ôï ċßċäï áóöáëċßáò ċßíáé äġíáôŜ ç ÷ñŜóç ôïġ óġóôŜìáôïò óôï ùò "
-"ċîġçñċôçôŜ.\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:1
+#, c-format
+msgid "commands before booting, or 'c' for a command-line."
+msgstr "commands before booting, or 'c' for a command-line."
-#: ../../any.pm_.c:1070
-msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"security features are at their maximum."
-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:1
+#, c-format
+msgid "Press enter to boot the selected OS, 'e' to edit the"
+msgstr "Press enter to boot the selected OS, 'e' to edit the"
-#: ../../any.pm_.c:1076
-msgid "DrakSec Basic Options"
-msgstr "ÂáóéêŬò ĊéëïŬò DrakSec"
+#. -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:1
+#, 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."
-#: ../../any.pm_.c:1077
-msgid "Please choose the desired security level"
-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
+#
+#. -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:1
+#, c-format
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr "Welcome to GRUB the operating system chooser!"
-#: ../../any.pm_.c:1080
-msgid "Security level"
-msgstr "Ċßċäï áóöáëċßáò"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Yaboot"
+msgstr "Yaboot"
-#: ../../any.pm_.c:1082
-msgid "Use libsafe for servers"
-msgstr "×ñŜóç libsafe éá äéáêïìéóôŬò"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Grub"
+msgstr "Grub"
-#: ../../any.pm_.c:1083
-msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with text menu"
+msgstr "LILO ìċ ìċíïŭ êċéìŬíïġ"
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
-msgstr "Äéá÷ċéñéóôŜò Áóöáëċßáò (ñïóŬëáóç Ŝ ôá÷ġäñïìċßï)"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with graphical menu"
+msgstr "LILO ìċ ñáöéêü ìċíïŭ"
-#: ../../any.pm_.c:1166
-msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
-msgstr ""
-"Ċäŝ ìïñċßôċ íá ċéëŬîċôċ ôï ëŜêôñï Ŝ ôïí óġíäġáóìü\n"
-"ëŜêôñùí ċíáëëáŜò ôùí äéáôÜîċùí ëçêôñïëïßùí\n"
-"(.÷. ÁëéêŜ Ŝ ĊëëçíéêŜ)"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "SILO"
+msgstr "SILO"
# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
@@ -1117,12 +758,12 @@ msgstr ""
# 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:436
+#: ../../bootloader.pm:1
#, c-format
msgid ""
"Welcome to %s the operating system chooser!\n"
"\n"
-"Choose an operating system in the list above or\n"
+"Choose an operating system from the list above or\n"
"wait %d seconds for default boot.\n"
"\n"
msgstr ""
@@ -1132,238 +773,52 @@ msgstr ""
"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:983
-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:986
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
#, 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:989
-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:992
-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:995
-#, 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:999
-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:1099
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "Start Menu"
+msgid "OK"
+msgstr "ĊíôÜîċé"
-#: ../../bootloader.pm_.c:1120
+#: ../../bootlook.pm:1
#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Äċí ìïñċßôċ íá ċêáôáóôŜóċôċ ôï ñüñáììá ċêêßíçóçò óċ êáôÜôìçóç %s\n"
-
-#: ../../bootlook.pm_.c:53
-msgid "Boot Style Configuration"
-msgstr "Ñŭèìéóç Ôŭïġ Ċêêßíçóçò"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-msgid "/_File"
-msgstr "/_Áñ÷ċßï"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr "/Áñ÷ċßï/¸_îïäïò"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr "NewStyle Categorizing Ïèüíç"
-
-#: ../../bootlook.pm_.c:83
-msgid "NewStyle Monitor"
-msgstr "NewStyle Ïèüíç"
-
-#: ../../bootlook.pm_.c:84
-msgid "Traditional Monitor"
-msgstr "áñáäïóéáêŜ Ïèüíç"
-
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
-msgstr "áñáäïóéáêŜ Gtk+ Ïèüíç"
-
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
-msgstr "Ċêêßíçóç ôïġ Aurora êáôÜ ôçí ċêêßíçóç"
-
-#: ../../bootlook.pm_.c:89
-msgid "Lilo/grub mode"
-msgstr "Ëċéôïġñßá Lilo/grub"
-
-#: ../../bootlook.pm_.c:89
-msgid "Yaboot mode"
-msgstr "Ëċéôïġñßá Yaboot"
-
-#: ../../bootlook.pm_.c:138
-msgid "Install themes"
-msgstr "ĊêáôÜóôáóç èċìÜôùí"
-
-#: ../../bootlook.pm_.c:139
-msgid ""
-"Display theme\n"
-"under console"
-msgstr ""
-"ĊìöÜíéóç èŬìáôïò\n"
-"óôçí êïíóüëá"
-
-#: ../../bootlook.pm_.c:140
-msgid "Create new theme"
-msgstr "Äçìéïġñßá íŬïġ èŬìáôïò"
+msgid "Yes, I want autologin with this (user, desktop)"
+msgstr "Íáé, ċéèġìŝ áġôüìáôç ñïóŬëáóç ìċ (÷ñŜóôçò, ċñéâÜëëïí)"
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm:1
#, c-format
-msgid "Backup %s to %s.old"
-msgstr "Áíôßñáöï Áóöáëċßáò ôïġ %s óċ %s.old"
+msgid "No, I don't want autologin"
+msgstr "ĵ÷é, äċí ċéèġìŝ áġôüìáôç ñïóŬëáóç"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copy %s to %s"
-msgstr "ÁíôéñáöŜ %s óċ %s"
-
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "ÓöÜëìá"
-
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
-msgstr "Äċí âñŬèçêċ ôï ìŜíġìá lilo"
-
-#: ../../bootlook.pm_.c:222
-msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr "Áäġíáìßá ċñáöŜò ôïġ /etc/sysconfig/bootsplash."
+msgid "Launch the graphical environment when your system starts"
+msgstr "Ëċéôïġñßá ñáöéêïŭ ċñéâÜëëïíôïò êáôÜ ôçí ċêêßíçóç ôïġ óġóôŜìáôïò"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm:1
#, c-format
-msgid "Write %s"
-msgstr "ĊñáöŜ %s"
-
-#: ../../bootlook.pm_.c:224
-msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
-msgstr ""
-"Áäġíáìßá ċñáöŜò /etc/sysconfig/bootsplash\n"
-"Ôï áñ÷ċßï äċí âñŬèçêċ."
+msgid "System mode"
+msgstr "ÊáôÜóôáóç óġóôŜìáôïò"
-#: ../../bootlook.pm_.c:235
+#: ../../bootlook.pm:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr "Áäġíáìßá ċêêßíçóçò mkinitrd -f /boot/initrd-%s.img %s."
+msgid "Bootsplash"
+msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:238
+#: ../../bootlook.pm:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-msgstr "Äçìéïġñßá initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-
-#: ../../bootlook.pm_.c:244
-msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
-msgstr ""
-"Áäġíáìßá ċáíċêêßíçóçò ôïġ LiLo!\n"
-"ĊêôċëŬóôċ \"lilo\" ùò root óôçí ñáììŜ ċíôïëŝí éá íá ïëïêëçñùèċß ç "
-"ċêáôÜóôáóç ôïġ èŬìáôïò LiLo"
-
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
-msgstr "Ċáíċêêßíçóç 'lilo'"
-
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-msgid "Notice"
-msgstr "Óçìċßùóç"
-
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
-msgstr "Ċéôġ÷Ŝò ċêáôÜóôáóç èċìÜôùí LiLo êáé Bootsplash"
-
-#: ../../bootlook.pm_.c:251
-msgid "Theme installation failed!"
-msgstr "Ç ċêáôÜóôáóç èŬìáôïò áŬôġ÷ċ!"
+msgid "Lilo screen"
+msgstr "Ïèüíç Lilo"
-#: ../../bootlook.pm_.c:259
+#: ../../bootlook.pm:1
#, c-format
msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr ""
-"×ñçóéìïïéċßôċ ôïí %s ùò ñüñáììá ċêêßíçóçò.\n"
-"ÊÜíôċ êëéê óôï Ñŭèìéóç éá íá îċêéíŜóċôċ ôïí ïäçü ċêáôÜóôáóçò."
-
-#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-msgid "Configure"
-msgstr "Ñŭèìéóç"
-
-#: ../../bootlook.pm_.c:268
-msgid "Splash selection"
-msgstr "ÔìŜìá Splash"
-
-#: ../../bootlook.pm_.c:271
-msgid "Themes"
-msgstr "ÈŬìáôá"
-
-#: ../../bootlook.pm_.c:273
-msgid ""
"\n"
-"Select theme for\n"
+"Select the theme for\n"
"lilo and bootsplash,\n"
"you can choose\n"
-"them separatly"
+"them separately"
msgstr ""
"\n"
"ĊéëŬîôċ ôï èŬìá \n"
@@ -1372,1022 +827,374 @@ msgstr ""
"íá ôá ċéëŬîċôċ êáé\n"
"îċ÷ùñéóôÜ"
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
-msgstr "Ïèüíç Lilo"
-
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
-msgstr "Bootsplash"
-
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr "ÊáôÜóôáóç óġóôŜìáôïò"
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr "Ëċéôïġñßá ñáöéêïŭ ċñéâÜëëïíôïò êáôÜ ôçí ċêêßíçóç ôïġ óġóôŜìáôïò"
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr "ĵ÷é, äċí ċéèġìŝ áġôüìáôç ñïóŬëáóç"
-
-#: ../../bootlook.pm_.c:325
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr "Íáé, ċéèġìŝ áġôüìáôç ñïóŬëáóç ìċ (÷ñŜóôçò, ċñéâÜëëïí)"
-
-#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
-msgid "OK"
-msgstr "ĊíôÜîċé"
-
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:107
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d minutes"
-msgstr "%d ëċôÜ"
-
-#: ../../common.pm_.c:125
-msgid "1 minute"
-msgstr "1 ëċôü"
+msgid "Themes"
+msgstr "ÈŬìáôá"
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d seconds"
-msgstr "%d äċġôċñüëċôá"
-
-#: ../../common.pm_.c:172
-msgid "Can't make screenshots before partitioning"
-msgstr "Áäŭíáôç ç ëŜĝç óôéìéïôŭùí ñéí áü ôçí äçìéïġñßá êáôáôìŜóċùí"
+msgid "Splash selection"
+msgstr "ÔìŜìá Splash"
-#: ../../common.pm_.c:179
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
#, c-format
-msgid "Screenshots will be available after install in %s"
-msgstr "Ôá óôéìéüôġá èá ċßíáé äéáèŬóéìá ìċôÜ ôçí ċêáôÜóôáóçò óôï %s"
-
-#: ../../crypto.pm_.c:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-msgid "France"
-msgstr "áëëßá"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr "Êüóôá Ñßêá"
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-msgid "Belgium"
-msgstr "ÂŬëéï"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr "ÔóŬ÷éêç Äçìïêñáôßá"
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-msgid "Germany"
-msgstr "ċñìáíßá"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-msgid "Greece"
-msgstr "ĊëëÜäá"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-msgid "Norway"
-msgstr "Íïñâçßá"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-msgid "Sweden"
-msgstr "Óïġçäßá"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
-msgstr "Ïëëáíäßá"
-
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-msgid "Italy"
-msgstr "Éôáëßá"
-
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-msgid "Austria"
-msgstr "Áġóôñßá"
-
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
-msgstr "Ç..Á."
-
-#: ../../diskdrake/dav.pm_.c:19
-msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
-msgstr ""
-
-#: ../../diskdrake/dav.pm_.c:27
-msgid "New"
-msgstr "ÍŬï"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Áïóŭíäċóç"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Óŭíäċóç"
-
-#: ../../diskdrake/dav.pm_.c:65
-msgid "Server"
-msgstr "ĊîġçñċôçôŜò"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "Óçìċßï óŭíäċóçò"
-
-#: ../../diskdrake/dav.pm_.c:85
-msgid "Please enter the WebDAV server URL"
-msgstr "áñáêáëŝ ċéóÜċôċ ôçí äéċŭèġíóç ôïġ ċîġçñċôçôŜ WebDAV"
-
-#: ../../diskdrake/dav.pm_.c:88
-msgid "The URL must begin with http:// or https://"
-msgstr "Ç äéċŭèġíóç ñŬċé íá îċêéíÜ ìċ http:// Ŝ https://"
-
-#: ../../diskdrake/dav.pm_.c:109
-msgid "Server: "
-msgstr "ĊîġçñċôçôŜò:"
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "Óçìċßï óŭíäċóçò: "
+msgid "Configure"
+msgstr "Ñŭèìéóç"
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "ĊéëïŬò: %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "áñáêáëŝ êÜíôċ ñŝôá Ŭíá áíôßñáöï áóöáëċßáò ôùí äċäïìŬíùí óáò"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "ÄéáâÜóôċ ñïóċêôéêÜ!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:100
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:154
-msgid "Wizard"
-msgstr "Ïäçüò"
-
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "ĊéëŬîôċ ñÜîç"
-
-#: ../../diskdrake/hd_gtk.pm_.c:191
-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\")"
+"You are currently using %s as your boot manager.\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
-"¸÷ċôċ ìéá ìċÜëç FAT êáôÜôìçóç\n"
-"(óġíŜèùò ÷ñçóéìïïéïŭìċíç áü Dos Ŝ Windows).\n"
-"Óġíéóôŝ íá áëëÜîċôċ ôï ìŬċèüò ôçò ñŝôá\n"
-"(ċéëŬîôċ ôçí, ìċôÜ ċéëŬîôċ \"ÁëëáŜ ìċŬèïġò\")"
-
-#: ../../diskdrake/hd_gtk.pm_.c:194
-msgid "Please click on a partition"
-msgstr "áñáêáëŝ êÜíôċ êëéê óċ ìéá êáôÜôìçóç"
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "ËċôïìŬñċéċò"
-
-#: ../../diskdrake/hd_gtk.pm_.c:254
-msgid "No hard drives found"
-msgstr "Äċí âñŬèçêáí äßóêïé!"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "FAT"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Journalised FS"
-msgstr "Journalised FS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "Swap"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "ĥäċéï"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "ĥëëï"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "Ôŭïé óġóôŜìáôïò áñ÷ċßùí:"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "Äçìéïġñßá"
-
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "Ôŭïò"
+"×ñçóéìïïéċßôċ ôïí %s ùò ñüñáììá ċêêßíçóçò.\n"
+"ÊÜíôċ êëéê óôï Ñŭèìéóç éá íá îċêéíŜóċôċ ôïí ïäçü ċêáôÜóôáóçò."
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
+#: ../../bootlook.pm:1
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "×ñçóéìïïéŜóôċ ``%s'' óôç èŬóç ôïġ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "ÄéáñáöŜ"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "ÊÜíôċ ñŝôá ``Áïóŭíäċóç''"
+msgid "LiLo and Bootsplash themes installation successfull"
+msgstr "Ċéôġ÷Ŝò ċêáôÜóôáóç èċìÜôùí LiLo êáé Bootsplash"
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"ÌċôÜ ôçí áëëáŜ ôŭïġ óôçí êáôÜôìçóç %s, üëá ôá äċäïìŬíá óċ áġôŜí ôçí "
-"êáôÜôìçóç èá ÷áèïŭí"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose a partition"
-msgstr "ĊéëŬîôċ êáôÜôìçóç"
-
-#: ../../diskdrake/interactive.pm_.c:177
-msgid "Choose another partition"
-msgstr "ĊéëŬîôċ Üëëç êáôÜôìçóç"
-
-#: ../../diskdrake/interactive.pm_.c:202
-msgid "Exit"
-msgstr "¸îïäïò"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "ÁëëáŜ óċ ñï÷ùñçìŬíï ôñüï ëċéôïġñßáò"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "ÁëëáŜ óċ êáíïíéêü ôñüï ëċéôïġñßáò"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "Áíáßñċóç"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "Íá óġíċ÷ßóù;"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "¸îïäïò ÷ùñßò áïèŜêċġóç"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without writing the partition table?"
-msgstr "¸îïäïò ÷ùñßò áïèŜêċġóç ôïġ ßíáêá êáôáôìŜóċùí;"
-
-#: ../../diskdrake/interactive.pm_.c:257
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "ÈŬëċôċ íá áïèçêċŭóċôċ ôéò áëëáŬò ôïġ /etc/fstab"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "Êáèáñéóìüò üëùí"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "Áġôüìáôç êáôáíïìŜ"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-msgid "More"
-msgstr "ĥëëá"
-
-#: ../../diskdrake/interactive.pm_.c:278
-msgid "Hard drive information"
-msgstr "ëçñïöïñßċò óêëçñïŭ äßóêïġ"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "ĵëċò ïé ñùôċŭïġóċò êáôáôìŜóċéò ċßíáé óċ ÷ñŜóç"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "Äċí ìïñŝ íá ñïóèŬóù êáôáôìŜóċéò"
-
-#: ../../diskdrake/interactive.pm_.c:312
-msgid ""
-"To have more partitions, please delete one to be able to create an extended "
-"partition"
-msgstr ""
-"éá íá ñïóèŬóċôċ êáôáôìŜóċéò, áñáêáëŝ äéáñÜĝôċ ìßá Ŭôóé ŝóôċ íá ċßíáé "
-"äġíáôŜ ç ñïóèŜêç ċêôċôáìŬíçò êáôÜôìçóçò"
-
-#: ../../diskdrake/interactive.pm_.c:322
-msgid "Save partition table"
-msgstr "ÁïèŜêċġóç ßíáêá êáôáôìŜóċùí"
-
-#: ../../diskdrake/interactive.pm_.c:323
-msgid "Restore partition table"
-msgstr "ĊáíáöïñÜ ßíáêá êáôáôìŜóċùí"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "ßíáêáò êáôáôìŜóċùí äéÜóùóçò"
-
-#: ../../diskdrake/interactive.pm_.c:326
-msgid "Reload partition table"
-msgstr "ÁíáíŬùóç ßíáêá êáôáôìŜóċùí"
-
-#: ../../diskdrake/interactive.pm_.c:331
-msgid "Removable media automounting"
-msgstr "Áġôüìáôç óŭíäċóç áïóŝìċíùí ìïíÜäùí"
-
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "ĊéëŬîôċ áñ÷ċßï"
-
-#: ../../diskdrake/interactive.pm_.c:347
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"Ï ċöċäñéêüò ßíáêáò êáôáôìŜóċùí Ŭ÷ċé äéáöïñċôéêü ìŬċèïò\n"
-"Íá óġíċ÷ßóù;"
-
-#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "ñïóï÷Ŝ"
-
-#: ../../diskdrake/interactive.pm_.c:362
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
-msgstr ""
-"ĊéóÜċôċ ìéá äéóêŬôá óôïí ïäçü äéóêŬôáò\n"
-"ĵëá ôá äċäïìŬíá óċ áġôŜ ôç äéóêŬôá èá ÷áèïŭí"
-
-#: ../../diskdrake/interactive.pm_.c:373
-msgid "Trying to rescue partition table"
-msgstr "ñïóÜèċéá äéÜóùóçò ßíáêá êáôáôìŜóċùí"
-
-#: ../../diskdrake/interactive.pm_.c:379
-msgid "Detailed information"
-msgstr "Ëċôïìċñċßò ëçñïöïñßċò"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "ÁëëáŜ ìċŬèïġò"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "Ìċôáêßíçóç"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "Ìïñöïïßçóç"
-
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "ñïóèŜêç óôï RAID"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "ñïóèŜêç óôï LVM"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "Áöáßñċóç áü ôï RAID"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "Áöáßñċóç áü ôï LVM"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "Ôñïïïßçóç RAID"
-
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "×ñŜóç éá loopback"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
-msgstr "Äçìéïġñßá íŬáò êáôÜôìçóçò"
-
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "Áñ÷éêüò ôïìŬáò: "
+msgid "Theme installation failed!"
+msgstr "Ç ċêáôÜóôáóç èŬìáôïò áŬôġ÷ċ!"
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "ÌŬċèïò óċ MB"
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
+#, c-format
+msgid "Notice"
+msgstr "Óçìċßùóç"
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "Ôŭïò óġóôŜìáôïò áñ÷ċßùí: "
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Error"
+msgstr "ÓöÜëìá"
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "ñïôßìçóç: "
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Relaunch 'lilo'"
+msgstr "Ċáíċêêßíçóç 'lilo'"
-#: ../../diskdrake/interactive.pm_.c:481
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
+"Áäġíáìßá ċáíċêêßíçóçò ôïġ LiLo!\n"
+"ĊêôċëŬóôċ \"lilo\" ùò root óôçí ñáììŜ ċíôïëŝí éá íá ïëïêëçñùèċß ç "
+"ċêáôÜóôáóç ôïġ èŬìáôïò LiLo"
-#: ../../diskdrake/interactive.pm_.c:511
-msgid "Remove the loopback file?"
-msgstr "Íá áöáéñċèċß ôï áñ÷ċßï loopback;"
-
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "ÁëëáŜ ôŭïġ êáôÜôìçóçò"
-
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "ïéï óŭóôçìá áñ÷ċßùí ñïôéìÜôċ;"
-
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
-msgstr "ÁëëáŜ áü ext2 óċ ext3"
-
-#: ../../diskdrake/interactive.pm_.c:578
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "ïŭ èŬëċôċ íá óġíäŬóċôċ ôï áñ÷ċßï loopback %s;"
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgstr "Äçìéïġñßá initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../diskdrake/interactive.pm_.c:579
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "ïŭ èŬëċôċ íá óġíäŬóċôċ ôçí óġóêċġŜ %s;"
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
+msgstr "Áäġíáìßá ċêêßíçóçò mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../diskdrake/interactive.pm_.c:585
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
msgstr ""
-"Äċí ìïñŝ íá áöáéñŬóù ôï óçìċßï óŭíäċóçò êáèŝò áġôŜ ç êáôÜôìçóç "
-"÷ñçóéìïïéċßôáé\n"
-"éá loopback. ÁöáéñŬóôċ ñŝôá ôï loopback"
+"Áäġíáìßá ċñáöŜò /etc/sysconfig/bootsplash\n"
+"Ôï áñ÷ċßï äċí âñŬèçêċ."
-#: ../../diskdrake/interactive.pm_.c:606
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount %s?"
-msgstr "ïŭ èŬëċôċ íá óġíäŬóċôċ ôï %s;"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "Ġïëïéóìüò FAT filesystem bounds"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "ÁëëáŜ ìċŬèïġò"
-
-#: ../../diskdrake/interactive.pm_.c:662
-msgid "This partition is not resizeable"
-msgstr "ÁġôŜ ç êáôÜôìçóç äċí ìïñċß í' áëëÜîċé ìŬċèïò."
-
-#: ../../diskdrake/interactive.pm_.c:667
-msgid "All data on this partition should be backed-up"
-msgstr ""
-"ñŬċé íá ßíċé áíôßñáöï áóöáëċßáò üëùí ôùí äċäïìŬíùí óċ áġôŜ ôçí êáôÜôìçóç"
+msgid "Write %s"
+msgstr "ĊñáöŜ %s"
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
-msgstr ""
-"ÌċôÜ ôçí áëëáŜ ìċŬèïġò óôçí êáôÜôìçóç %s, üëá ôá äċäïìŬíá óċ áġôŜí ôçí "
-"êáôÜôìçóç èá ÷áèïŭí"
-
-#: ../../diskdrake/interactive.pm_.c:674
-msgid "Choose the new size"
-msgstr "ĊéëŬîôċ ôï íŬï ìŬċèïò"
-
-#: ../../diskdrake/interactive.pm_.c:675
-msgid "New size in MB: "
-msgstr "ÍŬï ìŬċèïò óċ MB:"
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "Óċ ïéüí äßóêï èŬëċôċ íá ìċôáêéíçèċßôċ;"
-
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "ÔïìŬáò"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "Óċ ïéüí ôïìŬá èŬëċôċ íá ìċôáêéíçèċßôċ;"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "Ìċôáêßíçóç óċ ċîŬëéîç"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "Ìċôáêßíçóç êáôÜôìçóçò óċ ċîŬëéîç..."
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
-msgstr "ĊéëŬîôċ Ŭíá ġÜñ÷ïí RAID óôï ïïßï èá ßíċé ç ñïóèŜêç"
-
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "íŬï"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
-msgstr "ĊéëŬîôċ Ŭíá ġÜñ÷ïí LVM óôï ïïßï èá ßíċé ç ñïóèŜêç"
-
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
-msgstr "üíïìá LVM;"
-
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "This partition can't be used for loopback"
-msgstr "ÁġôŜ ç êáôÜôìçóç äċí ìïñċß íá ÷ñçóéìïïéçèċß éá loopback"
-
-#: ../../diskdrake/interactive.pm_.c:825
-msgid "Loopback"
-msgstr "Loopback"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "ĵíïìá áñ÷ċßïġ loopback: "
-
-#: ../../diskdrake/interactive.pm_.c:831
-msgid "Give a file name"
-msgstr "Äŝóôċ Ŭíá üíïìá áñ÷ċßïġ"
-
-#: ../../diskdrake/interactive.pm_.c:834
-msgid "File already used by another loopback, choose another one"
-msgstr "Ôï áñ÷ċßï ÷ñçóéìïïéċßôáé Ŝäç áü Üëëï loopback, ċéëŬîôċ Ŭíá Üëëï"
-
-#: ../../diskdrake/interactive.pm_.c:835
-msgid "File already exists. Use it?"
-msgstr "Ôï áñ÷ċßï ġÜñ÷ċé Ŝäç. Íá ôï ÷ñçóéìïïéŜóù;"
-
-#: ../../diskdrake/interactive.pm_.c:858
-msgid "Mount options"
-msgstr "ĊéëïŬò óŭíäċóçò"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
-msgstr "ÄéÜöïñá"
-
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "óġóêċġŜ"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "ċßċäï"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "ìŬċèïò chunk"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "ñïóï÷Ŝ: ÁġôŜ ç äéáäéêáóßá ċßíáé ċéêßíäġíç."
+msgid "Can't write /etc/sysconfig/bootsplash."
+msgstr "Áäġíáìßá ċñáöŜò ôïġ /etc/sysconfig/bootsplash."
-#: ../../diskdrake/interactive.pm_.c:962
-msgid "What type of partitioning?"
-msgstr "Ôé ôŭïò êáôÜôìçóçò;"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Lilo message not found"
+msgstr "Äċí âñŬèçêċ ôï ìŜíġìá lilo"
-#: ../../diskdrake/interactive.pm_.c:978
+#: ../../bootlook.pm:1
#, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "Ôï áêŬôï %s ċßíáé ááñáßôçôï. Íá ċêáôáóôáèċß;"
+msgid "Copy %s to %s"
+msgstr "ÁíôéñáöŜ %s óċ %s"
-#: ../../diskdrake/interactive.pm_.c:992
-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"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Backup %s to %s.old"
+msgstr "Áíôßñáöï Áóöáëċßáò ôïġ %s óċ %s.old"
-#: ../../diskdrake/interactive.pm_.c:996
-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."
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Create new theme"
+msgstr "Äçìéïġñßá íŬïġ èŬìáôïò"
-#: ../../diskdrake/interactive.pm_.c:1002
+#: ../../bootlook.pm:1
+#, c-format
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"
+"Display theme\n"
+"under console"
msgstr ""
-"ĊéëŬîáôċ ìéá software RAID êáôÜôìçóç ùò root (/).\n"
-"ÊáíŬíá ñüñáììá ċêêßíçóçò äċí ìïñċß íá ôï ÷ċéñéóôċß áġôü ÷ùñßò ìéá "
-"êáôÜôìçóç /boot.\n"
-"Öñïíôßóôċ ëïéüí íá ñïóèŬóċôċ ìéá êáôÜôìçóç /boot."
+"ĊìöÜíéóç èŬìáôïò\n"
+"óôçí êïíóüëá"
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../bootlook.pm:1
#, c-format
-msgid "Partition table of drive %s is going to be written to disk!"
-msgstr "Ï ßíáêáò êáôáôìŜóċùí ôïġ äßóêïġ %s èá áïèçêċġôċß óôïí äßóêï!"
-
-#: ../../diskdrake/interactive.pm_.c:1026
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Ááéôċßôáé ċáíċêêßíçóç éá íá ċöáñìïóôïŭí ïé áëëáŬò"
+msgid "Install themes"
+msgstr "ĊêáôÜóôáóç èċìÜôùí"
-#: ../../diskdrake/interactive.pm_.c:1037
+#: ../../bootlook.pm:1
#, c-format
-msgid "After formatting partition %s, all data on this partition will be lost"
-msgstr ""
-"ÌċôÜ ôçí ìïñöïïßçóç ôçò êáôÜôìçóçò %s, üëá ôá äċäïìŬíá óċ áġôŜí ôçí "
-"êáôÜôìçóç èá ÷áèïŭí"
-
-#: ../../diskdrake/interactive.pm_.c:1039
-msgid "Formatting"
-msgstr "Ìïñöïïßçóç"
+msgid "Lilo/grub mode"
+msgstr "Ëċéôïġñßá Lilo/grub"
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Ìïñöïïßçóç áñ÷ċßïġ loopback %s"
+msgid "Yaboot mode"
+msgstr "Ëċéôïġñßá Yaboot"
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "Ìïñöïïßçóç êáôÜôìçóçò %s"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Hide files"
-msgstr "Áüêñġĝç áñ÷ċßùí"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-msgid "Move files to the new partition"
-msgstr "Ìċôáêßíçóç áñ÷ċßùí óôçí íŬá êáôÜôìçóç"
+msgid "Launch Aurora at boot time"
+msgstr "Ċêêßíçóç ôïġ Aurora êáôÜ ôçí ċêêßíçóç"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
-msgstr ""
-"Ï êáôÜëïïò %s ċñéŬ÷ċé Ŝäç äċäïìŬíá\n"
-"(%s)"
-
-#: ../../diskdrake/interactive.pm_.c:1064
-msgid "Moving files to the new partition"
-msgstr "Ìċôáêßíçóç áñ÷ċßùí óôçí íŬá êáôÜôìçóç"
+msgid "Traditional Gtk+ Monitor"
+msgstr "áñáäïóéáêŜ Gtk+ Ïèüíç"
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copying %s"
-msgstr "ÁíôéñáöŜ %s"
+msgid "Traditional Monitor"
+msgstr "áñáäïóéáêŜ Ïèüíç"
-#: ../../diskdrake/interactive.pm_.c:1072
+#: ../../bootlook.pm:1
#, c-format
-msgid "Removing %s"
-msgstr "Áöáßñċóç %s"
+msgid "NewStyle Monitor"
+msgstr "NewStyle Ïèüíç"
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../bootlook.pm:1
#, c-format
-msgid "partition %s is now known as %s"
-msgstr "Ç êáôÜôìçóç %s ċßíáé ôŝñá íùóôŜ ùò %s "
+msgid "NewStyle Categorizing Monitor"
+msgstr "NewStyle Categorizing Ïèüíç"
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "ÓġóêċġŜ: "
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "<control>Q"
+msgstr "<control>Q"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "éèáíü DOS ñÜììá äßóêïġ: %s \n"
+msgid "/File/_Quit"
+msgstr "/Áñ÷ċßï/¸_îïäïò"
-#: ../../diskdrake/interactive.pm_.c:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "Ôŭïò: "
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_File"
+msgstr "/_Áñ÷ċßï"
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "ĵíïìá: "
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Boot Style Configuration"
+msgstr "Ñŭèìéóç Ôŭïġ Ċêêßíçóçò"
-#: ../../diskdrake/interactive.pm_.c:1120
+#: ../../common.pm:1
#, c-format
-msgid "Start: sector %s\n"
-msgstr "Áñ÷Ŝ: ôïìŬáò %s\n"
+msgid "consolehelper missing"
+msgstr "ôï consolehelper ëċßċé"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s"
-msgstr "ÌŬċèïò: %s"
+msgid "kdesu missing"
+msgstr "ôï kdesu ëċßċé"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../common.pm:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s ôïìċßò"
+msgid "Screenshots will be available after install in %s"
+msgstr "Ôá óôéìéüôġá èá ċßíáé äéáèŬóéìá ìċôÜ ôçí ċêáôÜóôáóçò óôï %s"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../common.pm:1
#, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Êŭëéíäñïò áü %d Ŭùò %d\n"
+msgid "Can't make screenshots before partitioning"
+msgstr "Áäŭíáôç ç ëŜĝç óôéìéïôŭùí ñéí áü ôçí äçìéïġñßá êáôáôìŜóċùí"
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "ÌïñöïïéçìŬíïò\n"
+#: ../../common.pm:1
+#, c-format
+msgid "%d seconds"
+msgstr "%d äċġôċñüëċôá"
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "Áìïñöïïßçôïò\n"
+#: ../../common.pm:1
+#, c-format
+msgid "1 minute"
+msgstr "1 ëċôü"
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "ÓġíäċäċìŬíïò\n"
+#: ../../common.pm:1
+#, c-format
+msgid "%d minutes"
+msgstr "%d ëċôÜ"
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../common.pm:1
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+msgid "TB"
+msgstr "TB"
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../common.pm:1
#, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr ""
-"Áñ÷ċßï (á) loopback:\n"
-" %s\n"
+msgid "GB"
+msgstr "GB"
-#: ../../diskdrake/interactive.pm_.c:1132
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
-msgstr ""
-"ÊáôÜôìçóç ċêêßíçóçò ċî ïñéóìïŭ\n"
-" (áü MS-DOS, ü÷é áü lilo)\n"
+#: ../../common.pm:1
+#, c-format
+msgid "MB"
+msgstr "MB"
-#: ../../diskdrake/interactive.pm_.c:1134
+#: ../../common.pm:1
#, c-format
-msgid "Level %s\n"
-msgstr "Ċßċäï %s\n"
+msgid "KB"
+msgstr "KB"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Chunk size %s\n"
-msgstr "ÌŬċèïò chunk %s\n"
+msgid "United States"
+msgstr "Ç..Á."
-#: ../../diskdrake/interactive.pm_.c:1136
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Äßóêïé RAID %s\n"
+msgid "Austria"
+msgstr "Áġóôñßá"
-#: ../../diskdrake/interactive.pm_.c:1138
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "ĵíïìá áñ÷ċßïġ loopback: %s"
+msgid "Italy"
+msgstr "Éôáëßá"
-#: ../../diskdrake/interactive.pm_.c:1141
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-"\n"
-"Ïé éèáíüôçôċò ċßíáé, áġôŜ\n"
-"ç êáôÜôìçóç íá ċßíáé ìéá\n"
-"êáôÜôìçóç Ïäçŝí, èá \n"
-"ñŬċé éèáíüôáôá íá ôçí\n"
-"áöŜóċôċ Ŝóġ÷ç.\n"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Netherlands"
+msgstr "Ïëëáíäßá"
-#: ../../diskdrake/interactive.pm_.c:1144
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-"\n"
-"ÁġôŜ ċßíáé ċéäéêŜ Bootstrap\n"
-"êáôÜôìçóç éá\n"
-"dual-booting ôï óŭóôçìÜ óáò.\n"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Sweden"
+msgstr "Óïġçäßá"
-#: ../../diskdrake/interactive.pm_.c:1163
-msgid "Read-only"
-msgstr "Ìüíï éá áíÜíùóç"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Norway"
+msgstr "Íïñâçßá"
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Size: %s\n"
-msgstr "ÌŬċèïò: %s\n"
+msgid "Greece"
+msgstr "ĊëëÜäá"
-#: ../../diskdrake/interactive.pm_.c:1165
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "ċùìċôñßá: %s êŭëéíäñïé, %s êċöáëŬò, %s ôïìċßò\n"
+msgid "Germany"
+msgstr "ċñìáíßá"
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "ëçñïöïñßċò: "
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Czech Republic"
+msgstr "ÔóŬ÷éêç Äçìïêñáôßá"
-#: ../../diskdrake/interactive.pm_.c:1167
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Äßóêïé LVM %s\n"
+msgid "Belgium"
+msgstr "ÂŬëéï"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Ôŭïò ßíáêá êáôáôìŜóċùí: %s\n"
+msgid "France"
+msgstr "áëëßá"
-#: ../../diskdrake/interactive.pm_.c:1169
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "on channel %d id %d\n"
-msgstr "óôï êáíÜëé %d id %d\n"
+msgid "Costa Rica"
+msgstr "Êüóôá Ñßêá"
-#: ../../diskdrake/interactive.pm_.c:1199
-msgid "Filesystem encryption key"
-msgstr "Êëċéäß êñġôïñÜöçóçò óġóôŜìáôïò áñ÷ċßùí"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Error opening %s for writing: %s"
+msgstr "ÓöÜëìá êáôÜ ôï Üíïéìá ôïġ %s éá ċñáöŜ: %s"
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
-msgstr "ĊéëŬîôċ ôï êëċéäß êñġôïñÜöçóçò ôïġ óġóôŜìáôïò áñ÷ċßùí"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Nothing to do"
+msgstr "Êáìßá ċíŬñċéá ñïò ċêôŬëċóç"
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../fsedit.pm:1
#, c-format
-msgid "This encryption key is too simple (must be at least %d characters long)"
+msgid "Not enough free space for auto-allocating"
msgstr ""
-"Áġôüò ï êùäéêüò ñüóâáóçò ċßíáé ïëŭ áëüò (ñŬċé íá Ŭ÷ċé ôïġëÜ÷éóôïí %d "
-"÷áñáêôŜñċò)"
-
-#: ../../diskdrake/interactive.pm_.c:1204
-msgid "The encryption keys do not match"
-msgstr "Ôá êëċéäéÜ êñġôïñÜöçóçò ċßíáé áíüìïéá"
-
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr "Êëċéäß êñġôïñÜöçóçò"
-
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr "Êëċéäß êñġôïñÜöçóçò (îáíÜ)"
-
-#: ../../diskdrake/removable.pm_.c:47
-msgid "Change type"
-msgstr "ÁëëáŜ ôŭïġ"
+"Äċí ġÜñ÷ċé áñêċôüò ċëċŭèċñïò ÷ŝñïò éá ôçí áġôüìáôç äçìéïġñßá íŬùí "
+"êáôáôìŜóċùí"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
+#: ../../fsedit.pm:1
#, c-format
-msgid "Can't login using username %s (bad password?)"
-msgstr "Áäġíáìßá ñïóŬëáóçò ìċ ôï üíïìá ÷ñŜóôç %s (ëÜèïò êùäéêüò)"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-msgid "Domain Authentication Required"
-msgstr "Ááéôċßôáé éóôïïßçóç ÔïìŬá"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-msgid "Another one"
-msgstr "Êáé Üëëï"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-msgid "Which username"
-msgstr "ïßï üíïìá ÷ñŜóôç"
+msgid "You can't use an encrypted file system for mount point %s"
+msgstr ""
+"Äċí ìïñċßôċ íá ÷ñçóéìïïéŜóċôċ êñġôïñáöçìŬíï óŭóôçìá áñ÷ċßùí éá "
+"ñïóÜñôçóç %s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
+#: ../../fsedit.pm:1
+#, c-format
msgid ""
-"Please enter your username, password and domain name to access this host."
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
msgstr ""
-"áñáêáëŝ ċéóÜċôċ ôï üíïìá ÷ñŜóôç ôïí êùäéêü ñüóâáóçò êáé ôï üíïìá ôïìŬá "
-"éá ôç óŭíäċóç óôïí host."
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-msgid "Username"
-msgstr "ĵíïìá ÷ñŜóôç"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-msgid "Domain"
-msgstr "ÔïìŬáò"
-
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-msgid "Search servers"
-msgstr "ÁíáĉŜôçóç äéáêïìéóôŝí"
+"×ñċéÜĉċóôċ Ŭíá ñáìáôéêü óŭóôçìá áñ÷ċßùí (ext2/ext3, reiserfs, xfs, or jfs) "
+"éá áġôü ôï óçìċßï óŭíäċóçò\n"
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
+#: ../../fsedit.pm:1
#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s ìïñöïïßçóç ôïġ %s áŬôġ÷ċ"
+msgid "This directory should remain within the root filesystem"
+msgstr ""
+"Áġôüò ï êáôÜëïïò ñŬċé íá áñáìċßíċé óôï ñéĉéêü óŭóôçìá áñ÷ċßùí (root)"
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "äċí îŬñù ŝò íá ìïñöïïéŜóù ôï %s óċ ôŭï %s"
+msgid "You can't use a LVM Logical Volume for mount point %s"
+msgstr "Äċí ìïñċßôċ íá ÷ñçóéìïïéŜóċôċ ìéá êáôÜôìçóç LVM éá ñïóÜñôçóç %s"
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
-msgstr "ç óŭíäċóç ôçò êáôÜôìçóçò %s óôïí êáôÜëïï %s áŬôġ÷ċ"
+msgid "There is already a partition with mount point %s\n"
+msgstr "ĠÜñ÷ċé Ŝäç êáôÜôìçóç ìċ óçìċßï óŭíäċóçò %s\n"
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, c-format
-msgid "error unmounting %s: %s"
-msgstr "óöÜëìá êáôÜ ôçí áïóŭíäċóç ôïġ %s: %s"
-
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "áëü"
+msgid "Mount points must begin with a leading /"
+msgstr "Ôï óçìċßï óŭíäċóçò ñŬċé íá îċêéíÜċé ìċ /"
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr "ìċ /usr"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use ReiserFS for partitions smaller than 32MB"
+msgstr ""
+"Äċí ìïñċßôċ íá ÷ñçóéìïïéŜóċôċ ôï ReiserFS éá êáôáôìŜóċéò ìéêñüôċñċò áü "
+"32MB"
-#: ../../fsedit.pm_.c:30
-msgid "server"
-msgstr "ċîġçñċôçôŜò"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "You can't use JFS for partitions smaller than 16MB"
+msgstr ""
+"Äċí ìïñċßôċ íá ÷ñçóéìïïéŜóċôċ ôï JFS éá êáôáôìŜóċéò ìéêñüôċñċò áü 16MB"
-#: ../../fsedit.pm_.c:240
+#: ../../fsedit.pm:1
#, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2405,854 +1212,646 @@ msgstr ""
"\n"
"Óġìöùíċßôċ íá äéáñáöïŭí üëċò ïé êáôáôìŜóċéò;\n"
-#: ../../fsedit.pm_.c:501
-msgid "You can't use JFS for partitions smaller than 16MB"
-msgstr ""
-"Äċí ìïñċßôċ íá ÷ñçóéìïïéŜóċôċ ôï JFS éá êáôáôìŜóċéò ìéêñüôċñċò áü 16MB"
-
-#: ../../fsedit.pm_.c:502
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
-msgstr ""
-"Äċí ìïñċßôċ íá ÷ñçóéìïïéŜóċôċ ôï ReiserFS éá êáôáôìŜóċéò ìéêñüôċñċò áü "
-"32MB"
-
-#: ../../fsedit.pm_.c:521
-msgid "Mount points must begin with a leading /"
-msgstr "Ôï óçìċßï óŭíäċóçò ñŬċé íá îċêéíÜċé ìċ /"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "server"
+msgstr "ċîġçñċôçôŜò"
-#: ../../fsedit.pm_.c:522
+#: ../../fsedit.pm:1
#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "ĠÜñ÷ċé Ŝäç êáôÜôìçóç ìċ óçìċßï óŭíäċóçò %s\n"
+msgid "with /usr"
+msgstr "ìċ /usr"
-#: ../../fsedit.pm_.c:526
+#: ../../fsedit.pm:1
#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
-msgstr "Äċí ìïñċßôċ íá ÷ñçóéìïïéŜóċôċ ìéá êáôÜôìçóç LVM éá ñïóÜñôçóç %s"
+msgid "simple"
+msgstr "áëü"
-#: ../../fsedit.pm_.c:528
-msgid "This directory should remain within the root filesystem"
-msgstr ""
-"Áġôüò ï êáôÜëïïò ñŬċé íá áñáìċßíċé óôï ñéĉéêü óŭóôçìá áñ÷ċßùí (root)"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Enabling swap partition %s"
+msgstr "Ìïñöïïßçóç êáôÜôìçóçò %s"
-#: ../../fsedit.pm_.c:530
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr ""
-"×ñċéÜĉċóôċ Ŭíá ñáìáôéêü óŭóôçìá áñ÷ċßùí (ext2/ext3, reiserfs, xfs, or jfs) "
-"éá áġôü ôï óçìċßï óŭíäċóçò\n"
+#: ../../fs.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "error unmounting %s: %s"
+msgstr "óöÜëìá êáôÜ ôçí áïóŭíäċóç ôïġ %s: %s"
-#: ../../fsedit.pm_.c:532
+#: ../../fs.pm:1
#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
-msgstr ""
-"Äċí ìïñċßôċ íá ÷ñçóéìïïéŜóċôċ êñġôïñáöçìŬíï óŭóôçìá áñ÷ċßùí éá "
-"ñïóÜñôçóç %s"
+msgid "mounting partition %s in directory %s failed"
+msgstr "ç óŭíäċóç ôçò êáôÜôìçóçò %s óôïí êáôÜëïï %s áŬôġ÷ċ"
-#: ../../fsedit.pm_.c:599
-msgid "Not enough free space for auto-allocating"
-msgstr ""
-"Äċí ġÜñ÷ċé áñêċôüò ċëċŭèċñïò ÷ŝñïò éá ôçí áġôüìáôç äçìéïġñßá íŬùí "
-"êáôáôìŜóċùí"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Mounting partition %s"
+msgstr "Ìïñöïïßçóç êáôÜôìçóçò %s"
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
-msgstr "Êáìßá ċíŬñċéá ñïò ċêôŬëċóç"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Checking %s"
+msgstr "ÁíôéñáöŜ %s"
-#: ../../fsedit.pm_.c:694
+#: ../../fs.pm:1
#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "ÓöÜëìá êáôÜ ôï Üíïéìá ôïġ %s éá ċñáöŜ: %s"
+msgid "Formatting partition %s"
+msgstr "Ìïñöïïßçóç êáôÜôìçóçò %s"
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "Creating and formatting file %s"
+msgstr "Äçìéïġñßá êáé ìïñöïïßçóç áñ÷ċßïġ %s"
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
-msgstr "ÊáíŬíáò ċíáëëáêôéêüò ïäçüò"
+#: ../../fs.pm:1
+#, c-format
+msgid "I don't know how to format %s in type %s"
+msgstr "äċí îŬñù ŝò íá ìïñöïïéŜóù ôï %s óċ ôŭï %s"
-#: ../../harddrake/sound.pm_.c:171
-#, fuzzy, c-format
+#: ../../fs.pm:1
+#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s ìïñöïïßçóç ôïġ %s áŬôġ÷ċ"
+
+#: ../../help.pm:1
+#, c-format
msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
+"\n"
+"Click on \"<- Previous\" to stop this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
-"Äċí ġÜñ÷ċé íùóôüò ċíáëëáêôéêüò ïäçüò OSS/ALSA éá ôçí êÜñôá Ŝ÷ïġ óáò (%s)"
-#: ../../harddrake/sound.pm_.c:173
-msgid "Sound configuration"
-msgstr "Ñŭèìéóç Ŝ÷ïġ"
-
-#: ../../harddrake/sound.pm_.c:174
+#: ../../help.pm:1
#, c-format
msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
+"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 ""
-"Ċäŝ ìïñċßôċ íá ċéëŬîċôċ Ŭíáí ċíáëëáêôéêü ïäçü (OSS Ŝ ALSA) éá ôçí êÜñôá "
-"Ŝ÷ïġ óáò (%s)"
+"ĊéëŬîôċ ôïí äßóêï ïġ èŬëċôċ íá äéáñÜĝċôċ éá íá ċêáôáóôŜóċôċ \n"
+"ôçí íŬá êáôÜôìçóç Mandrake Linux. ÑÏÓÏ×Ç: ĵëá ôá äċäïìŬíá èá äéáñáöïŭí\n"
+"êáé èá ċßíáé áäŭíáôç ç ċáíáöïñÜ ôïġò!"
-#: ../../harddrake/sound.pm_.c:176
+#: ../../help.pm:1
#, c-format
msgid ""
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:178
-msgid "Driver:"
-msgstr "Ïäçüò:"
-
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-msgid "Help"
-msgstr "ÂïŜèċéá"
-
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:186
-msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
"\n"
-"It also provides a much higher API than OSS.\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\n"
"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\n"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:202
-#, c-format
-msgid ""
-"The old \"%s\" driver is blacklisted.\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\n"
"\n"
-"It has been reported to oopses the kernel on unloading.\n"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-msgid "Please Wait... Applying the configuration"
-msgstr "áñáêáëŝ ċñéìŬíċôċ... ĊöáñìïŜ ñġèìßóċùí"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "áñáêáëŝ ċñéìŬíċôċ"
-
-#: ../../harddrake/sound.pm_.c:210
-msgid "No known driver"
-msgstr "ÊáíŬíáò íùóôüò ïäçüò"
-
-#: ../../harddrake/sound.pm_.c:211
-#, c-format
-msgid "There's no known driver for your sound card (%s)"
-msgstr "Äċí ġÜñ÷ċé êÜïéïò íùóôüò ïäçüò éá ôçí êÜñôá Ŝ÷ïġ óáò (%s)"
-
-#: ../../harddrake/sound.pm_.c:214
-msgid "Unkown driver"
-msgstr "ĥíùóôïò ïäçüò"
-
-#: ../../harddrake/sound.pm_.c:215
-#, c-format
-msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
+"\n"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\n"
+"\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
+"\n"
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
msgstr ""
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-msgid "Auto-detect"
-msgstr "Áġôüìáôç áíß÷íċġóç"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-msgid "Unknown|Generic"
-msgstr "ĥíùóôï|ċíéêü"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr "ĥíùóôï|CPH05X (bt878) [ïëëïß êáôáóêċġáóôŬò]"
-
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr "ĥíùóôï|CPH06X (bt878) [ïëëïß êáôáóêċġáóôŬò]"
-
-#: ../../harddrake/v4l.pm_.c:224
+#: ../../help.pm:1
+#, c-format
msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:227
-msgid "Card model:"
-msgstr "ÌïíôŬëï êÜñôáò:"
-
-#: ../../harddrake/v4l.pm_.c:228
-msgid "Tuner type:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
msgstr ""
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:231
-msgid "PLL setting:"
-msgstr "Ñġèìßóċéò PLL:"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
-msgstr "ĠïóôŜñéîç ñáäéïöŝíïġ:"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
-msgstr "ċíċñïïßçóç ñáäéïöŝíïġ"
-
-#: ../../help.pm_.c:13
+#: ../../help.pm:1
+#, c-format
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 this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"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\n"
-"first 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 the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after 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 the people meant to use that computer. When you are\n"
-"finish adding all the users you want, select \"Done\".\n"
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\n"
"\n"
-"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
-"for that user (bash by default).\n"
+"Yaboot's main options are:\n"
"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
-msgstr ""
-
-#: ../../help.pm_.c:48
-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 \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\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"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\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"
-"\"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"
+" * 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"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"For Linux, there are a few possible options:\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"
-"áïèçêċŭċôċ ôá äċäïìŬíá óáò óċ îċ÷ùñéóôŜ êáôÜôìçóç, ñŬċé íá ċéëŬîċôċ ìéá\n"
-"êáôÜôìçóç éá \"/home\" (äġíáôüí ìüíï áí Ŭ÷ċôċ áñáÜíù áü ìßá Linux \n"
-"êáôÜôìçóç äéáèŬóéìç).\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\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"
-"Ôï \"ĵíïìá\" óçìáßíċé ôá ċîŜò: \"Ôŭïò äßóêïġ \", \"áñéèìüò äßóêïġ \", \n"
-"\"áñéèìüò êáôÜôìçóçò \"éá áñÜäċéìá, \"hda1\").\n"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\n"
"\n"
-"Ï \"Ôŭïò äßóêïġ \" ċßíáé \"hd\" ċÜí ñüêċéôáé éá äßóêï IDE êáé\n"
-" \"sd\" éá SCSI äßóêï.\n"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\n"
"\n"
-"Ï \"áñéèìüò äßóêïġ \" ċßíáé Üíôá Ŭíá ñÜììá ìċôÜ ôï \"hd\" Ŝ \"sd\".\n"
-"éá ôïġò IDE äßóêïġò: \n"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
"\n"
-" * \"a\" ċßíáé ï \"master äßóêïò óôïí ñŝôï ċëċêôŜ IDE\",\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
-" * \"b\" ċßíáé ï \"slave äßóêïò óôïí ñŝôï ċëċêôŜ IDE\",\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"
-" * \"c\" ċßíáé ï \"master äßóêïò óôïí äċŭôċñï ċëċêôŜ IDE\",\n"
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\n"
"\n"
-" * \"d\" ċßíáé ï \"slave äßóêïò óôïí äċŭôċñï ċëċêôŜ IDE\".\n"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with 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"
-"éá äßóêïġò SCSI, \"a\" ċßíáé ï \"ñŝôïò äßóêïò\", \"b\" ċßíáé ï\n"
-" \"äċŭôċñïò äßóêïò\" êë..."
-
-#: ../../help.pm_.c:79
-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."
+" * Default: selects this entry as being the default Linux selection,\n"
+"selectable by pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
msgstr ""
-"Ç ċêáôÜóôáóç ôïġ Mandrake Linux ċßíáé ìïéñáóìŬíï óċ áñêċôÜ CD-ROM. Ôï \n"
-"DrakX îŬñċé áí Ŭíá ċéëċìŬíï áêŬôï ġÜñ÷ċé óċ Üëëï CD-ROM, èá ċîÜċé ôï \n"
-"ôñŬ÷ïí CD êáé èá ĉçôŜóċé íá ċéóÜċôċ Ŭíá Üëëï üôáí áġôü èá ÷ñċéáóôċß."
-#: ../../help.pm_.c:84
+#: ../../help.pm:1
+#, fuzzy, c-format
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,\n"
-"select one or more of the corresponding groups;\n"
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\n"
"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\n"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\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"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\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"
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
+msgstr ""
+"Ôï DrakX èá ñïóáèŜóċé íá ċíôïßóċé ñïóáñìïċßò SCSI ôŭïġ PCI.\n"
+"ĊÜí ôï DrakX ċíôïßóċé Ŭíáí ñïóáñìïŬá ïġ îŬñċé ŝò íá ôïí "
+"÷ñçóéìïïéŜóċé,\n"
+"èá ċêáôáóôŜóċé áġôüìáôá ôïí êáôÜëëçëï ïäçü\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect 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 fewest packages possible to have a working\n"
-"graphical desktop;\n"
+"ĊÜí Ŭ÷ċôċ ñïóáñìïŬá SCSI ôŭïġ ISA, êÜïéïí ìŜ áíáíùñßóéìï PCI "
+"ñïóáñìïŬá \n"
+"Ŝ äċí Ŭ÷ċôċ êáíŬíáí ñïóáñìïŬá SCSI, ôï DrakX èá óáò ñùôŜóċé ċÜí Ŭ÷ċôċ "
+"êÜïéïí \n"
+"ñïóáñìïŬá SCSI óôï óŭóôçìÜ óáò. ĊÜí äċí Ŭ÷ċôċ, áôŜóôċ áëŝò 'ĵ÷é'. ĊÜí "
+"áôŜóċôċ\n"
+"'Íáé', èá óáò ĉçôçèċß íá áéëŬîċôċ ôïí ôŭï ôïġ áü Ŭíáí êáôÜëïï.\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"
+"ĊÜí ċéëŬîċôċ ñïóáñìïŬá, ôï DrakX èá óáò ñùôŜóċé ċÜí èŬëċôċ íá ïñßóċôċ "
+"ċéëïŬò.\n"
+"ÓġíŜèùò, áöŜíïíôáò ôï DrakX íá ñġèìßóċé áġôüìáôá ôïí ñïóáñìïŬá, äċí èá "
+"Ŭ÷ċôċ ñüâëçìá.\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 to repair or\n"
-"update an existing system."
-msgstr ""
+"Óċ áíôßèċôç ċñßôùóç, èá ñŬċé íá äŝóċôċ ċéëïŬò éá ôïí ïäçü. \n"
+"Óġìâïġëċġôċßôċ ôïí Ïäçü ĊêáôÜóôáóçò éá ôï ŝò èá âñċßôċ áġôŬò ôéò \n"
+"ëçñïöïñßċò áü ôçí ċêáôÜóôáóç ôùí Windows (áí ġÜñ÷ċé), áü ôçí "
+"ôċêìçñßùóç\n"
+"ôïġ ġëéêïŭ Ŝ áü ôçí éóôïóċëßäá ôïġ êáôáóêċġáóôŜ (áí Ŭ÷ċôċ ñüóâáóç óôï "
+"Internet)."
-#: ../../help.pm_.c:135
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\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 installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"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"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\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"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\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 the previous step on how to\n"
-"create such a floppy disk."
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
msgstr ""
-#: ../../help.pm_.c:171
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"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"
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\n"
"\n"
-"You can consult the ``Starter Guide'' chapter about Internet connections\n"
-"for details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way you will be able to load either GNU/Linux or another\n"
+"OS.\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:193
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"time.\n"
+"If it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\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"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\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"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-"Ċäŝ ġÜñ÷ïġí üëċò ïé äéáèŬóéìċò ġçñċóßċò éá ôçí ôñŬ÷ïġóá ċêáôÜóôáóç\n"
-"ĊëŬîôċ ñïóċêôéêÜ êáé áïċéëŬîôċ áġôŬò ïġ äċí ÷ñċéÜĉïíôáé Üíôá êáôÜ\n"
-"ôçí ċêêßíçóç\n"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\n"
"\n"
-"Ìïñċßôċ íá Ŭ÷ċôċ ìéá ìéêñŜ ċċîŜçóç ôçò ġçñċóßáò ċéëŬïíôáò ôçí\n"
-"Áí äċí ċßóôċ âŬâáéïé éá ôï áí ìéá ġçñċóßá ċßíáé Ŝ äċí ċßíáé ÷ñŜóéìç\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
"\n"
-"!! ñïóŬîôċ áġôü ôï âŜìá ċÜí óêïċŭċôċ íá ÷ñçóéìïïéŜóċôċ óôï óŭóôçìá óáí \n"
-"ċîġçñċôçôŜ. Äċí èá èŬëáôċ íá îċêéíŜóċôċ ġçñċóßċò ïġ äċí ÷ñċéÜĉċóôċ, \n"
-"äéüôé ïñéóìŬíċò ġçñċóßċò ċìċñéŬ÷ïġí êéíäŭíïġò áóöáëċßáò ċÜí ġÜñ÷ïġí \n"
-"óċ ċîġçñċôçôŜ.\n"
-"ċíéêÜ, ċéëŬîôċ ìüíï ôéò ġçñċóßċò ïġ ÷ñċéÜĉċóôċ ñáìáôéêÜ.!!"
-
-#: ../../help.pm_.c:210
-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 unselecting \"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"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\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."
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm:1
+#, fuzzy, c-format
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.\n"
-"\n"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". A window will\n"
-"then appear and ask you if you can see it.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\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"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\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. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
-msgstr ""
-
-#: ../../help.pm_.c:246
-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."
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"operating systems!"
msgstr ""
+"Ôï LILO êáé ôï Grub ċßíáé ñïñÜììáôá ċêêßíçóçò: Ìïñïŭí íá ċêêéíŜóïġí \n"
+"ôï GNU/Linux Ŝ ïïéïäŜïôċ Üëëï ëċéôïġñéêü ġÜñ÷ċé óôï óŭóôçìÜ óáò. "
+"ÊáíïíéêÜ, \n"
+"ôá ċéëŬïí ëċéôïġñéêÜ ñïóäéïñßĉïíôáé êáé ñġèìßĉïíôáé óùóôÜ. ĊÜí áġôü "
+"äċí \n"
+"óġíŬâç, ìïñċßôċ íá ñïóèŬóċôċ ċéëŬïí ċéëïŬò óċ áġôŜí ôçí ïèüíç. \n"
+"ñïóŬîôċ íá ċéëŬîċôċ ôéò óùóôŬò áñáìŬôñïġò.\n"
+"\n"
+"Ìïñċßôċ ċßóçò íá áïêëċßóċôċ ôçí ñüóâáóç óċ Üëëá ëċéôïġñéêÜ óġóôŜìáôá "
+"áöáéñŝíôáò\n"
+"ôéò áíôßóôïé÷ċò ċéëïŬò. Óċ áġôŜí üìùò ôçí ċñßôùóç, èá ÷ñċéáóôċßôċ "
+"äéóêŬôôá ċêêßíçóçò\n"
+"éá íá ôá ÷ñçóéìïïéŜóċôċ!"
-#: ../../help.pm_.c:253
+#: ../../help.pm:1
+#, c-format
msgid ""
-"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 bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, 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"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
-msgstr ""
-
-#: ../../help.pm_.c:277
-#, fuzzy
-msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux 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 ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here 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"
+"This dialog allows to finely tune your bootloader:\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. You will then be asked to choose the mount points associated to\n"
-"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\n"
+" * \"Bootloader to use\": there are three choices for your bootloader:\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows 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"
-"Microsoft Windows on the same computer.\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\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"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\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"
-" * \"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"
+" * \"Delay before booting the default image\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\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 option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
msgstr ""
-"Óċ áġôü ôï óçìċßï, ñŬċé íá áïöáóßóċôċ ïŭ èá ċêáôáóôŜóċôċ ôï GNU/Linux\n"
-"óôïí óêëçñü óáò äßóêï. ĊÜí ċßíáé Üäċéïò Ŝ ċÜí Ŭíá Üëëï ëċéôïġñéêü "
-"÷ñçóéìïïéċß\n"
-"üëïí ôïí ÷ŝñï, èá ÷ñċéáóôċß íá ôïí êáôáôìŜóċôċ, äçëáäŜ íá êÜíċôċ Ŭíáí ëïéêü "
-"äéá÷ùñéóìü\n"
-"ôïġ äßóêïġ óċ äéáìċñßóìáôá, ŝóôċ íá äçìéïġñŜóċôċ ÷ŝñï éá ôçí ċêáôÜóôáóç "
-"ôïġ Mandrake Linux.\n"
-"\n"
-"\n"
-"ĊċéäŜ ç êáôÜôìçóç ċßíáé óġíŜèùò ìéá ìç áíôéóôñċôŜ ċñáóßá, ìïñċß íá ċßíáé "
-"äŭóêïëç êáé \n"
-"á÷ùôéêŜ éá Ŭíáí áñ÷Üñéï ÷ñŜóôç.\n"
-"Áġôü ôï ñüñáììá áëïïéċß ôçí äéáäéêáóßá. ñéí áñ÷ßóċôċ, áñáêáëŝ "
-"óġìâïġëċġèċßôċ ôï \n"
-"ċ÷ċéñßäéï ÷ñŜóçò êáé ìçí âéáóôċßôċ.\n"
-"\n"
+
+#: ../../help.pm:1
+#, c-format
+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 the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it be difficult to become \"root\".\n"
"\n"
-"Èá ÷ñċéáóôċßôċ ôïġëÜ÷éóôïí äŭï êáôáôìŜóċéò. Ìßá éá ôï ëċéôïġñéêü óŭóôçìá "
-"êáé Üëëç ìßá éá \n"
-"ôçí ċéêïíéêŜ ìíŜìç (swap).\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"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\n"
"\n"
-"ĊÜí ġÜñ÷ïġí Ŝäç êáôáôìŜóċéò áü ñïçïŭìċíç ċêáôÜóôáóç Ŝ áü Üëëï "
-"ċñáëċßï, èá ÷ñċéáóôċß\n"
-"áëŝò íá ċéëŬîċôċ óċ ïéŬò áü áġôŬò èá ċêáôáóôŜóċôċ ôï Linux óáò.\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. 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"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\n"
"\n"
-"ĊÜí äċí ġÜñ÷ïġí êáôáôìŜóċéò, ñŬċé íá ôéò äçìéïġñŜóċôċ ìċ ôï áñáÜíù "
-"ċñáëŬéï. ÁíÜëïá ìċ \n"
-"ôçí êáôÜóôáóç ôïġ äßóêïġ óáò, ġÜñ÷ïġí äéÜöïñċò ëŭóċéò:\n"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
"\n"
-"* ×ñŜóç ġÜñ÷ïíôùí êáôáôìŜóċùí: ÂñŬèçêáí ìßá Ŝ ċñéóóüôċñċò êáôáôìŜóċéò "
-"Linux óôï óŭóôçìÜ óáò.\n"
-" ĊÜí èŬëċôċ íá ôéò êñáôŜóċôċ, ċéëŬîôċ áġôŜí ôçí ċéëïŜ.\n"
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+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:1
+#, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\n"
"\n"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"from the provided list.\n"
"\n"
-"* ÄéáñáöŜ ïëüêëçñïġ ôïġ äßóêïġ: ĊÜí èŬëċôċ íá äéáñÜĝċôċ üëá ôá äċäïìŬíá "
-"êáé üëċò ôéò ġÜñ÷ïġóċò\n"
-" êáôáôìŜóċéò êáé íá ôá áíéêáôáóôŜóċôċ ìċ ôï íŬï óáò Mandrake Linux óŭóôçìá, "
-"ċéëŬîôċ áġôŜí ôçí \n"
-" ċéëïŜ. ÑÏÓÏ×Ç: Äċí ġÜñ÷ċé ôñüïò íá áíôéóôñŬĝċôċ ôçí äéáäéêáóßá\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 and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\n"
"\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\n"
"\n"
-"* ×ñŜóç ċëċŭèċñïġ ÷ŝñïġ óôçí êáôÜôìçóç ôùí Windows: ĊÜí Ŭ÷ċôċ ċêáôċóôçìŬíá "
-"ôá Microsoft Windows\n"
-" êáé êáôáëáìâÜíïġí üëï ôïí ÷ŝñï ôïġ äßóêïġ, ñŬċé íá äçìéïġññŜóċôċ "
-"ċëŬġèċñï ÷ŝñï éá ôï Linux.\n"
-" éá íá ßíċé áġôü, ìïñċßôċ ċßôċ íá äéáñÜĝċôċ ôçí êáôÜôìçóç ôùí Windows "
-"êáé üëá ôá äċäïìŬíá ôïġò\n"
-" (äċò \"ÄéáñáöŜ ïëüêëçñïġ ôïġ äßóêïġ\" Ŝ \"Ċéäéêüò\") Ŝ íá óġññéêíŝóċôċ "
-"ôçí êáôÜôìçóç ôùí Windows.\n"
-" Ç óġññßêíùóç ìïñċß íá ßíċé ÷ùñßò áŝëċéá äċäïìŬíùí. ÁġôŜ ç ëŭóç "
-"óġíßóôáôáé ċÜí èŬëċôċ íá ÷ñçóéìïïéċßôċ\n"
-" Microsoft Windows êáé Mandrake Linux óôïí ßäéï ġïëïéóôŜ.\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\n"
"\n"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\n"
"\n"
-" ñéí áïöáóßóċôċ íá óġññéêíŝóċôċ ôïí äßóêï, ñŬċé íá êáôáëÜâċôċ üôé ìċôÜ "
-"áü áġôŜí ôçí äéáäéêáóßá\n"
-" èá Ŭ÷ċôċ ëéüôċñï ÷ŝñï äéáèŬóéìï áü ôá Windows éá áïèŜêċġóç äċäïìŬíùí Ŝ "
-"ċêáôÜóôáóç ċöáñìïŝí.\n"
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
"\n"
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\n"
"\n"
-"* Ċéäéêüò: ĊÜí èŬëċôċ íá êáôáôìŜóċôċ ċóċßò ôïí äßóêï óáò, ÷ùñßò áġôüìáôċò "
-"áïöÜóċéò. Ċßíáé ìéá \n"
-" ċéëïŜ ìċ ïëëŬò äġíáôüôçôċò áëëÜ ċéêßíäġíç, ìéá êáé ìïñċßôċ íá ÷Üóċôċ "
-"üëá ôá äċäïìŬíá óáò\n"
-" ċÜí êÜíċôċ êÜïéï ëÜèïò. Âċâáéùèċßôċ üôé îŬñċôċ ôé êÜíċôċ ñùôïŭ "
-"ñï÷ùñŜóċôċ."
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
+msgstr ""
-#: ../../help.pm_.c:347
+#: ../../help.pm:1
+#, c-format
msgid ""
-"There you are. Installation is now completed 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"
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\n"
"\n"
-"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\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"
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\n"
"\n"
-" Note that two different options are available after clicking the button:\n"
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\n"
"\n"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+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"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
+"\"Capacity\".\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"
+"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\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"
+"\"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"
-"(*) 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 on it).\n"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-"it.\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
+" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
+"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
+"\"second lowest SCSI ID\", etc.\n"
"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
+"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
+"disk or partition is called \"C:\")."
msgstr ""
-"Ïé íŬċò êáôáôìŜóċéò ñŬċé íá äéáìïñöùèïŭí (äçëáäŜ íá äçìéïġñçèċß Ŭíá\n"
-"óŭóôçìá áñ÷ċßùí) ñïôïŭ ÷ñçóéìïïéçèïŭí.\n"
+"ċñéóóüôċñċò ôùí ìßá êáôáôìŜóċéò Windows âñŬèçêáí óôïí äßóêï óáò. áñáêáëŝ \n"
+"ċéëŬîôċ ïéá èŬëċôċ íá óġññéêíŝóċôċ éá íá ċêáôáóôŜóċôċ ôï Mandrake "
+"Linux.\n"
"\n"
-"Ìïñċßôċ ċßóçò íá äéáìïñöŝóċôċ êÜïéċò ñïûÜñ÷ïġóċò êáôáôìŜóċéò éá íá \n"
-"äéáñÜĝċôċ ôá äċäïìŬíá ôïġò. ĊÜí èŬëċôċ êÜôé ôŬôïéï, áñáêáëŝ ċéëŬîôċ \n"
-"ôéò êáôáôìŜóċéò ïġ èŬëċôċ íá äéáìïñöŝóċôċ .\n"
+"ÊÜèċ êáôÜôìçóç áíáöŬñċôáé ùò: \"ĵíïìá Linux\", \"ĵíïìá Windows\"\n"
+"\"×ùñçôéêüôçôá\".\n"
"\n"
-"Óçìċéŝóôċ üôé äċí ċßíáé ááñáßôçôï íá äéáìïñöŝóċôċ üëċò ôéò ñïûÜñ÷ïġóċò \n"
-"êáôáôìŜóċéò. ñŬċé íá äéáìïñöŝóċôċ ôéò êáôáôìŜóċéò ïġ ċñéŬ÷ïġí ôï\n"
-"ëċéôïġñéêü óŭóôçìá (üùò ïé \"/\", \"/usr\" êáé \"/var\"), áëëÜ äċí "
-"÷ñċéÜĉċôáé\n"
-"íá äéáìïñöŝóċôċ êáôáôìŜóċéò ïġ ċñéŬ÷ïġí äċäïìŬíá ïġ èŬëċôċ íá êñáôŜóċôċ\n"
-"(óġíŜèùò ç \"/home\").\n"
+"Ôï üíïìá Linux óçìáßíċé ôá ċîŜò: \"Ôŭïò äßóêïġ\",\"áñéèìüò äßóêïġ\",\n"
+"\"áñéèìüò êáôÜôìçóçò éá áñÜäċéìá, \"hda1\").\n"
"\n"
-"áñáêáëŝ íá ċßóôċ ñïóċêôéêïß êáèŝò ìċôÜ áü áġôŜí ôçí äéáäéêáóßá üëá ôá \n"
-"äċäïìŬíá óôéò êáôáôìŜóċéò áġôŬò èá ÷áèïŭí áìċôÜêëçôá.\n"
+"Ï \"Ôŭïò äßóêïġ\" ċßíáé \"hd\" ċÜí ñüêċéôáé éá äßóêï IDE êáé \"sd\" \n"
+"éá SCSI äßóêï.\n"
"\n"
-"áôŜóôċ \"OK\" üôáí ċßóôċ Ŭôïéìïé íá îċêéíŜóċôċ ôçí äéáäéêáóßá.\n"
+"Ï \" áñéèìüò äßóêïġ\"ċßíáé Üíôá Ŭíá ñÜììá ìċôÜ ôï \"hd\" Ŝ \"sd\". éá\n"
+"ôïġò IDE äßóêïġò: \n"
"\n"
-"áôŜóôċ \"Áêŭñùóç\" ċÜí èŬëċôċ íá áëëÜîċôċ ôéò ċéëïŬò óáò êáé íá \n"
-" ÷ñçóéìïïéŜóċôċ Üëëċò êáôáôìŜóċéò éá ôçí ċêáôÜóôáóç ôïġ Mandrake Linux.\n"
+" * \"a\" ċßíáé ï \"master äßóêïò óôïí ñŝôï ċëċêôŜ IDE\",\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"
+" * \"b\" ċßíáé ï \"slave äßóêïò óôïí ñŝôï ċëċêôŜ IDE\",\n"
"\n"
-"Please be patient."
-msgstr ""
-"Ôï íŬï óáò ëċéôïġñéêü óŭóôçìá Mandrake Linux ċêáèßóôáôáé.\n"
-"ÁġôŜ ç äéáäéêáóßá èá Üñċé êÜïéá ŝñá, áíÜëïá ìċ ôïí áñéèìü ôùí áêŬôùí \n"
-"ïġ ċéëŬîáôċ êáé ôçí ôá÷ŭôçôá ôïġ ġïëïéóôŜ óáò.\n"
+" * \"c\" ċßíáé ï \"master äßóêïò óôïí äċŭôċñï ċëċêôŜ IDE\",\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 able 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"
+" * \"d\" ċßíáé ï \"slave äßóêïò óôïí äċŭôċñï ċëċêôŜ IDE\".\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 included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"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"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"éá äßóêïġò SCSI, \"a\" ċßíáé ï ñŝôïò äßóêïò, \"b\" ċßíáé ï äċŭôċñïò "
+"äßóêïò\n"
+" êë...\n"
"\n"
-"If you do not know what to choose, keep the default option."
-msgstr ""
+"Ôï \"ĵíïìá Windows\" ċßíáé ôï ñÜììá ôçò êáôÜôìçóçò üùò öáßíċôáé áü ôá\n"
+"Windows (ï ñŝôïò äßóêïò Ŝ êáôÜôìçóç ëŬċôáé \"C:\")."
-#: ../../help.pm_.c:442
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
@@ -3267,59 +1866,63 @@ msgid ""
"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"
+"drive\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\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\n"
-"recommended to perform this step;\n"
+"recommended that you perform this step.\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a floppy disk;\n"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a 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"
+"doesn't always work.\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\n"
"\n"
" * \"Removable media automounting\": unchecking this option will force\n"
"users 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\n"
-"your hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\n"
"\n"
" * \"Done\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
+"partitions using [Tab] and the [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"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
-" * Ctrl-d to delete a partition;\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-" * Ctrl-m to set the mount point.\n"
+" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different filesystem types available, please\n"
+"To get information about the different file system 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"
+"``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."
@@ -3406,550 +2009,710 @@ msgstr ""
".÷. 50ÌÂ, ßóùò ôçí âñċßôċ ÷ñŜóéìç éá áïèŜêċġóç \n"
"ċíüò ġñŜíá êáé ramdisk image éá ċßïġóċò êáôáóôÜóċéò."
-#: ../../help.pm_.c:513
+#: ../../help.pm:1
+#, c-format
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"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\n"
"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
+"If you do not know what to choose, keep the default option."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able 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"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"the selected package( s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm:1
+#, fuzzy, c-format
+msgid ""
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\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"
+"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"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\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"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
+"it.\n"
"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
+"Click on \"Next ->\" when you are ready to format partitions.\n"
"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new Mandrake Linux operating system installation.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\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"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Ìïñċßôċ ċßóçò íá äéáìïñöŝóċôċ êÜïéċò ñïûÜñ÷ïġóċò êáôáôìŜóċéò éá íá \n"
+"äéáñÜĝċôċ ôá äċäïìŬíá ôïġò. ĊÜí èŬëċôċ êÜôé ôŬôïéï, áñáêáëŝ ċéëŬîôċ \n"
+"ôéò êáôáôìŜóċéò ïġ èŬëċôċ íá äéáìïñöŝóċôċ .\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"
+"ëċéôïġñéêü óŭóôçìá (üùò ïé \"/\", \"/usr\" êáé \"/var\"), áëëÜ äċí "
+"÷ñċéÜĉċôáé\n"
+"íá äéáìïñöŝóċôċ êáôáôìŜóċéò ïġ ċñéŬ÷ïġí äċäïìŬíá ïġ èŬëċôċ íá êñáôŜóċôċ\n"
+"(óġíŜèùò ç \"/home\").\n"
"\n"
-"ÊÜèċ êáôÜôìçóç áíáöŬñċôáé ùò: \"ĵíïìá Linux\", \"ĵíïìá Windows\"\n"
-"\"×ùñçôéêüôçôá\".\n"
+"áñáêáëŝ íá ċßóôċ ñïóċêôéêïß êáèŝò ìċôÜ áü áġôŜí ôçí äéáäéêáóßá üëá ôá \n"
+"äċäïìŬíá óôéò êáôáôìŜóċéò áġôŬò èá ÷áèïŭí áìċôÜêëçôá.\n"
"\n"
-"Ôï üíïìá Linux óçìáßíċé ôá ċîŜò: \"Ôŭïò äßóêïġ\",\"áñéèìüò äßóêïġ\",\n"
-"\"áñéèìüò êáôÜôìçóçò éá áñÜäċéìá, \"hda1\").\n"
+"áôŜóôċ \"OK\" üôáí ċßóôċ Ŭôïéìïé íá îċêéíŜóċôċ ôçí äéáäéêáóßá.\n"
"\n"
-"Ï \"Ôŭïò äßóêïġ\" ċßíáé \"hd\" ċÜí ñüêċéôáé éá äßóêï IDE êáé \"sd\" \n"
-"éá SCSI äßóêï.\n"
+"áôŜóôċ \"Áêŭñùóç\" ċÜí èŬëċôċ íá áëëÜîċôċ ôéò ċéëïŬò óáò êáé íá \n"
+" ÷ñçóéìïïéŜóċôċ Üëëċò êáôáôìŜóċéò éá ôçí ċêáôÜóôáóç ôïġ Mandrake Linux.\n"
"\n"
-"Ï \" áñéèìüò äßóêïġ\"ċßíáé Üíôá Ŭíá ñÜììá ìċôÜ ôï \"hd\" Ŝ \"sd\". éá\n"
-"ôïġò IDE äßóêïġò: \n"
+"áôŜóôċ \"éá ñï÷ùñçìŬíïġò\" ċÜí èŬëċôċ íá ċéëŬîċôċ êáôáôìŜóċéò ïġ èá \n"
+"ċëċ÷èïŭí éá ċóöáëìŬíá ôìŜìáôá óôïí äßóêï."
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\n"
"\n"
-" * \"a\" ċßíáé ï \"master äßóêïò óôïí ñŝôï ċëċêôŜ IDE\",\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-" * \"b\" ċßíáé ï \"slave äßóêïò óôïí ñŝôï ċëċêôŜ IDE\",\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"that will automatically perform a whole installation without the help of an\n"
+"operator, similar to the installation you just configured.\n"
"\n"
-" * \"c\" ċßíáé ï \"master äßóêïò óôïí äċŭôċñï ċëċêôŜ IDE\",\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-" * \"d\" ċßíáé ï \"slave äßóêïò óôïí äċŭôċñï ċëċêôŜ IDE\".\n"
+" * \"Replay\". This is a partially automated installation. The\n"
+"partitioning step is the only interactive procedure.\n"
"\n"
-"éá äßóêïġò SCSI, \"a\" ċßíáé ï ñŝôïò äßóêïò, \"b\" ċßíáé ï äċŭôċñïò "
-"äßóêïò\n"
-" êë...\n"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\n"
"\n"
-"Ôï \"ĵíïìá Windows\" ċßíáé ôï ñÜììá ôçò êáôÜôìçóçò üùò öáßíċôáé áü ôá\n"
-"Windows (ï ñŝôïò äßóêïò Ŝ êáôÜôìçóç ëŬċôáé \"C:\")."
-
-#: ../../help.pm_.c:544
-msgid "Please be patient. This operation can take several minutes."
-msgstr "áñáêáëŝ ċñéìŬíċôċ. ÁġôŜ ç äéáäéêáóßá ìïñċß íá Üñċé ìċñéêÜ ëċôÜ."
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\n"
+"\n"
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>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:547
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
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\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
+"At this point, you need to decide 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"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux system.\n"
"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, take your time.\n"
"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
+"Depending on your hard drive configuration, several options are available:\n"
+"\n"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\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. You will then be asked to choose the mount points associated with\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and for the most part it's a good idea to keep them.\n"
"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
+" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\n"
"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
+" Before choosing this option, please understand that after this\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store your data or to install new software.\n"
"\n"
-"Depending on your GNU/Linux knowledge, select one of the following choices:\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, because you will not be able to\n"
+"undo your choice after you confirm.\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"
+" !! If you choose this option, all data on your disk will be deleted. !!\n"
"\n"
-" * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
+" * \"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"
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
msgstr ""
-"áñáêáëŝ ċéëŬîôċ \"ĊêáôÜóôáóç\" ċÜí äċí ġÜñ÷ċé ċêáôċóôçìŬíç áëáéüôċñç "
-"Ŭêäïóç ôïġ Mandrake Linux\n"
-"Ŝ ċÜí èŬëċôċ íá ÷ñçóéìïïéŜóċôċ ċñéóóüôċñá ôïġ ċíüò ëċéôïġñéêÜ óġóôŜìáôá.\n"
+"Óċ áġôü ôï óçìċßï, ñŬċé íá áïöáóßóċôċ ïŭ èá ċêáôáóôŜóċôċ ôï GNU/Linux\n"
+"óôïí óêëçñü óáò äßóêï. ĊÜí ċßíáé Üäċéïò Ŝ ċÜí Ŭíá Üëëï ëċéôïġñéêü "
+"÷ñçóéìïïéċß\n"
+"üëïí ôïí ÷ŝñï, èá ÷ñċéáóôċß íá ôïí êáôáôìŜóċôċ, äçëáäŜ íá êÜíċôċ Ŭíáí ëïéêü "
+"äéá÷ùñéóìü\n"
+"ôïġ äßóêïġ óċ äéáìċñßóìáôá, ŝóôċ íá äçìéïġñŜóċôċ ÷ŝñï éá ôçí ċêáôÜóôáóç "
+"ôïġ Mandrake Linux.\n"
"\n"
"\n"
-"ĊéëŬîôċ \"ÁíáâÜèìéóç\" ċÜí èŬëċôċ íá áíáâáèìßóċôċ ìéá ñïûÜñ÷ïġóá "
-"ċêáôÜóôáóç ôïġ Mandrake Linux\n"
+"ĊċéäŜ ç êáôÜôìçóç ċßíáé óġíŜèùò ìéá ìç áíôéóôñċôŜ ċñáóßá, ìïñċß íá ċßíáé "
+"äŭóêïëç êáé \n"
+"á÷ùôéêŜ éá Ŭíáí áñ÷Üñéï ÷ñŜóôç.\n"
+"Áġôü ôï ñüñáììá áëïïéċß ôçí äéáäéêáóßá. ñéí áñ÷ßóċôċ, áñáêáëŝ "
+"óġìâïġëċġèċßôċ ôï \n"
+"ċ÷ċéñßäéï ÷ñŜóçò êáé ìçí âéáóôċßôċ.\n"
"\n"
"\n"
-"ÁíÜëïá ìċ ôéò íŝóċéò óáò óôï GNU/Linux, ìïñċßôċ íá ċéëŬîċôċ Ŭíá áü ôá "
-"áñáêÜôù ċßċäá ċêáôÜóôáóçò\n"
-"Ŝ áíáâÜèìéóçò ôïġ Mandrake Linux:\n"
+"Èá ÷ñċéáóôċßôċ ôïġëÜ÷éóôïí äŭï êáôáôìŜóċéò. Ìßá éá ôï ëċéôïġñéêü óŭóôçìá "
+"êáé Üëëç ìßá éá \n"
+"ôçí ċéêïíéêŜ ìíŜìç (swap).\n"
"\n"
-"* Óġíéóôŝìċíï: ĊÜí äċí Ŭ÷ċôċ îáíáċêáôáóôŜóċé ïôŬ Ŭíá GNU/Linux óŭóôçìá. Ç "
-"ċêáôÜóôáóç èá ċßíáé \n"
-" ïëŭ ċŭêïëç êáé èá óáò ĉçôçèċß íá ááíôŜóċôċ ëßċò ċñùôŜóċéò.\n"
"\n"
+"ĊÜí ġÜñ÷ïġí Ŝäç êáôáôìŜóċéò áü ñïçïŭìċíç ċêáôÜóôáóç Ŝ áü Üëëï "
+"ċñáëċßï, èá ÷ñċéáóôċß\n"
+"áëŝò íá ċéëŬîċôċ óċ ïéŬò áü áġôŬò èá ċêáôáóôŜóċôċ ôï Linux óáò.\n"
"\n"
-"* ñïóáñìïóìŬíç: ĊÜí ċßóôċ ċîïéêċéùìŬíïò ìċ ôï GNU/Linux, ìïñċßôċ íá "
-"ċéëŬîċôċ ôçí âáóéêŜ ÷ñŜóç\n"
-" (ċîġçñċôçôŜò, óôáèìüò ċñáóßáò) ôïġ óġóôŜìáôüò óáò. Èá ÷ñċéáóôċß íá "
-"ááíôŜóċôċ óċ ċñéóóüôċñċò\n"
-" ċñùôŜóċéò, ïüôċ èá ñŬċé íá Ŭ÷ċôċ êÜïéċò âáóéêŬò íŝóċéò ó÷ċôéêÜ ìċ ôçí "
-"ëċéôïġñßá ôïġ GNU/Linux.\n"
"\n"
+"ĊÜí äċí ġÜñ÷ïġí êáôáôìŜóċéò, ñŬċé íá ôéò äçìéïġñŜóċôċ ìċ ôï áñáÜíù "
+"ċñáëŬéï. ÁíÜëïá ìċ \n"
+"ôçí êáôÜóôáóç ôïġ äßóêïġ óáò, ġÜñ÷ïġí äéÜöïñċò ëŭóċéò:\n"
"\n"
-"* Ċéäéêüò: ĊÜí Ŭ÷ċôċ ċìċéñßá ìċ ôï GNU/Linux. ĵùò êáé áñáÜíù, ìïñċßôċ "
-"íá ċéëŬîċôċ ôçí âáóéêŜ\n"
-" ÷ñŜóç ôïġ óġóôŜìáôïò. Èá ìïñŬóċôċ ċßóçò íá ñïóáñìüóċôċ ôï óŭóôçìá óôéò "
-"áíÜêċò óáò ëċôïìċñŝò,\n"
-" áëëÜ èá ÷ñċéáóôċß íá ááíôŜóċôċ óċ ċîċéäéêċġìŬíċò ċñùôŜóċéò ïġ "
-"ñïûïèŬôïġí ċîċéäéêċġìŬíċò íŝóċéò.\n"
-" Âċâáéùèċßôċ üôé îŬñċôċ ôé êÜíċôċ ñùôïŭ ċéëŬîċôċ áġôŜí ôçí ċêáôÜóôáóç."
-
-#: ../../help.pm_.c:582
-msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\n"
+"* ×ñŜóç ġÜñ÷ïíôùí êáôáôìŜóċùí: ÂñŬèçêáí ìßá Ŝ ċñéóóüôċñċò êáôáôìŜóċéò "
+"Linux óôï óŭóôçìÜ óáò.\n"
+" ĊÜí èŬëċôċ íá ôéò êñáôŜóċôċ, ċéëŬîôċ áġôŜí ôçí ċéëïŜ.\n"
"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
"\n"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
-msgstr ""
+"* ÄéáñáöŜ ïëüêëçñïġ ôïġ äßóêïġ: ĊÜí èŬëċôċ íá äéáñÜĝċôċ üëá ôá äċäïìŬíá "
+"êáé üëċò ôéò ġÜñ÷ïġóċò\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:598
+#: ../../help.pm:1
+#, c-format
msgid ""
-"The first step is to choose your preferred language.\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-"Please choose your preferred language for installation and system usage.\n"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"section, click on the box corresponding to \"Spanish|Spain\".\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue.\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
"\n"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
-#: ../../help.pm_.c:617
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it 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.\n"
+"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:1
+#, c-format
+msgid ""
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Resolution\n"
"\n"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
msgstr ""
-#: ../../help.pm_.c:638
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
+"Monitor\n"
+"\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
msgstr ""
-"áñáêáëŝ ċéëŬîôċ ôçí êáôÜëëçëç èŭñá. éá áñÜäċéìá,\n"
-"ç\"COM1\" óôá Windows ïíïìÜĉċôáé \"ttyS0\" óôï GNU/Linux."
-#: ../../help.pm_.c:642
-msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to be difficult to become \"root\".\n"
+#: ../../help.pm:1
+#, c-format
+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 upon.\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"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\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"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\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"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\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 either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your 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:678
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\n"
+"Monitor\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"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\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"
+"Resolution\n"
"\n"
-" * \"GRUB\": if you prefer grub (text menu);\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\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\n"
-"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"
+"Test\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"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\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 for the expert user."
-msgstr ""
-
-#: ../../help.pm_.c:718
-#, fuzzy
-msgid ""
-"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.\n"
+"Options\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!"
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
msgstr ""
-"Ôï LILO êáé ôï Grub ċßíáé ñïñÜììáôá ċêêßíçóçò: Ìïñïŭí íá ċêêéíŜóïġí \n"
-"ôï GNU/Linux Ŝ ïïéïäŜïôċ Üëëï ëċéôïġñéêü ġÜñ÷ċé óôï óŭóôçìÜ óáò. "
-"ÊáíïíéêÜ, \n"
-"ôá ċéëŬïí ëċéôïġñéêÜ ñïóäéïñßĉïíôáé êáé ñġèìßĉïíôáé óùóôÜ. ĊÜí áġôü "
-"äċí \n"
-"óġíŬâç, ìïñċßôċ íá ñïóèŬóċôċ ċéëŬïí ċéëïŬò óċ áġôŜí ôçí ïèüíç. \n"
-"ñïóŬîôċ íá ċéëŬîċôċ ôéò óùóôŬò áñáìŬôñïġò.\n"
-"\n"
-"Ìïñċßôċ ċßóçò íá áïêëċßóċôċ ôçí ñüóâáóç óċ Üëëá ëċéôïġñéêÜ óġóôŜìáôá "
-"áöáéñŝíôáò\n"
-"ôéò áíôßóôïé÷ċò ċéëïŬò. Óċ áġôŜí üìùò ôçí ċñßôùóç, èá ÷ñċéáóôċßôċ "
-"äéóêŬôôá ċêêßíçóçò\n"
-"éá íá ôá ÷ñçóéìïïéŜóċôċ!"
-#: ../../help.pm_.c:732
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
+"Graphic Card\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
-msgstr ""
-"ñŬċé íá ñïóäéïñßóċôċ ïŭ èŬëċôċ íá ċêáôáóôáèïŭí ïé ëçñïöïñßċò ïġ \n"
-"ċßíáé ááñáßôçôċò éá ôçí ċêêßíçóç ôïġ GNU/Linux.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\n"
"\n"
-"Ċêôüò êáé áí îŬñċôċ ïëŭ êáëÜ ôé êÜíċôċ, ċéëŬîôċ \"ñŝôïò ôïìŬáò\n"
-"ôïġ äßóêïġ (MBR)\"."
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
-#: ../../help.pm_.c:739
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a 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 first 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\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
msgstr ""
-#: ../../help.pm_.c:759
-#, fuzzy
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
+"This step is used to choose which services you wish to start at boot time.\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 with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to return to the SCSI interface question.\n"
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\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"
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"it is safer to leave the default behavior.\n"
"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to manually provide options to the driver."
+"!! 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 that 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 ""
-"Ôï DrakX èá ñïóáèŜóċé íá ċíôïßóċé ñïóáñìïċßò SCSI ôŭïġ PCI.\n"
-"ĊÜí ôï DrakX ċíôïßóċé Ŭíáí ñïóáñìïŬá ïġ îŬñċé ŝò íá ôïí "
-"÷ñçóéìïïéŜóċé,\n"
-"èá ċêáôáóôŜóċé áġôüìáôá ôïí êáôÜëëçëï ïäçü\n"
+"Ìïñċßôċ ôŝñá íá ċéëŬîċôċ ïéċò ġçñċóßċò èŬëċôċ íá îċêéíïŭí êáôÜ ôçí \n"
+"ċêêßíçóç.\n"
"\n"
+"Ċäŝ ġÜñ÷ïġí üëċò ïé äéáèŬóéìċò ġçñċóßċò éá ôçí ôñŬ÷ïġóá ċêáôÜóôáóç\n"
+"ĊëŬîôċ ñïóċêôéêÜ êáé áïċéëŬîôċ áġôŬò ïġ äċí ÷ñċéÜĉïíôáé Üíôá êáôÜ\n"
+"ôçí ċêêßíçóç\n"
"\n"
-"ĊÜí Ŭ÷ċôċ ñïóáñìïŬá SCSI ôŭïġ ISA, êÜïéïí ìŜ áíáíùñßóéìï PCI "
-"ñïóáñìïŬá \n"
-"Ŝ äċí Ŭ÷ċôċ êáíŬíáí ñïóáñìïŬá SCSI, ôï DrakX èá óáò ñùôŜóċé ċÜí Ŭ÷ċôċ "
-"êÜïéïí \n"
-"ñïóáñìïŬá SCSI óôï óŭóôçìÜ óáò. ĊÜí äċí Ŭ÷ċôċ, áôŜóôċ áëŝò 'ĵ÷é'. ĊÜí "
-"áôŜóċôċ\n"
-"'Íáé', èá óáò ĉçôçèċß íá áéëŬîċôċ ôïí ôŭï ôïġ áü Ŭíáí êáôÜëïï.\n"
+"Ìïñċßôċ íá Ŭ÷ċôċ ìéá ìéêñŜ ċċîŜçóç ôçò ġçñċóßáò ċéëŬïíôáò ôçí\n"
+"Áí äċí ċßóôċ âŬâáéïé éá ôï áí ìéá ġçñċóßá ċßíáé Ŝ äċí ċßíáé ÷ñŜóéìç\n"
+"ċßíáé êáëŭôċñá íá áöŜóċôċ ôçí ñïċéëċìŬíç ċéëïŜ\n"
"\n"
+"!! ñïóŬîôċ áġôü ôï âŜìá ċÜí óêïċŭċôċ íá ÷ñçóéìïïéŜóċôċ óôï óŭóôçìá óáí \n"
+"ċîġçñċôçôŜ. Äċí èá èŬëáôċ íá îċêéíŜóċôċ ġçñċóßċò ïġ äċí ÷ñċéÜĉċóôċ, \n"
+"äéüôé ïñéóìŬíċò ġçñċóßċò ċìċñéŬ÷ïġí êéíäŭíïġò áóöáëċßáò ċÜí ġÜñ÷ïġí \n"
+"óċ ċîġçñċôçôŜ.\n"
+"ċíéêÜ, ċéëŬîôċ ìüíï ôéò ġçñċóßċò ïġ ÷ñċéÜĉċóôċ ñáìáôéêÜ.!!"
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\n"
"\n"
-"ĊÜí ċéëŬîċôċ ñïóáñìïŬá, ôï DrakX èá óáò ñùôŜóċé ċÜí èŬëċôċ íá ïñßóċôċ "
-"ċéëïŬò.\n"
-"ÓġíŜèùò, áöŜíïíôáò ôï DrakX íá ñġèìßóċé áġôüìáôá ôïí ñïóáñìïŬá, äċí èá "
-"Ŭ÷ċôċ ñüâëçìá.\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\n"
"\n"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
"\n"
-"Óċ áíôßèċôç ċñßôùóç, èá ñŬċé íá äŝóċôċ ċéëïŬò éá ôïí ïäçü. \n"
-"Óġìâïġëċġôċßôċ ôïí Ïäçü ĊêáôÜóôáóçò éá ôï ŝò èá âñċßôċ áġôŬò ôéò \n"
-"ëçñïöïñßċò áü ôçí ċêáôÜóôáóç ôùí Windows (áí ġÜñ÷ċé), áü ôçí "
-"ôċêìçñßùóç\n"
-"ôïġ ġëéêïŭ Ŝ áü ôçí éóôïóċëßäá ôïġ êáôáóêċġáóôŜ (áí Ŭ÷ċôċ ñüóâáóç óôï "
-"Internet)."
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
+msgstr ""
-#: ../../help.pm_.c:781
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You can add additional entries for yaboot, either for other operating\n"
-"systems, alternate kernels, or for an emergency boot image.\n"
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present 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"
-"For other OSes, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
+"Whenever you select a package on the tree, a description appears on the\n"
+"right to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"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 during boot. !!\n"
"\n"
-"For Linux, there are a few possible options:\n"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\n"
"\n"
-" * Label: this is simply the name you will have to type at the yaboot\n"
-"prompt to select this boot option;\n"
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such a floppy."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+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"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\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"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\n"
"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\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"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\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"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\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"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working graphical desktop.\n"
"\n"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a filesystem check before the system becomes ``live''.\n"
-"Here, you can override this option;\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"
-" * 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"
+" * \"Truly minimal install\": will install the absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\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."
+"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:1
+#, fuzzy, c-format
+msgid ""
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD as required."
msgstr ""
+"Ç ċêáôÜóôáóç ôïġ Mandrake Linux ċßíáé ìïéñáóìŬíï óċ áñêċôÜ CD-ROM. Ôï \n"
+"DrakX îŬñċé áí Ŭíá ċéëċìŬíï áêŬôï ġÜñ÷ċé óċ Üëëï CD-ROM, èá ċîÜċé ôï \n"
+"ôñŬ÷ïí CD êáé èá ĉçôŜóċé íá ċéóÜċôċ Ŭíá Üëëï üôáí áġôü èá ÷ñċéáóôċß."
-#: ../../help.pm_.c:828
+#: ../../help.pm:1
+#, fuzzy, c-format
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"
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
-"Yaboot's main options are:\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\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"
+"\"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"
-" * 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"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt;\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+" * \"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:860
-msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may not), see the following entries:\n"
+"áñáÜíù âëŬċôċ Ŭíáí êáôÜëïï ìċ ôéò êáôáôìŜóċéò Linux ïġ ċíôïßóôçêáí \n"
+"óôïí äßóêï óáò. Ìïñċßôċ íá êñáôŜóċôċ ôéò áġôüìáôċò ċéëïŬò, ċßíáé êáëŬò "
+"éá \n"
+"óġíçèéóìŬíç ÷ñŜóç. ĊÜí áëëÜîċôċ áġôŬò ôéò ċéëïŬò, ñŬċé íá Ŭ÷ċôċ \n"
+"ôïġëÜ÷éóôïí ìéá âáóéêŜ êáôÜôìçóç (root, \"/\"). Ìçí ċéëŬîċôċ ìéá ïëŭ "
+"ìéêñŜ\n"
+"êáôÜôìçóç éáôß äċí èá Ŭ÷ċôċ ÷ŝñï éá ċêáôÜóôáóç ëïéóìéêïŭ. ĊÜí èŬëċôċ íá\n"
+"áïèçêċŭċôċ ôá äċäïìŬíá óáò óċ îċ÷ùñéóôŜ êáôÜôìçóç, ñŬċé íá ċéëŬîċôċ ìéá\n"
+"êáôÜôìçóç éá \"/home\" (äġíáôüí ìüíï áí Ŭ÷ċôċ áñáÜíù áü ìßá Linux \n"
+"êáôÜôìçóç äéáèŬóéìç).\n"
"\n"
-" * \"Mouse\": check the current mouse configuration and click on the button\n"
-"to change it if necessary;\n"
+"ÊÜèċ êáôÜôìçóç áíáöŬñċôáé ùò: \"ĵíïìá\", \"×ùñçôéêüôçôá\".\n"
"\n"
-" * \"Keyboard\": check the current keyboard map configuration and click on\n"
-"the button to change that if necessary;\n"
+"Ôï \"ĵíïìá\" óçìáßíċé ôá ċîŜò: \"Ôŭïò äßóêïġ \", \"áñéèìüò äßóêïġ \", \n"
+"\"áñéèìüò êáôÜôìçóçò \"éá áñÜäċéìá, \"hda1\").\n"
"\n"
-" * \"Timezone\": DrakX, by default, guesses your time zone from the\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to configure the clock according to the time zone you are in;\n"
+"Ï \"Ôŭïò äßóêïġ \" ċßíáé \"hd\" ċÜí ñüêċéôáé éá äßóêï IDE êáé\n"
+" \"sd\" éá SCSI äßóêï.\n"
"\n"
-" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\n"
+"Ï \"áñéèìüò äßóêïġ \" ċßíáé Üíôá Ŭíá ñÜììá ìċôÜ ôï \"hd\" Ŝ \"sd\".\n"
+"éá ôïġò IDE äßóêïġò: \n"
"\n"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
+" * \"a\" ċßíáé ï \"master äßóêïò óôïí ñŝôï ċëċêôŜ IDE\",\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\n"
+" * \"b\" ċßíáé ï \"slave äßóêïò óôïí ñŝôï ċëċêôŜ IDE\",\n"
"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
-msgstr ""
+" * \"c\" ċßíáé ï \"master äßóêïò óôïí äċŭôċñï ċëċêôŜ IDE\",\n"
+"\n"
+" * \"d\" ċßíáé ï \"slave äßóêïò óôïí äċŭôċñï ċëċêôŜ IDE\".\n"
+"\n"
+"\n"
+"éá äßóêïġò SCSI, \"a\" ċßíáé ï \"ñŝôïò äßóêïò\", \"b\" ċßíáé ï\n"
+" \"äċŭôċñïò äßóêïò\" êë..."
-#: ../../help.pm_.c:891
+#: ../../help.pm:1
+#, c-format
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!"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
+"\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
+"\n"
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
msgstr ""
-"ĊéëŬîôċ ôïí äßóêï ïġ èŬëċôċ íá äéáñÜĝċôċ éá íá ċêáôáóôŜóċôċ \n"
-"ôçí íŬá êáôÜôìçóç Mandrake Linux. ÑÏÓÏ×Ç: ĵëá ôá äċäïìŬíá èá äéáñáöïŭí\n"
-"êáé èá ċßíáé áäŭíáôç ç ċáíáöïñÜ ôïġò!"
-#: ../../help.pm_.c:896
+#: ../../help.pm:1
+#, c-format
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 stop this operation without losing any data and\n"
-"partitions present on this hard drive."
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
msgstr ""
-#: ../../install2.pm_.c:111
+#: ../../install2.pm:1
+#, c-format
+msgid "You must also format %s"
+msgstr "ñŬċé ċßóçò íá ìïñöïïéŜóċôċ ôï %s"
+
+#: ../../install2.pm:1
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -3961,21 +2724,79 @@ msgstr ""
"óġ÷ñïíéóìü ìċ ôï ÌŬóï ċêáôÜóôáóçò ( áñáêáëŝ äçìéïġñŜóôċ ìéá íŬá äéóêŬôá "
"ċêêßíçóçò)"
-#: ../../install2.pm_.c:167
+#: ../../install_any.pm:1
#, c-format
-msgid "You must also format %s"
-msgstr "ñŬċé ċßóçò íá ìïñöïïéŜóċôċ ôï %s"
+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 ""
+"ñïêëŜèçêċ óöÜëìá - äċí âñŬèçêáí óġóêċġŬò óôéò ïïßċò íá ċßíáé äġíáôŜ ç "
+"äçìéïġñßá íŬùí óġóôçìÜôùí áñ÷ċßùí. áñáêáëŝ ċëŬîôċ ôï ġëéêü óáò éá ôçí "
+"áéôßá áġôïŭ ôïġ ñïâëŜìáôïò"
+
+#: ../../install_any.pm:1 ../../partition_table.pm:1
+#, c-format
+msgid "Error reading file %s"
+msgstr "ÓöÜëìá êáôÜ ôçí áíÜíùóç ôïġ áñ÷ċßïġ %s"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid ""
+"To use this saved packages selection, boot installation with ``linux "
+"defcfg=floppy''"
+msgstr ""
+"éá íá ÷ñçóéìïïéŜóċôċ áġôŜí ôçí áïèçêċġìŬíç ċéëïŜ áêŬôùí, îċêéíŜóôċ ôçí "
+"ċêáôÜóôáóç ìċ ``linux defcfg=floppy''"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "This floppy is not FAT formatted"
+msgstr "ÁġôŜ ç äéóêŬôá äċí Ŭ÷ċé ìïñöïïßçóç FAT"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "Insert a FAT formatted floppy in drive %s"
+msgstr "ĊéóÜċôċ ìéá ìïñöïïéçìŬíç äéóêŬôá FAT óôïí ïäçü %s"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid "Can't use broadcast with no NIS domain"
+msgstr "Äċí ìïñŝ íá ÷ñçóéìïïéŜóù broadcast ÷ùñßò ôïìŬá NIS"
+
+#: ../../install_any.pm:1
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+"Ôá áñáêÜôù áêŬôá èá áöáéñċèïŭí éá íá áíáâáèìéóôċß ôï óŭóôçìÜ óáò: %s\n"
+"\n"
+"\n"
+"ÈŬëċôċ ñáìáôéêÜ íá áöáéñŬóôċ áġôÜ ôá áêŬôá;\n"
+
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
+#, c-format
+msgid "No"
+msgstr "ĵ÷é"
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
#, c-format
+msgid "Yes"
+msgstr "Íáé"
+
+#: ../../install_any.pm:1
+#, fuzzy, 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"
+"issues, but some new ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
"\n"
"\n"
"Do you really want to install these servers?\n"
@@ -3991,160 +2812,117 @@ msgstr ""
"\n"
"ÈŬëċôċ ñáìáôéêÜ íá ċêáôáóôŜóċôċ áġôïŭò ôïġò ċîġçñċôçôŬò;\n"
-#: ../../install_any.pm_.c:441
-#, c-format
-msgid ""
-"The following packages will be removed to allow upgrading your system: %s\n"
-"\n"
-"\n"
-"Do you really want to remove these packages?\n"
-msgstr ""
-"Ôá áñáêÜôù áêŬôá èá áöáéñċèïŭí éá íá áíáâáèìéóôċß ôï óŭóôçìÜ óáò: %s\n"
-"\n"
-"\n"
-"ÈŬëċôċ ñáìáôéêÜ íá áöáéñŬóôċ áġôÜ ôá áêŬôá;\n"
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System configuration"
+msgstr "Ñŭèìéóç ċéäïïéŜóċùí"
-#: ../../install_any.pm_.c:471
-msgid "Can't use broadcast with no NIS domain"
-msgstr "Äċí ìïñŝ íá ÷ñçóéìïïéŜóù broadcast ÷ùñßò ôïìŬá NIS"
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System installation"
+msgstr "ĊêáôÜóôáóç SILO"
-#: ../../install_any.pm_.c:879
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "ĊéóÜċôċ ìéá ìïñöïïéçìŬíç äéóêŬôá FAT óôïí ïäçü %s"
+msgid "Bringing down the network"
+msgstr "ÄéáêïŜ ëċéôïġñßáò äéêôŭïġ"
-#: ../../install_any.pm_.c:883
-msgid "This floppy is not FAT formatted"
-msgstr "ÁġôŜ ç äéóêŬôá äċí Ŭ÷ċé ìïñöïïßçóç FAT"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing up the network"
+msgstr "Ċêêßíçóç äéêôŭïġ"
-#: ../../install_any.pm_.c:895
-msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
-msgstr ""
-"éá íá ÷ñçóéìïïéŜóċôċ áġôŜí ôçí áïèçêċġìŬíç ċéëïŜ áêŬôùí, îċêéíŜóôċ ôçí "
-"ċêáôÜóôáóç ìċ ``linux defcfg=floppy''"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Partitioning failed: %s"
+msgstr "Ç êáôÜôìçóç áŬôġ÷ċ: %s"
-#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Error reading file %s"
-msgstr "ÓöÜëìá êáôÜ ôçí áíÜíùóç ôïġ áñ÷ċßïġ %s"
+msgid "The DrakX Partitioning wizard found the following solutions:"
+msgstr "Ï Ïäçüò ÊáôÜôìçóçò DrakX âñŜêċ ôéò áñáêÜôù ëŭóċéò:"
-#: ../../install_any.pm_.c:1040
-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 ""
-"ñïêëŜèçêċ óöÜëìá - äċí âñŬèçêáí óġóêċġŬò óôéò ïïßċò íá ċßíáé äġíáôŜ ç "
-"äçìéïġñßá íŬùí óġóôçìÜôùí áñ÷ċßùí. áñáêáëŝ ċëŬîôċ ôï ġëéêü óáò éá ôçí "
-"áéôßá áġôïŭ ôïġ ñïâëŜìáôïò"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "I can't find any room for installing"
+msgstr "Äċí ìïñŝ íá âñù áñêċôü ÷ŝñï éá ċêáôÜóôáóç"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
+"You can now partition %s.\n"
+"When you are done, don't forget to save using `w'"
msgstr ""
-"¸íá ìŬñïò ôïġ ġëéêïŭ óáò ÷ñċéÜĉċôáé ``éäéüêôçôïġò'' ïäçïŭò éá íá "
-"ëċéôïġñŜóċé.\n"
-"Ìïñċßôċ íá âñċßôċ ó÷ċôéêŬò ëçñïöïñßċò óôï: %s"
+"Ìïñċßôċ ôŝñá íá êáôáôìŜóċôċ ôïí äßóêï %s\n"
+"ĵôáí ôċëċéŝóċôċ, ìçí îċ÷Üóċôċ íá áïèçêċŭóċôċ áôŝíôáò `w'"
-#: ../../install_interactive.pm_.c:56
-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:1
+#, c-format
+msgid "Use fdisk"
+msgstr "×ñŜóç fdisk"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr "ñŬċé íá Ŭ÷ċôċ ìéá êáôÜôìçóç swap"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Custom disk partitioning"
+msgstr "ñïóáñìïóìŬíċò êáôáôìŜóċéò äßóêïġ"
-#: ../../install_interactive.pm_.c:62
-msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
-"Äċí Ŭ÷ċôċ ïñßóċé êáôÜôìçóç swap\n"
-"\n"
-"Íá óġíċ÷ßóù;"
-
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-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 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 "×ñŜóç êáôÜôìçóçò Windows éá loopback"
-
-#: ../../install_interactive.pm_.c:112
-msgid "Which partition do you want to use for Linux4Win?"
-msgstr "ïéá êáôÜôìçóç èŬëċôċ íá ÷ñçóéìïïéŜóċôċ éá ôï Linux4Win;"
+"ĵëċò ïé ġÜñ÷ïġóċò êáôáôìŜóċéò êáé ôá äċäïìŬíá ôïġò óôïí äßóêï %s èá ÷áèïŭí"
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "ĊéëŬîôċ ôá ìċŬèç"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "You have more than one hard drive, which one do you install linux on?"
+msgstr ""
+"¸÷ċôċ ċñéóóüôċñïġò áü Ŭíáí äßóêïġò, óċ ïéüí èŬëċôċ íá ċêáôáóôŜóċôċ ôï "
+"Linux;"
-#: ../../install_interactive.pm_.c:115
-msgid "Root partition size in MB: "
-msgstr "ÌŬċèïò âáóéêŜò êáôÜôìçóçò óġóôŜìáôïò óċ MB:"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "ÄéáñáöŜ ïëüêëçñïġ ôïġ äßóêïġ"
-#: ../../install_interactive.pm_.c:116
-msgid "Swap partition size in MB: "
-msgstr "ÌŬċèïò êáôÜôìçóçò swap óċ MB"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "Áöáßñċóç Windows(TM)"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr "×ñŜóç ôïġ ċëċŭèċñïġ ÷ŝñïġ óôçí êáôÜôìçóç ôùí Windows"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to resize (or not enough space left)"
+msgstr ""
+"Äċí ġÜñ÷ïġí FAT êáôáôìŜóċéò éá áëëáŜ ìċŬèïġò Ŝ éá ÷ñŜóç ùò loopback (Ŝ "
+"äċí ġÜñ÷ċé áñêċôüò ÷ŝñïò)"
-#: ../../install_interactive.pm_.c:129
-msgid "Which partition do you want to resize?"
-msgstr "Óċ ôé ôŭï êáôÜôìçóçò èŬëċôċ íá áëëÜîċôċ ìŬċèïò;"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "ÁëëáŜ ìċŬèïġò FAT áŬôġ÷ċ: %s"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
msgstr "ßíċôáé áëëáŜ ôéò êáôÜôìçóçò ôùí Windows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, c-format
-msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
-msgstr ""
-"Äċí ìïñŝ íá áëëÜîù ìŬċèïò óôçí êáôÜôìçóç FAT, \n"
-"ñïêëŜèçêċ ôï áñáêÜôù ëÜèïò: %s"
+msgid "Resizing"
+msgstr "ÁëëáŜ ìċŬèïġò"
-#: ../../install_interactive.pm_.c:137
-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 ċßíáé ïëŭ êáôáêċñìáôéóìŬíç, áñáêáëŝ ôñŬîôċ ñŝôá "
-"ôï ``defrag'' ìŬóá áü ôá Windows êáé îċêéíŜóôċ îáíÜ ôçí ċêáôÜóôáóç ôïġ "
-"Mandrake Linux "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "êáôÜôìçóç %s"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which size do you want to keep for Windows on"
+msgstr "Ôé ÷ŝñï èŬëċôċ íá êñáôŜóċôċ éá ôá windows óôï"
+
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -4165,318 +2943,171 @@ msgstr ""
"ÌċôÜ èá ñŬċé íá êñáôŜóċôċ áíôßñáöï áóöáëċßáò ôùí äċäïìŬíùí óáò.\n"
"ĊÜí ċßóôċ óßïġñïé, áôŜóôċ Ok."
-#: ../../install_interactive.pm_.c:148
-msgid "Which size do you want to keep for Windows on"
-msgstr "Ôé ÷ŝñï èŬëċôċ íá êñáôŜóċôċ éá ôá windows óôï"
-
-#: ../../install_interactive.pm_.c:149
-#, c-format
-msgid "partition %s"
-msgstr "êáôÜôìçóç %s"
-
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm:1
#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "ÁëëáŜ ìċŬèïġò FAT áŬôġ÷ċ: %s"
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition to resize or to use as loopback (or not enough "
-"space left)"
-msgstr ""
-"Äċí ġÜñ÷ïġí FAT êáôáôìŜóċéò éá áëëáŜ ìċŬèïġò Ŝ éá ÷ñŜóç ùò loopback (Ŝ "
-"äċí ġÜñ÷ċé áñêċôüò ÷ŝñïò)"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Erase entire disk"
-msgstr "ÄéáñáöŜ ïëüêëçñïġ ôïġ äßóêïġ"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr "Áöáßñċóç Windows(TM)"
-
-#: ../../install_interactive.pm_.c:180
-msgid "You have more than one hard drive, which one do you install linux on?"
-msgstr ""
-"¸÷ċôċ ċñéóóüôċñïġò áü Ŭíáí äßóêïġò, óċ ïéüí èŬëċôċ íá ċêáôáóôŜóċôċ ôï "
-"Linux;"
-
-#: ../../install_interactive.pm_.c:183
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
msgstr ""
-"ĵëċò ïé ġÜñ÷ïġóċò êáôáôìŜóċéò êáé ôá äċäïìŬíá ôïġò óôïí äßóêï %s èá ÷áèïŭí"
-
-#: ../../install_interactive.pm_.c:191
-msgid "Custom disk partitioning"
-msgstr "ñïóáñìïóìŬíċò êáôáôìŜóċéò äßóêïġ"
+"Ç êáôÜôìçóç ôùí Windows ċßíáé ïëŭ êáôáêċñìáôéóìŬíç, áñáêáëŝ ôñŬîôċ ñŝôá "
+"ôï ``defrag'' ìŬóá áü ôá Windows êáé îċêéíŜóôċ îáíÜ ôçí ċêáôÜóôáóç ôïġ "
+"Mandrake Linux "
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr "×ñŜóç fdisk"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "Computing the size of the Windows partition"
+msgstr "×ñŜóç ôïġ ċëċŭèċñïġ ÷ŝñïġ óôçí êáôÜôìçóç ôùí Windows"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
msgstr ""
-"Ìïñċßôċ ôŝñá íá êáôáôìŜóċôċ ôïí äßóêï %s\n"
-"ĵôáí ôċëċéŝóċôċ, ìçí îċ÷Üóċôċ íá áïèçêċŭóċôċ áôŝíôáò `w'"
-
-#: ../../install_interactive.pm_.c:227
-msgid "You don't have enough free space on your Windows partition"
-msgstr "Äċí Ŭ÷ċôċ áñêċôü ċëċŭèċñï ÷ŝñï óôçí êáôÜôìçóç ôùí Windows"
-
-#: ../../install_interactive.pm_.c:243
-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 âñŜêċ ôéò áñáêÜôù ëŭóċéò:"
+"Äċí ìïñŝ íá áëëÜîù ìŬċèïò óôçí êáôÜôìçóç FAT, \n"
+"ñïêëŜèçêċ ôï áñáêÜôù ëÜèïò: %s"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Ç êáôÜôìçóç áŬôġ÷ċ: %s"
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr "Ċêêßíçóç äéêôŭïġ"
-
-#: ../../install_interactive.pm_.c:265
-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"
-"Óġíċ÷ßóôċ ìċ äéêŜ óáò ċġèŭíç."
+msgid "Which partition do you want to resize?"
+msgstr "Óċ ôé ôŭï êáôÜôìçóçò èŬëċôċ íá áëëÜîċôċ ìŬċèïò;"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Äéëü óçìċßï óŭíäċóçò %s"
+msgid "Use the free space on the Windows partition"
+msgstr "×ñŜóç ôïġ ċëċŭèċñïġ ÷ŝñïġ óôçí êáôÜôìçóç ôùí Windows"
-#: ../../install_steps.pm_.c:380
-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"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
-"ÌċñéêÜ óçìáíôéêÜ áêŬôá äċí ċêáôáóôÜèçêáí óùóôÜ.\n"
-"Ï ïäçüò CD-ROM Ŝ ôï CD-ROM ċßíáé ċëáôôùìáôéêü.\n"
-"ĊëŬîôċ ôï CD-ROM óċ Ŭíá Üëëï óŭóôçìá ÷ñçóéìïïéŝíôáò ôçí ċíôïëŜ \"rpm -qpl "
-"Mandrake/RPMS/*.rpm\"\n"
+"Äċí ġÜñ÷ïġí FAT êáôáôìŜóċéò éá áëëáŜ ìċŬèïġò Ŝ éá ÷ñŜóç ùò loopback (Ŝ "
+"äċí ġÜñ÷ċé áñêċôüò ÷ŝñïò)"
-#: ../../install_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr "Êáëŝò ïñßóáôċ óôï %s"
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
-msgstr "Äċí ġÜñ÷ċé äéáèŬóéìïò ïäçüò äéóêŬôáò"
+msgid "Swap partition size in MB: "
+msgstr "ÌŬċèïò êáôÜôìçóçò swap óċ MB"
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr "ÂŜìá `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:146
-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 ""
-"Ôï óŭóôçìÜ óáò äċí Ŭ÷ċé áñêċôïŭò üñïġò. Ìïñċß íá áíôéìċôùßóċôċ "
-"ñïâëŜìáôá\n"
-"óôçí ċêáôÜóôáóç ôïġ Mandrake Linux. ĊÜí óġìâċß áġôü, ìïñċßôċ íá äïêéìÜóċôċ "
-"ċêáôÜóôáóç êċéìŬíïġ.\n"
-"áôŜóôċ F1 êáôÜ ôçí ċêêßíçóç áü CDROM, ìċôÜ ñÜĝôċ `text'."
-
-#: ../../install_steps_gtk.pm_.c:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr "Ôŭïò ċêáôÜóôáóçò"
-
-#: ../../install_steps_gtk.pm_.c:160
-msgid "Please choose one of the following classes of installation:"
-msgstr "áñáêáëŝ ċéëŬîáôċ ìéá áü ôïġò áñáêÜôù ôŭïò ċêáôÜóôáóçò:"
+msgid "Root partition size in MB: "
+msgstr "ÌŬċèïò âáóéêŜò êáôÜôìçóçò óġóôŜìáôïò óċ MB:"
-#: ../../install_steps_gtk.pm_.c:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr "ĊéëïŜ ÏìÜäùí áêŬôùí"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Choose the sizes"
+msgstr "ĊéëŬîôċ ôá ìċŬèç"
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr "ĊéëïŜ îċ÷ùñéóôŝí áêŬôùí"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which partition do you want to use for Linux4Win?"
+msgstr "ïéá êáôÜôìçóç èŬëċôċ íá ÷ñçóéìïïéŜóċôċ éá ôï Linux4Win;"
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Óġíïëéêü ìŬċèïò: %d / %d MB"
+msgid "Use the Windows partition for loopback"
+msgstr "×ñŜóç êáôÜôìçóçò Windows éá loopback"
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr "ËÜèïò áêŬôï"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "There is no existing partition to use"
+msgstr "Äċí ġÜñ÷ïġí êáôáôìŜóċéò ñïò ÷ñŜóç"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr "ĵíïìá: %s\n"
+msgid "Use existing partitions"
+msgstr "×ñŜóç ġáñ÷ïġóŝí êáôáôìŜóċùí"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "¸êäïóç: %s\n"
+msgid "Not enough free space to allocate new partitions"
+msgstr "Äċí ġÜñ÷ċé áñêċôüò ċëċŭèċñïò ÷ŝñïò éá äçìéïġñßá íŬùí êáôáôìŜóċùí"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr "ÌŬċèïò: %d KB\n"
+msgid "Use free space"
+msgstr "×ñŜóç ċëċŭèċñïġ ÷ŝñïġ"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_interactive.pm:1 ../../install_steps.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr "Óïġäáéüôçôá: %s\n"
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "ñŬċé íá Ŭ÷ċôċ ìéá êáôÜôìçóç FAT mounted óôï /boot/efi"
-#: ../../install_steps_gtk.pm_.c:360
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"You can't select this package as there is not enough space left to install it"
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
-"Äċí ìïñċßôċ íá ċéëŬîċôċ áġôü ôï áêŬôï äéüôé äċí ġÜñ÷ċé áñêċôüò ÷ŝñïò"
-
-#: ../../install_steps_gtk.pm_.c:365
-msgid "The following packages are going to be installed"
-msgstr "Èá ċêáôáóôáèïŭí ôá áñáêÜôù áêŬôá"
-
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr "Èá áöáéñċèïŭí ôá áñáêÜôù áêŬôá "
-
-#: ../../install_steps_gtk.pm_.c:378
-msgid "You can't select/unselect this package"
-msgstr "Äċí ìïñċßôċ íá ċéëŬîċôċ/áïċéëŬîċôċ áġôü ôï áêŬôï"
-
-#: ../../install_steps_gtk.pm_.c:390
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Áġôü ċßíáé ááéôïŭìċíï áêŬôï, äċí ìïñċß íá áïċéëċċß"
-
-#: ../../install_steps_gtk.pm_.c:392
-msgid "You can't unselect this package. It is already installed"
-msgstr "Äċí ìïñċßôċ íá áïċéëŬîċôċ áġôü ôï áêŬôï. Ċßíáé Ŝäç ċêáôċóôçìŬíï"
+"Äċí Ŭ÷ċôċ ïñßóċé êáôÜôìçóç swap\n"
+"\n"
+"Íá óġíċ÷ßóù;"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
+"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"
-"Ċßóôċ óßïġñïò üôé èŬëċôċ íá ôï áïċéëŬîċôċ;"
-
-#: ../../install_steps_gtk.pm_.c:398
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Äċí ìïñċßôċ íá áïċéëŬîċôċ áġôü ôï áêŬôï. ñŬċé íá áíáâáèìéóôċß"
-
-#: ../../install_steps_gtk.pm_.c:403
-msgid "Show automatically selected packages"
-msgstr "Áġôüìáôç ñïâïëŜ ċéëċìŬíùí áêŬôùí"
-
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr "ĊêáôÜóôáóç"
-
-#: ../../install_steps_gtk.pm_.c:407
-msgid "Load/Save on floppy"
-msgstr "Öüñôùóç/ÁïèŜêċġóç óċ äéóêŬôá"
-
-#: ../../install_steps_gtk.pm_.c:408
-msgid "Updating package selection"
-msgstr "ÁíáíŬùóç ċéëċìŬíùí áêŬôùí"
-
-#: ../../install_steps_gtk.pm_.c:413
-msgid "Minimal install"
-msgstr "ĊëÜ÷éóôç ĊêáôÜóôáóç"
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr "ĊéëŬîôċ ôá áêŬôá ïġ èŬëċôċ íá ċêáôáóôŜóċôċ"
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr "ĊêáôÜóôáóç"
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr "Ċêôßìçóç"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr "ĊíáïìŬíùí ÷ñüíïò "
-
-#: ../../install_steps_gtk.pm_.c:469
-msgid "Please wait, preparing installation..."
-msgstr "áñáêáëŝ ċñéìŬíċôċ, ñïċôïéìáóßá ċêáôÜóôáóçò..."
-
-#: ../../install_steps_gtk.pm_.c:551
-#, c-format
-msgid "%d packages"
-msgstr "%d áêŬôá"
+"ñŬċé íá Ŭ÷ċôċ ìéá âáóéêŜ êáôÜôìçóç.\n"
+"ÄçìéïġñŜóôċ Ŝ ċéëŬîôċ ìéá êáôÜôìçóç.\n"
+"ÌċôÜ ïñßóôċ ùò óçìċßï óŭíäċóçò ôï `/'"
-#: ../../install_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr "ĊêáôÜóôáóç áêŬôïġ %s"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "Áïäï÷Ŝ"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
-msgstr "ĥñíçóç"
+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_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
+#: ../../install_messages.pm:1
#, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\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."
+"\n"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\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 ""
-"ÁëëáŜ Cd-Rom!\n"
+"Óġ÷áñçôŜñéá, ç ċêáôÜóôáóç ïëïêëçñŝèçêċ.\n"
+"ÁöáéñŬóôċ ôçí äéóêŬôá Ŝ ôï CD ċêêßíçóçò êáé áôŜóôċ return éá "
+"ċáíċêêßíçóç.\n"
"\n"
-"áñáêáëŝ ċéóÜċôċ ôï Cd-Rom ìċ üíïìá \"%s\" óôïí ïäçü óáò êáé áôŜóôċ Ok.\n"
-"ĊÜí äċí ôï Ŭ÷ċôċ, áôŜóôċ Áêŭñùóç éá áïöġŜ ċêáôÜóôáóçò áü áġôü ôï CdRom."
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr "Íá óġíċ÷ßóù;"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
-msgstr "ñïêëŜèçêċ óöÜëìá êáôÜ ôçí ôáîéíüìçóç ôùí áêŬôùí:"
+"\n"
+"éá ëçñïöïñßċò ó÷ċôéêÜ ìċ äéïñèŝóċéò áġôŜò ôçò Ŭêäïóçò ôïġ Mandrake Linux,\n"
+"óġìâïġëċġôċßôċ ôçí óċëßäá: \n"
+"\n"
+"\n"
+"%s\n"
+"\n"
+"\n"
+"ëçñïöïñßċò ó÷ċôéêÜ ìċ ôéò ñġèìßóċéò ôïġ óġóôŜìáôüò óáò ġÜñ÷ïġí óôï "
+"ó÷ċôéêü\n"
+"êċöÜëáéï ôïġ ċßóçìïġ ïäçïŭ ÷ñŜóçò ôïġ Mandrake Linux."
-#: ../../install_steps_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr "ñïêëŜèçêċ óöÜëìá êáôÜ ôçí ċêáôÜóôáóç ôùí áêŬôùí:"
+#: ../../install_messages.pm:1
+#, fuzzy, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -4508,19 +3139,8 @@ msgid ""
"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:112
-msgid "License agreement"
-msgstr "ĥäċéá ÷ñŜóçò"
-
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -4641,294 +3261,669 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
-msgstr "Ċßóôċ âŬâáéïé éá ôçí Üñíçóç ôçò Üäċéáò ÷ñŜóçò;"
-
-#: ../../install_steps_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "ëçêôñïëüéï"
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "ÂŜìá `%s'\n"
-#: ../../install_steps_interactive.pm_.c:218
-msgid "Please choose your keyboard layout."
-msgstr "áñáêáëŝ ċéëŬîôċ ôçí äéÜôáîç ëçêôñïëïßïġ."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "Íá óġíċ÷ßóù;"
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
-msgstr "ÁġôŜ ċßíáé ç ëŜñçò ëßóôá ôùí äéáèŬóéìùí ëçêôñïëïßùí"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "ñïêëŜèçêċ óöÜëìá êáôÜ ôçí ċêáôÜóôáóç ôùí áêŬôùí:"
-#: ../../install_steps_interactive.pm_.c:237
-msgid "Which installation class do you want?"
-msgstr "Ôé ôŭï ċêáôÜóôáóçò ñïôéìÜôċ;"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "ñïêëŜèçêċ óöÜëìá êáôÜ ôçí ôáîéíüìçóç ôùí áêŬôùí:"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Install/Update"
-msgstr "ĊêáôÜóôáóç/ÁíáâÜèìéóç"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, 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"
+"ĊÜí äċí ôï Ŭ÷ċôċ, áôŜóôċ Áêŭñùóç éá áïöġŜ ċêáôÜóôáóçò áü áġôü ôï CdRom."
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Is this an install or an update?"
-msgstr "ñüêċéôáé éá ċêáôÜóôáóç Ŝ éá áíáâÜèìéóç;"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "ĥñíçóç"
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Recommended"
-msgstr "Óġíéóôŝìċíï"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "Áïäï÷Ŝ"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "éá ċéäéêïŭò"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "ĊêáôÜóôáóç áêŬôïġ %s"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade"
-msgstr "ÁíáâÜèìéóç"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d áêŬôá"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-msgid "Upgrade packages only"
-msgstr "ÁíáâÜèìéóç ôùí áêŬôùí ìüíï"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "No details"
+msgstr "ËċôïìŬñċéċò"
-#: ../../install_steps_interactive.pm_.c:282
-msgid "Please choose the type of your mouse."
-msgstr "áñáêáëŝ ċéëŬîôċ ôŭï ïíôéêéïŭ."
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "ËċôïìŬñċéċò"
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr "Èŭñá ïíôéêéïŭ"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Please wait, preparing installation..."
+msgstr "áñáêáëŝ ċñéìŬíċôċ, ñïċôïéìáóßá ċêáôÜóôáóçò..."
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-msgid "Please choose on which serial port your mouse is connected to."
-msgstr ""
-"áñáêáëŝ ċéëŬîôċ óċéñéáêŜ èŭñá óôçí ïïßá ċßíáé óġíäċäċìŬíï ôï ïíôßêé óáò."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "ĊíáïìŬíùí ÷ñüíïò "
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
-msgstr "ñïóïìïßùóç Êïġìéŝí"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "Ċêôßìçóç"
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
-msgstr "ñïóïìïßùóç 2 Êïġìéŝí"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "ĊêáôÜóôáóç"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
-msgstr "ñïóïìïßùóç 3 Êïġìéŝí"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "ĊéëŬîôċ ôá áêŬôá ïġ èŬëċôċ íá ċêáôáóôŜóċôċ"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr "Ñŭèìéóç êáñôŝí PCMCIA ..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Minimal install"
+msgstr "ĊëÜ÷éóôç ĊêáôÜóôáóç"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Updating package selection"
+msgstr "ÁíáíŬùóç ċéëċìŬíùí áêŬôùí"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr "Ñŭèìéóç IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Load/Save on floppy"
+msgstr "Öüñôùóç/ÁïèŜêċġóç óċ äéóêŬôá"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "<- Previous"
+msgstr "<- ñïçïŭìċíï"
-#: ../../install_steps_interactive.pm_.c:345
-msgid "No partition available"
-msgstr "äċí ġÜñ÷ïġí äéáèŬóéìċò êáôáôìŜóċéò"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "ĊêáôÜóôáóç"
-#: ../../install_steps_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
-msgstr "ÁíÜëġóç êáôáôìŜóċùí éá ñïóäéïñéóìü óçìċßùí óŭíäċóçò."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
+msgstr "Áġôüìáôç ñïâïëŜ ċéëċìŬíùí áêŬôùí"
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
-msgstr "ĊéëŬîôċ óçìċßá óŭíäċóçò"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It must be upgraded"
+msgstr "Äċí ìïñċßôċ íá áïċéëŬîċôċ áġôü ôï áêŬôï. ñŬċé íá áíáâáèìéóôċß"
-#: ../../install_steps_interactive.pm_.c:386
+#: ../../install_steps_gtk.pm:1
+#, c-format
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"
+"This package must be upgraded.\n"
+"Are you sure you want to deselect it?"
msgstr ""
-"Äċí ġÜñ÷ċé ċëċŭèċñïò ÷ŝñïò éá 1MB bootstrap! Ç ċêáôÜóôáóç èá óġíċ÷éóôċß, "
-"áëëÜ éá íá îċêéíŜóċôċ ôï óŭóôçìÜ óáò, èá ÷ñċéáóôċß íá äçìéïġñŜóċôċ ìéá "
-"êáôÜôìçóç bootstrap ìċ ôï DiskDrake"
+"Áġôü ôï áêŬôï ñŬċé íá áíáâáèìéóôċß\n"
+"Ċßóôċ óßïġñïò üôé èŬëċôċ íá ôï áïċéëŬîċôċ;"
-#: ../../install_steps_interactive.pm_.c:395
-msgid "No root partition found to perform an upgrade"
-msgstr "Äċí âñŬèçêċ êáôÜôìçóç root éá ôçí ñáìáôïïßçóç ôçò áíáâÜèìéóçò"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It is already installed"
+msgstr "Äċí ìïñċßôċ íá áïċéëŬîċôċ áġôü ôï áêŬôï. Ċßíáé Ŝäç ċêáôċóôçìŬíï"
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Root Partition (âáóéêŜ êáôÜôìçóç óġóôŜìáôïò)"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "This is a mandatory package, it can't be unselected"
+msgstr "Áġôü ċßíáé ááéôïŭìċíï áêŬôï, äċí ìïñċß íá áïċéëċċß"
-#: ../../install_steps_interactive.pm_.c:397
-msgid "What is the root partition (/) of your system?"
-msgstr "ïéá ċßíáé ç âáóéêŜ êáôÜôìçóç (/) ôïġ óġóôŜìáôüò óáò;"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "Äċí ìïñċßôċ íá ċéëŬîċôċ/áïċéëŬîċôċ áġôü ôï áêŬôï"
-#: ../../install_steps_interactive.pm_.c:411
-msgid "You need to reboot for the partition table modifications to take place"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "Èá áöáéñċèïŭí ôá áñáêÜôù áêŬôá "
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be installed"
+msgstr "Èá ċêáôáóôáèïŭí ôá áñáêÜôù áêŬôá"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid ""
+"You can't select this package as there is not enough space left to install it"
msgstr ""
-"Ááéôċßôáé ċáíċêêßíçóç éá íá ċíċñïïéçèïŭí ïé áëëáŬò óôïí ßíáêá "
-"êáôáôìŜóċùí"
+"Äċí ìïñċßôċ íá ċéëŬîċôċ áġôü ôï áêŬôï äéüôé äċí ġÜñ÷ċé áñêċôüò ÷ŝñïò"
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "ĊéëŬîôċ êáôáôìŜóċéò ñïò ìïñöïïßçóç"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Óïġäáéüôçôá: %s\n"
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "¸ëċ÷ïò éá ÷áëáóìŬíá ôìŜìáôá;"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "ÌŬċèïò: %d KB\n"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Version: %s\n"
+msgstr "¸êäïóç: %s\n"
-#: ../../install_steps_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr "Ìïñöïïßçóç êáôáôìŜóċùí"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Name: %s\n"
+msgstr "ĵíïìá: %s\n"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_gtk.pm:1
#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Äçìéïġñßá êáé ìïñöïïßçóç áñ÷ċßïġ %s"
+msgid "Bad package"
+msgstr "ËÜèïò áêŬôï"
+
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "ĥëëï"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Óġíïëéêü ìŬċèïò: %d / %d MB"
+
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Next ->"
+msgstr "Ċüìċíï -ğ"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Individual package selection"
+msgstr "ĊéëïŜ îċ÷ùñéóôŝí áêŬôùí"
-#: ../../install_steps_interactive.pm_.c:470
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#, c-format
+msgid "Help"
+msgstr "ÂïŜèċéá"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package Group Selection"
+msgstr "ĊéëïŜ ÏìÜäùí áêŬôùí"
+
+#: ../../install_steps_gtk.pm:1
#, c-format
msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
+"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 ""
-"ÁŬôġ÷ċ ï Ŭëċ÷ïò ôïġ óġóôŜìáôïò áñ÷ċßùí %s. ÈŬëċôċ íá ċéóêċġÜóċôċ ôá "
-"óöÜëìáôá; (ñïóï÷Ŝ, ìïñċß íá ÷Üóċôċ äċäïìŬíá)"
+"Ôï óŭóôçìÜ óáò äċí Ŭ÷ċé áñêċôïŭò üñïġò. Ìïñċß íá áíôéìċôùßóċôċ "
+"ñïâëŜìáôá\n"
+"óôçí ċêáôÜóôáóç ôïġ Mandrake Linux. ĊÜí óġìâċß áġôü, ìïñċßôċ íá äïêéìÜóċôċ "
+"ċêáôÜóôáóç êċéìŬíïġ.\n"
+"áôŜóôċ F1 êáôÜ ôçí ċêêßíçóç áü CDROM, ìċôÜ ñÜĝôċ `text'."
-#: ../../install_steps_interactive.pm_.c:472
-msgid "Not enough swap space to fulfill installation, please add some"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save packages selection"
+msgstr "ÁïèŜêċġóç ċéëïŜò áêŬôùí"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "Áġôüìáôï"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Replay"
+msgstr "Ċáíáöüñôùóç"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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 ""
-"Äċí ġÜñ÷ċé áñêċôüò ÷ŝñïò swap éá ôçí ïëïêëŜñùóç ôçò ċêáôÜóôáóçò, áñáêáëŝ "
-"ñïóèŬóôċ"
+"Ç áġôüìáôç ċêáôÜóôáóç ìïñċß íá ċßíáé ëŜñùò áġôüìáôç,\n"
+"óċ áġôŜí ôçí ċñßôùóç èá áíáëÜâċé ôï óêëçñü äßóêï!!\n"
+"(áġôü áíáöŬñċôáé éá ċñéôŝóċéò ċêáôÜóôáóçò óċ Üëëï ġïëïéóôŜ).\n"
+"\n"
+"Ìïñċß íá ñïôéìÜôċ íá ċáíáëÜâċôċ ôçí ċêáôÜóôáóç.\n"
-#: ../../install_steps_interactive.pm_.c:479
-msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "ĜÜ÷íù éá äéáèŬóéìá áêŬôá êáé äçìéïġñŝ îáíÜ ôç âÜóç äċäïìŬíùí rpm..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Generate auto install floppy"
+msgstr "Äçìéïġñßá äéóêŬôáò áġôüìáôçò ċêáôÜóôáóçò"
-#: ../../install_steps_interactive.pm_.c:480
-msgid "Looking for available packages..."
-msgstr "ĜÜ÷íù éá äéáèŬóéìá áêŬôá..."
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Reboot"
+msgstr "Root"
-#: ../../install_steps_interactive.pm_.c:483
-msgid "Looking at packages already installed..."
-msgstr "ĜÜ÷íù éá Ŝäç ċêáôċóôçìŬíá áêŬôá..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Some steps are not completed.\n"
+"\n"
+"Do you really want to quit now?"
+msgstr ""
+"ÌċñéêÜ âŜìáôá äċí ïëïêëçñŝèçêáí.\n"
+"\n"
+"ÈŬëċôċ óßïġñá íá ċêáôáëċßĝċôċ ôŝñá;"
-#: ../../install_steps_interactive.pm_.c:487
-msgid "Finding packages to upgrade..."
-msgstr "ÁíáĉŜôçóç áêŬôùí ñïò áíáâÜèìéóç..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Creating auto install floppy..."
+msgstr "Äçìéïġñßá äéóêŬôáò áġôüìáôçò ċêáôÜóôáóçò..."
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
+#, c-format
+msgid "Insert a blank floppy in drive %s"
+msgstr "ĊéóÜċôċ Üäċéá äéóêŬôá óôïí ïäçü %s"
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
+"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 ""
-"Äċí ċŬìċéíċ áñêċôüò ÷ŝñïò óôï óŭóôçìÜ óáò éá ċêáôÜóôáóç Ŝ áíáâÜèìéóç (%d "
-"> %d)"
+"Ìïñċß íá ÷ñċéáóôċß íá áëëÜîċôċ ôçí Open Firmware boot-óġóêċġŜ ŝóôċ íá\n"
+" ċíċñïïéŜóċôċ ôï ñüñáììá ċêêßíçóçò. Áí óôçí ċáíċêêßíçóç äċí äċßôċ ôçí "
+"ñïôñïŜ ôïġ ñüñáììá ċêêßíçóçò,\n"
+"áôŜóôċ ôï Command-Option-O-F êáôÜ ôçí ċáíċêêßíçóç êáé ċéóÜċôċ:\n"
+" setenv boot-device %s,\\\\:tbxi\n"
+" ÌċôÜ ñÜĝôċ: shut-down\n"
+"Óôçí ċüìċíç ċêêßíçóç èá ñŬċé íá äċßôċ ôçí ñïôñïŜ ôïġ ñïñÜììáôïò "
+"ċêêßíçóçò ."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installation of bootloader failed. The following error occured:"
+msgstr ""
+"Ç ċêáôÜóôáóç ôïġ ñïñÜììáôïò ċêêßíçóçò áŬôġ÷ċ. ñïêëŜèçêċ ôï áêüëïġèï "
+"óöÜëìá:"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing bootloader"
+msgstr "ñüñáììá ċêêßíçóçò"
-#: ../../install_steps_interactive.pm_.c:541
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
+"Error installing aboot, \n"
+"try to force installation even if that destroys the first partition?"
msgstr ""
-"áñáêáëŝ ċéëŬîôċ ôç öüñôùóç Ŝ áïèŜêċġóç ôùí ċéëïŜò áêŬôùí óôç äéóêŬôá.\n"
-"Ç ìïñöïïßçóç ċßíáé ç ßäéá ìċ ôéò äéóêŬôċò áġôüìáôçò ċêáôÜóôáóçò."
+"ÓöÜëìá êáôÜ ôçí ċêáôÜóôáóç ôïġ aboot, \n"
+"ñïóÜèċéá âċâéáóìŬíçò ċêáôÜóôáóçò, áêüìá êáé áí áġôü Ŭ÷ċé óáí áïôŬëċóìá "
+"ôçí êáôáóôñïöŜ ôçò ñŝôçò êáôÜôìçóçò;"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Load from floppy"
-msgstr "Öüñôùóç áü äéóêŬôá"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "ÈŬëċôċ íá ÷ñçóéìïïéŜóċôċ ôï aboot;"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr "ÁïèŜêċġóç óċ äéóêŬôá"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+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 or some other means to boot your machine"
+msgstr ""
+"Öáßíċôáé ùò Ŭ÷ċôċ Ŭíá Áñ÷áßï Ŝ ĥíùóôï\n"
+" ìç÷Üíçìá, ï yaboot bootloader äċí èá äïġëŬĝċé éá óáò.\n"
+"Ç ċêáôÜóôáóç èá óġíċ÷éóôċß, áëëÜ\n"
+"èá ÷ñċéáóôċß íá ÷ñçóéìïïéŜóċôċ ôï BootX éá íá îċêéíŜóċôċ ôï ìç÷ÜíçìÜ óáò"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Loading from floppy"
-msgstr "Öïñôŝíċôáé áü äéóêŬôá"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing bootloader..."
+msgstr "ñïċôïéìáóßá ñïñÜììáôïò ċêêßíçóçò..."
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Package selection"
-msgstr "ĊéëïŜ áêŬôùí"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin Password"
+msgstr "Êùäéêüò ñüóâáóçò Äéá÷ċéñéóôŜ ÔïìŬá"
-#: ../../install_steps_interactive.pm_.c:552
-msgid "Insert a floppy containing package selection"
-msgstr "ĊéóÜċôċ äéóêŬôá ïġ ċñéŬ÷ċé ôçí ċéëïŜ áêŬôùí"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin User Name"
+msgstr "ĵíïìá ×ñŜóôç Äéá÷ċéñéóôŜ ÔïìŬá"
-#: ../../install_steps_interactive.pm_.c:634
-msgid "Selected size is larger than available space"
-msgstr "Ôï ċéëċìŬíï ìŬċèïò ċßíáé ìċáëŭôċñï áü ôï äéáèŬóéìï ÷ŝñï"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Windows Domain"
+msgstr "ÔïìŬáò Windows "
-#: ../../install_steps_interactive.pm_.c:649
-msgid "Type of install"
-msgstr "Ôŭïò ċêáôÜóôáóçò"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication Windows Domain"
+msgstr "éóôïïßçóç ÔïìŬá Windows"
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
msgstr ""
-"Äċí Ŭ÷ċôċ ċéëŬîċé ïìÜäá áêŬôùí.\n"
-"áñáêáëŝ ċéëŬîôċ ôçí ċëÜ÷éóôç ċêáôÜóôáóç ïġ èŬëċôċ:"
-#: ../../install_steps_interactive.pm_.c:653
-msgid "With X"
-msgstr "Ìċ ×"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Server"
+msgstr "ĊîġçñċôçôŜò NIS"
-#: ../../install_steps_interactive.pm_.c:655
-msgid "With basic documentation (recommended!)"
-msgstr "Ìċ ôçí âáóéêŜ ôċêìçñßùóç (óġíéóôÜôáé!)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "ÔïìŬáò NIS"
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
-msgstr "ñáìáôéêÜ ċëÜ÷éóôç ċêáôÜóôáóç (ċéäéêÜ ÷ùñßò urpmi)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication NIS"
+msgstr "éóôïïßçóç NIS"
-#: ../../install_steps_interactive.pm_.c:741
-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."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS"
+msgstr "NIS"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Server"
+msgstr "ĊîġçñċôçôŜò LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Base dn"
+msgstr "LDAP Base dn"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication LDAP"
+msgstr "éóôïïßçóç LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr "LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Local files"
+msgstr "ÔïéêÜ áñ÷ċßá"
+
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "éóôïïßçóç"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
-"ĊÜí Ŭ÷ċôċ üëá ôá áñáêÜôù CDs, áôŜóôċ Ok.\n"
-"ĊÜí äċí Ŭ÷ċôċ êáíŬíá áü ôá áñáêÜôù CDs, áôŜóôċ Áêŭñùóç.\n"
-"ĊÜí äċí Ŭ÷ċôċ êÜïéá áü áġôÜ, áïċéëŬîôċ ôá êáé áôŜóôċ Ok."
+"Áġôüò ï êùäéêüò ñüóâáóçò ċßíáé ïëŭ áëüò (ñŬċé íá Ŭ÷ċé ôïġëÜ÷éóôïí %d "
+"÷áñáêôŜñċò)"
-#: ../../install_steps_interactive.pm_.c:746
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "Cd-Rom ïíüìáôé \"%s\""
+msgid "No password"
+msgstr "×ùñßò êùäéêü ñüóâáóçò"
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr "ñïċôïéìáóßá ċêáôÜóôáóçò"
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Set root password"
+msgstr "Êùäéêüò ñüóâáóçò root"
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
+msgid "You have not configured X. Are you sure you really want this?"
msgstr ""
-"ĊêáôÜóôáóç áêŬôïġ %s\n"
-"%d%%"
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr "Ñġèìßóċéò ìċôÜ ôçí ċêáôÜóôáóç"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services: %d activated for %d registered"
+msgstr "Ġçñċóßċò: %d ċíċñïïéçìŬíċò éá %d ċċñáììŬíċò"
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
#, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "áñáêáëŝ ċéóÜċôċ ôç äéóêŬôá Ċêêßíçóçò óôïí ïäçü %s"
+msgid "Services"
+msgstr "Ġçñċóßċò"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "áñáêáëŝ ċéóÜċôċ ôç äéóêŬôá ÁíáâÜèìéóçò ÁñèñùìÜôùí óôïí ïäçü %s"
+msgid "System"
+msgstr "Óŭóôçìá"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Bootloader"
+msgstr "×ñŜóç ñïñÜììáôïò ċêêßíçóçò"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Boot"
+msgstr "Root"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "disabled"
+msgstr "áċíċñïïßçóç"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "activated"
+msgstr "ċíċñïïßçóç ôŝñá"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Firewall"
+msgstr "Ôïß÷ïò ñïóôáóßáò/ÄñïìïëïçôŜò"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Security"
+msgstr "ÁóöÜëċéá"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Security Level"
+msgstr "Ċßċäï áóöáëċßáò"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "not configured"
+msgstr "ċáíáñŭèìéóç"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Network"
+msgstr "Äßêôġï"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Network & Internet"
+msgstr "ÓġóêċġŜ äéêôŭïġ"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Graphical interface"
+msgstr "ñáöéêü ċñéâÜëëïí óôçí ċêêßíçóç"
-#: ../../install_steps_interactive.pm_.c:861
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Hardware"
+msgstr "HardDrake"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "TV card"
+msgstr "ÊÜñôá TV"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No sound card detected. Try \"harddrake\" after installation"
+msgstr ""
+"Äċí âñŬèçêċ êÜñôá Ŝ÷ïġ. ÄïêéìÜóôċ ôï \"harddrake\" ìċôÜ ôçí ċêáôÜóôáóç"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Run \"sndconfig\" after installation to configure your sound card"
+msgstr ""
+"ĊêôċëŬóôċ \"sndconfig\" ìċôÜ ôçí ċêáôÜóôáóç éá ôçí ñŭèìéóç ôçò êÜñôáò"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you have an ISA sound card?"
+msgstr "¸÷ċôċ êÜñôá Ŝ÷ïġ ISA;"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Sound card"
+msgstr "ÊÜñôá Ŝ÷ïġ"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "ÁïìáêñġóìŬíïò ċîġçñċôçôŜò CUPS"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No printer"
+msgstr "ÊáíŬíáò ċêôġùôŜò"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer"
+msgstr "ĊêôġùôŜò"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, c-format
+msgid "Mouse"
+msgstr "ïíôßêé"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Timezone"
+msgstr "ÙñïëïéáêŜ Ĉŝíç"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "ëçêôñïëüéï"
+
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr "ċñßëçĝç"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NTP Server"
+msgstr "ĊîġçñċôçôŜò NTP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
+msgstr "Áġôüìáôïò óġ÷ñïíéóìüò ŝñáò (÷ñŜóç NTP)"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware clock set to GMT"
+msgstr "Ôï ñïëüé ôïġ ġïëïéóôŜ óáò ċßíáé ñġèìéóìŬíï óċ GMT (ŝñá êñßíïġéôò)"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "ïéá ċßíáé ç ĉŝíç ŝñáò;"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Contacting the mirror to get the list of available packages..."
+msgstr "Óŭíäċóç ìċ ôïí ôüï éá ôçí ëŜĝç ôùí äéáèŬóéìùí áêŬôùí..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "ĊéëŬîôċ ôüï áü ôïí ïïßï èá ßíċé ç ëŜĝç áêŬôùí"
+
+# fuzzy
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Contacting Mandrake Linux web site to get the list of available mirrors..."
+msgstr ""
+"Óŭíäċóç ìċ ôçí ôïïèċóßá ôçò Mandrake Linux éá ëŜĝç ôùí äéáèŬóéìùí ôüùí "
+"ëŜĝçò..."
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
-"have been released after the distribution was released. They may\n"
+"have been updated 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"
@@ -4945,3088 +3940,6976 @@ msgstr ""
"\n"
"ÈŬëċôċ íá ċêáôáóôŜóċôċ ôéò áíáâáèìßóċéò ;"
-# fuzzy
-#: ../../install_steps_interactive.pm_.c:876
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please insert the Update Modules floppy in drive %s"
+msgstr "áñáêáëŝ ċéóÜċôċ ôç äéóêŬôá ÁíáâÜèìéóçò ÁñèñùìÜôùí óôïí ïäçü %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "áñáêáëŝ ċéóÜċôċ ôç äéóêŬôá Ċêêßíçóçò óôïí ïäçü %s"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "Ñġèìßóċéò ìċôÜ ôçí ċêáôÜóôáóç"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
+"Installing package %s\n"
+"%d%%"
msgstr ""
-"Óŭíäċóç ìċ ôçí ôïïèċóßá ôçò Mandrake Linux éá ëŜĝç ôùí äéáèŬóéìùí ôüùí "
-"ëŜĝçò..."
+"ĊêáôÜóôáóç áêŬôïġ %s\n"
+"%d%%"
-#: ../../install_steps_interactive.pm_.c:881
-msgid "Choose a mirror from which to get the packages"
-msgstr "ĊéëŬîôċ ôüï áü ôïí ïïßï èá ßíċé ç ëŜĝç áêŬôùí"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "ñïċôïéìáóßá ċêáôÜóôáóçò"
-#: ../../install_steps_interactive.pm_.c:890
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr "Óŭíäċóç ìċ ôïí ôüï éá ôçí ëŜĝç ôùí äéáèŬóéìùí áêŬôùí..."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "Cd-Rom ïíüìáôé \"%s\""
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr "ïéá ċßíáé ç ĉŝíç ŝñáò;"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:923
-msgid "Hardware clock set to GMT"
-msgstr "Ôï ñïëüé ôïġ ġïëïéóôŜ óáò ċßíáé ñġèìéóìŬíï óċ GMT (ŝñá êñßíïġéôò)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Truly minimal install (especially no urpmi)"
+msgstr "ñáìáôéêÜ ċëÜ÷éóôç ċêáôÜóôáóç (ċéäéêÜ ÷ùñßò urpmi)"
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
-msgstr "Áġôüìáôïò óġ÷ñïíéóìüò ŝñáò (÷ñŜóç NTP)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
+msgstr "Ìċ ôçí âáóéêŜ ôċêìçñßùóç (óġíéóôÜôáé!)"
-#: ../../install_steps_interactive.pm_.c:931
-msgid "NTP Server"
-msgstr "ĊîġçñċôçôŜò NTP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With X"
+msgstr "Ìċ ×"
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr "ÁïìáêñġóìŬíïò ċîġçñċôçôŜò CUPS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
+msgstr ""
+"Äċí Ŭ÷ċôċ ċéëŬîċé ïìÜäá áêŬôùí.\n"
+"áñáêáëŝ ċéëŬîôċ ôçí ċëÜ÷éóôç ċêáôÜóôáóç ïġ èŬëċôċ:"
-#: ../../install_steps_interactive.pm_.c:966
-msgid "No printer"
-msgstr "ÊáíŬíáò ċêôġùôŜò"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Type of install"
+msgstr "Ôŭïò ċêáôÜóôáóçò"
-#: ../../install_steps_interactive.pm_.c:982
-msgid "Do you have an ISA sound card?"
-msgstr "¸÷ċôċ êÜñôá Ŝ÷ïġ ISA;"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Selected size is larger than available space"
+msgstr "Ôï ċéëċìŬíï ìŬċèïò ċßíáé ìċáëŭôċñï áü ôï äéáèŬóéìï ÷ŝñï"
-#: ../../install_steps_interactive.pm_.c:984
-msgid "Run \"sndconfig\" after installation to configure your sound card"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Insert a floppy containing package selection"
+msgstr "ĊéóÜċôċ äéóêŬôá ïġ ċñéŬ÷ċé ôçí ċéëïŜ áêŬôùí"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Loading from floppy"
+msgstr "Öïñôŝíċôáé áü äéóêŬôá"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package selection"
+msgstr "ĊéëïŜ áêŬôùí"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "ÁïèŜêċġóç óċ äéóêŬôá"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Load from floppy"
+msgstr "Öüñôùóç áü äéóêŬôá"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
msgstr ""
-"ĊêôċëŬóôċ \"sndconfig\" ìċôÜ ôçí ċêáôÜóôáóç éá ôçí ñŭèìéóç ôçò êÜñôáò"
+"áñáêáëŝ ċéëŬîôċ ôç öüñôùóç Ŝ áïèŜêċġóç ôùí ċéëïŜò áêŬôùí óôç äéóêŬôá.\n"
+"Ç ìïñöïïßçóç ċßíáé ç ßäéá ìċ ôéò äéóêŬôċò áġôüìáôçò ċêáôÜóôáóçò."
-#: ../../install_steps_interactive.pm_.c:986
-msgid "No sound card detected. Try \"harddrake\" after installation"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Your system does not have enough space left for installation or upgrade (%d "
+"> %d)"
msgstr ""
-"Äċí âñŬèçêċ êÜñôá Ŝ÷ïġ. ÄïêéìÜóôċ ôï \"harddrake\" ìċôÜ ôçí ċêáôÜóôáóç"
+"Äċí ċŬìċéíċ áñêċôüò ÷ŝñïò óôï óŭóôçìÜ óáò éá ċêáôÜóôáóç Ŝ áíáâÜèìéóç (%d "
+"> %d)"
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
-msgstr "ċñßëçĝç"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "ÁíáĉŜôçóç áêŬôùí ñïò áíáâÜèìéóç..."
-#: ../../install_steps_interactive.pm_.c:994
-msgid "Mouse"
-msgstr "ïíôßêé"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking at packages already installed..."
+msgstr "ĜÜ÷íù éá Ŝäç ċêáôċóôçìŬíá áêŬôá..."
-#: ../../install_steps_interactive.pm_.c:996
-msgid "Timezone"
-msgstr "ÙñïëïéáêŜ Ĉŝíç"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages..."
+msgstr "ĜÜ÷íù éá äéáèŬóéìá áêŬôá..."
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
-msgid "Printer"
-msgstr "ĊêôġùôŜò"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr "ĜÜ÷íù éá äéáèŬóéìá áêŬôá êáé äçìéïġñŝ îáíÜ ôç âÜóç äċäïìŬíùí rpm..."
-#: ../../install_steps_interactive.pm_.c:999
-msgid "ISDN card"
-msgstr "ÊÜñôá ISDN"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
+msgstr ""
+"Äċí ġÜñ÷ċé áñêċôüò ÷ŝñïò swap éá ôçí ïëïêëŜñùóç ôçò ċêáôÜóôáóçò, áñáêáëŝ "
+"ñïóèŬóôċ"
-#: ../../install_steps_interactive.pm_.c:1003
-#: ../../install_steps_interactive.pm_.c:1009
-msgid "Sound card"
-msgstr "ÊÜñôá Ŝ÷ïġ"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
+msgstr ""
+"ÁŬôġ÷ċ ï Ŭëċ÷ïò ôïġ óġóôŜìáôïò áñ÷ċßùí %s. ÈŬëċôċ íá ċéóêċġÜóċôċ ôá "
+"óöÜëìáôá; (ñïóï÷Ŝ, ìïñċß íá ÷Üóċôċ äċäïìŬíá)"
-#: ../../install_steps_interactive.pm_.c:1012
-msgid "TV card"
-msgstr "ÊÜñôá TV"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Check bad blocks?"
+msgstr "¸ëċ÷ïò éá ÷áëáóìŬíá ôìŜìáôá;"
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
-msgstr "LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "ĊéëŬîôċ êáôáôìŜóċéò ñïò ìïñöïïßçóç"
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-msgid "NIS"
-msgstr "NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You need to reboot for the partition table modifications to take place"
+msgstr ""
+"Ááéôċßôáé ċáíċêêßíçóç éá íá ċíċñïïéçèïŭí ïé áëëáŬò óôïí ßíáêá "
+"êáôáôìŜóċùí"
-#: ../../install_steps_interactive.pm_.c:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
-msgid "Windows Domain"
-msgstr "ÔïìŬáò Windows "
+#: ../../install_steps_interactive.pm:1
+#, c-format
+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:1058
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Local files"
-msgstr "ÔïéêÜ áñ÷ċßá"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "ĊéëŬîôċ óçìċßá óŭíäċóçò"
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Êùäéêüò ñüóâáóçò root"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Scanning partitions to find mount points"
+msgstr "ÁíÜëġóç êáôáôìŜóċùí éá ñïóäéïñéóìü óçìċßùí óŭíäċóçò."
-#: ../../install_steps_interactive.pm_.c:1069
-msgid "No password"
-msgstr "×ùñßò êùäéêü ñüóâáóçò"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No partition available"
+msgstr "äċí ġÜñ÷ïġí äéáèŬóéìċò êáôáôìŜóċéò"
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
+msgid "Configuring IDE"
+msgstr "Ñŭèìéóç IDE"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "Ñŭèìéóç êáñôŝí PCMCIA ..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "PCMCIA"
+msgstr "PCMCIA"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
+msgstr "ñïóïìïßùóç 3 Êïġìéŝí"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 2 Emulation"
+msgstr "ñïóïìïßùóç 2 Êïġìéŝí"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
+msgstr "ñïóïìïßùóç Êïġìéŝí"
+
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose which serial port your mouse is connected to."
msgstr ""
-"Áġôüò ï êùäéêüò ñüóâáóçò ċßíáé ïëŭ áëüò (ñŬċé íá Ŭ÷ċé ôïġëÜ÷éóôïí %d "
-"÷áñáêôŜñċò)"
+"áñáêáëŝ ċéëŬîôċ óċéñéáêŜ èŭñá óôçí ïïßá ċßíáé óġíäċäċìŬíï ôï ïíôßêé óáò."
-#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "éóôïïßçóç"
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
+msgstr "Èŭñá ïíôéêéïŭ"
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Authentication LDAP"
-msgstr "éóôïïßçóç LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your type of mouse."
+msgstr "áñáêáëŝ ċéëŬîôċ ôŭï ïíôéêéïŭ."
-#: ../../install_steps_interactive.pm_.c:1089
-msgid "LDAP Base dn"
-msgstr "LDAP Base dn"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Upgrade"
+msgstr "ÁíáâÜèìéóç"
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "LDAP Server"
-msgstr "ĊîġçñċôçôŜò LDAP"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade %s"
+msgstr "ÁíáâÜèìéóç"
-#: ../../install_steps_interactive.pm_.c:1096
-msgid "Authentication NIS"
-msgstr "éóôïïßçóç NIS"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "ñüêċéôáé éá ċêáôÜóôáóç Ŝ éá áíáâÜèìéóç;"
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "ÔïìŬáò NIS"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Install/Upgrade"
+msgstr "ĊêáôÜóôáóç/ÁíáâÜèìéóç"
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr "ĊîġçñċôçôŜò NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
+msgstr "ÁġôŜ ċßíáé ç ëŜñçò ëßóôá ôùí äéáèŬóéìùí ëçêôñïëïßùí"
-#: ../../install_steps_interactive.pm_.c:1104
-msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Please choose your keyboard layout."
+msgstr "áñáêáëŝ ċéëŬîôċ ôçí äéÜôáîç ëçêôñïëïßïġ."
-#: ../../install_steps_interactive.pm_.c:1106
-msgid "Authentication Windows Domain"
-msgstr "éóôïïßçóç ÔïìŬá Windows"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "ĥäċéá ÷ñŜóçò"
-#: ../../install_steps_interactive.pm_.c:1108
-msgid "Domain Admin User Name"
-msgstr "ĵíïìá ×ñŜóôç Äéá÷ċéñéóôŜ ÔïìŬá"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "default:LTR"
+msgstr "ċî' ïñéóìïŭ"
-#: ../../install_steps_interactive.pm_.c:1109
-msgid "Domain Admin Password"
-msgstr "Êùäéêüò ñüóâáóçò Äéá÷ċéñéóôŜ ÔïìŬá"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "An error occurred"
+msgstr "ñïêëŜèçêċ óöÜëìá"
-#: ../../install_steps_interactive.pm_.c:1144
+#: ../../install_steps_newt.pm:1
+#, 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"
-"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\"."
+" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
-"Ìéá ñïóáñìïóìŬíç äéóêŬôá ċêêßíçóçò óáò äßíċé ôçí äġíáôüôçôá íá ċêêéíŜóċôċ\n"
-"ôï óŭóôçìÜ óáò ÷ùñßò ôçí ÷ñŜóç ôïġ ñïñÜììáôïò ċêêßíçóçò. Áġôü ċßíáé "
-"÷ñŜóéìï ċÜí äċí èŬëċôċ\n"
-"íá ċêáôáóôŜóċôċ ôï SILO , Ŝ ċÜí êÜïéï Üëëï ëċéôïġñéêü êáôáóôñŬĝċé ôï "
-"SILOŜ ċÜí ïé \n"
-"ñġèìßóċéò óáò äċí ċéôñŬïġí ôç ÷ñŜóç SILO. ÁġôŜ ç äéóêŬôá ìïñċß ċßóçò íá "
-"÷ñçóéìïïéçèċß óċ\n"
-" óġíäġáóìü ìċ ôçí äéóêŬôá äéÜóùóçò ôïġ Mandrake, êÜíïíôáò ċġêïëüôċñç ôçí "
-"ċáíáöïñÜ ôïġ óġóôŜìáôïò ìċôÜ áü óïâáñŜ âëÜâç.\n"
-"\n"
-"Áí èŬëċôċ íá äçìéïġñŜóċôċ ìéá ôŬôïéá äéóêŬôá ċéóÜċôċ ìéá êċíŜ äéóêŬôá óôïí "
-"ïäçü\n"
-"äéóêŬôáò êáé áôŜóôċ \"Ok\"."
+" <Tab>/<Alt-Tab> ÁëëáŜ ċäßïġ | <Space> ċéëïŜ | <F12> ċüìċíç ïèüíç"
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "First floppy drive"
-msgstr "ñŝôïò ïäçüò äéóêŬôáò"
+#: ../../install_steps_newt.pm:1
+#, c-format
+msgid "Mandrake Linux Installation %s"
+msgstr "ĊêáôÜóôáóç Mandrake Linux %s"
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "Äċŭôċñïò ïäçüò äéóêŬôáò"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "Äċí ġÜñ÷ċé äéáèŬóéìïò ïäçüò äéóêŬôáò"
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "áñÜëċéĝç"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "Êáëŝò ïñßóáôċ óôï %s"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps.pm:1
#, 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"
+"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"
-"ôï óŭóôçìÜ óáò ÷ùñßò ôçí ÷ñŜóç ôïġ ñïñÜììáôïò ċêêßíçóçò. Áġôü ċßíáé "
-"÷ñŜóéìï ċÜí äċí èŬëċôċ\n"
-"íá ċêáôáóôŜóċôċ ôï LILO (Ŝ ôï grub), ċÜí êÜïéï Üëëï ëċéôïġñéêü "
-"êáôáóôñŬĝċé ôï LILO\n"
-"Ŝ ċÜí ïé ñġèìßóċéò óáò äċí ċéôñŬïġí ôç ÷ñŜóç LILO. ÁġôŜ ç äéóêŬôá ìïñċß\n"
-"ċßóçò íá ÷ñçóéìïïéçèċß óċ óġíäġáóìü ìċ ôçí äéóêŬôá äéÜóùóçò ôïġ Mandrake,\n"
-"êÜíïíôáò ċġêïëüôċñç ôçí ċáíáöïñÜ ôïġ óġóôŜìáôïò ìċôÜ áü óïâáñŜ âëÜâç.\n"
-"ÈŬëċôċ íá äçìéïġñŜóċôċ äéóêŬôá ċêêßíçóçò;\n"
-"%s"
+"ÌċñéêÜ óçìáíôéêÜ áêŬôá äċí ċêáôáóôÜèçêáí óùóôÜ.\n"
+"Ï ïäçüò CD-ROM Ŝ ôï CD-ROM ċßíáé ċëáôôùìáôéêü.\n"
+"ĊëŬîôċ ôï CD-ROM óċ Ŭíá Üëëï óŭóôçìá ÷ñçóéìïïéŝíôáò ôçí ċíôïëŜ \"rpm -qpl "
+"Mandrake/RPMS/*.rpm\"\n"
+
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "Äéëü óçìċßï óŭíäċóçò %s"
-#: ../../install_steps_interactive.pm_.c:1173
+#: ../../install_steps.pm:1
+#, c-format
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)."
+"An error occurred, but I don't know how to handle it nicely.\n"
+"Continue at your own risk."
msgstr ""
-"\n"
-"\n"
-"(ñïóï÷Ŝ!:ÊÜíċôċ ÷ñŜóç ôïġ XFS óôçí êáôÜôìçóç root\n"
-"ç äçìéïġñßá äéóêŬôá ċêêßíçóçò ìċŬèïġò 1.44 Mb ìÜëëïí èá áïôŭ÷ċé,\n"
-"ċċéäŜ ôï XFS ÷ñċéÜĉċôáé ïëŭ ìċÜëïġò ïäçïŭò.)"
+"ñïêëŜèçêċ Ŭíá óöÜëìá ïġ äċí îŬñù ŝò íá ôï ÷ċéñéóôŝ.\n"
+"Óġíċ÷ßóôċ ìċ äéêŜ óáò ċġèŭíç."
-#: ../../install_steps_interactive.pm_.c:1181
-msgid "Sorry, no floppy drive available"
-msgstr "ËġÜìáé, äċí ġÜñ÷ċé äéáèŬóéìïò ïäçüò äéóêŬôáò"
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Please wait"
+msgstr "áñáêáëŝ ċñéìŬíċôċ"
-#: ../../install_steps_interactive.pm_.c:1185
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "ĊéëŬîôċ ïäçü äéóêŬôáò éá äçìéïġñßá äéóêŬôáò ċêêßíçóçò"
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "ĊíôÜîċé"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
#, c-format
-msgid "Insert a floppy in %s"
-msgstr "ĊéóÜċôċ äéóêŬôá óôïí ïäçü %s"
+msgid "Finish"
+msgstr "ÔŬëïò"
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr "Äçìéïġñßá äßóêïġ ċêêßíçóçò..."
+#: ../../interactive.pm:1 ../../standalone/draksec:1
+#, c-format
+msgid "Basic"
+msgstr "ÂáóéêŜ"
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr "ñïċôïéìáóßá ñïñÜììáôïò ċêêßíçóçò..."
+#: ../../interactive.pm:1
+#, c-format
+msgid "Advanced"
+msgstr "éá ñï÷ùñçìŬíïġò"
-#: ../../install_steps_interactive.pm_.c:1210
-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 éá íá îċêéíŜóċôċ ôï ìç÷ÜíçìÜ óáò"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, fuzzy, c-format
+msgid "Remove"
+msgstr "Ëßóôá Áöáßñċóçò"
-#: ../../install_steps_interactive.pm_.c:1216
-msgid "Do you want to use aboot?"
-msgstr "ÈŬëċôċ íá ÷ñçóéìïïéŜóċôċ ôï aboot;"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Modify"
+msgstr "Ôñïïïßçóç"
+
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Add"
+msgstr "ñïóèŜêç"
+
+#: ../../interactive.pm:1
+#, c-format
+msgid "Choose a file"
+msgstr "ĊéëŬîôċ Ŭíá áñ÷ċßï"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../keyboard.pm:1
+#, c-format
msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+"Here you can choose the key or key combination that will \n"
+"allow switching between the different keyboard layouts\n"
+"(eg: latin and non latin)"
msgstr ""
-"ÓöÜëìá êáôÜ ôçí ċêáôÜóôáóç ôïġ aboot, \n"
-"ñïóÜèċéá âċâéáóìŬíçò ċêáôÜóôáóçò, áêüìá êáé áí áġôü Ŭ÷ċé óáí áïôŬëċóìá "
-"ôçí êáôáóôñïöŜ ôçò ñŝôçò êáôÜôìçóçò;"
+"Ċäŝ ìïñċßôċ íá ċéëŬîċôċ ôï ëŜêôñï Ŝ ôïí óġíäġáóìü\n"
+"ëŜêôñùí ċíáëëáŜò ôùí äéáôÜîċùí ëçêôñïëïßùí\n"
+"(.÷. ÁëéêŜ Ŝ ĊëëçíéêŜ)"
-#: ../../install_steps_interactive.pm_.c:1226
-msgid "Installing bootloader"
-msgstr "ñüñáììá ċêêßíçóçò"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right \"Windows\" key"
+msgstr "Äċîéü ëŜêôñï \"Windows\""
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Left \"Windows\" key"
+msgstr "Áñéóôċñü ëŜêôñï \"Windows\""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "\"Menu\" key"
+msgstr "ëŜêôñï \"Ìċíïŭ\""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Alt and Shift keys simultaneously"
+msgstr "Ôáġôü÷ñïíá ôá ëŜêôñá Alt êáé Shift"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ctrl and Alt keys simultaneously"
+msgstr "Ôáġôü÷ñïíá ôá ëŜêôñá Ctrl êáé Alt"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "CapsLock key"
+msgstr "ëŜêôñï Capslock"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Control and Shift keys simultaneously"
+msgstr "Ôáġôü÷ñïíá ôá ëŜêôñá Control êáé Shift"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Both Shift keys simultaneously"
+msgstr "Ôáġôü÷ñïíá ôá äŭï ëŜêôñá Shift"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right Alt key"
+msgstr "Äċîéü ëŜêôñï Alt"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Yugoslavian (latin)"
+msgstr "éïġêïóëáâéêü (ëáôéíéêü)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "ÂéċôíÜì \"numeric row\" QWERTY"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard (international)"
+msgstr "US äéċèíŬò"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard"
+msgstr "Ç..Á. (US)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "UK keyboard"
+msgstr "ÌċÜëç Âñċôáíßá (UK)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "Ïġêñáíéêü"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr "Ôïġñêéêü (ìïíôŬñíï \"Q\" ìïíôŬëï)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "Ôïġñêéêü (áñáäïóéáêü \"F\" ìïíôŬëï)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tajik keyboard"
msgstr ""
-"Ç ċêáôÜóôáóç ôïġ ñïñÜììáôïò ċêêßíçóçò áŬôġ÷ċ. ñïêëŜèçêċ ôï áêüëïġèï "
-"óöÜëìá:"
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../keyboard.pm:1
#, 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."
+msgid "Thai keyboard"
+msgstr "ÔáúëáíäŬĉéêï"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "Áñìċíéêü (ñáöïìç÷áíŜ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (ISCII-layout)"
msgstr ""
-"Ìïñċß íá ÷ñċéáóôċß íá áëëÜîċôċ ôçí Open Firmware boot-óġóêċġŜ ŝóôċ íá\n"
-" ċíċñïïéŜóċôċ ôï ñüñáììá ċêêßíçóçò. Áí óôçí ċáíċêêßíçóç äċí äċßôċ ôçí "
-"ñïôñïŜ ôïġ ñüñáììá ċêêßíçóçò,\n"
-"áôŜóôċ ôï Command-Option-O-F êáôÜ ôçí ċáíċêêßíçóç êáé ċéóÜċôċ:\n"
-" setenv boot-device %s,\\\\:tbxi\n"
-" ÌċôÜ ñÜĝôċ: shut-down\n"
-"Óôçí ċüìċíç ċêêßíçóç èá ñŬċé íá äċßôċ ôçí ñïôñïŜ ôïġ ñïñÜììáôïò "
-"ċêêßíçóçò ."
-#: ../../install_steps_interactive.pm_.c:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../keyboard.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "ĊéóÜċôċ Üäċéá äéóêŬôá óôïí ïäçü %s"
+msgid "Serbian (cyrillic)"
+msgstr "ÓŬñâéêï (êġñéëëéêü)"
-#: ../../install_steps_interactive.pm_.c:1278
-msgid "Creating auto install floppy..."
-msgstr "Äçìéïġñßá äéóêŬôáò áġôüìáôçò ċêáôÜóôáóçò..."
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTY)"
+msgstr "Óëïâáêßáò (QWERTY)"
-#: ../../install_steps_interactive.pm_.c:1289
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTZ)"
+msgstr "Óëïâáêßáò (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovenian"
+msgstr "Óëïâċíßáò"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swedish"
+msgstr "Óïġçäéêü"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian (Yawerty)"
+msgstr "Ñùóéêü (Yawerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "Ñùóéêü"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwerty)"
+msgstr "Ñïġìáíéêü (qwerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwertz)"
+msgstr "Ñïġìáíéêü (qwertz)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Canadian (Quebec)"
+msgstr "Êáíáäéêü (ÊċìŬê)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "ïñôïáëéêü"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwertz layout)"
+msgstr "ïëùíéêü (äéÜôáîç qwertz)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "ïëùíéêü (äéÜôáîç qwerty)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Norwegian"
+msgstr "Íïñâçéêü"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "Ïëëáíäéêü"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
msgstr ""
-"ÌċñéêÜ âŜìáôá äċí ïëïêëçñŝèçêáí.\n"
-"\n"
-"ÈŬëċôċ óßïġñá íá ċêáôáëċßĝċôċ ôŝñá;"
-#: ../../install_steps_interactive.pm_.c:1300
+#: ../../keyboard.pm:1
#, c-format
-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"
-"%s\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
+msgid "Maltese (UK)"
msgstr ""
-"Óġ÷áñçôŜñéá, ç ċêáôÜóôáóç ïëïêëçñŝèçêċ.\n"
-"ÁöáéñŬóôċ ôçí äéóêŬôá Ŝ ôï CD ċêêßíçóçò êáé áôŜóôċ return éá "
-"ċáíċêêßíçóç.\n"
-"\n"
-"\n"
-"éá ëçñïöïñßċò ó÷ċôéêÜ ìċ äéïñèŝóċéò áġôŜò ôçò Ŭêäïóçò ôïġ Mandrake Linux,\n"
-"óġìâïġëċġôċßôċ ôçí óċëßäá: \n"
-"\n"
-"\n"
-"%s\n"
-"\n"
-"\n"
-"ëçñïöïñßċò ó÷ċôéêÜ ìċ ôéò ñġèìßóċéò ôïġ óġóôŜìáôüò óáò ġÜñ÷ïġí óôï "
-"ó÷ċôéêü\n"
-"êċöÜëáéï ôïġ ċßóçìïġ ïäçïŭ ÷ñŜóçò ôïġ Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1313
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr "http://www.mandrakelinux.com/en/90errata.php3"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Mongolian (cyrillic)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1318
-msgid "Generate auto install floppy"
-msgstr "Äçìéïġñßá äéóêŬôáò áġôüìáôçò ċêáôÜóôáóçò"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Myanmar (Burmese)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1320
-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"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Macedonian"
+msgstr "Ìáêċäïíéêü . Ä."
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Malayalam"
msgstr ""
-"Ç áġôüìáôç ċêáôÜóôáóç ìïñċß íá ċßíáé ëŜñùò áġôüìáôç,\n"
-"óċ áġôŜí ôçí ċñßôùóç èá áíáëÜâċé ôï óêëçñü äßóêï!!\n"
-"(áġôü áíáöŬñċôáé éá ċñéôŝóċéò ċêáôÜóôáóçò óċ Üëëï ġïëïéóôŜ).\n"
-"\n"
-"Ìïñċß íá ñïôéìÜôċ íá ċáíáëÜâċôċ ôçí ċêáôÜóôáóç.\n"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Automated"
-msgstr "Áġôüìáôï"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latvian"
+msgstr "Ëċôïíéêü"
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Replay"
-msgstr "Ċáíáöüñôùóç"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "Ëéèïġáíéêü \"öùíçôéêü\" QWERTY"
-#: ../../install_steps_interactive.pm_.c:1328
-msgid "Save packages selection"
-msgstr "ÁïèŜêċġóç ċéëïŜò áêŬôùí"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "Ëéèïġáíéêü \"number row\" QWERTY"
-#: ../../install_steps_newt.pm_.c:20
+#: ../../keyboard.pm:1
#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "ĊêáôÜóôáóç Mandrake Linux %s"
+msgid "Lithuanian AZERTY (new)"
+msgstr "Ëéèïġáíéêü AZERTY (íŬï)"
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
-msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "Ëéèïġáíéêü AZERTY (áëéü)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Laotian"
msgstr ""
-" <Tab>/<Alt-Tab> ÁëëáŜ ċäßïġ | <Space> ċéëïŜ | <F12> ċüìċíç ïèüíç"
-#: ../../interactive.pm_.c:87
-msgid "kdesu missing"
-msgstr "ôï kdesu ëċßċé"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latin American"
+msgstr "ËáôéíéêŜò ÁìċñéêŜò"
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
-msgstr "ôï consolehelper ëċßċé"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Korean keyboard"
+msgstr "ÊïñċÜôéêï ëçêôñïëüéï"
-#: ../../interactive.pm_.c:152
-msgid "Choose a file"
-msgstr "ĊéëŬîôċ Ŭíá áñ÷ċßï"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Japanese 106 keys"
+msgstr "Éáùíéêü 106 ëŜêôñùí"
-#: ../../interactive.pm_.c:318
-msgid "Advanced"
-msgstr "éá ñï÷ùñçìŬíïġò"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Inuktitut"
+msgstr ""
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
-msgid "Basic"
-msgstr "ÂáóéêŜ"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Italian"
+msgstr "Éôáëéêü"
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
-msgstr "<- ñïçïŭìċíï"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Icelandic"
+msgstr "Éóëáíäéêü"
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-msgid "Next"
-msgstr "Ċüìċíï"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "Éñáíéêü"
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr "ÊáêŜ ċéëïŜ, îáíáäïêéìÜóôċ\n"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "ÉóñáŜë (öùíçôéêü)"
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Ç ċéëïŜ óáò; (ċî ïñéóìïŭ %s)"
+msgid "Israeli"
+msgstr "ÉóñáŜë"
-#: ../../interactive/stdio.pm_.c:54
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"Entries you'll have to fill:\n"
-"%s"
+msgid "Croatian"
+msgstr "Êñïáôéêü"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "Ïġñéêü"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
msgstr ""
-"ċäßá ïġ èá ñŬċé íá óġìëçñŝóċôċ:\n"
-"%s"
-#: ../../interactive/stdio.pm_.c:70
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Ç ċéëïŜ óáò; (0/1, ċî ïñéóìïŭ %s)"
+msgid "Gujarati"
+msgstr ""
-#: ../../interactive/stdio.pm_.c:95
+#: ../../keyboard.pm:1
#, c-format
-msgid "Button `%s': %s"
-msgstr "ëŜêôñï `%s': %s"
+msgid "Greek"
+msgstr "Ċëëçíéêü"
-#: ../../interactive/stdio.pm_.c:96
-msgid "Do you want to click on this button?"
-msgstr "ÈŬëċôċ íá êÜíċôċ êëéê óċ áġôü ôï êïġìß;"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "ċùñßá (\"ËáôéíéêŜ\" äéÜôáîç)"
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
-msgstr "ċéóÜċôċ ôçí ëŬîç `void' éá êċíŜ ċéóáùŜ"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "ċùñßá (\"Ñŝóéêç\" äéÜôáîç)"
-#: ../../interactive/stdio.pm_.c:105
+#: ../../keyboard.pm:1
#, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Ç ċéëïŜ óáò; (ċî ïñéóìïŭ `%s'%s) "
+msgid "French"
+msgstr "áëëéêü"
-#: ../../interactive/stdio.pm_.c:123
+#: ../../keyboard.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
-msgstr "=> ĠÜñ÷ïġí ïëëÜ ñÜìáôá áü ôá ïïßá ìïñċßôċ íá ċéëŬîċôċ (%s).\n"
+msgid "Finnish"
+msgstr "Öéíëáíäéêü"
-#: ../../interactive/stdio.pm_.c:126
-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 ""
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Spanish"
+msgstr "Éóáíéêü"
-#: ../../interactive/stdio.pm_.c:139
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
+msgid "Estonian"
+msgstr "Ċóèïíéêü"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak (Óïġçäéêü)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Dvorak (Íïñâçéêü)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Dvorak (ÇÁ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "Äáíéêü"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
msgstr ""
-"=> Óçì.:ìéá ċôéêŬôá Üëëáîċ:\n"
-"%s"
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
-msgstr "ĊéóÜċôċ îáíÜ"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "ċñìáíéêü (÷ùñßò íċêñÜ ëŜêôñá)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "ċñìáíéêü"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTY)"
+msgstr "ÔóŬ÷éêï (QWERTY)"
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
+#: ../../keyboard.pm:1
+#, c-format
msgid "Czech (QWERTZ)"
msgstr "ÔóŬ÷éêï (QWERTZ)"
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "ċñìáíéêü"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "Ċëâċôéêü (áëëéêŜ äéÜôáîç)"
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Dvorak"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "Ċëâċôéêü (ċñìáíéêŜ äéÜôáîç)"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
-msgid "Spanish"
-msgstr "Éóáíéêü"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "Ëċġêïñùóßáò"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
-msgid "Finnish"
-msgstr "Öéíëáíäéêü"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bosnian"
+msgstr "Âïóíßáò"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
-msgid "French"
-msgstr "áëëéêü"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "ÂñáĉéëéÜíéêï (ABNT-2)"
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
-msgid "Norwegian"
-msgstr "Íïñâçéêü"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (BDS)"
+msgstr "Âïġëáñéêü (BDS)"
-#: ../../keyboard.pm_.c:160
-msgid "Polish"
-msgstr "ïëùíéêü"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bulgarian (phonetic)"
+msgstr "Âïġëáñéêü (öùíçôéêü)"
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
-msgstr "Ñùóéêü"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Bengali"
+msgstr ""
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
-msgid "Swedish"
-msgstr "Óïġçäéêü"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belgian"
+msgstr "Âċëéêü"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "ÌċÜëç Âñċôáíßá (UK)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "ÁĉċñìáúôĉÜí (Ëáôéíéêü)"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "Ç..Á. (US)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
+msgstr "Áñìċíéêü (öùíçôéêü)"
-#: ../../keyboard.pm_.c:167
-msgid "Albanian"
-msgstr "Áëâáíéêü"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "Áñìċíéêü (ñáöïìç÷áíŜ)"
-#: ../../keyboard.pm_.c:168
+#: ../../keyboard.pm:1
+#, c-format
msgid "Armenian (old)"
msgstr "Áñìċíéêü (áëéü)"
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "Áñìċíéêü (ñáöïìç÷áíŜ)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Albanian"
+msgstr "Áëâáíéêü"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
-msgstr "Áñìċíéêü (öùíçôéêü)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish"
+msgstr "ïëùíéêü"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "ÁĉċñìáúôĉÜí (Ëáôéíéêü)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Dvorak"
-#: ../../keyboard.pm_.c:177
-msgid "Belgian"
-msgstr "Âċëéêü"
+#: ../../lang.pm:1
+#, c-format
+msgid "Zimbabwe"
+msgstr "ĈéìÜìïġċ"
-#: ../../keyboard.pm_.c:178
-msgid "Bengali"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
+msgstr "ĈÜìéá"
-#: ../../keyboard.pm_.c:179
-msgid "Bulgarian (phonetic)"
-msgstr "Âïġëáñéêü (öùíçôéêü)"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
+msgstr "Íüôéá ÁöñéêŜ"
-#: ../../keyboard.pm_.c:180
-msgid "Bulgarian (BDS)"
-msgstr "Âïġëáñéêü (BDS)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Serbia"
+msgstr "óċéñéáêü"
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "ÂñáĉéëéÜíéêï (ABNT-2)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mayotte"
+msgstr "Ìáéïô"
-#: ../../keyboard.pm_.c:184
-msgid "Bosnian"
-msgstr "Âïóíßáò"
+#: ../../lang.pm:1
+#, c-format
+msgid "Yemen"
+msgstr "ĠċìŬíç"
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "Ëċġêïñùóßáò"
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
+msgstr "Óáìüá"
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "Ċëâċôéêü (ċñìáíéêŜ äéÜôáîç)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Wallis and Futuna"
+msgstr "ÍŜóïé ïġÜëéò êáé Öïġôïŭíá"
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "Ċëâċôéêü (áëëéêŜ äéÜôáîç)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Vanuatu"
+msgstr "ÂáíïġÜôïġ"
-#: ../../keyboard.pm_.c:189
-msgid "Czech (QWERTY)"
-msgstr "ÔóŬ÷éêï (QWERTY)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vietnam"
+msgstr "ÂéċôíÜì"
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr "ċñìáíéêü (÷ùñßò íċêñÜ ëŜêôñá)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr "áñèŬíïé ÍŜóïé(ÁìċñéêáíéêŬò)"
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (British)"
+msgstr "áñèŬíïé ÍŜóïé(ÂñċôáíéêŬò)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Venezuela"
+msgstr "ÂċíċĉïġŬëá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
+msgstr "ĥéïò ÂéêŬíôéïò êáé ñċíáíôßíċò"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vatican"
+msgstr "Ëċôïíéêü"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
+msgstr "ÏġĉìċêéóôÜí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uruguay"
+msgstr "ÏġñïġïġÜç"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
+msgstr "ÌéêñÜ áïìïíùìŬíá íçóéÜ ÇíùìŬíùí ïëéôċéŝí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uganda"
+msgstr "ÏġêÜíôá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ukraine"
+msgstr "Ïġêñáíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
msgstr ""
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "Äáíéêü"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Taiwan"
+msgstr "ÔáúëÜíäç"
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Dvorak (ÇÁ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tuvalu"
+msgstr "Ôïġâáëïŭ"
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak (Íïñâçéêü)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
+msgstr "ÔñéíéíôÜíô êáé ÔïìÜêï"
-#: ../../keyboard.pm_.c:196
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Óïġçäéêü)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkey"
+msgstr "Ôïġñêßá"
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "Ċóèïíéêü"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
+msgstr "Ôüêá"
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "ċùñßá (\"Ñŝóéêç\" äéÜôáîç)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tunisia"
+msgstr "Ôġíçóßá"
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "ċùñßá (\"ËáôéíéêŜ\" äéÜôáîç)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkmenistan"
+msgstr "ÔïġñêìċíéóôÜí"
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "Ċëëçíéêü"
+#: ../../lang.pm:1
+#, c-format
+msgid "East Timor"
+msgstr "Áíáôïëéêü Ôéìüñ"
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tokelau"
+msgstr "ÔïêċëÜïġ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr "ÔáôĉéêéóôÜí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr "ÔáúëÜíäç"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Togo"
+msgstr "Ôüêï"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Southern Territories"
+msgstr "áëëéêŬò Íüôéċò ċñéï÷Ŭò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
+msgstr "Ôóáíô"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Turks and Caicos Islands"
+msgstr "ÍŜóïé Ôïŭñêò êáé ÊáÀêïò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Swaziland"
+msgstr "ÓïġáĉéëÜíäç"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Syria"
+msgstr "ÓïġñéíÜì"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr "Ċë Óáëâáäüñ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr "ÓÜï Ôüìċ êáé ñßíôóéċ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Suriname"
+msgstr "ÓïġñéíÜì"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Somalia"
+msgstr "Óïìáëßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Senegal"
+msgstr "ÓċíċÜëç"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr "ĥéïò Ìáñßíïò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr "ÓéŬññá Ëċüíċ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovakia"
+msgstr "Óëïâáêßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
+msgstr "ÍŜóïé ÓâÜëìáñíô êáé éáí ÌÜéċí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovenia"
+msgstr "Óëïâċíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Helena"
+msgstr "ÍŜóïò Áßáò ĊëŬíçò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr "Óéáïŭñç"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sudan"
+msgstr "ÓïġäÜí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Seychelles"
+msgstr "Óċû÷Ŭëëċò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr "ÍŜóïé Óïëïìŝíôïò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr "ÓáïġäéêŜ Áñáâßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr "ÑïġÜíôá"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Russia"
+msgstr "Ñùóéêü"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Romania"
+msgstr "Ñïġìáíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Reunion"
+msgstr "Ñċïġíéüí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Qatar"
+msgstr "ÊáôÜñ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
+msgstr "áëÜïġ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr "áñáïġÜç"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Portugal"
+msgstr "ïñôïáëßá"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Palestine"
+msgstr "ÔìŜìá Splash"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Puerto Rico"
+msgstr "ïġŬñôï Ñßêï"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pitcairn"
+msgstr "ÍŜóïé ßôêáéñí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
+msgstr "Óáéíô éċñ êáé Ìéêċëüí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Poland"
+msgstr "ïëùíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr "áêéóôÜí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
+msgstr "Öéëéßíċò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr "áïŭá-ÍŬá ïġúíŬá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr "áëëéêŜ ïëġíçóßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr "ċñïŭ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr "áíáìÜò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Oman"
+msgstr "ÏìÜí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Zealand"
+msgstr "ÍŬá Ĉçëáíäßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niue"
+msgstr "Íßïġċ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
+msgstr "Íáïŭñïġ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr "ÍċÜë"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr "ÍéêáñÜïġá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nigeria"
+msgstr "Íéçñßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr "ÍŜóïé Íüñöïëê"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niger"
+msgstr "Íßçñáò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Caledonia"
+msgstr "ÍŬá Êáëçäïíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr "Íáìßìéá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr "Ìïĉáìâßêç"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malaysia"
+msgstr "Ìáëáéóßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mexico"
+msgstr "Ìċîéêü"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
+msgstr "ÌáëÜïġú"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr "Ìáëäßâċò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritius"
+msgstr "Ìáġñßêéïò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr "ÌÜëôá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Montserrat"
+msgstr "ÌïíóċñÜô"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr "Ìáġñéôáíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr "Ìáñôéíßêá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr "ÍŜóïé Âïñċßùí ÌáñéÜííùí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr "Ìïïëßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
+msgstr "ÌéáíìÜñ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr "ÌÜëé"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Macedonia"
+msgstr "ñŝçí éïġêïóëáâéêŜ Äçìïêñáôßá ôçò Ìáêċäïíßáò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr "ÍŜóïé ÌÜñóáë"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr "ÌáäááóêÜñç"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
+msgstr "Ìïëäáâßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Monaco"
+msgstr "Ìïíáêü"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr "Ìáñüêï"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Libya"
+msgstr "Ëéâċñßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Latvia"
+msgstr "Ëċôôïíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
+msgstr "Ëïġîċìâïŭñï"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr "Ëéèïġáíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr "Ëċóüôï"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liberia"
+msgstr "Ëéâċñßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr "Óñé ËÜíêá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liechtenstein"
+msgstr "Ëé÷ôċíóôÜéí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr "ĥéïò ËïġêÜò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr "Ëßâáíïò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Laos"
msgstr ""
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr "ÊáĉáêóôÜí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr "ÍŜóïé ÊŬġìáí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kuwait"
+msgstr "ÊïġâŬéô"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Korea"
+msgstr "ĥëëá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
msgstr ""
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
-msgstr "Ïġñéêü"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr "Óáéíô Êßôò êáé ÍŬâéò"
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
-msgstr "Êñïáôéêü"
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr "Êïìüñċò"
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr "ÊéñéìÜôé"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr "Êáìüôĉç"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr "ÊéñéóôÜí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kenya"
+msgstr "ÊŬíġá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr "Éáùíßá"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Jordan"
+msgstr "Éïñäáíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr "ÔĉáìÜéêá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iceland"
+msgstr "Éóëáíäßá"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iran"
+msgstr "ÉñÜê"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr "ÉñÜê"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
+msgstr "ÂñċôáíéêÜ ĊäÜöç Éíäéêïŭ Ùêċáíïŭ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "India"
+msgstr "Éíäßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Israel"
msgstr "ÉóñáŜë"
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "ÉóñáŜë (öùíçôéêü)"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Ireland"
+msgstr "Éñëáíäßá"
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "Éñáíéêü"
+#: ../../lang.pm:1
+#, c-format
+msgid "Indonesia"
+msgstr "Éíäïíçóßá"
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
-msgstr "Éóëáíäéêü"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hungary"
+msgstr "Ïġáñßá"
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "Éôáëéêü"
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr "ÁúôŜ"
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Croatia"
+msgstr "Êñïáôßá"
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "Éáùíéêü 106 ëŜêôñùí"
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr "Ïíäïŭñá"
-#: ../../keyboard.pm_.c:217
-msgid "Korean keyboard"
-msgstr "ÊïñċÜôéêï ëçêôñïëüéï"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Heard and McDonald Islands"
+msgstr "Íçóß ×ċñíô êáé ÍŜóïé ÌáêÍôïíëíô"
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "ËáôéíéêŜò ÁìċñéêŜò"
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr "×ïíê Êïíê"
-#: ../../keyboard.pm_.c:219
-msgid "Laotian"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr "ïġúÜíá"
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "Ëéèïġáíéêü AZERTY (áëéü)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr "ïġúíŬá-ÌéóÜïġ"
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "Ëéèïġáíéêü AZERTY (íŬï)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guam"
+msgstr "êïġÜì"
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Ëéèïġáíéêü \"number row\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Guatemala"
+msgstr "ïġáôċìÜëá"
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Ëéèïġáíéêü \"öùíçôéêü\" QWERTY"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "South Georgia and the South Sandwich Islands"
+msgstr "Íüôéá ċùñßá êáé Íüôéï Íçóß ÓÜíôïġúôò"
-#: ../../keyboard.pm_.c:225
-msgid "Latvian"
-msgstr "Ëċôïíéêü"
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr "ÉóçìċñéíŜ ïġúíŬá"
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr "ïġáäċëïŭç"
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
-msgstr "Ìáêċäïíéêü . Ä."
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea"
+msgstr "ïġúíŬá"
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr "êÜìéá"
-#: ../../keyboard.pm_.c:229
-msgid "Mongolian (cyrillic)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Greenland"
+msgstr "ñïéëáíäßá"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr "éâñáëôÜñ"
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
+msgstr "êÜíá"
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "Ïëëáíäéêü"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Guiana"
+msgstr "áëëéêŜ ïġúÜíá"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "ïëùíéêü (äéÜôáîç qwerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Georgia"
+msgstr "ċùñßá"
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "ïëùíéêü (äéÜôáîç qwertz)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
+msgstr "ñċíÜäá"
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "ïñôïáëéêü"
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr "ÇíùìŬíï Âáóßëċéï"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
-msgstr "Êáíáäéêü (ÊċìŬê)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr "êáìüí"
-#: ../../keyboard.pm_.c:239
-msgid "Romanian (qwertz)"
-msgstr "Ñïġìáíéêü (qwertz)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Faroe Islands"
+msgstr "ÍŜóïé Öċñüċò"
-#: ../../keyboard.pm_.c:240
-msgid "Romanian (qwerty)"
-msgstr "Ñïġìáíéêü (qwerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Micronesia"
+msgstr "Ìéêñïíçóßá"
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "Ñùóéêü (Yawerty)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
+msgstr "ÍŜóïé Öŝêëáíô (Ìáëâßíċò)"
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "Óëïâċíßáò"
+#: ../../lang.pm:1
+#, c-format
+msgid "Fiji"
+msgstr "Ößôĉé"
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "Óëïâáêßáò (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
+msgstr "Öéíëáíäßá"
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "Óëïâáêßáò (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Ethiopia"
+msgstr "Áéèéïßá"
-#: ../../keyboard.pm_.c:248
-msgid "Serbian (cyrillic)"
-msgstr "ÓŬñâéêï (êġñéëëéêü)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Spain"
+msgstr "Éóáíßá"
-#: ../../keyboard.pm_.c:250
-msgid "Tamil (Unicode)"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Eritrea"
+msgstr "Ċñġèñáßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
+msgstr "ÄġôéêŜ Óá÷Üñá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Egypt"
+msgstr "Áßġôïò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Estonia"
+msgstr "Ċóèïíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
+msgstr "Éóçìċñéíüò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Algeria"
+msgstr "Áëċñßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominican Republic"
+msgstr "ÄïìçíéêáíŜ Äçìïêñáôßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominica"
+msgstr "Íôïìßíéêá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
+msgstr "Äáíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Djibouti"
+msgstr "Ôĉéìïġôß"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr "Êŭñïò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
+msgstr "ÍŜóïé ×ñéóôïġŬííùí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cape Verde"
+msgstr "ñÜóéíï ÁêñùôŜñéï"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr "Êïŭâá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr "Êïëïìâßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr "Êßíá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cameroon"
+msgstr "Êáìċñïŭí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chile"
+msgstr "×éëŜ"
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr "ÍŜóïé Êïġê"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr "ÁêôŜ Ċëċöáíôïóôïŭ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Switzerland"
+msgstr "Ċëâċôßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
msgstr ""
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "ÔáúëáíäŬĉéêï"
+#: ../../lang.pm:1
+#, c-format
+msgid "Central African Republic"
+msgstr "Äçìïêñáôßá ÊċíôñéêŜò ÁöñéêŜò"
-#: ../../keyboard.pm_.c:254
-msgid "Tajik keyboard"
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
msgstr ""
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Ôïġñêéêü (áñáäïóéáêü \"F\" ìïíôŬëï)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
+msgstr "ÍŜóïé Êüêïò (ÊŜëéíê)"
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Ôïġñêéêü (ìïíôŬñíï \"Q\" ìïíôŬëï)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Canada"
+msgstr "ÊáíáäÜò"
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "Ïġêñáíéêü"
+#: ../../lang.pm:1
+#, c-format
+msgid "Belize"
+msgstr "Ìċëßĉ"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "US äéċèíŬò"
+#: ../../lang.pm:1
+#, c-format
+msgid "Belarus"
+msgstr "Ëċġêïñùóßá"
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "ÂéċôíÜì \"numeric row\" QWERTY"
+#: ../../lang.pm:1
+#, c-format
+msgid "Botswana"
+msgstr "ÌïôóïġÜíá"
-#: ../../keyboard.pm_.c:263
-msgid "Yugoslavian (latin)"
-msgstr "éïġêïóëáâéêü (ëáôéíéêü)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
+msgstr "ÍŜóïò ÌïġâŬ"
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
-msgstr "Äċîéü ëŜêôñï Alt"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr "ÌïġôÜí"
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
-msgstr "Ôáġôü÷ñïíá ôá äŭï ëŜêôñá Shift"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
+msgstr "Ìá÷Üìċò"
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
-msgstr "Ôáġôü÷ñïíá ôá ëŜêôñá Control êáé Shift"
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
+msgstr "Âñáĉéëßá"
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
-msgstr "ëŜêôñï Capslock"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
+msgstr "Âïëéâßá"
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
-msgstr "Ôáġôü÷ñïíá ôá ëŜêôñá Ctrl êáé Alt"
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
+msgstr "ÌñïġíŬé ÍôáñïġóáëÜì"
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
-msgstr "Ôáġôü÷ñïíá ôá ëŜêôñá Alt êáé Shift"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bermuda"
+msgstr "Âċñìïŭäċò"
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
-msgstr "ëŜêôñï \"Ìċíïŭ\""
+#: ../../lang.pm:1
+#, c-format
+msgid "Benin"
+msgstr "Ìċíßí"
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
-msgstr "Áñéóôċñü ëŜêôñï \"Windows\""
+#: ../../lang.pm:1
+#, c-format
+msgid "Burundi"
+msgstr "Ìïġñïŭíôé"
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
-msgstr "Äċîéü ëŜêôñï \"Windows\""
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
+msgstr "Ìá÷ñŬéí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bulgaria"
+msgstr "Âïġëáñßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
+msgstr "Ìïġñêßíá ÖÜóï"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
+msgstr "ÌáíêëáíôŬò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
+msgstr "ÌáñìÜíôïò"
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
+#, c-format
+msgid "Bosnia and Herzegovina"
+msgstr "Âïóíßá-Ċñĉċïâßíç"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Azerbaijan"
+msgstr "ÁĉċñìáúôĉÜí"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Aruba"
+msgstr "Áñïŭìá"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Australia"
+msgstr "Áġóôñáëßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "American Samoa"
+msgstr "ÁìċñéêáíéêŜ Óáìüá"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
+msgstr "ÁñċíôéíŜ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
+msgstr "ÁíôáñêôéêŜ"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
+msgstr "Áüëá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Netherlands Antilles"
+msgstr "ÏëëáíäéêŬò Áíôßëëċò"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Armenia"
+msgstr "Áñìċíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Albania"
+msgstr "Áëâáíßá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Anguilla"
+msgstr "Áêßëá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antigua and Barbuda"
+msgstr "Áíôßêïġá êáé Ìáñìïŭíôá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United Arab Emirates"
+msgstr "ÇíùìŬíá ÁñáâéêÜ ĊìéñÜôá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Andorra"
+msgstr "Áíäüññá"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Afghanistan"
+msgstr "ÁöáíéóôÜí"
+
+#: ../../loopback.pm:1
#, c-format
msgid "Circular mounts %s\n"
msgstr "ÊġêëéêŬò óġíäŬóċéò %s\n"
-#: ../../lvm.pm_.c:103
+#: ../../lvm.pm:1
+#, c-format
msgid "Remove the logical volumes first\n"
msgstr "ÁöáéñŬóôċ ñŝôá ôéò ëïéêŬò ìïíÜäċò\n"
-#: ../../modules.pm_.c:290
+#: ../../modules.pm:1
+#, c-format
msgid ""
"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
msgstr ""
"Äċí ġÜñ÷ċé ëŬïí ġïóôŜñéîç PCMCIA éá ôïġò ġñŜíċò 2.2. ÊÜíôċ ÷ñŜóç ôïġ "
"ġñŜíá 2.4."
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
-msgstr "Ċäŝ ìïñċßôċ íá ñġèìßóċôċ ôéò áñáìŬôñïġò ôïġ áñèñŝìáôïò."
-
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "Äċí ġÜñ÷ċé äéáèŬóéìïò ïäçüò äéóêŬôáò"
-
-#: ../../modules/parameters.pm_.c:50
-msgid "a number"
-msgstr "Ŭíáò áñéèìüò"
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "ÊÉÍÇÓÔĊ ÔÏ ÑÏÄÁÊÉ!"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated numbers"
-msgstr "%d áñéèìïß ÷ùñéóìŬíïé ìċ êüììá"
+msgid "To activate the mouse,"
+msgstr "éá ċíċñïïßçóç ïíôéêéïŭ"
-#: ../../modules/parameters.pm_.c:52
+#: ../../mouse.pm:1
#, c-format
-msgid "%d comma separated strings"
-msgstr ""
+msgid "Please test the mouse"
+msgstr "áñáêáëŝ äïêéìÜóôċ ôï ïíôßêé"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
-msgstr "áñéèìïß ÷ùñéóìŬíïé ìċ êüììá"
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "×ùñßò ïíôßêé"
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated strings"
-msgstr ""
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "êáíŬíá"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Mouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "Ôñéŝí ëŜêôñùí"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Logitech MouseMan+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "Äŭï ëŜêôñùí"
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "ċíéêïŭ ôŭïġ ïíôßêé PS2 ìċ ñïäÜêé"
+#: ../../mouse.pm:1
+#, c-format
+msgid "1 button"
+msgstr "1 ëŜêôñïġ"
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../mouse.pm:1
+#, c-format
+msgid "busmouse"
+msgstr "busmouse"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Logitech Mouse (óċéñéáêü, áëéüò C7 ôŭïò)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Series"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-msgid "Microsoft Explorer"
-msgstr "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-msgid "1 button"
-msgstr "1 ëŜêôñïġ"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Mouse Systems"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Logitech MouseMan"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "ċíéêïŭ ôŭïġ ìċ 3 ëŜêôñá"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 2 Button Mouse"
msgstr "ċíéêïŭ ôŭïġ ìċ 2 ëŜêôñá"
-#: ../../mouse.pm_.c:47
+#: ../../mouse.pm:1
+#, c-format
+msgid "serial"
+msgstr "óċéñéáêü"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft Explorer"
+msgstr "Microsoft Explorer"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Wheel"
msgstr "Ìċ ñïäÜêé"
-#: ../../mouse.pm_.c:51
-msgid "serial"
-msgstr "óċéñéáêü"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "ċíéêŜ"
-#: ../../mouse.pm_.c:54
-msgid "Generic 3 Button Mouse"
-msgstr "ċíéêïŭ ôŭïġ ìċ 3 ëŜêôñá"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Logitech MouseMan"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "ċíéêïŭ ôŭïġ ïíôßêé PS2 ìċ ñïäÜêé"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Logitech MouseMan+"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Logitech CC Series"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "Ôġéêü"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Logitech MouseMan+/FirstMouse+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Sun - Mouse"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Series"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "ĊíáëëáŜ ìċôáîŭ ċßċäçò êáé ïìáäéêŜò ôáîéíüìçóçò"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "Óŭìôġîç äŬíôñïġ"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Logitech Mouse (óċéñéáêü, áëéüò C7 ôŭïò)"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "ÁíÜôġîç äŬíôñïġ"
-#: ../../mouse.pm_.c:68
-msgid "busmouse"
-msgstr "busmouse"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "ëçñïöïñßċò"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "Äŭï ëŜêôñùí"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "Óùóôü;"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "Ôñéŝí ëŜêôñùí"
+#: ../../my_gtk.pm:1
+#, c-format
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "êáíŬíá"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "ÓöÜëìá ċñáöŜò óôï áñ÷ċßï %s"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "×ùñßò ïíôßêé"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "ÊáôċóôñáììŬíï ċöċäñéêü áñ÷ċßï"
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "áñáêáëŝ äïêéìÜóôċ ôï ïíôßêé"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "Ç ċáíáöïñÜ áü ôï áñ÷ċßï %s áŬôġ÷ċ: %s"
-#: ../../mouse.pm_.c:491
-msgid "To activate the mouse,"
-msgstr "éá ċíċñïïßçóç ïíôéêéïŭ"
+#: ../../partition_table.pm:1
+#, c-format
+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"
+"Ç ìïíáäéêŜ ëŭóç ċßíáé íá ìċôáêéíŜóċôċ ôéò ñùôċŭïġóċò êáôáôìŜóċéò óáò Ŭôóé "
+"ŝóôċ ôï êċíü íá âñċèċß äßëá óôçí ċêôċôáìŬíç êáôÜôìçóç"
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr "ÊÉÍÇÓÔĊ ÔÏ ÑÏÄÁÊÉ!"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "Ç ċêôċôáìŬíç êáôÜôìçóç äċí ġïóôçñßĉċôáé óċ áġôüí ôïí ôŭï óġóôŜìáôïò"
-#: ../../my_gtk.pm_.c:65
-msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "óŭíäċóç áŬôġ÷ċ: "
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-msgid "Finish"
-msgstr "ÔŬëïò"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "ßóùò"
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "Ċüìċíï -ğ"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "êáëü"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "Óùóôü;"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "ïëŭ êáëü"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "ëçñïöïñßċò"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "óçìáíôéêü"
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "ÁíÜôġîç äŬíôñïġ"
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "ñŬċé íá ġÜñ÷ċé"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "Óŭìôġîç äŬíôñïġ"
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "Äċí ġÜñ÷ïġí áñêċôŬò êáôáôìŜóċéò éá RAID ċéŬäïġ %d\n"
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr "ĊíáëëáŜ ìċôáîŭ ċßċäçò êáé ïìáäéêŜò ôáîéíüìçóçò"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "áïôġ÷ßá mkraid"
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "÷ñŜóç pppoe"
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "áïôġ÷ßá mkraid (ìŜùò áïġóéÜĉïġí ôá raidtools;)"
-#: ../../network/adsl.pm_.c:24
-msgid "use pptp"
-msgstr "÷ñŜóç pptp"
+#: ../../raid.pm:1
+#, c-format
+msgid "Can't add a partition to _formatted_ RAID md%d"
+msgstr "Äċí ìïñŝ íá ñïóèŬóù êáôÜôìçóç óôï _ìïñöïïéçìŬíï_ RAID md%d"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
-msgstr "÷ñŜóç dhcp"
+#: ../../services.pm:1
+#, c-format
+msgid "Stop"
+msgstr "Ôċñìáôéóìüò"
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
-msgstr "Alcatel speedtouch usb"
+#: ../../services.pm:1
+#, c-format
+msgid "Start"
+msgstr "Ċêêßíçóç"
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
+#: ../../services.pm:1
+#, c-format
+msgid "On boot"
+msgstr "Óôçí ċêêßíçóç"
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"No additional information\n"
+"about this service, sorry."
msgstr ""
+"×ùñßò ċéëŬïí ëçñïöïñßċò\n"
+"éá áġôŜ ôçí ġçñċóßá."
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Óŭíäċóç óôï Äéáäßêôġï"
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr "Ġçñċóßċò êáé äáßìïíċò"
-#: ../../network/adsl.pm_.c:30
-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'"
+#: ../../services.pm:1
+#, c-format
+msgid "stopped"
+msgstr "äċí ċêôċëċßôáé"
+
+#: ../../services.pm:1
+#, c-format
+msgid "running"
+msgstr "ċêôċëċßôáé"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Choose which services should be automatically started at boot time"
+msgstr "ĊéëŬîôċ ôéò ġçñċóßċò ïġ èá îċêéíïŭí áġôüìáôá êáôÜ ôçí ċêêßíçóç"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Database Server"
+msgstr "ĊîġçñċôçôŜò ÂÜóçò ÄċäïìŬíùí"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Remote Administration"
+msgstr "ÁïìáêñġóìŬíç äéá÷ċßñéóç"
+
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
+msgstr "Êïéíü÷ñçóôá áñ÷ċßá"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Internet"
+msgstr "Äéáäßêôġï"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Printing"
+msgstr "Ċêôŭùóç"
+
+#: ../../services.pm:1
+#, c-format
+msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr ""
-"Ï éï êïéíüò ôñüïò óŭíäċóçò adsl ċßíáé pppoe.\n"
-"ÏñéóìŬíċò óġíäŬóċéò ÷ñçóéìïïéïŭí pptp, êÜïéċò ëßċò dhcp.\n"
-"ĊÜí äċí îŬñċôċ, ċéëŬîôċ '÷ñŜóç pppoe'"
+"ÎċêéíÜċé ôçí ġçñċóßá ċîġçñċôçôŜ ñáììáôïóċéñŝí X (áġôü ċßíáé ááñáßôçôï "
+"éá íá ċêôċëċóôċß ôï XFree)."
+
+#: ../../services.pm:1
+#, c-format
+msgid "Load the drivers for your usb devices."
+msgstr "Öüñôùóç ôùí ïäçŝí éá ôéò usb óġóêċġŬò óáò."
-#: ../../network/adsl.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"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"
+"Óġíßóôáôáé ç óġíċ÷Ŝò ëċéôïġñßá áġôŜò ôçò ġçñċóßáò."
-#: ../../network/drakfirewall.pm_.c:12
-msgid "Web Server"
-msgstr "ĊîġçñċôçôŜò Éóôïóċëßäùí"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the sound system on your machine"
+msgstr "Ċêêßíçóç ôïġ óġóôŜìáôïò Ŝ÷ïġ óôï ìç÷ÜíçìÜ óáò"
-#: ../../network/drakfirewall.pm_.c:17
-msgid "Domain Name Server"
-msgstr "ĊîġçñċôçôŜò ĵíïìá ÔïìŬá"
+#: ../../services.pm:1
+#, c-format
+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)."
-#: ../../network/drakfirewall.pm_.c:32
-msgid "Mail Server"
-msgstr "ĊîġçñċôçôŜò Ôá÷ġäñïìċßïġ"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"The rusers protocol allows users on a network to identify who is\n"
+"logged in on other responding machines."
+msgstr ""
+"Ôï ñùôüêïëëï rusers ċéôñŬċé óôïġò ÷ñŜóôċò ċíüò äéêôŭïġ íá \n"
+"ñïóäéïñßóïġí ôïġò óġíäċäċìŬíïġò ÷ñŜóôċò Üëëùí óġóôçìÜôùí."
-#: ../../network/drakfirewall.pm_.c:37
-msgid "POP and IMAP Server"
-msgstr "ĊîġçñċôçôŜò POP êáé IMAP"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"The rstat protocol allows users on a network to retrieve\n"
+"performance metrics for any machine on that network."
+msgstr ""
+"Ôï ñùôüêïëëï rstat ċéôñŬċé óôïġò ÷ñŜóôċò ċíüò äéêôŭïġ ôçí\n"
+"óġëëïŜ ìċôñŜóċùí ċéäüóċùí éá ïïéïäŜïôċ óŭóôçìá óċ áġôü \n"
+"ôï äßêôġï."
-#: ../../network/drakfirewall.pm_.c:111
-msgid "No network card"
-msgstr "äċí âñŬèçêċ êÜñôá äéêôŭïġ"
+#: ../../services.pm:1
+#, c-format
+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"
+"ìéêñÜ äßêôġá, ìċáëŭôċñá äßêôġá ááéôïŭí ċñéëïêüôċñá ñùôüêïëëá."
-#: ../../network/drakfirewall.pm_.c:129
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall 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."
+"Assign raw devices to block devices (such as hard drive\n"
+"partitions), for the use of applications such as Oracle"
msgstr ""
-"ñŭèìéóç tinyfirewall\n"
-"\n"
-"Áġôü ñġèìßĉċé ôï ñïóùéêü óáò firewall éá áġôü ôï ìç÷Üíçìá Mandrake "
-"Linux.\n"
-"éá ìéá éó÷ġñŜ áöïóéùìŬíç ëŭóç firewall, áñáêáëŝ êïéôÜîôċ óôçí\n"
-"ċéäéêċġìŬíç MandrakeSecurity Firewall äéáíïìŜ."
+"Ïñéóìüò raw óġóêċġŝí ùò block óġóêċġŝí (üùò êáôáôìŜóċéò óêëçñŝí\n"
+"äßóêùí), éá ôç ÷ñŜóç ôïġò áü ċöáñìïŬò üùò ç Oracle"
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
msgstr ""
+"Áïèçêċŭċé êáé ċáíáöŬñċé ôçí çŜ ċíôñïßáò ôïġ óġóôŜìáôïò éá \n"
+"ôçí äçìéïġñßá êáëŭôċñçò ïéüôçôáò ôġ÷áßùí áñéèìŝí."
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
-msgstr "ïéċò ġçñċóßċò èŬëċôċ íá ċéôñŬïíôáé íá óġíäŬïíôáé óôï Äéáäßêôġï;"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
+msgstr ""
+"Ôï postfix ċßíáé Ŭíá ñüñáììá ìċôáöïñÜò áëëçëïñáößáò, ôï \n"
+"ñüñáììá ïġ öñïíôßĉċé éá ôçí ìċôáöïñÜ áëëçëïñáößáò áü ôï \n"
+"Ŭíá óŭóôçìá óôï Üëëï."
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"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 ""
-"Ìïñċßôċ íá ċéóÜċôċ äéÜöïñċò èŜñċò.\n"
-"¸êġñá áñáäċßìáôá ċßíáé: 139/tcp 139/udp.\n"
-"Äċßôċ ôï /etc/services éá ëçñïöïñßċò."
+"Ï portmapper äéá÷ċéñßĉċôáé óġíäŬóċéò RPC, ïé ïïßċò ÷ñçóéìïïéïŭíôáé\n"
+"áü ñùôüêïëëá üùò ôï NFS êáé ôï NIS. ñŬċé íá ċßíáé ċíċñïïéçìŬíï óċ \n"
+"óġóôŜìáôá ïġ äñïġí ùò ċîġçñċôçôŬò ôŬôïéùí ñùôïêüëëùí."
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"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 ""
-"Äüèçêċ Üêġñç èŜñá: %s.\n"
-"Ôï óùóôü öïñìÜ ċßíáé \"èŭñá/tcp\" Ŝ \"èŭñá/udp\", \n"
-"üïġ èŜñá ċßíáé ċßíáé áñéèìüò ìċôáîŭ 1 êáé 65535."
+"Ç ġïóôŜñéîç PCMCIA ñïóöŬñċé ġïóôŜñéîç éá êÜñôċò äéêôŭïġ, ìüíôċì êë \n"
+"óġíŜèùò óċ óġóôŜìáôá laptop. Äċí èá ċêêéíŜóċé ċêôüò áí áġôü ĉçôçèċß áü "
+"ôïí \n"
+"÷ñŜóôç, ïüôċ ċßíáé áóöáëŬò íá ċêáôáóôáèċß óċ óġóôŜìáôá ïġ äċí ôï "
+"÷ñċéÜĉïíôáé."
-#: ../../network/drakfirewall.pm_.c:167
-msgid "Everything (no firewall)"
-msgstr "ĵëċò (÷ùñßò ôïß÷ïò ñïóôáóßáò)"
+#: ../../services.pm:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
+msgstr "ĠïóôŜñéîç ôùí OKI 4w êáé óġìâáôŝí winprinters."
-#: ../../network/drakfirewall.pm_.c:169
-msgid "Other ports"
-msgstr "ĥëëċò èŭñċò"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
+msgstr ""
+"Áġôüìáôç ċíċñïïßçóç ôïġ numlock ëŜêôñïġ óôçí êïíóüëá\n"
+"êáé ôï XFree êáôÜ ôçí ċêêßíçóç ôïġ óġóôŜìáôïò."
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"NFS is a popular protocol for file sharing across TCP/IP\n"
+"networks. This service provides NFS file locking functionality."
msgstr ""
-"ïéüí ċëÜôç dhcp èŬëċôċ íá ÷ñçóéìïïéŜóċôċ;\n"
-"Ç ñïċéëïŜ ċßíáé dhcp-client"
+"Ôï NFS ċßíáé Ŭíá äçìïöéëŬò ñùôüêïëëï éá ôïí äéáìïéñáóìü áñ÷ċßùí óċ \n"
+"äßêôġá TCP/IP. ÁġôŜ ç ġçñċóßá ñïóöŬñċé ëċéôïġñßċò êëċéäŝìáôïò áñ÷ċßùí."
-#: ../../network/ethernet.pm_.c:88
+#: ../../services.pm:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"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 ""
-"Äċí âñŬèçêċ ñïóáñìïŬáò äéêôŭïġ Ethernet óôï óŭóôçìÜ óáò.\n"
-"Äċí ìïñŝ íá ñġèìßóù áġôïŭ ôïġ ôŭïġ ôç óŭíäċóç."
+"Ôï NFS ċßíáé Ŭíá äçìïöéëŬò ñùôüêïëëï éá ôïí äéáìïéñáóìü áñ÷ċßùí óċ \n"
+"äßêôġá TCP/IP. ÁġôŜ ç ġçñċóßá ñïóöŬñċé ëċéôïġñßċò ċîġçñċôçôŜ, ï \n"
+"ïïßïò ñġèìßĉċôáé áü ôï áñ÷ċßï /etc/exports."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "ĊéëŬîôċ óġóêċġŜ äéêôŭïġ"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Activates/Deactivates all network interfaces configured to start\n"
+"at boot time."
+msgstr ""
+"Ċíċñïïéċß/áċíċñïïéċß üëá ôá ġïóġóôŜìáôá äéêôŭïġ ïġ Ŭ÷ïġí \n"
+"ñġèìéóôċß íá îċêéíïŭí êáôÜ ôçí ċêêßíçóç."
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
+"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) "
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "äċí âñŬèçêċ ñïóáñìïŬáò äéêôŭïġ"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
+msgstr ""
+"Ï named (BIND) ċßíáé Ŭíáò ĊîġçñċôçôŜò Ïíüìáôïò ÔïìŬá (DNS) ïġ "
+"÷ñçóéìïïéċßôáé\n"
+"éá íá ìċôáôñŬċé ïíüìáôá óċ äéċġèŭíóċéò IP."
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "Ñŭèìéóç äéêôŭïġ"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linux Virtual Server, used to build a high-performance and highly\n"
+"available server."
+msgstr ""
+"Linux Virtual Server, ÷ñçóéìïïéċßôáé éá íá äçìéïġñŜóċé Ŭíáí ġĝçëŜò\n"
+"áüäïóçò êáé äéáèċóéìüôçôáò ċîġçñċôçôŜ."
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
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''."
+"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 ""
-"áñáêáëŝ ċéóÜċôċ ôï üíïìá ôïġ óġóôŜìáôïò ċÜí ôï îŬñċôċ.\n"
-"ÏñéóìŬíïé ċîġçñċôçôŬò DHCP äċí ëċéôïġñïŭí ÷ùñßò áġôü.\n"
-"Ôï üíïìá áġôü ñŬċé íá ċßíáé Ŭíá ëŜñċò üíïìá óġóôŜìáôïò,\n"
-"üùò .÷. ``mybox.mylab.myco.com''."
+"Ôï lpd ċßíáé ç ġçñċóßá ċêôġŝóċùí ïġ ááéôċßôáé éá íá ëċéôïġñċß \n"
+"ç ċíôïëŜ lpd. Ċßíáé âáóéêÜ Ŭíáò ċîġçñċôçôŜò ïġ ñïùèċß ôá áñ÷ċßá \n"
+"óôïġò ċêôġùôŬò."
-#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "ĵíïìá óġóôŜìáôïò"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linuxconf will sometimes arrange to perform various tasks\n"
+"at boot-time to maintain the system configuration."
+msgstr ""
+"Ôï Linuxconf êáìéÜ öïñÜ êÜíċé äéÜöïñċò ċñáóßċò\n"
+"êáôÜ ôçí ċêêßíçóç ôïġ óġóôŜìáôïò éá íá äéáôçñŜóċé ôç ñŭèìéóç ôïġ óġóôŜìáôïò."
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-msgid "Network Configuration Wizard"
-msgstr "Ïäçüò Ñŭèìéóçò Äéêôŭïġ"
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr ""
+"Áġôüìáôç áíß÷íċġóç êáé ñŭèìéóç óġóêċġŝí êáôÜ ôçí ċêêßíçóç ôïġ óġóôŜìáôïò."
-#: ../../network/isdn.pm_.c:22
-msgid "External ISDN modem"
-msgstr "Ċîùôċñéêü ISDN modem"
+#: ../../services.pm:1
+#, c-format
+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"
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "ĊóùôċñéêŜ êÜñôá ISDN"
+#: ../../services.pm:1
+#, c-format
+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. ñŬċé ó÷ċäüí Üíôá íá ċßíáé ċíċñïïéçìŬíï."
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Ôé ċßäïġò ċßíáé ç ISDN óŭíäċóŜ óáò;"
+#: ../../services.pm:1
+#, c-format
+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"
+"ċíüò Ôïß÷ïġò ñïóôáóßáò ïġ èá ñïóôáôċŭċé ôï ìç÷ÜíçìÜ óáò áü äéêôġáêŬò "
+"ċéèŬóċéò."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\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"
+"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 ""
-"ïéá ISDN ñŭèìéóç ñïôéìÜôċ;\n"
-"\n"
-"* Ç áëéÜ ñŭèìéóç ÷ñçóéìïïéċß ôï isdn4net. ċñéŬ÷ċé ÷ñŜóéìá ċñáëċßá,\n"
-" áëëÜ ċßíáé ëßï äŭóêïëï éá Ŭíáí áñ÷Üñéï íá ñġèìéóôċß êáé ü÷é óôċñċüôġï.\n"
-"\n"
-"* Ç ÍŬá ñŭèìéóç ċßíáé ċġêïëüôċñç óôçí êáôáíüçóç, ċñéóóüôċñï óôċñċüôġç,\n"
-" áëëÜ ìċ ëéüôċñá ċñáëċßá.\n"
-"\n"
-"ñïôċßíïġìċ ôçí ċëáöñéÜ ñŭèìéóç.\n"
-"\n"
+"Ç ġçñċóßá ġċñċîġçñċôçôŜ Äéáäéêôŭïġ (inetd) îċêéíÜċé ìéá ïéêéëßá\n"
+"Üëëùí ġçñċóéŝí äéáäéêôŭïġ üïôċ ÷ñċéÜĉïíôáé. Ċßíáé ġċŭèġíç éá ôçí \n"
+"ċêêßíçóç ïëëŝí ġçñċóéŝí, üùò telnet, ftp, rsh êáé rlogin. Ç "
+"áċíċñïïßçóç\n"
+"áġôŜò ôçò ġçñċóßáò áċíċñïïéçèċß ċßóçò êáé ôéò ġçñċóßċò éá ôéò ïïßċò\n"
+"ċßíáé ġċŭèġíç."
-#: ../../network/isdn.pm_.c:54
-msgid "New configuration (isdn-light)"
-msgstr "ÍŬá ñŭèìéóç (isdn-light)"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+msgstr ""
+"Ï Apache ċßíáé Ŭíáò ċîġçñċôçôŜò WWW. Ìïñċß íá ċîġçñċôŜóċé áñ÷ċßá\n"
+"HTML êáé CGI."
-#: ../../network/isdn.pm_.c:54
-msgid "Old configuration (isdn4net)"
-msgstr "áëéÜ ñŭèìéóç (isdn4net)"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"HardDrake runs a hardware probe, and optionally configures\n"
+"new/changed hardware."
+msgstr ""
+"Ôï HardDrake ôñŬ÷ċé ìéá áíß÷íċġóç ġëéêïŭ êáé ñïáéñċôéêÜ ñġèìßĉċé\n"
+"ôï íŬï/áëëáìŬíï ġëéêü."
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "Ñġèìßóċéò ISDN"
+#: ../../services.pm:1
+#, c-format
+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"
+"ïíôéêéïŭ óôçí êïíóüëá, êáèŝò êáé ġïóôŜñéîç áíáäġïìŬíùí ìċíïŭ."
-#: ../../network/isdn.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"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 ""
-"ĊéëŬîôċ ôïí áñï÷Ŭá óáò\n"
-" ĊÜí äċí ċßíáé óôïí êáôÜëïï, ċéëŬîôċ Unlisted"
+"Ôï cron ċßíáé ìéá âáóéêŜ ġçñċóßá UNIX ïġ ôñŬ÷ċé ċíôïëŬò êáèïñéóìŬíċò áü \n"
+"ôïí ÷ñŜóôç óċ ôáêôÜ ÷ñïíéêÜ äéáóôŜìáôá. Ôï vixie cron ñïóèŬôċé Ŭíáí "
+"áñéèìü \n"
+"ċéëŬïí äġíáôïôŜôùí ïġ ċñéëáìâÜíïġí êáëŭôċñç áóöÜëċéá êáé éï éó÷ġñŬò "
+"ñġèìßóċéò."
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol"
-msgstr "Ċġñùáúêü ñùôüêïëëï"
+#: ../../services.pm:1
+#, c-format
+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"
+"üôáí ï öüñôïò ôïġ óġóôŜìáôïò ċßíáé áñêċôÜ ÷áìçëüò."
-#: ../../network/isdn.pm_.c:179
-msgid "Europe protocol (EDSS1)"
-msgstr "Ċġñùáúêü ñùôüêïëëï (EDSS1)"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"apmd is used for monitoring battery 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"
+"ċñßôùóç ÷áìçëŜò öüñôéóçò ôçò ìáôáñßáò."
-#: ../../network/isdn.pm_.c:181
-msgid "Protocol for the rest of the world"
-msgstr "ñùôüêïëëï ġüëïéïġ êüóìïġ"
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is a periodic command scheduler."
+msgstr "Anacron, Ŭíá ñüñáììá ċñéïäéêŜò ċêôŬëċóçò ċíôïëŝí."
+
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr "Ċêêßíçóç ôïġ ALSA (Advanced Linux Sound Architecture) óġóôŜìáôïò Ŝ÷ïġ"
+
+#: ../../standalone.pm:1
+#, c-format
+msgid "Installing packages..."
+msgstr "ĊêáôÜóôáóç áêŬôùí..."
-#: ../../network/isdn.pm_.c:181
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
msgstr ""
-"ñùôüêïëëï ġüëïéïġ êüóìïġ\n"
-" ÷ùñßò D-Channel (ìéóèùìŬíċò ñáììŬò)"
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
-msgstr "ïéï ñùôüêïëëï èŬëċôċ íá ÷ñçóéìïïéŜóċôċ;"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
-#: ../../network/isdn.pm_.c:196
+#: ../../standalone.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
msgstr ""
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
-msgstr "Ôé ċßäïġò êÜñôáò Ŭ÷ċôċ;"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "Äċí îŬñù"
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../standalone.pm:1
+#, c-format
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "[keyboard]"
+msgstr "ëçêôñïëüéï"
-#: ../../network/isdn.pm_.c:210
+#: ../../standalone.pm:1
+#, c-format
msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+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"
-"ĊÜí Ŭ÷ċôċ ISA êÜñôá, ïé ôéìŬò óôçí ċüìċíç ïèüíç èá ñŬċé íá ċßíáé óùóôŬò.\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"
-"ĊÜí Ŭ÷ċôċ PCMCIA êÜñôá, ñŬċé íá îŬñċôċ ôï irq êáé ôï io ôçò êÜñôáò óáò.\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"
+msgstr ""
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "Áêŭñùóç"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "¸îïäïò"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "ÓġíŬ÷ċéá"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system updates"
+msgstr "ĊêáôÜóôáóç áíáâáèìßóċùí"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "ïéá ċßíáé ç ISDN êÜñôá óáò;"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "Ñŭèìéóç ġçñċóéŝí"
-#: ../../network/isdn.pm_.c:239
-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 ""
-"Ċíôüéóá ìéá ISDN êÜñôá, áëëÜ äċí îŬñù ôïí ôŭï ôçò. áñáêáëŝ ċéëŬîôċ ìéá "
-"êÜñôá PCI áü ôçí áñáêÜôù ïèüíç."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "Ñŭèìéóç ×"
-#: ../../network/isdn.pm_.c:248
-msgid "No ISDN PCI card found. Please select one on the next screen."
-msgstr "Äċí âñŬèçêċ êÜñôá ISDN. áñáêáëŝ ċéëŬîôċ ìéá áü ôçí áñáêÜôù ïèüíç."
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "ñüñáììá ċêêßíçóçò"
-#: ../../network/modem.pm_.c:57
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Óċ ïéá óċéñéáêŜ üñôá ċßíáé óġíäċäċìŬíï ôï ìüíôċì óáò;"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "Ñŭèìéóç äéêôŭïġ"
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "ĊéëïŬò Óŭíäċóçò"
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "ñïóèŜêç ÷ñŜóôç"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
-msgstr "ĵíïìá óŭíäċóçò"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "ĊêáôÜóôáóç óġóôŜìáôïò"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "Áñéèìüò ôçëċöŝíïġ"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "ĊéëïŜ áêŬôùí"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "'ĵíïìá ×ñŜóôç"
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "Ìïñöï. êáôáôìŜó."
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
-msgstr "CHAP"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Partitioning"
+msgstr "Ċêôŭùóç"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "ĊéëŬîôċ ëçêôñïëüéï"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "×ñŜóç script"
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "ĊéëŬîôċ ċêáôÜóôáóç"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "×ñŜóç ôċñìáôéêïŭ"
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "Ċíôïéóìüò äßóêïġ"
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "ĵíïìá ÔïìŬá"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "Ñŭèìéóç ïíôéêéïŭ"
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-msgid "First DNS Server (optional)"
-msgstr "ñŝôïò ċîġçñċôçôŜò DNS (ñïáéñċôéêü)"
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
+msgstr ""
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-msgid "Second DNS Server (optional)"
-msgstr "Äċŭôċñïò ċîġçñċôçôŜò DNS (ñïáéñċôéêü)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "ĊéëŬîôċ ëŝóóá"
+
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
+msgstr ""
+
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr "logdrake"
+
+#: ../../ugtk.pm:1
+#, c-format
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#: ../../network/modem.pm_.c:95
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr "Xpmac (ïäçüò ñïâïëŜò ċêáôÜóôáóçò)"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+"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"
+"ÑÏÓÏ×Ç: ĊÉÑÁÌÁÔÉÊÇ ĠÏÓÔÇÑÉÎÇ - ÌÏÑĊÉ ÍÁ ÁÙÓĊÉ ÔÏÍ ĠÏËÏÉÓÔÇ ÓÁÓ."
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "XFree %s ìċ ĊÉÑÁÌÁÔÉÊÇ ċéôÜ÷ġíóç ôñéóäéÜóôáôùí ñáöéêŝí"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
+"Ç êÜñôá ñáöéêŝí óáò ġïóôçñßĉċé ċéôÜ÷ġíóç ôñéóäéÜóôáôùí ñáöéêŝí óôá XFree "
+"%s."
+
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "XFree %s ìċ ċéôÜ÷ġíóç ôñéóäéÜóôáôùí ñáöéêŝí"
-#: ../../network/modem.pm_.c:97
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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 ôá ïïßá ìïñċß íá äßíïġí êáëŭôċñç "
+"ġïóôŜñéîç éá äéóäéÜóôáôá ñáöéêÜ."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "áëëÜ äċí ôáéñéÜĉċé"
+#: ../../Xconfig/card.pm:1
+#, 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 ôá ïïßá ìïñċß íá äßíïġí êáëŭôċñç "
+"ġïóôŜñéîç éá äéóäéÜóôáôá ñáöéêÜ."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "ĊêáôÜóôáóç"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "XFree %s"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "ßíáêáò"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "Ñŭèìéóç ìüíï ôçò êÜñôáò \"%s\" %s"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr "×ñŜóç ċŬêôáóçò Xinerama"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr "Ñŭèìéóç üëùí ôùí êċöáëŝí áíċîÜñôçôá"
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "Ôé ñŭèìéóç XFree èŬëċôċ íá Ŭ÷ċôċ;"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "Ñġèìßóċéò XFree"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "ĊéëŬîôċ ôï ìŬċèïò ìíŜìçò ôçò êÜñôáò ñáöéêŝí"
+
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
-"\n"
-"Ìïñċßôċ íá áïóġíäċèċßôċ Ŝ íá ċáíáñġèìßóċôċ ôç óŭíäċóŜ óáò."
+"Ôï óŭóôçìÜ óáò ġïóôçñßĉċé ñŭèìéóç ïëëáëŝí êċöáëŝí.\n"
+"Ôé èŬëċôċ íá êÜíċôċ;"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Multi-head configuration"
+msgstr "Ñŭèìéóç ïëëŝí êċöáëŝí"
+
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Choose an X server"
+msgstr "ĊéëŬîôċ ôïí ċîġçñċôçôŜ ×"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "ċîġçñċôçôŜò X"
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "64 MB Ŝ ċñéóóüôċñá"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "16 MB"
+msgstr "16 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 kB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 kB"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
-"You can reconfigure your connection."
+"%s"
msgstr ""
+"ÄéáôŜñçóç ġáñ÷üíôùí ñġèìßóċùí;\n"
+"Ïé ôñŬ÷ïġóċò ñġèìßóċéò ċßíáé:\n"
"\n"
-"Ìïñċßôċ íá ċáíáñġèìßóċôċ ôç óŭíäċóŜ óáò."
+"%s"
-#: ../../network/netconnect.pm_.c:29
-msgid "You are currently connected to internet."
-msgstr "ÁġôŜ ôç óôéìŜ ċßóôċ óġíäċäċìŬíïé óôï Äéáäßêôġï."
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "ĊéëïŬò"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr "ÄïêéìŜ"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "ÁíÜëġóç"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "Ïèüíç"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Graphic Card"
+msgstr "ÊÜñôá ñáöéêŝí"
-#: ../../network/netconnect.pm_.c:32
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "¸îïäïò"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "Óġ÷íüôçôá êáôáêüñġöçò áíáíŬùóçò"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "Óġ÷íüôçôá ïñéĉüíôéáò áíáíŬùóçò"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
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"
-"You can connect to Internet or reconfigure your connection."
+"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"
+"ôçò ïèüíçò óáò. Áí äċí ċßóôċ óßïġñïé, êÜíôċ ìéá óġíôçñçôéêŜ ċéëïŜ."
-#: ../../network/netconnect.pm_.c:32
-msgid "You are not currently connected to Internet."
-msgstr "ÁġôŜ ôç óôéìŜ äċí ċßóôċ óġíäċäċìŬíïé óôï Äéáäßêôġï."
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr ""
-#: ../../network/netconnect.pm_.c:36
-msgid "Connect"
-msgstr "Óŭíäċóç"
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Vendor"
+msgstr "ÊáôáóêċġáóôŜò"
-#: ../../network/netconnect.pm_.c:37
-msgid "Disconnect"
-msgstr "Áïóŭíäċóç"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr "ĥìċóçò ôïïèŬôçóçò êáé ëċéôïġñßáò"
-#: ../../network/netconnect.pm_.c:38
-msgid "Configure the connection"
-msgstr "Ñŭèìéóç ôçò óŭíäċóçò"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "ĊéëŬîôċ ïèüíç"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr "Óŭíäċóç êáé ñŭèìéóç Äéáäéêôŭïġ"
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "ÊÜñôá ñáöéêŝí: %s"
-#: ../../network/netconnect.pm_.c:94
+#: ../../Xconfig/resolution_and_depth.pm:1
#, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Ôŝñá èá ñġèìßóïġìċ ôçí %s óŭíäċóç."
+msgid "Choose the resolution and the color depth"
+msgstr "ĊéëŬîôċ áíÜëġóç êáé âÜèïò ÷ñŝìáôïò"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "Áíáëŭóċéò"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4 äéóċêáôïììŭñéá ÷ñŝìáôá (32 bits)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16 ċêáôïììŭñéá ÷ñŝìáôá (24 bits)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65 ÷éëéÜäċò ÷ñŝìáôá (16 bits)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32 ÷éëéÜäċò ÷ñŝìáôá (15 bits)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 ÷ñŝìáôá (8 bits)"
+
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Is this the correct setting?"
+msgstr "Óùóôü;"
-#: ../../network/netconnect.pm_.c:103
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Leaving in %d seconds"
+msgstr "%d äċġôċñüëċôá"
+
+#: ../../Xconfig/test.pm:1
#, c-format
msgid ""
-"\n"
-"\n"
-"\n"
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press OK to continue."
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
msgstr ""
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr ""
+"ñïóï÷Ŝ: Ç äïêéìŜ óċ áġôŜ ôçí êÜñôá ñáöéêŝí ìïñċß íá áŝóċé ôïí "
+"ġïëïéóôŜ óáò"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "ÈŬëċôċ íá äïêéìÜóċôċ ôéò ñġèìßóċéò;"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "ÄïêéìŜ ñġèìßóċùí"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "What norm is your TV using?"
+msgstr "ïéï óŭóôçìá ÷ñçóéìïïéċß ç ôçëċüñáóç óáò;"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid ""
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\n"
"\n"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
"\n"
-"\n"
-"Ôŝñá èá ñġèìßóïġìċ ôçí %s óŭíäċóç.\n"
-"\n"
-"\n"
-"áôŜóôċ ôï OK éá íá îċêéíŜóċôċ"
-
-#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr "Ñġèìßóċéò äéêôŭïġ"
+"Do you have this feature?"
+msgstr ""
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/various.pm:1
+#, c-format
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"
+"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 ""
-"ĊċéäŜ êÜíċôċ ìéá äéêôġáêŜ ċêáôÜóôáóç, ôï äßêôġï ċßíáé Ŝäç ñġèìéóìŬíï.\n"
-"ÊÜíôċ êëéê óôï Ok éá íá äéáôçñŜóċôċ ôéò ñġèìßóċéò óáò, Ŝ Üêġñï éá "
-"íáîáíáñġèìßóċôċ ôç óŭíäċóç óôï Äéáäßêôġï.\n"
+"Ìïñŝ íá ñġèìßóù ôï óŭóôçìÜ óáò Ŭôóé ŝóôċ íá îċêéíÜċé áġôüìáôá óċ\n"
+"ñáöéêü ċñéâÜëëïí (XFree).\n"
+"Ċéèġìċßôċ ôçí áġôüìáôç ċêêßíçóç ñáöéêïŭ ċñéâÜëëïíôïò;"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "ñáöéêü ċñéâÜëëïí óôçí ċêêßíçóç"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "Ïäçüò XFree86: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "ĊîġçñċôçôŜò XFree86: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "ÁíÜëġóç: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Color depth: %s\n"
+msgstr "ÂÜèïò ÷ñŝìáôïò: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "ÌíŜìç êÜñôáò ñáöéêŝí: %s kB\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "ÊÜñôá ñáöéêŝí: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "Óġ÷íüôçôá êáôáêüñġöçò áíáíŬùóçò: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor HorizSync: %s\n"
+msgstr "Óġ÷íüôçôá ïñéĉüíôéáò áíáíŬùóçò: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "Ïèüíç: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "ÓġóêċġŜ ïíôéêéïŭ: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "Ôŭïò ïíôéêéïŭ: %s\n"
-#: ../../network/netconnect.pm_.c:157
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "ÄéÜôáîç ëçêôñïëïßïġ: %s\n"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "ĊéëïŬò: %s"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "Óçìċßï óŭíäċóçò: "
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server: "
+msgstr "ĊîġçñċôçôŜò:"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr "Ç äéċŭèġíóç ñŬċé íá îċêéíÜ ìċ http:// Ŝ https://"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "áñáêáëŝ ċéóÜċôċ ôçí äéċŭèġíóç ôïġ ċîġçñċôçôŜ WebDAV"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "Óçìċßï óŭíäċóçò"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "Server"
+msgstr "ĊîġçñċôçôŜò"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "Óŭíäċóç"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "Áïóŭíäċóç"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid "New"
+msgstr "ÍŬï"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
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"
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
msgstr ""
-"Êáëŝò Ŝëèáôċ óôïí Ïäçü Ñŭèìéóçò Äéêôŭïġ\n"
-"\n"
-"Ċßìáóôċ Ŭôïéìïé íá ñġèìßóïġìċ ôç óŭíäċóŜ óáò óôï äéáäßêôġï/äßêôġï.\n"
-"Áí äċí èŬëċôċ íá ÷ñçóéìïïéŜóċôċ ôçí áġôüìáôç áíß÷íċġóç, áïċéëŬîôċ ôï "
-"êïġôÜêé.\n"
-#: ../../network/netconnect.pm_.c:163
-msgid "Choose the profile to configure"
-msgstr "ĊéëŬîôċ ôï ñïößë éá ñŭèìéóç"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "×ñçóéìïïéŜóôċ ``%s'' óôç èŬóç ôïġ"
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
-msgstr "×ñŜóç áġôüìáôçò áíß÷íċġóçò"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "Ôŭïò"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-msgid "Expert Mode"
-msgstr "éá ñï÷ùñçìŬíïġò"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "ÊÜíôċ ñŝôá ``Áïóŭíäċóç''"
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr "Ċíôïéóìüò óġóêċġŝí..."
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "ÄéáñáöŜ"
-#: ../../network/netconnect.pm_.c:214
-msgid "Normal modem connection"
-msgstr "ÁëŜ óŭíäċóç ìċ ìüíôċì"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "Äçìéïġñßá"
-#: ../../network/netconnect.pm_.c:214
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected on port %s"
-msgstr "áíé÷íċŭèçêċ óôçí üñôá %s"
+msgid "Filesystem types:"
+msgstr "Ôŭïé óġóôŜìáôïò áñ÷ċßùí:"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "ÁëŜ óŭíäċóç ìċ ìüíôċì"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "ĥäċéï"
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "áíé÷íċŭèçêċ ôï %s"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Windows"
+msgstr "ÔïìŬáò Windows "
-#: ../../network/netconnect.pm_.c:216
-msgid "ISDN connection"
-msgstr "Óŭíäċóç ISDN"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
-#: ../../network/netconnect.pm_.c:216
+#: ../../diskdrake/hd_gtk.pm:1
#, c-format
-msgid "detected %s"
-msgstr "áíé÷íċŭèçêċ ôï %s"
+msgid "SunOS"
+msgstr "SunOS"
-#: ../../network/netconnect.pm_.c:217
-msgid "ADSL connection"
-msgstr "Óŭíäċóç ADSL"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "Swap"
-#: ../../network/netconnect.pm_.c:218
-msgid "Cable connection"
-msgstr "ÊáëùäéáêŜ óŭíäċóç"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Journalised FS"
+msgstr "Journalised FS"
-#: ../../network/netconnect.pm_.c:218
-msgid "cable connection detected"
-msgstr "áíé÷íċŭèçêċ êáëùäéáêŜ óŭíäċóç"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
-#: ../../network/netconnect.pm_.c:219
-msgid "LAN connection"
-msgstr "Óŭíäċóç LAN"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "No hard drives found"
+msgstr "Äċí âñŬèçêáí äßóêïé!"
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
-msgstr "áíé÷íċŭèçêáí êÜñôá(ċò) ethernet"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "áñáêáëŝ êÜíôċ êëéê óċ ìéá êáôÜôìçóç"
-#: ../../network/netconnect.pm_.c:222
-msgid "Choose the connection you want to configure"
-msgstr "ĊéëŬîôċ ôç óŭíäċóç ïġ èŬëċôċ íá ñġèìßóċôċ"
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\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:1
+#, c-format
+msgid "Choose action"
+msgstr "ĊéëŬîôċ ñÜîç"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "Ïäçüò"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+"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 ""
-"¸÷ċôċ ñġèìßóċé ïëëïŭò ôñüïġò éá íá óġíäŬċóôċ óôï Äéáäßêôġï.\n"
-"ĊéëŬîôċ áġôüí ïġ èŬëċôċ íá ÷ñçóéìïïéŜóċôċ.\n"
-"\n"
+"ĊÜí óêïċŭċôċ íá ÷ñçóéìïïéŜóċôċ ôï aboot, ñïóŬîôċ íá áöŜóċôċ ċëċŭèċñï ÷ŝñï "
+"(2048 ôïìċßò ċßíáé áñêċôïß)\n"
+"óôçí áñ÷Ŝ ôïġ äßóêïġ"
-#: ../../network/netconnect.pm_.c:247
-msgid "Internet connection"
-msgstr "Óŭíäċóç Äéáäéêôŭïġ"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "áñáêáëŝ êÜíôċ ñŝôá Ŭíá áíôßñáöï áóöáëċßáò ôùí äċäïìŬíùí óáò"
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr "ÈŬëċôċ íá óġíäŬċóôċ êáôÜ ôçí ċêêßíçóç;"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "ÄéáâÜóôċ ñïóċêôéêÜ!"
-#: ../../network/netconnect.pm_.c:267
-msgid "Network configuration"
-msgstr "Ñġèìßóċéò äéêôŭïġ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
+msgstr "Êëċéäß êñġôïñÜöçóçò (îáíÜ)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
+msgstr "Êëċéäß êñġôïñÜöçóçò"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "The encryption keys do not match"
+msgstr "Ôá êëċéäéÜ êñġôïñÜöçóçò ċßíáé áíüìïéá"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This encryption key is too simple (must be at least %d characters long)"
+msgstr ""
+"Áġôüò ï êùäéêüò ñüóâáóçò ċßíáé ïëŭ áëüò (ñŬċé íá Ŭ÷ċé ôïġëÜ÷éóôïí %d "
+"÷áñáêôŜñċò)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose your filesystem encryption key"
+msgstr "ĊéëŬîôċ ôï êëċéäß êñġôïñÜöçóçò ôïġ óġóôŜìáôïò áñ÷ċßùí"
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
-msgstr "Ôï äßêôġï ñŬċé íá ċáíċêêéíçèċß"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem encryption key"
+msgstr "Êëċéäß êñġôïñÜöçóçò óġóôŜìáôïò áñ÷ċßùí"
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Type: "
+msgstr "Ôŭïò: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "on channel %d id %d\n"
+msgstr "óôï êáíÜëé %d id %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Ôŭïò ßíáêá êáôáôìŜóċùí: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "Äßóêïé LVM %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "ëçñïöïñßċò: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "ċùìċôñßá: %s êŭëéíäñïé, %s êċöáëŬò, %s ôïìċßò\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "ÌŬċèïò: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
+msgstr "Ìüíï éá áíÜíùóç"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "ÓġóêċġŜ: "
+
+#: ../../diskdrake/interactive.pm:1
#, c-format
msgid ""
-"A problem occured while restarting the network: \n"
"\n"
-"%s"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-"¸íá ñüâëçìá ċìöáíßóôçêċ êáôÜ ôçí ċáíċêêßíçóç ôïġ äéêôŭïġ: \n"
"\n"
-"%s"
+"ÁġôŜ ċßíáé ċéäéêŜ Bootstrap\n"
+"êáôÜôìçóç éá\n"
+"dual-booting ôï óŭóôçìÜ óáò.\n"
-#: ../../network/netconnect.pm_.c:282
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\n"
msgstr ""
-"Óġ÷áñçôŜñéá, ç ñŭèìéóç äéêôŭïġ êáé äéáäéêôŭïġ ôċëċßùóċ.\n"
-"Ïé ñġèìßóċéò èá ċöáñìïóôïŭí ôŝñá óôï óŭóôçìÜ óáò.\n"
"\n"
+"Ïé éèáíüôçôċò ċßíáé, áġôŜ\n"
+"ç êáôÜôìçóç íá ċßíáé ìéá\n"
+"êáôÜôìçóç Ïäçŝí, èá \n"
+"ñŬċé éèáíüôáôá íá ôçí\n"
+"áöŜóċôċ Ŝóġ÷ç.\n"
-#: ../../network/netconnect.pm_.c:286
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "ĵíïìá áñ÷ċßïġ loopback: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "Äßóêïé RAID %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "ÌŬċèïò chunk %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "Ċßċäï %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
msgstr ""
-"Áöïŭ ßíċé áġôü, ñïôċßíïġìċ íá ċáíċêêéíŜóċôċ ôï ×ċñéâÜëëïí éá íá "
-"áïöŭċôċ ôá ñïâëŜìáôá áëëáŜò hostname."
+"ÊáôÜôìçóç ċêêßíçóçò ċî ïñéóìïŭ\n"
+" (áü MS-DOS, ü÷é áü lilo)\n"
-#: ../../network/netconnect.pm_.c:287
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Loopback file(s):\n"
+" %s\n"
msgstr ""
-"ñïâëŜìáôá êáôÜ ôç ñŭèìéóç.\n"
-"ÄïêéìÜóôċ ôç óŭíäċóç ìċ ôï net_monitor Ŝ ôï mcc. Áí äċí ëċéôïġñŜóċé ç "
-"óŭíäċóç, ôüôċ èá ñŬċé íá ċêêéíŜóċôċ îáíÜ ôç ñŭèìéóç."
+"Áñ÷ċßï (á) loopback:\n"
+" %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID md%s\n"
+msgstr "RAID md%s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mounted\n"
+msgstr "ÓġíäċäċìŬíïò\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Not formatted\n"
+msgstr "Áìïñöïïßçôïò\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "ÌïñöïïéçìŬíïò\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "Êŭëéíäñïò áü %d Ŭùò %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s ôïìċßò"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "ÌŬċèïò: %s"
-#: ../../network/network.pm_.c:278
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Áñ÷Ŝ: ôïìŬáò %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "ĵíïìá: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "éèáíü DOS ñÜììá äßóêïġ: %s \n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "partition %s is now known as %s"
+msgstr "Ç êáôÜôìçóç %s ċßíáé ôŝñá íùóôŜ ùò %s "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Removing %s"
+msgstr "Áöáßñċóç %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Copying %s"
+msgstr "ÁíôéñáöŜ %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving files to the new partition"
+msgstr "Ìċôáêßíçóç áñ÷ċßùí óôçí íŬá êáôÜôìçóç"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Directory %s already contains data\n"
+"(%s)"
msgstr ""
-"ÑÏÓÏ×Ç: ÁġôŜ ç óġóêċġŜ ċßíáé Ŝäç ñġèìéóìŬíç éá íá óġíäŬċôáé ìċ ôï "
-"Äéáäßêôġï.\n"
-"ÁëÜ áôŜóôċ OK éá íá êñáôŜóċôċ ôéò ġÜñ÷ïġóċò ñġèìßóċéò.\n"
-"ÁëëÜĉïíôáò ôá áñáêÜôù ċäßá èá áëëÜîċôċ ôçí ġÜñ÷ïġóá ñŭèìéóç."
+"Ï êáôÜëïïò %s ċñéŬ÷ċé Ŝäç äċäïìŬíá\n"
+"(%s)"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hide files"
+msgstr "Áüêñġĝç áñ÷ċßùí"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move files to the new partition"
+msgstr "Ìċôáêßíçóç áñ÷ċßùí óôçí íŬá êáôÜôìçóç"
-#: ../../network/network.pm_.c:283
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After formatting partition %s, all data on this partition will be lost"
+msgstr ""
+"ÌċôÜ ôçí ìïñöïïßçóç ôçò êáôÜôìçóçò %s, üëá ôá äċäïìŬíá óċ áġôŜí ôçí "
+"êáôÜôìçóç èá ÷áèïŭí"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "You'll need to reboot before the modification can take place"
+msgstr "Ááéôċßôáé ċáíċêêßíçóç éá íá ċöáñìïóôïŭí ïé áëëáŬò"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table of drive %s is going to be written to disk!"
+msgstr "Ï ßíáêáò êáôáôìŜóċùí ôïġ äßóêïġ %s èá áïèçêċġôċß óôïí äßóêï!"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
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)."
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure to add a /boot partition"
msgstr ""
-"áñáêáëŝ ċéóÜċôċ ôéò IP ñġèìßóċéò éá áġôü ôï óŭóôçìá.\n"
-"ÊÜèċ óôïé÷ċßï ñŬċé íá ċéóá÷èċß ùò IP äéċŭèġíóç ìċ áñéèìïŭò\n"
-"÷ùñéóìŬíïġò ìċ ôċëċßċò (áñÜäċéìá: 1.2.3.4)."
+"ĊéëŬîáôċ ìéá software RAID êáôÜôìçóç ùò root (/).\n"
+"ÊáíŬíá ñüñáììá ċêêßíçóçò äċí ìïñċß íá ôï ÷ċéñéóôċß áġôü ÷ùñßò ìéá "
+"êáôÜôìçóç /boot.\n"
+"Öñïíôßóôċ ëïéüí íá ñïóèŬóċôċ ìéá êáôÜôìçóç /boot."
-#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr "Ñŭèìéóç óġóêċġŜò äéêôŭïġ %s"
+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."
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid " (driver %s)"
-msgstr " (ïäçüò %s)"
+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"
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "Äéċŭèġíóç IP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "The package %s is needed. Install it?"
+msgstr "Ôï áêŬôï %s ċßíáé ááñáßôçôï. Íá ċêáôáóôáèċß;"
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "ÌÜóêá äéêôŭïġ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "What type of partitioning?"
+msgstr "Ôé ôŭïò êáôÜôìçóçò;"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Be careful: this operation is dangerous."
+msgstr "ñïóï÷Ŝ: ÁġôŜ ç äéáäéêáóßá ċßíáé ċéêßíäġíç."
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "Áġôüìáôï IP"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "ìŬċèïò chunk"
-#: ../../network/network.pm_.c:299
-msgid "Start at boot"
-msgstr "Óôçí ċêêßíçóç óġóôŜìáôïò"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "ċßċäï"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
-msgstr "Ç IP äéċŭèġíóç ñŬċé íá ċßíáé óċ ìïñöŜ 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "óġóêċġŜ"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
+msgstr "ÄéÜöïñá"
-#: ../../network/network.pm_.c:326
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount options"
+msgstr "ĊéëïŬò óŭíäċóçò"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
+msgstr "Ôï áñ÷ċßï ġÜñ÷ċé Ŝäç. Íá ôï ÷ñçóéìïïéŜóù;"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "File is already used by another loopback, choose another one"
+msgstr "Ôï áñ÷ċßï ÷ñçóéìïïéċßôáé Ŝäç áü Üëëï loopback, ċéëŬîôċ Ŭíá Üëëï"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Give a file name"
+msgstr "Äŝóôċ Ŭíá üíïìá áñ÷ċßïġ"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "Ôŭïò óġóôŜìáôïò áñ÷ċßùí: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "ÌŬċèïò óċ MB"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "ĵíïìá áñ÷ċßïġ loopback: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Loopback"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "ÁġôŜ ç êáôÜôìçóç äċí ìïñċß íá ÷ñçóéìïïéçèċß éá loopback"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
+msgstr "üíïìá LVM;"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "íŬï"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr "ĊéëŬîôċ Ŭíá ġÜñ÷ïí LVM óôï ïïßï èá ßíċé ç ñïóèŜêç"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr "ĊéëŬîôċ Ŭíá ġÜñ÷ïí RAID óôï ïïßï èá ßíċé ç ñïóèŜêç"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "Ìċôáêßíçóç êáôÜôìçóçò óċ ċîŬëéîç..."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "Ìċôáêßíçóç óċ ċîŬëéîç"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "Óċ ïéüí ôïìŬá èŬëċôċ íá ìċôáêéíçèċßôċ;"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "ÔïìŬáò"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "Óċ ïéüí äßóêï èŬëċôċ íá ìċôáêéíçèċßôċ;"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "Ìċôáêßíçóç"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "New size in MB: "
+msgstr "ÍŬï ìŬċèïò óċ MB:"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "ĊéëŬîôċ ôï íŬï ìŬċèïò"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "ÁëëáŜ ìċŬèïġò"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "After resizing partition %s, all data on this partition will be lost"
+msgstr ""
+"ÌċôÜ ôçí áëëáŜ ìċŬèïġò óôçí êáôÜôìçóç %s, üëá ôá äċäïìŬíá óċ áġôŜí ôçí "
+"êáôÜôìçóç èá ÷áèïŭí"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All data on this partition should be backed-up"
+msgstr ""
+"ñŬċé íá ßíċé áíôßñáöï áóöáëċßáò üëùí ôùí äċäïìŬíùí óċ áġôŜ ôçí êáôÜôìçóç"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition is not resizeable"
+msgstr "ÁġôŜ ç êáôÜôìçóç äċí ìïñċß í' áëëÜîċé ìŬċèïò."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "Ġïëïéóìüò FAT filesystem bounds"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount %s?"
+msgstr "ïŭ èŬëċôċ íá óġíäŬóċôċ ôï %s;"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+"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:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "ïŭ èŬëċôċ íá óġíäŬóċôċ ôçí óġóêċġŜ %s;"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "ïŭ èŬëċôċ íá óġíäŬóċôċ ôï áñ÷ċßï loopback %s;"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
+msgstr "ÁëëáŜ áü ext2 óċ ext3"
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Which filesystem do you want?"
+msgstr "ïéï óŭóôçìá áñ÷ċßùí ñïôéìÜôċ;"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Change partition type"
+msgstr "ÁëëáŜ ôŭïġ êáôÜôìçóçò"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
+"ÌċôÜ ôçí áëëáŜ ôŭïġ óôçí êáôÜôìçóç %s, üëá ôá äċäïìŬíá óċ áġôŜí ôçí "
+"êáôÜôìçóç èá ÷áèïŭí"
-#: ../../network/network.pm_.c:350
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove the loopback file?"
+msgstr "Íá áöáéñċèċß ôï áñ÷ċßï loopback;"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"You can't create a new partition\n"
+"(since you reached the maximal number of primary partitions).\n"
+"First remove a primary partition and create an extended partition."
msgstr ""
-"áñáêáëŝ ċéóÜċôċ ôï üíïìá ôïġ óġóôŜìáôïò.\n"
-"Ôï üíïìá áġôü ñŬċé íá ċßíáé Ŭíá ëŜñċò üíïìá óġóôŜìáôïò,\n"
-"üùò .÷. ``mybox.mylab.myco.com''.\n"
-"Ìïñċßôċ ċßóçò íá ċéóÜċôċ êáé ôçí äéċŭèġíóç IP ôçò ŭëçò äéêôŭïġ"
-#: ../../network/network.pm_.c:355
-msgid "DNS server"
-msgstr "ĊîġçñċôçôŜò DNS"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Preference: "
+msgstr "ñïôßìçóç: "
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
-msgstr "ŭëç (.÷. %s)"
+msgid "Start sector: "
+msgstr "Áñ÷éêüò ôïìŬáò: "
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "ÓġóêċġŜ ŭëçò"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create a new partition"
+msgstr "Äçìéïġñßá íŬáò êáôÜôìçóçò"
-#: ../../network/network.pm_.c:363
-#, fuzzy
-msgid "DNS server address should be in format 1.2.3.4"
-msgstr "Ç IP äéċŭèġíóç ñŬċé íá ċßíáé óċ ìïñöŜ 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "×ñŜóç éá loopback"
-#: ../../network/network.pm_.c:367
-#, fuzzy
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr "Ç IP äéċŭèġíóç ñŬċé íá ċßíáé óċ ìïñöŜ 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "Ôñïïïßçóç RAID"
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Ñġèìßóċéò proxies"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "Áöáßñċóç áü ôï LVM"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "Áöáßñċóç áü ôï RAID"
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP proxy"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "ñïóèŜêç óôï LVM"
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "ñïóèŜêç óôï RAID"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "Ìïñöïïßçóç"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Detailed information"
+msgstr "Ëċôïìċñċßò ëçñïöïñßċò"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "ñïóÜèċéá äéÜóùóçò ßíáêá êáôáôìŜóċùí"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
msgstr ""
-"ÁíáĉŜôçóç ôáġôüôçôáò ôçò êÜñôáò äéêôŭïġ (÷ñŜóéìï éá öïñçôïŭò ġïëïéóôŬò)"
+"ĊéóÜċôċ ìéá äéóêŬôá óôïí ïäçü äéóêŬôáò\n"
+"ĵëá ôá äċäïìŬíá óċ áġôŜ ôç äéóêŬôá èá ÷áèïŭí"
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Ï proxy ñŬċé íá ċßíáé http://..."
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "ñïóï÷Ŝ"
-#: ../../network/network.pm_.c:388
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Ôï URL ñŬċé íá îċêéíÜ ìċ 'http:' Ŝ 'ftp:'"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "ĊéëŬîôċ áñ÷ċßï"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "Áíé÷íċŭèçêċ ñŭèìéóç ôïġ Ôïß÷ïġò ñïóôáóßáò!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"The backup partition table has not the same size\n"
+"Still continue?"
+msgstr ""
+"Ï ċöċäñéêüò ßíáêáò êáôáôìŜóċùí Ŭ÷ċé äéáöïñċôéêü ìŬċèïò\n"
+"Íá óġíċ÷ßóù;"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Removable media automounting"
+msgstr "Áġôüìáôç óŭíäċóç áïóŝìċíùí ìïíÜäùí"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Reload partition table"
+msgstr "ÁíáíŬùóç ßíáêá êáôáôìŜóċùí"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Rescue partition table"
+msgstr "ßíáêáò êáôáôìŜóċùí äéÜóùóçò"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Restore partition table"
+msgstr "ĊáíáöïñÜ ßíáêá êáôáôìŜóċùí"
-#: ../../network/shorewall.pm_.c:27
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Save partition table"
+msgstr "ÁïèŜêċġóç ßíáêá êáôáôìŜóċùí"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
msgstr ""
-"ñïóï÷Ŝ! Áíé÷íċŭèçêċ ìéá Ŝäç ġÜñ÷ïġóá ñŭèìéóç Ôïß÷ïġò ñïóôáóßáò. şóùò "
-"÷ñċéáóôïŭí ïñéóìŬíċò ÷ċéñïêßíçôċò ñġèìßóċéò ìċôÜ ôçí ċêáôÜóôáóç."
+"éá íá ñïóèŬóċôċ êáôáôìŜóċéò, áñáêáëŝ äéáñÜĝôċ ìßá Ŭôóé ŝóôċ íá ċßíáé "
+"äġíáôŜ ç ñïóèŜêç ċêôċôáìŬíçò êáôÜôìçóçò"
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "Ñġèìßóċéò Äéáäéêôŭïġ"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "I can't add any more partition"
+msgstr "Äċí ìïñŝ íá ñïóèŬóù êáôáôìŜóċéò"
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "ÈŬëċôċ íá äïêéìÜóċôċ íá óġíäċèċßôċ óôï Äéáäßêôġï ôŝñá;"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "ĵëċò ïé ñùôċŭïġóċò êáôáôìŜóċéò ċßíáé óċ ÷ñŜóç"
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-msgid "Testing your connection..."
-msgstr "ÄïêéìŜ óŭíäċóçò... "
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Hard drive information"
+msgstr "ëçñïöïñßċò óêëçñïŭ äßóêïġ"
-#: ../../network/tools.pm_.c:70
-msgid "The system is now connected to Internet."
-msgstr "Ôï óŭóôçìá ċßíáé ôŝñá óġíäċìŬíï óôï Äéáäßêôġï."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Auto allocate"
+msgstr "Áġôüìáôç êáôáíïìŜ"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
-msgstr "éá ëüïġò Áóöáëċßáò, èá áïóġíäċèċßôċ ôŝñá."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "Êáèáñéóìüò üëùí"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "ÈŬëċôċ íá áïèçêċŭóċôċ ôéò áëëáŬò ôïġ /etc/fstab"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "¸îïäïò ÷ùñßò áïèŜêċġóç ôïġ ßíáêá êáôáôìŜóċùí;"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "¸îïäïò ÷ùñßò áïèŜêċġóç"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "Íá óġíċ÷ßóù;"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "ÁëëáŜ óċ ñï÷ùñçìŬíï ôñüï ëċéôïġñßáò"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "ÁëëáŜ óċ êáíïíéêü ôñüï ëċéôïġñßáò"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "Áíáßñċóç"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Exit"
+msgstr "¸îïäïò"
-#: ../../network/tools.pm_.c:72
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose a partition"
+msgstr "ĊéëŬîôċ êáôÜôìçóç"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose another partition"
+msgstr "ĊéëŬîôċ Üëëç êáôÜôìçóç"
+
+#: ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Change type"
+msgstr "ÁëëáŜ ôŭïġ"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Search servers"
+msgstr "ÁíáĉŜôçóç äéáêïìéóôŝí"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Domain"
+msgstr "ÔïìŬáò"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Username"
+msgstr "ĵíïìá ÷ñŜóôç"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
msgid ""
-"The system doesn't seem to be connected to internet.\n"
-"Try to reconfigure your connection."
+"Please enter your username, password and domain name to access this host."
msgstr ""
-"Ôï óŭóôçìÜ óáò äċí öáßíċôáé íá ċßíáé óġíäċäċìŬíï óôï Äéáäßêôġï.\n"
-"ÄïêéìÜóôċ íá ċáíáñġèìßóċôċ ôç óŭíäċóŜ óáò."
+"áñáêáëŝ ċéóÜċôċ ôï üíïìá ÷ñŜóôç ôïí êùäéêü ñüóâáóçò êáé ôï üíïìá ôïìŬá "
+"éá ôç óŭíäċóç óôïí host."
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr "Ñġèìßóċéò óŭíäċóçò"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Domain Authentication Required"
+msgstr "Ááéôċßôáé éóôïïßçóç ÔïìŬá"
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
-msgstr "áñáêáëŝ ċëŬîôċ Ŝ óġìëçñŝóôċ ôï áñáêÜôù ċäßï"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Another one"
+msgstr "Êáé Üëëï"
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr "IRQ êÜñôáò"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Which username"
+msgstr "ïßï üíïìá ÷ñŜóôç"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "DMA êÜñôáò"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Can't login using username %s (bad password?)"
+msgstr "Áäġíáìßá ñïóŬëáóçò ìċ ôï üíïìá ÷ñŜóôç %s (ëÜèïò êùäéêüò)"
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "IO êÜñôáò"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "cpu # "
+msgstr ""
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "IO_0 êÜñôáò"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SMBus controllers"
+msgstr ""
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "IO_1 êÜñôáò"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "USB controllers"
+msgstr ""
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
-msgstr "ñïóùéêüò áñéèìüò ôçëċöŝíïġ"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SCSI controllers"
+msgstr ""
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr "ĵíïìá áñï÷Ŭá (.÷. provider.net)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "(E)IDE/ATA controllers"
+msgstr ""
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr "Áñéèìüò ôçëċöŝíïġ áñï÷Ŭá"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
+msgstr ""
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-msgid "Provider dns 1 (optional)"
-msgstr "dns 1 áñï÷Ŭá (ñïáéñċôéêü)"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Scanner"
+msgstr "ĊéëŬîôċ Ŭíáí óáñùôŜ"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-msgid "Provider dns 2 (optional)"
-msgstr "dns 2 áñï÷Ŭá (ñïáéñċôéêü)"
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Unknown/Others"
+msgstr "ĥíùóôï|ċíéêü"
-#: ../../network/tools.pm_.c:109
-msgid "Choose your country"
-msgstr "ĊéëŬîôċ ÷ŝñá"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Bridges and system controllers"
+msgstr ""
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr "Ôñüïò êëŜóçò"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Modem"
+msgstr "ÌïíôŬëï"
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-msgid "Connection speed"
-msgstr "Ôá÷ŭôçôá óŭíäċóçò"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Ethernetcard"
+msgstr "ÊÜñôá Ethernet"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-msgid "Connection timeout (in sec)"
-msgstr "×ñüíïò ċêôüò óŭíäċóçò (óċ äċŭôċñá)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Processors"
+msgstr ""
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr "Ëïáñéáóìüò Óŭíäċóçò (üíïìá ÷ñŜóôç)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Webcam"
+msgstr ""
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Êùäéêüò ñüóâáóçò"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Soundcard"
+msgstr "ÊÜñôá Ŝ÷ïġ"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
-msgstr "ÇíùìŬíï Âáóßëċéï"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Other MultiMedia devices"
+msgstr "ĥëëá ÌŬóá"
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "óŭíäċóç áŬôġ÷ċ: "
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Tvcard"
+msgstr "ÊÜñôá TV"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
-msgstr "Ç ċêôċôáìŬíç êáôÜôìçóç äċí ġïóôçñßĉċôáé óċ áġôüí ôïí ôŭï óġóôŜìáôïò"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Videocard"
+msgstr "ÁíÜëġóç ïèüíçò"
-#: ../../partition_table.pm_.c:685
-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."
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Tape"
msgstr ""
-"ĠÜñ÷ċé Ŭíá êċíü óôïí ßíáêá êáôáôìŜóċùí ìá äċí ìïñŝ íá ôï ÷ñçóéìïïéŜóù.\n"
-"Ç ìïíáäéêŜ ëŭóç ċßíáé íá ìċôáêéíŜóċôċ ôéò ñùôċŭïġóċò êáôáôìŜóċéò óáò Ŭôóé "
-"ŝóôċ ôï êċíü íá âñċèċß äßëá óôçí ċêôċôáìŬíç êáôÜôìçóç"
-#: ../../partition_table.pm_.c:774
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Ç ċáíáöïñÜ áü ôï áñ÷ċßï %s áŬôġ÷ċ: %s"
+msgid "DVD-ROM"
+msgstr ""
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr "ÊáôċóôñáììŬíï ċöċäñéêü áñ÷ċßï"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CD/DVD burners"
+msgstr ""
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "CDROM"
+msgstr "óôï CDROM"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Disk"
+msgstr "Äáíéêü"
-#: ../../partition_table.pm_.c:796
+#: ../../harddrake/data.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr "ÓöÜëìá ċñáöŜò óôï áñ÷ċßï %s"
+msgid "Zip"
+msgstr ""
-#: ../../partition_table/raw.pm_.c:192
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Floppy"
+msgstr "ÄéóêŬôá Ċêêßíçóçò"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Let me pick any driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Driver:"
+msgstr "Ïäçüò:"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
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"
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
+"\n"
+"The current driver for your \"%s\" sound card is \"%s\" "
msgstr ""
-"ÊÜôé êáêü óġìâáßíċé óôï äßóêï óáò. \n"
-"¸íá ôċóô ċëŬ÷ïġ ôçò áêċñáéüôçôáò ôùí äċäïìŬíùí áŬôġ÷ċ. \n"
-"Áġôü óçìáßíċé ùò ç ïïéáäŜïôċ ċñáöŜ óôï äßóêï èá êáôáëŜîċé óáí ôġ÷áßá "
-"óêïġßäéá"
-#: ../../pkgs.pm_.c:26
-msgid "must have"
-msgstr "ñŬċé íá ġÜñ÷ċé"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Choosing an arbitratry driver"
+msgstr ""
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr "óçìáíôéêü"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
+msgstr ""
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr "ïëŭ êáëü"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound trouble shooting"
+msgstr ""
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr "êáëü"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
+msgstr "Äċí ġÜñ÷ċé êÜïéïò íùóôüò ïäçüò éá ôçí êÜñôá Ŝ÷ïġ óáò (%s)"
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr "ßóùò"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Unkown driver"
+msgstr "ĥíùóôïò ïäçüò"
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
-msgstr "PDQ - Print, Don't Queue"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr "Äċí ġÜñ÷ċé êÜïéïò íùóôüò ïäçüò éá ôçí êÜñôá Ŝ÷ïġ óáò (%s)"
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
-msgstr "PDQ"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No known driver"
+msgstr "ÊáíŬíáò íùóôüò ïäçüò"
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
-msgstr "LPD - Line Printer Daemon"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid ""
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
+msgstr ""
+"Äċí ġÜñ÷ċé íùóôüò ċíáëëáêôéêüò ïäçüò OSS/ALSA éá ôçí êÜñôá Ŝ÷ïġ óáò (%s)"
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
-msgstr "LPD"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "No open source driver"
+msgstr "ÊáíŬíáò íùóôüò ïäçüò"
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
-msgstr "LPRng - LPR New Generation"
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Please Wait... Applying the configuration"
+msgstr "áñáêáëŝ ċñéìŬíċôċ... ĊöáñìïŜ ñġèìßóċùí"
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
-msgstr "LPRng"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
+msgstr ""
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
-msgstr "CUPS - Common Unix Printing System"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Trouble shooting"
+msgstr ""
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
-msgstr "CUPS"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
+msgstr ""
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-msgid "Unknown Model"
-msgstr "ĥíùóôï ÌïíôŬëï"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
+msgstr ""
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "Ôïéêüò ċêôġùôŜò"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
+msgstr ""
+"Ċäŝ ìïñċßôċ íá ċéëŬîċôċ Ŭíáí ċíáëëáêôéêü ïäçü (OSS Ŝ ALSA) éá ôçí êÜñôá "
+"Ŝ÷ïġ óáò (%s)"
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "ÁïìáêñġóìŬíïò ċêôġùôŜò"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Sound configuration"
+msgstr "Ñŭèìéóç Ŝ÷ïġ"
-#: ../../printer/main.pm_.c:28
-msgid "Printer on remote CUPS server"
-msgstr "ÁïìáêñġóìŬíïò ċêôġùôŜò óċ ċîġçñċôçôŜ CUPS"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
+msgstr ""
+"Äċí ġÜñ÷ċé íùóôüò ċíáëëáêôéêüò ïäçüò OSS/ALSA éá ôçí êÜñôá Ŝ÷ïġ óáò (%s)"
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-msgid "Printer on remote lpd server"
-msgstr "ÁïìáêñġóìŬíïò ċêôġùôŜò óċ ċîġçñċôçôŜ lpd"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No alternative driver"
+msgstr "ÊáíŬíáò ċíáëëáêôéêüò ïäçüò"
-#: ../../printer/main.pm_.c:30
-msgid "Network printer (TCP/Socket)"
-msgstr "ĊêôġùôŜò äéêôŭïġ (TCP/Socket)"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "enable radio support"
+msgstr "ċíċñïïßçóç ñáäéïöŝíïġ"
-#: ../../printer/main.pm_.c:31
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "ĊêôġùôŜò óċ ċîġçñċôçôŜ SMB/Windows 95/98/NT"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Radio support:"
+msgstr "ĠïóôŜñéîç ñáäéïöŝíïġ:"
-#: ../../printer/main.pm_.c:32
-msgid "Printer on NetWare server"
-msgstr "ĊêôġùôŜ óċ ċîġçñċôçôŜ NetWare"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "PLL setting:"
+msgstr "Ñġèìßóċéò PLL:"
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-msgid "Enter a printer device URI"
-msgstr "ĊéóÜċôċ óġóêċġŜ ċêôġùôŜ URI"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "number of capture buffers for mmap'ed capture"
+msgstr ""
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
-msgstr "ÄéáóùëŜíùóç ċñáóßáò óċ ċíôïëŜ"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Number of capture buffers:"
+msgstr ""
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
-msgstr "ĥíùóôï ìïíôŬëï"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Tuner type:"
+msgstr ""
-#: ../../printer/main.pm_.c:317
-msgid "Local Printers"
-msgstr "Ôïéêïß ċêôġùôŬò"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Card model:"
+msgstr "ÌïíôŬëï êÜñôáò:"
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-msgid "Remote Printers"
-msgstr "ÁïìáêñġóìŬíïé ċêôġùôŬò"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid ""
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
+msgstr ""
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
-msgstr " óôç áñÜëëçëç èŜñá \\/*%s"
+msgid "Unknown|Generic"
+msgstr "ĥíùóôï|ċíéêü"
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid ", USB printer \\/*%s"
-msgstr ", ċêôġùôŜò USB \\/*%s"
+msgid "Unknown|CPH06X (bt878) [many vendors]"
+msgstr "ĥíùóôï|CPH06X (bt878) [ïëëïß êáôáóêċġáóôŬò]"
-#: ../../printer/main.pm_.c:334
+#: ../../harddrake/v4l.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
-msgstr ", ïëġ÷ñçóôéêŜ óġóêċġŜ óôçí áñÜëëçëç èŜñá \\/*%s"
+msgid "Unknown|CPH05X (bt878) [many vendors]"
+msgstr "ĥíùóôï|CPH05X (bt878) [ïëëïß êáôáóêċġáóôŬò]"
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
-msgstr ", ïëġ÷ñçóôéêŜ óġóêċġŜ óôçí USB"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Auto-detect"
+msgstr "Áġôüìáôç áíß÷íċġóç"
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
-msgstr ", ïëġ÷ñçóôéêŜ óġóêċġŜ óôï HP JetDirect"
+#: ../../interactive/newt.pm:1
+#, fuzzy, c-format
+msgid "Do"
+msgstr "Ïëïêëçñŝèçêċ"
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
-msgstr ", ïëġ÷ñçóôéêŜ óġóêċġŜ"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "Ç ċéëïŜ óáò; (ċî ïñéóìïŭ %s)"
-#: ../../printer/main.pm_.c:344
+#: ../../interactive/stdio.pm:1
#, c-format
-msgid ", printing to %s"
-msgstr ", ċêôŭùóç óôï %s"
+msgid "Bad choice, try again\n"
+msgstr "ÊáêŜ ċéëïŜ, îáíáäïêéìÜóôċ\n"
-#: ../../printer/main.pm_.c:346
+#: ../../interactive/stdio.pm:1
#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
-msgstr "óôïí ċîġçñċôçôŜ LPD \"%s\", óôïí ċêôġùôŜ \"%s\""
+msgid "Re-submit"
+msgstr "ĊéóÜċôċ îáíÜ"
-#: ../../printer/main.pm_.c:348
+#: ../../interactive/stdio.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
-msgstr ", TCP/IP host \"%s\", èŭñá %s"
+msgid ""
+"=> Notice, a label changed:\n"
+"%s"
+msgstr ""
+"=> Óçì.:ìéá ċôéêŬôá Üëëáîċ:\n"
+"%s"
-#: ../../printer/main.pm_.c:352
+#: ../../interactive/stdio.pm:1
#, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr "óôïí ċîġçñċôçôŜ SMB/Windows \"%s\", êïéíü÷ñçóôï \"%s\""
+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 ""
-#: ../../printer/main.pm_.c:356
+#: ../../interactive/stdio.pm:1
#, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
-msgstr "óôïí ċîġçñċôçôŜ Novell \"%s\", óôïí ċêôġùôŜ \"%s\""
+msgid "=> There are many things to choose from (%s).\n"
+msgstr "=> ĠÜñ÷ïġí ïëëÜ ñÜìáôá áü ôá ïïßá ìïñċßôċ íá ċéëŬîċôċ (%s).\n"
-#: ../../printer/main.pm_.c:358
+#: ../../interactive/stdio.pm:1
#, c-format
-msgid ", using command %s"
-msgstr ", ìċ ôçí ċíôïëŜ %s"
+msgid "Your choice? (default `%s'%s) "
+msgstr "Ç ċéëïŜ óáò; (ċî ïñéóìïŭ `%s'%s) "
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
-msgstr "ÁêáôŬñáóôïò ċêôġùôŜò (×ùñßò ïäçü)"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
+msgstr "ċéóÜċôċ ôçí ëŬîç `void' éá êċíŜ ċéóáùŜ"
-#: ../../printer/main.pm_.c:647
+#: ../../interactive/stdio.pm:1
#, c-format
-msgid "(on %s)"
-msgstr "(óôïí %s)"
+msgid "Do you want to click on this button?"
+msgstr "ÈŬëċôċ íá êÜíċôċ êëéê óċ áġôü ôï êïġìß;"
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
-msgstr "(óċ áġôü ôï ìç÷Üíçìá)"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Button `%s': %s"
+msgstr "ëŜêôñï `%s': %s"
-#: ../../printer/main.pm_.c:674
+#: ../../interactive/stdio.pm:1
#, c-format
-msgid "On CUPS server \"%s\""
-msgstr "Óôïí ċîġçñċôçôŜ CUPS \"%s\""
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Ç ċéëïŜ óáò; (0/1, ċî ïñéóìïŭ %s)"
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr " (ñïċéëċìŬíïò)"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
+"ċäßá ïġ èá ñŬċé íá óġìëçñŝóċôċ:\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr "Ôñüïò óŭíäċóçò ċêôġùôŜ"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid ""
+"Loading module %s failed.\n"
+"Do you want to try again with other parameters?"
+msgstr ""
+"Ç öüñôùóç ôïġ áñèñŝìáôïò %s áŬôġ÷ċ.\n"
+"ÈŬëċôċ íá äïêéìÜóċôċ îáíÜ ìċ äéáöïñċôéêŬò áñáìŬôñïġò;"
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr "ŝò ċßíáé óġíäċäċìŬíïò ï ċêôġùôŜò óáò;"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "ñïóäéïñéóìüò áñáìŬôñùí"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "Áġôüìáôç ċîŬôáóç"
-#: ../../printer/printerdrake.pm_.c:30
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. 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"
-"éá ôçí ċêôŭùóç óċ áïìáêñġóìŬíï ċîġçñċôçôŜ CUPS, äċí ÷ñċéÜĉċôáé íá "
-"ñġèìßóċôċ ôïġò ċêôġùôŬò ċäŝ. Ïé ċêôġùôŬò èá áíáíùñéóôïŭí áġôüìáôá."
+"Óċ ìċñéêŬò ċñéôŝóċéò, ï ïäçüò %s ÷ñċéÜĉċôáé ċéëŬïí áñáìŬôñïġò éá\n"
+"íá ëċéôïġñŜóċé óùóôÜ, áñ' üëï ïġ óġíŜèùò ëċéôïġñċß êáé ÷ùñßò áġôŬò.\n"
+"Èá èŬëáôċ íá äŝóċôċ ċéëŬïí ċéëïŬò Ŝ íá áöŜóċôċ ôïí ïäçü íá ċîċôÜóċé\n"
+"ôï ġëéêü óáò éá ôéò áñáìŬôñïġò ïġ ÷ñċéÜĉċôáé; Ç ċîŬôáóç áġôŜ ßóùò\n"
+"ñïêáëŬóċé Üùìá ôïġ óġóôŜìáôïò, áëëÜ äċí èá ñïêáëŬóċé âëÜâç."
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
-msgstr "Áġôüìáôç áíß÷íċġóç ċêôġùôŬò (Ôïéêïß, TCP/Socket, êáé ċêôġùôŬò SMB)"
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "ïéüí ïäçü %s íá äïêéìÜóù;"
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-msgid "CUPS configuration"
-msgstr "Ñŭèìéóç CUPS"
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "ĊéëïŬò áñèñŝìáôïò:"
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-msgid "Specify CUPS server"
-msgstr "Äçëŝóôċ ôïí ċîġçñċôçôŜ CUPS"
+#: ../../modules/interactive.pm:1
+#, 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''"
-#: ../../printer/printerdrake.pm_.c:83
+#: ../../modules/interactive.pm:1
+#, c-format
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."
+"You may now provide options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
-"éá íá áïêôŜóċôċ ñüóâáóç óċ ċêôġùôŬò ïġ âñßóêïíôáé óċ áïìáêñġóìŬíï "
-"ċîġçñċôçôŜ CUPS óôï ôïéêü óáò äßêôġï äċí ÷ñċéÜĉïíôáé ñġèìßóċéò. Ï "
-"ċîġçñċôçôŜ CUPS ċíçìċñŝíċé áġôüìáôá ôï ìç÷ÜíçìÜ óáò éá ôïġò äéáèŬóéìïġò "
-"ċêôġùôŬò ïé ïïßïé âñßóêïíôáé óôï ôìŜìá \"ÁïìáêñġóìŬíïé ċêôġùôŬò\" óôçí "
-"êġñßùò ïèüíç ôïġ Printerdrake. Áí ï ċîġçñċôçôŜ CUPS äċí âñßóêċôáé óôï "
-"ôïéêü óáò äßêôġï èá ñŬċé íá äçëŝóċôċ ôçí IP äéċŭèġíóç êáé ñïáéñċôéêÜ ôçí "
-"èŜñá ôïġ ċîġçñċôçôŜ éá íá ëÜâċôċ ôéò ëçñïöïñßċò áü ôïí ċîġçñċôçôŜ, "
-"äéáöïñċôéêÜ áöŜóôċ ôá ċäßá êċíÜ."
+"Ìïñċßôċ ôŝñá íá äŝóċôċ ôéò áñáìŬôñïġò éá ôï Üñèñùìá %s.\n"
+"Óçìċéŝóôċ üôé êÜèċ äéċŭèġíóç ñŬċé íá ċéóÜċôáé ìċ ôï ñüèċìá 0x üùò "
+"'0x123'"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(Üñèñùìá %s)"
-#: ../../printer/printerdrake.pm_.c:84
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "ĊêáôÜóôáóç ïäçïŭ éá %s êÜñôá %s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "ñïâïëŜ ëçñïöïñéŝí ġëéêïŭ"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "¸÷ċôċ êÜïéïí ñïóáñìïŬá %s;"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "¸÷ċôċ Üëëïí;"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "ÂñŬèçêáí %s %s ñïóáñìïċßò"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
+msgstr "Ċäŝ ìïñċßôċ íá ñġèìßóċôċ ôéò áñáìŬôñïġò ôïġ áñèñŝìáôïò."
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated strings"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr "áñéèìïß ÷ùñéóìŬíïé ìċ êüììá"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr "%d áñéèìïß ÷ùñéóìŬíïé ìċ êüììá"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "a number"
+msgstr "Ŭíáò áñéèìüò"
+
+#: ../../network/adsl.pm:1
+#, c-format
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\")."
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
msgstr ""
-"\n"
-"ÊáíïíéêÜ ôï CUPS ñġèìßĉċôáé áġôüìáôá ìċ âÜóç ôï ċñéâÜëëïí äéêôŭïġ ïġ "
-"äéáèŬôċôċ, éá íá áïêôŜóċôċ ñüóâáóç óôïġò ċêôġùôŬò óôïí ċîġçñċôçôŜ CUPS."
-"Áí áġôü äċí ëċéôïġñŜóċé óùóôÜ ôüôċ áċíċñïïéŜóôċ ôï \"Áġôüìáôç ñŭèìéóç "
-"CUPS\" êáé ñġèìßóôċ ìċ ôï ÷Ŭñé ôï áñ÷ċßï /etc/cups/cupsd.conf. Ìçí îċ÷Üóċôċ "
-"íá ìċôÜ íá ċáíċêêéíŜóċôċ ôï CUPS (ċíôïëŜ: \"service cups restart\")."
-#: ../../printer/printerdrake.pm_.c:88
-msgid "The IP address should look like 192.168.1.20"
-msgstr "Ç IP äéċŭèġíóç ñŬċé íá ċßíáé óċ ìïñöŜ 192.168.1.20"
+#: ../../network/adsl.pm:1
+#, c-format
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few use dhcp.\n"
+"If you don't know, choose 'use pppoe'"
+msgstr ""
+"Ï éï êïéíüò ôñüïò óŭíäċóçò adsl ċßíáé pppoe.\n"
+"ÏñéóìŬíċò óġíäŬóċéò ÷ñçóéìïïéïŭí pptp, êÜïéċò ëßċò dhcp.\n"
+"ĊÜí äċí îŬñċôċ, ċéëŬîôċ '÷ñŜóç pppoe'"
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-msgid "The port number should be an integer!"
-msgstr "Ï áñéèìüò èŭñáò ñŬċé íá ċßíáé áêŬñáéïò áñéèìüò!"
+#: ../../network/adsl.pm:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "Óŭíäċóç óôï Äéáäßêôġï"
-#: ../../printer/printerdrake.pm_.c:99
-msgid "CUPS server IP"
-msgstr "IP äéċŭèġíóç ċîġçñċôçôŜ CUPS"
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "Èŭñá"
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Alcatel speedtouch usb"
+msgstr "Alcatel speedtouch usb"
-#: ../../printer/printerdrake.pm_.c:102
-msgid "Automatic CUPS configuration"
-msgstr "Áġôüìáôç ñŭèìéóç CUPS"
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr "÷ñŜóç dhcp"
-#: ../../printer/printerdrake.pm_.c:159
-msgid "Checking your system..."
-msgstr "¸ëċ÷ïò ôïġ óġóôŜìáôïò óáò..."
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pptp"
+msgstr "÷ñŜóç pptp"
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-msgid "Printerdrake"
-msgstr "Printerdrake"
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "÷ñŜóç pppoe"
-#: ../../printer/printerdrake.pm_.c:167
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Other ports"
+msgstr "ĥëëċò èŭñċò"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Everything (no firewall)"
+msgstr "ĵëċò (÷ùñßò ôïß÷ïò ñïóôáóßáò)"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
-"There are no printers found which are directly connected to your machine"
-msgstr "Äċí âñŬèçêáí ċêôġùôŬò ïġ íá ċßíáé óġíäċìŬíïé óôïí ġïëïéóôŜ óáò"
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+"Äüèçêċ Üêġñç èŜñá: %s.\n"
+"Ôï óùóôü öïñìÜ ċßíáé \"èŭñá/tcp\" Ŝ \"èŭñá/udp\", \n"
+"üïġ èŜñá ċßíáé ċßíáé áñéèìüò ìċôáîŭ 1 êáé 65535."
-#: ../../printer/printerdrake.pm_.c:179
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
-"The following printers\n"
-"\n"
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
msgstr ""
-"Ïé áñáêÜôù ċêôġùôŬò\n"
-"\n"
+"Ìïñċßôċ íá ċéóÜċôċ äéÜöïñċò èŜñċò.\n"
+"¸êġñá áñáäċßìáôá ċßíáé: 139/tcp 139/udp.\n"
+"Äċßôċ ôï /etc/services éá ëçñïöïñßċò."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr "ïéċò ġçñċóßċò èŬëċôċ íá ċéôñŬïíôáé íá óġíäŬïíôáé óôï Äéáäßêôġï;"
-#: ../../printer/printerdrake.pm_.c:180
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
-"The following printer\n"
+"drakfirewall configurator\n"
"\n"
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
msgstr ""
-"Ï áñáêÜôù ċêôġùôŜò\n"
-"\n"
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"and one unknown printer are "
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
msgstr ""
+"ñŭèìéóç tinyfirewall\n"
"\n"
-"êáé Ŭíáò Üíùóôïò ċêôġùôŜò ċßíáé"
+"Áġôü ñġèìßĉċé ôï ñïóùéêü óáò firewall éá áġôü ôï ìç÷Üíçìá Mandrake "
+"Linux.\n"
+"éá ìéá éó÷ġñŜ áöïóéùìŬíç ëŭóç firewall, áñáêáëŝ êïéôÜîôċ óôçí\n"
+"ċéäéêċġìŬíç MandrakeSecurity Firewall äéáíïìŜ."
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "No network card"
+msgstr "äċí âñŬèçêċ êÜñôá äéêôŭïġ"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "POP and IMAP Server"
+msgstr "ĊîġçñċôçôŜò POP êáé IMAP"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Mail Server"
+msgstr "ĊîġçñċôçôŜò Ôá÷ġäñïìċßïġ"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Domain Name Server"
+msgstr "ĊîġçñċôçôŜò ĵíïìá ÔïìŬá"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Web Server"
+msgstr "ĊîġçñċôçôŜò Éóôïóċëßäùí"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Zeroconf Host name"
+msgstr "ĵíïìá óġóôŜìáôïò"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "ĵíïìá óġóôŜìáôïò"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
#, c-format
msgid ""
"\n"
-"and %d unknown printers are "
-msgstr ""
"\n"
-"êáé %d ċêôġùôŬò ċßíáé"
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"\n"
-"are "
+"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"
+"ÏñéóìŬíïé ċîġçñċôçôŬò DHCP äċí ëċéôïġñïŭí ÷ùñßò áġôü.\n"
+"Ôï üíïìá áġôü ñŬċé íá ċßíáé Ŭíá ëŜñċò üíïìá óġóôŜìáôïò,\n"
+"üùò .÷. ``mybox.mylab.myco.com''."
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "Ñŭèìéóç äéêôŭïġ"
+
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "äċí âñŬèçêċ ñïóáñìïŬáò äéêôŭïġ"
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"\n"
-"is "
+"Please choose which network adapter you want to use to connect to Internet."
msgstr ""
-"\n"
-"ċßíáé"
+"áñáêáëŝ ċéëŬîôċ ïéá óġóêċġŜ äéêôŭïġ èŬëċôċ íá ÷ñçóéìïïéŜóċôċ éá ôçí "
+"óŭíäċóç óôï Äéáäßêôġï"
-#: ../../printer/printerdrake.pm_.c:189
-msgid "directly connected to your system"
-msgstr "Áċġèċßáò óġíäċìŬíïé óôï óŭóôçìÜ óáò"
+#: ../../network/ethernet.pm:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "ĊéëŬîôċ óġóêċġŜ äéêôŭïġ"
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"\n"
-"There is one unknown printer directly connected to your system"
+"No ethernet network adapter has been detected on your system.\n"
+"I cannot set up this connection type."
msgstr ""
-"\n"
-"¸íáò Üíùóôïò ċêôġùôŜò ċßíáé óġíäċìŬíïò áċġèċßáò óôï óŭóôçìÜ óáò"
+"Äċí âñŬèçêċ ñïóáñìïŬáò äéêôŭïġ Ethernet óôï óŭóôçìÜ óáò.\n"
+"Äċí ìïñŝ íá ñġèìßóù áġôïŭ ôïġ ôŭïġ ôç óŭíäċóç."
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../network/ethernet.pm:1
#, c-format
msgid ""
-"\n"
-"There are %d unknown printers directly connected to your system"
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
msgstr ""
-"\n"
-"Ċßíáé %d ċêôġùôŬò óġíäċìŬíïé áċġèċßáò óôï óŭóôçìÜ óáò"
+"ïéüí ċëÜôç dhcp èŬëċôċ íá ÷ñçóéìïïéŜóċôċ;\n"
+"Ç ñïċéëïŜ ċßíáé dhcp-client"
-#: ../../printer/printerdrake.pm_.c:200
-msgid " (Make sure that all your printers are connected and turned on).\n"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "No ISDN PCI card found. Please select one on the next screen."
+msgstr "Äċí âñŬèçêċ êÜñôá ISDN. áñáêáëŝ ċéëŬîôċ ìéá áü ôçí áñáêÜôù ïèüíç."
+
+#: ../../network/isdn.pm:1
+#, c-format
+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 ""
-" (Âċâáéùèċßôċ üôé üëïé ïé ċêôġùôŬò óáò ċßíáé óġíäċìŬíïé êáé óċ "
-"ëċéôïġñßá).\n"
+"Ċíôüéóá ìéá ISDN êÜñôá, áëëÜ äċí îŬñù ôïí ôŭï ôçò. áñáêáëŝ ċéëŬîôċ ìéá "
+"êÜñôá PCI áü ôçí áñáêÜôù ïèüíç."
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "ïéá ċßíáé ç ISDN êÜñôá óáò;"
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "Ñġèìßóċéò ISDN"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "Áêŭñùóç"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "ÓġíŬ÷ċéá"
+
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"\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"
+"\n"
+"ĊÜí Ŭ÷ċôċ ISA êÜñôá, ïé ôéìŬò óôçí ċüìċíç ïèüíç èá ñŬċé íá ċßíáé óùóôŬò.\n"
+"\n"
+"ĊÜí Ŭ÷ċôċ PCMCIA êÜñôá, ñŬċé íá îŬñċôċ ôï irq êáé ôï io ôçò êÜñôáò óáò.\n"
-#: ../../printer/printerdrake.pm_.c:215
-msgid "Do you want to enable printing on printers in the local network?\n"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "I don't know"
+msgstr "Äċí îŬñù"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "PCI"
+msgstr "PCI"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISA / PCMCIA"
+msgstr "ISA / PCMCIA"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind of card do you have?"
+msgstr "Ôé ċßäïġò êÜñôáò Ŭ÷ċôċ;"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-"ÈŬëċôċ íá ċíċñïïéŜóċôċ ôçí ċêôŭùóç óċ ċêôġùôŬò óôï ôïéêü óáò äßêôġï;\n"
-#: ../../printer/printerdrake.pm_.c:217
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "ÈŬëċôċ íá ċíċñïïéŜóċôċ ôçí ċêôŭùóç óôïġò áñáÜíù ċêôġùôŬò ;\n"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which protocol do you want to use?"
+msgstr "ïéï ñùôüêïëëï èŬëċôċ íá ÷ñçóéìïïéŜóċôċ;"
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Protocol for the rest of the world"
+msgstr "ñùôüêïëëï ġüëïéïġ êüóìïġ"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Protocol for the rest of the world\n"
+"No D-Channel (leased lines)"
msgstr ""
-"Ċßóôċ âŬâáéïé üôé èŬëċôċ íá ñġèìßóċôċ ôçí ċêôŭùóç óċ áġôü ôï ìç÷Üíçìá;\n"
+"ñùôüêïëëï ġüëïéïġ êüóìïġ\n"
+" ÷ùñßò D-Channel (ìéóèùìŬíċò ñáììŬò)"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "European protocol"
+msgstr "Ċġñùáúêü ñùôüêïëëï"
-#: ../../printer/printerdrake.pm_.c:219
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "European protocol (EDSS1)"
+msgstr "Ċġñùáúêü ñùôüêïëëï (EDSS1)"
+
+#: ../../network/isdn.pm:1
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
msgstr ""
-"Óçì.: ÁíÜëïá ìċ ôï ìïíôŬëï ôïġ ċêôġùôŜ êáé ôï óŭóôçìá ċêôŭùóçò èá "
-"ċêáôáóôáèċß ċéëŬïí ìŬ÷ñé êáé %d MB ëïéóìéêü"
+"ĊéëŬîôċ ôïí áñï÷Ŭá óáò\n"
+" ĊÜí äċí ċßíáé óôïí êáôÜëïï, ċéëŬîôċ Unlisted"
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-msgid "Add a new printer"
-msgstr "ñïóèŜêç íŬïġ ċêôġùôŜ"
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "External ISDN modem"
+msgstr "Ċîùôċñéêü ISDN modem"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "ĊóùôċñéêŜ êÜñôá ISDN"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "Ôé ċßäïġò ċßíáé ç ISDN óŭíäċóŜ óáò;"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, c-format
+msgid "Network Configuration Wizard"
+msgstr "Ïäçüò Ñŭèìéóçò Äéêôŭïġ"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "áëéÜ ñŭèìéóç (isdn4net)"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "New configuration (isdn-light)"
+msgstr "ÍŬá ñŭèìéóç (isdn-light)"
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
+"Which ISDN configuration do you prefer?\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
+"* The Old configuration uses isdn4net. It contains powerful\n"
+" tools, but is tricky to configure, and not standard.\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"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\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."
+"We recommand the light configuration.\n"
msgstr ""
+"ïéá ISDN ñŭèìéóç ñïôéìÜôċ;\n"
"\n"
-"Êáëŝò ïñßóáôċ óôïí Ïäçü Ñŭèìéóçò ĊêôġùôŜ\n"
+"* Ç áëéÜ ñŭèìéóç ÷ñçóéìïïéċß ôï isdn4net. ċñéŬ÷ċé ÷ñŜóéìá ċñáëċßá,\n"
+" áëëÜ ċßíáé ëßï äŭóêïëï éá Ŭíáí áñ÷Üñéï íá ñġèìéóôċß êáé ü÷é óôċñċüôġï.\n"
"\n"
-"Ï ïäçüò áġôüò óáò âïçèÜċé óôçí ċêáôÜóôáóç ôïéêŝí Ŝ áïìáêñġóìŬíùí "
-"ċêôġùôŝí ïġ èá ÷ñçóéìïïéçèïŭí óċ áġôü êáé óċ Üëëá ìç÷áíŜìáôá óôï äßêôġï\n"
+"* Ç ÍŬá ñŭèìéóç ċßíáé ċġêïëüôċñç óôçí êáôáíüçóç, ċñéóóüôċñï óôċñċüôġç,\n"
+" áëëÜ ìċ ëéüôċñá ċñáëċßá.\n"
"\n"
-"Óáò ĉçôÜ üëċò ôéò ááñáßôçôċò ëçñïöïñßċò éá íá ñġèìßóċôċ ôïġò ċêôġùôŬò "
-"êáé íá áïêôŜóċôċ ñüóâáóç óċ üëïġò ôïġò äéáèŬóéìïġò ïäçïŭò ċêôġùôŝí, "
-"ċéëïŬò ôùí ïäçŝí êáé ôïġò ôŭïġò óġíäŬóċùí."
+"ñïôċßíïġìċ ôçí ċëáöñéÜ ñŭèìéóç.\n"
+"\n"
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Do nothing"
+msgstr "áëëÜ äċí ôáéñéÜĉċé"
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Install rpm"
+msgstr "ĊêáôÜóôáóç"
+
+#: ../../network/modem.pm:1
+#, c-format
msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
+msgstr ""
+
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Title"
+msgstr "ßíáêáò"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Second DNS Server (optional)"
+msgstr "Äċŭôċñïò ċîġçñċôçôŜò DNS (ñïáéñċôéêü)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "First DNS Server (optional)"
+msgstr "ñŝôïò ċîġçñċôçôŜò DNS (ñïáéñċôéêü)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "ĵíïìá ÔïìŬá"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr "CHAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "×ñŜóç script"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "×ñŜóç ôċñìáôéêïŭ"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "'ĵíïìá ×ñŜóôç"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "Áñéèìüò ôçëċöŝíïġ"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "ĵíïìá óŭíäċóçò"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "ĊéëïŬò Óŭíäċóçò"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Please choose which serial port your modem is connected to."
+msgstr "Óċ ïéá óċéñéáêŜ üñôá ċßíáé óġíäċäċìŬíï ôï ìüíôċì óáò;"
+
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "Ñġèìßóċéò äéêôŭïġ"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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/netconnect.pm:1
+#, c-format
+msgid ""
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
+msgstr ""
+"Áöïŭ ßíċé áġôü, ñïôċßíïġìċ íá ċáíċêêéíŜóċôċ ôï ×ċñéâÜëëïí éá íá "
+"áïöŭċôċ ôá ñïâëŜìáôá áëëáŜò hostname."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
+msgstr ""
+"Óġ÷áñçôŜñéá, ç ñŭèìéóç äéêôŭïġ êáé äéáäéêôŭïġ ôċëċßùóċ.\n"
+"Ïé ñġèìßóċéò èá ċöáñìïóôïŭí ôŝñá óôï óŭóôçìÜ óáò.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"A problem occured while restarting the network: \n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"%s"
msgstr ""
+"¸íá ñüâëçìá ċìöáíßóôçêċ êáôÜ ôçí ċáíċêêßíçóç ôïġ äéêôŭïġ: \n"
+"\n"
+"%s"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
+msgstr "Ôï áêŬôï %s ñŬċé íá áíáâáèìéóôċß. ÈŬëċôċ íá ôï ċêáôáóôŜóċôċ;"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Network configuration"
+msgstr "Ñġèìßóċéò äéêôŭïġ"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Do you want to start the connection at boot?"
+msgstr "ÈŬëċôċ íá óġíäŬċóôċ êáôÜ ôçí ċêêßíçóç;"
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection"
+msgstr "Óŭíäċóç Äéáäéêôŭïġ"
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
+msgstr ""
+"¸÷ċôċ ñġèìßóċé ïëëïŭò ôñüïġò éá íá óġíäŬċóôċ óôï Äéáäßêôġï.\n"
+"ĊéëŬîôċ áġôüí ïġ èŬëċôċ íá ÷ñçóéìïïéŜóċôċ.\n"
"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the connection you want to configure"
+msgstr "ĊéëŬîôċ ôç óŭíäċóç ïġ èŬëċôċ íá ñġèìßóċôċ"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr "áíé÷íċŭèçêáí êÜñôá(ċò) ethernet"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "LAN connection"
+msgstr "Óŭíäċóç LAN"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "cable connection detected"
+msgstr "áíé÷íċŭèçêċ êáëùäéáêŜ óŭíäċóç"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Cable connection"
+msgstr "ÊáëùäéáêŜ óŭíäċóç"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "detected"
+msgstr "áíé÷íċŭèçêċ ôï %s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ADSL connection"
+msgstr "Óŭíäċóç ADSL"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected %s"
+msgstr "áíé÷íċŭèçêċ ôï %s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ISDN connection"
+msgstr "Óŭíäċóç ISDN"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Winmodem connection"
+msgstr "ÁëŜ óŭíäċóç ìċ ìüíôċì"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "detected on port %s"
+msgstr "áíé÷íċŭèçêċ óôçí üñôá %s"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Normal modem connection"
+msgstr "ÁëŜ óŭíäċóç ìċ ìüíôċì"
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detecting devices..."
+msgstr "Ċíôïéóìüò óġóêċġŝí..."
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Mode"
+msgstr "éá ñï÷ùñçìŬíïġò"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
+msgstr "×ñŜóç áġôüìáôçò áíß÷íċġóçò"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Choose the profile to configure"
+msgstr "ĊéëŬîôċ ôï ñïößë éá ñŭèìéóç"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"Welcome to The Network Configuration Wizard.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\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"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Ċßìáóôċ Ŭôïéìïé íá ñġèìßóïġìċ ôç óŭíäċóŜ óáò óôï äéáäßêôġï/äßêôġï.\n"
+"Áí äċí èŬëċôċ íá ÷ñçóéìïïéŜóċôċ ôçí áġôüìáôç áíß÷íċġóç, áïċéëŬîôċ ôï "
+"êïġôÜêé.\n"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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"
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
+"We are now going to configure the %s connection.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Press OK to continue."
msgstr ""
+"\n"
+"\n"
+"\n"
+"Ôŝñá èá ñġèìßóïġìċ ôçí %s óŭíäċóç.\n"
+"\n"
+"\n"
+"áôŜóôċ ôï OK éá íá îċêéíŜóċôċ"
-#: ../../printer/printerdrake.pm_.c:307
-msgid "Auto-detect printers connected to this machine"
-msgstr "Áġôüìáôç áíß÷íċġóç ċêôġùôŝí óġíäċìŬíïé óċ áġôü ôï ìç÷Üíçìá"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "We are now going to configure the %s connection."
+msgstr "Ôŝñá èá ñġèìßóïġìċ ôçí %s óŭíäċóç."
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
-msgstr "Áġôüìáôç áíß÷íċġóç ċêôġùôŝí óġíäċìŬíïé óôï ôïéêü óáò äßêôġï"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "Óŭíäċóç êáé ñŭèìéóç Äéáäéêôŭïġ"
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
-msgstr ""
-"Áġôüìáôç áíß÷íċġóç ċêôġùôŝí óġíäċìŬíïé óċ ìç÷áíŜìáôá ïġ Ŭ÷ïġí Microsoft "
-"Windows"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Configure the connection"
+msgstr "Ñŭèìéóç ôçò óŭíäċóçò"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Disconnect"
+msgstr "Áïóŭíäċóç"
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Connect"
+msgstr "Óŭíäċóç"
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
"\n"
-"Congratulations, your printer is now installed and configured!\n"
+"You can reconfigure your connection."
+msgstr ""
"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
+"Ìïñċßôċ íá ċáíáñġèìßóċôċ ôç óŭíäċóŜ óáò."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\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."
+"You can connect to the Internet or reconfigure your connection."
msgstr ""
"\n"
-"Óġ÷áñçôŜñéá, ï ċêôġùôŜò óáò ċêáôáóôÜèçêċ êáé ñġèìßóôçêċ!\n"
+"Ìïñċßôċ íá óġíäċèċßôċ óôï Äéáäßêôġï Ŝ íá ċáíáñġèìßóċôċ ôç óŭíäċóŜ óáò."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "ÁġôŜ ôç óôéìŜ äċí ċßóôċ óġíäċäċìŬíïé óôï Äéáäßêôġï."
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
"\n"
-"Ìïñċßôċ ôŝñá íá ċêôġŝóċôċ ìċ ôçí ċíôïëŜ \"Ċêôŭùóç\" ôçò ċöáñìïŜò óáò "
-"(óġíŜèùò êÜôù áü ôï ìċíïŭ \"Áñ÷ċßï\").\n"
+"You can disconnect or reconfigure your connection."
+msgstr ""
"\n"
-"Áí èŬëċôċ íá ñïóèŬóċôċ, íá áöáéñŬóċôċ Ŝ íá ìċôïíïìÜóċôċ ôïí ċêôġùôŜ óáò Ŝ "
-"áí èŬëċôċ íá áëëÜîċôċ ôéò ñïċéëċìŬíċò ñġèìßóċéò óáò (èŬóç ôïġ ÷áñôéïŭ, "
-"ïéüôçôá ċêôŭùóçò) ċéëŬîôċ \"ĊêôġùôŜò\" óôï ôìŜìá \"Ġëéêü\"ôïġ ÊŬíôñïġ "
-"ĊëŬ÷ïġ Mandrake."
+"Ìïñċßôċ íá áïóġíäċèċßôċ Ŝ íá ċáíáñġèìßóċôċ ôç óŭíäċóŜ óáò."
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-msgid "Printer auto-detection"
-msgstr "Áġôüìáôç áíß÷íċġóç ċêôġùôŝí"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "You are currently connected to the Internet."
+msgstr "ÁġôŜ ôç óôéìŜ ċßóôċ óġíäċäċìŬíïé óôï Äéáäßêôġï."
-#: ../../printer/printerdrake.pm_.c:385
+#: ../../network/network.pm:1
#, c-format
-msgid ", network printer \"%s\", port %s"
-msgstr ", ċêôġùôŜò äéêôŭïġ \"%s\", èŭñá %s"
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "Ôï URL ñŬċé íá îċêéíÜ ìċ 'http:' Ŝ 'ftp:'"
-#: ../../printer/printerdrake.pm_.c:387
+#: ../../network/network.pm:1
#, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "ĊêôġùôŜò \"%s\" óċ ċîġçñċôçôŜ SMB/Windows \"%s\""
+msgid "Proxy should be http://..."
+msgstr "Ï proxy ñŬċé íá ċßíáé http://..."
-#: ../../printer/printerdrake.pm_.c:391
+#: ../../network/network.pm:1
#, c-format
-msgid "Detected %s"
-msgstr "ÂñŬèçêċ ï %s"
+msgid "FTP proxy"
+msgstr "FTP proxy"
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
-msgstr "ĊêôġùôŜò óôçí áñÜëëçëç èŜñá \\/*%s"
+msgid "HTTP proxy"
+msgstr "HTTP proxy"
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/network.pm:1
#, c-format
-msgid "USB printer \\/*%s"
-msgstr "ċêôġùôŜò USB \\/*%s"
+msgid "Proxies configuration"
+msgstr "Ñġèìßóċéò proxies"
-#: ../../printer/printerdrake.pm_.c:399
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "Ç IP äéċŭèġíóç ñŬċé íá ċßíáé óċ ìïñöŜ 1.2.3.4"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "Ç IP äéċŭèġíóç ñŬċé íá ċßíáé óċ ìïñöŜ 1.2.3.4"
+
+#: ../../network/network.pm:1
#, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "ĊêôġùôŜò äéêôŭïġ \"%s\", èŭñá %s"
+msgid "Gateway device"
+msgstr "ÓġóêċġŜ ŭëçò"
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/network.pm:1
#, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "ĊêôġùôŜò \"%s\" óċ ċîġçñċôçôŜ SMB/Windows \"%s\""
+msgid "Gateway (e.g. %s)"
+msgstr "ŭëç (.÷. %s)"
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-msgid "Local Printer"
-msgstr "Ôïéêüò ĊêôġùôŜò"
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "ĊîġçñċôçôŜò DNS"
-#: ../../printer/printerdrake.pm_.c:526
+#: ../../network/network.pm:1
+#, c-format
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, ...)."
+"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 ""
-"Äċí âñŬèçêáí ôïéêïß ċêôġùôŬò! éá íá ñġèìßóċôċ ìüíïé óáò Ŭíáí ċêôġùôŜ "
-"äŝóôċ ôï üíïìá ċêôġùôŜ/üíïìá áñ÷ċßïġ óôç ñáììŜ ċéóáùŜò (áñÜëëçëċò "
-"èŭñċò: /dev/lp0, /dev/lp1, ..., áíôßóôïé÷ċò ôùí LPT1:, LPT2:, ..., 1ïò "
-"ċêôġùôŜò USB: /dev/usb/lp0, 2ïò USB ċêôġùôŜò: /dev/usb/lp1, ...)."
+"áñáêáëŝ ċéóÜċôċ ôï üíïìá ôïġ óġóôŜìáôïò.\n"
+"Ôï üíïìá áġôü ñŬċé íá ċßíáé Ŭíá ëŜñċò üíïìá óġóôŜìáôïò,\n"
+"üùò .÷. ``mybox.mylab.myco.com''.\n"
+"Ìïñċßôċ ċßóçò íá ċéóÜċôċ êáé ôçí äéċŭèġíóç IP ôçò ŭëçò äéêôŭïġ"
-#: ../../printer/printerdrake.pm_.c:530
-msgid "You must enter a device or file name!"
-msgstr "ñŬċé íá ïñßóċôċ ìéá óġóêċġŜ Ŝ Ŭíá üíïìá áñ÷ċßïġ!"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:539
-msgid "No printer found!"
-msgstr "Äċí âñŬèçêċ ċêôġùôŜò!"
+#: ../../network/network.pm:1
+#, c-format
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:548
-msgid "Available printers"
-msgstr "ÄéáèŬóéìïé ċêôġùôŜò"
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address should be in format 1.2.3.4"
+msgstr "Ç IP äéċŭèġíóç ñŬċé íá ċßíáé óċ ìïñöŜ 1.2.3.4"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Start at boot"
+msgstr "Óôçí ċêêßíçóç óġóôŜìáôïò"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Network Hotplugging"
+msgstr "Ñġèìßóċéò äéêôŭïġ"
-#: ../../printer/printerdrake.pm_.c:552
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
+msgstr ""
+"ÁíáĉŜôçóç ôáġôüôçôáò ôçò êÜñôáò äéêôŭïġ (÷ñŜóéìï éá öïñçôïŭò ġïëïéóôŬò)"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(bootp/dhcp)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "Áġôüìáôï IP"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "ÌÜóêá äéêôŭïġ"
+
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "Äéċŭèġíóç IP"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid " (driver %s)"
+msgstr " (ïäçüò %s)"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "Ñŭèìéóç óġóêċġŜò äéêôŭïġ %s"
+
+#: ../../network/network.pm:1
+#, c-format
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"
+"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)."
-#: ../../printer/printerdrake.pm_.c:553
+#: ../../network/network.pm:1
+#, c-format
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"
+"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"
+"ÁëëÜĉïíôáò ôá áñáêÜôù ċäßá èá áëëÜîċôċ ôçí ġÜñ÷ïġóá ñŭèìéóç."
-#: ../../printer/printerdrake.pm_.c:555
+#: ../../network/shorewall.pm:1
+#, c-format
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\"."
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes after installation."
msgstr ""
-"Ċíôïßóôçêċ ï áñáêÜôù ċêôġùôŜò. Ç ñŭèìéóç ôïġ ċêôġùôŜ èá ßíċé áġôüìáôá. "
-"Áí ï ċêôġùôŜò óáò äċí ċíôïßóôçêċ óùóôÜ Ŝ áí èŬëċôċ ìéá ñïóáñìïóìŬíç "
-"ñŭèìéóç ôïġ ċêôġùôŜ, ċíċñïïéŜóċôċ ôï \"×ċéñïêßíçôç Ñŭèìéóç\"."
+"ñïóï÷Ŝ! Áíé÷íċŭèçêċ ìéá Ŝäç ġÜñ÷ïġóá ñŭèìéóç Ôïß÷ïġò ñïóôáóßáò. şóùò "
+"÷ñċéáóôïŭí ïñéóìŬíċò ÷ċéñïêßíçôċò ñġèìßóċéò ìċôÜ ôçí ċêáôÜóôáóç."
+
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "Áíé÷íċŭèçêċ ñŭèìéóç ôïġ Ôïß÷ïġò ñïóôáóßáò!"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "Êùäéêüò ñüóâáóçò"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "Ëïáñéáóìüò Óŭíäċóçò (üíïìá ÷ñŜóôç)"
-#: ../../printer/printerdrake.pm_.c:556
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection timeout (in sec)"
+msgstr "×ñüíïò ċêôüò óŭíäċóçò (óċ äċŭôċñá)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection speed"
+msgstr "Ôá÷ŭôçôá óŭíäċóçò"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Dialing mode"
+msgstr "Ôñüïò êëŜóçò"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Choose your country"
+msgstr "ĊéëŬîôċ ÷ŝñá"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "dns 2 áñï÷Ŭá (ñïáéñċôéêü)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "dns 1 áñï÷Ŭá (ñïáéñċôéêü)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "Áñéèìüò ôçëċöŝíïġ áñï÷Ŭá"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "ĵíïìá áñï÷Ŭá (.÷. provider.net)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "ñïóùéêüò áñéèìüò ôçëċöŝíïġ"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "IO_1 êÜñôáò"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "IO_0 êÜñôáò"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "IO êÜñôáò"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "DMA êÜñôáò"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "IRQ êÜñôáò"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
+msgstr "áñáêáëŝ ċëŬîôċ Ŝ óġìëçñŝóôċ ôï áñáêÜôù ċäßï"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Connection Configuration"
+msgstr "Ñġèìßóċéò óŭíäċóçò"
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
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\"."
+"The system doesn't seem to be connected to the Internet.\n"
+"Try to reconfigure your connection."
msgstr ""
-"áñáêÜôù èá äċßôċ ìéá ëßóôá ìċ ôïġò ċêôġùôŬò ïġ ċíôïßóôçêáí áġôüìáôá. "
-"áñáêáëŝ ċéëŬîôċ ôïí ċêôġùôŜ ïġ èŬëċôċ íá ñġèìßóċôċ. Ç ñŭèìéóç èá "
-"ëċéôïġñŜóċé áġôüìáôá. Áí ï ċêôġùôŜò óáò äċí ċíôïßóôçêċ óùóôÜ Ŝ áí "
-"ñïôéìÜôċ ìéá ñïóáñìïóìŬíç ñŭèìéóç ôïġ ċêôġùôŜ äéáëŬîôċ \"×ċéñïêßíçôç "
-"ñŭèìéóç\"."
+"Ôï óŭóôçìÜ óáò äċí öáßíċôáé íá ċßíáé óġíäċäċìŬíï óôï Äéáäßêôġï.\n"
+"ÄïêéìÜóôċ íá ċáíáñġèìßóċôċ ôç óŭíäċóŜ óáò."
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "For security reasons, it will be disconnected now."
+msgstr "éá ëüïġò Áóöáëċßáò, èá áïóġíäċèċßôċ ôŝñá."
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "The system is now connected to the Internet."
+msgstr "Ôï óŭóôçìá ċßíáé ôŝñá óġíäċìŬíï óôï Äéáäßêôġï."
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Testing your connection..."
+msgstr "ÄïêéìŜ óŭíäċóçò... "
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "ÈŬëċôċ íá äïêéìÜóċôċ íá óġíäċèċßôċ óôï Äéáäßêôġï ôŝñá;"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Internet configuration"
+msgstr "Ñġèìßóċéò Äéáäéêôŭïġ"
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../partition_table/raw.pm:1
+#, fuzzy, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"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, corrupted "
+"data."
msgstr ""
-"áñáêáëŝ ċéëŬîôċ ôç èŭñá üïġ ċßíáé óġíäċäċìŬíïò ï ċêôġùôŜ óáò Ŝ ċéóÜċôċ "
-"Ŭíá üíïìá óġóêċġŜò/áñ÷ċßïġ óôç ñáììŜ ċéóüäïġ"
+"ÊÜôé êáêü óġìâáßíċé óôï äßóêï óáò. \n"
+"¸íá ôċóô ċëŬ÷ïġ ôçò áêċñáéüôçôáò ôùí äċäïìŬíùí áŬôġ÷ċ. \n"
+"Áġôü óçìáßíċé ùò ç ïïéáäŜïôċ ċñáöŜ óôï äßóêï èá êáôáëŜîċé óáí ôġ÷áßá "
+"óêïġßäéá"
-#: ../../printer/printerdrake.pm_.c:559
-msgid "Please choose the port where your printer is connected to."
-msgstr "ĊéëŬîôċ óċ ïßá èŜñá ċßíáé óġíäċäċìŬíïò ï ċêôġùôŜò óáò."
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr " (ñïċéëċìŬíïò)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "On CUPS server \"%s\""
+msgstr "Óôïí ċîġçñċôçôŜ CUPS \"%s\""
+
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, c-format
+msgid "Remote Printers"
+msgstr "ÁïìáêñġóìŬíïé ċêôġùôŬò"
+
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr "CUPS"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr "(óċ áġôü ôï ìç÷Üíçìá)"
+
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on %s)"
+msgstr "(óôïí %s)"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
+msgstr "CUPS - Common Unix Printing System"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng"
+msgstr "LPRng"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
+msgstr "LPRng - LPR New Generation"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD"
+msgstr "LPD"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPD - Line Printer Daemon"
+msgstr "LPD - Line Printer Daemon"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
+msgstr "PDQ"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr "PDQ - Print, Don't Queue"
+
+#: ../../printer/detect.pm:1
+#, c-format
+msgid "Unknown Model"
+msgstr "ĥíùóôï ÌïíôŬëï"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr "ĥíùóôï ìïíôŬëï"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Host %s"
+msgstr "ĵíïìá óġóôŜìáôïò"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Network %s"
+msgstr "Äßêôġï"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Interface \"%s\""
+msgstr "ÄéċáöŜ %s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local network(s)"
+msgstr "Ôïéêü Äßêôġï C-Class"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
+msgstr "ÁêáôŬñáóôïò ċêôġùôŜò (×ùñßò ïäçü)"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
+msgstr ", ìċ ôçí ċíôïëŜ %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on Novell server \"%s\", printer \"%s\""
+msgstr "óôïí ċîġçñċôçôŜ Novell \"%s\", óôïí ċêôġùôŜ \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgstr "óôïí ċîġçñċôçôŜ SMB/Windows \"%s\", êïéíü÷ñçóôï \"%s\""
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ", TCP/IP host \"%s\", èŭñá %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
+msgstr "óôïí ċîġçñċôçôŜ LPD \"%s\", óôïí ċêôġùôŜ \"%s\""
-#: ../../printer/printerdrake.pm_.c:561
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", printing to %s"
+msgstr ", ċêôŭùóç óôï %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
+msgstr ", ïëġ÷ñçóôéêŜ óġóêċġŜ"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ", ïëġ÷ñçóôéêŜ óġóêċġŜ óôï HP JetDirect"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ", ïëġ÷ñçóôéêŜ óġóêċġŜ óôçí USB"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", multi-function device on parallel port \\#%s"
+msgstr ", ïëġ÷ñçóôéêŜ óġóêċġŜ óôçí áñÜëëçëç èŜñá \\/*%s"
+
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", USB printer"
+msgstr ", ċêôġùôŜò USB \\/*%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", USB printer \\#%s"
+msgstr ", ċêôġùôŜò USB \\/*%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid " on parallel port \\#%s"
+msgstr " óôç áñÜëëçëç èŜñá \\/*%s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printers"
+msgstr "Ôïéêïß ċêôġùôŬò"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Pipe job into a command"
+msgstr "ÄéáóùëŜíùóç ċñáóßáò óċ ċíôïëŜ"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter a printer device URI"
+msgstr "ĊéóÜċôċ óġóêċġŜ ċêôġùôŜ URI"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on NetWare server"
+msgstr "ĊêôġùôŜ óċ ċîġçñċôçôŜ NetWare"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "ĊêôġùôŜò óċ ċîġçñċôçôŜ SMB/Windows 95/98/NT"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "ĊêôġùôŜò äéêôŭïġ (TCP/Socket)"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer on remote lpd server"
+msgstr "ÁïìáêñġóìŬíïò ċêôġùôŜò óċ ċîġçñċôçôŜ lpd"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Printer on remote CUPS server"
+msgstr "ÁïìáêñġóìŬíïò ċêôġùôŜò óċ ċîġçñċôçôŜ CUPS"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
+msgstr "ÁïìáêñġóìŬíïò ċêôġùôŜò"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Local printer"
+msgstr "Ôïéêüò ċêôġùôŜò"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring applications..."
+msgstr "Ñŭèìéóç ċöáñìïŝí..."
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, c-format
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to configure another printer?"
+msgstr "ÈŬëċôċ íá ñġèìßóċôċ êáé Üëëïí ċêôġùôŜ;"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "ßíċôáé áöáßñċóç ôïġ ċêôġùôŜ \"%s\"..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Ċßóôċ âŬâáéïé éá ôçí áöáßñċóç ôïġ ċêôġùôŜ \"%s\";"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove printer"
+msgstr "Áöáßñċóç ċêôġùôŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Know how to use this printer"
+msgstr "ÌÜèċôċ ùò íá ÷ċéñéóèċßôċ áġôüí ôïí ċêôġùôŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print test pages"
+msgstr "Ċêôŭùóç äïêéìáóôéêŝí óċëßäùí"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-"(áñÜëëçëċò èŭñċò: /dev/lp0, /dev/lp1, ..., áíôßóôïé÷ċò ôùí LPT1:, "
-"LPT2:, ..., 1ïò ċêôġùôŜò USB: /dev/usb/lp0, 2ïò USB ċêôġùôŜò: /dev/usb/"
-"lp1, ...)."
+"ÁŬôġ÷ċ ç áöáßñċóç ôïġ ċêôġùôŜ \"%s\" áü ôï Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:565
-msgid "You must choose/enter a printer/device!"
-msgstr "ñŬċé íá ċéëŬîôċ/ïñßóċôċ ìéá óġóêċġŜ/ċêôġùôŜ!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
+msgstr ""
+"Ï ċêôġùôŜò \"%s\" áöáéñŬèçêċ ìċ ċéôġ÷ßá áü ôï Star Office/OpenOffice.org/"
+"GIMP"
-#: ../../printer/printerdrake.pm_.c:584
-msgid "Manual configuration"
-msgstr "×ċéñïêßíçôç ñŭèìéóç"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "ßíċôáé áöáßñċóç ôïġ ċêôġùôŜ áü ôï Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr "ĊéëïŬò áïìáêñġóìŬíïġ lpd ċêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Áöáßñċóç áġôïŭ ôïġ ċêôġùôŜ áü ôï Star Office/OpenOffice.org/GIMP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr ""
+"ÁŬôġ÷ċ ç ñïóèŜêç ôïġ ċêôġùôŜ \"%s\" óôï Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:634
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-"éá íá ÷ñçóéìïïéŜóċôċ Ŭíáí áïìáêñġóìŬíï ċêôŭùóç ñŬċé íá äŝóċôċ ôï "
-"äéêôġáêü üíïìá ôïġ ċîġçñċôçôŜ ċêôġŝóċùí, êáèŝò êáé ôï üíïìá ôïġ ċêôġùôŜ "
-"óċ áġôüí ôïí ċîġçñċôçôŜ."
+"Ï ċêôġùôŜò \"%s\" ñïóôŬèçêċ ìċ ċéôġ÷ßá óôï Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:635
-msgid "Remote host name"
-msgstr "ÁïìáêñġóìŬíï äéêôġáêü üíïìá"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "ßíċôáé ñïóèŜêç ôïġ ċêôġùôŜ óôï Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:636
-msgid "Remote printer name"
-msgstr "ÁïìáêñġóìŬíïò üíïìá ċêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "ñïóèŜêç áġôïŭ ôïġ ċêôġùôŜ óôï Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:639
-msgid "Remote host name missing!"
-msgstr "Ôï áïìáêñġóìŬíï äéêôġáêü üíïìá ëċßċé!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr "Ï ċêôġùôŜò \"%s\" ċßíáé ëŬïí ï ñïċéëċìŬíïò ċêôġùôŜò."
-#: ../../printer/printerdrake.pm_.c:643
-msgid "Remote printer name missing!"
-msgstr "Ôï áïìáêñġóìŬíï üíïìá ċêôġùôŜ ëċßċé!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Default printer"
+msgstr "ñïċéëċìŬíïò ċêôġùôŜò"
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Detected model: %s %s"
-msgstr "ÂñŬèçêċ ôï ìïíôŬëï: %s %s"
+msgid "Set this printer as the default"
+msgstr "Ïñéóìüò áġôïŭ ôïġ ċêôġùôŜ ùò ñïċéëċìŬíïġ"
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-msgid "Scanning network..."
-msgstr "ÁíáĉŜôçóç óôï äßêôġï..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "ĊéëïŬò ċêôġùôŜ"
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", printer \"%s\" on server \"%s\""
-msgstr ", ċêôġùôŜò \"%s\"óôïí ċîġçñċôçôŜ \"%s\""
+msgid "Printer manufacturer, model"
+msgstr "ÊáôáóêċġáóôŜ ċêôġùôŜ, ìïíôŬëï"
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "ĊêôġùôŜò \"%s\"óôïí ċîġçñċôçôŜ \"%s\""
+msgid "Printer manufacturer, model, driver"
+msgstr "ÊáôáóêċġáóôŜ ċêôġùôŜ, ìïíôŬëï, ïäçü"
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "ĊéëïŬò ċêôġùôŜ SMB (Windows 9x/NT)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "Áöáßñċóç áëáéïŭ ċêôġùôŜ \"%s\"..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer name, description, location"
+msgstr "ĵíïìá ċêôġùôŜ, ċñéñáöŜ, èŬóç"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer connection type"
+msgstr "Ôŭï óŭíäċóç ċêôġùôŜ"
-#: ../../printer/printerdrake.pm_.c:796
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Learn how to use this printer"
+msgstr "ÌÜèċôċ ùò íá ÷ċéñéóèċßôċ áġôüí ôïí ċêôġùôŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer"
+msgstr "ÁêáôŬñáóôïò ċêôġùôŜò"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do it!"
+msgstr "Êáí' ôï!"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Close"
+msgstr "Êëċßóéìï"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Printer %s\n"
+"What do you want to modify on this printer?"
msgstr ""
-"éá íá ċêôġŝóċôċ óċ Ŭíáí SMB ċêôġùôŜ, ñŬċé íá äŝóċôċ ôï äéêôġáêü üíïìá "
-"SMB (Óçìċßùóç! Ìïñċß íá ċßíáé äéáöïñċôéêü áü ôï äéêôġáêü üíïìá TCP/IP!) "
-"êáé ßóùò ôçí äéċŭèġíóç IP ôïġ ċîġçñċôçôŜ ċêôġŝóċùí, ôï üíïìá ôïġ ċêôġùôŜ "
-"óôïí ïïßï ċéèġìċßôċ ñüóâáóç, êáèŝò êáé ïïéáäŜïôċ ááñáßôçôç ëçñïöïñßá "
-"ċñß êùäéêïŭ ÷ñŜóôç, êùäéêïŭ ñüóâáóçò êáé ôïìŬá Ŝ ïìÜäáò ċñáóßáò."
+"ĊêôġùôŜò %s\n"
+"Ôé èŬëċôċ íá áëëÜîċôċ óċ áġôüí ôïí ċêôġùôŜ;"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Modify printer configuration"
+msgstr "ÁëëáŜ ñġèìßóċùí ċêôġùôŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add a new printer"
+msgstr "ñïóèŜêç íŬïġ ċêôġùôŜ"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Normal Mode"
+msgstr "ÊáíïíéêŜ ÊáôÜóôáóç"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Change the printing system"
+msgstr "ÁëëáŜ óġóôŜìáôïò ċêôŭùóçò"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing"
+msgstr "Êïéíü÷ñçóôá áñ÷ċßá"
-#: ../../printer/printerdrake.pm_.c:797
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "CUPS configuration"
+msgstr "Ñŭèìéóç CUPS"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
+"ÁíáíŬùóç ëßóôáò ċêôġùôŝí ( éá íá ċìöáíßóċé üëïġò ôïġò äéáèŬóéìïġò "
+"áïìáêñġóìŬíïġò ċêôġùôŬò)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
+"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 ""
+"Oé áñáêÜôù ċêôġùôŬò Ŭ÷ïġí ñġèìéóôċß. ÊÜíôċ äéëü êëéê óċ Ŭíáí ċêôġùôŜ éá "
+"íá áëëÜîċôċ ôéò ñġèìßóċéò ôïġ, íá ôïí ïñßóċôċ ùò ñïċéëċìŬíï Ŝ éá íá "
+"ñïâÜëċôċ ëçñïöïñßċò éá áġôüí."
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr "Äéêôġáêü üíïìá SMB ċîġçñċôçôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/GIMP."
+msgstr ""
+"Oé áñáêÜôù ċêôġùôŬò Ŭ÷ïġí ñġèìéóôċß. ÊÜíôċ äéëü êëéê óċ Ŭíáí ċêôġùôŜ éá "
+"íá áëëÜîċôċ ôéò ñġèìßóċéò ôïġ, íá ôïí ïñßóċôċ ùò ñïċéëċìŬíï, íá ñïâÜëċôċ "
+"ëçñïöïñßċò éá áġôüí ç éá íá êÜíċôċ äéáèŬóéìï Ŭíáí áïìáêñġóìŬíï ċêôġùôŜ "
+"óċ Ŭíáí ċîġçñċôçôŜ CUPS óôï Star Office/OpenOffice.org/GIMP."
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
-msgstr "IP äéċŭèġíóç SMB ċîġçñċôçôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr "Óŭóôçìá ċêôŭùóçò: "
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr "ĵíïìá üñïġ:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Would you like to configure printing?"
+msgstr "Èá èŬëáôċ íá ñġèìßóċôċ Ŭíáí ċêôġùôŜ;"
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "ÏìÜäá ċñáóßáò:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing Printerdrake..."
+msgstr "ñïċôïéìáóßá PrinterDrake..."
-#: ../../printer/printerdrake.pm_.c:806
-msgid "Auto-detected"
-msgstr "Ċíôïßóôçêáí áġôüìáôá"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
+msgstr "'¸ëċ÷ïò ċêáôċóôçìŬíùí ñïñáììÜôùí..."
-#: ../../printer/printerdrake.pm_.c:816
-msgid "Either the server name or the server's IP must be given!"
-msgstr "Ċßôċ ôï üíïìá ôïġ ċîġçñċôçôŜ Ŝ ç IP ôïġ ñŬċé íá äïèïŭí!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing Foomatic..."
+msgstr "ĊêáôÜóôáóç Foomatic..."
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
-msgstr "Ôï üíïìá éá ôï Samba ëċßċé!"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "Ñŭèìéóç ċêôġùôŜ \"%s\"..."
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
-msgstr "ÑÏĊÉÄÏÏÉÇÓÇ ÁÓÖÁËĊÉÁÓ!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "Ñŭèìéóç ċêôġùôŜ \"%s\"..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer data..."
+msgstr "ÁíÜíùóç äċäïìŬíùí ċêôġùôŜ..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "ïéï óŭóôçìá ċêôŭùóçò èŬëċôċ íá ÷ñçóéìïïéŜóċôċ;"
-#: ../../printer/printerdrake.pm_.c:827
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Spooler"
+msgstr "ĊéëïŜ Spooler ĊêôġùôŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "ĊêáôÜóôáóç áêŬôùí..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Áöáßñċóç %s"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\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"
+"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"
-"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"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
+msgstr ""
+"Ôï óŭóôçìá ċêôŭùóçò (%s) äċí èá îċêéíÜ áġôüìáôá êáôÜ ôçí ċêêßíçóç ôïġ "
+"ìç÷áíŜìáôïò\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"
"\n"
-msgstr ""
+"ÈŬëċôċ íá îáíáċíċñïïéçèċß ç áġôüìáôç ċêêßíçóç ôïġ óġóôŜìáôïò ċêôŭùóçò;"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting the printing system at boot time"
+msgstr "Ċêêßíçóç ôïġ óġóôŜìáôïò ċêôŭùóçò êáôÜ ôçí ċêêßíçóç"
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-"Ñġèìßóôċ ôïí ċîġçñċôçôŜ Windows ŝóôċ íá ċßíáé äéáèŬóéìïò ï ċêôġùôŜò óôï "
-"ñùôüêïëëï IPP êáé ñġèìßóôċ ôéò ċêôġŝóċéò áü áġôü ôï ìç÷Üíçìá ìċ ôïí ôŭï "
-"óŭíäċóçò \"%s\" óôï Printerdrake.\n"
+"Ċßóôċ Ŭôïéìïé íá ċêáôáóôŜóċôċ ôï óŭóôçìá ċêôŭùóçò %s óċ Ŭíá óŭóôçìá ïġ "
+"Ŭ÷ċé ċßċäï áóöáëċßáò %s\n"
"\n"
+"Áġôü ôï óŭóôçìá ċêôŭùóçò ċêôċëċß Ŭíáí äáßìïíá (äéċñáóßá óôï öüíôï) ïġ "
+"ċñéìŬíċé ôéò ċñáóßċò ċêôŭùóçò êáé ôéò äéá÷ċéñßĉċôáé. Áġôüò ï äáßìïíáò "
+"ċßíáé ċßóçò ñïóâÜóéìïò áü Ŭíá áïìáêñġóìŬíï ìç÷Üíçìá áü ôï äßêôġï êáé "
+"ċßóçò ċßíáé Ŭíá ċí äġíÜìċé óçìċßï ċßèċóçò. éá áġôü Ŭíáò ċñéïñéóìŬíïò "
+"áñéèìüò äáéìüíùí îċêéíÜ ċî ïñéóìïŭ óċ áġôü ôï ċßċäï áóöáëċßáò.\n"
+"\n"
+"Ċßóôċ âŬâáéïé üôé èŬëċôċ íá ñġèìßóċôċ ôçí ċêôŭùóç óċ áġôü ôï ìç÷Üíçìá;"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Installing a printing system in the %s security level"
+msgstr "ĊêáôÜóôáóç óġóôŜìáôïò ċêôŭùóçò óôï ċßċäï áóöÜëċéáò %s"
-#: ../../printer/printerdrake.pm_.c:840
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "paranoid"
+msgstr "áñáíïúêü"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "high"
+msgstr "Ġĝçëü"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Restarting printing system..."
+msgstr "Ċáíċêêßíçóç ôïġ óġóôŜìáôïò ċêôŭùóçò..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configuration of a remote printer"
+msgstr "Ñŭèìéóç áïìáêñġóìŬíïġ ċêôġùôŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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?"
+"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 ""
-"ÓġíäŬóôċ ôïí ċêôġùôŜ óáò óċ Ŭíáí ċîġçñċôçôŜ Linux êáé óġíäŬóôċ óċ áġôüí ôá "
-"ìç÷áíŜìáôá Windows óáí ċëÜôċò\n"
-"\n"
-"ÈŬëċôċ ñáìáôéêÜ íá óġíċ÷ßóċôċ ôéò ñġèìßóċéò ôïġ ċêôġùôŜ óáò ïġ êÜíċôċ;"
+"Ç ñüóâáóç äéêôŭïġ äċí ċêôċëċßôï êáé äċí ìüñċóċ íá ċêêéíçèċß. áñáêáëŝ "
+"ċëŬîôċ ôçí ñŭèìéóç ôïġ ġëéêïŭ óáò. ÌċôÜ ñïóáèŜóôċ íá ñġèìßóċôċ ôïí "
+"áïìáêñġóìŬíï ċêôġùôŜ óáò."
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr "ĊéëïŬò ĊêôġùôŜ NetWare"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is 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 óôï ôìŜìá \"Ġëéêü"
+"\"/\"ĊêôġùôŜò\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Configure the network now"
+msgstr "Ñŭèìéóç äéêôŭïġ ôŝñá"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Go on without configuring the network"
+msgstr "ÓġíŬ÷éóç ÷ùñßò ôçí ñŭèìéóç ôïġ äéêôŭïġ"
-#: ../../printer/printerdrake.pm_.c:912
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"éá íá ċêôġŝóċôċ óċ Ŭíáí ċêôġùôŜ NetWare, ñŬċé íá äŝóċôċ ôï üíïìá ôïġ "
-"ċîġçñċôçôŜ ċêôġŝóċùí NetWare (Óçìċßùóç! Ìïñċß íá ċßíáé äéáöïñċôéêü áü ôï "
-"äéêôġáêü üíïìá TCP/IP!), ôï üíïìá ôïġ ċêôġùôŜ óôïí ïïßï ċéèġìċßôċ "
-"ñüóâáóç, êáèŝò êáé\n"
-"ïïéáäŜïôċ ááñáßôçôç ëçñïöïñßá ċñß ÷ñŜóôç êáé êùäéêïŭ ñüóâáóçò."
+"Èá ñġèìßóċôċ Ŭíáí áïìáêñġóìŬíï ċêôġùôŜ. Áġôü ááéôċß Ŭíá ñïóâÜóéìï "
+"äßêôġï, áëëÜ ôï äßêôġï äċí Ŭ÷ċé ñġèìéóôċß áêüìá. Áí óġíċ÷ßóċôċ ÷ùñßò íá "
+"ñġèìßóċôċ ôï äßêôġï äċí èá ìïñŬóċôċ íá êÜíċôċ ÷ñŜóç ôïġ ċêôġùôŜ ïġ "
+"ñġèìßĉċôċ. Ôé èŬëċôċ íá êÜíċôċ;"
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr "ĊîġçñċôçôŜò Ċêôġŝóċùí"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network functionality not configured"
+msgstr "Ç ëċéôïġñéêüôçôá ôïġ äéêôŭïġ äċí ñġèìßóôçêċ"
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr "ĵíïìá ÏġñÜò ĊêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Starting network..."
+msgstr "Ċêêßíçóç äéêôŭïġ..."
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
-msgstr "Ôï üíïìá ôïġ ċîġçñċôçôŜ NCP ëċßċé!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refreshing printer data..."
+msgstr "ÁíáíŬùóç äċäïìŬíùí ċêôġùôŜ..."
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
-msgstr "Ôï üíïìá ôçò NCP ïġñÜò ëċßċé!"
+#: ../../printer/printerdrake.pm:1
+#, 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;"
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ", host \"%s\", port %s"
-msgstr ", host \"%s\",èŭñá %s"
+msgid "Transfer printer configuration"
+msgstr "ÌċôáöïñÜ ñġèìßóċùí ċêôġùôŜ"
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Host \"%s\", port %s"
-msgstr "Host \"%s\", èŭñá %s"
+msgid "Transferring %s..."
+msgstr "ÌċôáöŬñċôáé ï %s..."
-#: ../../printer/printerdrake.pm_.c:1030
-msgid "TCP/Socket Printer Options"
-msgstr "ĊéëïŬò ċêôġùôŜ TCP/Socket"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "New printer name"
+msgstr "ÊáíŬíá üíïìá ċêôġùôŜ"
-#: ../../printer/printerdrake.pm_.c:1032
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
+msgstr ""
+"Ï ċêôġùôŜò \"%s\" ġÜñ÷ċé Ŝäç,\n"
+"Ċßóôċ âŬâáéïé éá ôçí ċéêÜëġĝç ôùí ñġèìßóċùí;"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
+"Ôï üíïìá ôïġ ċêôġùôŜ ñŬċé íá ċñéŬ÷ċé ìüíï ñÜììáôá, áñéèìïŭò êáé ôïí "
+"÷áñáêôŜñá underscore"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr "ÌċôáöïñÜ"
-#: ../../printer/printerdrake.pm_.c:1033
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+"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 ""
-"éá íá ċêôġŝóċôċ óċ Ŭíáí ċêôġùôŜ socket Ŝ TCP , ñŬċé íá äŝóċôċ ôï \n"
-"äéêôġáêü üíïìá ôïġ ċêôġùôŜ êáé ñïáéñċôéêÜ ôïí áñéèìü èŭñáò ( ċî ïñéóìïŭ "
-"9100). Óôïġò ċîġçñċôçôŬò HP JetDirect Ŝ èŭñá óġíŜèùò ċßíáé 9100, óċ Üëëïġò "
-"ċîġçñċôçôŬò ïéêßëç. Äċßôċ ôï ċ÷ċéñßäéï ÷ñŜóçò ôïġ ġëéêïŭ óáò."
+"¸íáò ċêôġùôŜò ìċ ôï üíïìá \"%s\" ġÜñ÷ċé Ŝäç óôï %s\n"
+"ÊÜíôċ êëéê óôï \"ÌċôáöïñÜ\" éá íá ôïí ċéêáëŭĝċôċ.\n"
+"Ċßóçò ìïñċßôċ íá ôïġ äŝóċôċ Ŭíá íŬï üíïìá Ŝ íá ôïí áñáâëŬĝċôċ ."
-#: ../../printer/printerdrake.pm_.c:1037
-msgid "Printer host name or IP missing!"
-msgstr "Ôï äéêôġáêü üíïìá ôïġ ċêôġùôŜ Ŝ ôï IP ëċßċé!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
+msgstr "×ùñßò ìċôáöïñÜ ċêôġùôŝí"
-#: ../../printer/printerdrake.pm_.c:1059
-msgid "Printer host name or IP"
-msgstr "Äéêôġáêü üíïìá ċêôġùôŜ Ŝ IP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
+msgstr ""
+"\n"
+"ĊéëŬîôċ ôïġò ċêôġùôŬò ïġ èŬëċôċ íá ìċôáöŬñċôċ êáé êÜíôċ\n"
+"êëéê óôï \"ÌċôáöïñÜ\"."
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr "ÓġóêċġŜ ċêôġùôŜ URI"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 äċí ìïñïŭí íá ìċôáöċñèïŭí."
-#: ../../printer/printerdrake.pm_.c:1108
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-"Ìïñċßôċ íá ïñßóċôċ êáôċġèċßáí ôï URI éá ôçí ñüóâáóç óôïí ċêôġùôŜ. Ôï URI "
-"ñŬċé íá ôçñċß ċßôċ ôéò CUPS ċßôċ ôéò Foomatic ñïäéáñáöŬò. ĵ÷é ùò äċí "
-"ġïóôçñßĉïíôáé üëïé ïé URI ôŭïé áü üëá ôá spoolers."
+"Ċßóçò ċñáóßċò ïġ äċí äçìéïġñŜèçêáí ìċ áġôü ôï ñüñáììá Ŝ ôï \"foomatic-"
+"configure\" äċí ìïñïŭí íá ìċôáöċñèïŭí."
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
-msgstr "¸íá óùóôü URI ñŬċé íá ċéóá÷èċß!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "LPD and LPRng do not support IPP printers.\n"
+msgstr "Ôï LPD êáé ôï LPRng äċí ġïóôçñßĉïġí ċêôġùôŬò IPP.\n"
-#: ../../printer/printerdrake.pm_.c:1463
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-"ÊÜèċ ċêôġùôŜò ÷ñċéÜĉċôáé Ŭíá üíïìá (.÷. \"ċêôġùôŜò\").Ôá ċäßá ċñéñáöŜ "
-"êáé Ôïïèċóßá äċí ÷ñċéÜĉċôáé íá óġìëçñùèïŭí. Ċßíáé áëÜ ó÷üëéá éá ôïġò "
-"÷ñŜóôċò."
+"Ôï PDQ ġïóôçñßĉċé ìüíï ôïéêïŭò ċêôġùôŬò, ÁïìáêñġóìŬíïò ċêôġùôŬò LPD êáé "
+"ċêôġùôŬò Sockete/TCP.\n"
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr "ĵíïìá ċêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "ċñéñáöŜ"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "Ôïïèċóßá"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-msgid "Reading printer database..."
-msgstr "ÁíÜíùóç âÜóçò äċäïìŬíùí ċêôġùôŝí..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your 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\" on the command line to get more "
+"information.\n"
+"\n"
+"Do not use \"scannerdrake\" for this device!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1482
-msgid "Preparing printer database..."
-msgstr "ÁíÜíùóç âÜóçò äċäïìŬíùí ċêôġùôŝí..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "Ċêôŭùóç äïêéìáóôéêŝí óċëßäùí..."
-#: ../../printer/printerdrake.pm_.c:1578
-msgid "Your printer model"
-msgstr "Ôï ìïíôŬëï ċêôġùôŜ óáò"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print option list"
+msgstr "Ċêôŭùóç ëßóôá ċéëïŝí"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Ċêôŭùóç óôïí ċêôġùôŜ \"%s\""
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "Ċêôŭùóç/ñüóâáóç ÊÜñôáò Öùôïñáöéŝí óôï \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Ċêôŭùóç/ÓÜñùóç óôï \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "Ċêôŭùóç/ÓÜñùóç/ÊÜñôċò Öùôïñáöéŝí óôï\"%s\""
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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%s\n"
"\n"
-"For your printer Printerdrake has found:\n"
+msgstr ""
+"éá íá ìÜèċôċ ċñéóóüôċñá éá ôéò äéáèŬóéìċò ċíôïëŬò éá ôïí ôñŬ÷ïí ċêôġùôŜ "
+"äéáâÜóôċ ôçí ëßóôá ïġ öáßíċôċ áñáêÜôù Ŝ êÜíôċ êëéê óôï \"Ċêôŭùóç ëßóôáò "
+"ċéëïŝí\"%s%s\n"
"\n"
-"%s"
+
+#: ../../printer/printerdrake.pm:1
+#, 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 óġíŬêñéíċ ôï üíïìá ôïġ ìïíôŬëïġ áü ôïí áġôüìáôï ċíôïéóìü "
-"ìċ ôç ëßóôá ôùí ìïíôŬëùí áü ôçí âÜóç äċäïìŬíùí ċêôġùôŝí éá íá ôçí "
-"êáëŭôċñç ċéëïŜ. ÁġôŜ ç ċéëïŜ ìïñċß íá ċßíáé ëÜèïò, ċéäéêÜ ċÜí ï "
-"ċêôġùôŜò óáò äċí ċßíáé êáôá÷ùñçìŬíïò óôçí âÜóç äċäïìŬíùí. Äċßôċ ëïéüí áí ç "
-"ċéëïŜ ôïġ ċêôġùôŜ ċßíáé óùóôŜ êáé êÜíôċ êëéê óôï \"Ôï ìïíôŬëï ċßíáé óùóôü"
-"\" ċÜí ü÷é êÜíôċ êëéê óôï \"ĊéëŬîôċ ôï ìïíôŬëï ÷ċéñïêßíçôá\" éá íá "
-"ċéëŬîċôċ ÷ċéñïêßíçôá ôï ìïíôŬëï áü ôçí ċüìċíç ïèüíç\n"
-"éá ôïí ċêôġùôŜ óáò ôï Printerdrake âñŜêċ:\n"
"\n"
-"%s"
+" Ċßóçò ïé ċíôïëŬò \"%s\" êáé \"%s\" óáò ċéôñŬïġí íá ïñßóċôċ ôéò ñġèìßóċéò "
+"ċéëïŝí éá ìéá óġêċêñéìŬíç ċñáóßá ċêôŭùóçò. ÁëÜ ñïóèŬóôċ ôéò "
+"ċéèġìçôŬò ñġèìßóċéò áü ôçí ñáììŜ ċíôïëŝí, .÷. \"%s <áñ÷ċßï>\".\n"
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-msgid "The model is correct"
-msgstr "Ôï ìïíôŬëï ċßíáé óùóôü"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-msgid "Select model manually"
-msgstr "ĊéëŬîôċ ôï ìïíôŬëï ÷ċéñïêßíçôá"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:1606
-msgid "Printer model selection"
-msgstr "ĊéëïŜ ìïíôŬëïġ ċêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, 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"
-#: ../../printer/printerdrake.pm_.c:1607
-msgid "Which printer model do you have?"
-msgstr "Ôé ìïíôŬëï ċêôġùôŜ Ŭ÷ċôċ;"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To get a list of the options available for the current printer click on the "
+"\"Print option list\" button."
+msgstr ""
+"éá ìéá ëßóôá ìċ ôéò äéáèŬóéìċò ċíôïëŬò éá ôïí ôñŬ÷ïí ċêôġùôŜ êÜíôċ êëéê "
+"óôï ëŜêôñï \"Ċêôŭùóç ëßóôáò ċíôïëŝí\"."
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"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\"."
+"Ç ċíôïëŜ \"%s\" ċßóçò óáò ċéôñŬċé íá ôñïïïéŜóċôċ ôéò ñġèìßóċéò ċéëïŝí "
+"éá ìéá óġêċêñéìŬíç ċñáóßá ċêôŭùóçò. ÁëÜ ñïóèŬóċôċ ôéò ċéèġìçôŬò "
+"ñġèìßóċéò óôçí ñáììŜ ċíôïëŝí, .÷. \"%s<áñ÷ċßï>\"."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\".\n"
msgstr ""
+"éá íá ċêôġŝóċôċ áü ôç ñáììŜ ċíôïëŝí (áñÜèġñï ôċñìáôéêïŭ) êÜíôċ ÷ñŜóç "
+"ôçò ċíôïëŜò \"%s <áñ÷ċßï>\".\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
"\n"
+msgstr ""
+"ÁġôŜ ċßíáé ìéá ëßóôá ìċ ôéò äéáèŬóéìċò ċéëïŬò ċêôŭùóçò éá ôïí ôñŬ÷ïí "
+"ċêôġùôŜ:\n"
"\n"
-"áñáêáëŝ ċëŬîôċ ċÜí ôï Printerdrake ċíôüéóċ óùóôÜ ôï ìïíôŬëï ôïġ ċêôġùôŜ "
-"óáò .Âñċßôċ ôï óùóôü ìïíôŬëï óôç ëßóôá áí ï êŬñóïñáò ċßíáé óċ ëÜèïò èŬóç Ŝ "
-"óċ ëÜèïò ìïíôŬëï Ŝ óôï \"ÁêáôŬñáóôïò ċêôġùôŜò\"."
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
+"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"
-#: ../../printer/printerdrake.pm_.c:1697
-msgid "OKI winprinter configuration"
-msgstr "Ñġèìßóċéò OKI winprinter"
+#: ../../printer/printerdrake.pm:1
+#, 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"
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr "Ëċéôïŭñçóċ óùóôÜ;"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
msgstr ""
-"Ñġèìßĉċôċ Ŭíáí ċêôġùôŜ laser OKI winprinter. Áġôïß ïé ċêôġùôŬò\n"
-"êÜíïġí ÷ñŜóç ċíüò ïëŭ ċéäéêïŭ ñùôïêüëëïġ ċéêïéíùíßáò êáé é' áġôü "
-"ëċéôïġñïŭí ìüíï áí ċßíáé óġíäċìŬíïé óôçí ñŝôç áñÜëëçëç èŭñá. Áí ċßíáé "
-"óġíäċìŬíïò óċ Üëëç èŭñá Ŝ óċ Ŭíáí ċîġçñċôçôŜ ċêôġŝóċùí áñáêáëŝ óôçí ñŝôç "
-"áñÜëëçëç ñéí ċêôġŝóċôċ ôçí ñŝôç äïêéìáóôéêŜ óċëßäá. ÄéáöïñċôéêÜ ï "
-"ċêôġùôŜò äċí èá ëċéôïġñŜóċé. Ç ñġèìßóċéò ôïġ ôŭïġ óŭíäċóçò èá áíïçèïŭí "
-"áü ôïí ïäçü."
+"Ìßá Ŝ ċñéóóüôċñċò äïêéìáóôéêŬò óċëßäċò óôÜëèçêáí óôïí ċêôġùôŜ.\n"
+"Ìïñċß íá ċñÜóċé êÜïéïò ÷ñüíïò ìŬ÷ñé ç ċêôŭùóç íá îċêéíŜóċé.\n"
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-msgid "Lexmark inkjet configuration"
-msgstr "Ñġèìßóċéò ċêôġùôŜ ìċëÜíçò Lexmark"
+#: ../../printer/printerdrake.pm:1
+#, 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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not print any test page"
+msgstr "×ùñßò ċêôŭùóç äïêéìáóôéêŜò óċëßäáò"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo test page"
+msgstr "ÄïêéìáóôéêŜ óċëßäá öùôïñáößáò"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (A4)"
+msgstr "ĊíáëëáêôéêŜ äïêéìáóôéêŜ óċëßäá (A4)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (Letter)"
+msgstr "ĊíáëëáêôéêŜ äïêéìáóôéêŜ óċëßäá (Letter)"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Standard test page"
+msgstr "ÔġéêŜ äïêéìáóôéêŜ óċëßäá"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print"
+msgstr "Ċêôŭùóç"
-#: ../../printer/printerdrake.pm_.c:1719
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "No test pages"
+msgstr "×ùñßò äïêéìáóôéêŬò óċëßäċò"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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"
+"Óçì.: Ç äïêéìáóôéêŜ óċëßäá öùôïñáößáò ìïñċß íá äéáñêŬóċé áñêċôü ÷ñüíï éá "
+"íá ċêôġùèċß êáé óċ ċêôġùôŬò laser ìċ ìéêñŜ ìíŜìç ìïñċß êáé íá ìçí "
+"ċêôġùèċß. Óôéò ċñéóóüôċñċò ċñéôŝóċéò ç ċêôŭùóç ôéò ôġéêŜò äïêéìáóôéêŜò "
+"óċëßäáò áñêċß."
-#: ../../printer/printerdrake.pm_.c:1746
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Test pages"
+msgstr "ÄïêéìáóôéêŬò óċëßäċò"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/). Click on the \"Drivers\" link. 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."
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
msgstr ""
+"ÈŬëċôċ íá ïñßóċôċ áġôüí ôïí ċêôġùôŜ (\"%s\")\n"
+"óáí ôïí ñïċéëċìŬíï ċêôġùôŜ;"
-#: ../../printer/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
+msgstr "ĊéëïŜ %s ċêôüò ïñßïġ!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be a number!"
+msgstr "Ç ċéëïŜ %s ñŬċé íá ċßíáé áñéèìüò!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr "Ç ċéëïŜ %s ñŬċé íá ċßíáé áêŬñáéïò áñéèìüò!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"Your printer belongs to the group of GDI laser printers (winprinters) sold "
"by different manufacturers which uses the Zenographics ZJ-stream raster "
@@ -8049,1430 +10932,1873 @@ msgid ""
"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1972
-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."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
-msgstr "Ç ċéëïŜ %s ñŬċé íá ċßíáé áêŬñáéïò áñéèìüò!"
+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/). Click on the \"Drivers\" link. 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 ""
-#: ../../printer/printerdrake.pm_.c:1985
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be a number!"
-msgstr "Ç ċéëïŜ %s ñŬċé íá ċßíáé áñéèìüò!"
+msgid "Lexmark inkjet configuration"
+msgstr "Ñġèìßóċéò ċêôġùôŜ ìċëÜíçò Lexmark"
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
-msgstr "ĊéëïŜ %s ċêôüò ïñßïġ!"
+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 ""
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
+"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 ""
-"ÈŬëċôċ íá ïñßóċôċ áġôüí ôïí ċêôġùôŜ (\"%s\")\n"
-"óáí ôïí ñïċéëċìŬíï ċêôġùôŜ;"
+"Ñġèìßĉċôċ Ŭíáí ċêôġùôŜ laser OKI winprinter. Áġôïß ïé ċêôġùôŬò\n"
+"êÜíïġí ÷ñŜóç ċíüò ïëŭ ċéäéêïŭ ñùôïêüëëïġ ċéêïéíùíßáò êáé é' áġôü "
+"ëċéôïġñïŭí ìüíï áí ċßíáé óġíäċìŬíïé óôçí ñŝôç áñÜëëçëç èŭñá. Áí ċßíáé "
+"óġíäċìŬíïò óċ Üëëç èŭñá Ŝ óċ Ŭíáí ċîġçñċôçôŜ ċêôġŝóċùí áñáêáëŝ óôçí ñŝôç "
+"áñÜëëçëç ñéí ċêôġŝóċôċ ôçí ñŝôç äïêéìáóôéêŜ óċëßäá. ÄéáöïñċôéêÜ ï "
+"ċêôġùôŜò äċí èá ëċéôïġñŜóċé. Ç ñġèìßóċéò ôïġ ôŭïġ óŭíäċóçò èá áíïçèïŭí "
+"áü ôïí ïäçü."
-#: ../../printer/printerdrake.pm_.c:2051
-msgid "Test pages"
-msgstr "ÄïêéìáóôéêŬò óċëßäċò"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "OKI winprinter configuration"
+msgstr "Ñġèìßóċéò OKI winprinter"
-#: ../../printer/printerdrake.pm_.c:2052
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
msgstr ""
-"áñáêáëŝ ċéëŬîôċ ôéò äïêéìáóôéêŬò óċëßäċò ïġ èá ċêôġùèïŭí.\n"
-"Óçì.: Ç äïêéìáóôéêŜ óċëßäá öùôïñáößáò ìïñċß íá äéáñêŬóċé áñêċôü ÷ñüíï éá "
-"íá ċêôġùèċß êáé óċ ċêôġùôŬò laser ìċ ìéêñŜ ìíŜìç ìïñċß êáé íá ìçí "
-"ċêôġùèċß. Óôéò ċñéóóüôċñċò ċñéôŝóċéò ç ċêôŭùóç ôéò ôġéêŜò äïêéìáóôéêŜò "
-"óċëßäáò áñêċß."
-
-#: ../../printer/printerdrake.pm_.c:2056
-msgid "No test pages"
-msgstr "×ùñßò äïêéìáóôéêŬò óċëßäċò"
-
-#: ../../printer/printerdrake.pm_.c:2057
-msgid "Print"
-msgstr "Ċêôŭùóç"
+"Ï ċêôġùôŜò óáò äċí ġÜñ÷ċé óôç ëßóôá, áñáêáëŝ äéáëŬîôċ Ŭíáí óġìâáôü Ŝ Ŭíáí "
+"áñüìïéï ċêôġùôŜ."
-#: ../../printer/printerdrake.pm_.c:2114
-msgid "Standard test page"
-msgstr "ÔġéêŜ äïêéìáóôéêŜ óċëßäá"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
+msgstr ""
+"\n"
+"\n"
+"áñáêáëŝ ċëŬîôċ ċÜí ôï Printerdrake ċíôüéóċ óùóôÜ ôï ìïíôŬëï ôïġ ċêôġùôŜ "
+"óáò .Âñċßôċ ôï óùóôü ìïíôŬëï óôç ëßóôá áí ï êŬñóïñáò ċßíáé óċ ëÜèïò èŬóç Ŝ "
+"óċ ëÜèïò ìïíôŬëï Ŝ óôï \"ÁêáôŬñáóôïò ċêôġùôŜò\"."
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
-msgstr "ĊíáëëáêôéêŜ äïêéìáóôéêŜ óċëßäá (Letter)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Which printer model do you have?"
+msgstr "Ôé ìïíôŬëï ċêôġùôŜ Ŭ÷ċôċ;"
-#: ../../printer/printerdrake.pm_.c:2120
-msgid "Alternative test page (A4)"
-msgstr "ĊíáëëáêôéêŜ äïêéìáóôéêŜ óċëßäá (A4)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer model selection"
+msgstr "ĊéëïŜ ìïíôŬëïġ ċêôġùôŜ"
-#: ../../printer/printerdrake.pm_.c:2122
-msgid "Photo test page"
-msgstr "ÄïêéìáóôéêŜ óċëßäá öùôïñáößáò"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Reading printer database..."
+msgstr "ÁíÜíùóç âÜóçò äċäïìŬíùí ċêôġùôŝí..."
-#: ../../printer/printerdrake.pm_.c:2126
-msgid "Do not print any test page"
-msgstr "×ùñßò ċêôŭùóç äïêéìáóôéêŜò óċëßäáò"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select model manually"
+msgstr "ĊéëŬîôċ ôï ìïíôŬëï ÷ċéñïêßíçôá"
-#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
-msgstr "Ċêôŭùóç äïêéìáóôéêŝí óċëßäùí..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The model is correct"
+msgstr "Ôï ìïíôŬëï ċßíáé óùóôü"
-#: ../../printer/printerdrake.pm_.c:2159
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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 ""
-"Ìßá Ŝ ċñéóóüôċñċò äïêéìáóôéêŬò óċëßäċò óôÜëèçêáí óôïí ċêôġùôŜ.\n"
-"Ìïñċß íá ċñÜóċé êÜïéïò ÷ñüíïò ìŬ÷ñé ç ċêôŭùóç íá îċêéíŜóċé.\n"
-"ÊáôÜóôáóç ċêôŭùóçò:\n"
-"%s\n"
+"Ôï Printerdrake óġíŬêñéíċ ôï üíïìá ôïġ ìïíôŬëïġ áü ôïí áġôüìáôï ċíôïéóìü "
+"ìċ ôç ëßóôá ôùí ìïíôŬëùí áü ôçí âÜóç äċäïìŬíùí ċêôġùôŝí éá íá ôçí "
+"êáëŭôċñç ċéëïŜ. ÁġôŜ ç ċéëïŜ ìïñċß íá ċßíáé ëÜèïò, ċéäéêÜ ċÜí ï "
+"ċêôġùôŜò óáò äċí ċßíáé êáôá÷ùñçìŬíïò óôçí âÜóç äċäïìŬíùí. Äċßôċ ëïéüí áí ç "
+"ċéëïŜ ôïġ ċêôġùôŜ ċßíáé óùóôŜ êáé êÜíôċ êëéê óôï \"Ôï ìïíôŬëï ċßíáé óùóôü"
+"\" ċÜí ü÷é êÜíôċ êëéê óôï \"ĊéëŬîôċ ôï ìïíôŬëï ÷ċéñïêßíçôá\" éá íá "
+"ċéëŬîċôċ ÷ċéñïêßíçôá ôï ìïíôŬëï áü ôçí ċüìċíç ïèüíç\n"
+"éá ôïí ċêôġùôŜ óáò ôï Printerdrake âñŜêċ:\n"
"\n"
+"%s"
-#: ../../printer/printerdrake.pm_.c:2163
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Your printer model"
+msgstr "Ôï ìïíôŬëï ċêôġùôŜ óáò"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Preparing printer database..."
+msgstr "ÁíÜíùóç âÜóçò äċäïìŬíùí ċêôġùôŝí..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Location"
+msgstr "Ôïïèċóßá"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Description"
+msgstr "ċñéñáöŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer"
+msgstr "ĵíïìá ċêôġùôŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
+"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 ""
-"Ìßá Ŝ ċñéóóüôċñċò äïêéìáóôéêŬò óċëßäċò óôÜëèçêáí óôïí ċêôġùôŜ.\n"
-"Ìïñċß íá ċñÜóċé êÜïéïò ÷ñüíïò ìŬ÷ñé ç ċêôŭùóç íá îċêéíŜóċé.\n"
+"ÊÜèċ ċêôġùôŜò ÷ñċéÜĉċôáé Ŭíá üíïìá (.÷. \"ċêôġùôŜò\").Ôá ċäßá ċñéñáöŜ "
+"êáé Ôïïèċóßá äċí ÷ñċéÜĉċôáé íá óġìëçñùèïŭí. Ċßíáé áëÜ ó÷üëéá éá ôïġò "
+"÷ñŜóôċò."
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
-msgstr "Ëċéôïŭñçóċ óùóôÜ;"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter Printer Name and Comments"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-msgid "Raw printer"
-msgstr "ÁêáôŬñáóôïò ċêôġùôŜò"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Making printer port available for CUPS..."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1
#, 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"
+msgid "Photo memory card access on your HP multi-function device"
msgstr ""
-"éá íá ċêôġŝóċôċ áü ôç ñáììŜ ċíôïëŝí (áñÜèġñï ôċñìáôéêïŭ) ìïñċßôċ íá "
-"êÜíċôċ ÷ñŜóç ôçò ċíôïëŜò \"%s <áñ÷ċßï>\" Ŝ ìïñċßôċ íá êÜíċôċ ÷ñŜóç ñáöéêïŭ "
-"ċñáëċßï ċêôŭùóçò: \"xpp <áñ÷ċßï>\" Ŝ \" kprinter <áñ÷ċßï>\". Ôï ñáöéêü "
-"ċñáëċßï óáò ċéôñŬċé íá áëëÜîċôċ ċŭêïëá ôéò ñġèìßóċéò ċéëïŝí.\n"
-#: ../../printer/printerdrake.pm_.c:2218
-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"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Scanning on your HP multi-function device"
+msgstr ", ïëġ÷ñçóôéêŜ óġóêċġŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing mtools packages..."
+msgstr "ĊêáôÜóôáóç áêŬôùí..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing SANE packages..."
+msgstr "ĊêáôÜóôáóç áêŬôùí..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking device and configuring HPOJ..."
msgstr ""
-"Ôéò ċíôïëŬò áġôŬò ìïñċßôċ ċßóçò íá ôéò ÷ñçóéìïïéŜóċôċ óôï ċäßï \"ĊíôïëŜ "
-"ċêôŭùóċùí\" ôùí äéáëüùí ċêôġŝóċùí óċ ïëëŬò ċöáñìïŬò, áëëÜ ìçí áñŬ÷ċôċ "
-"ôï üíïìá áñ÷ċßïġ ċäŝ ċċéäŜ ôï áñ÷ċßï ñïò ċêôŭùóç ôï áñŬ÷ċé ç ċöáñìïŜ.\n"
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing HPOJ package..."
+msgstr "ĊêáôÜóôáóç áêŬôùí..."
+
+#: ../../printer/printerdrake.pm:1
#, 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>\". "
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
msgstr ""
-"\n"
-"Ç ċíôïëŜ \"%s\" ċßóçò óáò ċéôñŬċé íá ôñïïïéŜóċôċ ôéò ñġèìßóċéò ċéëïŝí "
-"éá ìéá óġêċêñéìŬíç ċñáóßá ċêôŭùóçò. ÁëÜ ñïóèŬóċôċ ôéò ċéèġìçôŬò "
-"ñġèìßóċéò óôçí ñáììŜ ċíôïëŝí, .÷. \"%s<áñ÷ċßï>\"."
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "A command line must be entered!"
+msgstr "¸íá óùóôü URI ñŬċé íá ċéóá÷èċß!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Command line"
+msgstr "ĵíïìá ÔïìŬá"
+
+#: ../../printer/printerdrake.pm:1
#, 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%s\n"
-"\n"
+"Here you can specify any arbitrary command line into which the job should be "
+"piped instead of being sent directly to a printer."
msgstr ""
-"éá íá ìÜèċôċ ċñéóóüôċñá éá ôéò äéáèŬóéìċò ċíôïëŬò éá ôïí ôñŬ÷ïí ċêôġùôŜ "
-"äéáâÜóôċ ôçí ëßóôá ïġ öáßíċôċ áñáêÜôù Ŝ êÜíôċ êëéê óôï \"Ċêôŭùóç ëßóôáò "
-"ċéëïŝí\"%s%s\n"
-"\n"
-#: ../../printer/printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Pipe into command"
+msgstr "ÄéáóùëŜíùóç ċñáóßáò óċ ċíôïëŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected model: %s %s"
+msgstr "ÂñŬèçêċ ôï ìïíôŬëï: %s %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr "¸íá óùóôü URI ñŬċé íá ċéóá÷èċß!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "ÓġóêċġŜ ċêôġùôŜ URI"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
+"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 ""
-"ÁġôŜ ċßíáé ìéá ëßóôá ìċ ôéò äéáèŬóéìċò ċéëïŬò ċêôŭùóçò éá ôïí ôñŬ÷ïí "
-"ċêôġùôŜ:\n"
-"\n"
+"Ìïñċßôċ íá ïñßóċôċ êáôċġèċßáí ôï URI éá ôçí ñüóâáóç óôïí ċêôġùôŜ. Ôï URI "
+"ñŬċé íá ôçñċß ċßôċ ôéò CUPS ċßôċ ôéò Foomatic ñïäéáñáöŬò. ĵ÷é ùò äċí "
+"ġïóôçñßĉïíôáé üëïé ïé URI ôŭïé áü üëá ôá spoolers."
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "Èŭñá"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP"
+msgstr "Äéêôġáêü üíïìá ċêôġùôŜ Ŝ IP"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The port number should be an integer!"
+msgstr "Ï áñéèìüò èŭñáò ñŬċé íá ċßíáé áêŬñáéïò áñéèìüò!"
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer host name or IP missing!"
+msgstr "Ôï äéêôġáêü üíïìá ôïġ ċêôġùôŜ Ŝ ôï IP ëċßċé!"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). On HP "
+"JetDirect servers the port number is usually 9100, on other servers it can "
+"vary. See the manual of your hardware."
msgstr ""
-"éá íá ċêôġŝóċôċ áü ôç ñáììŜ ċíôïëŝí (áñÜèġñï ôċñìáôéêïŭ) êÜíôċ ÷ñŜóç "
-"ôçò ċíôïëŜò \"%s <áñ÷ċßï>\".\n"
+"éá íá ċêôġŝóċôċ óċ Ŭíáí ċêôġùôŜ socket Ŝ TCP , ñŬċé íá äŝóċôċ ôï \n"
+"äéêôġáêü üíïìá ôïġ ċêôġùôŜ êáé ñïáéñċôéêÜ ôïí áñéèìü èŭñáò ( ċî ïñéóìïŭ "
+"9100). Óôïġò ċîġçñċôçôŬò HP JetDirect Ŝ èŭñá óġíŜèùò ċßíáé 9100, óċ Üëëïġò "
+"ċîġçñċôçôŬò ïéêßëç. Äċßôċ ôï ċ÷ċéñßäéï ÷ñŜóçò ôïġ ġëéêïŭ óáò."
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "ĊéëïŬò ċêôġùôŜ TCP/Socket"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Host \"%s\", port %s"
+msgstr "Host \"%s\", èŭñá %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
+msgstr ", host \"%s\",èŭñá %s"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Scanning network..."
+msgstr "ÁíáĉŜôçóç óôï äßêôġï..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection"
+msgstr "Áġôüìáôç áíß÷íċġóç ċêôġùôŝí"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP queue name missing!"
+msgstr "Ôï üíïìá ôçò NCP ïġñÜò ëċßċé!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NCP server name missing!"
+msgstr "Ôï üíïìá ôïġ ċîġçñċôçôŜ NCP ëċßċé!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print Queue Name"
+msgstr "ĵíïìá ÏġñÜò ĊêôġùôŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Server"
+msgstr "ĊîġçñċôçôŜò Ċêôġŝóċùí"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"To get a list of the options available for the current printer click on the "
-"\"Print option list\" button."
+"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"
+"ïïéáäŜïôċ ááñáßôçôç ëçñïöïñßá ċñß ÷ñŜóôç êáé êùäéêïŭ ñüóâáóçò."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "ĊéëïŬò ĊêôġùôŜ NetWare"
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+"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 ""
-"éá íá ċêôġŝóċôċ áü ôç ñáììŜ ċíôïëŝí (áñÜèġñï ôċñìáôéêïŭ) êÜíôċ ÷ñŜóç "
-"ôçò ċíôïëŜò \"%s <áñ÷ċßï>\" Ŝ \"%s<áñ÷ċßï>\".\n"
+"ÓġíäŬóôċ ôïí ċêôġùôŜ óáò óċ Ŭíáí ċîġçñċôçôŜ Linux êáé óġíäŬóôċ óċ áġôüí ôá "
+"ìç÷áíŜìáôá Windows óáí ċëÜôċò\n"
+"\n"
+"ÈŬëċôċ ñáìáôéêÜ íá óġíċ÷ßóċôċ ôéò ñġèìßóċéò ôïġ ċêôġùôŜ óáò ïġ êÜíċôċ;"
-#: ../../printer/printerdrake.pm_.c:2257
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"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 ""
+"Ñġèìßóôċ ôïí ċîġçñċôçôŜ Windows ŝóôċ íá ċßíáé äéáèŬóéìïò ï ċêôġùôŜò óôï "
+"ñùôüêïëëï IPP êáé ñġèìßóôċ ôéò ċêôġŝóċéò áü áġôü ôï ìç÷Üíçìá ìċ ôïí ôŭï "
+"óŭíäċóçò \"%s\" óôï Printerdrake.\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
#, 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"
-"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 ""
+"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"
-" Ċßóçò ïé ċíôïëŬò \"%s\" êáé \"%s\" óáò ċéôñŬïġí íá ïñßóċôċ ôéò ñġèìßóċéò "
-"ċéëïŝí éá ìéá óġêċêñéìŬíç ċñáóßá ċêôŭùóçò. ÁëÜ ñïóèŬóôċ ôéò "
-"ċéèġìçôŬò ñġèìßóċéò áü ôçí ñáììŜ ċíôïëŝí, .÷. \"%s <áñ÷ċßï>\".\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 ""
-#: ../../printer/printerdrake.pm_.c:2271
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Ċêôŭùóç/ÓÜñùóç/ÊÜñôċò Öùôïñáöéŝí óôï\"%s\""
+msgid "SECURITY WARNING!"
+msgstr "ÑÏĊÉÄÏÏÉÇÓÇ ÁÓÖÁËĊÉÁÓ!"
-#: ../../printer/printerdrake.pm_.c:2272
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Ċêôŭùóç/ÓÜñùóç óôï \"%s\""
+msgid "Samba share name missing!"
+msgstr "Ôï üíïìá éá ôï Samba ëċßċé!"
-#: ../../printer/printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Ċêôŭùóç/ñüóâáóç ÊÜñôáò Öùôïñáöéŝí óôï \"%s\""
+msgid "Either the server name or the server's IP must be given!"
+msgstr "Ċßôċ ôï üíïìá ôïġ ċîġçñċôçôŜ Ŝ ç IP ôïġ ñŬċé íá äïèïŭí!"
-#: ../../printer/printerdrake.pm_.c:2275
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Ċêôŭùóç óôïí ċêôġùôŜ \"%s\""
+msgid "Auto-detected"
+msgstr "Ċíôïßóôçêáí áġôüìáôá"
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-msgid "Close"
-msgstr "Êëċßóéìï"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "ÏìÜäá ċñáóßáò:"
-#: ../../printer/printerdrake.pm_.c:2281
-msgid "Print option list"
-msgstr "Ċêôŭùóç ëßóôá ċéëïŝí"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Share name"
+msgstr "ĵíïìá üñïġ:"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "IP äéċŭèġíóç SMB ċîġçñċôçôŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "Äéêôġáêü üíïìá SMB ċîġçñċôçôŜ"
-#: ../../printer/printerdrake.pm_.c:2301
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Your 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\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2322
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
+"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 ôïġ ċîġçñċôçôŜ ċêôġŝóċùí, ôï üíïìá ôïġ ċêôġùôŜ "
+"óôïí ïïßï ċéèġìċßôċ ñüóâáóç, êáèŝò êáé ïïéáäŜïôċ ááñáßôçôç ëçñïöïñßá "
+"ċñß êùäéêïŭ ÷ñŜóôç, êùäéêïŭ ñüóâáóçò êáé ôïìŬá Ŝ ïìÜäáò ċñáóßáò."
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-msgid "Reading printer data..."
-msgstr "ÁíÜíùóç äċäïìŬíùí ċêôġùôŜ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "ĊéëïŬò ċêôġùôŜ SMB (Windows 9x/NT)"
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-msgid "Transfer printer configuration"
-msgstr "ÌċôáöïñÜ ñġèìßóċùí ċêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "ĊêôġùôŜò \"%s\"óôïí ċîġçñċôçôŜ \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on server \"%s\""
+msgstr ", ċêôġùôŜò \"%s\"óôïí ċîġçñċôçôŜ \"%s\""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name missing!"
+msgstr "Ôï áïìáêñġóìŬíï üíïìá ċêôġùôŜ ëċßċé!"
-#: ../../printer/printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name missing!"
+msgstr "Ôï áïìáêñġóìŬíï äéêôġáêü üíïìá ëċßċé!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote printer name"
+msgstr "ÁïìáêñġóìŬíïò üíïìá ċêôġùôŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote host name"
+msgstr "ÁïìáêñġóìŬíï äéêôġáêü üíïìá"
+
+#: ../../printer/printerdrake.pm:1
#, 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"
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
+"éá íá ÷ñçóéìïïéŜóċôċ Ŭíáí áïìáêñġóìŬíï ċêôŭùóç ñŬċé íá äŝóċôċ ôï "
+"äéêôġáêü üíïìá ôïġ ċîġçñċôçôŜ ċêôġŝóċùí, êáèŝò êáé ôï üíïìá ôïġ ċêôġùôŜ "
+"óċ áġôüí ôïí ċîġçñċôçôŜ."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "ĊéëïŬò áïìáêñġóìŬíïġ lpd ċêôġùôŜ"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Manual configuration"
+msgstr "×ċéñïêßíçôç ñŭèìéóç"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "ñŬċé íá ċéëŬîôċ/ïñßóċôċ ìéá óġóêċġŜ/ċêôġùôŜ!"
-#: ../../printer/printerdrake.pm_.c:2368
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+" (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, ...)."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr "ĊéëŬîôċ óċ ïßá èŜñá ċßíáé óġíäċäċìŬíïò ï ċêôġùôŜò óáò."
-#: ../../printer/printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-"Ôï PDQ ġïóôçñßĉċé ìüíï ôïéêïŭò ċêôġùôŬò, ÁïìáêñġóìŬíïò ċêôġùôŬò LPD êáé "
-"ċêôġùôŬò Sockete/TCP.\n"
+"áñáêáëŝ ċéëŬîôċ ôç èŭñá üïġ ċßíáé óġíäċäċìŬíïò ï ċêôġùôŜ óáò Ŝ ċéóÜċôċ "
+"Ŭíá üíïìá óġóêċġŜò/áñ÷ċßïġ óôç ñáììŜ ċéóüäïġ"
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
-msgstr "Ôï LPD êáé ôï LPRng äċí ġïóôçñßĉïġí ċêôġùôŬò IPP.\n"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr "ĊéëŬîôċ óċ ïßá èŜñá ċßíáé óġíäċäċìŬíïò ï ċêôġùôŜò óáò."
-#: ../../printer/printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"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 ""
-"Ċßóçò ċñáóßċò ïġ äċí äçìéïġñŜèçêáí ìċ áġôü ôï ñüñáììá Ŝ ôï \"foomatic-"
-"configure\" äċí ìïñïŭí íá ìċôáöċñèïŭí."
+"áñáêÜôù èá äċßôċ ìéá ëßóôá ìċ ôïġò ċêôġùôŬò ïġ ċíôïßóôçêáí áġôüìáôá. "
+"áñáêáëŝ ċéëŬîôċ ôïí ċêôġùôŜ ïġ èŬëċôċ íá ñġèìßóċôċ. Ç ñŭèìéóç èá "
+"ëċéôïġñŜóċé áġôüìáôá. Áí ï ċêôġùôŜò óáò äċí ċíôïßóôçêċ óùóôÜ Ŝ áí "
+"ñïôéìÜôċ ìéá ñïóáñìïóìŬíç ñŭèìéóç ôïġ ċêôġùôŜ äéáëŬîôċ \"×ċéñïêßíçôç "
+"ñŭèìéóç\"."
-#: ../../printer/printerdrake.pm_.c:2375
-msgid ""
-"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Currently, no alternative possibility is available"
msgstr ""
-"\n"
-"Ċßóçò ċêôġùôŬò ïġ Ŭ÷ïġí ñġèìéóôċß ìċ áñ÷ċßá PPD ïġ áñŬ÷ïíôáé áü ôïġò "
-"êáôáóêċġáóôŬò ôïġò Ŝ ìċ ôïéêïŭò ïäçïŭò CUPS äċí ìïñïŭí íá ìċôáöċñèïŭí."
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"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"
-"êëéê óôï \"ÌċôáöïñÜ\"."
+"Ċíôïßóôçêċ ï áñáêÜôù ċêôġùôŜò. Ç ñŭèìéóç ôïġ ċêôġùôŜ èá ßíċé áġôüìáôá. "
+"Áí ï ċêôġùôŜò óáò äċí ċíôïßóôçêċ óùóôÜ Ŝ áí èŬëċôċ ìéá ñïóáñìïóìŬíç "
+"ñŭèìéóç ôïġ ċêôġùôŜ, ċíċñïïéŜóċôċ ôï \"×ċéñïêßíçôç Ñŭèìéóç\"."
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
-msgstr "×ùñßò ìċôáöïñÜ ċêôġùôŝí"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The following printer was auto-detected. "
+msgstr ""
+"Ïé áñáêÜôù ċêôġùôŬò\n"
+"\n"
-#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
-msgstr "ÌċôáöïñÜ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
+msgstr ""
+"áñáêáëŝ ċéëŬîôċ ôç èŭñá üïġ ċßíáé óġíäċäċìŬíïò ï ċêôġùôŜ óáò Ŝ ċéóÜċôċ "
+"Ŭíá üíïìá óġóêċġŜò/áñ÷ċßïġ óôç ñáììŜ ċéóüäïġ"
-#: ../../printer/printerdrake.pm_.c:2392
-#, c-format
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, 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."
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
msgstr ""
-"¸íáò ċêôġùôŜò ìċ ôï üíïìá \"%s\" ġÜñ÷ċé Ŝäç óôï %s\n"
-"ÊÜíôċ êëéê óôï \"ÌċôáöïñÜ\" éá íá ôïí ċéêáëŭĝċôċ.\n"
-"Ċßóçò ìïñċßôċ íá ôïġ äŝóċôċ Ŭíá íŬï üíïìá Ŝ íá ôïí áñáâëŬĝċôċ ."
+"áñáêáëŝ ċéëŬîôċ ôç èŭñá üïġ ċßíáé óġíäċäċìŬíïò ï ċêôġùôŜ óáò Ŝ ċéóÜċôċ "
+"Ŭíá üíïìá óġóêċġŜò/áñ÷ċßïġ óôç ñáììŜ ċéóüäïġ"
-#: ../../printer/printerdrake.pm_.c:2400
-msgid "Name of printer should contain only letters, numbers and the underscore"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Alternatively, you can specify a device name/file name in the input line"
msgstr ""
-"Ôï üíïìá ôïġ ċêôġùôŜ ñŬċé íá ċñéŬ÷ċé ìüíï ñÜììáôá, áñéèìïŭò êáé ôïí "
-"÷áñáêôŜñá underscore"
+"áñáêáëŝ ċéëŬîôċ ôç èŭñá üïġ ċßíáé óġíäċäċìŬíïò ï ċêôġùôŜ óáò Ŝ ċéóÜċôċ "
+"Ŭíá üíïìá óġóêċġŜò/áñ÷ċßïġ óôç ñáììŜ ċéóüäïġ"
-#: ../../printer/printerdrake.pm_.c:2405
-#, c-format
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
msgstr ""
-"Ï ċêôġùôŜò \"%s\" ġÜñ÷ċé Ŝäç,\n"
-"Ċßóôċ âŬâáéïé éá ôçí ċéêÜëġĝç ôùí ñġèìßóċùí;"
+"Ï áñáêÜôù ċêôġùôŜò ċíôïßóôçêċ áġôüìáôá, áí äċí ċßíáé áġôüò ïġ èŬëċôċ íá "
+"ñġèìßóċôċ , ċéóÜċôċ Ŭíá üíïìá óġóêċġŜò/áñ÷ċßïġ óôç ñáììŜ ċéóüäïġ"
-#: ../../printer/printerdrake.pm_.c:2413
-msgid "New printer name"
-msgstr "ÊáíŬíá üíïìá ċêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Available printers"
+msgstr "ÄéáèŬóéìïé ċêôġùôŜò"
-#: ../../printer/printerdrake.pm_.c:2416
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
-msgstr "ÌċôáöŬñċôáé ï %s..."
+msgid "No printer found!"
+msgstr "Äċí âñŬèçêċ ċêôġùôŜò!"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "You must enter a device or file name!"
+msgstr "ñŬċé íá ïñßóċôċ ìéá óġóêċġŜ Ŝ Ŭíá üíïìá áñ÷ċßïġ!"
-#: ../../printer/printerdrake.pm_.c:2427
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
+"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 ""
-"'¸÷ċôċ ìċôáöŬñċé ôïí ñŝçí ñïċéëċìŬíï ċêôġùôŜò óáò (\"%s\"), Íá ċßíáé ï "
-"ñïċéëċìŬíïò ċêôġùôŜò êáé óôï íŬï íŬï óŭóôçìá ċêôŭùóçò %s;"
+"Äċí âñŬèçêáí ôïéêïß ċêôġùôŬò! éá íá ñġèìßóċôċ ìüíïé óáò Ŭíáí ċêôġùôŜ "
+"äŝóôċ ôï üíïìá ċêôġùôŜ/üíïìá áñ÷ċßïġ óôç ñáììŜ ċéóáùŜò (áñÜëëçëċò "
+"èŭñċò: /dev/lp0, /dev/lp1, ..., áíôßóôïé÷ċò ôùí LPT1:, LPT2:, ..., 1ïò "
+"ċêôġùôŜò USB: /dev/usb/lp0, 2ïò USB ċêôġùôŜò: /dev/usb/lp1, ...)."
-#: ../../printer/printerdrake.pm_.c:2437
-msgid "Refreshing printer data..."
-msgstr "ÁíáíŬùóç äċäïìŬíùí ċêôġùôŜ..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Local Printer"
+msgstr "Ôïéêüò ĊêôġùôŜò"
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-msgid "Configuration of a remote printer"
-msgstr "Ñŭèìéóç áïìáêñġóìŬíïġ ċêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "USB printer \\#%s"
+msgstr "ċêôġùôŜò USB \\/*%s"
-#: ../../printer/printerdrake.pm_.c:2446
-msgid "Starting network..."
-msgstr "Ċêêßíçóç äéêôŭïġ..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer on parallel port \\#%s"
+msgstr "ĊêôġùôŜò óôçí áñÜëëçëç èŜñá \\/*%s"
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-msgid "Configure the network now"
-msgstr "Ñŭèìéóç äéêôŭïġ ôŝñá"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "ĊêôġùôŜò \"%s\" óċ ċîġçñċôçôŜ SMB/Windows \"%s\""
-#: ../../printer/printerdrake.pm_.c:2480
-msgid "Network functionality not configured"
-msgstr "Ç ëċéôïġñéêüôçôá ôïġ äéêôŭïġ äċí ñġèìßóôçêċ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Network printer \"%s\", port %s"
+msgstr "ĊêôġùôŜò äéêôŭïġ \"%s\", èŭñá %s"
-#: ../../printer/printerdrake.pm_.c:2481
-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 ""
-"Èá ñġèìßóċôċ Ŭíáí áïìáêñġóìŬíï ċêôġùôŜ. Áġôü ááéôċß Ŭíá ñïóâÜóéìï "
-"äßêôġï, áëëÜ ôï äßêôġï äċí Ŭ÷ċé ñġèìéóôċß áêüìá. Áí óġíċ÷ßóċôċ ÷ùñßò íá "
-"ñġèìßóċôċ ôï äßêôġï äċí èá ìïñŬóċôċ íá êÜíċôċ ÷ñŜóç ôïġ ċêôġùôŜ ïġ "
-"ñġèìßĉċôċ. Ôé èŬëċôċ íá êÜíċôċ;"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detected %s"
+msgstr "ÂñŬèçêċ ï %s"
-#: ../../printer/printerdrake.pm_.c:2484
-msgid "Go on without configuring the network"
-msgstr "ÓġíŬ÷éóç ÷ùñßò ôçí ñŭèìéóç ôïġ äéêôŭïġ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "ĊêôġùôŜò \"%s\" óċ ċîġçñċôçôŜ SMB/Windows \"%s\""
-#: ../../printer/printerdrake.pm_.c:2518
-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 óôï ôìŜìá \"Ġëéêü"
-"\"/\"ĊêôġùôŜò\""
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", network printer \"%s\", port %s"
+msgstr ", ċêôġùôŜò äéêôŭïġ \"%s\", èŭñá %s"
-#: ../../printer/printerdrake.pm_.c:2519
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"\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 ""
-"Ç ñüóâáóç äéêôŭïġ äċí ċêôċëċßôï êáé äċí ìüñċóċ íá ċêêéíçèċß. áñáêáëŝ "
-"ċëŬîôċ ôçí ñŭèìéóç ôïġ ġëéêïŭ óáò. ÌċôÜ ñïóáèŜóôċ íá ñġèìßóċôċ ôïí "
-"áïìáêñġóìŬíï ċêôġùôŜ óáò."
-
-#: ../../printer/printerdrake.pm_.c:2529
-msgid "Restarting printing system..."
-msgstr "Ċáíċêêßíçóç ôïġ óġóôŜìáôïò ċêôŭùóçò..."
+"\n"
+"Óġ÷áñçôŜñéá, ï ċêôġùôŜò óáò ċêáôáóôÜèçêċ êáé ñġèìßóôçêċ!\n"
+"\n"
+"Ìïñċßôċ ôŝñá íá ċêôġŝóċôċ ìċ ôçí ċíôïëŜ \"Ċêôŭùóç\" ôçò ċöáñìïŜò óáò "
+"(óġíŜèùò êÜôù áü ôï ìċíïŭ \"Áñ÷ċßï\").\n"
+"\n"
+"Áí èŬëċôċ íá ñïóèŬóċôċ, íá áöáéñŬóċôċ Ŝ íá ìċôïíïìÜóċôċ ôïí ċêôġùôŜ óáò Ŝ "
+"áí èŬëċôċ íá áëëÜîċôċ ôéò ñïċéëċìŬíċò ñġèìßóċéò óáò (èŬóç ôïġ ÷áñôéïŭ, "
+"ïéüôçôá ċêôŭùóçò) ċéëŬîôċ \"ĊêôġùôŜò\" óôï ôìŜìá \"Ġëéêü\"ôïġ ÊŬíôñïġ "
+"ĊëŬ÷ïġ Mandrake."
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "high"
-msgstr "Ġĝçëü"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
+msgstr ""
+"Áġôüìáôç áíß÷íċġóç ċêôġùôŝí óġíäċìŬíïé óċ ìç÷áíŜìáôá ïġ Ŭ÷ïġí Microsoft "
+"Windows"
-#: ../../printer/printerdrake.pm_.c:2568
-msgid "paranoid"
-msgstr "áñáíïúêü"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
+msgstr "Áġôüìáôç áíß÷íċġóç ċêôġùôŝí óġíäċìŬíïé óôï ôïéêü óáò äßêôġï"
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
-msgstr "ĊêáôÜóôáóç óġóôŜìáôïò ċêôŭùóçò óôï ċßċäï áóöÜëċéáò %s"
+msgid "Auto-detect printers connected to this machine"
+msgstr "Áġôüìáôç áíß÷íċġóç ċêôġùôŝí óġíäċìŬíïé óċ áġôü ôï ìç÷Üíçìá"
-#: ../../printer/printerdrake.pm_.c:2570
+#: ../../printer/printerdrake.pm:1
#, 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"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-"Do you really want to configure printing on this machine?"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
msgstr ""
-"Ċßóôċ Ŭôïéìïé íá ċêáôáóôŜóċôċ ôï óŭóôçìá ċêôŭùóçò %s óċ Ŭíá óŭóôçìá ïġ "
-"Ŭ÷ċé ċßċäï áóöáëċßáò %s\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
"\n"
-"Áġôü ôï óŭóôçìá ċêôŭùóçò ċêôċëċß Ŭíáí äáßìïíá (äéċñáóßá óôï öüíôï) ïġ "
-"ċñéìŬíċé ôéò ċñáóßċò ċêôŭùóçò êáé ôéò äéá÷ċéñßĉċôáé. Áġôüò ï äáßìïíáò "
-"ċßíáé ċßóçò ñïóâÜóéìïò áü Ŭíá áïìáêñġóìŬíï ìç÷Üíçìá áü ôï äßêôġï êáé "
-"ċßóçò ċßíáé Ŭíá ċí äġíÜìċé óçìċßï ċßèċóçò. éá áġôü Ŭíáò ċñéïñéóìŬíïò "
-"áñéèìüò äáéìüíùí îċêéíÜ ċî ïñéóìïŭ óċ áġôü ôï ċßċäï áóöáëċßáò.\n"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-"Ċßóôċ âŬâáéïé üôé èŬëċôċ íá ñġèìßóċôċ ôçí ċêôŭùóç óċ áġôü ôï ìç÷Üíçìá;"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2604
-msgid "Starting the printing system at boot time"
-msgstr "Ċêêßíçóç ôïġ óġóôŜìáôïò ċêôŭùóçò êáôÜ ôçí ċêêßíçóç"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
#, 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"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
+"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 ""
-"Ôï óŭóôçìá ċêôŭùóçò (%s) äċí èá îċêéíÜ áġôüìáôá êáôÜ ôçí ċêêßíçóç ôïġ "
-"ìç÷áíŜìáôïò\n"
"\n"
-"ĠÜñ÷ċé ç éèáíüôçôá íá Ŭ÷ċé áċíċñïïéçèċß ç áġôüìáôç ċêêßíçóç ìċ ôçí "
-"áëëáŜ óċ ġĝçëüôċñï ċßċäï áóöáëċßáò, ċċéäŜ ôï óŭóôçìá ċêôŭùóçò ċßíáé Ŭíá "
-"ċí äġíÜìċé óçìċßï ċßèċóçò\n"
+"Êáëŝò ïñßóáôċ óôïí Ïäçü Ñŭèìéóçò ĊêôġùôŜ\n"
"\n"
-"ÈŬëċôċ íá îáíáċíċñïïéçèċß ç áġôüìáôç ċêêßíçóç ôïġ óġóôŜìáôïò ċêôŭùóçò;"
-
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
-msgstr "'¸ëċ÷ïò ċêáôċóôçìŬíùí ñïñáììÜôùí..."
+"Ï ïäçüò áġôüò óáò âïçèÜċé óôçí ċêáôÜóôáóç ôïéêŝí Ŝ áïìáêñġóìŬíùí "
+"ċêôġùôŝí ïġ èá ÷ñçóéìïïéçèïŭí óċ áġôü êáé óċ Üëëá ìç÷áíŜìáôá óôï äßêôġï\n"
+"\n"
+"Óáò ĉçôÜ üëċò ôéò ááñáßôçôċò ëçñïöïñßċò éá íá ñġèìßóċôċ ôïġò ċêôġùôŬò "
+"êáé íá áïêôŜóċôċ ñüóâáóç óċ üëïġò ôïġò äéáèŬóéìïġò ïäçïŭò ċêôġùôŝí, "
+"ċéëïŬò ôùí ïäçŝí êáé ôïġò ôŭïġò óġíäŬóċùí."
-#: ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "Áöáßñċóç %s"
+msgid "Searching for new printers..."
+msgstr "ÄéáèŬóéìïé ċêôġùôŜò"
-#: ../../printer/printerdrake.pm_.c:2636
-#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "ĊêáôÜóôáóç áêŬôùí..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
+msgstr ""
+"Óçì.: ÁíÜëïá ìċ ôï ìïíôŬëï ôïġ ċêôġùôŜ êáé ôï óŭóôçìá ċêôŭùóçò èá "
+"ċêáôáóôáèċß ċéëŬïí ìŬ÷ñé êáé %d MB ëïéóìéêü"
-#: ../../printer/printerdrake.pm_.c:2685
-msgid "Select Printer Spooler"
-msgstr "ĊéëïŜ Spooler ĊêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+"Ċßóôċ âŬâáéïé üôé èŬëċôċ íá ñġèìßóċôċ ôçí ċêôŭùóç óċ áġôü ôï ìç÷Üíçìá;\n"
-#: ../../printer/printerdrake.pm_.c:2686
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "ïéï óŭóôçìá ċêôŭùóçò èŬëċôċ íá ÷ñçóéìïïéŜóċôċ;"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "ÈŬëċôċ íá ċíċñïïéŜóċôċ ôçí ċêôŭùóç óôïġò áñáÜíù ċêôġùôŬò ;\n"
-#: ../../printer/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Ñŭèìéóç ċêôġùôŜ \"%s\"..."
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+"ÈŬëċôċ íá ċíċñïïéŜóċôċ ôçí ċêôŭùóç óċ ċêôġùôŬò óôï ôïéêü óáò äßêôġï;\n"
-#: ../../printer/printerdrake.pm_.c:2731
-msgid "Installing Foomatic..."
-msgstr "ĊêáôÜóôáóç Foomatic..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+"ÈŬëċôċ íá ċíċñïïéŜóċôċ ôçí ċêôŭùóç óôïġò áñáÜíù ċêôġùôŬò Ŝ óċ êÜïéïí "
+"Üëëïí óôï ôïéêü óáò äßêôġï;\n"
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
-msgstr "ĊéëïŬò ċêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr ""
+" (Âċâáéùèċßôċ üôé üëïé ïé ċêôġùôŬò óáò ċßíáé óġíäċìŬíïé êáé óċ "
+"ëċéôïġñßá).\n"
-#: ../../printer/printerdrake.pm_.c:2810
-msgid "Preparing Printerdrake..."
-msgstr "ñïċôïéìáóßá PrinterDrake..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr "Äċí âñŬèçêáí ċêôġùôŬò ïġ íá ċßíáé óġíäċìŬíïé óôïí ġïëïéóôŜ óáò"
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-msgid "Configuring applications..."
-msgstr "Ñŭèìéóç ċöáñìïŝí..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+"\n"
+"Ċßíáé %d ċêôġùôŬò óġíäċìŬíïé áċġèċßáò óôï óŭóôçìÜ óáò"
-#: ../../printer/printerdrake.pm_.c:2845
-msgid "Would you like to configure printing?"
-msgstr "Èá èŬëáôċ íá ñġèìßóċôċ Ŭíáí ċêôġùôŜ;"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+"\n"
+"¸íáò Üíùóôïò ċêôġùôŜò ċßíáé óġíäċìŬíïò áċġèċßáò óôï óŭóôçìÜ óáò"
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
-msgstr "Óŭóôçìá ċêôŭùóçò: "
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"is directly connected to your system"
+msgstr ""
+"\n"
+"¸íáò Üíùóôïò ċêôġùôŜò ċßíáé óġíäċìŬíïò áċġèċßáò óôï óŭóôçìÜ óáò"
-#: ../../printer/printerdrake.pm_.c:2915
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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/GIMP."
+"The following printer\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
msgstr ""
-"Oé áñáêÜôù ċêôġùôŬò Ŭ÷ïġí ñġèìéóôċß. ÊÜíôċ äéëü êëéê óċ Ŭíáí ċêôġùôŜ éá "
-"íá áëëÜîċôċ ôéò ñġèìßóċéò ôïġ, íá ôïí ïñßóċôċ ùò ñïċéëċìŬíï, íá ñïâÜëċôċ "
-"ëçñïöïñßċò éá áġôüí ç éá íá êÜíċôċ äéáèŬóéìï Ŭíáí áïìáêñġóìŬíï ċêôġùôŜ "
-"óċ Ŭíáí ċîġçñċôçôŜ CUPS óôï Star Office/OpenOffice.org/GIMP."
+"\n"
+"¸íáò Üíùóôïò ċêôġùôŜò ċßíáé óġíäċìŬíïò áċġèċßáò óôï óŭóôçìÜ óáò"
-#: ../../printer/printerdrake.pm_.c:2916
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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."
+"The following printers\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
msgstr ""
-"Oé áñáêÜôù ċêôġùôŬò Ŭ÷ïġí ñġèìéóôċß. ÊÜíôċ äéëü êëéê óċ Ŭíáí ċêôġùôŜ éá "
-"íá áëëÜîċôċ ôéò ñġèìßóċéò ôïġ, íá ôïí ïñßóċôċ ùò ñïċéëċìŬíï Ŝ éá íá "
-"ñïâÜëċôċ ëçñïöïñßċò éá áġôüí."
+"\n"
+"¸íáò Üíùóôïò ċêôġùôŜò ċßíáé óġíäċìŬíïò áċġèċßáò óôï óŭóôçìÜ óáò"
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and %d unknown printers"
msgstr ""
-"ÁíáíŬùóç ëßóôáò ċêôġùôŝí ( éá íá ċìöáíßóċé üëïġò ôïġò äéáèŬóéìïġò "
-"áïìáêñġóìŬíïġò ċêôġùôŬò)"
+"\n"
+"êáé %d ċêôġùôŬò ċßíáé"
-#: ../../printer/printerdrake.pm_.c:2960
-msgid "Change the printing system"
-msgstr "ÁëëáŜ óġóôŜìáôïò ċêôŭùóçò"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and one unknown printer"
+msgstr ""
+"\n"
+"êáé Ŭíáò Üíùóôïò ċêôġùôŜò ċßíáé"
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-msgid "Normal Mode"
-msgstr "ÊáíïíéêŜ ÊáôÜóôáóç"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking your system..."
+msgstr "¸ëċ÷ïò ôïġ óġóôŜìáôïò óáò..."
-#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-msgid "Do you want to configure another printer?"
-msgstr "ÈŬëċôċ íá ñġèìßóċôċ êáé Üëëïí ċêôġùôŜ;"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address of host/network:"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3211
-msgid "Modify printer configuration"
-msgstr "ÁëëáŜ ñġèìßóċùí ċêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "This host/network is already in the list, it cannot be added again.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3213
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
+msgid "192.168.100.0/255.255.255.0\n"
msgstr ""
-"ĊêôġùôŜò %s\n"
-"Ôé èŬëċôċ íá áëëÜîċôċ óċ áġôüí ôïí ċêôġùôŜ;"
-#: ../../printer/printerdrake.pm_.c:3217
-msgid "Do it!"
-msgstr "Êáí' ôï!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/24\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-msgid "Printer connection type"
-msgstr "Ôŭï óŭíäċóç ċêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-msgid "Printer name, description, location"
-msgstr "ĵíïìá ċêôġùôŜ, ċñéñáöŜ, èŬóç"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.0.0.*\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
-msgstr "ÊáôáóêċġáóôŜ ċêôġùôŜ, ìïíôŬëï, ïäçü"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
-msgstr "ÊáôáóêċġáóôŜ ċêôġùôŜ, ìïíôŬëï"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
-msgstr "Ïñéóìüò áġôïŭ ôïġ ċêôġùôŜ ùò ñïċéëċìŬíïġ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
-msgstr "ñïóèŜêç áġôïŭ ôïġ ċêôġùôŜ óôï Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Choose the network or host on which the local printers should be made "
+"available:"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
-msgstr "Áöáßñċóç áġôïŭ ôïġ ċêôġùôŜ áü ôï Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Sharing of local printers"
+msgstr "ÄéáèŬóéìïé ċêôġùôŜò"
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-msgid "Print test pages"
-msgstr "Ċêôŭùóç äïêéìáóôéêŝí óċëßäùí"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remove selected host/network"
+msgstr "Áöáßñċóç ĊéëċìŬíùí"
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-msgid "Know how to use this printer"
-msgstr "ÌÜèċôċ ùò íá ÷ċéñéóèċßôċ áġôüí ôïí ċêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Edit selected host/network"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-msgid "Remove printer"
-msgstr "Áöáßñċóç ċêôġùôŜ"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add host/network"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3282
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "Áöáßñċóç áëáéïŭ ċêôġùôŜ \"%s\"..."
+msgid ""
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3307
-msgid "Default printer"
-msgstr "ñïċéëċìŬíïò ċêôġùôŜò"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
+"\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
+"\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
+"\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
+"\n"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Automatic correction of CUPS configuration"
+msgstr "Áġôüìáôç ñŭèìéóç CUPS"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "No remote machines"
+msgstr "(óċ áġôü ôï ìç÷Üíçìá)"
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Custom configuration"
+msgstr "Ñŭèìéóç ċéäïïéŜóċùí"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "Êïéíü÷ñçóôá áñ÷ċßá"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr "Ï ċêôġùôŜò \"%s\" ċßíáé ëŬïí ï ñïċéëċìŬíïò ċêôġùôŜò."
+msgid "Automatically find available printers on remote machines"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
-msgstr "ßíċôáé ñïóèŜêç ôïġ ċêôġùôŜ óôï Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printers on this machine are available to other computers"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
msgstr ""
-"Ï ċêôġùôŜò \"%s\" ñïóôŬèçêċ ìċ ċéôġ÷ßá óôï Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgid ""
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-"ÁŬôġ÷ċ ç ñïóèŜêç ôïġ ċêôġùôŜ \"%s\" óôï Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
-msgstr "ßíċôáé áöáßñċóç ôïġ ċêôġùôŜ áü ôï Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS printer sharing configuration"
+msgstr "Ñġèìßóċéò OKI winprinter"
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr "Áġôüìáôç áíß÷íċġóç ċêôġùôŬò (Ôïéêïß, TCP/Socket, êáé ċêôġùôŬò SMB)"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
+"\n"
+"Printers on remote CUPS servers do not need to be configured here; these "
+"printers will be automatically detected."
msgstr ""
-"Ï ċêôġùôŜò \"%s\" áöáéñŬèçêċ ìċ ċéôġ÷ßá áü ôï Star Office/OpenOffice.org/"
-"GIMP"
+"\n"
+"éá ôçí ċêôŭùóç óċ áïìáêñġóìŬíï ċîġçñċôçôŜ CUPS, äċí ÷ñċéÜĉċôáé íá "
+"ñġèìßóċôċ ôïġò ċêôġùôŬò ċäŝ. Ïé ċêôġùôŬò èá áíáíùñéóôïŭí áġôüìáôá."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "How is the printer connected?"
+msgstr "ŝò ċßíáé óġíäċäċìŬíïò ï ċêôġùôŜò óáò;"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Connection"
+msgstr "Ôñüïò óŭíäċóçò ċêôġùôŜ"
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../security/help.pm:1
#, c-format
msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+"Arguments: (umask)\n"
+"\n"
+"Set the user umask."
msgstr ""
-"ÁŬôġ÷ċ ç áöáßñċóç ôïġ ċêôġùôŜ \"%s\" áü ôï Star Office/OpenOffice.org/GIMP"
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../security/help.pm:1
#, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Ċßóôċ âŬâáéïé éá ôçí áöáßñċóç ôïġ ċêôġùôŜ \"%s\";"
+msgid ""
+"Arguments: (val)\n"
+"\n"
+"Set the shell timeout. A value of zero means no timeout."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../security/help.pm:1
#, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "ßíċôáé áöáßñċóç ôïġ ċêôġùôŜ \"%s\"..."
+msgid ""
+"Arguments: (size)\n"
+"\n"
+"Set shell commands history size. A value of -1 means unlimited."
+msgstr ""
-#: ../../raid.pm_.c:35
+#: ../../security/help.pm:1
#, c-format
-msgid "Can't add a partition to _formatted_ RAID md%d"
-msgstr "Äċí ìïñŝ íá ñïóèŬóù êáôÜôìçóç óôï _ìïñöïïéçìŬíï_ RAID md%d"
+msgid "if set to yes, check additions/removals of sgid files."
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed"
-msgstr "áïôġ÷ßá mkraid"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check open ports."
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "áïôġ÷ßá mkraid (ìŜùò áïġóéÜĉïġí ôá raidtools;)"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"if set, send the mail report to this email address else send it to root."
+msgstr ""
-#: ../../raid.pm_.c:153
+#: ../../security/help.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Äċí ġÜñ÷ïġí áñêċôŬò êáôáôìŜóċéò éá RAID ċéŬäïġ %d\n"
+msgid "if set to yes, report check result by mail."
+msgstr ""
-#: ../../security/main.pm_.c:36
-msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
-"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
-"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
-"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
-"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check files/directories writable by everybody."
msgstr ""
-#: ../../security/main.pm_.c:66
-#, fuzzy
-msgid "Security Level:"
-msgstr "Ċßċäï áóöáëċßáò"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
+msgstr ""
-#: ../../security/main.pm_.c:77
-#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr " (ñïċéëċìŬíïò)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
+msgstr ""
-#: ../../security/main.pm_.c:113
-#, fuzzy
-msgid "Security Alerts:"
-msgstr "Ċßċäï áóöáëċßáò"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
+msgstr ""
-#: ../../security/main.pm_.c:115
-#, fuzzy
-msgid "Security Administrator:"
-msgstr "Äéá÷ċéñéóôŜò Áóöáëċßáò (ñïóŬëáóç Ŝ ôá÷ġäñïìċßï)"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr ""
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "Network Options"
-msgstr "ċñéóóüôċñċò ĊéëïŬò"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
+msgstr ""
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "System Options"
-msgstr "ċñéóóüôċñċò ĊéëïŬò"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
+msgstr ""
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
-msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
msgstr ""
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
msgstr ""
-#: ../../security/main.pm_.c:191
-#, fuzzy
-msgid "Please wait, setting security level..."
-msgstr "Ñŭèìéóç ċéŬäïġ áóöáëċßáò"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
+msgstr ""
-#: ../../security/main.pm_.c:197
-#, fuzzy
-msgid "Please wait, setting security options..."
-msgstr "áñáêáëŝ ċñéìŬíċôċ, ñïċôïéìáóßá ċêáôÜóôáóçò..."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
+msgstr ""
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
-msgstr "Ċêêßíçóç ôïġ ALSA (Advanced Linux Sound Architecture) óġóôŜìáôïò Ŝ÷ïġ"
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
+msgstr ""
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, Ŭíá ñüñáììá ċñéïäéêŜò ċêôŬëċóçò ċíôïëŝí."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
+msgstr ""
-#: ../../services.pm_.c:21
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
msgstr ""
-"Ôï apmd áñáêïëïġèċß êáé êáôáñÜöċé ôçí êáôÜóôáóç ôçò ìáôáñßáò.\n"
-"Ìïñċß ċßóçò íá ÷ñçóéìïïéçèċß éá ôï áġôüìáôï êëċßóéìï ôïġ óġóôŜìáôïò óċ \n"
-"ċñßôùóç ÷áìçëŜò öüñôéóçò ôçò ìáôáñßáò."
-#: ../../services.pm_.c:23
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
msgstr ""
-"Ċêôċëċß ċíôïëŬò ñïñáììáôéóìŬíċò áü ôçí ċíôïëŜ at êáé äŬóìċò ċíôïëŝí\n"
-"üôáí ï öüñôïò ôïġ óġóôŜìáôïò ċßíáé áñêċôÜ ÷áìçëüò."
-#: ../../services.pm_.c:25
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
msgstr ""
-"Ôï cron ċßíáé ìéá âáóéêŜ ġçñċóßá UNIX ïġ ôñŬ÷ċé ċíôïëŬò êáèïñéóìŬíċò áü \n"
-"ôïí ÷ñŜóôç óċ ôáêôÜ ÷ñïíéêÜ äéáóôŜìáôá. Ôï vixie cron ñïóèŬôċé Ŭíáí "
-"áñéèìü \n"
-"ċéëŬïí äġíáôïôŜôùí ïġ ċñéëáìâÜíïġí êáëŭôċñç áóöÜëċéá êáé éï éó÷ġñŬò "
-"ñġèìßóċéò."
-#: ../../services.pm_.c:28
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
msgstr ""
-"Ôï GPM ñïóèŬôċé ġïóôŜñéîç ïíôéêéïŭ óċ ċöáñìïŬò âáóéóìŬíċò óċ êïíóüëá\n"
-"êċéìŬíïġ êáé ċéôñŬċé ëċéôïġñßċò áïêïŜò êáé ċéêüëëçóçò ìċ ÷ñŜóç \n"
-"ïíôéêéïŭ óôçí êïíóüëá, êáèŝò êáé ġïóôŜñéîç áíáäġïìŬíùí ìċíïŭ."
-#: ../../services.pm_.c:31
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
msgstr ""
-"Ôï HardDrake ôñŬ÷ċé ìéá áíß÷íċġóç ġëéêïŭ êáé ñïáéñċôéêÜ ñġèìßĉċé\n"
-"ôï íŬï/áëëáìŬíï ġëéêü."
-#: ../../services.pm_.c:33
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
msgstr ""
-"Ï Apache ċßíáé Ŭíáò ċîġçñċôçôŜò WWW. Ìïñċß íá ċîġçñċôŜóċé áñ÷ċßá\n"
-"HTML êáé CGI."
-#: ../../services.pm_.c:34
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
msgstr ""
-"Ç ġçñċóßá ġċñċîġçñċôçôŜ Äéáäéêôŭïġ (inetd) îċêéíÜċé ìéá ïéêéëßá\n"
-"Üëëùí ġçñċóéŝí äéáäéêôŭïġ üïôċ ÷ñċéÜĉïíôáé. Ċßíáé ġċŭèġíç éá ôçí \n"
-"ċêêßíçóç ïëëŝí ġçñċóéŝí, üùò telnet, ftp, rsh êáé rlogin. Ç "
-"áċíċñïïßçóç\n"
-"áġôŜò ôçò ġçñċóßáò áċíċñïïéçèċß ċßóçò êáé ôéò ġçñċóßċò éá ôéò ïïßċò\n"
-"ċßíáé ġċŭèġíç."
-#: ../../services.pm_.c:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
msgstr ""
-"Ċêêßíçóç áêŬôïġ ößëôñïġ éá ôïí ġñŜíá Linux ôçò óċéñÜò 2.2, éá ôçí "
-"ñŭèìéóç\n"
-"ċíüò Ôïß÷ïġò ñïóôáóßáò ïġ èá ñïóôáôċŭċé ôï ìç÷ÜíçìÜ óáò áü äéêôġáêŬò "
-"ċéèŬóċéò."
-#: ../../services.pm_.c:40
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
msgstr ""
-"Áġôü ôï áêŬôï öïñôŝíċé ôçí ċéëċìŬíç äéÜôáîç ëçêôñïëïßïġ ïġ Ŭ÷ċé \n"
-"ċéëċċß óôï /etc/sysconfig/keyboard. Áġôü ìïñċß íá ñġèìéóôċß ìċ ôçí \n"
-"÷ñŜóç ôïġ ċñáëċßïġ kbdconfig. ñŬċé ó÷ċäüí Üíôá íá ċßíáé ċíċñïïéçìŬíï."
-#: ../../services.pm_.c:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
msgstr ""
-"Áġôüìáôç áñáùŜ ôçò ċéêċöáëßäáò ôïġ ġñŜíá óôï /boot éá ôï\n"
-"/usr/include/linux/{autoconf,version}.h"
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
msgstr ""
-"Áġôüìáôç áíß÷íċġóç êáé ñŭèìéóç óġóêċġŝí êáôÜ ôçí ċêêßíçóç ôïġ óġóôŜìáôïò."
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
msgstr ""
-"Ôï Linuxconf êáìéÜ öïñÜ êÜíċé äéÜöïñċò ċñáóßċò\n"
-"êáôÜ ôçí ċêêßíçóç ôïġ óġóôŜìáôïò éá íá äéáôçñŜóċé ôç ñŭèìéóç ôïġ óġóôŜìáôïò."
-#: ../../services.pm_.c:48
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
msgstr ""
-"Ôï lpd ċßíáé ç ġçñċóßá ċêôġŝóċùí ïġ ááéôċßôáé éá íá ëċéôïġñċß \n"
-"ç ċíôïëŜ lpd. Ċßíáé âáóéêÜ Ŭíáò ċîġçñċôçôŜò ïġ ñïùèċß ôá áñ÷ċßá \n"
-"óôïġò ċêôġùôŬò."
-#: ../../services.pm_.c:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
msgstr ""
-"Linux Virtual Server, ÷ñçóéìïïéċßôáé éá íá äçìéïġñŜóċé Ŭíáí ġĝçëŜò\n"
-"áüäïóçò êáé äéáèċóéìüôçôáò ċîġçñċôçôŜ."
-#: ../../services.pm_.c:52
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
msgstr ""
-"Ï named (BIND) ċßíáé Ŭíáò ĊîġçñċôçôŜò Ïíüìáôïò ÔïìŬá (DNS) ïġ "
-"÷ñçóéìïïéċßôáé\n"
-"éá íá ìċôáôñŬċé ïíüìáôá óċ äéċġèŭíóċéò IP."
-#: ../../services.pm_.c:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
msgstr ""
-"ÓġíäŬċé êáé áïóġíäŬċé üëá ôá äéêôġáêÜ óġóôŜìáôá áñ÷ċßùí (NFS), SMB (Lan\n"
-"Manager/Windows), êáé NCP (NetWare) "
-#: ../../services.pm_.c:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
msgstr ""
-"Ċíċñïïéċß/áċíċñïïéċß üëá ôá ġïóġóôŜìáôá äéêôŭïġ ïġ Ŭ÷ïġí \n"
-"ñġèìéóôċß íá îċêéíïŭí êáôÜ ôçí ċêêßíçóç."
-#: ../../services.pm_.c:57
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
msgstr ""
-"Ôï NFS ċßíáé Ŭíá äçìïöéëŬò ñùôüêïëëï éá ôïí äéáìïéñáóìü áñ÷ċßùí óċ \n"
-"äßêôġá TCP/IP. ÁġôŜ ç ġçñċóßá ñïóöŬñċé ëċéôïġñßċò ċîġçñċôçôŜ, ï \n"
-"ïïßïò ñġèìßĉċôáé áü ôï áñ÷ċßï /etc/exports."
-#: ../../services.pm_.c:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
msgstr ""
-"Ôï NFS ċßíáé Ŭíá äçìïöéëŬò ñùôüêïëëï éá ôïí äéáìïéñáóìü áñ÷ċßùí óċ \n"
-"äßêôġá TCP/IP. ÁġôŜ ç ġçñċóßá ñïóöŬñċé ëċéôïġñßċò êëċéäŝìáôïò áñ÷ċßùí."
-#: ../../services.pm_.c:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
msgstr ""
-"Áġôüìáôç ċíċñïïßçóç ôïġ numlock ëŜêôñïġ óôçí êïíóüëá\n"
-"êáé ôï XFree êáôÜ ôçí ċêêßíçóç ôïġ óġóôŜìáôïò."
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
-msgstr "ĠïóôŜñéîç ôùí OKI 4w êáé óġìâáôŝí winprinters."
-
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
msgstr ""
-"Ç ġïóôŜñéîç PCMCIA ñïóöŬñċé ġïóôŜñéîç éá êÜñôċò äéêôŭïġ, ìüíôċì êë \n"
-"óġíŜèùò óċ óġóôŜìáôá laptop. Äċí èá ċêêéíŜóċé ċêôüò áí áġôü ĉçôçèċß áü "
-"ôïí \n"
-"÷ñŜóôç, ïüôċ ċßíáé áóöáëŬò íá ċêáôáóôáèċß óċ óġóôŜìáôá ïġ äċí ôï "
-"÷ñċéÜĉïíôáé."
-#: ../../services.pm_.c:68
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
msgstr ""
-"Ï portmapper äéá÷ċéñßĉċôáé óġíäŬóċéò RPC, ïé ïïßċò ÷ñçóéìïïéïŭíôáé\n"
-"áü ñùôüêïëëá üùò ôï NFS êáé ôï NIS. ñŬċé íá ċßíáé ċíċñïïéçìŬíï óċ \n"
-"óġóôŜìáôá ïġ äñïġí ùò ċîġçñċôçôŬò ôŬôïéùí ñùôïêüëëùí."
-#: ../../services.pm_.c:71
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
msgstr ""
-"Ôï postfix ċßíáé Ŭíá ñüñáììá ìċôáöïñÜò áëëçëïñáößáò, ôï \n"
-"ñüñáììá ïġ öñïíôßĉċé éá ôçí ìċôáöïñÜ áëëçëïñáößáò áü ôï \n"
-"Ŭíá óŭóôçìá óôï Üëëï."
-#: ../../services.pm_.c:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
msgstr ""
-"Áïèçêċŭċé êáé ċáíáöŬñċé ôçí çŜ ċíôñïßáò ôïġ óġóôŜìáôïò éá \n"
-"ôçí äçìéïġñßá êáëŭôċñçò ïéüôçôáò ôġ÷áßùí áñéèìŝí."
-#: ../../services.pm_.c:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
msgstr ""
-"Ïñéóìüò raw óġóêċġŝí ùò block óġóêċġŝí (üùò êáôáôìŜóċéò óêëçñŝí\n"
-"äßóêùí), éá ôç ÷ñŜóç ôïġò áü ċöáñìïŬò üùò ç Oracle"
-#: ../../services.pm_.c:76
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
msgstr ""
-"Ç ġçñċóßá routed ċéôñŬċé ôçí áġôüìáôç ċíçìŬñùóç ôïġ ßíáêá äñïìïëüçóçò \n"
-"IP ìŬóù ôïġ ñùôïêüëëïġ RIP. áñ' üëï ïġ ôï RIP ċßíáé ċġñŬùò äéáäċäïìŬíï "
-"óċ \n"
-"ìéêñÜ äßêôġá, ìċáëŭôċñá äßêôġá ááéôïŭí ċñéëïêüôċñá ñùôüêïëëá."
-#: ../../services.pm_.c:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
msgstr ""
-"Ôï ñùôüêïëëï rstat ċéôñŬċé óôïġò ÷ñŜóôċò ċíüò äéêôŭïġ ôçí\n"
-"óġëëïŜ ìċôñŜóċùí ċéäüóċùí éá ïïéïäŜïôċ óŭóôçìá óċ áġôü \n"
-"ôï äßêôġï."
-#: ../../services.pm_.c:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
msgstr ""
-"Ôï ñùôüêïëëï rusers ċéôñŬċé óôïġò ÷ñŜóôċò ċíüò äéêôŭïġ íá \n"
-"ñïóäéïñßóïġí ôïġò óġíäċäċìŬíïġò ÷ñŜóôċò Üëëùí óġóôçìÜôùí."
-#: ../../services.pm_.c:83
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
msgstr ""
-"Ôï ñùôüêïëëï rwho ċéôñŬċé óċ áïìáêñġóìŬíïġò ÷ñŜóôċò íá äïġí Ŭíáí \n"
-"êáôÜëïï ôùí ÷ñçóôŝí ôïġ óġóôŜìáôïò (áñüìïéï ìċ ôï finger)."
-
-#: ../../services.pm_.c:85
-msgid "Launch the sound system on your machine"
-msgstr "Ċêêßíçóç ôïġ óġóôŜìáôïò Ŝ÷ïġ óôï ìç÷ÜíçìÜ óáò"
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
msgstr ""
-"Ôï Syslog ċßíáé ç ġçñċóßá ïġ ÷ñçóéìïïéïŭí ïëëŬò Üëëċò ġçñċóßċò \n"
-"éá íá êÜíïġí ċñáöŬò óôá áñ÷ċßá áñáêïëïŭèçóçò óġóôŜìáôïò (log files)\n"
-"Óġíßóôáôáé ç óġíċ÷Ŝò ëċéôïġñßá áġôŜò ôçò ġçñċóßáò."
-#: ../../services.pm_.c:88
-msgid "Load the drivers for your usb devices."
-msgstr "Öüñôùóç ôùí ïäçŝí éá ôéò usb óġóêċġŬò óáò."
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr "Äéá÷ċéñéóôŜò Áóöáëċßáò (ñïóŬëáóç Ŝ ôá÷ġäñïìċßï)"
-#: ../../services.pm_.c:89
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
msgstr ""
-"ÎċêéíÜċé ôçí ġçñċóßá ċîġçñċôçôŜ ñáììáôïóċéñŝí X (áġôü ċßíáé ááñáßôçôï "
-"éá íá ċêôċëċóôċß ôï XFree)."
-
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
-msgstr "ĊéëŬîôċ ôéò ġçñċóßċò ïġ èá îċêéíïŭí áġôüìáôá êáôÜ ôçí ċêêßíçóç"
-
-#: ../../services.pm_.c:127
-msgid "Printing"
-msgstr "Ċêôŭùóç"
-
-#: ../../services.pm_.c:128
-msgid "Internet"
-msgstr "Äéáäßêôġï"
-#: ../../services.pm_.c:131
-msgid "File sharing"
-msgstr "Êïéíü÷ñçóôá áñ÷ċßá"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Use libsafe for servers"
+msgstr "×ñŜóç libsafe éá äéáêïìéóôŬò"
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-msgid "System"
-msgstr "Óŭóôçìá"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security level"
+msgstr "Ċßċäï áóöáëċßáò"
-#: ../../services.pm_.c:138
-msgid "Remote Administration"
-msgstr "ÁïìáêñġóìŬíç äéá÷ċßñéóç"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Please choose the desired security level"
+msgstr "ĊéëŬîôċ ôï ċéèġìçôü ċßċäï áóöáëċßáò"
-#: ../../services.pm_.c:146
-msgid "Database Server"
-msgstr "ĊîġçñċôçôŜò ÂÜóçò ÄċäïìŬíùí"
+#: ../../security/level.pm:1
+#, c-format
+msgid "DrakSec Basic Options"
+msgstr "ÂáóéêŬò ĊéëïŬò DrakSec"
-#: ../../services.pm_.c:175
+#: ../../security/level.pm:1
#, c-format
-msgid "Services: %d activated for %d registered"
-msgstr "Ġçñċóßċò: %d ċíċñïïéçìŬíċò éá %d ċċñáììŬíċò"
+msgid ""
+"This is similar to the previous level, but the system is entirely closed and "
+"security features are at their maximum."
+msgstr ""
+"Ç áóöÜëċéá ċßíáé ßäéá ôïġ ñïçïŭìċíïġ ċéŬäïġ, ìċ ôï óŭóôçìá ôċëċßùò "
+"êëċéóôü. Ç áóöÜëċéá ċßíáé óôï ìŬéóôï äġíáôü."
-#: ../../services.pm_.c:191
-msgid "Services"
-msgstr "Ġçñċóßċò"
+#: ../../security/level.pm:1
+#, c-format
+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 choose a lower level."
+msgstr ""
+"Ìċ áġôü ôï ċßċäï áóöáëċßáò ċßíáé äġíáôŜ ç ÷ñŜóç ôïġ óġóôŜìáôïò óôï ùò "
+"ċîġçñċôçôŜ.\n"
+"Ç áóöÜëċéá ċßíáé áñêċôÜ ġĝçëŜ ŝóôċ íá äŬ÷ċôáé ôáġôü÷ñïíċò óġíäŬóċéò áü "
+"ïëëïŭò ċëÜôċò.\n"
+"Óçì: Áí ôï ìç÷Üíçìá ċßíáé ìüíï éá ôçí ÷ñŜóç ùò ċëÜôç óôï Äéáäßêôġï ôüôċ "
+"êáëŭôċñá íá ċéëŬîċôċ ÷áìçëüôċñï ċßċäï áóöÜëċéáò"
-#: ../../services.pm_.c:203
-msgid "running"
-msgstr "ċêôċëċßôáé"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
+"ĠÜñ÷ïġí Ŝäç êÜïéïé ċñéïñéóìïß, êáé ċñéóóüôċñïé Ŭëċ÷ïé ċêôċëïŭíôáé êÜèċ "
+"âñÜäġ."
-#: ../../services.pm_.c:203
-msgid "stopped"
-msgstr "äċí ċêôċëċßôáé"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"This is the standard security recommended for a computer that will be used "
+"to connect to the Internet as a client."
+msgstr ""
+"Áġôü ċßíáé ôï óġíçèéóìŬíï ċßċäï áóöáëċßáò éá Ŭíá óŭóôçìá ïġ èá óġíäċèċß "
+"ùò ċëÜôçò óôï Äéáäßêôġï."
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
-msgstr "Ġçñċóßċò êáé äáßìïíċò"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"Passwords are now enabled, but use as a networked computer is still not "
+"recommended."
+msgstr ""
+"Ôŝñá ġÜñ÷ïġí êùäéêïß ñüóâáóçò, áëëÜ ç ÷ñŜóç ôïġ óġóôŜìáôïò óċ äßêôġï áêüìá "
+"äċí óġíßóôáôáé."
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
+"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"
+"óġíäċäċìŬíï óôï Äéáäßêôġï Ŝ LAN. Äċí ġÜñ÷ïġí êùäéêïß ñüóâáóçò."
-#: ../../services.pm_.c:229
-msgid "On boot"
-msgstr "Óôçí ċêêßíçóç"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "áñáíïúêü"
-#: ../../services.pm_.c:241
-msgid "Start"
-msgstr "Ċêêßíçóç"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Higher"
+msgstr "Ġĝçëüôċñï"
-#: ../../services.pm_.c:241
-msgid "Stop"
-msgstr "Ôċñìáôéóìüò"
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "Ġĝçëü"
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "Öôù÷ü"
-#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr "Êáëŝò ïñßóáôċ óôïí êüóìï ôïġ Áíïé÷ôïŭ Êŝäéêá"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "Êáëŝò ïñßóáôċ óôïġò Crackers"
-#: ../../share/advertising/01-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
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/02-community.pl_.c:9
-#, fuzzy
-msgid "Get involved in the Free Software world"
-msgstr "Ġüëïéïò êüóìïò"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Welcome to the Open Source world"
+msgstr "Êáëŝò ïñßóáôċ óôïí êüóìï ôïġ Áíïé÷ôïŭ Êŝäéêá"
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
msgstr ""
-#: ../../share/advertising/02-community.pl_.c:11
+#: ../../share/advertising/02-community.pl:1
+#, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
-msgid "Get the most from the Internet"
-msgstr "Óŭíäċóç óôï Äéáäßêôġï"
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl:1
+#, fuzzy, c-format
+msgid "Get involved in the Free Software world"
+msgstr "Ġüëïéïò êüóìïò"
-#: ../../share/advertising/03-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
+#: ../../share/advertising/03-internet.pl:1
+#, fuzzy, c-format
+msgid "Get the most from the Internet"
+msgstr "Óŭíäċóç óôï Äéáäßêôġï"
+
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid ""
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
+"files, edit and handle your images or photos, and play videos"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid "Push multimedia to its limits!"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:11
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
-"files, edit and handle your images or photos, and play videos"
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
+"strategy, ..."
msgstr ""
-#: ../../share/advertising/05-games.pl_.c:9
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid "Games"
msgstr "áé÷íßäéá"
-#: ../../share/advertising/05-games.pl_.c:10
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
-"strategy, ..."
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, c-format
msgid "Mandrake Control Center"
msgstr "ÊŬíôñï ĊëŬ÷ïġ Mandrake"
-#: ../../share/advertising/06-mcc.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
-"your machine"
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
+"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-#: ../../share/advertising/07-desktop.pl_.c:9
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid "User interfaces"
msgstr "ÄéċáöŬò ×ñçóôŝí"
-#: ../../share/advertising/07-desktop.pl_.c:10
-msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
-"modified: KDE 3, Gnome 2, WindowMaker, ..."
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
-msgid "Development simplified"
-msgstr "ÁíÜôġîç"
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:11
+#: ../../share/advertising/08-development.pl:1
+#, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:10
+#: ../../share/advertising/08-development.pl:1
+#, fuzzy, c-format
+msgid "Development simplified"
+msgstr "ÁíÜôġîç"
+
+#: ../../share/advertising/09-server.pl:1
+#, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:9
-msgid "Optimize your security"
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid "Certify yourself on Linux"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Whether you choose to teach yourself online or via our network of training "
-"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
-"certification program (worldwide professional technical certification)"
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
-msgid "Become a MandrakeExpert"
-msgstr "éá ċéäéêïŭò"
-
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
-msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
"technical support website:"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert Corporate"
-msgstr "éá ċéäéêïŭò"
-
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, fuzzy, c-format
+msgid "Become a MandrakeExpert"
+msgstr "éá ċéäéêïŭò"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, fuzzy, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "éá ċéäéêïŭò"
+
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -9482,216 +12808,246 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:21
-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.\n"
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
msgstr ""
-#: ../../standalone.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "áñáêáëŝ ċáíáóġíäċèċßôċ ùò %s éá ċíċñïïßçóç ôùí áëëáŝí"
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
-msgstr ""
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "áñáêáëŝ áïóġíäċèċßôċ êáé ìċôÜ áôŜóôċ Ctrl-Alt-BackSpace"
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
+msgstr "ñŬċé íá äçìéïġñŜóù ñŝôá ôï /etc/dhcpd.conf!"
-#: ../../standalone.pm_.c:70
-msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
+msgstr "ÊÜôé äċí Ŝċ êáëÜ! Ċßíáé ôï mkisofs ċêáôċóôçìŬíï;"
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "ëçêôñïëüéï"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
+msgstr "Ç ċéêüíá Etherboot ISO ċßíáé ç %s"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No floppy drive available!"
+msgstr "Äċí ġÜñ÷ċé äéáèŬóéìïò ïäçüò äéóêŬôáò!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
+msgstr "Ôŝñá ìïñċßôċ íá áöáéñŬóôċ ôç äéóêŬôá"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
+msgstr "Äċí ċßíáé äġíáôŜ ç ñüóâáóç óôç äéóêŬôá!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Please insert floppy disk:"
+msgstr "áñáêáëŝ ċéóÜċôċ äéóêŬôá Ċêêßíçóçò:"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Write Config"
+msgstr "ĊñáöŜ Ñŭèìéóçò"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone.pm_.c:84
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Server Configuration"
+msgstr "ñï÷ùñçìŬíċò Ñġèìßóċéò"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
msgstr ""
-#: ../../standalone.pm_.c:94
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range Start:"
msgstr ""
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Name Servers:"
+msgstr "ĊîġçñċôçôŜò Samba"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Domain Name:"
+msgstr "ĵíïìá ÔïìŬá"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Broadcast Address:"
msgstr ""
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
msgstr ""
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+msgid "Routers:"
msgstr ""
-#: ../../standalone.pm_.c:168
-msgid "Installing packages..."
-msgstr "ĊêáôÜóôáóç áêŬôùí..."
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Netmask:"
+msgstr "ÌÜóêá äéêôŭïġ"
-#: ../../standalone/XFdrake_.c:138
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
-msgstr "áñáêáëŝ áïóġíäċèċßôċ êáé ìċôÜ áôŜóôċ Ctrl-Alt-BackSpace"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet:"
+msgstr ""
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "áñáêáëŝ ċáíáóġíäċèċßôċ ùò %s éá ċíċñïïßçóç ôùí áëëáŝí"
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:239
-msgid "Mandrake Terminal Server Configuration"
-msgstr "Ñŭèìéóç ôïġ ÄéáêïìéóôŜ Ôċñìáôéêïŭ Mandrake"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "dhcpd Config..."
+msgstr "Ñŭèìéóç dhcpd..."
-#: ../../standalone/drakTermServ_.c:253
-msgid "Enable Server"
-msgstr "Ċíċñïïßçóç ĊîġçñċôçôŜ"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete Client"
+msgstr "<-- ÄéáñáöŜ ċëÜôç"
-#: ../../standalone/drakTermServ_.c:260
-msgid "Disable Server"
-msgstr "Áċíċñïïßçóç ĊîġçñċôçôŜ"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Edit Client"
+msgstr "<-- ÄéáñáöŜ ċëÜôç"
-#: ../../standalone/drakTermServ_.c:268
-msgid "Start Server"
-msgstr "Ċêêßíçóç ĊîġçñċôçôŜò"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add Client -->"
+msgstr "ñïóèŜêç ċëÜôç -->"
-#: ../../standalone/drakTermServ_.c:275
-msgid "Stop Server"
-msgstr "Ôċñìáôéóìüò ĊîġçñċôçôŜ"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Allow Thin Clients"
+msgstr "ñïóèŜêç/Áöáßñċóç ċëáôŝí"
-#: ../../standalone/drakTermServ_.c:283
-msgid "Etherboot Floppy/ISO"
-msgstr "Etherboot Floppy/ISO"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Thin Client"
+msgstr "ċëÜôçò DHCP"
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No net boot images created!"
msgstr "Ċéêüíċò Net Boot"
-#: ../../standalone/drakTermServ_.c:294
-msgid "Add/Del Users"
-msgstr "ñïóèŜêç/Áöáßñċóç ×ñçóôŝí"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Ôŭïò: "
-#: ../../standalone/drakTermServ_.c:299
-msgid "Add/Del Clients"
-msgstr "ñïóèŜêç/Áöáßñċóç ċëáôŝí"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
+msgstr "<-- ÄéáñáöŜ ×ñŜóôç"
-#: ../../standalone/drakTermServ_.c:328
-#, fuzzy
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add User -->"
+msgstr "ñïóèŜêç ÷ñŜóôç -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-"áíáâáèìßóċéò 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft."
-"com>"
-#: ../../standalone/drakTermServ_.c:332
-msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Delete All NBIs"
+msgstr "ÄéáñáöŜ ĵëùí ôùí NBIs"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Delete"
+msgstr "<-- ÄéáñáöŜ"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr "Áġôü èá äéáñêŬóċé ìċñéêÜ ëċôÜ."
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
msgstr ""
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No NIC selected!"
+msgstr "Äċ ċéëŬ÷ôçêċ nic!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
+msgstr "Äçìéïġñßá Ìïíïŭ NIC -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
+msgstr "Äċí ċéëŬ÷ôçêċ ġñŜíáò!"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr "Äçìéïġñßá Ïëüêëçñïġ ġñŜíá -->"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
+msgstr "Ċêêßíçóç ISO"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
+msgstr "ÄéóêŬôá Ċêêßíçóçò"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -9720,7 +13076,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -9731,8 +13087,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -9821,217 +13177,149 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr "ÄéóêŬôá Ċêêßíçóçò"
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr "Ċêêßíçóç ISO"
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr "Äçìéïġñßá Ïëüêëçñïġ ġñŜíá -->"
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr "Áġôü èá äéáñêŬóċé ìċñéêÜ ëċôÜ."
-
-#: ../../standalone/drakTermServ_.c:573
-msgid "No kernel selected!"
-msgstr "Äċí ċéëŬ÷ôçêċ ġñŜíáò!"
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
-msgstr "Äçìéïġñßá Ìïíïŭ NIC -->"
-
-#: ../../standalone/drakTermServ_.c:587
-msgid "No nic selected!"
-msgstr "Äċ ċéëŬ÷ôçêċ nic!"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:604
-msgid "<-- Delete"
-msgstr "<-- ÄéáñáöŜ"
-
-#: ../../standalone/drakTermServ_.c:611
-msgid "Delete All NBIs"
-msgstr "ÄéáñáöŜ ĵëùí ôùí NBIs"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
msgstr ""
+"áíáâáèìßóċéò 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft."
+"com>"
-#: ../../standalone/drakTermServ_.c:673
-msgid "Add User -->"
-msgstr "ñïóèŜêç ÷ñŜóôç -->"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
-msgstr "<-- ÄéáñáöŜ ×ñŜóôç"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Clients"
+msgstr "ñïóèŜêç/Áöáßñċóç ċëáôŝí"
-#: ../../standalone/drakTermServ_.c:720
-#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Ôŭïò: "
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Users"
+msgstr "ñïóèŜêç/Áöáßñċóç ×ñçóôŝí"
-#: ../../standalone/drakTermServ_.c:753
-#, fuzzy
-msgid "No net boot images created!"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
msgstr "Ċéêüíċò Net Boot"
-#: ../../standalone/drakTermServ_.c:773
-#, fuzzy
-msgid "Thin Client"
-msgstr "ċëÜôçò DHCP"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot Floppy/ISO"
+msgstr "Etherboot Floppy/ISO"
-#: ../../standalone/drakTermServ_.c:775
-#, fuzzy
-msgid "Allow Thin Clients"
-msgstr "ñïóèŜêç/Áöáßñċóç ċëáôŝí"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Stop Server"
+msgstr "Ôċñìáôéóìüò ĊîġçñċôçôŜ"
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
-msgstr "ñïóèŜêç ċëÜôç -->"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Start Server"
+msgstr "Ċêêßíçóç ĊîġçñċôçôŜò"
-#: ../../standalone/drakTermServ_.c:821
-#, fuzzy
-msgid "<-- Edit Client"
-msgstr "<-- ÄéáñáöŜ ċëÜôç"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Disable Server"
+msgstr "Áċíċñïïßçóç ĊîġçñċôçôŜ"
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
-msgstr "<-- ÄéáñáöŜ ċëÜôç"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Enable Server"
+msgstr "Ċíċñïïßçóç ĊîġçñċôçôŜ"
-#: ../../standalone/drakTermServ_.c:843
-msgid "dhcpd Config..."
-msgstr "Ñŭèìéóç dhcpd..."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "Ñŭèìéóç ôïġ ÄéáêïìéóôŜ Ôċñìáôéêïŭ Mandrake"
-#: ../../standalone/drakTermServ_.c:876
-msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Remove the last item"
+msgstr "Áöáßñċóç ôïġ ôċëċġôáßïġ óôïé÷ċßïġ"
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Add an item"
+msgstr "ñïóèŜêç óôïé÷ċßïġ"
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "ÌÜóêá äéêôŭïġ"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install"
+msgstr "Áġôüìáôç ċêáôÜóôáóç"
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
msgstr ""
+"Ç äéóêŬôá äçìéïġñŜèçêċ ìċ ċéôġ÷ßá.\n"
+"Ìïñċßôċ ôŝñá íá ċáíáëÜâċôċ ôçí ċêáôÜóôáóç."
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
-msgstr ""
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Congratulations!"
+msgstr "Óġ÷áñçôŜñéá!"
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "ĵíïìá ÔïìŬá"
-
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
-msgstr "ĊîġçñċôçôŜò Samba"
-
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Creating auto install floppy"
+msgstr "Äçìéïġñßá äéóêŬôáò áġôüìáôçò ċêáôÜóôáóçò"
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "manual"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1001
-#, fuzzy
-msgid "dhcpd Server Configuration"
-msgstr "ñï÷ùñçìŬíċò Ñġèìßóċéò"
-
-#: ../../standalone/drakTermServ_.c:1002
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
msgstr ""
+"áñáêáëŝ êáèïñßóôċ ċÜí éá êÜèċ âŜìá èá ßíċé ċáíÜëçĝç ôçò ċêáôÜóôáóçò, Ŝ "
+"ċÜí ßíċé ÷ċéñïêßíçôá"
-#: ../../standalone/drakTermServ_.c:1018
-msgid "Write Config"
-msgstr "ĊñáöŜ Ñŭèìéóçò"
-
-#: ../../standalone/drakTermServ_.c:1120
-msgid "Please insert floppy disk:"
-msgstr "áñáêáëŝ ċéóÜċôċ äéóêŬôá Ċêêßíçóçò:"
-
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr "Äċí ċßíáé äġíáôŜ ç ñüóâáóç óôç äéóêŬôá!"
-
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
-msgstr "Ôŝñá ìïñċßôċ íá áöáéñŬóôċ ôç äéóêŬôá"
-
-#: ../../standalone/drakTermServ_.c:1129
-msgid "No floppy drive available!"
-msgstr "Äċí ġÜñ÷ċé äéáèŬóéìïò ïäçüò äéóêŬôáò!"
-
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "Etherboot ISO image is %s"
-msgstr "Ç ċéêüíá Etherboot ISO ċßíáé ç %s"
-
-#: ../../standalone/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
-msgstr "ÊÜôé äċí Ŝċ êáëÜ! Ċßíáé ôï mkisofs ċêáôċóôçìŬíï;"
-
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
-msgstr "ñŬċé íá äçìéïġñŜóù ñŝôá ôï /etc/dhcpd.conf!"
-
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
-msgstr ""
+msgid "Automatic Steps Configuration"
+msgstr "Ñŭèìéóç Áġôüìáôùí ÂçìÜôùí"
-#: ../../standalone/drakautoinst_.c:40
-msgid "Error!"
-msgstr "ÓöÜëìá!"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "replay"
+msgstr "Ċáíáöüñôùóç"
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
-msgstr "Äċí ìïñŝ íá âñù ôï ááñáßôçôï áñ÷ċßï ċéêüíáò `%s'."
-
-#: ../../standalone/drakautoinst_.c:43
-msgid "Auto Install Configurator"
-msgstr "Ñġèìßóċéò áġôüìáôçò ċêáôÜóôáóçò"
-
-#: ../../standalone/drakautoinst_.c:44
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -10046,486 +13334,605 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "Ċáíáöüñôùóç"
-
-#: ../../standalone/drakautoinst_.c:66
-msgid "Automatic Steps Configuration"
-msgstr "Ñŭèìéóç Áġôüìáôùí ÂçìÜôùí"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Auto Install Configurator"
+msgstr "Ñġèìßóċéò áġôüìáôçò ċêáôÜóôáóçò"
-#: ../../standalone/drakautoinst_.c:67
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
-msgstr ""
-"áñáêáëŝ êáèïñßóôċ ċÜí éá êÜèċ âŜìá èá ßíċé ċáíÜëçĝç ôçò ċêáôÜóôáóçò, Ŝ "
-"ċÜí ßíċé ÷ċéñïêßíçôá"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "I can't find needed image file `%s'."
+msgstr "Äċí ìïñŝ íá âñù ôï ááñáßôçôï áñ÷ċßï ċéêüíáò `%s'."
-#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
-msgid "Creating auto install floppy"
-msgstr "Äçìéïġñßá äéóêŬôáò áġôüìáôçò ċêáôÜóôáóçò"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Error!"
+msgstr "ÓöÜëìá!"
-#: ../../standalone/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Welcome.\n"
+"Restore Backup Problems:\n"
"\n"
-"The parameters of the auto-install are available in the sections on the left"
+"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/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
-msgstr "Óġ÷áñçôŜñéá!"
-
-#: ../../standalone/drakautoinst_.c:235
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
+"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"
-"Ìïñċßôċ ôŝñá íá ċáíáëÜâċôċ ôçí ċêáôÜóôáóç."
-
-#: ../../standalone/drakautoinst_.c:273
-msgid "Auto Install"
-msgstr "Áġôüìáôç ċêáôÜóôáóç"
-
-#: ../../standalone/drakautoinst_.c:343
-msgid "Add an item"
-msgstr "ñïóèŜêç óôïé÷ċßïġ"
-
-#: ../../standalone/drakautoinst_.c:350
-msgid "Remove the last item"
-msgstr "Áöáßñċóç ôïġ ôċëċġôáßïġ óôïé÷ċßïġ"
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
-msgstr "Ôï cron äċí ċßíáé áêüìá äéáèŬóéìç óôïġò ìç-root"
-
-#: ../../standalone/drakbackup_.c:690
-msgid "WARNING"
-msgstr "ÑÏÓÏ×Ç"
-
-#: ../../standalone/drakbackup_.c:691
-msgid "FATAL"
-msgstr "ÌÏÉÑÁÉÏ"
-
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
-msgstr "ËÇÑÏÖÏÑÉĊÓ"
-
-#: ../../standalone/drakbackup_.c:704
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
+"Description:\n"
"\n"
-" DrakBackup Report \n"
-"\n"
-msgstr ""
+" 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 \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"
-
-#: ../../standalone/drakbackup_.c:705
-msgid ""
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
"\n"
-" DrakBackup Daemon Report\n"
+" Per default all backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.conf\n"
"\n"
-msgstr ""
+"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"
-" Äáßìïíáò áíáöïñÜò DrakBackup \n"
"\n"
+msgstr ""
+"ċñéñáöŜ:\n"
"\n"
-
-#: ../../standalone/drakbackup_.c:709
-msgid ""
+"Ôï Drakbackup ÷ñçóéìïïéċßôáé éá ôçí äçìéïġñßá áíôéñÜöùí áóöáëċßáò\n"
+"ÊáôÜ ôç ñŭèìéóç ìïñċßôċ íá ċéëŬîċôċ\n"
+"\t - Áñ÷ċßá óġóôŜìáôïò, \n"
+"\t - Áñ÷ċßá ÷ñçóôŝí, \n"
+"\t - ĥëëá áñ÷ċßá.\n"
+"\tŜ ĵëï ôï óŭóôçìÜ óáò ... êáé ĥëëá (üùò êáôáôìŜóċéò Windows)\n"
"\n"
-" DrakBackup Report Details\n"
+" Ôï Drakbackup óáò ċéôñŬċé íá äçìéïġñŜóċôċ áíôßñáöá áóöáëċßáò óċ:\n"
+"\t - Óêëçñü Äßóêï.\n"
+"\t\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (ìċ áġôüìáôç ċêêßíçóç, êáé autoboot, rescue and "
+"autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t - Ôáéíßá.\n"
+"Ôï Drakbackup óáò ċéôñŬċé ôçí ċáíáöïñÜ ôïġ óġóôŜìáôïò óáò óċ\n"
+"ċéëċìŬíï êáôÜëïï ÷ñŜóôç\n"
"\n"
+"Ċî ïñéóìïŭ üëá ôá áíôßñáöá áóöáëċßáò èá áïèçêċġôïŭí óôï \n"
+"\t/etc/drakconf/drakbackup/drakbackup.conf\n"
"\n"
-msgstr ""
+"Äéáäéêáóßá ĊáíáöïñÜò: \n"
"\n"
-" DrakBackup ËċôïìŬñċéċò ÁíáöïñÜò\n"
+"ÊáôÜ ôç äéáäéêáóßá ċáíáöïñÜò ôï Drakbackup èá áöáéñŬóċé\n"
+"ôïí áñ÷éêü êáôÜëïï êáé èá ċáëŜèċġóç ôçí áêċñáéüôçôá üëùí \n"
+"ôùí áñ÷ċßùí óáò. ÓġíéóôÜôáé íá êÜíċôċ áíôßñáöá áóöáëċßáò ñéí\n"
+"ôçí ċáíáöïñÜ.\n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-msgid "Total progess"
-msgstr "ÓġíïëéêŜ ñüïäïò"
-
-#: ../../standalone/drakbackup_.c:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
-"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
+"áíáâáèìßóċéò 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft."
+"com>"
-#: ../../standalone/drakbackup_.c:794
-msgid "This may take a moment to generate the keys."
-msgstr "Ìïñċß íá ÷ñċéáóôïŭí ìċñéêÜ ëċôÜ éá ôç äçìéïġñßá ôùí êëċéäéŝí:"
-
-#: ../../standalone/drakbackup_.c:801
-#, c-format
-msgid "ERROR: Cannot spawn %s."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
+" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
+"\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
+"\n"
+"Otherwise, you are able to select only one of these.\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data 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 option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:819
-#, fuzzy, c-format
-msgid "Bad password on %s"
-msgstr "×ùñßò óġíèçìáôéêü"
-
-#: ../../standalone/drakbackup_.c:820
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Permission denied transferring %s to %s"
+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 the 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 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 data 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:821
-#, fuzzy, c-format
-msgid "Can't find %s on %s"
-msgstr "Áäġíáìßá áíïßìáôïò %s: %s\n"
-
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "%s not responding"
+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:828
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
+"options description:\n"
"\n"
-"ssh -i %s %s\\@%s\n"
+" In this step Drakbackup allow you to change:\n"
"\n"
-"without being prompted for a password."
-msgstr ""
-"Ċéôġ÷Ŝò ìċôáöïñÜ\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"
-"ssh -i %s %s\\@%s\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:873
-msgid "WebDAV remote site already in sync!"
-msgstr "Ôï áïìáêñġóìŬíï WebDAV ċßíáé Ŝäç óċ óġ÷ñïíéóìü!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Drakbackup"
+msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr "Ç ìċôáöïñÜ WebDAV áŬôġ÷ċ!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore"
+msgstr "ĊáíáöïñÜ"
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr "Äċí ġÜñ÷ċé CDR/DVDR óôïí ïäçü!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Now"
+msgstr "Áíôßñáöá áóöáëċßáò Ôŝñá"
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Advanced Configuration"
+msgstr "ñï÷ùñçìŬíċò Ñġèìßóċéò"
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Wizard Configuration"
+msgstr "Ñġèìßóċéò Ïäçïŭ"
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
-msgstr "şóùò ÷ñċéáóôïŭí ìċñéêÜ ëċôÜ éá íá óâçóôċß ôï ìŬóï."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "View Backup Configuration."
+msgstr "ñïâïëŜ Ñġèìßóċùí ÁíôéñÜöùí Áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr "ñüâëçìá äéêáéùìÜôùí óôçí ñüóâáóç ôïġ CD."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Now from configuration file"
+msgstr "Äçìéïġñßá ÁíôéñÜöùí Áóöáëċßáò áü ôï áñ÷ċßï ñġèìßóċùí"
-#: ../../standalone/drakbackup_.c:1060
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
-msgstr ""
+msgid "Drakbackup Configuration"
+msgstr "Ñġèìßóċéò Drakbackup"
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
-msgstr "Áíôßñáöï Áóöáëċßáò óġóôŜìáôïò áñ÷ċßùí..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total Progress"
+msgstr "ÓġíïëéêŜ ñüïäïò"
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-msgid "Hard Disk Backup files..."
-msgstr "Áíôßñáöá Áóöáëċßáò Óêëçñïŭ Äßóêïġ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Sending files..."
+msgstr "ÁïóôïëŜ áñ÷ċßùí..."
-#: ../../standalone/drakbackup_.c:1236
-msgid "Backup User files..."
-msgstr "Áíôßñáöï Áóöáëċßáò ôùí áñ÷ċßùí ×ñçóôŝí..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "files sending by FTP"
+msgstr "áïóôïëŜ áñ÷ċßùí ìŬóù FTP"
-#: ../../standalone/drakbackup_.c:1237
-msgid "Hard Disk Backup Progress..."
-msgstr "Äéáäéêáóßá ÁíôéñÜöùí áóöáëċßáò óôïí Óêëçñü Äßóêï..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup other files"
+msgstr "Áíôßñáöá áóöáëċßáò Üëëùí áñ÷ċßùí"
-#: ../../standalone/drakbackup_.c:1290
-msgid "Backup Other files..."
-msgstr "Áíôßñáöï Áóöáëċßáò ĥëëùí áñ÷ċßùí..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup user files"
+msgstr "Áíôßñáöá áóöáëċßáò áñ÷ċßùí ÷ñçóôŝí"
-#: ../../standalone/drakbackup_.c:1296
-msgid "No changes to backup!"
-msgstr "Äċí ġÜñ÷ïġí áëëáŬò éá íá ßíïġí áíôßñáöá áóöáëċßáò!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files"
+msgstr "Áíôßñáöá áóöáëċßáò ôïġ óġóôŜìáôïò áñ÷ċßùí"
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
-msgstr ""
+msgid "Under Devel ... please wait."
+msgstr "Ġü ÁíÜôġîç ... áñáêáëŝ ċñéìŬíċôċ."
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"file list sent by FTP: %s\n"
-" "
+"No configuration file found \n"
+"please click Wizard or Advanced."
msgstr ""
+"Äċí âñŬèçêċ ñŭèìéóç\n"
+"áñáêáëŝ êÜíôċ êëéê óôï Ïäçü Ŝ óôï ñï÷ùñçìŬíï."
-#: ../../standalone/drakbackup_.c:1322
-msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
-"\n"
-" ÓöÜëìá óôç óŭíäċóç FTP . Äċí Ŝôáí äġíáôŜ ç áïóôïëŜ ôùí áíôéñÜöùí "
-"áóöáëċßáò ìŬóù FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select data to backup..."
+msgstr "áñáêáëŝ ċéëŬîôċ ôá áñ÷ċßá ïġ èá ßíïġí áíôßñáöá áóöáëċßáò"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select media for backup..."
+msgstr "áñáêáëŝ ċéëŬîôċ ôï ìŬóï éá ôá áíôßñáöá áóöáëċßáò..."
-#: ../../standalone/drakbackup_.c:1340
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please select data to restore..."
+msgstr "áñáêáëŝ ċéëŬîôċ ôá äċäïìŬíá ñïò ċáíáöïñÜ..."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "The following packages need to be installed:\n"
+msgstr "Èá ċêáôáóôáèïŭí ôá áñáêÜôù áêŬôá"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
+"ÓöÜëìá êáôÜ ôçí áïóôïëŜ áñ÷ċßïġ ìŬóù FTP.\n"
+"áñáêáëŝ äéïñèŝóôċ ôç ñŭèìéóç ôïġ FTP."
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
+"ÓöÜëìá óôï sendmail\n"
+" Ç áíáöïñÜ äċí óôÜëèçêċ\n"
+" áñáêáëŝ ñġèìßóôċ ôï sendmail"
-#: ../../standalone/drakbackup_.c:1354
-msgid " Error during mail sending. \n"
-msgstr "ÓöÜëìá êáôÜ ôçí áïóôïëŜ ìçíŭìáôïò. \n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Next"
+msgstr "Ċüìċíï"
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
-msgstr "Áäŭíáôç ç äçìéïġñßá êáôáëüïġ!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Previous"
+msgstr "ñïçïŭìċíï"
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-msgid "File Selection"
-msgstr "ĊéëïŜ Áñ÷ċßïġ"
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save"
+msgstr "ÁïèŜêċġóç"
-#: ../../standalone/drakbackup_.c:1529
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
-"áñáêáëŝ ċéëŬîôċ ôá áñ÷ċßá Ŝ ôïġò êáôáëüïġò êáé êÜíôċ êëéê óôï 'ñïóèŜêç'"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Build Backup"
+msgstr "Äçìéïġñßá áíôéñÜöùí áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
-"\n"
-"áñáêáëŝ ċéëŬîôċ üëċò ôéò ċéëïŬò ïġ ÷ñċéÜĉċóôċ.\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Progress"
+msgstr "ĊáíáöïñÜ áü áñ÷ċßï"
-#: ../../standalone/drakbackup_.c:1574
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Catalog"
+msgstr "ĊáíáöïñÜ áü ÊáôÜëïï"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Browse to new restore repository."
msgstr ""
-"ÁġôŬò ïé ċéëïŬò ìïñïŭí íá Üñïġí áíôßñáöá áóöáëċßáò êáé íá ċáíáöŬñïġí "
-"ôï /etc\n"
-#: ../../standalone/drakbackup_.c:1575
-msgid "Backup your System files. (/etc directory)"
-msgstr "Áíôßñáöï áóöáëċßáò ôùí áñ÷ċßùí ÓġóôŜìáôïò (êáôÜëïïò /etc )"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
+msgstr "Ôï CD ċßíáé óôç èŬóç ôïġ - óġíŬ÷ċéá"
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Custom Restore"
+msgstr "ñïóáñìïóìŬíç ĊáíáöïñÜ"
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
+msgstr "ĊáíáöïñÜ üëùí ôùí áíôéñÜöùí áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:1578
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
-msgstr ""
-"Ìċ áġôŜ ôçí ċéëïŜ èá ìïñċßôċ íá ċáíáöŬñċôċ ïïéáäŜïôċ\n"
-"Ŭêäïóç ôïġ êáôáëüïġ /etc."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Failed..."
+msgstr "Ç ĊáíáöïñÜ ÁŬôġ÷ċ..."
-#: ../../standalone/drakbackup_.c:1595
-msgid "Please check all users that you want to include in your backup."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Files Restored..."
msgstr ""
-"áñáêáëŝ ċéëŬîôċ üóïġò ÷ñŜóôċò èŬëċôċ íá ġÜñ÷ïġí óôá áíôßñáöá áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:1622
-msgid "Do not include the browser cache"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
+msgstr "Ç ÈŬóç Ŝ ôï ĥñèñùìá ááéôċßôáé"
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hostname required"
msgstr ""
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-msgid "Remove Selected"
-msgstr "Áöáßñċóç ĊéëċìŬíùí"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Username required"
+msgstr "Ááéôċßôáé üíïìá ÷ñŜóôç"
-#: ../../standalone/drakbackup_.c:1679
-msgid "Windows (FAT32)"
-msgstr "Windows (FAT32)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Password required"
+msgstr "Ááéôċßôáé êùäéêüò ñüóâáóçò"
-#: ../../standalone/drakbackup_.c:1714
-msgid "Users"
-msgstr "×ñŜóôċò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1740
-msgid "Use network connection to backup"
-msgstr "×ñŜóç óŭíäċóç äéêôŭïġ éá ôá áñ÷ċßá áóöáëċßáò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Name"
+msgstr "ĵíïìá ÓġóôŜìáôïò"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network"
+msgstr "ĊáíáöïñÜ ìŬóù äéêôŭïġ"
-#: ../../standalone/drakbackup_.c:1747
-msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:1748
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" Transfer \n"
-"Now"
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-" ÌċôáöïñÜ \n"
-"Ôŝñá"
-#: ../../standalone/drakbackup_.c:1749
-msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From Tape"
msgstr ""
-#: ../../standalone/drakbackup_.c:1753
-msgid "Please enter the host name or IP."
-msgstr "áñáêáëŝ ïñßóôċ ôïí äéêôġáêü üíïìá Ŝ ôçí IP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
-#: ../../standalone/drakbackup_.c:1758
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:1763
-msgid "Please enter your login"
-msgstr "áñáêáëŝ ċéóÜċôċ ôï üíïìá ÷ñŜóôç"
-
-#: ../../standalone/drakbackup_.c:1768
-msgid "Please enter your password"
-msgstr "áñáêáëŝ ċéóÜċôċ ôïí êùäéêü ñüóâáóçò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore From CD"
+msgstr "ĊáíáöïñÜ áü CD"
-#: ../../standalone/drakbackup_.c:1774
-msgid "Remember this password"
-msgstr "Áïìíçìüíċġóç ôïġ êùäéêïŭ ñüóâáóçò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files not found at %s."
+msgstr "Ôá áíôßñáöá áóöáëċßáò äċí âñŬèçêáí óôï %s."
-#: ../../standalone/drakbackup_.c:1785
-msgid "Need hostname, username and password!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Change\n"
+"Restore Path"
msgstr ""
+"ÁëëáŜ\n"
+"ÈŬóç ĊáíáöïñÜò"
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
-msgstr "×ñŜóç CD/DVDROM éá ôá áñ÷ċßá áóöáëċßáò"
-
-#: ../../standalone/drakbackup_.c:1882
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
+"Restore Selected\n"
+"Files"
msgstr ""
+"ĊáíáöïñÜ ĊéëċìŬíùí\n"
+"Áñ÷ċßùí"
-#: ../../standalone/drakbackup_.c:1887
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "áñáêáëŝ ïñßóôċ ôïí ÷ŝñï ôïġ CD/DVD "
-
-#: ../../standalone/drakbackup_.c:1893
-msgid "Please check for multisession CD"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:1899
-msgid "Please check if you are using CDRW media"
-msgstr "áñáêáëŝ ïñßóôċ áí êÜíċôċ ÷ñŜóç óġóêċġŜò CDRW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
+msgstr "Áöáßñċóç êáôáëüùí ÷ñçóôŝí ñéí áü ôçí ċáíáöïñÜ."
-#: ../../standalone/drakbackup_.c:1905
-msgid "Please check if you want to erase your RW media (1st Session)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1906
-msgid " Erase Now "
-msgstr "ÓâŜóéìï Ôŝñá "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "select path to restore (instead of /)"
+msgstr "ċéëŬîôċ ôç èŬóç ċáíáöïñÜò (áíôß ôïġ /)"
-#: ../../standalone/drakbackup_.c:1912
-msgid "Please check if you are using a DVDR device"
-msgstr "áñáêáëŝ ïñßóôċ áí êÜíċôċ ÷ñŜóç óġóêċġŜò DVDR"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Other"
+msgstr "ĊáíáöïñÜ ĥëëùí"
-#: ../../standalone/drakbackup_.c:1918
-msgid "Please check if you are using a DVDRAM device"
-msgstr "áñáêáëŝ ïñßóôċ áí êÜíċôċ ÷ñŜóç óġóêċġŜò DVDRAM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Users"
+msgstr "ĊáíáöïñÜ ×ñçóôŝí"
-#: ../../standalone/drakbackup_.c:1931
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
-"áñáêáëŝ ċéóÜċôċ ôï üíïìá ôçò óġóêċġŜò ċñáöŜò CD\n"
-".÷. : 0,1,0"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore system"
+msgstr "ĊáíáöïñÜ óġóôŜìáôïò"
-#: ../../standalone/drakbackup_.c:1964
-msgid "No CD device defined!"
-msgstr "Äċí êáèïñßóôçêċ óġóêċġŜ CD"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Other Media"
+msgstr "ĥëëá ÌŬóá"
-#: ../../standalone/drakbackup_.c:2012
-msgid "Use tape to backup"
-msgstr "×ñŜóç ôáéíßáò éá ôá áñ÷ċßá áóöáëċßáò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select another media to restore from"
+msgstr "ĊéëŬîôċ Üëëï ìŬóï éá ôçí áíÜêôçóç"
-#: ../../standalone/drakbackup_.c:2015
-msgid "Please enter the device name to use for backup"
-msgstr ""
-"áñáêáëŝ ċéóÜċôáé ôï üíïìá óġóêċġŜò éá ôç ÷ñŜóç ôùí áíôéñÜöùí áóöáëċßáò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory where backups are stored"
+msgstr "áñáêáëŝ ċéóÜċôċ ôïí êáôÜëïï ïġ âñßóêïíôáé ôá áíôßñáöá áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:2021
-msgid "Please check if you want to use the non-rewinding device."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore from Hard Disk."
+msgstr "ĊáíáöïñÜ áü ôïí óêëçñü äßóêï."
-#: ../../standalone/drakbackup_.c:2027
-msgid "Please check if you want to erase your tape before the backup."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Secure Connection"
+msgstr "Áóöáëċßò óŭíäċóç"
-#: ../../standalone/drakbackup_.c:2033
-msgid "Please check if you want to eject your tape after the backup."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FTP Connection"
+msgstr "Óŭíäċóç FTP"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use quota for backup files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10533,192 +13940,197 @@ msgstr ""
"áñáêáëŝ ċéëŬîôċ ôï ìŬéóôï ìŬċèïò\n"
"ïġ ċéôñŬċôáé óôï Drakbackup"
-#: ../../standalone/drakbackup_.c:2103
-msgid "Please enter the directory to save to:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save:"
msgstr "áñáêáëŝ ïñßóôċ ôïí êáôÜëïï áïèŜêċġóçò: "
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-msgid "Use quota for backup files."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2180
-msgid "Network"
-msgstr "Äßêôġï"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Hard Disk to backup"
+msgstr "×ñŜóç óêëçñïŭ äßóêïġ éá ôá áíôßñáöá áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr "CDROM / DVDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "please choose the date to restore"
+msgstr "áñáêáëŝ ċéëŬîôċ ôçí çìċñïìçíßá ċáíáöïñÜò"
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
-msgstr "Óêëçñüò Äßóêïò / NFS"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup the system files before:"
+msgstr "Áíôßñáöá áóöáëċßáò áñ÷ċßùí óġóôŜìáôïò ñéí áü:"
-#: ../../standalone/drakbackup_.c:2195
-msgid "Tape"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
-msgstr "ùñéáßá"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
+msgstr "ĊíôÜîċé éá ôçí ċáíáöïñÜ ôùí Üëëùí áñ÷ċßùí."
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr "êáèçìċñéíÜ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Restore Configuration "
+msgstr " Ñġèìßóċéò ĊáíáöïñÜò "
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
-msgstr "ċâäïìáäéáßá"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
+msgstr " Áíáêôçèċß ìċ ċéôġ÷ßá óôï %s "
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
-msgstr "ìçíéáßá"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " All of your selected data have been "
+msgstr " ĵëá ôá ċéëċìŬíá äċäïìŬíá Ŭ÷ïġí "
-#: ../../standalone/drakbackup_.c:2229
-msgid "Use daemon"
-msgstr "×ñŜóç äáßìïíá"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr "Ôá áíôßñáöá áóöáëċßáò ċßíáé êáôċóôñáììŬíá"
-#: ../../standalone/drakbackup_.c:2234
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr ""
-"áñáêáëŝ ċéëŬîôċ ôï \n"
-"äéÜóôçìá ìċôáîŭ ôïġ êÜèċ\n"
-"áíôßñáöïġ áóöáëċßáò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please uncheck or remove it on next time."
+msgstr "áñáêáëŝ áöáéñŬóôċ ôï ôçí ċüìċíç öïñÜ."
-#: ../../standalone/drakbackup_.c:2240
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
+"List of data corrupted:\n"
+"\n"
msgstr ""
-"áñáêáëŝ ċéëŬîôċ ôï \n"
-"ìŬóï éá ôá áíôßñáöá \n"
-"áóöáëċßáò"
+"Ëßóôá ôùí êáôċóôñáììŬíùí äċäïìŬíùí:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2247
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
msgstr ""
+"Ëßóôá ôùí äċäïìŬíùí ñïò ċáíáöïñÜ:\n"
+"\n"
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-"ÁïóôïëŜ çëċêôñïíéêïŭ ìçíŭìáôïò ìċôÜ áü êÜèċ ëŜĝç áíôéñÜöùí áóöáëċßáò óôï:"
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
-msgid "What"
-msgstr "Ôé"
-
-#: ../../standalone/drakbackup_.c:2329
-msgid "Where"
-msgstr "ïġ"
-
-#: ../../standalone/drakbackup_.c:2334
-msgid "When"
-msgstr "üôċ"
-
-#: ../../standalone/drakbackup_.c:2339
-msgid "More Options"
-msgstr "ċñéóóüôċñċò ĊéëïŬò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by rsync.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-msgid "Drakbackup Configuration"
-msgstr "Ñġèìßóċéò Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
+msgstr "\t-Äßêôġï ìŬóù SSH.\n"
-#: ../../standalone/drakbackup_.c:2376
-msgid "Please choose where you want to backup"
-msgstr "áñáêáëŝ ċéëŬîôċ ôçí èŬóç ôùí áíôéñÜöùí áóöáëċßáò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
+msgstr "\t-Äßêôġï ìŬóù FTP.\n"
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
-msgstr "óôïí Óêëçñü Äßóêï"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Tape \n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2388
-msgid "across Network"
-msgstr "óôï Äßêôġï"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
+msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
-msgstr "óôï CDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
+msgstr "\t-Óêëçñüò Äßóêïò.\n"
-#: ../../standalone/drakbackup_.c:2406
-msgid "on Tape Device"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include:\n"
msgstr ""
+"\n"
+"- Äáßìïíáò (%s) ìáĉß ìċ :\n"
-#: ../../standalone/drakbackup_.c:2449
-msgid "Please choose what you want to backup"
-msgstr "áñáêáëŝ ċéëŬîôċ ôé èŬëċôċ íá Üñċôċ óċ áíôßñáöá áóöáëċßáò"
-
-#: ../../standalone/drakbackup_.c:2450
-msgid "Backup system"
-msgstr "Áíôßñáöï Áóöáëċßáò ÓġóôŜìáôïò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
+msgstr "\tÁíôßñáöá Áóöáëċßáò ùò tar êáé gzip\n"
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
-msgstr "Áíôßñáöï Áóöáëċßáò ×ñçóôŝí"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
+msgstr "\tÁíôßñáöá Áóöáëċßáò ùò tar êáé bzip2\n"
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
-msgstr "ĊéëïŜ ÷ñŜóôç ÷ċéñïêßíçôá"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
+msgstr "\t×ùñßò ôï Áñ÷ċßï ÓġóôŜìáôïò\n"
-#: ../../standalone/drakbackup_.c:2537
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Backup Sources: \n"
+"- Options:\n"
msgstr ""
"\n"
-"- çŬò ÁíôéñÜöùí Áóöáëċßáò:\n"
+"- ĊéëïŬò:\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"- System Files:\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-"\n"
-"- Áñ÷ċßá ÓġóôŜìáôïò:\n"
+"\t\t üíïìá ÷ñŜóôç: %s\n"
+"\t\t óôç èŬóç: %s \n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- User Files:\n"
+"- Save via %s on host: %s\n"
msgstr ""
-"\n"
-"- Áñ÷ċßá ×ñçóôŝí:\n"
-#: ../../standalone/drakbackup_.c:2542
-msgid ""
-"\n"
-"- Other Files:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t\tErase=%s"
msgstr ""
-"\n"
-"- ĥëëá Áñ÷ċßá:\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path: %s\n"
+"- Save to Tape on device: %s"
msgstr ""
-"\n"
-"- ÁïèŜêċġóç óôïí óêëçñü äßóêï óôçí èŬóç: %s\n"
-#: ../../standalone/drakbackup_.c:2547
-msgid ""
-"\n"
-"- Delete hard drive tar files after backup.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2553
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " on device: %s"
+msgstr "Óôç ÓġóêċġŜ : %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "RW"
+msgstr "RW"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
"- Burn to CD"
@@ -10726,762 +14138,726 @@ msgstr ""
"\n"
"- ĊñáöŜ óċ CD"
-#: ../../standalone/drakbackup_.c:2554
-msgid "RW"
-msgstr "RW"
-
-#: ../../standalone/drakbackup_.c:2555
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " on device: %s"
-msgstr "Óôç ÓġóêċġŜ : %s"
-
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
+msgid ""
+"\n"
+"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2557
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Save on Hard drive on path: %s\n"
msgstr ""
+"\n"
+"- ÁïèŜêċġóç óôïí óêëçñü äßóêï óôçí èŬóç: %s\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "\t\tErase=%s"
+msgid ""
+"\n"
+"- Other Files:\n"
msgstr ""
+"\n"
+"- ĥëëá Áñ÷ċßá:\n"
-#: ../../standalone/drakbackup_.c:2561
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- User Files:\n"
msgstr ""
+"\n"
+"- Áñ÷ċßá ×ñçóôŝí:\n"
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- System Files:\n"
msgstr ""
-"\t\t üíïìá ÷ñŜóôç: %s\n"
-"\t\t óôç èŬóç: %s \n"
+"\n"
+"- Áñ÷ċßá ÓġóôŜìáôïò:\n"
-#: ../../standalone/drakbackup_.c:2563
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
+"Backup Sources: \n"
msgstr ""
"\n"
-"- ĊéëïŬò:\n"
+"- çŬò ÁíôéñÜöùí Áóöáëċßáò:\n"
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr "\t×ùñßò ôï Áñ÷ċßï ÓġóôŜìáôïò\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select user manually"
+msgstr "ĊéëïŜ ÷ñŜóôç ÷ċéñïêßíçôá"
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
-msgstr "\tÁíôßñáöá Áóöáëċßáò ùò tar êáé bzip2\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
+msgstr "Áíôßñáöï Áóöáëċßáò ×ñçóôŝí"
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
-msgstr "\tÁíôßñáöá Áóöáëċßáò ùò tar êáé gzip\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system"
+msgstr "Áíôßñáöï Áóöáëċßáò ÓġóôŜìáôïò"
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"- Daemon (%s) include:\n"
+msgid "Please choose what you want to backup"
+msgstr "áñáêáëŝ ċéëŬîôċ ôé èŬëċôċ íá Üñċôċ óċ áíôßñáöá áóöáëċßáò"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Tape Device"
msgstr ""
-"\n"
-"- Äáßìïíáò (%s) ìáĉß ìċ :\n"
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
-msgstr "\t-Óêëçñüò Äßóêïò.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
+msgstr "óôï CDROM"
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
-msgstr "\t-CDROM.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "across Network"
+msgstr "óôï Äßêôġï"
-#: ../../standalone/drakbackup_.c:2575
-msgid "\t-Tape \n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
+msgstr "óôïí Óêëçñü Äßóêï"
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
-msgstr "\t-Äßêôġï ìŬóù FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose where you want to backup"
+msgstr "áñáêáëŝ ċéëŬîôċ ôçí èŬóç ôùí áíôéñÜöùí áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
-msgstr "\t-Äßêôġï ìŬóù SSH.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "More Options"
+msgstr "ċñéóóüôċñċò ĊéëïŬò"
-#: ../../standalone/drakbackup_.c:2578
-msgid "\t-Network by rsync.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "When"
+msgstr "üôċ"
-#: ../../standalone/drakbackup_.c:2579
-msgid "\t-Network by webdav.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Where"
+msgstr "ïġ"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "What"
+msgstr "Ôé"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
msgstr ""
+"ÁïóôïëŜ çëċêôñïíéêïŭ ìçíŭìáôïò ìċôÜ áü êÜèċ ëŜĝç áíôéñÜöùí áóöáëċßáò óôï:"
-#: ../../standalone/drakbackup_.c:2587
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data to restore:\n"
+"Please be sure that the cron daemon is included in your services. \n"
"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-"Ëßóôá ôùí äċäïìŬíùí ñïò ċáíáöïñÜ:\n"
-"\n"
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data corrupted:\n"
-"\n"
+"Please choose the\n"
+"media for backup."
msgstr ""
-"Ëßóôá ôùí êáôċóôñáììŬíùí äċäïìŬíùí:\n"
-"\n"
+"áñáêáëŝ ċéëŬîôċ ôï \n"
+"ìŬóï éá ôá áíôßñáöá \n"
+"áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:2756
-msgid "Please uncheck or remove it on next time."
-msgstr "áñáêáëŝ áöáéñŬóôċ ôï ôçí ċüìċíç öïñÜ."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr ""
+"áñáêáëŝ ċéëŬîôċ ôï \n"
+"äéÜóôçìá ìċôáîŭ ôïġ êÜèċ\n"
+"áíôßñáöïġ áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
-msgstr "Ôá áíôßñáöá áóöáëċßáò ċßíáé êáôċóôñáììŬíá"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use daemon"
+msgstr "×ñŜóç äáßìïíá"
-#: ../../standalone/drakbackup_.c:2787
-msgid " All of your selected data have been "
-msgstr " ĵëá ôá ċéëċìŬíá äċäïìŬíá Ŭ÷ïġí "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "monthly"
+msgstr "ìçíéáßá"
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
-msgstr " Áíáêôçèċß ìċ ċéôġ÷ßá óôï %s "
+msgid "weekly"
+msgstr "ċâäïìáäéáßá"
-#: ../../standalone/drakbackup_.c:2906
-msgid " Restore Configuration "
-msgstr " Ñġèìßóċéò ĊáíáöïñÜò "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "daily"
+msgstr "êáèçìċñéíÜ"
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
-msgstr "ĊíôÜîċé éá ôçí ċáíáöïñÜ ôùí Üëëùí áñ÷ċßùí."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "hourly"
+msgstr "ùñéáßá"
-#: ../../standalone/drakbackup_.c:2941
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "HardDrive / NFS"
+msgstr "Óêëçñüò Äßóêïò / NFS"
-#: ../../standalone/drakbackup_.c:3019
-msgid "Backup the system files before:"
-msgstr "Áíôßñáöá áóöáëċßáò áñ÷ċßùí óġóôŜìáôïò ñéí áü:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CDROM / DVDROM"
+msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:3021
-msgid "please choose the date to restore"
-msgstr "áñáêáëŝ ċéëŬîôċ ôçí çìċñïìçíßá ċáíáöïñÜò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory to save to:"
+msgstr "áñáêáëŝ ïñßóôċ ôïí êáôÜëïï áïèŜêċġóçò: "
-#: ../../standalone/drakbackup_.c:3057
-msgid "Use Hard Disk to backup"
-msgstr "×ñŜóç óêëçñïŭ äßóêïġ éá ôá áíôßñáöá áóöáëċßáò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to eject your tape after the backup."
+msgstr ""
-#: ../../standalone/drakbackup_.c:3060
-msgid "Please enter the directory to save:"
-msgstr "áñáêáëŝ ïñßóôċ ôïí êáôÜëïï áïèŜêċġóçò: "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr ""
-#: ../../standalone/drakbackup_.c:3103
-msgid "FTP Connection"
-msgstr "Óŭíäċóç FTP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr ""
-#: ../../standalone/drakbackup_.c:3110
-msgid "Secure Connection"
-msgstr "Áóöáëċßò óŭíäċóç"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the device name to use for backup"
+msgstr ""
+"áñáêáëŝ ċéóÜċôáé ôï üíïìá óġóêċġŜò éá ôç ÷ñŜóç ôùí áíôéñÜöùí áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:3134
-msgid "Restore from Hard Disk."
-msgstr "ĊáíáöïñÜ áü ôïí óêëçñü äßóêï."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use tape to backup"
+msgstr "×ñŜóç ôáéíßáò éá ôá áñ÷ċßá áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:3136
-msgid "Please enter the directory where backups are stored"
-msgstr "áñáêáëŝ ċéóÜċôċ ôïí êáôÜëïï ïġ âñßóêïíôáé ôá áíôßñáöá áóöáëċßáò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CD device defined!"
+msgstr "Äċí êáèïñßóôçêċ óġóêċġŜ CD"
-#: ../../standalone/drakbackup_.c:3204
-msgid "Select another media to restore from"
-msgstr "ĊéëŬîôċ Üëëï ìŬóï éá ôçí áíÜêôçóç"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
+msgstr ""
+"áñáêáëŝ ċéóÜċôċ ôï üíïìá ôçò óġóêċġŜò ċñáöŜò CD\n"
+".÷. : 0,1,0"
-#: ../../standalone/drakbackup_.c:3206
-msgid "Other Media"
-msgstr "ĥëëá ÌŬóá"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "áñáêáëŝ ïñßóôċ áí êÜíċôċ ÷ñŜóç óġóêċġŜò DVDRAM"
-#: ../../standalone/drakbackup_.c:3211
-msgid "Restore system"
-msgstr "ĊáíáöïñÜ óġóôŜìáôïò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "áñáêáëŝ ïñßóôċ áí êÜíċôċ ÷ñŜóç óġóêċġŜò DVDR"
-#: ../../standalone/drakbackup_.c:3212
-msgid "Restore Users"
-msgstr "ĊáíáöïñÜ ×ñçóôŝí"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Erase Now "
+msgstr "ÓâŜóéìï Ôŝñá "
-#: ../../standalone/drakbackup_.c:3213
-msgid "Restore Other"
-msgstr "ĊáíáöïñÜ ĥëëùí"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3215
-msgid "select path to restore (instead of /)"
-msgstr "ċéëŬîôċ ôç èŬóç ċáíáöïñÜò (áíôß ôïġ /)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "áñáêáëŝ ïñßóôċ áí êÜíċôċ ÷ñŜóç óġóêċġŜò CDRW"
-#: ../../standalone/drakbackup_.c:3219
-msgid "Do new backup before restore (only for incremental backups.)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check for multisession CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
-msgstr "Áöáßñċóç êáôáëüùí ÷ñçóôŝí ñéí áü ôçí ċáíáöïñÜ."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "áñáêáëŝ ïñßóôċ ôïí ÷ŝñï ôïġ CD/DVD "
-#: ../../standalone/drakbackup_.c:3334
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Restore Selected\n"
-"Catalog Entry"
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3344
-msgid ""
-"Restore Selected\n"
-"Files"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use CD/DVDROM to backup"
+msgstr "×ñŜóç CD/DVDROM éá ôá áñ÷ċßá áóöáëċßáò"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Need hostname, username and password!"
msgstr ""
-"ĊáíáöïñÜ ĊéëċìŬíùí\n"
-"Áñ÷ċßùí"
-#: ../../standalone/drakbackup_.c:3361
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remember this password"
+msgstr "Áïìíçìüíċġóç ôïġ êùäéêïŭ ñüóâáóçò"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your password"
+msgstr "áñáêáëŝ ċéóÜċôċ ôïí êùäéêü ñüóâáóçò"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter your login"
+msgstr "áñáêáëŝ ċéóÜċôċ ôï üíïìá ÷ñŜóôç"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Change\n"
-"Restore Path"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
-"ÁëëáŜ\n"
-"ÈŬóç ĊáíáöïñÜò"
-#: ../../standalone/drakbackup_.c:3427
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Backup files not found at %s."
-msgstr "Ôá áíôßñáöá áóöáëċßáò äċí âñŬèçêáí óôï %s."
+msgid "Please enter the host name or IP."
+msgstr "áñáêáëŝ ïñßóôċ ôïí äéêôġáêü üíïìá Ŝ ôçí IP"
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:3440
-msgid "Restore From CD"
-msgstr "ĊáíáöïñÜ áü CD"
-
-#: ../../standalone/drakbackup_.c:3442
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
+msgid ""
+" Transfer \n"
+"Now"
msgstr ""
+" ÌċôáöïñÜ \n"
+"Ôŝñá"
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:3452
-msgid "Restore From Tape"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
+msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3474
-msgid "Restore Via Network"
-msgstr "ĊáíáöïñÜ ìŬóù äéêôŭïġ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use network connection to backup"
+msgstr "×ñŜóç óŭíäċóç äéêôŭïġ éá ôá áñ÷ċßá áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
-msgstr ""
+msgid "Users"
+msgstr "×ñŜóôċò"
-#: ../../standalone/drakbackup_.c:3475
-msgid "Host Name"
-msgstr "ĵíïìá ÓġóôŜìáôïò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Windows (FAT32)"
+msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3483
-msgid "Password required"
-msgstr "Ááéôċßôáé êùäéêüò ñüóâáóçò"
-
-#: ../../standalone/drakbackup_.c:3489
-msgid "Username required"
-msgstr "Ááéôċßôáé üíïìá ÷ñŜóôç"
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "Remove Selected"
+msgstr "Áöáßñċóç ĊéëċìŬíùí"
-#: ../../standalone/drakbackup_.c:3492
-msgid "Hostname required"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
-msgstr "Ç ÈŬóç Ŝ ôï ĥñèñùìá ááéôċßôáé"
-
-#: ../../standalone/drakbackup_.c:3510
-msgid "Files Restored..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please check all users that you want to include in your backup."
msgstr ""
+"áñáêáëŝ ċéëŬîôċ üóïġò ÷ñŜóôċò èŬëċôċ íá ġÜñ÷ïġí óôá áíôßñáöá áóöáëċßáò"
-#: ../../standalone/drakbackup_.c:3513
-msgid "Restore Failed..."
-msgstr "Ç ĊáíáöïñÜ ÁŬôġ÷ċ..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
+msgstr ""
+"Ìċ áġôŜ ôçí ċéëïŜ èá ìïñċßôċ íá ċáíáöŬñċôċ ïïéáäŜïôċ\n"
+"Ŭêäïóç ôïġ êáôáëüïġ /etc."
-#: ../../standalone/drakbackup_.c:3751
-msgid "Restore all backups"
-msgstr "ĊáíáöïñÜ üëùí ôùí áíôéñÜöùí áóöáëċßáò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3760
-msgid "Custom Restore"
-msgstr "ñïóáñìïóìŬíç ĊáíáöïñÜ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
-msgstr "Ôï CD ċßíáé óôç èŬóç ôïġ - óġíŬ÷ċéá"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "Áíôßñáöï áóöáëċßáò ôùí áñ÷ċßùí ÓġóôŜìáôïò (êáôÜëïïò /etc )"
-#: ../../standalone/drakbackup_.c:3810
-msgid "Browse to new restore repository."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
+"ÁġôŬò ïé ċéëïŬò ìïñïŭí íá Üñïġí áíôßñáöá áóöáëċßáò êáé íá ċáíáöŬñïġí "
+"ôï /etc\n"
-#: ../../standalone/drakbackup_.c:3813
-msgid "Restore From Catalog"
-msgstr "ĊáíáöïñÜ áü ÊáôÜëïï"
-
-#: ../../standalone/drakbackup_.c:3841
-#, fuzzy
-msgid "Restore Progress"
-msgstr "ĊáíáöïñÜ áü áñ÷ċßï"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
+"\n"
+"áñáêáëŝ ċéëŬîôċ üëċò ôéò ċéëïŬò ïġ ÷ñċéÜĉċóôċ.\n"
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-msgid "Previous"
-msgstr "ñïçïŭìċíï"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
+"áñáêáëŝ ċéëŬîôċ ôá áñ÷ċßá Ŝ ôïġò êáôáëüïġò êáé êÜíôċ êëéê óôï 'ñïóèŜêç'"
-#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-msgid "Save"
-msgstr "ÁïèŜêċġóç"
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, c-format
+msgid "File Selection"
+msgstr "ĊéëïŜ Áñ÷ċßïġ"
-#: ../../standalone/drakbackup_.c:3946
-msgid "Build Backup"
-msgstr "Äçìéïġñßá áíôéñÜöùí áóöáëċßáò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr "Áäŭíáôç ç äçìéïġñßá êáôáëüïġ!"
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-msgid "Restore"
-msgstr "ĊáíáöïñÜ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Error while sending mail. \n"
+msgstr "ÓöÜëìá êáôÜ ôçí áïóôïëŜ ìçíŭìáôïò. \n"
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"\n"
+"Drakbackup activities via tape:\n"
+"\n"
msgstr ""
-"ÓöÜëìá óôï sendmail\n"
-" Ç áíáöïñÜ äċí óôÜëèçêċ\n"
-" áñáêáëŝ ñġèìßóôċ ôï sendmail"
-#: ../../standalone/drakbackup_.c:4195
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"\n"
+"Drakbackup activities via CD:\n"
+"\n"
msgstr ""
-"ÓöÜëìá êáôÜ ôçí áïóôïëŜ áñ÷ċßïġ ìŬóù FTP.\n"
-"áñáêáëŝ äéïñèŝóôċ ôç ñŭèìéóç ôïġ FTP."
-#: ../../standalone/drakbackup_.c:4209
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
+"\n"
+"Drakbackup activities via %s:\n"
+"\n"
msgstr ""
-"Ôá áñáêÜôù áêŬôá ñŬċé íá ċêáôáóôáèïŭí:\n"
-" @list_of_rpm_to_install"
-
-#: ../../standalone/drakbackup_.c:4232
-msgid "Please select data to restore..."
-msgstr "áñáêáëŝ ċéëŬîôċ ôá äċäïìŬíá ñïò ċáíáöïñÜ..."
-
-#: ../../standalone/drakbackup_.c:4267
-msgid "Please select media for backup..."
-msgstr "áñáêáëŝ ċéëŬîôċ ôï ìŬóï éá ôá áíôßñáöá áóöáëċßáò..."
-#: ../../standalone/drakbackup_.c:4275
-msgid "Please select data to backup..."
-msgstr "áñáêáëŝ ċéëŬîôċ ôá áñ÷ċßá ïġ èá ßíïġí áíôßñáöá áóöáëċßáò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
+msgstr ""
+"\n"
+" ÓöÜëìá óôç óŭíäċóç FTP . Äċí Ŝôáí äġíáôŜ ç áïóôïëŜ ôùí áíôéñÜöùí "
+"áóöáëċßáò ìŬóù FTP.\n"
-#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-"Äċí âñŬèçêċ ñŭèìéóç\n"
-"áñáêáëŝ êÜíôċ êëéê óôï Ïäçü Ŝ óôï ñï÷ùñçìŬíï."
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
-msgstr "Ġü ÁíÜôġîç ... áñáêáëŝ ċñéìŬíċôċ."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No changes to backup!"
+msgstr "Äċí ġÜñ÷ïġí áëëáŬò éá íá ßíïġí áíôßñáöá áóöáëċßáò!"
-#: ../../standalone/drakbackup_.c:4382
-msgid "Backup system files"
-msgstr "Áíôßñáöá áóöáëċßáò ôïġ óġóôŜìáôïò áñ÷ċßùí"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup files..."
+msgstr "Áíôßñáöá Áóöáëċßáò Óêëçñïŭ Äßóêïġ"
-#: ../../standalone/drakbackup_.c:4384
-msgid "Backup user files"
-msgstr "Áíôßñáöá áóöáëċßáò áñ÷ċßùí ÷ñçóôŝí"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Other files..."
+msgstr "Áíôßñáöï Áóöáëċßáò ĥëëùí áñ÷ċßùí..."
-#: ../../standalone/drakbackup_.c:4386
-msgid "Backup other files"
-msgstr "Áíôßñáöá áóöáëċßáò Üëëùí áñ÷ċßùí"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
+msgstr "Äéáäéêáóßá ÁíôéñÜöùí áóöáëċßáò óôïí Óêëçñü Äßóêï..."
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
-msgstr "ÓġíïëéêŜ ñüïäïò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup User files..."
+msgstr "Áíôßñáöï Áóöáëċßáò ôùí áñ÷ċßùí ×ñçóôŝí..."
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
-msgstr "áïóôïëŜ áñ÷ċßùí ìŬóù FTP"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
+msgstr "Áíôßñáöï Áóöáëċßáò óġóôŜìáôïò áñ÷ċßùí..."
-#: ../../standalone/drakbackup_.c:4416
-msgid "Sending files..."
-msgstr "ÁïóôïëŜ áñ÷ċßùí..."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4500
-msgid "Backup Now from configuration file"
-msgstr "Äçìéïġñßá ÁíôéñÜöùí Áóöáëċßáò áü ôï áñ÷ċßï ñġèìßóċùí"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr "ñüâëçìá äéêáéùìÜôùí óôçí ñüóâáóç ôïġ CD."
-#: ../../standalone/drakbackup_.c:4505
-msgid "View Backup Configuration."
-msgstr "ñïâïëŜ Ñġèìßóċùí ÁíôéñÜöùí Áóöáëċßáò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr "şóùò ÷ñċéáóôïŭí ìċñéêÜ ëċôÜ éá íá óâçóôċß ôï ìŬóï."
-#: ../../standalone/drakbackup_.c:4526
-msgid "Wizard Configuration"
-msgstr "Ñġèìßóċéò Ïäçïŭ"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4531
-msgid "Advanced Configuration"
-msgstr "ñï÷ùñçìŬíċò Ñġèìßóċéò"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4536
-msgid "Backup Now"
-msgstr "Áíôßñáöá áóöáëċßáò Ôŝñá"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr "Äċí ġÜñ÷ċé CDR/DVDR óôïí ïäçü!"
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
-msgstr "Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
+msgstr "Ç ìċôáöïñÜ WebDAV áŬôġ÷ċ!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
+msgstr "Ôï áïìáêñġóìŬíï WebDAV ċßíáé Ŝäç óċ óġ÷ñïíéóìü!"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Total progess"
+msgstr "ÓġíïëéêŜ ñüïäïò"
-#: ../../standalone/drakbackup_.c:4624
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\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"
+"ssh -i %s %s\\@%s\n"
"\n"
+"without being prompted for a password."
msgstr ""
-
-#: ../../standalone/drakbackup_.c:4654
-msgid ""
+"Ċéôġ÷Ŝò ìċôáöïñÜ\n"
+"şóùò íá ÷ñċéáóôċß íá ċáëçèċŭóċôċ üôé ìïñċßôċ íá ñïóċëÜóċôċ ôïí "
+"äéáêïìéóôŜ ìċ:\n"
"\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"
+"ssh -i %s %s\\@%s\n"
"\n"
+"÷ùñßò íá ĉçôçèċß êùäéêüò ñüóâáóçò."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:4662
-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 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:1
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Áäġíáìßá áíïßìáôïò %s: %s\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:4701
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
-"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data 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 option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "×ùñßò óġíèçìáôéêü"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:4727
-#, fuzzy
-msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
msgstr ""
-" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4729
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
+msgstr "Ìïñċß íá ÷ñċéáóôïŭí ìċñéêÜ ëċôÜ éá ôç äçìéïġñßá ôùí êëċéäéŝí:"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+"%s exists, delete?\n"
+"\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
msgstr ""
-"áíáâáèìßóċéò 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft."
-"com>"
-#: ../../standalone/drakbackup_.c:4732
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Report Details\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"
+msgstr ""
"\n"
+" DrakBackup ËċôïìŬñċéċò ÁíáöïñÜò\n"
"\n"
-msgstr ""
-"ċñéñáöŜ:\n"
"\n"
-"Ôï Drakbackup ÷ñçóéìïïéċßôáé éá ôçí äçìéïġñßá áíôéñÜöùí áóöáëċßáò\n"
-"ÊáôÜ ôç ñŭèìéóç ìïñċßôċ íá ċéëŬîċôċ\n"
-"\t - Áñ÷ċßá óġóôŜìáôïò, \n"
-"\t - Áñ÷ċßá ÷ñçóôŝí, \n"
-"\t - ĥëëá áñ÷ċßá.\n"
-"\tŜ ĵëï ôï óŭóôçìÜ óáò ... êáé ĥëëá (üùò êáôáôìŜóċéò Windows)\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\n"
-" Ôï Drakbackup óáò ċéôñŬċé íá äçìéïġñŜóċôċ áíôßñáöá áóöáëċßáò óċ:\n"
-"\t - Óêëçñü Äßóêï.\n"
-"\t\t- NFS.\n"
-"\t- CDROM (CDRW), DVDROM (ìċ áġôüìáôç ċêêßíçóç, êáé autoboot, rescue and "
-"autoinstall.).\n"
-"\t- FTP.\n"
-"\t- Rsync.\n"
-"\t- Webdav.\n"
-"\t - Ôáéíßá.\n"
-"Ôï Drakbackup óáò ċéôñŬċé ôçí ċáíáöïñÜ ôïġ óġóôŜìáôïò óáò óċ\n"
-"ċéëċìŬíï êáôÜëïï ÷ñŜóôç\n"
+" DrakBackup Daemon Report\n"
"\n"
-"Ċî ïñéóìïŭ üëá ôá áíôßñáöá áóöáëċßáò èá áïèçêċġôïŭí óôï \n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
"\n"
-"Äéáäéêáóßá ĊáíáöïñÜò: \n"
+msgstr ""
"\n"
-"ÊáôÜ ôç äéáäéêáóßá ċáíáöïñÜò ôï Drakbackup èá áöáéñŬóċé\n"
-"ôïí áñ÷éêü êáôÜëïï êáé èá ċáëŜèċġóç ôçí áêċñáéüôçôá üëùí \n"
-"ôùí áñ÷ċßùí óáò. ÓġíéóôÜôáé íá êÜíċôċ áíôßñáöá áóöáëċßáò ñéí\n"
-"ôçí ċáíáöïñÜ.\n"
+" Äáßìïíáò áíáöïñÜò DrakBackup \n"
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Report \n"
"\n"
msgstr ""
-
-#: ../../standalone/drakbackup_.c:4778
-msgid ""
"\n"
-"Restore Backup Problems:\n"
+" ÁíáöïñÜ DrakBackup \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/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Ç ċêáôÜóôáóç ôïġ %s áŬôġ÷ċ. ñïêëŜèçêċ ôï áêüëïġèï óöÜëìá:"
-
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
-msgstr "Ċñáëċßï ÁíáöïñÜò ÓöáëìÜôùí Mandrake"
-
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
-msgstr "Ïäçüò ñŝôçò ÖïñÜò"
-
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
-msgstr "Ċñáëċßï Óġ÷ñïíéóìïŭ"
-
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-msgid "Standalone Tools"
-msgstr ""
+msgid "INFO"
+msgstr "ËÇÑÏÖÏÑÉĊÓ"
-#: ../../standalone/drakbug_.c:53
-msgid "HardDrake"
-msgstr "HardDrake"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "FATAL"
+msgstr "ÌÏÉÑÁÉÏ"
-#: ../../standalone/drakbug_.c:54
-msgid "Mandrake Online"
-msgstr "Mandrake Online"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
+msgstr "ÑÏÓÏ×Ç"
-#: ../../standalone/drakbug_.c:55
-msgid "Menudrake"
-msgstr "Menudrake"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
+msgstr "Ôï cron äċí ċßíáé áêüìá äéáèŬóéìç óôïġò ìç-root"
-#: ../../standalone/drakbug_.c:56
-msgid "Msec"
-msgstr "Msec"
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Ç ċêáôÜóôáóç ôïġ %s áŬôġ÷ċ. ñïêëŜèçêċ ôï áêüëïġèï óöÜëìá:"
-#: ../../standalone/drakbug_.c:57
-msgid "Remote Control"
-msgstr "ÁïìáêñġóìŬíïò ¸ëċ÷ïò"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "No browser available! Please install one"
+msgstr "Äċí âñŬèçêċ ċñéççôŜò! áñáêáëŝ ċêáôáóôŜóôċ ôïí"
-#: ../../standalone/drakbug_.c:58
-msgid "Software Manager"
-msgstr "Äéá÷ċéñéóôŜò Ëïéóìéêïŭ"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
+msgstr "óŭíäċóç óôïí ïäçü Bugzilla ..."
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
-msgstr "Urpmi"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package not installed"
+msgstr "ĊéëïŜ áêŬôùí"
-#: ../../standalone/drakbug_.c:60
-msgid "Windows Migration tool"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Not installed"
msgstr ""
-#: ../../standalone/drakbug_.c:61
-msgid "Userdrake"
-msgstr "Userdrake"
-
-#: ../../standalone/drakbug_.c:62
-msgid "Configuration Wizards"
-msgstr "Ïäçïß Ñŭèìéóçò"
-
-#: ../../standalone/drakbug_.c:75
-msgid "Application:"
-msgstr "ĊöáñìïŜ:"
-
-#: ../../standalone/drakbug_.c:76
-msgid "Package: "
-msgstr "áêŬôï:"
-
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
-msgstr "ġñŜíáò:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Standalone Tools"
+msgstr ""
-#: ../../standalone/drakbug_.c:78
-msgid "Release: "
-msgstr "¸êäïóç:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Report"
+msgstr "ÁíáöïñÜ"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -11493,331 +14869,353 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:112
-msgid "Report"
-msgstr "ÁíáöïñÜ"
-
-#: ../../standalone/drakbug_.c:148
-msgid "Not installed"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "ĊéëïŜ áêŬôùí"
-
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
-msgstr "óŭíäċóç óôïí ïäçü Bugzilla ..."
-
-#: ../../standalone/drakbug_.c:180
-msgid "No browser available! Please install one"
-msgstr "Äċí âñŬèçêċ ċñéççôŜò! áñáêáëŝ ċêáôáóôŜóôċ ôïí"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Release: "
+msgstr "¸êäïóç:"
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Ñŭèìéóç äéêôŭïġ (%d ñïóáñìïċßò)"
+msgid "Kernel:"
+msgstr "ġñŜíáò:"
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-msgid "Profile: "
-msgstr "ñïößë: "
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Package: "
+msgstr "áêŬôï:"
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr "ÄéáñáöŜ ñïößë..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Application:"
+msgstr "ĊöáñìïŜ:"
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
-msgstr "ñïößë éá äéáñáöŜ:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Configuration Wizards"
+msgstr "Ïäçïß Ñŭèìéóçò"
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
-msgstr "ÍŬï ñïößë..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Userdrake"
+msgstr "Userdrake"
-#: ../../standalone/drakconnect_.c:131
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Windows Migration tool"
msgstr ""
-"ĵíïìá éá ôï ñïößë ïġ èá äçìéïġñçèċß (ôï íŬï ñïößë äçìéïġñċßôáé óáí "
-"áíôßñáöï ôïġ ġÜñ÷ïíôïò):"
-
-#: ../../standalone/drakconnect_.c:157
-msgid "Hostname: "
-msgstr "ĵíïìá óġóôŜìáôïò: "
-
-#: ../../standalone/drakconnect_.c:164
-msgid "Internet access"
-msgstr "ñüóâáóç óôï Äéáäßêôġï"
-#: ../../standalone/drakconnect_.c:177
-msgid "Type:"
-msgstr "Ôŭïò:"
-
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "ŭëç äéêôŭïġ:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
+msgstr "Urpmi"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Interface:"
-msgstr "ÄéċáöŜ:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Software Manager"
+msgstr "Äéá÷ċéñéóôŜò Ëïéóìéêïŭ"
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
-msgstr "ÊáôÜóôáóç:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Remote Control"
+msgstr "ÁïìáêñġóìŬíïò ¸ëċ÷ïò"
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
-msgstr "áñáêáëŝ ċñéìŬíċôċ"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Msec"
+msgstr "Msec"
-#: ../../standalone/drakconnect_.c:216
-msgid "Configure Internet Access..."
-msgstr "Ñŭèìéóç ñüóâáóçò óôï Äéáäßêôġï..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Menudrake"
+msgstr "Menudrake"
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-msgid "LAN configuration"
-msgstr "Ñŭèìéóç LAN"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Online"
+msgstr "Mandrake Online"
-#: ../../standalone/drakconnect_.c:228
-msgid "Driver"
-msgstr "Ïäçüò"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "HardDrake"
+msgstr "HardDrake"
-#: ../../standalone/drakconnect_.c:228
-msgid "Interface"
-msgstr "ÄéċáöŜ"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
+msgstr "Ċñáëċßï Óġ÷ñïíéóìïŭ"
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
-msgstr "ñùôüêïëëï"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "First Time Wizard"
+msgstr "Ïäçüò ñŝôçò ÖïñÜò"
-#: ../../standalone/drakconnect_.c:228
-msgid "State"
-msgstr "ÊáôÜóôáóç:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
+msgstr "Ċñáëċßï ÁíáöïñÜò ÓöáëìÜôùí Mandrake"
-#: ../../standalone/drakconnect_.c:240
-msgid "Configure Local Area Network..."
-msgstr "Ñŭèìéóç ôïéêïŭ äéêôŭïġ..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr "ċëÜôçò DHCP"
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
-msgstr "ÊÜíôċ êëéê ċäŝ éá íá îċêéíŜóċé ï ïäçüò ->"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
+msgstr "ÊÜñôá Ethernet"
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "Ïäçüò..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "ŭëç äéêôŭïġ"
-#: ../../standalone/drakconnect_.c:279
-msgid "Apply"
-msgstr "ĊöáñìïŜ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
+msgstr "áñÜìċôñïé"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Connected"
-msgstr "ÓġíäŬèçêċ"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection type: "
+msgstr "Ôŭïò óŭíäċóçò: "
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Not connected"
-msgstr "Äċ óġíäŬèçêċ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile: "
+msgstr "ñïößë: "
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Connect..."
-msgstr "Óŭíäċóç..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet Connection Configuration"
+msgstr "Ñŭèìéóç Óŭíäċóçò Äéáäéêôŭïġ"
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
-msgid "Disconnect..."
-msgstr "Áïóŭíäċóç..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Internet connection configuration"
+msgstr "Ñŭèìéóç óŭíäċóçò Äéáäéêôŭïġ"
-#: ../../standalone/drakconnect_.c:400
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
+"You don't have an Internet connection.\n"
+"Create one first by clicking on 'Configure'"
msgstr ""
-"ñïċéäïïßçóç, ċíôïßóôçêċ ìéá Üëëç óŭíäċóç Äéáäéêôŭïġ ïġ ßóùò ÷ñçóéìïïéċß "
-"ôï äßêôġü óáò"
+"Äċí Ŭ÷ċôċ óŭíäċóç ìċ ôï äéáäßêôġï.\n"
+"ÄçìéïġñŜóôċ ìßá êÜíïíôáò êëéê óôï 'Ñŭèìéóç'"
-#: ../../standalone/drakconnect_.c:427
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
msgstr ""
-"Äċí Ŭ÷ċôċ êÜïéá ñġèìéóìŬíç äéċáöŜ.\n"
-"Ñġèìßóôċ ôçí êÜíïíôáò êëéê óôï 'Ñŭèìéóç'"
+"Ç äéċáöŜ äċí Ŭ÷ċé ñġèìéóôŜ áêüìá. \n"
+"ĊêôċëŬóôċ ôïí ïäçü ñŭèìéóçò óôçí êġñßùò ïèüíç"
-#: ../../standalone/drakconnect_.c:449
-msgid "LAN Configuration"
-msgstr "Ñŭèìéóç LÁÍ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "activate now"
+msgstr "ċíċñïïßçóç ôŝñá"
-#: ../../standalone/drakconnect_.c:460
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Adapter %s: %s"
-msgstr "ñïóáñìïŬáò %s: %s"
+msgid "deactivate now"
+msgstr "áċíċñïïßçóç ôŝñá"
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
-msgstr "ñùôüêïëëï Ċêêßíçóçò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP client"
+msgstr "ċëÜôçò DHCP"
-#: ../../standalone/drakconnect_.c:467
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Started on boot"
msgstr "Îċêßíçóáí óôçí ċêêßíçóç"
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
-msgstr "ċëÜôçò DHCP"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
+msgstr "ñùôüêïëëï Ċêêßíçóçò"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "activate now"
-msgstr "ċíċñïïßçóç ôŝñá"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
+msgstr "ñïóáñìïŬáò %s: %s"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-msgid "deactivate now"
-msgstr "áċíċñïïßçóç ôŝñá"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN Configuration"
+msgstr "Ñŭèìéóç LÁÍ"
-#: ../../standalone/drakconnect_.c:499
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
-"Ç äéċáöŜ äċí Ŭ÷ċé ñġèìéóôŜ áêüìá. \n"
-"ĊêôċëŬóôċ ôïí ïäçü ñŭèìéóçò óôçí êġñßùò ïèüíç"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN configuration"
+msgstr "Ñŭèìéóç LAN"
-#: ../../standalone/drakconnect_.c:556
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
msgstr ""
-"Äċí Ŭ÷ċôċ óŭíäċóç ìċ ôï äéáäßêôġï.\n"
-"ÄçìéïġñŜóôċ ìßá êÜíïíôáò êëéê óôï 'Ñŭèìéóç'"
-
-#: ../../standalone/drakconnect_.c:580
-msgid "Internet connection configuration"
-msgstr "Ñŭèìéóç óŭíäċóçò Äéáäéêôŭïġ"
+"Äċí Ŭ÷ċôċ êÜïéá ñġèìéóìŬíç äéċáöŜ.\n"
+"Ñġèìßóôċ ôçí êÜíïíôáò êëéê óôï 'Ñŭèìéóç'"
-#: ../../standalone/drakconnect_.c:584
-msgid "Internet Connection Configuration"
-msgstr "Ñŭèìéóç Óŭíäċóçò Äéáäéêôŭïġ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Connect..."
+msgstr "Óŭíäċóç..."
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-msgid "Connection type: "
-msgstr "Ôŭïò óŭíäċóçò: "
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Disconnect..."
+msgstr "Áïóŭíäċóç..."
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
-msgstr "áñÜìċôñïé"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Not connected"
+msgstr "Äċ óġíäŬèçêċ"
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "ŭëç äéêôŭïġ"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connected"
+msgstr "ÓġíäŬèçêċ"
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
-msgstr "ÊÜñôá Ethernet"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
+msgstr ""
+"ñïċéäïïßçóç, ċíôïßóôçêċ ìéá Üëëç óŭíäċóç Äéáäéêôŭïġ ïġ ßóùò ÷ñçóéìïïéċß "
+"ôï äßêôġü óáò"
-#: ../../standalone/drakconnect_.c:628
-msgid "DHCP Client"
-msgstr "ċëÜôçò DHCP"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface:"
+msgstr "ÄéċáöŜ:"
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "ŭëç äéêôŭïġ:"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Module name"
-msgstr "ĵíïìá áñèñŝìáôïò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Apply"
+msgstr "ĊöáñìïŜ"
-#: ../../standalone/drakfloppy_.c:40
-msgid "Size"
-msgstr "ÌŬċèïò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
+msgstr "ÊÜíôċ êëéê ċäŝ éá íá îċêéíŜóċé ï ïäçüò ->"
-#: ../../standalone/drakfloppy_.c:45
-msgid "drakfloppy"
-msgstr "drakfloppy"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "Ïäçüò..."
-#: ../../standalone/drakfloppy_.c:63
-msgid "boot disk creation"
-msgstr "äçìéïġñßá äéóêŬôáò ċêêßíçóçò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr "ÊáôÜóôáóç:"
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr "ċî' ïñéóìïŭ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Type:"
+msgstr "Ôŭïò:"
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "ÓöÜëìá DrakFloppy: %s"
+msgid "Internet access"
+msgstr "ñüóâáóç óôï Äéáäßêôġï"
-#: ../../standalone/drakfloppy_.c:98
-msgid "kernel version"
-msgstr "Ŭêäïóç ġñŜíá"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Hostname: "
+msgstr "ĵíïìá óġóôŜìáôïò: "
-#: ../../standalone/drakfloppy_.c:104
-msgid "General"
-msgstr "ċíéêÜ"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Local Area Network..."
+msgstr "Ñŭèìéóç ôïéêïŭ äéêôŭïġ..."
-#: ../../standalone/drakfloppy_.c:109
-msgid "Expert Area"
-msgstr "ċñéï÷Ŝ ñï÷ùñçìŬíùí"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "State"
+msgstr "ÊáôÜóôáóç:"
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
-msgstr "ñïáéñċôéêŬò ċéëïŬò ôïġ mkinitrd"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Driver"
+msgstr "Ïäçüò"
-#: ../../standalone/drakfloppy_.c:113
-msgid "Add a module"
-msgstr "ñïóèŜêç áñèñŝìáôïò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
+msgstr "ñùôüêïëëï"
-#: ../../standalone/drakfloppy_.c:133
-msgid "force"
-msgstr "ìċôÜ âßáò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface"
+msgstr "ÄéċáöŜ"
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
-msgstr "áí ÷ñċéÜĉċôáé"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Configure Internet Access..."
+msgstr "Ñŭèìéóç ñüóâáóçò óôï Äéáäßêôġï..."
-#: ../../standalone/drakfloppy_.c:135
-msgid "omit scsi modules"
-msgstr "áñÜëċéĝç ôùí áñèñùìÜôùí scsi"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
+msgstr "áñáêáëŝ ċñéìŬíċôċ"
-#: ../../standalone/drakfloppy_.c:136
-msgid "omit raid modules"
-msgstr "áñÜëċéĝç ôùí áñèñùìÜôùí raid"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
+msgstr ""
+"ĵíïìá éá ôï ñïößë ïġ èá äçìéïġñçèċß (ôï íŬï ñïößë äçìéïġñċßôáé óáí "
+"áíôßñáöï ôïġ ġÜñ÷ïíôïò):"
-#: ../../standalone/drakfloppy_.c:172
-msgid "Remove a module"
-msgstr "ÁïìÜêñġíóç áñèñŝìáôïò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
+msgstr "ÍŬï ñïößë..."
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
-msgstr "¸îïäïò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr "ñïößë éá äéáñáöŜ:"
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
-msgstr "Äçìéïġñßá äéóêŬôáò"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
+msgstr "ÄéáñáöŜ ñïößë..."
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "Óéïġñċġôċßôċ ùò Ŭíá ìŬóï ċßíáé áñüí éá ôç óġóêċġŜ %s"
+msgid "Network configuration (%d adapters)"
+msgstr "Ñŭèìéóç äéêôŭïġ (%d ñïóáñìïċßò)"
-#: ../../standalone/drakfloppy_.c:341
+#: ../../standalone/drakedm:1
#, c-format
msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
msgstr ""
-"Äċí ġÜñ÷ċé ìŬóï Ŝ ġÜñ÷ċé ñïóôáóßá ċñáöŜò éá ôç óġóêċġŜ %s.\n"
-"áñáêáëŝ ċéóÜċôċ Ŭíá."
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakedm:1
#, c-format
-msgid "Unable to fork: %s"
-msgstr "Áäġíáìßá fork: %s"
+msgid "Choosing a display manager"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
msgid ""
-"Unable to close properly mkbootdisk: \n"
+"Unable to properly close mkbootdisk: \n"
" %s \n"
" %s"
msgstr ""
@@ -11825,105 +15223,195 @@ msgstr ""
" %s \n"
" %s"
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
-msgstr "ÁíáĉŜôçóç ċêáôċóôçìŬíùí ñáììáôïóċéñŝí"
-
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
-msgstr "Ïé áïċéëċìŬíċò ñáììáôïóċéñŬò ċêáôáóôÜèçêáí"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Unable to fork: %s"
+msgstr "Áäġíáìßá fork: %s"
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid ""
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
msgstr ""
+"Äċí ġÜñ÷ċé ìŬóï Ŝ ġÜñ÷ċé ñïóôáóßá ċñáöŜò éá ôç óġóêċġŜ %s.\n"
+"áñáêáëŝ ċéóÜċôċ Ŭíá."
-#: ../../standalone/drakfont_.c:242
-msgid "no fonts found"
-msgstr "äċí âñŬèçêáí ñáììáôïóċéñŬò"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Be sure a media is present for the device %s"
+msgstr "Óéïġñċġôċßôċ ùò Ŭíá ìŬóï ċßíáé áñüí éá ôç óġóêċġŜ %s"
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-msgid "done"
-msgstr "Ïëïêëçñŝèçêċ"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Build the disk"
+msgstr "Äçìéïġñßá äéóêŬôáò"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
-msgstr "äċí âñŬèçêáí ñáììáôïóċéñŬò óôéò ñïóáñôçìŬíċò êáôáôìŜóċéò"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
+msgstr "¸îïäïò"
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr "ÎáíáċéëŬîôċ ôéò óùóôŬò ñáììáôïóċéñŬò"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Remove a module"
+msgstr "ÁïìÜêñġíóç áñèñŝìáôïò"
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
-msgstr "äċí âñŬèçêċ êáìßá ñáììáôïóċéñÜ\n"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit raid modules"
+msgstr "áñÜëċéĝç ôùí áñèñùìÜôùí raid"
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
-msgstr "ÁíáĉŜôçóç ñáììáôïóċéñŝí óôçí ëßóôá ċêáôÜóôáóçò"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit scsi modules"
+msgstr "áñÜëċéĝç ôùí áñèñùìÜôùí scsi"
-#: ../../standalone/drakfont_.c:359
-msgid "Fonts copy"
-msgstr "ÁíôéñáöŜ ñáììáôïóċéñŝí"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
+msgstr "áí ÷ñċéÜĉċôáé"
-#: ../../standalone/drakfont_.c:363
-msgid "True Type fonts installation"
-msgstr "ĊêáôÜóôáóç ñáììáôïóċéñŝí True Type"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "force"
+msgstr "ìċôÜ âßáò"
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr "áñáêáëŝ ċñéìŬíċôċ êáôÜ ôï ttmkfdir..."
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Add a module"
+msgstr "ñïóèŜêç áñèñŝìáôïò"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
-msgstr "Ç ċêáôÜóôáóçò True Type ïëïêëçñŝèçêċ"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "mkinitrd optional arguments"
+msgstr "ñïáéñċôéêŬò ċéëïŬò ôïġ mkinitrd"
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
-msgstr "ÌċôáôñïŜ ñáììáôïóċéñŝí"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Area"
+msgstr "ċñéï÷Ŝ ñï÷ùñçìŬíùí"
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
-msgstr "äçìéïġñßá type1inst"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "General"
+msgstr "ċíéêÜ"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "kernel version"
+msgstr "Ŭêäïóç ġñŜíá"
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
-msgstr "ìċôáôñïŜ ñáììáôïóċéñŝí ttf"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
+msgstr "ÓöÜëìá DrakFloppy: %s"
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
-msgstr "ìċôáôñïŜ ñáììáôïóċéñŝí pfm"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr "ċî' ïñéóìïŭ"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "boot disk creation"
+msgstr "äçìéïġñßá äéóêŬôáò ċêêßíçóçò"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "drakfloppy"
+msgstr "drakfloppy"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Size"
+msgstr "ÌŬċèïò"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Module name"
+msgstr "ĵíïìá áñèñŝìáôïò"
+
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Uninstall"
msgstr ""
-#: ../../standalone/drakfont_.c:459
-msgid "Restart XFS"
-msgstr "Ċáíċêêßíçóç XFS"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove fonts on your system"
+msgstr "Áöáßñċóç ñáììáôïóċéñŝí áü ôï óŭóôçìÜ óáò"
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Initial tests"
+msgstr "Áñ÷éêÜ ôċóô"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Post Install"
msgstr ""
-#: ../../standalone/drakfont_.c:528
-msgid "xfs restart"
-msgstr "ċáíċêêßíçóç xfs"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
+msgstr "ĊêáôÜóôáóç & ìċôáôñïŜ ñáììáôïóċéñŝí"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Copy fonts on your system"
+msgstr "ÁíôéñáöŜ ñáììáôïóċéñŝí óôï óŭóôçìÜ óáò"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Remove List"
+msgstr "Ëßóôá Áöáßñċóçò"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Selected All"
+msgstr "ĊéëïŜ ĵëùí"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
+msgstr "ÁïċéëïŜ ĵëùí"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
+msgstr "ċäŝ áí ü÷é."
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
+msgstr "êÜíôċ êëéê ċäŝ áí ċßóôċ âŬâáéïé"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install List"
+msgstr "Ëßóôá ĊêáôÜóôáóçò"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Select the font file or directory and click on 'Add'"
+msgstr ""
+"ĊéëŬîôċ ôï áñ÷ċßï ñáììáôïóċéñŬò Ŝ ôïí êáôÜëïï êáé êÜíôċ êëéê óôï "
+"'ñïóèŜêç'"
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
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."
+"-You can install the fonts the normal way. In rare cases, bogus fonts may "
+"hang up your X Server."
msgstr ""
"ñéí ċêáôáóôŜóċôċ ôéò ñáììáôïóċéñŬò, âċâáéùèċßôċ üôé Ŭ÷ċôċ ôï äéêáßùìá íá "
"êÜíċôċ ÷ñŜóç áġôŝí ôùí ñáììáôïóċéñŝí êáèŝò êáé íá ôéò ċêáôáóôŜóċôċ óôïí "
@@ -11932,31 +15420,38 @@ msgstr ""
"-Ìïñċßôċ íá ċêáôáóôŜóċôċ ôéò ñáììáôïóċéñŬò êáíïíéêÜ. Óċ óÜíéċò "
"ċñéôŝóċéò, ċéêïíéêŬò ñáììáôïóċéñŬò ìïñïŭí íá áŝóïġí ôïí ċîġçñċôçôŜ ×."
-#: ../../standalone/drakfont_.c:621
-msgid "Fonts Importation"
-msgstr "ĊéóáùŜ ñáììáôïóċéñŝí"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Generic Printers"
+msgstr "ċíéêïß ĊêôġùôŬò"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr "ËŜĝç ñáììáôïóċéñŝí Windows "
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Abiword"
+msgstr "Abiword"
-#: ../../standalone/drakfont_.c:658
-msgid "Uninstall Fonts"
-msgstr "ÁċêáôÜóôáóç ñáììáôïóċéñŝí"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "StarOffice"
+msgstr "StarOffice"
-#: ../../standalone/drakfont_.c:669
-msgid "Advanced Options"
-msgstr "ñï÷ùñçìŬíċò ĊéëïŬò"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr "Ghostscript"
-#: ../../standalone/drakfont_.c:677
-msgid "Font List"
-msgstr "Ëßóôá ñáììáôïóċéñŝí"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "ĊéëŬîôċ ôéò ċöáñìïŬò ïġ èá ġïóôçñßĉïġí ôéò ñáììáôïóċéñŬò :"
-#: ../../standalone/drakfont_.c:737
+#: ../../standalone/drakfont:1
+#, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\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"
@@ -11982,332 +15477,277 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
-"\n"
-"\n"
msgstr ""
-#: ../../standalone/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:862
-msgid "Choose the applications that will support the fonts:"
-msgstr "ĊéëŬîôċ ôéò ċöáñìïŬò ïġ èá ġïóôçñßĉïġí ôéò ñáììáôïóċéñŬò :"
-
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
-msgstr "Ghostscript"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "About"
+msgstr "Áêŭñùóç"
-#: ../../standalone/drakfont_.c:877
-msgid "StarOffice"
-msgstr "StarOffice"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Font List"
+msgstr "Ëßóôá ñáììáôïóċéñŝí"
-#: ../../standalone/drakfont_.c:884
-msgid "Abiword"
-msgstr "Abiword"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Advanced Options"
+msgstr "ñï÷ùñçìŬíċò ĊéëïŬò"
-#: ../../standalone/drakfont_.c:891
-msgid "Generic Printers"
-msgstr "ċíéêïß ĊêôġùôŬò"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Uninstall Fonts"
+msgstr "ÁċêáôÜóôáóç ñáììáôïóċéñŝí"
-#: ../../standalone/drakfont_.c:958
-msgid "Select the font file or directory and click on 'Add'"
-msgstr ""
-"ĊéëŬîôċ ôï áñ÷ċßï ñáììáôïóċéñŬò Ŝ ôïí êáôÜëïï êáé êÜíôċ êëéê óôï "
-"'ñïóèŜêç'"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
+msgstr "ËŜĝç ñáììáôïóċéñŝí Windows "
-#: ../../standalone/drakfont_.c:1005
-msgid "Install List"
-msgstr "Ëßóôá ĊêáôÜóôáóçò"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Import Fonts"
+msgstr "ĊéóáùŜ ñáììáôïóċéñŝí"
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
-msgstr "êÜíôċ êëéê ċäŝ áí ċßóôċ âŬâáéïé"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "done"
+msgstr "Ïëïêëçñŝèçêċ"
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
-msgstr "ċäŝ áí ü÷é."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "xfs restart"
+msgstr "ċáíċêêßíçóç xfs"
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
-msgstr "ÁïċéëïŜ ĵëùí"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
+msgstr ""
-#: ../../standalone/drakfont_.c:1116
-msgid "Selected All"
-msgstr "ĊéëïŜ ĵëùí"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Restart XFS"
+msgstr "Ċáíċêêßíçóç XFS"
-#: ../../standalone/drakfont_.c:1120
-msgid "Remove List"
-msgstr "Ëßóôá Áöáßñċóçò"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
+msgstr ""
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-msgid "Initials tests"
-msgstr "Áñ÷éêÜ ôċóô"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
+msgstr "äçìéïġñßá type1inst"
-#: ../../standalone/drakfont_.c:1145
-msgid "Copy fonts on your system"
-msgstr "ÁíôéñáöŜ ñáììáôïóċéñŝí óôï óŭóôçìÜ óáò"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
+msgstr "ìċôáôñïŜ ñáììáôïóċéñŝí pfm"
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
-msgstr "ĊêáôÜóôáóç & ìċôáôñïŜ ñáììáôïóċéñŝí"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr "ìċôáôñïŜ ñáììáôïóċéñŝí ttf"
-#: ../../standalone/drakfont_.c:1153
-msgid "Post Install"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
msgstr ""
-#: ../../standalone/drakfont_.c:1178
-msgid "Remove fonts on your system"
-msgstr "Áöáßñċóç ñáììáôïóċéñŝí áü ôï óŭóôçìÜ óáò"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
+msgstr "ÌċôáôñïŜ ñáììáôïóċéñŝí"
-#: ../../standalone/drakfont_.c:1182
-msgid "Post Uninstall"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr "Ç ċêáôÜóôáóçò True Type ïëïêëçñŝèçêċ"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "ÊïéíŜ Óŭíäċóç Äéáäéêôŭïġ"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
+msgstr "áñáêáëŝ ċñéìŬíċôċ êáôÜ ôï ttmkfdir..."
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
-msgstr "ËġÜìáé, ġïóôçñßĉïíôáé ìüíï ïé ġñŜíċò 2.4"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type fonts installation"
+msgstr "ĊêáôÜóôáóç ñáììáôïóċéñŝí True Type"
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "ÊïéíŜ Óŭíäċóç Äéáäéêôŭïġ ċíċñïïéçìŬíç"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts copy"
+msgstr "ÁíôéñáöŜ ñáììáôïóċéñŝí"
-#: ../../standalone/drakgw_.c:126
-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/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr "ÁíáĉŜôçóç ñáììáôïóċéñŝí óôçí ëßóôá ċêáôÜóôáóçò"
-#: ../../standalone/drakgw_.c:130
-msgid "disable"
-msgstr "áċíċñïïßçóç"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr "äċí âñŬèçêċ êáìßá ñáììáôïóċéñÜ\n"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
-msgstr "Üêġñï"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
+msgstr "ÎáíáċéëŬîôċ ôéò óùóôŬò ñáììáôïóċéñŬò"
-#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
-msgid "reconfigure"
-msgstr "ċáíáñŭèìéóç"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr "äċí âñŬèçêáí ñáììáôïóċéñŬò óôéò ñïóáñôçìŬíċò êáôáôìŜóċéò"
-#: ../../standalone/drakgw_.c:133
-msgid "Disabling servers..."
-msgstr "Áċíċñïïßçóç ċîġçñċôçôŝí..."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "no fonts found"
+msgstr "äċí âñŬèçêáí ñáììáôïóċéñŬò"
-#: ../../standalone/drakgw_.c:142
-msgid "Internet connection sharing is now disabled."
-msgstr "Ç ÊïéíŜ Óŭíäċóç Äéáäéêôŭïġ ôŝñá áċíċñïïéŜèçêċ."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr ""
-#: ../../standalone/drakgw_.c:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "ÊïéíŜ Óŭíäċóç Äéáäéêôŭïġ áċíċñïïéçìŬíç"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr "Ïé áïċéëċìŬíċò ñáììáôïóċéñŬò ċêáôáóôÜèçêáí"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr "ÁíáĉŜôçóç ċêáôċóôçìŬíùí ñáììáôïóċéñŝí"
-#: ../../standalone/drakgw_.c:150
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently disabled.\n"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"What would you like to do?"
+"%s\n"
+"\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
-"Ç ñŭèìéóç ôçò êïéíŜò óŭíäċóçò ôïġ äéáäéêôŭïġ Ŭ÷ċé Ŝäç ßíċé.\n"
-"ÁġôŜ ôç óôéìŜ ċßíáé áíċíċñŜ.\n"
+"Êáëŝò ïñßóáôċ óôï ċñáëċßï ñŭèìéóçò ôçò ÊïéíŜò Óŭíäċóçò ôïġ Äéáäéêôŭïġ!\n"
"\n"
-"Ôé èŬëċôċ íá êÜíċôċ;"
+"%s\n"
+"\n"
+"ÊÜíôċ êëéê óôï Ñŭèìéóç éá íá îċêéíŜóċôċ ôïí ïäçü ċêáôÜóôáóçò."
-#: ../../standalone/drakgw_.c:154
-msgid "enable"
-msgstr "ċíċñïïßçóç"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing configuration"
+msgstr "Ñŭèìéóç ÊïéíŜò óŭíäċóçò Äéáäéêôŭïġ"
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
-msgstr "Ċíċñïïßçóç ċîġçñċôçôŝí..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No Internet Connection Sharing has ever been configured."
+msgstr "Ç ÊïéíŜ Óŭíäċóç Äéáäéêôŭïġ äċí Ŭ÷ċé ñġèìéóôċß ïôŬ."
-#: ../../standalone/drakgw_.c:166
-msgid "Internet connection sharing is now enabled."
-msgstr "Ç ÊïéíŜ Óŭíäċóç óôï Äéáäßêôġï ôŝñá ċíċñïïéŜèçêċ."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, and it's currently enabled."
+msgstr "Ç ñŭèìéóç Ŭ÷ċé Ŝäç ßíċé, êáé áġôŜ ôç óôéìŜ ċßíáé ċíċñïïéçìŬíç."
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The setup has already been done, but it's currently disabled."
+msgstr "Ç ñŭèìéóç Ŭ÷ċé Ŝäç ßíċé, áëëÜ áġôŜ ôç óôéìŜ ċßíáé áċíċñïïéçìŬíç."
-#: ../../standalone/drakgw_.c:183
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, c-format
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"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
+"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"
-"ôç óŭíäċóç ìċ ôï äéáäßêôġï ìċ Üëëïġò ġïëïéóôŬò.\n"
-"\n"
-"Óçìċßùóç: ×ñċéÜĉċóôċ Ŭíáí ñïóáñìïŬá äéêôŭïġ Ŭôóé ŝóôċ íá äçìéïġñŜóċôċ Ŭíá "
-"ôïéêü äßêôġï (LAN)."
+"ĵëá Ŭ÷ïġí ñġèìéóôċß.\n"
+"Ìïñċßôċ ôŝñá íá ìïéñÜĉċóôċ ôç óŭíäċóŜ óáò óôï Äéáäßêôġï ìċ Üëëïġò "
+"ġïëïéóôŬò óôï ôïéêü óáò äßêôġï, ìċ ôçí ÷ñŜóç áġôüìáôçò ñŭèìéóçò äéêôŭïġ "
+"(DHCP)."
-#: ../../standalone/drakgw_.c:211
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
#, c-format
-msgid "Interface %s (using module %s)"
-msgstr "ÄéċáöŜ %s (÷ñŜóç áñèñŝìáôïò %s)"
+msgid "Problems installing package %s"
+msgstr "ñüâëçìá êáôÜ ôçí ċêáôÜóôáóç ôïġ áêŬôïġ %s"
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s"
-msgstr "ÄéċáöŜ %s"
+msgid "Configuring scripts, installing software, starting servers..."
+msgstr "Ñŭèìéóç, ċêáôÜóôáóç ëïéóìéêïŭ, ċêêßíçóç ċîġçñċôçôŝí..."
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "Äċí âñŬèçêċ ñïóáñìïŬáò äéêôŭïġ óôï óŭóôçìÜ óáò!"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring..."
+msgstr "Ñŭèìéóç..."
-#: ../../standalone/drakgw_.c:221
-msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
-msgstr ""
-"Äċí âñŬèçêċ ñïóáñìïŬáò äéêôŭïġ Ethernet óôï óŭóôçìÜ óáò. áñáêáëŝ "
-"÷ñçóéìïïéċßóôċ ôï ñüñáììá ñŭèìéóçò ġëéêïŭ."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Potential LAN address conflict found in current config of %s!\n"
+msgstr "éèáíŜ äéëŜò äéċŭèġíóçò LAN óôçí ôñŬ÷ïġóá ñŭèìéóç ôïġ %s!\n"
-#: ../../standalone/drakgw_.c:227
-msgid "Network interface"
-msgstr "ÓġóêċġŜ äéêôŭïġ"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The Local Network did not finish with `.0', bailing out."
+msgstr "Ôï Ôïéêü Äßêôġï äċí ôċëċéŝíċé ìċ `.0', ôċñìáôéóìüò."
-#: ../../standalone/drakgw_.c:228
+#: ../../standalone/drakgw:1
#, 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"
-"Èá ñġèìéóôċß ôï Ôïéêü óáò Äßêôġï ìċ áġôüí ôïí ñïóáñìïŬá."
+msgid "Re-configure interface and DHCP server"
+msgstr "Ċáíáñŭèìéóç äéċáöŜ êáé ôïġ äéáêïìéóôŜ DHCP"
-#: ../../standalone/drakgw_.c:235
-msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The maximum lease (in seconds)"
msgstr ""
-"áñáêáëŝ ċéëŬîôċ ôé ñïóáñìïŬáò äéêôŭïġ èá óġíäċèċß óôï ôïéêü óáò äßêôġï."
-
-#: ../../standalone/drakgw_.c:261
-msgid "Network interface already configured"
-msgstr "Ç äéċáöŜ Äéêôŭïġ Ŭ÷ċé Ŝäç ñġèìéóôċß"
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
#, 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."
+msgid "The default lease (in seconds)"
msgstr ""
-"ñïċéäïïßçóç, ï ñïóáñìïŬáò äéêôŭïġ (%s) Ŭ÷ċé Ŝäç ñŭèìéóç\n"
-"\n"
-"ÈŬëċôċ íá îáíáñġèìéóôċß áġôüìáôá ;\n"
-"\n"
-"Ìïñċßôċ íá ôï êÜíċôċ êáé ìüíïé óáò áëëÜ ñŬċé íá îŬñċôċ ôé êÜíċôċ."
-#: ../../standalone/drakgw_.c:267
-msgid "Automatic reconfiguration"
-msgstr "Áġôüìáôç ċáíáñŭèìéóçò"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP end range"
+msgstr ""
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
msgstr ""
-#: ../../standalone/drakgw_.c:268
-msgid "Show current interface configuration"
-msgstr "ñïâïëŜ ôçò ôñŬ÷ïġóáò ñŭèìéóçò äéċáöŜ"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The internal domain name"
+msgstr "ÊáíŬíá üíïìá ċêôġùôŜ"
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "ñïâïëŜ ôçò ôñŬ÷ïġóáò ñŭèìéóçò äéċáöŜ"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The DNS Server IP"
+msgstr "(ÁġôŜ ôçí) IP ôïġ ċîġçñċôçôŜ DHCP"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "(This) DHCP Server IP"
+msgstr "(ÁġôŜ ôçí) IP ôïġ ċîġçñċôçôŜ DHCP"
-#: ../../standalone/drakgw_.c:270
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Current configuration of `%s':\n"
+"DHCP Server Configuration.\n"
"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
-msgstr ""
-"ÔñŬ÷ïġóċò ñġèìßóċéò ôïġ %s':\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\n"
"\n"
-"Äßêôġï: %s\n"
-"Äéċŭèġíóç IP : %s\n"
-"IP attribution: %s\n"
-"Ïäçüò: %s"
+msgstr ""
-#: ../../standalone/drakgw_.c:283
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Local Network adress"
+msgstr "Ôïéêü Äßêôġï C-Class"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
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 Network that you use "
@@ -12317,8 +15757,8 @@ msgid ""
"The default DNS entry is the Caching Nameserver configured on the firewall. "
"You can replace that with your ISP DNS IP, for example.\n"
"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
+"Otherwise, I can reconfigure your interface and (re)configure a DHCP server "
+"for you.\n"
"\n"
msgstr ""
"Ìïñŝ íá êñáôŜóù ôéò ġÜñ÷ïġóċò ñġèìßóċéò êáé íá ġïèŬóù üôé Ŭ÷ċôċ Ŝäç "
@@ -12330,283 +15770,572 @@ msgstr ""
"äéáêïìéóôŜ DHCP éá óáò\n"
"\n"
-#: ../../standalone/drakgw_.c:290
-#, fuzzy
-msgid "Local Network adress"
-msgstr "Ôïéêü Äßêôġï C-Class"
-
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"DHCP Server Configuration.\n"
+"Current configuration of `%s':\n"
"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
+msgstr ""
+"ÔñŬ÷ïġóċò ñġèìßóċéò ôïġ %s':\n"
"\n"
+"Äßêôġï: %s\n"
+"Äéċŭèġíóç IP : %s\n"
+"IP attribution: %s\n"
+"Ïäçüò: %s"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Current interface configuration"
+msgstr "ñïâïëŜ ôçò ôñŬ÷ïġóáò ñŭèìéóçò äéċáöŜ"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Show current interface configuration"
+msgstr "ñïâïëŜ ôçò ôñŬ÷ïġóáò ñŭèìéóçò äéċáöŜ"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "No (experts only)"
msgstr ""
-#: ../../standalone/drakgw_.c:300
-msgid "(This) DHCP Server IP"
-msgstr "(ÁġôŜ ôçí) IP ôïġ ċîġçñċôçôŜ DHCP"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Automatic reconfiguration"
+msgstr "Áġôüìáôç ċáíáñŭèìéóçò"
-#: ../../standalone/drakgw_.c:301
-#, fuzzy
-msgid "The DNS Server IP"
-msgstr "(ÁġôŜ ôçí) IP ôïġ ċîġçñċôçôŜ DHCP"
+#: ../../standalone/drakgw:1
+#, 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:302
-#, fuzzy
-msgid "The internal domain name"
-msgstr "ÊáíŬíá üíïìá ċêôġùôŜ"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface already configured"
+msgstr "Ç äéċáöŜ Äéêôŭïġ Ŭ÷ċé Ŝäç ñġèìéóôċß"
-#: ../../standalone/drakgw_.c:303
-msgid "The DHCP start range"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid ""
+"Please choose what network adapter will be connected to your Local Area "
+"Network."
msgstr ""
+"áñáêáëŝ ċéëŬîôċ ôé ñïóáñìïŬáò äéêôŭïġ èá óġíäċèċß óôï ôïéêü óáò äßêôġï."
-#: ../../standalone/drakgw_.c:304
-msgid "The DHCP end range"
+#: ../../standalone/drakgw:1
+#, 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:305
-msgid "The default lease (in seconds)"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "ÓġóêċġŜ äéêôŭïġ"
+
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No ethernet network adapter has been detected on your system. Please run the "
+"hardware configuration tool."
msgstr ""
+"Äċí âñŬèçêċ ñïóáñìïŬáò äéêôŭïġ Ethernet óôï óŭóôçìÜ óáò. áñáêáëŝ "
+"÷ñçóéìïïéċßóôċ ôï ñüñáììá ñŭèìéóçò ġëéêïŭ."
-#: ../../standalone/drakgw_.c:306
-msgid "The maximum lease (in seconds)"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "Äċí âñŬèçêċ ñïóáñìïŬáò äéêôŭïġ óôï óŭóôçìÜ óáò!"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s"
+msgstr "ÄéċáöŜ %s"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s (using module %s)"
+msgstr "ÄéċáöŜ %s (÷ñŜóç áñèñŝìáôïò %s)"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+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"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\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:307
-msgid "Re-configure interface and DHCP server"
-msgstr "Ċáíáñŭèìéóç äéċáöŜ êáé ôïġ äéáêïìéóôŜ DHCP"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing"
+msgstr "ÊïéíŜ Óŭíäċóç Äéáäéêôŭïġ"
-#: ../../standalone/drakgw_.c:314
-msgid "The Local Network did not finish with `.0', bailing out."
-msgstr "Ôï Ôïéêü Äßêôġï äċí ôċëċéŝíċé ìċ `.0', ôċñìáôéóìüò."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "Ç ÊïéíŜ Óŭíäċóç óôï Äéáäßêôġï ôŝñá ċíċñïïéŜèçêċ."
-#: ../../standalone/drakgw_.c:325
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Potential LAN address conflict found in current config of %s!\n"
-msgstr "éèáíŜ äéëŜò äéċŭèġíóçò LAN óôçí ôñŬ÷ïġóá ñŭèìéóç ôïġ %s!\n"
+msgid "Enabling servers..."
+msgstr "Ċíċñïïßçóç ċîġçñċôçôŝí..."
-#: ../../standalone/drakgw_.c:335
-msgid "Configuring..."
-msgstr "Ñŭèìéóç..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "dismiss"
+msgstr "Üêġñï"
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
-msgstr "Ñŭèìéóç, ċêáôÜóôáóç ëïéóìéêïŭ, ċêêßíçóç ċîġçñċôçôŝí..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "reconfigure"
+msgstr "ċáíáñŭèìéóç"
-#: ../../standalone/drakgw_.c:372
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Problems installing package %s"
-msgstr "ñüâëçìá êáôÜ ôçí ċêáôÜóôáóç ôïġ áêŬôïġ %s"
+msgid "enable"
+msgstr "ċíċñïïßçóç"
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
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)."
+"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"
-"Ìïñċßôċ ôŝñá íá ìïéñÜĉċóôċ ôç óŭíäċóŜ óáò óôï Äéáäßêôġï ìċ Üëëïġò "
-"ġïëïéóôŬò óôï ôïéêü óáò äßêôġï, ìċ ôçí ÷ñŜóç áġôüìáôçò ñŭèìéóçò äéêôŭïġ "
-"(DHCP)."
+"Ç ñŭèìéóç ôçò êïéíŜò óŭíäċóçò ôïġ äéáäéêôŭïġ Ŭ÷ċé Ŝäç ßíċé.\n"
+"ÁġôŜ ôç óôéìŜ ċßíáé áíċíċñŜ.\n"
+"\n"
+"Ôé èŬëċôċ íá êÜíċôċ;"
-#: ../../standalone/drakgw_.c:523
-msgid "The setup has already been done, but it's currently disabled."
-msgstr "Ç ñŭèìéóç Ŭ÷ċé Ŝäç ßíċé, áëëÜ áġôŜ ôç óôéìŜ ċßíáé áċíċñïïéçìŬíç."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently disabled"
+msgstr "ÊïéíŜ Óŭíäċóç Äéáäéêôŭïġ áċíċñïïéçìŬíç"
-#: ../../standalone/drakgw_.c:524
-msgid "The setup has already been done, and it's currently enabled."
-msgstr "Ç ñŭèìéóç Ŭ÷ċé Ŝäç ßíċé, êáé áġôŜ ôç óôéìŜ ċßíáé ċíċñïïéçìŬíç."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "Ç ÊïéíŜ Óŭíäċóç Äéáäéêôŭïġ ôŝñá áċíċñïïéŜèçêċ."
-#: ../../standalone/drakgw_.c:525
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Ç ÊïéíŜ Óŭíäċóç Äéáäéêôŭïġ äċí Ŭ÷ċé ñġèìéóôċß ïôŬ."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Disabling servers..."
+msgstr "Áċíċñïïßçóç ċîġçñċôçôŝí..."
-#: ../../standalone/drakgw_.c:531
-msgid "Internet connection sharing configuration"
-msgstr "Ñŭèìéóç ÊïéíŜò óŭíäċóçò Äéáäéêôŭïġ"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "disable"
+msgstr "áċíċñïïßçóç"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakgw:1
#, c-format
msgid ""
-"Welcome to the Internet Connection Sharing utility!\n"
-"\n"
-"%s\n"
+"The setup of Internet Connection Sharing has already been done.\n"
+"It's currently enabled.\n"
"\n"
-"Click on Configure to launch the setup wizard."
+"What would you like to do?"
msgstr ""
-"Êáëŝò ïñßóáôċ óôï ċñáëċßï ñŭèìéóçò ôçò ÊïéíŜò Óŭíäċóçò ôïġ Äéáäéêôŭïġ!\n"
-"\n"
-"%s\n"
+"Ç ñŭèìéóç ôçò êïéíŜò óŭíäċóçò ôïġ Äéáäéêôŭïġ Ŭ÷ċé Ŝäç ßíċé.\n"
+"ÁġôŜ ôç óôéìŜ ċßíáé ċíċñŜ.\n"
"\n"
-"ÊÜíôċ êëéê óôï Ñŭèìéóç éá íá îċêéíŜóċôċ ôïí ïäçü ċêáôÜóôáóçò."
+"Ôé èŬëċôċ íá êÜíċôċ;"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "group"
-msgstr "ÏìÜäá ċñáóßáò:"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "ÊïéíŜ Óŭíäċóç Äéáäéêôŭïġ ċíċñïïéçìŬíç"
-#: ../../standalone/drakperm_.c:36
-msgid "path"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
+msgstr "ËġÜìáé, ġïóôçñßĉïíôáé ìüíï ïé ġñŜíċò 2.4"
+
+#: ../../standalone/drakhelp:1
+#, c-format
+msgid ""
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
msgstr ""
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "permissions"
-msgstr "êáôÜôìçóç %s"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group :"
+msgstr "ÏìÜäá ċñáóßáò:"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "user"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "user :"
msgstr "×ñŜóôçò"
-#: ../../standalone/drakperm_.c:43
-msgid "Up"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Path selection"
+msgstr "ÔìŜìá Splash"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakperm_.c:44
-#, fuzzy
-msgid "delete"
-msgstr "ÄéáñáöŜ"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Use group id for execution"
+msgstr "×ñŜóç áġôüìáôçò áíß÷íċġóçò"
-#: ../../standalone/drakperm_.c:45
-msgid "edit"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Use owner id for execution"
+msgstr "×ñŜóç áġôüìáôçò áíß÷íċġóçò"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakperm_.c:46
-#, fuzzy
-msgid "Down"
-msgstr "Ïëïêëçñŝèçêċ"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
+msgstr ""
-#: ../../standalone/drakperm_.c:47
-#, fuzzy
-msgid "add a rule"
-msgstr "ñïóèŜêç áñèñŝìáôïò"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "sticky-bit"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Property"
+msgstr "Èŭñá"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Permissions"
+msgstr "¸êäïóç: %s\n"
-#: ../../standalone/drakperm_.c:48
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Current user"
+msgstr "Áïäï÷Ŝ ÷ñŜóôç"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "browse"
+msgstr "áíáĉŜôçóç"
+
+#: ../../standalone/drakperm:1
+#, c-format
msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakperm:1
+#, c-format
msgid ""
"Drakperm is used to see files to use in order to fix permissions, owners, "
"and groups via msec.\n"
"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakperm_.c:56
-#, fuzzy
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Edit current rule"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "edit"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Delete selected rule"
+msgstr ""
+"ĊáíáöïñÜ ĊéëċìŬíùí\n"
+"Áñ÷ċßùí"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "delete"
+msgstr "ÄéáñáöŜ"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
msgid "Add a new rule at the end"
msgstr "ñïóèŜêç íŬïġ ċêôġùôŜ"
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "add a rule"
+msgstr "ñïóèŜêç áñèñŝìáôïò"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule down one level"
msgstr ""
-#: ../../standalone/drakperm_.c:58
-#, fuzzy
-msgid "Up selected rule one level"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Down"
+msgstr "Ïëïêëçñŝèçêċ"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Move selected rule up one level"
msgstr "ÁïċéëïŜ ĵëùí"
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Up"
msgstr ""
-#: ../../standalone/drakperm_.c:60
-#, fuzzy
-msgid "Delete selected rule"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "permissions"
+msgstr "êáôÜôìçóç %s"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group"
+msgstr "ÏìÜäá ċñáóßáò:"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "user"
+msgstr "×ñŜóôçò"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
msgstr ""
-"ĊáíáöïñÜ ĊéëċìŬíùí\n"
-"Áñ÷ċßùí"
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
-msgstr "áíáĉŜôçóç"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "Äçìéïġñßá äéóêŬôáò áġôüìáôçò ċêáôÜóôáóçò"
-#: ../../standalone/drakperm_.c:231
-#, fuzzy
-msgid "Current user"
-msgstr "Áïäï÷Ŝ ÷ñŜóôç"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakperm_.c:236
-#, fuzzy
-msgid "Permissions"
-msgstr "¸êäïóç: %s\n"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No CD or DVD image found, please copy the installation program and rpm files."
+msgstr ""
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "No image found"
+msgstr "Äċí âñŬèçêċ ċêôġùôŜò!"
+
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation image directory"
+msgstr "Xpmac (ïäçüò ñïâïëŜò ċêáôÜóôáóçò)"
+
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:238
-#, fuzzy
-msgid "Property"
-msgstr "Èŭñá"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP end ip"
+msgstr ""
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP start ip"
msgstr ""
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Interface %s (on network %s)"
+msgstr "ÄéċáöŜ %s (÷ñŜóç áñèñŝìáôïò %s)"
+
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
msgstr ""
+"áñáêáëŝ ċéëŬîôċ ïéá óġóêċġŜ äéêôŭïġ èŬëċôċ íá ÷ñçóéìïïéŜóċôċ éá ôçí "
+"óŭíäċóç óôï Äéáäßêôġï"
-#: ../../standalone/drakperm_.c:296
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
+"\n"
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
msgstr ""
+"Ï ġïëïéóôŜò óáò ìïñċß íá ñġèìéóôċß Ŭôóé ŝóôċ íá ìïéñÜĉċôáé \n"
+"ôç óŭíäċóç ìċ ôï äéáäßêôġï ìċ Üëëïġò ġïëïéóôŬò.\n"
+"\n"
+"Óçìċßùóç: ×ñċéÜĉċóôċ Ŭíáí ñïóáñìïŬá äéêôŭïġ Ŭôóé ŝóôċ íá äçìéïġñŜóċôċ Ŭíá "
+"ôïéêü äßêôġï (LAN)."
-#: ../../standalone/drakperm_.c:297
-#, fuzzy
-msgid "Use owner id for execution"
-msgstr "×ñŜóç áġôüìáôçò áíß÷íċġóçò"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation Server Configuration"
+msgstr "ñï÷ùñçìŬíċò Ñġèìßóċéò"
-#: ../../standalone/drakperm_.c:298
-#, fuzzy
-msgid "Use group id for execution"
-msgstr "×ñŜóç áġôüìáôçò áíß÷íċġóçò"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "PXE Server Configuration"
+msgstr "ñï÷ùñçìŬíċò Ñġèìßóċéò"
-#: ../../standalone/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security options..."
+msgstr "áñáêáëŝ ċñéìŬíċôċ, ñïċôïéìáóßá ċêáôÜóôáóçò..."
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security level..."
+msgstr "Ñŭèìéóç ċéŬäïġ áóöáëċßáò"
+
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
msgstr ""
-#: ../../standalone/drakperm_.c:304
-#, fuzzy
-msgid "Path selection"
-msgstr "ÔìŜìá Splash"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "System Options"
+msgstr "ċñéóóüôċñċò ĊéëïŬò"
-#: ../../standalone/drakperm_.c:350
-#, fuzzy
-msgid "user :"
-msgstr "×ñŜóôçò"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Network Options"
+msgstr "ċñéóóüôċñċò ĊéëïŬò"
-#: ../../standalone/drakperm_.c:352
-#, fuzzy
-msgid "group :"
-msgstr "ÏìÜäá ċñáóßáò:"
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
+msgstr ""
-#: ../../standalone/draksound_.c:46
-msgid "No Sound Card detected!"
-msgstr "Äċí âñŬèçêċ ÊÜñôá ı÷ïġ!"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Administrator:"
+msgstr "Äéá÷ċéñéóôŜò Áóöáëċßáò (ñïóŬëáóç Ŝ ôá÷ġäñïìċßï)"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Alerts:"
+msgstr "Ċßċäï áóöáëċßáò"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "(default value: %s)"
+msgstr " (ñïċéëċìŬíïò)"
+
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Level:"
+msgstr "Ċßċäï áóöáëċßáò"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksec:1
+#, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -12615,709 +16344,836 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:21
-#, fuzzy
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
-msgstr "ôï áêŬôï ImageMagick ááéôċßôáé éá ôç óùóôŜ ëċéôïġñßá"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound 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/draksplash_.c:67
-msgid "first step creation"
-msgstr "ñŝôï âŜìá äçìéïġñßáò"
+#: ../../standalone/draksound:1
+#, c-format
+msgid "No Sound Card detected!"
+msgstr "Äċí âñŬèçêċ ÊÜñôá ı÷ïġ!"
-#: ../../standalone/draksplash_.c:70
-msgid "final resolution"
-msgstr "ôċëéêŜ áíÜëġóç"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr "Áäġíáìßá äçìéïġñßáò ñïċéóêüçóçò Bootsplash"
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-msgid "choose image file"
-msgstr "ĊéëŬîôċ ìéá ċéêüíá"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Generating preview ..."
+msgstr "Äçìéïġñßá ñïċéóêüçóçò ..."
-#: ../../standalone/draksplash_.c:72
-msgid "Theme name"
-msgstr "ĵíïìá èŬìáôïò"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "You must choose an image file first!"
+msgstr "ñŬċé íá ċéëŬîôċ ñŝôá ìéá ċéêüíá!"
-#: ../../standalone/draksplash_.c:77
-#, fuzzy
-msgid "Browse"
-msgstr "áíáĉŜôçóç"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "ProgressBar color selection"
+msgstr "ĊéëïŜ ÷ñŝìáôïò ñáììŜò ñïüäïġ"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
+msgstr "Áġôü ôï èŬìá äċí Ŭ÷ċé áêüìá êÜïéï bootsplash óôï %s !"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
+msgstr "áïèŜêċġóç èŬìáôïò Bootsplash ..."
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "choose image file"
+msgstr "ĊéëŬîôċ ìéá ċéêüíá"
+
+#: ../../standalone/draksplash:1
+#, c-format
msgid "Configure bootsplash picture"
msgstr "Ñŭèìéóç ċéêüíáò bootsplash"
-#: ../../standalone/draksplash_.c:90
-msgid ""
-"x coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:91
-msgid ""
-"y coordinate of text box\n"
-"in number of character"
-msgstr ""
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
+msgstr "ĊìöÜíéóç ëïüôġïġ óôçí Êïíóüëá"
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
-msgstr "ëÜôïò êċéìŬíïġ"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Choose color"
+msgstr "ĊéëŬîôċ ÷ñŝìá"
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
-msgstr "ŭĝïò ëáéóßïġ êċéìŬíïġ"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Save theme"
+msgstr "áïèŜêċġóç èŬìáôïò"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Preview"
+msgstr "ñïċéóêüçóç"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the color of the progress bar"
+msgstr "Ôï ÷ñŝìá ôçò ñáììŜò ñïüäïġ"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
+msgstr "ôï ŭĝïò ôçò ñáììŜò ñïüäïġ"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
+msgstr "ôï ëÜôïò ôçò ñáììŜò ñïüäïġ"
-#: ../../standalone/draksplash_.c:94
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
-"the progress bar x coordinate\n"
+"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:95
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
-"the progress bar y coordinate\n"
+"the progress bar x coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
-msgstr "ôï ëÜôïò ôçò ñáììŜò ñïüäïġ"
-
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
-msgstr "ôï ŭĝïò ôçò ñáììŜò ñïüäïġ"
-
-#: ../../standalone/draksplash_.c:98
-msgid "the color of the progress bar"
-msgstr "Ôï ÷ñŝìá ôçò ñáììŜò ñïüäïġ"
-
-#: ../../standalone/draksplash_.c:113
-msgid "Preview"
-msgstr "ñïċéóêüçóç"
-
-#: ../../standalone/draksplash_.c:115
-msgid "Save theme"
-msgstr "áïèŜêċġóç èŬìáôïò"
-
-#: ../../standalone/draksplash_.c:116
-msgid "Choose color"
-msgstr "ĊéëŬîôċ ÷ñŝìá"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
+msgstr "ŭĝïò ëáéóßïġ êċéìŬíïġ"
-#: ../../standalone/draksplash_.c:119
-msgid "Display logo on Console"
-msgstr "ĊìöÜíéóç ëïüôġïġ óôçí Êïíóüëá"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text width"
+msgstr "ëÜôïò êċéìŬíïġ"
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"y coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/draksplash:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
-msgstr "Áġôü ôï èŬìá äċí Ŭ÷ċé áêüìá êÜïéï bootsplash óôï %s !"
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
+msgstr ""
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
-msgstr "áïèŜêċġóç èŬìáôïò Bootsplash ..."
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Browse"
+msgstr "áíáĉŜôçóç"
-#: ../../standalone/draksplash_.c:428
-msgid "ProgressBar color selection"
-msgstr "ĊéëïŜ ÷ñŝìáôïò ñáììŜò ñïüäïġ"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Theme name"
+msgstr "ĵíïìá èŬìáôïò"
-#: ../../standalone/draksplash_.c:449
-msgid "You must choose an image file first!"
-msgstr "ñŬċé íá ċéëŬîôċ ñŝôá ìéá ċéêüíá!"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "final resolution"
+msgstr "ôċëéêŜ áíÜëġóç"
-#: ../../standalone/draksplash_.c:458
-msgid "Generating preview ..."
-msgstr "Äçìéïġñßá ñïċéóêüçóçò ..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "first step creation"
+msgstr "ñŝôï âŜìá äçìéïġñßáò"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
+#: ../../standalone/draksplash:1
#, fuzzy, c-format
-msgid "%s BootSplash (%s) preview"
-msgstr "Áäġíáìßá äçìéïġñßáò ñïċéóêüçóçò Bootsplash"
+msgid ""
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+msgstr "ôï áêŬôï ImageMagick ááéôċßôáé éá ôç óùóôŜ ëċéôïġñßá"
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"XawTV isn't installed!\n"
+"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"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor "
-"saa7134\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"
+"You can visit our hardware database at:\n"
"\n"
"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-"Ôï XawTV äċí ċßíáé ċêáôċóôçìŬíï!\n"
+"Äċí âñŬèçêċ êÜñôá ôçëċüñáóçò óôï ìç÷ÜíçìÜ óáò.áñáêáëŝ âċâáéùèċßôċ üôé ìéá "
+"ġïóôçñéĉüìċíç êÜñôá óôï Linux ċßíáé óġíäċìŬíç.\n"
"\n"
"\n"
-"Áí Ŭ÷ċôċ êÜñôá Ôçëċüñáóçò áëëÜ ôï DrakX äċí ôçí âñŜêċ (÷ùñßò bttv\n"
-"module óôï \"/etc/modules\") êáé äċí ċêáôŬóôçóċ ïŭôċ ôï xawtv, áñáêáëŝ\n"
-"óôċßëôċ ôá áïôŬëċóìá ôïġ \"lspcidrake -v -f\" óôï \"install\\@mandrakesoft."
-"com\"\n"
-"ìċ èŬìá \"undetected TV card\".\n"
+"Ìïñċßôċ íá ċéóêċöôċßôċ ôçí âÜóç äċäïìŬíùí óôï: \n"
"\n"
"\n"
-"Ìïñċßôċ íá ċêáôáóôŜóċôċ ôï xawtv ìċ ôçí ċíôïëŜ \"urpmi xawtv\" óáí\n"
-"root, áü ôçí êïíóüëá."
+"http://www.linux-mandrake.com/en/hardware.php3"
-#: ../../standalone/drakxtv_.c:63
-msgid "Canada (cable)"
-msgstr "Êáíáäéêü (ÊáëùäéáêŜ)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
+msgstr "Äċí âñŬèçêċ êÜñôá ôçëċüñáóçò!"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (broadcast)"
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
+msgstr "Ôŝñá ìïñċßôċ íá ċêôċëŬóċôċ ôï xawtv (ìŬóá áü ôá × Window!) !\n"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
+msgstr "ÊáëŜ óáò ìŬñá!"
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
+msgstr "Ôï XawTV ċêáôáóôÜèçêċ!"
-#: ../../standalone/drakxtv_.c:64
-msgid "China (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "ñïêëŜèçêċ óöÜëìá êáôÜ ôçí áíáĉŜôçóç óôáèìŝí ôçëċüñáóçò"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
+msgstr "ÁíáĉŜôçóç óôáèìŝí ôçëċüñáóçò"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
+msgstr "ßíċôáé áíáĉŜôçóç óôáèìŝí ôçëċüñáóçò ..."
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
+msgstr "ċñéï÷Ŝ:"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "TV norm:"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid ""
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
-msgstr "Éáùíßá (ÊáëùäéáêŜ)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
+msgstr ""
-#: ../../standalone/drakxtv_.c:65
-msgid "East Europe"
-msgstr "ÁíáôïëéêŜ Ċġñŝç"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Newzealand"
+msgstr "ÍŬá Ĉçëáíäßá"
-#: ../../standalone/drakxtv_.c:65
+#: ../../standalone/drakxtv:1
+#, c-format
msgid "France [SECAM]"
msgstr "áëëßá [SECAM]"
-#: ../../standalone/drakxtv_.c:65
-msgid "Ireland"
-msgstr "Éñëáíäßá"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "East Europe"
+msgstr "ÁíáôïëéêŜ Ċġñŝç"
-#: ../../standalone/drakxtv_.c:65
+#: ../../standalone/drakxtv:1
+#, c-format
msgid "West Europe"
msgstr "ÄġôéêŜ Ċġñŝç"
-#: ../../standalone/drakxtv_.c:66
-msgid "Australia"
-msgstr "Áġóôñáëßá"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "China (broadcast)"
+msgstr ""
-#: ../../standalone/drakxtv_.c:66
-msgid "Newzealand"
-msgstr "ÍŬá Ĉçëáíäßá"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr "Éáùíßá (ÊáëùäéáêŜ)"
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
-msgstr "Íüôéá ÁöñéêŜ"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (broadcast)"
+msgstr ""
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
-msgstr "ÁñċíôéíŜ"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Canada (cable)"
+msgstr "Êáíáäéêü (ÊáëùäéáêŜ)"
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
msgstr ""
-#: ../../standalone/drakxtv_.c:102
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
-msgstr "ċñéï÷Ŝ:"
-
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr "ßíċôáé áíáĉŜôçóç óôáèìŝí ôçëċüñáóçò ..."
-
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
-msgstr "ÁíáĉŜôçóç óôáèìŝí ôçëċüñáóçò"
-
-#: ../../standalone/drakxtv_.c:120
-msgid "There was an error while scanning for TV channels"
-msgstr "ñïêëŜèçêċ óöÜëìá êáôÜ ôçí áíáĉŜôçóç óôáèìŝí ôçëċüñáóçò"
-
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
-msgstr "Ôï XawTV ċêáôáóôÜèçêċ!"
-
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
-msgstr "ÊáëŜ óáò ìŬñá!"
-
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr "Ôŝñá ìïñċßôċ íá ċêôċëŬóċôċ ôï xawtv (ìŬóá áü ôá × Window!) !\n"
-
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
-msgstr "Äċí âñŬèçêċ êÜñôá ôçëċüñáóçò!"
-
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
+"XawTV isn't installed!\n"
"\n"
"\n"
-"You can visit our hardware database at:\n"
+"If you do have a TV card but DrakX has neither detected it (no bttv nor "
+"saa7134\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"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-"Äċí âñŬèçêċ êÜñôá ôçëċüñáóçò óôï ìç÷ÜíçìÜ óáò.áñáêáëŝ âċâáéùèċßôċ üôé ìéá "
-"ġïóôçñéĉüìċíç êÜñôá óôï Linux ċßíáé óġíäċìŬíç.\n"
+"Ôï XawTV äċí ċßíáé ċêáôċóôçìŬíï!\n"
"\n"
"\n"
-"Ìïñċßôċ íá ċéóêċöôċßôċ ôçí âÜóç äċäïìŬíùí óôï: \n"
+"Áí Ŭ÷ċôċ êÜñôá Ôçëċüñáóçò áëëÜ ôï DrakX äċí ôçí âñŜêċ (÷ùñßò bttv\n"
+"module óôï \"/etc/modules\") êáé äċí ċêáôŬóôçóċ ïŭôċ ôï xawtv, áñáêáëŝ\n"
+"óôċßëôċ ôá áïôŬëċóìá ôïġ \"lspcidrake -v -f\" óôï \"install\\@mandrakesoft."
+"com\"\n"
+"ìċ èŬìá \"undetected TV card\".\n"
"\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Ìïñċßôċ íá ċêáôáóôŜóċôċ ôï xawtv ìċ ôçí ċíôïëŜ \"urpmi xawtv\" óáí\n"
+"root, áü ôçí êïíóüëá."
-#: ../../standalone/harddrake2_.c:17
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "Ċêôŭùóç äïêéìáóôéêŝí óċëßäùí..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Options"
+msgstr "/ĊéëïŬò"
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect jazz drives"
+msgstr "Ċíôïßóôçêáí áġôüìáôá"
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
-msgstr "Bus"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect modems"
+msgstr "Ċíôïßóôçêáí áġôüìáôá"
-#: ../../standalone/harddrake2_.c:21
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect printers"
+msgstr "Ċíôïßóôçêáí áġôüìáôá"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
+msgstr "ñùôċŭïġóá"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "secondary"
+msgstr "äċġôċñċŭïġóá"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+"Click on a device in the left tree in order to display its information here."
msgstr ""
-#: ../../standalone/harddrake2_.c:22
-msgid "Channel"
-msgstr "ÊáíÜëé"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Running \"%s\" ..."
+msgstr "ĊêôŬëċóç ôïġ \"%s\"..."
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
-msgstr "ÊáíÜëé EIDE/SCSI"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
+msgstr "ĊêôŬëċóç ċñáëċßï ñŭèìéóçò"
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Configure module"
+msgstr "Ñŭèìéóç áñèñŝìáôïò"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information"
+msgstr "ëçñïöïñßċò"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Detected hardware"
+msgstr "Ġëéêü ïġ áíé÷íċŭèçêċ"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake2 version "
+msgstr "¸êäïóç Harddrake2 "
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detection in progress"
+msgstr "áíß÷íċġóç óċ ċîŬëéîç %s"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Author:"
msgstr ""
-#: ../../standalone/harddrake2_.c:23
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
+"Áġôü ċßíáé ôï HardDrake, Ŭíá ċñáëċßï ñŭèìéóçò ôçò Mandrake\n"
+"¸êäïóç:"
-#: ../../standalone/harddrake2_.c:26
-msgid "Bus identification"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
+msgstr "Ó÷ċôéêÜ ìċ ôï Harddrake"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_About..."
+msgstr "/_Ó÷ċôéêÜ ìċ..."
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
+msgstr "/_ÂïŜèċéá"
-#: ../../standalone/harddrake2_.c:27
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
+msgstr "/_ÁíáöïñÜ Bug"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Select a device !"
+msgstr "ĊéëŬîôċ Ŭíáí óáñùôŜ"
-#: ../../standalone/harddrake2_.c:30
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
+"Description of the fields:\n"
+"\n"
msgstr ""
+"ċñéñáöŜ ôùí ċäßùí:\n"
+"\n"
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "ìŬċèïò chunk"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
+msgstr "ÂïŜèċéá Harddrake"
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Fields description"
+msgstr "ċñéñáöŜ"
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "Ċíôïßóôçêáí áġôüìáôá"
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
-msgstr ""
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
+msgstr "/_ĊéëïŬò"
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _modems"
+msgstr "Ċíôïßóôçêáí áġôüìáôá"
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _printers"
+msgstr "Ċíôïßóôçêáí áġôüìáôá"
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "Ċßċäï áóöáëċßáò"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Quit"
+msgstr "/_¸îïäïò"
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "the vendor name of the processor"
+msgstr "ôï üíïìá êáôáóêċġáóôŜ ôçò óġóêċġŜò"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
+msgstr "ôï üíïìá êáôáóêċġáóôŜ ôçò óġóêċġŜò"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "The type of bus on which the mouse is connected"
msgstr ""
+"áñáêáëŝ ċéëŬîôċ óċéñéáêŜ èŭñá óôçí ïïßá ċßíáé óġíäċäċìŬíï ôï ïíôßêé óáò."
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
msgstr ""
-#: ../../standalone/harddrake2_.c:37
-msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model stepping"
+msgstr "Öüñôùóç ñġèìßóċùí"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "the number of the processor"
+msgstr "Ôï ÷ñŝìá ôçò ñáììŜò ñïüäïġ"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
msgstr ""
-#: ../../standalone/harddrake2_.c:38
-#, fuzzy
-msgid "This field describes the device"
-msgstr "ôï ċäßï ċñéñáöŜò ôçò óġóêċġŜò"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "network printer port"
+msgstr ", ċêôġùôŜò äéêôŭïġ \"%s\", èŭñá %s"
-#: ../../standalone/harddrake2_.c:39
-msgid "Old device file"
-msgstr "áëáéü áñ÷ċßï óġóêċġŜò"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Name"
+msgstr "ĵíïìá: "
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
-msgstr "áëáéÜ óôáôéêŜ üíïìá óġóêċġŜò ôïġ áêŬôïġ dev"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Number of buttons"
+msgstr "Áñéèìüò ëŜêôñùí"
-#: ../../standalone/harddrake2_.c:41
-msgid "New devfs device"
-msgstr "ÍŬá óġóêċġŜ devfs"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Official vendor name of the cpu"
+msgstr "ôï üíïìá êáôáóêċġáóôŜ ôçò óġóêċġŜò"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model name"
+msgstr "ĵíïìá áñèñŝìáôïò"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:43
-msgid "Module"
-msgstr "ĥñèñùìá"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Model"
+msgstr "ÌïíôŬëï"
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr "ôï Üñèñùìá ôïġ ġñŜíá GNU/Linux ïġ ÷ċéñßĉċôáé ôçí óġóêċġŜ"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "hard disk model"
+msgstr "ìïíôŬëï óêëçñïŭ äßóêïġ"
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "class of hardware device"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
msgstr ""
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:46
-msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Level"
+msgstr "ċßċäï"
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Floppy format"
+msgstr "Ìïñöïïßçóç"
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "F00f bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: ../../standalone/harddrake2_.c:53
-msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
msgstr ""
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "Ìïñöïïßçóç"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
+msgstr ""
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
msgstr ""
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "ċßċäï"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "class of hardware device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
msgstr ""
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
-msgid "Model"
-msgstr "ÌïíôŬëï"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
+msgstr "ôï Üñèñùìá ôïġ ġñŜíá GNU/Linux ïġ ÷ċéñßĉċôáé ôçí óġóêċġŜ"
-#: ../../standalone/harddrake2_.c:58
-msgid "hard disk model"
-msgstr "ìïíôŬëï óêëçñïŭ äßóêïġ"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Module"
+msgstr "ĥñèñùìá"
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
msgstr ""
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr "ĵíïìá áñèñŝìáôïò"
-
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Official vendor name of the cpu"
-msgstr "ôï üíïìá êáôáóêċġáóôŜ ôçò óġóêċġŜò"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "New devfs device"
+msgstr "ÍŬá óġóêċġŜ devfs"
-#: ../../standalone/harddrake2_.c:61
-msgid "Number of buttons"
-msgstr "Áñéèìüò ëŜêôñùí"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
+msgstr "áëáéÜ óôáôéêŜ üíïìá óġóêċġŜò ôïġ áêŬôïġ dev"
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "ĵíïìá: "
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Old device file"
+msgstr "áëáéü áñ÷ċßï óġóêċġŜò"
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr ", ċêôġùôŜò äéêôŭïġ \"%s\", èŭñá %s"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "This field describes the device"
+msgstr "ôï ċäßï ċñéñáöŜò ôçò óġóêċġŜò"
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
msgstr ""
-#: ../../standalone/harddrake2_.c:64
-#, fuzzy
-msgid "the number of the processor"
-msgstr "Ôï ÷ñŝìá ôçò ñáììŜò ñïüäïġ"
-
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "Öüñôùóç ñġèìßóċùí"
-
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
msgstr ""
-#: ../../standalone/harddrake2_.c:66
-#, fuzzy
-msgid "The type of bus on which the mouse is connected"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
msgstr ""
-"áñáêáëŝ ċéëŬîôċ óċéñéáêŜ èŭñá óôçí ïïßá ċßíáé óġíäċäċìŬíï ôï ïíôßêé óáò."
-
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
-msgstr "ôï üíïìá êáôáóêċġáóôŜ ôçò óġóêċġŜò"
-#: ../../standalone/harddrake2_.c:68
-#, fuzzy
-msgid "the vendor name of the processor"
-msgstr "ôï üíïìá êáôáóêċġáóôŜ ôçò óġóêċġŜò"
-
-#: ../../standalone/harddrake2_.c:82
-msgid "/_Quit"
-msgstr "/_¸îïäïò"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cpuid level"
+msgstr "Ċßċäï áóöáëċßáò"
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "Ċíôïßóôçêáí áġôüìáôá"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
-msgstr "/_ĊéëïŬò"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
+msgstr ""
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "Ċíôïßóôçêáí áġôüìáôá"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
+msgstr ""
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
-msgstr "/_ÂïŜèċéá"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
+msgstr ""
-#: ../../standalone/harddrake2_.c:89
-msgid "/_Help..."
-msgstr "/_ÂïŜèċéá..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
+msgstr ""
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
-msgstr "ÂïŜèċéá Harddrake"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cache size"
+msgstr "ìŬċèïò chunk"
-#: ../../standalone/harddrake2_.c:93
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Description of the fields:\n"
-"\n"
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
-"ċñéñáöŜ ôùí ċäßùí:\n"
-"\n"
-#: ../../standalone/harddrake2_.c:96
-msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "ĊéëŬîôċ Ŭíáí óáñùôŜ"
-
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
-msgstr "/_ÁíáöïñÜ Bug"
-
-#: ../../standalone/harddrake2_.c:102
-msgid "/_About..."
-msgstr "/_Ó÷ċôéêÜ ìċ..."
-
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
-msgstr "Ó÷ċôéêÜ ìċ ôï Harddrake"
-
-#: ../../standalone/harddrake2_.c:105
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
msgstr ""
-"Áġôü ċßíáé ôï HardDrake, Ŭíá ċñáëċßï ñŭèìéóçò ôçò Mandrake\n"
-"¸êäïóç:"
-#: ../../standalone/harddrake2_.c:106
-msgid "Author:"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus identification"
msgstr ""
-#: ../../standalone/harddrake2_.c:113
-msgid "Detection in progress"
-msgstr "áíß÷íċġóç óċ ċîŬëéîç %s"
-
-#: ../../standalone/harddrake2_.c:119
-msgid "Harddrake2 version "
-msgstr "¸êäïóç Harddrake2 "
-
-#: ../../standalone/harddrake2_.c:126
-msgid "Detected hardware"
-msgstr "Ġëéêü ïġ áíé÷íċŭèçêċ"
-
-#: ../../standalone/harddrake2_.c:129
-msgid "Information"
-msgstr "ëçñïöïñßċò"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
+msgstr ""
-#: ../../standalone/harddrake2_.c:131
-msgid "Configure module"
-msgstr "Ñŭèìéóç áñèñŝìáôïò"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr ""
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
-msgstr "ĊêôŬëċóç ċñáëċßï ñŭèìéóçò"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
+msgstr "ÊáíÜëé EIDE/SCSI"
-#: ../../standalone/harddrake2_.c:143
+#: ../../standalone/harddrake2:1
#, c-format
-msgid "Running \"%s\" ..."
-msgstr "ĊêôŬëċóç ôïġ \"%s\"..."
+msgid "Channel"
+msgstr "ÊáíÜëé"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
-msgstr "ñùôċŭïġóá"
-
-#: ../../standalone/harddrake2_.c:231
-msgid "secondary"
-msgstr "äċġôċñċŭïġóá"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
+msgstr "Bus"
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "Ċíôïßóôçêáí áġôüìáôá"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "Ċíôïßóôçêáí áġôüìáôá"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Alternative drivers"
+msgstr "Ċêôŭùóç äïêéìáóôéêŝí óċëßäùí..."
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "/_ĊéëïŬò"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Do you want the BackSpace to return Delete in console?"
+msgstr "ÈŬëċôċ ôï BackSpace íá ċéóôñŬöċé Delete óôçí êïíóüëá;"
-#: ../../standalone/keyboarddrake_.c:26
+#: ../../standalone/keyboarddrake:1
+#, c-format
msgid "Please, choose your keyboard layout."
msgstr "áñáêáëŝ ċéëŬîôċ ôçí äéÜôáîç ôïġ ëçêôñïëïßïġ."
-#: ../../standalone/keyboarddrake_.c:35
-msgid "Do you want the BackSpace to return Delete in console?"
-msgstr "ÈŬëċôċ ôï BackSpace íá ċéóôñŬöċé Delete óôçí êïíóüëá;"
-
-#: ../../standalone/livedrake_.c:18
-msgid "Change Cd-Rom"
-msgstr "ÁëëáŜ Cd-Rom"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
+msgstr "Äċí ìïñŝ íá îċêéíŜóù ôï live upgrade!!!\n"
-#: ../../standalone/livedrake_.c:19
+#: ../../standalone/livedrake:1
+#, c-format
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."
@@ -13325,910 +17181,899 @@ msgstr ""
"áñáêáëŝ ċéóÜċôċ ôï CD ċêáôÜóôáóçò óôïí ïäçü óáò êáé áôŜóôċ Ok.\n"
"ĊÜí äċí ôï Ŭ÷ċôċ, áôŜóôċ Áêŭñùóç éá ôçí áïöġŜ äéêôġáêŜò áíáâÜèìéóçò."
-#: ../../standalone/livedrake_.c:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr "Äċí ìïñŝ íá îċêéíŜóù ôï live upgrade!!!\n"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Change Cd-Rom"
+msgstr "ÁëëáŜ Cd-Rom"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr "Ç áëëáŜ Ŭéíċ, áëëÜ éá íá éó÷ŭóċé èá ñŬċé íá ßíċé áïóŭíäċóç"
-#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
-msgstr "logdrake"
-
-#: ../../standalone/logdrake_.c:68
-msgid "Show only for the selected day"
-msgstr "ĊìöÜíéóç ìüíï éá ôçí ċéëċìŬíç çìŬñá"
-
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr "/Áñ÷ċßï/_ÍŬï"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
+msgstr "ÁïèŜêċġóç Ùò.."
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
-msgstr "<control>N"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Please enter your email address below "
+msgstr "áñáêáëŝ ċéóÜċôċ ôçí çëċêôñïíéêŜ óáò äéċŭèġíóç"
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr "/Áñ÷ċßï/ĥ_íïéìá"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "alert configuration"
+msgstr "Ñŭèìéóç ċéäïïéŜóċùí"
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
-msgstr "<control>O"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
+"Èá ëÜâċôċ ìéá ċéäïïßçóç ċÜí ôï öïñôßï ċßíáé ìċáëŭôċñï áü áġôŜ ôçí ôéìŜ"
-#: ../../standalone/logdrake_.c:77
-msgid "/File/_Save"
-msgstr "Áñ÷ċßï/Áï_èŜêċġóç"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "load setting"
+msgstr "Öüñôùóç ñġèìßóċùí"
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
-msgstr "<control>S"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
+msgstr ""
+"Èá ëÜâċôċ ìéá ċéäïïßçóç ċÜí ìéá áü ôéò ċéëċìŬíċò ġçñċóßċò äċí ċêôċëċßôáé"
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
-msgstr "/Áñ÷ċßï/ÁïèŜêċġóç _Ùò"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "service setting"
+msgstr "Ñġèìßóċéò ġçñċóßáò"
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
-msgstr "/Áñ÷ċßï/-"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Xinetd Service"
+msgstr "Ġçñċóßá Xinetd"
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
-msgstr "/ĊéëïŬò/Ôċóô"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Webmin Service"
+msgstr "Ġçñċóßá Webmin"
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
-msgstr "/ÂïŜèċéá/_Ó÷ċôéêÜ ìċ..."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "SSH Server"
+msgstr "ĊîġçñċôçôŜò SSH"
-#: ../../standalone/logdrake_.c:145
-msgid "User"
-msgstr "×ñŜóôçò"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Samba Server"
+msgstr "ĊîġçñċôçôŜò Samba"
-#: ../../standalone/logdrake_.c:146
-msgid "Messages"
-msgstr "Ìçíŭìáôá"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Postfix Mail Server"
+msgstr "ĊîġçñċôçôŜò Ôá÷ġäñïìċßïġ Postfix"
-#: ../../standalone/logdrake_.c:147
-msgid "Syslog"
-msgstr "Syslog"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Ftp Server"
+msgstr "ÄéáêïìéóôŜò Ftp"
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
-msgstr "ĊċîŜçóç Ċñáëċßùí ôçò Mandrake"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Domain Name Resolver"
+msgstr ""
-#: ../../standalone/logdrake_.c:151
-msgid "search"
-msgstr "áíáĉŜôçóç"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
+msgstr "ĊîġçñċôçôŜò Apache World Wide Web"
-#: ../../standalone/logdrake_.c:161
-msgid "A tool to monitor your logs"
-msgstr "¸íá ċñáëċßï éá íá âëŬċôċ ôá log óáò"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"Welcome to the mail configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
+msgstr ""
+"Êáëŝò ïñßóáôċ óôï ċñáëċßï ñŭèìéóçò ôá÷ġäñïìċßïġ.\n"
+"\n"
+"Ċäŝ, èá ìïñŬóċôċ íá ñġèìßóċôċ ôï óŭóôçìá ċéäïïßçóçò\n"
-#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
-msgstr "Ñġèìßóċéò"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert configuration"
+msgstr "Ñŭèìéóç ċéäïïßçóçò Ôá÷ġäñïìċßïġ"
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
-msgstr "ôáéñéÜĉċé"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert"
+msgstr "Ċéäïïßçóç Ôá÷ġäñïìċßïġ"
-#: ../../standalone/logdrake_.c:168
-msgid "but not matching"
-msgstr "áëëÜ äċí ôáéñéÜĉċé"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "áñáêáëŝ ċñéìŬíċôċ, ċċîċñáóßá áñ÷ċßïġ: %s"
-#: ../../standalone/logdrake_.c:172
-msgid "Choose file"
-msgstr "ĊéëŬîôċ Ŭíá áñ÷ċßï"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
+msgstr "ċñéċ÷üìċíï ôïġ áñ÷ċßïġ"
-#: ../../standalone/logdrake_.c:181
+#: ../../standalone/logdrake:1
+#, c-format
msgid "Calendar"
msgstr "Çìċñïëüéï"
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
-msgstr "ċñéċ÷üìċíï ôïġ áñ÷ċßïġ"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Choose file"
+msgstr "ĊéëŬîôċ Ŭíá áñ÷ċßï"
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-msgid "Mail alert"
-msgstr "Ċéäïïßçóç Ôá÷ġäñïìċßïġ"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "but not matching"
+msgstr "áëëÜ äċí ôáéñéÜĉċé"
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "áñáêáëŝ ċñéìŬíċôċ, ċċîċñáóßá áñ÷ċßïġ: %s"
+msgid "matching"
+msgstr "ôáéñéÜĉċé"
-#: ../../standalone/logdrake_.c:392
-msgid "Mail alert configuration"
-msgstr "Ñŭèìéóç ċéäïïßçóçò Ôá÷ġäñïìċßïġ"
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
+msgstr "Ñġèìßóċéò"
-#: ../../standalone/logdrake_.c:393
-msgid ""
-"Welcome to the mail configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
-msgstr ""
-"Êáëŝò ïñßóáôċ óôï ċñáëċßï ñŭèìéóçò ôá÷ġäñïìċßïġ.\n"
-"\n"
-"Ċäŝ, èá ìïñŬóċôċ íá ñġèìßóċôċ ôï óŭóôçìá ċéäïïßçóçò\n"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "A tool to monitor your logs"
+msgstr "¸íá ċñáëċßï éá íá âëŬċôċ ôá log óáò"
-#: ../../standalone/logdrake_.c:400
-msgid "Apache World Wide Web Server"
-msgstr "ĊîġçñċôçôŜò Apache World Wide Web"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
+msgstr "áíáĉŜôçóç"
-#: ../../standalone/logdrake_.c:401
-msgid "Domain Name Resolver"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mandrake Tools Explanation"
+msgstr "ĊċîŜçóç Ċñáëċßùí ôçò Mandrake"
-#: ../../standalone/logdrake_.c:402
-msgid "Ftp Server"
-msgstr "ÄéáêïìéóôŜò Ftp"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Syslog"
+msgstr "Syslog"
-#: ../../standalone/logdrake_.c:403
-msgid "Postfix Mail Server"
-msgstr "ĊîġçñċôçôŜò Ôá÷ġäñïìċßïġ Postfix"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Messages"
+msgstr "Ìçíŭìáôá"
-#: ../../standalone/logdrake_.c:404
-msgid "Samba Server"
-msgstr "ĊîġçñċôçôŜò Samba"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "User"
+msgstr "×ñŜóôçò"
-#: ../../standalone/logdrake_.c:405
-msgid "SSH Server"
-msgstr "ĊîġçñċôçôŜò SSH"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
+msgstr "/ÂïŜèċéá/_Ó÷ċôéêÜ ìċ..."
-#: ../../standalone/logdrake_.c:406
-msgid "Webmin Service"
-msgstr "Ġçñċóßá Webmin"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
+msgstr "/ĊéëïŬò/Ôċóô"
-#: ../../standalone/logdrake_.c:407
-msgid "Xinetd Service"
-msgstr "Ġçñċóßá Xinetd"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
+msgstr "/Áñ÷ċßï/-"
-#: ../../standalone/logdrake_.c:414
-msgid "service setting"
-msgstr "Ñġèìßóċéò ġçñċóßáò"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/Save _As"
+msgstr "/Áñ÷ċßï/ÁïèŜêċġóç _Ùò"
-#: ../../standalone/logdrake_.c:415
-msgid ""
-"You will receive an alert if one of the selected services is no more running"
-msgstr ""
-"Èá ëÜâċôċ ìéá ċéäïïßçóç ċÜí ìéá áü ôéò ċéëċìŬíċò ġçñċóßċò äċí ċêôċëċßôáé"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr "<control>S"
-#: ../../standalone/logdrake_.c:428
-msgid "load setting"
-msgstr "Öüñôùóç ñġèìßóċùí"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
+msgstr "Áñ÷ċßï/Áï_èŜêċġóç"
-#: ../../standalone/logdrake_.c:429
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
-"Èá ëÜâċôċ ìéá ċéäïïßçóç ċÜí ôï öïñôßï ċßíáé ìċáëŭôċñï áü áġôŜ ôçí ôéìŜ"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>O"
+msgstr "<control>O"
-#: ../../standalone/logdrake_.c:444
-msgid "alert configuration"
-msgstr "Ñŭèìéóç ċéäïïéŜóċùí"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr "/Áñ÷ċßï/ĥ_íïéìá"
-#: ../../standalone/logdrake_.c:445
-msgid "Please enter your email address below "
-msgstr "áñáêáëŝ ċéóÜċôċ ôçí çëċêôñïíéêŜ óáò äéċŭèġíóç"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr "<control>N"
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
-msgstr "ÁïèŜêċġóç Ùò.."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr "/Áñ÷ċßï/_ÍŬï"
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
-msgstr "áñáêáëŝ ċéëŬîôċ ôŭï ïíôéêéïŭ."
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Show only for the selected day"
+msgstr "ĊìöÜíéóç ìüíï éá ôçí ċéëċìŬíç çìŬñá"
-#: ../../standalone/mousedrake_.c:50
+#: ../../standalone/mousedrake:1
+#, c-format
msgid "Emulate third button?"
msgstr "Ċîïìïßùóç ôñßôïġ ëŜêôñïġ;"
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "Ñġèìßóċéò äéêôŭïġ"
-
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "ñïößë: "
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
+msgstr "áñáêáëŝ ċéëŬîôċ ôŭï ïíôéêéïŭ."
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Óŭíäċóç"
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "ÁïóôïëŜ áñ÷ċßùí..."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Áïóŭíäċóç"
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
msgstr ""
+"ñïċéäïïßçóç, ċíôïßóôçêċ ìéá Üëëç óŭíäċóç Äéáäéêôŭïġ ïġ ßóùò ÷ñçóéìïïéċß "
+"ôï äßêôġü óáò"
-#: ../../standalone/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
-msgstr "Ôŭïò óŭíäċóçò: "
-
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
msgstr ""
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "ÄïêéìŜ óŭíäċóçò... "
-
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
-msgstr "Óŭíäċóç óôï Äéáäßêôġï"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
+msgstr ""
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
-msgstr "Óŭíäċóç óôï Äéáäßêôġï"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
+msgstr ""
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
msgstr ""
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Local measure"
+msgstr "ÔïéêÜ áñ÷ċßá"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
msgstr ""
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
-msgstr "Ôá÷ŭôçôá óŭíäċóçò"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Color configuration"
+msgstr "Ñŭèìéóç ċéäïïéŜóċùí"
-#: ../../standalone/net_monitor_.c:226
+#: ../../standalone/net_monitor:1
+#, c-format
msgid ""
"Connection failed.\n"
"Verify your configuration in the Mandrake Control Center."
msgstr ""
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "Ñŭèìéóç ċéäïïéŜóċùí"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection complete."
+msgstr "Ôá÷ŭôçôá óŭíäċóçò"
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
msgstr ""
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
msgstr ""
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connecting to the Internet "
+msgstr "Óŭíäċóç óôï Äéáäßêôġï"
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "ÔïéêÜ áñ÷ċßá"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnecting from the Internet "
+msgstr "Óŭíäċóç óôï Äéáäßêôġï"
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Wait please, testing your connection..."
+msgstr "ÄïêéìŜ óŭíäċóçò... "
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
msgstr ""
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection Time: "
+msgstr "Ôŭïò óŭíäċóçò: "
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
msgstr ""
-#: ../../standalone/net_monitor_.c:453
-#, fuzzy
-msgid ""
-"Warning, another internet connection has been detected, maybe using your "
-"network"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Sending Speed:"
+msgstr "ÁïóôïëŜ áñ÷ċßùí..."
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
msgstr ""
-"ñïċéäïïßçóç, ċíôïßóôçêċ ìéá Üëëç óŭíäċóç Äéáäéêôŭïġ ïġ ßóùò ÷ñçóéìïïéċß "
-"ôï äßêôġü óáò"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/net_monitor:1
#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Óŭíäċóç"
+msgid "Profile "
+msgstr "ñïößë: "
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/net_monitor:1
#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Áïóŭíäċóç"
+msgid "Network Monitoring"
+msgstr "Ñġèìßóċéò äéêôŭïġ"
-#: ../../standalone/printerdrake_.c:47
+#: ../../standalone/printerdrake:1
+#, c-format
msgid "Reading printer data ..."
msgstr "ÁíÜíùóç äċäïìŬíùí ċêôġùôŜ ..."
-#: ../../standalone/scannerdrake_.c:39
-msgid "Detecting devices ..."
-msgstr "Ċíôïéóìüò óġóêċġŝí..."
-
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr "ÄïêéìŜ èġñŝí"
-
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
-msgstr "Ôï %s äċí ġïóôçñßĉċôáé áü áġôŜ ôçí Ŭêäïóç ôïġ Mandrake Linux."
+msgid "Name/IP address of host:"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:54
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s found on %s, configure it?"
-msgstr "Ôï %s âñŬèçêċ óôï %s,íá ñġèìéóôċß;"
+msgid "This host is already in the list, it cannot be added again.\n"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:57
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scannerdrake"
+msgstr "ĊéëŬîôċ Ŭíáí óáñùôŜ"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "You must enter a host name or an IP address.\n"
+msgstr "áñáêáëŝ ïñßóôċ ôïí äéêôġáêü üíïìá Ŝ ôçí IP"
+
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
+msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-"ôï %s äċí ċßíáé óôç âÜóç äċäïìŬíùí ôùí óáñùôŝí, íá ñġèìéóôċß ÷ċéñïêßíçôá;"
-#: ../../standalone/scannerdrake_.c:63
-msgid "Select a scanner"
-msgstr "ĊéëŬîôċ Ŭíáí óáñùôŜ"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Sharing of local scanners"
+msgstr "ÄéáèŬóéìïé ċêôġùôŜò"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "This machine"
+msgstr "(óċ áġôü ôï ìç÷Üíçìá)"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Remove selected host"
+msgstr "Áöáßñċóç ĊéëċìŬíùí"
-#: ../../standalone/scannerdrake_.c:91
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Edit selected host"
+msgstr "áíé÷íċŭèçêċ ôï %s"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add host"
+msgstr "ñïóèŜêç ÷ñŜóôç"
+
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "This %s scanner is unsupported"
-msgstr "Ï óáñùôŜò %s äċí ġïóôçñßĉċôáé."
+msgid "These are the machines from which the scanners should be used:"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Usage of remote scanners"
+msgstr "×ñŜóç ċëċŭèċñïġ ÷ŝñïġ"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "All remote machines"
+msgstr "(óċ áġôü ôï ìç÷Üíçìá)"
+
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
msgstr ""
-"Ôï Scannerdrake äċí ìüñċóċ íá ċíôïßóċé ôïí óáñùôŜ %s.\n"
-"áñáêáëŝ ċéëŬîôċ ôçí óġóêċġŜ óôçí ïïßá ċßíáé óġíäċìŬíï ï óáñùôŜò"
-#: ../../standalone/scannerdrake_.c:107
-msgid "choose device"
-msgstr "ĊéëŬîôċ óġóêċġŜ"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Use the scanners on hosts: "
+msgstr ""
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Use scanners on remote computers"
+msgstr ""
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "Êïéíü÷ñçóôá áñ÷ċßá"
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The scanners on this machine are available to other computers"
+msgstr ""
-#: ../../standalone/scannerdrake_.c:113
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-"Ï óáñùôŜò %s ñŬċé íá ñġèìéóôċß áü ôï printerdrake.\n"
-"Ìïñċßôċ íá ôï ċêêéíŜóċôċ áü ôï ÊŬíôñï ĊëŬ÷ïġ Mandrake áü ôï ôìŜìá Ġëéêü."
-#: ../../standalone/scannerdrake_.c:118
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
+msgstr ""
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"Your %s has been configured.\n"
+"You may now scan documents using \"XSane\" from Multimedia/Graphics in the "
"applications menu."
msgstr ""
"Ï óáñùôŜò %s Ŭ÷ċé ñġèìéóôċß. \n"
"Ìïñċßôċ ôŝñá íá óáñŝóċôċ Ŭñáöá ìċ ôï ``XSane'' áü ôï ìċíïŭ ïëġìŬóá/"
"ñáöéêÜ áü ìċíïŭ ċöáñìïŝí."
-#: ../../standalone/service_harddrake_.c:44
-#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
-msgstr ""
-
-#: ../../standalone/service_harddrake_.c:48
-msgid "Some devices were added:\n"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The %s must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
msgstr ""
+"Ï óáñùôŜò %s ñŬċé íá ñġèìéóôċß áü ôï printerdrake.\n"
+"Ìïñċßôċ íá ôï ċêêéíŜóċôċ áü ôï ÊŬíôñï ĊëŬ÷ïġ Mandrake áü ôï ôìŜìá Ġëéêü."
-#: ../../standalone/service_harddrake_.c:64
-#, fuzzy
-msgid "Hardware probing in progress"
-msgstr "áíß÷íċġóç óċ ċîŬëéîç %s"
-
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "ĊéëŬîôċ ëŝóóá"
-
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "ĊéëŬîôċ ċêáôÜóôáóç"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "choose device"
+msgstr "ĊéëŬîôċ óġóêċġŜ"
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Ċíôïéóìüò äßóêïġ"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Please select the device where your %s is attached"
+msgstr ""
+"Ôï Scannerdrake äċí ìüñċóċ íá ċíôïßóċé ôïí óáñùôŜ %s.\n"
+"áñáêáëŝ ċéëŬîôċ ôçí óġóêċġŜ óôçí ïïßá ċßíáé óġíäċìŬíï ï óáñùôŜò"
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Ñŭèìéóç ïíôéêéïŭ"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The %s is unsupported"
+msgstr "Ï óáñùôŜò %s äċí ġïóôçñßĉċôáé."
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "ĊéëŬîôċ ëçêôñïëüéï"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr "Ôï %s äċí ġïóôçñßĉċôáé áü áġôŜ ôçí Ŭêäïóç ôïġ Mandrake Linux."
-#: ../../steps.pm_.c:19
-msgid "Security"
-msgstr "ÁóöÜëċéá"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr "Ôï %s äċí ġïóôçñßĉċôáé áü áġôŜ ôçí Ŭêäïóç ôïġ Mandrake Linux."
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "ñïċô. óġó. áñ÷."
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
+msgstr ""
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Ìïñöï. êáôáôìŜó."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for new scanners ..."
+msgstr "ÄéáèŬóéìïé ċêôġùôŜò"
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "ĊéëïŜ áêŬôùí"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for configured scanners ..."
+msgstr "ÄéáèŬóéìïé ċêôġùôŜò"
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "ĊêáôÜóôáóç óġóôŜìáôïò"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing"
+msgstr "Êïéíü÷ñçóôá áñ÷ċßá"
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "ñïóèŜêç ÷ñŜóôç"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add a scanner manually"
+msgstr "ĊéëïŜ ÷ñŜóôç ÷ċéñïêßíçôá"
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Ñŭèìéóç äéêôŭïġ"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Search for new scanners"
+msgstr "ÄéáèŬóéìïé ċêôġùôŜò"
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Ñŭèìéóç ġçñċóéŝí"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr "Äċí âñŬèçêáí ċêôġùôŬò ïġ íá ċßíáé óġíäċìŬíïé óôïí ġïëïéóôŜ óáò"
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "ñüñáììá ċêêßíçóçò"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
+msgstr ""
+"\n"
+"¸íáò Üíùóôïò ċêôġùôŜò ċßíáé óġíäċìŬíïò áċġèċßáò óôï óŭóôçìÜ óáò"
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "ÄéóêŬôá ċêêßíçóçò"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr ""
+"\n"
+"¸íáò Üíùóôïò ċêôġùôŜò ċßíáé óġíäċìŬíïò áċġèċßáò óôï óŭóôçìÜ óáò"
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Ñŭèìéóç ×"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Select a scanner"
+msgstr "ĊéëŬîôċ Ŭíáí óáñùôŜ"
-#: ../../steps.pm_.c:34
-msgid "Install system updates"
-msgstr "ĊêáôÜóôáóç áíáâáèìßóċùí"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+"ôï %s äċí ċßíáé óôç âÜóç äċäïìŬíùí ôùí óáñùôŝí, íá ñġèìéóôċß ÷ċéñïêßíçôá;"
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "¸îïäïò"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "Ôï %s âñŬèçêċ óôï %s,íá ñġèìéóôċß;"
-#: ../../ugtk.pm_.c:636
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../standalone/service_harddrake:1
+#, fuzzy, c-format
+msgid "Hardware probing in progress"
+msgstr "áíß÷íċġóç óċ ċîŬëéîç %s"
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
msgstr ""
-#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Web/FTP"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Network Computer (client)"
-msgstr "ĠïëïéóôŜò Äéêôŭïġ (ċëÜôçò)"
+msgid "Office Workstation"
+msgstr "Óôáèìüò Ċñáóßáò ñáöċßïġ"
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
+msgid ""
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
msgstr ""
-"ċîġçñċôçôŜò NFS, ċîġçñċôçôŜò SMB, ċîġçñċôçôŜò Proxy, ċîġçñċôçôŜò ssh"
+"Ċñáëċßá ñáöċßïġ: ĊċîċñáóôŬò êċéìŬíïġ(kword, abiword), ëïéóôéêÜ öŭëëá "
+"(kspread, gnumeric), áñ÷ċßá pdf êë"
#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "ñáöċßï"
+msgid "Workstation"
+msgstr "Óôáèìüò Ċñáóßáò"
#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Óôáèìüò Ċñáóßáò Gnome"
+msgid "Game station"
+msgstr "Óôáèìüò áé÷íéäéŝí"
#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
-msgstr "Ċñáëċßá éá Palm Pilot Ŝ Visor"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr "ÄéáóêŬäáóç (áé÷íßäéá)"
#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Óôáèìüò Ċñáóßáò"
+msgid "Multimedia station"
+msgstr "Óôáèìüò ïëġìŬóùí"
#: ../../share/compssUsers:999
-msgid "Firewall/Router"
-msgstr "Ôïß÷ïò ñïóôáóßáò/ÄñïìïëïçôŜò"
+msgid "Sound and video playing/editing programs"
+msgstr "ñïñÜììáôá áíááñáùŜò êáé äéá÷ċßñéóçò video êáé Ŝ÷ïġ"
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr "ĊîġçñċôçôŜò ĵíïìá ÔïìŬá êáé ëçñïöïñéŝí Äéêôŭïġ"
+msgid "Internet station"
+msgstr "Óôáèìüò Äéáäéêôŭïġ"
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
-"Ċñáëċßá ñáöċßïġ: ĊċîċñáóôŬò êċéìŬíïġ(kword, abiword), ëïéóôéêÜ öŭëëá "
-"(kspread, gnumeric), áñ÷ċßá pdf êë"
+"Ċñáëċßá éá áïóôïëŜ êáé ëŜĝç áëëçëïñáößáò êáé ċéäŜóċùí (pine, mutt, "
+"tin...) êáé ċñéŜçóç óôï Äéáäßêôġï"
#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr "Ċñáëċßá Ŝ÷ïġ:ñïñÜììáôá áíááñáùŜò mp3 Ŝ midi, ìßêôċò êë"
+msgid "Network Computer (client)"
+msgstr "ĠïëïéóôŜò Äéêôŭïġ (ċëÜôçò)"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
-msgstr ""
+msgid "Clients for different protocols including ssh"
+msgstr "ċëÜôċò éá äéáöïñċôéêÜ ñùôüêïëëá óġìċñéëáìâáíïìŬíïġ ôïġ ssh"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr "Âéâëßá êáé ïäçïß éá ôï Linux êáé ôï Ċëċŭèċñï Ëïéóìéêü"
+msgid "Configuration"
+msgstr "Ñŭèìéóç"
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Óôáèìüò ċñáóßáò KDE"
+msgid "Tools to ease the configuration of your computer"
+msgstr "Ċñáëċßá éá äéċġêüëġíóç ôçò ñŭèìéóçò ôïġ ġïëïéóôŜ óáò"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Icewm, Window Maker, Enlightenment, Fvwm, êë"
+msgid "Scientific Workstation"
+msgstr "Óôáèìüò Ċñáóßáò Ċéóôçìïíéêŝí ċöáñìïŝí"
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "ïëġìŬóá - Video"
+msgid "Console Tools"
+msgstr "Ċñáëċßá Êïíóüëáò"
#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
-"Ċñáëċßá éá áëëçëïñáößá, ċéäŜóċéò, éóôïóċëßäċò, ìċôáöïñÜ áñ÷ċßùí êáé "
-"óġíïìéëßá"
+msgid "Editors, shells, file tools, terminals"
+msgstr "ĊċîċñáóôŬò êċéìŬíïġ, êċëŭöç, ċñáëċßá áñ÷ċßùí, ôċñìáôéêÜ"
#: ../../share/compssUsers:999
-msgid "Database"
-msgstr "ÂÜóç ÄċäïìŬíùí"
+msgid "KDE Workstation"
+msgstr "Óôáèìüò ċñáóßáò KDE"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
-msgstr "ĊîġçñċôçôŜò âÜóçò äċäïìŬíùí PostgreSQL Ŝ MySQL"
+msgid ""
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
+msgstr "Ôï ċñéâÜëëïí ñáöċßïġ KDE ìċ ìéá óġëëïŜ óġíïäċġôéêŝí ċñáëċßùí"
#: ../../share/compssUsers:999
-msgid "Tools to ease the configuration of your computer"
-msgstr "Ċñáëċßá éá äéċġêüëġíóç ôçò ñŭèìéóçò ôïġ ġïëïéóôŜ óáò"
+msgid "Graphical Environment"
+msgstr "ñáöéêü ċñéâÜëëïí"
#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "ïëġìŬóá - ı÷ïò"
+msgid "Gnome Workstation"
+msgstr "Óôáèìüò Ċñáóßáò Gnome"
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Ôċêìçñßùóç"
+msgid ""
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
+msgstr "ñáöéêü ċñéâÜëëïí ìċ öéëéêÜ ċñáëċßá êáé ċöáñìïŬò"
#: ../../share/compssUsers:999
-msgid "Console Tools"
-msgstr "Ċñáëċßá Êïíóüëáò"
+msgid "Other Graphical Desktops"
+msgstr "ĥëëá ñáöéêÜ ċñéâÜëëïíôá"
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
-msgstr "ĊîġçñċôçôŜò ôá÷ġäñïìċßïġ Postfix, ċîġçñċôçôŜò ċéäŜóċùí Inn"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Icewm, Window Maker, Enlightenment, Fvwm, êë"
#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Óôáèìüò Äéáäéêôŭïġ"
+msgid "Development"
+msgstr "ÁíÜôġîç"
#: ../../share/compssUsers:999
-msgid "Multimedia station"
-msgstr "Óôáèìüò ïëġìŬóùí"
+msgid "C and C++ development libraries, programs and include files"
+msgstr "ÂéâëéïèŜêċò áíÜôġîçò C êáé C++, ñïñÜììáôá êáé Üëëá áñ÷ċßá"
#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "Ñŭèìéóç"
+msgid "Documentation"
+msgstr "Ôċêìçñßùóç"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
-msgstr "ċñéóóüôċñá ñáöéêÜ ċñéâÜëëïíôá (Gnome, IceWM)"
+msgid "Books and Howto's on Linux and Free Software"
+msgstr "Âéâëßá êáé ïäçïß éá ôï Linux êáé ôï Ċëċŭèċñï Ëïéóìéêü"
#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
-msgstr "Ôï ċñéâÜëëïí ñáöċßïġ KDE ìċ ìéá óġëëïŜ óġíïäċġôéêŝí ċñáëċßùí"
+msgid "LSB"
+msgstr "LSB"
#: ../../share/compssUsers:999
-msgid "Graphical Environment"
-msgstr "ñáöéêü ċñéâÜëëïí"
+msgid "Linux Standard Base. Third party applications support"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Development"
-msgstr "ÁíÜôġîç"
+msgid "Web/FTP"
+msgstr "Web/FTP"
#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
-msgstr "Ċñáëċßá éá äçìéïġñßá êáé ċñáöŜ CD"
+msgid "Mail/Groupware/News"
+msgstr "Ôá÷ġäñïìċßï/Groupware/ĊéäŜóċéò"
#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Óôáèìüò Ċñáóßáò ñáöċßïġ"
+msgid "Postfix mail server, Inn news server"
+msgstr "ĊîġçñċôçôŜò ôá÷ġäñïìċßïġ Postfix, ċîġçñċôçôŜò ċéäŜóċùí Inn"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, êë"
+msgid "Database"
+msgstr "ÂÜóç ÄċäïìŬíùí"
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
-msgstr "ñïñÜììáôá ñáöéêŝí üùò ôï Gimp"
+msgid "PostgreSQL or MySQL database server"
+msgstr "ĊîġçñċôçôŜò âÜóçò äċäïìŬíùí PostgreSQL Ŝ MySQL"
+
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
+msgstr "Ôïß÷ïò ñïóôáóßáò/ÄñïìïëïçôŜò"
+
+#: ../../share/compssUsers:999
+msgid "Internet gateway"
+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 êáé C++, ñïñÜììáôá êáé Üëëá áñ÷ċßá"
+msgid "Domain Name and Network Information Server"
+msgstr "ĊîġçñċôçôŜò ĵíïìá ÔïìŬá êáé ëçñïöïñéŝí Äéêôŭïġ"
#: ../../share/compssUsers:999
msgid "Network Computer server"
msgstr "ĊîġçñċôçôŜò äéêôŭïġ"
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
-msgstr "Ôá÷ġäñïìċßï/Groupware/ĊéäŜóċéò"
+msgid "NFS server, SMB server, Proxy server, ssh server"
+msgstr ""
+"ċîġçñċôçôŜò NFS, ċîġçñċôçôŜò SMB, ċîġçñċôçôŜò Proxy, ċîġçñċôçôŜò ssh"
#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Óôáèìüò áé÷íéäéŝí"
+msgid "Office"
+msgstr "ñáöċßï"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
-msgstr "ñïñÜììáôá áíááñáùŜò êáé ċċîċñáóßáò âßíôċï"
+msgid "Set of tools for mail, news, web, file transfer, and chat"
+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 "Personal Finance"
-msgstr "ñïóùéêÜ ïéêïíïìéêÜ"
+msgid "Graphics programs such as The Gimp"
+msgstr "ñïñÜììáôá ñáöéêŝí üùò ôï Gimp"
#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
-msgstr "ñáöéêü ċñéâÜëëïí ìċ öéëéêÜ ċñáëċßá êáé ċöáñìïŬò"
+msgid "Multimedia - Sound"
+msgstr "ïëġìŬóá - ı÷ïò"
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr "ċëÜôċò éá äéáöïñċôéêÜ ñùôüêïëëá óġìċñéëáìâáíïìŬíïġ ôïġ ssh"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
+msgstr "Ċñáëċßá Ŝ÷ïġ:ñïñÜììáôá áíááñáùŜò mp3 Ŝ midi, ìßêôċò êë"
#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr "LSB"
+msgid "Multimedia - Video"
+msgstr "ïëġìŬóá - Video"
#: ../../share/compssUsers:999
-msgid "Internet gateway"
-msgstr "ŭëç Äéáäéêôŭïġ"
+msgid "Video players and editors"
+msgstr "ñïñÜììáôá áíááñáùŜò êáé ċċîċñáóßáò âßíôċï"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
-msgstr "ñïñÜììáôá áíááñáùŜò êáé äéá÷ċßñéóçò video êáé Ŝ÷ïġ"
+msgid "Multimedia - CD Burning"
+msgstr "ïëġìŬóá - ĊñáöŜ CD"
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "ĥëëá ñáöéêÜ ċñéâÜëëïíôá"
+msgid "Tools to create and burn CD's"
+msgstr "Ċñáëċßá éá äçìéïġñßá êáé ċñáöŜ CD"
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
-msgstr "ĊċîċñáóôŬò êċéìŬíïġ, êċëŭöç, ċñáëċßá áñ÷ċßùí, ôċñìáôéêÜ"
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr "ċñéóóüôċñá ñáöéêÜ ċñéâÜëëïíôá (Gnome, IceWM)"
#: ../../share/compssUsers:999
-msgid "Programs to manage your finance, such as gnucash"
-msgstr "ñïñÜììáôá ïéêïíïìéêŜò äéá÷ċßñéóçò, üùò ôï gnucash"
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, êë"
#: ../../share/compssUsers:999
msgid "Personal Information Management"
msgstr "Äéá÷ċßñéóç ñïóùéêŝí ÄċäïìŬíùí"
#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "ïëġìŬóá - ĊñáöŜ CD"
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr "Ċñáëċßá éá Palm Pilot Ŝ Visor"
#: ../../share/compssUsers:999
-msgid "Scientific Workstation"
-msgstr "Óôáèìüò Ċñáóßáò Ċéóôçìïíéêŝí ċöáñìïŝí"
-
-#~ msgid "can not open /etc/inittab for reading: %s"
-#~ msgstr "áäġíáìßá áíïßìáôïò ôïġ /etc/inittab éá áíÜíùóç: %s"
-
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "Ŭíáò áñéèìüò"
-
-#~ 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 ""
-#~ "Ìïñċßôċ ôŝñá íá êáôċâÜóċôċ êñġôïñáöéêü ëïéóìéêü.\n"
-#~ "\n"
-#~ "ÑÏÓÏ×Ç:\n"
-#~ "\n"
-#~ "Ëüù ôùí äéáöïñċôéêŝí íüìùí ïġ éó÷ŭïġí óċ äéÜöïñá ìŬñç ó÷ċôéêÜ ìċ ôçí "
-#~ "êñġôïñáößá,\n"
-#~ "ï ÷ñŜóôçò ñŬċé íá âċâáéùèċß üôé ïé íüìïé ïġ ôïí áöïñïŭí ôïġ ċéôñŬïġí "
-#~ "íá êáôċâÜóċé,\n"
-#~ "áïèçêċŭóċé Ŝ/êáé íá ÷ñçóéìïïéŜóċé áġôü ôï ëïéóìéêü.\n"
-#~ "\n"
-#~ "Ï ÷ñŜóôçò ñŬċé íá ñïóŬîċé íá ìçí áñáâċß ôïġò ó÷ċôéêïŭò íüìïġò. Ôġ÷üí "
-#~ "áñáâßáóç áġôŝí\n"
-#~ "ôùí íüìùí, ìïñċß íá ċéöŬñċé êġñŝóċéò.\n"
-#~ "\n"
-#~ "Óċ êáìßá ċñßôùóç ç Mandrakesoft, ïé êáôáóêċġáóôŬò êáé ïé ñïìçèċġôŬò "
-#~ "ôçò äċí öŬñïġí ċġèŭíç\n"
-#~ "éá ïïéċóäŜïôċ ĉçìéŬò (ïġ ċñéëáìâÜíïġí ìċôáîŭ Üëëùí áŝëċéá êċñäŝí, "
-#~ "äéáôÜñáîç ëċéôïġñßáò\n"
-#~ "ċé÷ċßñçóçò, áŝëċéá ëçñïöïñéŝí êáé ôġ÷üí êüóôç ïġ èá ñïêŭĝïġí áü "
-#~ "íïìéêŬò ċġèŭíċò.\n"
-#~ "\n"
-#~ "\n"
-#~ "éá ċñéóóüôċñċò ëçñïöïñßċò ċéêïéíùíŜóôċ \n"
-#~ "Mandrakesoft, Inc.\n"
-#~ "2400 N. Lincoln Avenue Suite 243\n"
-#~ "Altadena California 91001\n"
-#~ "USA"
+msgid "Personal Finance"
+msgstr "ñïóùéêÜ ïéêïíïìéêÜ"
-#~ msgid "Proxy configuration"
-#~ msgstr "Ñŭèìéóç proxy"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr "ñïñÜììáôá ïéêïíïìéêŜò äéá÷ċßñéóçò, üùò ôï gnucash"
#~ msgid ""
-#~ "Welcome to the proxy configuration utility.\n"
+#~ "You must indicate where you wish to place the information required to "
+#~ "boot\n"
+#~ "GNU/Linux.\n"
#~ "\n"
-#~ "Here, you'll be able to set up your http and ftp proxies\n"
-#~ "with or without login and password\n"
+#~ "Unless you know exactly what you are doing, choose \"First sector of "
+#~ "drive\n"
+#~ "(MBR)\"."
#~ msgstr ""
-#~ "Êáëŝò Ŝëèáôċ óôï ċñáëċßï ñŭèìéóçò ôïġ proxy.\n"
+#~ "ñŬċé íá ñïóäéïñßóċôċ ïŭ èŬëċôċ íá ċêáôáóôáèïŭí ïé ëçñïöïñßċò ïġ \n"
+#~ "ċßíáé ááñáßôçôċò éá ôçí ċêêßíçóç ôïġ GNU/Linux.\n"
#~ "\n"
-#~ "Ċäŝ, èá ìïñŬóċôċ íá ñġèìßóċôċ ôïġò http êáé ftp proxies\n"
-#~ "ìċ Ŝ ÷ùñßò üíïìá ÷ñŜóôç êáé êùäéêü ñüóâáóçò\n"
-
-#~ 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"
-
-#~ msgid "URL"
-#~ msgstr "URL"
+#~ "Ċêôüò êáé áí îŬñċôċ ïëŭ êáëÜ ôé êÜíċôċ, ċéëŬîôċ \"ñŝôïò ôïìŬáò\n"
+#~ "ôïġ äßóêïġ (MBR)\"."
-#~ msgid "port"
-#~ msgstr "èŜñá"
-
-#~ msgid "Url should begin with 'http:'"
-#~ msgstr "Ôï URL ñŬċé íá îċêéíÜ ìċ 'http:'"
-
-#~ msgid "The port part should be numeric"
-#~ msgstr "Ï áñéèìüò èŭñáò ñŬċé íá ċßíáé áñéèìçôéêüò"
-
-#~ msgid ""
-#~ "Please fill in the ftp proxy informations\n"
-#~ "Leave it blank if you don't want an ftp proxy"
+#~ msgid "Please be patient. This operation can take several minutes."
#~ msgstr ""
-#~ "áñáêáëŝ óġìëçñŝóôċ ôéò ëçñïöïñßċò éá ôï ftp proxy\n"
-#~ "ÁöŜóôċ ôá êċíÜ áí äċí ċéèġìċßôċ ftp proxy"
-
-#~ msgid ""
-#~ "Please enter proxy login and password, if any.\n"
-#~ "Leave it blank if you don't want login/passwd"
-#~ msgstr ""
-#~ "áñáêáëŝ ċéóÜċôċ üíïìá ÷ñŜóôç êáé \n"
-#~ "êùäéêü ñüóâáóçò éá ôï proxy .\n"
-#~ "ÁöŜóôċ ôá êċíÜ ċÜí äċí ċéèġìċßôċ \n"
-#~ "üíïìá ÷ñŜóôç êáé êùäéêü ñüóâáóçò"
-
-#~ msgid "login"
-#~ msgstr "üíïìá ÷ñŜóôç"
+#~ "áñáêáëŝ ċñéìŬíċôċ. ÁġôŜ ç äéáäéêáóßá ìïñċß íá Üñċé ìċñéêÜ ëċôÜ."
-#~ msgid "password"
-#~ msgstr "êùäéêüò ñüóâáóçò"
-
-#~ msgid "re-type password"
-#~ msgstr "îáíáëçêôñïëïŜóôċ ôïí êùäéêü ñüóâáóçò"
-
-#~ msgid "The passwords don't match. Try again!"
-#~ msgstr "Ïé êùäéêïß ñüóâáóçò ċßíáé áíüìïéïé. ñïóáèŜóôċ îáíÜ!"
-
-#~ msgid "Can't write file %s"
-#~ msgstr "Äċí ìïñŝ íá áïèçêċŭóù ôï áñ÷ċßï %s"
-
-#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-
-#, fuzzy
#~ msgid ""
-#~ "Warning, another internet connexion has been detected, maybe using your "
-#~ "network"
+#~ "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 ""
-#~ "ñïċéäïïßçóç, ċíôïßóôçêċ ìéá Üëëç óŭíäċóç Äéáäéêôŭïġ ïġ ßóùò "
-#~ "÷ñçóéìïïéċß ôï äßêôġü óáò"
-
-#~ msgid "no help implemented yet.\n"
-#~ msgstr "äċí ġÜñ÷ċé áêüìá äéáèŬóéìç âïŜèċéá.\n"
-
-#~ msgid "Please click on a medium"
-#~ msgstr "áñáêáëŝ êÜíôċ êëéê óôï ìŬóï"
-
-#~ msgid "Removing LPRng..."
-#~ msgstr "Áöáßñċóç LPRng..."
-
-#~ msgid "Removing LPD..."
-#~ msgstr "Áöáßñċóç LPD..."
-
-#~ msgid "usage: drakfloppy\n"
-#~ msgstr "÷ñŜóç: drakfloppy\n"
-
-#, fuzzy
-#~ msgid ""
+#~ "Ôï íŬï óáò ëċéôïġñéêü óŭóôçìá Mandrake Linux ċêáèßóôáôáé.\n"
+#~ "ÁġôŜ ç äéáäéêáóßá èá Üñċé êÜïéá ŝñá, áíÜëïá ìċ ôïí áñéèìü ôùí "
+#~ "áêŬôùí \n"
+#~ "ïġ ċéëŬîáôċ êáé ôçí ôá÷ŭôçôá ôïġ ġïëïéóôŜ óáò.\n"
#~ "\n"
-#~ "Usage: harddrake [-h|--help] [--test]\n"
-#~ msgstr "÷ñŜóç: keyboarddrake [--expert] [keyboard]\n"
-
-#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-#~ msgstr "÷ñŜóç: keyboarddrake [--expert] [keyboard]\n"
-
-#~ msgid "detected on interface %s"
-#~ msgstr "áíé÷íċŭèçêċ óôçí äéċáöŜ %s"
+#~ "áñáêáëŝ ċñéìŬíċôċ ġïìïíċôéêÜ."
-#~ msgid "unable to backup lilo message"
-#~ msgstr "áäġíáìßá äçìéïġñßáò áíôéñÜöïġ áóöáëċßáò ôïġ ìçíŭìáôïò lilo"
+#~ msgid "Detecting devices ..."
+#~ msgstr "Ċíôïéóìüò óġóêċġŝí..."
-#~ msgid "can't change lilo message"
-#~ msgstr "áäġíáìßá áëëáŜò ìçíŭìáôïò lilo"
+#~ msgid "Test ports"
+#~ msgstr "ÄïêéìŜ èġñŝí"
diff --git a/perl-install/share/po/eo.po b/perl-install/share/po/eo.po
index 0634c8ffc..74429b3d8 100644
--- a/perl-install/share/po/eo.po
+++ b/perl-install/share/po/eo.po
@@ -10,1114 +10,669 @@ msgstr ""
"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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../Xconfig/card.pm_.c:16
-msgid "256 kB"
-msgstr "256 KB"
-
-#: ../../Xconfig/card.pm_.c:17
-msgid "512 kB"
-msgstr "512 KB"
-
-#: ../../Xconfig/card.pm_.c:18
-msgid "1 MB"
-msgstr "1 MB"
-
-#: ../../Xconfig/card.pm_.c:19
-msgid "2 MB"
-msgstr "2 MB"
-
-#: ../../Xconfig/card.pm_.c:20
-msgid "4 MB"
-msgstr "4 MB"
-
-#: ../../Xconfig/card.pm_.c:21
-msgid "8 MB"
-msgstr "8 MB"
-
-#: ../../Xconfig/card.pm_.c:22
-msgid "16 MB"
-msgstr "16 MB"
-
-#: ../../Xconfig/card.pm_.c:23
-msgid "32 MB"
-msgstr "32 MB"
-
-#: ../../Xconfig/card.pm_.c:24
-msgid "64 MB or more"
-msgstr "64 MB aŭ pli"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "Choose a X server"
-msgstr "Elektu X servilon"
-
-#: ../../Xconfig/card.pm_.c:203
-msgid "X server"
-msgstr "X servilo"
-
-#: ../../Xconfig/card.pm_.c:230
-msgid "Multi-head configuration"
-msgstr "Plur-ekrana konfiguraĵo"
-
-#: ../../Xconfig/card.pm_.c:231
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your system support multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../Xconfig/card.pm_.c:288
-msgid "Select the memory size of your graphics card"
-msgstr "Elektu memorkapaciton de via grafika karto"
-
-#: ../../Xconfig/card.pm_.c:349
-msgid "XFree configuration"
-msgstr "XFree Konfigurado"
-
-#: ../../Xconfig/card.pm_.c:351
-msgid "Which configuration of XFree do you want to have?"
-msgstr "Kiun konfiguron de XFree vi deziras havi?"
-
-#: ../../Xconfig/card.pm_.c:383
-msgid "Configure all heads independently"
-msgstr ""
-
-#: ../../Xconfig/card.pm_.c:384
-msgid "Use Xinerama extension"
-msgstr ""
-
-#: ../../Xconfig/card.pm_.c:389
-#, fuzzy, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "ISDN-a Konfiguraĵon"
-
-#: ../../Xconfig/card.pm_.c:401 ../../Xconfig/card.pm_.c:402
-#: ../../Xconfig/various.pm_.c:23
+"The per-user sharing uses the group \"fileshare\". \n"
+"You can use userdrake to add a user to this group."
+msgstr ""
+
+#: ../../any.pm:1 ../../bootlook.pm:1 ../../install_steps_gtk.pm:1
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
+#: ../../interactive/stdio.pm:1 ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakautoinst:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
+#: ../../standalone/drakgw:1 ../../standalone/draksec:1
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
#, c-format
-msgid "XFree %s"
-msgstr "XFree %s"
+msgid "Cancel"
+msgstr "Nuligu"
-#: ../../Xconfig/card.pm_.c:413 ../../Xconfig/card.pm_.c:439
-#: ../../Xconfig/various.pm_.c:23
+#: ../../any.pm:1
#, c-format
-msgid "XFree %s with 3D hardware acceleration"
-msgstr "XFree %s kun 3D aparata akcelado"
+msgid "Launch userdrake"
+msgstr ""
-#: ../../Xconfig/card.pm_.c:416
+#: ../../any.pm:1
#, 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."
+"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 ""
-"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."
-
-#: ../../Xconfig/card.pm_.c:418 ../../Xconfig/card.pm_.c:441
-#, 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."
-#: ../../Xconfig/card.pm_.c:426 ../../Xconfig/card.pm_.c:447
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "XFree %s kun EKSPERIMENTA 3D aparata akcelado"
-
-#: ../../Xconfig/card.pm_.c:429
-#, 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."
+msgid "Mandatory package %s is missing"
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."
-#: ../../Xconfig/card.pm_.c:432 ../../Xconfig/card.pm_.c:449
+#: ../../any.pm:1
#, 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."
+"You can export using NFS or Samba. Please select which you'd like to use."
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."
-#: ../../Xconfig/card.pm_.c:455
-msgid "Xpmac (installation display driver)"
+#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
+"Ĉi tiu pakaĵo devus esti promociata.\n"
+"Ĉu vi certas ke vi deziras malelekti ĝin?"
-#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
-#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:961
+#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
msgid "Custom"
msgstr "Akomodata"
-#: ../../Xconfig/main.pm_.c:102
-#, fuzzy
-msgid "Graphic Card"
-msgstr "Grafika karto"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Allow all users"
+msgstr "Aldonu uzulon"
-#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
-msgid "Monitor"
-msgstr "Ekrano"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "No sharing"
+msgstr "CUPS startas"
-#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:210
-msgid "Resolution"
-msgstr "Distingivo"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "More"
+msgstr "Plu"
-#: ../../Xconfig/main.pm_.c:113
-msgid "Test"
+#: ../../any.pm:1
+#, c-format
+msgid "Here is the full list of available countries"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:67
-#: ../../diskdrake/interactive.pm_.c:393 ../../diskdrake/removable.pm_.c:25
-#: ../../diskdrake/smbnfs_gtk.pm_.c:86
-msgid "Options"
-msgstr "Opcioj"
-
-#: ../../Xconfig/main.pm_.c:122 ../../Xconfig/resolution_and_depth.pm_.c:269
-#: ../../install_gtk.pm_.c:86 ../../install_steps_gtk.pm_.c:274
-#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:345 ../../interactive/http.pm_.c:104
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
-#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310 ../../security/main.pm_.c:181
-#: ../../standalone/drakbackup_.c:3920 ../../standalone/drakbackup_.c:4015
-#: ../../standalone/drakbackup_.c:4034 ../../ugtk2.pm_.c:435
-#: ../../ugtk2.pm_.c:926 ../../ugtk2.pm_.c:949
-msgid "Ok"
-msgstr "Jeso"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose your country."
+msgstr "Bonvole, elektu la specon de via muso."
-#: ../../Xconfig/main.pm_.c:122 ../../diskdrake/dav.pm_.c:28
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/draksplash_.c:114
-#: ../../standalone/harddrake2_.c:152 ../../standalone/logdrake_.c:204
-msgid "Quit"
-msgstr "Ĉesu"
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Country"
+msgstr "Lando:"
-#: ../../Xconfig/main.pm_.c:145
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
-"\n"
-"%s"
-msgstr ""
-"Ĉu vi deziras teni la ŝanĝojn?\n"
-"Nuna konfiguro estas:\n"
-"\n"
-"%s"
-
-#: ../../Xconfig/monitor.pm_.c:93
-msgid "Choose a monitor"
-msgstr "Elektu ekranon"
-
-#: ../../Xconfig/monitor.pm_.c:97
-msgid "Plug'n Play"
+msgid "Use Unicode by default"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
-msgid "Generic"
-msgstr "Genera"
-
-#: ../../Xconfig/monitor.pm_.c:99 ../../standalone/harddrake2_.c:67
-#: ../../standalone/harddrake2_.c:68
-#, fuzzy
-msgid "Vendor"
-msgstr "Malfaru"
-
-#: ../../Xconfig/monitor.pm_.c:109
-msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "All"
+msgstr "Ĉiuj"
-#: ../../Xconfig/monitor.pm_.c:114
+#: ../../any.pm:1
+#, c-format
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."
+"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 ""
-"La du gravegaj parametroj estas la vertikala refreŝigrapido (vertical\n"
-"refresh rate) kiu estas la rapido por refreŝigi 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."
-
-#: ../../Xconfig/monitor.pm_.c:121
-msgid "Horizontal refresh rate"
-msgstr "Horizontala sinkronrapido (horizontal sync rate)"
-
-#: ../../Xconfig/monitor.pm_.c:122
-msgid "Vertical refresh rate"
-msgstr "Vertikala refreŝigrapido (vertical refresh rate)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:12
-msgid "256 colors (8 bits)"
-msgstr "256 koloroj (8 bitoj)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:13
-msgid "32 thousand colors (15 bits)"
-msgstr "32 mil koloroj (15 bitoj)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:14
-msgid "65 thousand colors (16 bits)"
-msgstr "65 mil koloroj (16 bitoj)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:15
-msgid "16 million colors (24 bits)"
-msgstr "16 milionoj koloroj (24 bitoj)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:16
-msgid "4 billion colors (32 bits)"
-msgstr "4 miliardoj koloroj (32 bitoj)"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:130
-msgid "Resolutions"
-msgstr "Distingivoj"
+"Vi povas elektu aliajn lingvojn kiujn estos uzeblaj malantaĊ­ la instalado"
-#: ../../Xconfig/resolution_and_depth.pm_.c:255
-msgid "Choose the resolution and the color depth"
-msgstr "Elektu distingivon kaj kolorprofundon"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Please choose a language to use."
+msgstr "Bonvole, elektu lingvon por uzi."
-#: ../../Xconfig/resolution_and_depth.pm_.c:256
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s"
-msgstr "Grafika karto: %s"
-
-#: ../../Xconfig/resolution_and_depth.pm_.c:269 ../../any.pm_.c:1001
-#: ../../bootlook.pm_.c:336 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_gtk.pm_.c:463
-#: ../../interactive.pm_.c:142 ../../interactive.pm_.c:345
-#: ../../interactive/http.pm_.c:105 ../../interactive/newt.pm_.c:194
-#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../my_gtk.pm_.c:158 ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:39 ../../printer/printerdrake.pm_.c:2055
-#: ../../security/main.pm_.c:228 ../../standalone/drakautoinst_.c:198
-#: ../../standalone/drakbackup_.c:3874 ../../standalone/drakbackup_.c:3907
-#: ../../standalone/drakbackup_.c:3933 ../../standalone/drakbackup_.c:3960
-#: ../../standalone/drakbackup_.c:3987 ../../standalone/drakbackup_.c:4047
-#: ../../standalone/drakbackup_.c:4074 ../../standalone/drakbackup_.c:4104
-#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakconnect_.c:112
-#: ../../standalone/drakconnect_.c:144 ../../standalone/drakconnect_.c:286
-#: ../../standalone/drakconnect_.c:534 ../../standalone/drakconnect_.c:677
-#: ../../standalone/drakfloppy_.c:207 ../../standalone/drakfont_.c:918
-#: ../../standalone/drakgw_.c:557 ../../standalone/logdrake_.c:204
-#: ../../standalone/net_monitor_.c:337 ../../ugtk.pm_.c:295
-#: ../../ugtk2.pm_.c:362 ../../ugtk2.pm_.c:434 ../../ugtk2.pm_.c:438
-#: ../../ugtk2.pm_.c:926
-msgid "Cancel"
-msgstr "Nuligu"
+msgid "Choose the window manager to run:"
+msgstr "Elektu la fenestro-administrilon por lanĉi:"
-#: ../../Xconfig/test.pm_.c:29
-msgid "Test of the configuration"
-msgstr "Provu konfiguraĵon"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the default user:"
+msgstr "Elektu la defaĊ­ltan uzulon:"
-#: ../../Xconfig/test.pm_.c:30
-msgid "Do you want to test the configuration?"
-msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "Do you want to use this feature?"
+msgstr "Ĉu vi deziras uzi aboot-on?"
-#: ../../Xconfig/test.pm_.c:30
-#, fuzzy
-msgid "Warning: testing this graphic card may freeze your computer"
-msgstr "Averto: provado de ĉi tiu grafika karto eble svenigos vian komputilon"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "I can set up your computer to automatically log on one user."
+msgstr ""
+"Mi povas konfiguri vian komputilon por aĊ­tomate enregistri unu uzulon kiam\n"
+"ĝi startas. Se vi ne deziras uzi ĉi tion, alklaku la `Nuligu' butonon."
-#: ../../Xconfig/various.pm_.c:29
+#: ../../any.pm:1
#, c-format
-msgid "Keyboard layout: %s\n"
-msgstr "Klavara aranĝo: %s\n"
+msgid "Autologin"
+msgstr "AĊ­tomata-enregistrado"
-#: ../../Xconfig/various.pm_.c:30
+#: ../../any.pm:1
#, c-format
-msgid "Mouse type: %s\n"
-msgstr "Speco de muso: %s\n"
+msgid "Icon"
+msgstr "Piktogramo"
-#: ../../Xconfig/various.pm_.c:31
+#: ../../any.pm:1
#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Musaparato: %s\n"
+msgid "Shell"
+msgstr "Ċœelo"
-#: ../../Xconfig/various.pm_.c:32
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid "Monitor: %s\n"
-msgstr "Ekrano: %s\n"
+msgid "Password (again)"
+msgstr "Pasvorto (denove)"
-#: ../../Xconfig/various.pm_.c:33
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../network/modem.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Monitor HorizSync: %s\n"
-msgstr "Ekrana horizontala sinkronrapido (horizontal sync rate): %s\n"
+msgid "Password"
+msgstr "Pasvorto"
-#: ../../Xconfig/various.pm_.c:34
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
#, c-format
-msgid "Monitor VertRefresh: %s\n"
-msgstr "Ekrana vertikala refreŝigrapido (vertical refresh rate): %s\n"
+msgid "User name"
+msgstr "Salutnomo"
-#: ../../Xconfig/various.pm_.c:35
+#: ../../any.pm:1
#, c-format
-msgid "Graphics card: %s\n"
-msgstr "Grafika karto: %s\n"
+msgid "Real name"
+msgstr "Vera nomo"
-#: ../../Xconfig/various.pm_.c:36
+#: ../../any.pm:1
#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "Graifka memoro: %s KB\n"
+msgid "Accept user"
+msgstr "Akceptu uzanto"
-#: ../../Xconfig/various.pm_.c:38
+#: ../../any.pm:1 ../../diskdrake/dav.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#: ../../interactive/http.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/scannerdrake:1
#, c-format
-msgid "Color depth: %s\n"
-msgstr "Kolorprofuneco: %s\n"
+msgid "Done"
+msgstr "Finata"
-#: ../../Xconfig/various.pm_.c:39
+#: ../../any.pm:1
#, c-format
-msgid "Resolution: %s\n"
-msgstr "Distingivo: %s\n"
+msgid ""
+"Enter a user\n"
+"%s"
+msgstr ""
+"Enigu uzanton\n"
+"%s"
-#: ../../Xconfig/various.pm_.c:41
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "XFree86 servilo: %s\n"
+msgid "Add user"
+msgstr "Aldonu uzanto"
-#: ../../Xconfig/various.pm_.c:42
+#: ../../any.pm:1
#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "XFree86 pelilo: %s\n"
-
-#: ../../Xconfig/various.pm_.c:61
-msgid "Graphical interface at startup"
-msgstr "X Fenestro ĉe komenco"
+msgid "This user name has already been added"
+msgstr "Ĉi tiu salutnomo estas jam aldonita"
-#: ../../Xconfig/various.pm_.c:62
-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 ""
-"Mi povas konfiguri vian komputilon tiel ke ĝi aŭtomate lanĉos X kiam ĝi\n"
-"ekfunkcias. Ĉu vi deziras ke X aŭtomate lanĉos?"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "The user name is too long"
+msgstr "Ĉi tiu salutnomo estas jam aldonita"
-#: ../../Xconfig/various.pm_.c:73
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
-msgstr ""
-
-#: ../../Xconfig/various.pm_.c:85
-#, fuzzy
-msgid "What norm is your TV using?"
-msgstr "Kia estas via ISDN-a konektaĵo?"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132
-msgid "First sector of boot partition"
-msgstr "Unua sektoro de starta subdisko"
-
-#: ../../any.pm_.c:107 ../../any.pm_.c:132 ../../any.pm_.c:209
-msgid "First sector of drive (MBR)"
-msgstr "Unu sektoro de drajvo (ĈefStartRikordo)"
-
-#: ../../any.pm_.c:111
-msgid "SILO Installation"
-msgstr "SILO Instalado"
-
-#: ../../any.pm_.c:112 ../../any.pm_.c:125
-msgid "Where do you want to install the bootloader?"
-msgstr "Kie vi deziras instali la startŝargilon?"
-
-#: ../../any.pm_.c:124
-msgid "LILO/grub Installation"
-msgstr "LILO/grub Instalado"
-
-#: ../../any.pm_.c:136 ../../any.pm_.c:150
-msgid "SILO"
-msgstr ""
-
-#: ../../any.pm_.c:138
-msgid "LILO with text menu"
-msgstr ""
-
-#: ../../any.pm_.c:139 ../../any.pm_.c:150
-msgid "LILO with graphical menu"
-msgstr ""
-
-#: ../../any.pm_.c:142
-msgid "Grub"
-msgstr ""
-
-#: ../../any.pm_.c:146
-msgid "Boot from DOS/Windows (loadlin)"
-msgstr ""
-
-#: ../../any.pm_.c:148 ../../any.pm_.c:150
-msgid "Yaboot"
-msgstr "Yaboot"
-
-#: ../../any.pm_.c:158 ../../any.pm_.c:189
-msgid "Bootloader main options"
-msgstr "Startŝargilo ĉefaj opcioj"
-
-#: ../../any.pm_.c:159 ../../any.pm_.c:190
-msgid "Bootloader to use"
-msgstr "Startŝargilo por uzi"
-
-#: ../../any.pm_.c:161
-msgid "Bootloader installation"
-msgstr "Startŝargila instalado"
-
-#: ../../any.pm_.c:163 ../../any.pm_.c:192
-msgid "Boot device"
-msgstr "Starta aparato"
-
-#: ../../any.pm_.c:164
-msgid "Compact"
-msgstr "Kompakta"
-
-#: ../../any.pm_.c:164
-msgid "compact"
-msgstr "kompakta"
-
-#: ../../any.pm_.c:165 ../../any.pm_.c:289
-msgid "Video mode"
-msgstr "Grafika reĝimo"
-
-#: ../../any.pm_.c:167
-msgid "Delay before booting default image"
-msgstr "Prokrastoperiodo antaŭ starti defaŭltan sistemon"
-
-#: ../../any.pm_.c:169 ../../any.pm_.c:772
-#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1077 ../../network/modem.pm_.c:71
-#: ../../printer/printerdrake.pm_.c:803 ../../printer/printerdrake.pm_.c:916
-#: ../../standalone/drakbackup_.c:3478 ../../standalone/drakconnect_.c:622
-#: ../../standalone/drakconnect_.c:647
-msgid "Password"
-msgstr "Pasvorto"
-
-#: ../../any.pm_.c:170 ../../any.pm_.c:773
-#: ../../install_steps_interactive.pm_.c:1078
-msgid "Password (again)"
-msgstr "Pasvorto (denove)"
-
-#: ../../any.pm_.c:171
-msgid "Restrict command line options"
-msgstr "Limigu komandliniajn opciojn"
-
-#: ../../any.pm_.c:171
-msgid "restrict"
-msgstr "limigu"
-
-#: ../../any.pm_.c:173
-msgid "Clean /tmp at each boot"
-msgstr "Purigu /tmp dum ĉiuj startadoj"
+"The user name must contain only lower cased letters, numbers, `-' and `_'"
+msgstr "Salutnomo devas enhavi nur minusklojn, ciferojn, `-' kaj `_'"
-#: ../../any.pm_.c:174
+#: ../../any.pm:1
#, c-format
-msgid "Precise RAM size if needed (found %d MB)"
-msgstr "Preciza kvanto de memoro se bezonata (trovis %d MB)"
-
-#: ../../any.pm_.c:176
-msgid "Enable multi profiles"
-msgstr "Ebligu multoblajn profilojn"
-
-#: ../../any.pm_.c:180
-msgid "Give the ram size in MB"
-msgstr "Donu kvanton de memoro en MB"
+msgid "Please give a user name"
+msgstr "Bonvole donu salutnomon"
-#: ../../any.pm_.c:182
-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:1
+#, c-format
+msgid "This password is too simple"
+msgstr "Ĉi tiu pasvorto estas tro simpla"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../diskdrake/interactive.pm_.c:1204
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid "Please try again"
msgstr "Bonvole provu denove"
-#: ../../any.pm_.c:183 ../../any.pm_.c:748
-#: ../../install_steps_interactive.pm_.c:1072
+#: ../../any.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
msgid "The passwords do not match"
msgstr "La pasvortoj ne egalas"
-#: ../../any.pm_.c:191
-msgid "Init Message"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "(already added %s)"
+msgstr "(jam aldonis %s)"
-#: ../../any.pm_.c:193
-msgid "Open Firmware Delay"
+#: ../../any.pm:1
+#, c-format
+msgid "access to compilation tools"
msgstr ""
-#: ../../any.pm_.c:194
-msgid "Kernel Boot Timeout"
+#: ../../any.pm:1
+#, c-format
+msgid "access to network tools"
msgstr ""
-#: ../../any.pm_.c:195
-msgid "Enable CD Boot?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:196
-msgid "Enable OF Boot?"
+#: ../../any.pm:1
+#, c-format
+msgid "allow \"su\""
msgstr ""
-#: ../../any.pm_.c:197
-msgid "Default OS?"
-msgstr "Defaŭlta Mastruma Sistemo?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to rpm tools"
+msgstr ""
-#: ../../any.pm_.c:231
-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?"
+#: ../../any.pm:1
+#, c-format
+msgid "access to X programs"
msgstr ""
-#: ../../any.pm_.c:247
+#: ../../any.pm:1
+#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
-"You can add some more or change the existing ones."
+"You can create additional entries or change the existing ones."
msgstr ""
"Jen la diversaj enskriboj.\n"
-"Vi povas aldoni pli aŭ ŝanĝi la ekzistantajn."
-
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1531
-#: ../../standalone/drakbackup_.c:1644 ../../standalone/drakfont_.c:953
-#: ../../standalone/drakfont_.c:996
-msgid "Add"
-msgstr "Aldonu"
-
-#: ../../any.pm_.c:257 ../../any.pm_.c:760 ../../diskdrake/dav.pm_.c:68
-#: ../../diskdrake/hd_gtk.pm_.c:156 ../../diskdrake/removable.pm_.c:27
-#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printer/printerdrake.pm_.c:2970 ../../standalone/drakbackup_.c:2726
-msgid "Done"
-msgstr "Finata"
-
-#: ../../any.pm_.c:257
-msgid "Modify"
-msgstr "Ŝanĝu"
-
-#: ../../any.pm_.c:265
-msgid "Which type of entry do you want to add?"
-msgstr "Kiun specon de enskribo vi deziras aldoni"
+"Vi povas aldoni pli aĊ­ Ċanĝi la ekzistantajn."
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1674
-msgid "Linux"
-msgstr "Linukso"
-
-#: ../../any.pm_.c:266
-msgid "Other OS (SunOS...)"
-msgstr "Alia Mastruma Sistemo (SunOS...)"
-
-#: ../../any.pm_.c:267
-msgid "Other OS (MacOS...)"
-msgstr "Alia Mastruma Sistemo (MacOS...)"
-
-#: ../../any.pm_.c:267
+#: ../../any.pm:1
+#, c-format
msgid "Other OS (windows...)"
msgstr "Alia Mastruma Sistemo (Vindozo...)"
-#: ../../any.pm_.c:285
-msgid "Image"
-msgstr "Kerna bildo"
-
-#: ../../any.pm_.c:286 ../../any.pm_.c:297
-msgid "Root"
-msgstr "Radiko"
-
-#: ../../any.pm_.c:287 ../../any.pm_.c:315
-msgid "Append"
-msgstr "Alfiksu"
-
-#: ../../any.pm_.c:291
-msgid "Initrd"
-msgstr "Initrd"
-
-#: ../../any.pm_.c:292
-msgid "Read-write"
-msgstr "Lega-skriba"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (MacOS...)"
+msgstr "Alia Mastruma Sistemo (MacOS...)"
-#: ../../any.pm_.c:299
-msgid "Table"
-msgstr "Tabelo"
+#: ../../any.pm:1
+#, c-format
+msgid "Other OS (SunOS...)"
+msgstr "Alia Mastruma Sistemo (SunOS...)"
-#: ../../any.pm_.c:300
-msgid "Unsafe"
-msgstr "Danĝera"
+#: ../../any.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Linux"
+msgstr "Linukso"
-#: ../../any.pm_.c:307 ../../any.pm_.c:312 ../../any.pm_.c:314
-msgid "Label"
-msgstr "Etikedo"
+#: ../../any.pm:1
+#, c-format
+msgid "Which type of entry do you want to add?"
+msgstr "Kiun specon de enskribo vi deziras aldoni"
-#: ../../any.pm_.c:309 ../../any.pm_.c:319 ../../harddrake/v4l.pm_.c:215
-msgid "Default"
-msgstr "Defaŭlta"
+#: ../../any.pm:1
+#, c-format
+msgid "This label is already used"
+msgstr "Ĉi tiu etikedo estas jam uzata"
-#: ../../any.pm_.c:316
-msgid "Initrd-size"
-msgstr "Initrd-grandeco"
+#: ../../any.pm:1
+#, fuzzy, c-format
+msgid "You must specify a root partition"
+msgstr "Vi devas havi interĊanĝan subdiskon"
-#: ../../any.pm_.c:318
-msgid "NoVideo"
+#: ../../any.pm:1
+#, c-format
+msgid "You must specify a kernel image"
msgstr ""
-#: ../../any.pm_.c:326
-msgid "Remove entry"
-msgstr "Forigu enskribon"
-
-#: ../../any.pm_.c:329
+#: ../../any.pm:1
+#, c-format
msgid "Empty label not allowed"
msgstr "Malplena etikedo ne estas permesata"
-#: ../../any.pm_.c:330
-msgid "You must specify a kernel image"
-msgstr ""
-
-#: ../../any.pm_.c:330
-#, fuzzy
-msgid "You must specify a root partition"
-msgstr "Vi devas havi interŝanĝan subdiskon"
-
-#: ../../any.pm_.c:331
-msgid "This label is already used"
-msgstr "Ĉi tiu etikedo estas jam uzata"
-
-#: ../../any.pm_.c:640
+#: ../../any.pm:1 ../../harddrake/v4l.pm:1
#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Trovis %s %s interfacojn"
-
-#: ../../any.pm_.c:641
-msgid "Do you have another one?"
-msgstr "Ĉu vi havas alian?"
+msgid "Default"
+msgstr "DefaĊ­lta"
-#: ../../any.pm_.c:642
+#: ../../any.pm:1
#, c-format
-msgid "Do you have any %s interfaces?"
-msgstr "Ĉu vi havas iun %s interfacon?"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:807 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../ugtk2.pm_.c:925
-msgid "No"
-msgstr "Ne"
-
-#: ../../any.pm_.c:644 ../../any.pm_.c:806 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:286 ../../standalone/drakgw_.c:258
-#: ../../standalone/drakgw_.c:259 ../../standalone/drakgw_.c:267
-#: ../../standalone/drakgw_.c:277 ../../ugtk2.pm_.c:925
-msgid "Yes"
-msgstr "Jes"
+msgid "NoVideo"
+msgstr ""
-#: ../../any.pm_.c:645
-msgid "See hardware info"
-msgstr "Vidu hardvaran informon"
+#: ../../any.pm:1
+#, c-format
+msgid "Initrd-size"
+msgstr "Initrd-grandeco"
-#. -PO: the first %s is the card type (scsi, network, sound,...)
-#. -PO: the second is the vendor+model name
-#: ../../any.pm_.c:662
+#: ../../any.pm:1
#, c-format
-msgid "Installing driver for %s card %s"
-msgstr "Instalas pelilon por %s karto %s"
+msgid "Append"
+msgstr "Alfiksu"
-#: ../../any.pm_.c:663
+#: ../../any.pm:1
#, c-format
-msgid "(module %s)"
-msgstr "(modulo %s)"
+msgid "Label"
+msgstr "Etikedo"
-#: ../../any.pm_.c:674
+#: ../../any.pm:1
#, 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 ""
+msgid "Unsafe"
+msgstr "Danĝera"
-#: ../../any.pm_.c:680
+#: ../../any.pm:1
#, 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 ""
-"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''"
+msgid "Table"
+msgstr "Tabelo"
-#: ../../any.pm_.c:682
-msgid "Module options:"
-msgstr "Modulaj opcioj:"
+#: ../../any.pm:1
+#, c-format
+msgid "Root"
+msgstr "Radiko"
-#. -PO: the %s is the driver type (scsi, network, sound,...)
-#: ../../any.pm_.c:694
+#: ../../any.pm:1
#, c-format
-msgid "Which %s driver should I try?"
-msgstr "Kiun %s pelilon devus mi provi?"
+msgid "Read-write"
+msgstr "Lega-skriba"
-#: ../../any.pm_.c:703
+#: ../../any.pm:1
#, 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 kaŭzi difekton."
+msgid "Initrd"
+msgstr "Initrd"
-#: ../../any.pm_.c:707
-msgid "Autoprobe"
-msgstr "Aŭtomate esploru"
+#: ../../any.pm:1
+#, c-format
+msgid "Video mode"
+msgstr "Grafika reĝimo"
-#: ../../any.pm_.c:707
-msgid "Specify options"
-msgstr "Specifu opciojn"
+#: ../../any.pm:1
+#, c-format
+msgid "Image"
+msgstr "Kerna bildo"
-#: ../../any.pm_.c:719
+#: ../../any.pm:1
#, 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?"
+msgid "Default OS?"
+msgstr "DefaĊ­lta Mastruma Sistemo?"
-#: ../../any.pm_.c:734
-msgid "access to X programs"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable OF Boot?"
msgstr ""
-#: ../../any.pm_.c:735
-msgid "access to rpm tools"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable CD Boot?"
msgstr ""
-#: ../../any.pm_.c:736
-msgid "allow \"su\""
+#: ../../any.pm:1
+#, c-format
+msgid "Kernel Boot Timeout"
msgstr ""
-#: ../../any.pm_.c:737
-msgid "access to administrative files"
+#: ../../any.pm:1
+#, c-format
+msgid "Open Firmware Delay"
msgstr ""
-#: ../../any.pm_.c:738
-msgid "access to network tools"
-msgstr ""
+#: ../../any.pm:1
+#, c-format
+msgid "Boot device"
+msgstr "Starta aparato"
-#: ../../any.pm_.c:739
-msgid "access to compilation tools"
+#: ../../any.pm:1
+#, c-format
+msgid "Init Message"
msgstr ""
-#: ../../any.pm_.c:744
+#: ../../any.pm:1
#, c-format
-msgid "(already added %s)"
-msgstr "(jam aldonis %s)"
-
-#: ../../any.pm_.c:749
-msgid "This password is too simple"
-msgstr "Ĉi tiu pasvorto estas tro simpla"
+msgid "Bootloader to use"
+msgstr "StartĊargilo por uzi"
-#: ../../any.pm_.c:750
-msgid "Please give a user name"
-msgstr "Bonvole donu salutnomon"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader main options"
+msgstr "StartĊargilo ĉefaj opcioj"
-#: ../../any.pm_.c:751
+#: ../../any.pm:1
+#, c-format
msgid ""
-"The user name must contain only lower cased letters, numbers, `-' and `_'"
-msgstr "Salutnomo devas enhavi nur minusklojn, ciferojn, `-' kaj `_'"
-
-#: ../../any.pm_.c:752
-#, fuzzy
-msgid "The user name is too long"
-msgstr "Ĉi tiu salutnomo estas jam aldonita"
+"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:753
-msgid "This user name is already added"
-msgstr "Ĉi tiu salutnomo estas jam aldonita"
+#: ../../any.pm:1
+#, c-format
+msgid "Give the ram size in MB"
+msgstr "Donu kvanton de memoro en MB"
-#: ../../any.pm_.c:757
-msgid "Add user"
-msgstr "Aldonu uzanto"
+#: ../../any.pm:1
+#, c-format
+msgid "Enable multiple profiles"
+msgstr "Ebligu multoblajn profilojn"
-#: ../../any.pm_.c:758
+#: ../../any.pm:1
#, c-format
-msgid ""
-"Enter a user\n"
-"%s"
-msgstr ""
-"Enigu uzanton\n"
-"%s"
+msgid "Precise RAM size if needed (found %d MB)"
+msgstr "Preciza kvanto de memoro se bezonata (trovis %d MB)"
-#: ../../any.pm_.c:759
-msgid "Accept user"
-msgstr "Akceptu uzanto"
+#: ../../any.pm:1
+#, c-format
+msgid "Clean /tmp at each boot"
+msgstr "Purigu /tmp dum ĉiuj startadoj"
-#: ../../any.pm_.c:770
-msgid "Real name"
-msgstr "Vera nomo"
+#: ../../any.pm:1
+#, c-format
+msgid "Create a bootdisk"
+msgstr "Kreu praĊargdisketon"
-#: ../../any.pm_.c:771 ../../printer/printerdrake.pm_.c:802
-#: ../../printer/printerdrake.pm_.c:915
-msgid "User name"
-msgstr "Salutnomo"
+#: ../../any.pm:1
+#, c-format
+msgid "restrict"
+msgstr "limigu"
-#: ../../any.pm_.c:774
-msgid "Shell"
-msgstr "Ŝelo"
+#: ../../any.pm:1
+#, c-format
+msgid "Restrict command line options"
+msgstr "Limigu komandliniajn opciojn"
-#: ../../any.pm_.c:776
-msgid "Icon"
-msgstr "Piktogramo"
+#: ../../any.pm:1
+#, c-format
+msgid "Delay before booting default image"
+msgstr "Prokrastoperiodo antaĊ­ starti defaĊ­ltan sistemon"
-#: ../../any.pm_.c:803
-msgid "Autologin"
-msgstr "Aŭtomata-enregistrado"
+#: ../../any.pm:1
+#, c-format
+msgid "compact"
+msgstr "kompakta"
-#: ../../any.pm_.c:804
-#, 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 aŭtomate enregistri unu uzulon kiam\n"
-"ĝi startas. Se vi ne deziras uzi ĉi tion, alklaku la `Nuligu' butonon."
+#: ../../any.pm:1
+#, c-format
+msgid "Compact"
+msgstr "Kompakta"
-#: ../../any.pm_.c:808
-msgid "Choose the default user:"
-msgstr "Elektu la defaŭltan uzulon:"
+#: ../../any.pm:1
+#, c-format
+msgid "Bootloader installation"
+msgstr "StartĊargila instalado"
-#: ../../any.pm_.c:809
-msgid "Choose the window manager to run:"
-msgstr "Elektu la fenestro-administrilon por lanĉi:"
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of boot partition"
+msgstr "Unua sektoro de starta subdisko"
-#: ../../any.pm_.c:824
-#, fuzzy
-msgid "Please choose a language to use."
-msgstr "Bonvole, elektu lingvon por uzi."
+#: ../../any.pm:1
+#, c-format
+msgid "First sector of drive (MBR)"
+msgstr "Unu sektoro de drajvo (ĈefStartRikordo)"
-#: ../../any.pm_.c:826
-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 ""
-"Vi povas elektu aliajn lingvojn kiujn estos uzeblaj malantaŭ la instalado"
+#: ../../any.pm:1
+#, c-format
+msgid "Where do you want to install the bootloader?"
+msgstr "Kie vi deziras instali la startĊargilon?"
-#: ../../any.pm_.c:840 ../../install_steps_interactive.pm_.c:697
-#: ../../standalone/drakxtv_.c:70
-msgid "All"
-msgstr "Ĉiuj"
+#: ../../any.pm:1
+#, c-format
+msgid "LILO/grub Installation"
+msgstr "LILO/grub Instalado"
-#: ../../any.pm_.c:961
-#, fuzzy
-msgid "Allow all users"
-msgstr "Aldonu uzulon"
+#: ../../any.pm:1
+#, c-format
+msgid "SILO Installation"
+msgstr "SILO Instalado"
-#: ../../any.pm_.c:961
-#, fuzzy
-msgid "No sharing"
-msgstr "CUPS startas"
+#: ../../any.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Skip"
+msgstr "Ellasu"
-#: ../../any.pm_.c:971 ../../install_any.pm_.c:1207 ../../standalone.pm_.c:185
+#: ../../any.pm:1
#, fuzzy, c-format
-msgid "The package %s needs to be installed. Do you want to install it?"
-msgstr ""
-"Ĉi tiu pakaĵo devus esti promociata.\n"
-"Ĉu vi certas ke vi deziras malelekti ĝin?"
-
-#: ../../any.pm_.c:973
-msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
-msgstr ""
+msgid "On Floppy"
+msgstr "Konservu sur disketo"
-#: ../../any.pm_.c:981 ../../install_any.pm_.c:1212 ../../standalone.pm_.c:190
+#: ../../any.pm:1
#, c-format
-msgid "Mandatory package %s is missing"
-msgstr ""
-
-#: ../../any.pm_.c:987
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"
+"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"
-"\"Custom\" permit a per-user granularity.\n"
-msgstr ""
-
-#: ../../any.pm_.c:1001
-msgid "Launch userdrake"
-msgstr ""
-
-#: ../../any.pm_.c:1003
-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:1053 ../../security/level.pm_.c:7
-msgid "Welcome To Crackers"
-msgstr "Bonvenon Al Rompistoj"
-
-#: ../../any.pm_.c:1054 ../../security/level.pm_.c:8
-msgid "Poor"
-msgstr "Malbona"
-
-#: ../../any.pm_.c:1055 ../../mouse.pm_.c:31 ../../security/level.pm_.c:9
-msgid "Standard"
-msgstr "Laŭnorma"
-
-#: ../../any.pm_.c:1056 ../../security/level.pm_.c:10
-msgid "High"
-msgstr "Alta"
-
-#: ../../any.pm_.c:1057 ../../security/level.pm_.c:11
-#, fuzzy
-msgid "Higher"
-msgstr "Alta"
-
-#: ../../any.pm_.c:1058 ../../security/level.pm_.c:12
-msgid "Paranoid"
-msgstr "Paranoja"
-
-#: ../../any.pm_.c:1061
-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:1064
-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:1065
-#, 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:1066
-msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
+"On which drive are you booting?"
msgstr ""
-#: ../../any.pm_.c:1067
-#, 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 choose a lower level."
-msgstr ""
-"Kun ĉi tiu sekurnivelo, uzado de ĉi tiu komputilo kiel servilo ebliĝas.\n"
-"La sekureco nun estas sufiĉe alta por uzi la sistemon kiel servilo kiu\n"
-"akceptas konektojn de multaj klientoj."
+#: ../../any.pm:1
+#, c-format
+msgid "Creating bootdisk..."
+msgstr "Kreas startdisketon"
-#: ../../any.pm_.c:1070
-#, fuzzy
-msgid ""
-"This is similar to the previous level, but the system is entirely closed and "
-"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:1
+#, fuzzy, c-format
+msgid "Insert a floppy in %s"
+msgstr "EnĊovu disketon en drajvo %s"
-#: ../../any.pm_.c:1076
-#, fuzzy
-msgid "DrakSec Basic Options"
-msgstr "Opcioj"
+#: ../../any.pm:1
+#, c-format
+msgid "Choose the floppy drive you want to use to make the bootdisk"
+msgstr "Elektu la disketdrajvo vi deziras uzi por krei la startdisketon"
-#: ../../any.pm_.c:1077
-#, fuzzy
-msgid "Please choose the desired security level"
-msgstr "Elektu sekurnivelon?"
+#: ../../any.pm:1
+#, c-format
+msgid "Second floppy drive"
+msgstr "Dua disketa drajvo"
-#: ../../any.pm_.c:1080
-#, fuzzy
-msgid "Security level"
-msgstr "Elektas sekurnivelon"
+#: ../../any.pm:1
+#, c-format
+msgid "First floppy drive"
+msgstr "Unua disketa drajvo"
-#: ../../any.pm_.c:1082
-#, fuzzy
-msgid "Use libsafe for servers"
-msgstr "Elektu opciojn por servilo"
+#: ../../any.pm:1
+#, c-format
+msgid "Sorry, no floppy drive available"
+msgstr "BedaĊ­rinde, neniu disketdrajvo havebla"
-#: ../../any.pm_.c:1083
+#: ../../any.pm:1
+#, c-format
msgid ""
-"A library which defends against buffer overflow and format string attacks."
-msgstr ""
-
-#: ../../any.pm_.c:1084
-msgid "Security Administrator (login or email)"
+"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 startĊargilo. Ĉ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 resaniĝi de severaj\n"
+"sistemaj paneoj. Ĉu vi deziras krei startdisketo por via sistemo?\n"
+"%s"
-#: ../../any.pm_.c:1166
+#: ../../any.pm:1
+#, c-format
msgid ""
-"Here you can choose the key or key combination that will \n"
-"allow switching between the different keyboard layouts\n"
-"(eg: latin and non latin)"
+"\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 ""
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm_.c:436
+#: ../../any.pm:1
#, 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"
+"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 ""
-"Bonvenon al %s, la mastruma sistema elektilo!\n"
-"\n"
-"Elektu mastruman sistemon de la supra listo aŭ\n"
-"atendu dum %d sekundoj por defaŭlta starto.\n"
+"Akomodita startdisketo provizas manieron de starti via Linuksa sistemo\n"
+"sendepende de la normala startĊargilo. Ĉ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-konfiguraĵo. Akomodita startdisketo "
+"ankaĊ­\n"
+"povas esti uzata kun la Mandrejka savdisko, kiu plifaciligas resaniĝi de\n"
+"severaj sistemaj paneoj.\n"
"\n"
+"Se vi deziras krei startdisketon por via sistemo, enĊovu disketon en la\n"
+"unua drajvo kaj klaku \"JES\"."
+
+#: ../../bootloader.pm:1
+#, fuzzy, c-format
+msgid "You can't install the bootloader on a %s partition\n"
+msgstr "Kie vi deziras instali la startĊargilon?"
+
+#: ../../bootloader.pm:1
+#, c-format
+msgid "not enough room in /boot"
+msgstr "mankas sufiĉe da spaco en /boot"
#. -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:983
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Bonvenon al GRUB la elektilo por mastrumaj sistemoj!"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "The highlighted entry will be booted automatically in %d seconds."
+msgstr "La emfazata enskribo startos auxtomate post %d sekundoj."
#. -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:986
+#: ../../bootloader.pm:1
#, 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."
+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:989
+#: ../../bootloader.pm:1
+#, c-format
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"
@@ -1125,1253 +680,457 @@ 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:992
-msgid "commands before booting, or 'c' for a command-line."
-msgstr "ordonoj antaux startado, aux 'c' por uzi komandan linion."
+#: ../../bootloader.pm:1
+#, 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:995
+#: ../../bootloader.pm:1
#, 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:999
-msgid "not enough room in /boot"
-msgstr "mankas sufiĉe 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:1099
-msgid "Desktop"
-msgstr "Desktop"
-
-#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1101
-msgid "Start Menu"
-msgstr "Start Menu"
-
-#: ../../bootloader.pm_.c:1120
-#, fuzzy, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr "Kie vi deziras instali la startŝargilon?"
-
-#: ../../bootlook.pm_.c:53
-#, fuzzy
-msgid "Boot Style Configuration"
-msgstr "Post-instala konfigurado"
-
-#: ../../bootlook.pm_.c:70 ../../standalone/drakfloppy_.c:54
-#: ../../standalone/harddrake2_.c:81 ../../standalone/harddrake2_.c:82
-#: ../../standalone/logdrake_.c:74
-msgid "/_File"
-msgstr "/_Dosiero"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/logdrake_.c:80
-msgid "/File/_Quit"
-msgstr "/Dosiero/_Foriru"
-
-#: ../../bootlook.pm_.c:71 ../../standalone/drakfloppy_.c:55
-#: ../../standalone/harddrake2_.c:82 ../../standalone/logdrake_.c:80
-msgid "<control>Q"
-msgstr "<stir>F"
-
-#: ../../bootlook.pm_.c:82
-msgid "NewStyle Categorizing Monitor"
-msgstr ""
-
-#: ../../bootlook.pm_.c:83
-msgid "NewStyle Monitor"
-msgstr "NovStila Ekrano"
-
-#: ../../bootlook.pm_.c:84
-msgid "Traditional Monitor"
-msgstr "Tradicia Ekrano"
-
-#: ../../bootlook.pm_.c:85
-msgid "Traditional Gtk+ Monitor"
-msgstr "Tradicia Gtk+ Ekrano"
-
-#: ../../bootlook.pm_.c:86
-msgid "Launch Aurora at boot time"
-msgstr ""
-
-#: ../../bootlook.pm_.c:89
-msgid "Lilo/grub mode"
-msgstr "Lilo/grub modalo"
-
-#: ../../bootlook.pm_.c:89
-msgid "Yaboot mode"
-msgstr "Yaboot modalo"
-
-#: ../../bootlook.pm_.c:138
-#, fuzzy
-msgid "Install themes"
-msgstr "Instalu sistemon"
-
-#: ../../bootlook.pm_.c:139
-msgid ""
-"Display theme\n"
-"under console"
-msgstr ""
+msgid "Welcome to GRUB the operating system chooser!"
+msgstr "Bonvenon al GRUB la elektilo por mastrumaj sistemoj!"
-#: ../../bootlook.pm_.c:140
-#, fuzzy
-msgid "Create new theme"
-msgstr "Kreu novan subdiskon"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "Yaboot"
+msgstr "Yaboot"
-#: ../../bootlook.pm_.c:184
+#: ../../bootloader.pm:1
#, c-format
-msgid "Backup %s to %s.old"
+msgid "Grub"
msgstr ""
-#: ../../bootlook.pm_.c:187
+#: ../../bootloader.pm:1
#, c-format
-msgid "Copy %s to %s"
+msgid "LILO with text menu"
msgstr ""
-#: ../../bootlook.pm_.c:192 ../../bootlook.pm_.c:222 ../../bootlook.pm_.c:224
-#: ../../bootlook.pm_.c:234 ../../bootlook.pm_.c:243 ../../bootlook.pm_.c:250
-#: ../../diskdrake/dav.pm_.c:77 ../../diskdrake/hd_gtk.pm_.c:119
-#: ../../diskdrake/interactive.pm_.c:216 ../../diskdrake/interactive.pm_.c:352
-#: ../../diskdrake/interactive.pm_.c:367 ../../diskdrake/interactive.pm_.c:481
-#: ../../diskdrake/interactive.pm_.c:486 ../../diskdrake/smbnfs_gtk.pm_.c:45
-#: ../../fsedit.pm_.c:239 ../../install_steps.pm_.c:75
-#: ../../install_steps_interactive.pm_.c:67 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/draksplash_.c:21
-msgid "Error"
-msgstr "Eraro"
-
-#: ../../bootlook.pm_.c:192
-msgid "Lilo message not found"
+#: ../../bootloader.pm:1
+#, c-format
+msgid "LILO with graphical menu"
msgstr ""
-#: ../../bootlook.pm_.c:222
-msgid "Can't write /etc/sysconfig/bootsplash."
+#: ../../bootloader.pm:1
+#, c-format
+msgid "SILO"
msgstr ""
-#: ../../bootlook.pm_.c:222
-#, fuzzy, c-format
-msgid "Write %s"
-msgstr "XFree %s"
-
-#: ../../bootlook.pm_.c:224
+#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
+#: ../../bootloader.pm:1
+#, c-format
msgid ""
-"Can't write /etc/sysconfig/bootsplash\n"
-"File not found."
+"Welcome to %s the operating system chooser!\n"
+"\n"
+"Choose an operating system from 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 defaĊ­lta starto.\n"
+"\n"
-#: ../../bootlook.pm_.c:235
+#: ../../bootlook.pm:1 ../../ugtk2.pm:1 ../../ugtk.pm:1
+#: ../../network/netconnect.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
#, c-format
-msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr ""
+msgid "OK"
+msgstr "Jes"
-#: ../../bootlook.pm_.c:238
+#: ../../bootlook.pm:1
#, c-format
-msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:244
-msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
+#: ../../bootlook.pm:1
+#, c-format
+msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:248
-msgid "Relaunch 'lilo'"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:250 ../../standalone/draksplash_.c:156
-#: ../../standalone/draksplash_.c:321 ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "Notice"
-msgstr "agrabla(j)"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "System mode"
+msgstr "Sistema modalo"
-#: ../../bootlook.pm_.c:251
-msgid "LiLo and Bootsplash themes installation successfull"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:251
-#, fuzzy
-msgid "Theme installation failed!"
-msgstr "Elektu instalklason"
-
-#: ../../bootlook.pm_.c:259
-#, fuzzy, c-format
-msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
-msgstr "Disdividado de Interreta Konekto"
-
-#: ../../bootlook.pm_.c:261 ../../standalone/drakbackup_.c:2380
-#: ../../standalone/drakbackup_.c:2390 ../../standalone/drakbackup_.c:2400
-#: ../../standalone/drakbackup_.c:2408 ../../standalone/drakgw_.c:551
-msgid "Configure"
-msgstr "Konfiguru"
-
-#: ../../bootlook.pm_.c:268
-#, fuzzy
-msgid "Splash selection"
-msgstr "Elektado de individuaj pakaĵoj"
-
-#: ../../bootlook.pm_.c:271
-msgid "Themes"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:273
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
"\n"
-"Select theme for\n"
+"Select the theme for\n"
"lilo and bootsplash,\n"
"you can choose\n"
-"them separatly"
-msgstr ""
-
-#: ../../bootlook.pm_.c:276
-msgid "Lilo screen"
-msgstr ""
-
-#: ../../bootlook.pm_.c:281
-msgid "Bootsplash"
+"them separately"
msgstr ""
-#: ../../bootlook.pm_.c:316
-msgid "System mode"
-msgstr "Sistema modalo"
-
-#: ../../bootlook.pm_.c:318
-msgid "Launch the graphical environment when your system starts"
-msgstr ""
-
-#: ../../bootlook.pm_.c:323
-msgid "No, I don't want autologin"
-msgstr ""
-
-#: ../../bootlook.pm_.c:325
-msgid "Yes, I want autologin with this (user, desktop)"
-msgstr ""
-
-#: ../../bootlook.pm_.c:335 ../../network/netconnect.pm_.c:96
-#: ../../standalone/drakTermServ_.c:222 ../../standalone/drakTermServ_.c:355
-#: ../../standalone/drakbackup_.c:4139 ../../standalone/drakbackup_.c:4797
-#: ../../standalone/drakconnect_.c:105 ../../standalone/drakconnect_.c:137
-#: ../../standalone/drakconnect_.c:293 ../../standalone/drakconnect_.c:432
-#: ../../standalone/drakconnect_.c:518 ../../standalone/drakconnect_.c:561
-#: ../../standalone/drakconnect_.c:665 ../../standalone/drakfont_.c:604
-#: ../../standalone/drakfont_.c:783 ../../standalone/drakfont_.c:911
-#: ../../standalone/net_monitor_.c:336 ../../ugtk.pm_.c:288
-#: ../../ugtk2.pm_.c:355
-msgid "OK"
-msgstr "Jes"
-
-#: ../../common.pm_.c:107
-msgid "GB"
-msgstr "GB"
-
-#: ../../common.pm_.c:107
-msgid "KB"
-msgstr "KB"
-
-#: ../../common.pm_.c:107
-msgid "MB"
-msgstr "MB"
-
-#: ../../common.pm_.c:115
-msgid "TB"
-msgstr "TB"
-
-#: ../../common.pm_.c:123
+#: ../../bootlook.pm:1
#, c-format
-msgid "%d minutes"
-msgstr "%d minutoj"
+msgid "Themes"
+msgstr "Temoj"
-#: ../../common.pm_.c:125
-msgid "1 minute"
-msgstr "1 minuto"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Splash selection"
+msgstr "Elektado de individuaj pakaĵoj"
-#: ../../common.pm_.c:127
+#: ../../bootlook.pm:1 ../../standalone/drakbackup:1 ../../standalone/drakgw:1
#, c-format
-msgid "%d seconds"
-msgstr "%d sekundoj"
-
-#: ../../common.pm_.c:172
-#, fuzzy
-msgid "Can't make screenshots before partitioning"
-msgstr "Mi ne povas aldoni plu da subdiskoj"
+msgid "Configure"
+msgstr "Konfiguru"
-#: ../../common.pm_.c:179
+#: ../../bootlook.pm:1
#, 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:14 ../../crypto.pm_.c:28 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:127
-#, fuzzy
-msgid "France"
-msgstr "Franca"
-
-#: ../../crypto.pm_.c:15
-msgid "Costa Rica"
-msgstr ""
-
-#: ../../crypto.pm_.c:16 ../../crypto.pm_.c:29 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:130
-#, fuzzy
-msgid "Belgium"
-msgstr "Belga"
-
-#: ../../crypto.pm_.c:17 ../../crypto.pm_.c:30
-msgid "Czech Republic"
-msgstr ""
-
-#: ../../crypto.pm_.c:18 ../../crypto.pm_.c:31
-#, fuzzy
-msgid "Germany"
-msgstr "Germana"
-
-#: ../../crypto.pm_.c:19 ../../crypto.pm_.c:32
-#, fuzzy
-msgid "Greece"
-msgstr "Greka"
-
-#: ../../crypto.pm_.c:20 ../../crypto.pm_.c:33
-#, fuzzy
-msgid "Norway"
-msgstr "Norvega"
-
-#: ../../crypto.pm_.c:21 ../../crypto.pm_.c:34
-#, fuzzy
-msgid "Sweden"
-msgstr "Sveda"
-
-#: ../../crypto.pm_.c:22 ../../crypto.pm_.c:36 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:128
-msgid "Netherlands"
-msgstr ""
-
-#: ../../crypto.pm_.c:23 ../../crypto.pm_.c:37 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:129 ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "Italy"
-msgstr "Itala"
-
-#: ../../crypto.pm_.c:24 ../../crypto.pm_.c:38
-#, fuzzy
-msgid "Austria"
-msgstr "seria"
-
-#: ../../crypto.pm_.c:35 ../../crypto.pm_.c:61 ../../network/tools.pm_.c:118
-#: ../../network/tools.pm_.c:131
-msgid "United States"
-msgstr ""
-
-#: ../../diskdrake/dav.pm_.c:19
msgid ""
-"WebDAV is a protocol that allows you to mount a web server's directory\n"
-"locally, and treat it like a local filesystem (provided the web server is\n"
-"configured as a WebDAV server). If you would like to add WebDAV mount\n"
-"points, select \"New\"."
-msgstr ""
-
-#: ../../diskdrake/dav.pm_.c:27
-#, fuzzy
-msgid "New"
-msgstr "nova"
-
-#: ../../diskdrake/dav.pm_.c:63 ../../diskdrake/interactive.pm_.c:400
-#: ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Malmuntu"
-
-#: ../../diskdrake/dav.pm_.c:64 ../../diskdrake/interactive.pm_.c:397
-#: ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Muntu"
-
-#: ../../diskdrake/dav.pm_.c:65
-msgid "Server"
-msgstr "Servilo"
-
-#: ../../diskdrake/dav.pm_.c:66 ../../diskdrake/interactive.pm_.c:391
-#: ../../diskdrake/interactive.pm_.c:580 ../../diskdrake/interactive.pm_.c:607
-#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/smbnfs_gtk.pm_.c:85
-msgid "Mount point"
-msgstr "Surmetingo"
-
-#: ../../diskdrake/dav.pm_.c:85
-#, fuzzy
-msgid "Please enter the WebDAV server URL"
-msgstr "Bonvole, provu la muson"
-
-#: ../../diskdrake/dav.pm_.c:88
-#, fuzzy
-msgid "The URL must begin with http:// or https://"
-msgstr "Prokura servilo devus esti http://..."
-
-#: ../../diskdrake/dav.pm_.c:109
-#, fuzzy
-msgid "Server: "
-msgstr "Servilo"
-
-#: ../../diskdrake/dav.pm_.c:110 ../../diskdrake/interactive.pm_.c:452
-#: ../../diskdrake/interactive.pm_.c:1102
-#: ../../diskdrake/interactive.pm_.c:1177
-msgid "Mount point: "
-msgstr "Surmetingo: "
+"You are currently using %s as your boot manager.\n"
+"Click on Configure to launch the setup wizard."
+msgstr "Disdividado de Interreta Konekto"
-#: ../../diskdrake/dav.pm_.c:111 ../../diskdrake/interactive.pm_.c:1183
+#: ../../bootlook.pm:1
#, c-format
-msgid "Options: %s"
-msgstr "Opcioj: %s"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97
-msgid "Please make a backup of your data first"
-msgstr "Bonvolu fari rezervan kopion de via dateno antaŭe"
-
-#: ../../diskdrake/hd_gtk.pm_.c:97 ../../diskdrake/interactive.pm_.c:946
-#: ../../diskdrake/interactive.pm_.c:956
-#: ../../diskdrake/interactive.pm_.c:1022
-msgid "Read carefully!"
-msgstr "Legu zorge"
-
-#: ../../diskdrake/hd_gtk.pm_.c:100
-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 "
-"sufiĉas)\n"
-"ĉe la komenco de la disko"
-
-#: ../../diskdrake/hd_gtk.pm_.c:154
-msgid "Wizard"
-msgstr "Sorĉisto"
-
-#: ../../diskdrake/hd_gtk.pm_.c:187
-msgid "Choose action"
-msgstr "Elektu agon"
-
-#: ../../diskdrake/hd_gtk.pm_.c:191
-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\")"
+msgid "LiLo and Bootsplash themes installation successfull"
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:194
-msgid "Please click on a partition"
-msgstr "Bonvolu klaki sur subdiskon"
-
-#: ../../diskdrake/hd_gtk.pm_.c:208 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:464
-msgid "Details"
-msgstr "Detaloj"
-
-#: ../../diskdrake/hd_gtk.pm_.c:254
-#, fuzzy
-msgid "No hard drives found"
-msgstr "Loka printilo"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Ext2"
-msgstr "2a Etendata (Ext2)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "FAT"
-msgstr "Dosierlokigtabelo (FAT)"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "HFS"
-msgstr "HFS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-#, fuzzy
-msgid "Journalised FS"
-msgstr "muntado malsukcesis"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "SunOS"
-msgstr "SunOS"
-
-#: ../../diskdrake/hd_gtk.pm_.c:325
-msgid "Swap"
-msgstr "Interŝanĝa"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../diskdrake/interactive.pm_.c:1118
-msgid "Empty"
-msgstr "Malplena"
-
-#: ../../diskdrake/hd_gtk.pm_.c:326 ../../install_steps_gtk.pm_.c:324
-#: ../../install_steps_gtk.pm_.c:382 ../../mouse.pm_.c:165
-#: ../../services.pm_.c:162 ../../standalone/drakbackup_.c:1719
-msgid "Other"
-msgstr "Alia"
-
-#: ../../diskdrake/hd_gtk.pm_.c:330
-msgid "Filesystem types:"
-msgstr "Specoj de dosiersistemoj:"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:414
-msgid "Create"
-msgstr "Kreu"
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Theme installation failed!"
+msgstr "Elektu instalklason"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:392
-#: ../../diskdrake/interactive.pm_.c:543 ../../diskdrake/removable.pm_.c:26
-#: ../../diskdrake/removable.pm_.c:49 ../../standalone/harddrake2_.c:66
-msgid "Type"
-msgstr "Tipo"
+#: ../../bootlook.pm:1 ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Notice"
+msgstr "agrabla(j)"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/hd_gtk.pm_.c:349
+#: ../../bootlook.pm:1 ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
+#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
+#: ../../standalone/draksplash:1
#, c-format
-msgid "Use ``%s'' instead"
-msgstr "Uzu ``%s'' anstataŭe"
-
-#: ../../diskdrake/hd_gtk.pm_.c:349 ../../diskdrake/interactive.pm_.c:401
-msgid "Delete"
-msgstr "Forigu"
-
-#: ../../diskdrake/hd_gtk.pm_.c:353
-msgid "Use ``Unmount'' first"
-msgstr "Uzu ``Malmuntu'' antaŭe"
+msgid "Error"
+msgstr "Eraro"
-#: ../../diskdrake/hd_gtk.pm_.c:354 ../../diskdrake/interactive.pm_.c:530
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
-msgstr ""
-"Post vi ŝanĝas la specon de subdisko %s, ĉiuj datenoj en ĉi tiu subdisko "
-"estos\n"
-"perdata"
-
-#: ../../diskdrake/interactive.pm_.c:177
-#, fuzzy
-msgid "Choose a partition"
-msgstr "Elektu agon"
-
-#: ../../diskdrake/interactive.pm_.c:177
-#, fuzzy
-msgid "Choose another partition"
-msgstr "Kreu novan subdiskon"
-
-#: ../../diskdrake/interactive.pm_.c:202
-#, fuzzy
-msgid "Exit"
-msgstr "2a Etendata (Ext2)"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to expert mode"
-msgstr "Ŝanĝu al Spertula reĝimo"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Toggle to normal mode"
-msgstr "Ŝanĝu al Normala reĝimo"
-
-#: ../../diskdrake/interactive.pm_.c:228
-msgid "Undo"
-msgstr "Malfaru"
-
-#: ../../diskdrake/interactive.pm_.c:247
-msgid "Continue anyway?"
-msgstr "Ĉu mi devus daŭri malgraŭe?"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without saving"
-msgstr "Ĉu eliru sen konservi"
-
-#: ../../diskdrake/interactive.pm_.c:252
-msgid "Quit without writing the partition table?"
-msgstr "Ĉu eliru sen skribi la subdisktabelon?"
-
-#: ../../diskdrake/interactive.pm_.c:257
-#, fuzzy
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "Ĉu vi deziras provi la konfiguraĵon?"
-
-#: ../../diskdrake/interactive.pm_.c:271
-msgid "Clear all"
-msgstr "Forviŝu ĉion"
-
-#: ../../diskdrake/interactive.pm_.c:272
-msgid "Auto allocate"
-msgstr "Aŭtomate disponigu"
-
-#: ../../diskdrake/interactive.pm_.c:273
-#: ../../install_steps_interactive.pm_.c:220
-msgid "More"
-msgstr "Plu"
-
-#: ../../diskdrake/interactive.pm_.c:278
-#, fuzzy
-msgid "Hard drive information"
-msgstr "Detektado de fiksdisko(j)"
-
-#: ../../diskdrake/interactive.pm_.c:310
-msgid "All primary partitions are used"
-msgstr "Ĉiuj el la subdiskoj estas uzata"
-
-#: ../../diskdrake/interactive.pm_.c:311
-msgid "I can't add any more partition"
-msgstr "Mi ne povas aldoni plu da subdiskoj"
-
-#: ../../diskdrake/interactive.pm_.c:312
-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:322
-#, fuzzy
-msgid "Save partition table"
-msgstr "Skribu subdiskotabelon"
-
-#: ../../diskdrake/interactive.pm_.c:323
-#, fuzzy
-msgid "Restore partition table"
-msgstr "Sava subdiskotabelo"
-
-#: ../../diskdrake/interactive.pm_.c:324
-msgid "Rescue partition table"
-msgstr "Sava subdiskotabelo"
-
-#: ../../diskdrake/interactive.pm_.c:326
-#, fuzzy
-msgid "Reload partition table"
-msgstr "Sava subdiskotabelo"
-
-#: ../../diskdrake/interactive.pm_.c:331
-#, fuzzy
-msgid "Removable media automounting"
-msgstr "Aŭtomata muntado de demetebla medio"
-
-#: ../../diskdrake/interactive.pm_.c:340 ../../diskdrake/interactive.pm_.c:360
-msgid "Select file"
-msgstr "Elektu dosieron"
-
-#: ../../diskdrake/interactive.pm_.c:347
-msgid ""
-"The backup partition table has not the same size\n"
-"Still continue?"
-msgstr ""
-"La rezerva subdisktabelo ne estas la sama grandeco\n"
-"Ĉu daŭras tamen?"
-
-#: ../../diskdrake/interactive.pm_.c:361 ../../harddrake/sound.pm_.c:202
-#: ../../network/modem.pm_.c:95
-msgid "Warning"
-msgstr "Averto"
-
-#: ../../diskdrake/interactive.pm_.c:362
-msgid ""
-"Insert a floppy in drive\n"
-"All data on this floppy will be lost"
+msgid "Relaunch 'lilo'"
msgstr ""
-"Enŝovu disketon en drajvo\n"
-"Ĉiuj datenoj sur tiu disketo estos perdata"
-
-#: ../../diskdrake/interactive.pm_.c:373
-msgid "Trying to rescue partition table"
-msgstr "Provas savi subdisktabelon"
-
-#: ../../diskdrake/interactive.pm_.c:379
-#, fuzzy
-msgid "Detailed information"
-msgstr "Montru informon"
-
-#: ../../diskdrake/interactive.pm_.c:394 ../../diskdrake/interactive.pm_.c:674
-msgid "Resize"
-msgstr "Regrandecigu"
-
-#: ../../diskdrake/interactive.pm_.c:395 ../../diskdrake/interactive.pm_.c:727
-msgid "Move"
-msgstr "Movu"
-
-#: ../../diskdrake/interactive.pm_.c:396
-msgid "Format"
-msgstr "Formatu"
-
-#: ../../diskdrake/interactive.pm_.c:398
-msgid "Add to RAID"
-msgstr "Aldonu al RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-
-#: ../../diskdrake/interactive.pm_.c:399
-msgid "Add to LVM"
-msgstr "Aldonu al LVM (Redundanca Aro de Malmultekostaj Diskoj)"
-
-#: ../../diskdrake/interactive.pm_.c:402
-msgid "Remove from RAID"
-msgstr "Forigu de RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-
-#: ../../diskdrake/interactive.pm_.c:403
-msgid "Remove from LVM"
-msgstr "Forigu de LVM (Redundanca Aro de Malmultekostaj Diskoj)"
-
-#: ../../diskdrake/interactive.pm_.c:404
-msgid "Modify RAID"
-msgstr "Ŝanĝu RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-
-#: ../../diskdrake/interactive.pm_.c:405
-msgid "Use for loopback"
-msgstr "Uzu por retrokonektado"
-
-#: ../../diskdrake/interactive.pm_.c:445
-msgid "Create a new partition"
-msgstr "Kreu novan subdiskon"
-
-#: ../../diskdrake/interactive.pm_.c:448
-msgid "Start sector: "
-msgstr "Komenca sektoro: "
-
-#: ../../diskdrake/interactive.pm_.c:450 ../../diskdrake/interactive.pm_.c:827
-msgid "Size in MB: "
-msgstr "Grandeco en MB: "
-
-#: ../../diskdrake/interactive.pm_.c:451 ../../diskdrake/interactive.pm_.c:828
-msgid "Filesystem type: "
-msgstr "Speco de dosiersistemo: "
-
-#: ../../diskdrake/interactive.pm_.c:456
-msgid "Preference: "
-msgstr "Prefero: "
-#: ../../diskdrake/interactive.pm_.c:481
+#: ../../bootlook.pm:1
+#, c-format
msgid ""
-"You can't create a new partition\n"
-"(since you reached the maximal number of primary partitions).\n"
-"First remove a primary partition and create an extended partition."
+"Can't relaunch LiLo!\n"
+"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:511
-#, fuzzy
-msgid "Remove the loopback file?"
-msgstr "Formatas retrokonektan dosieron %s"
-
-#: ../../diskdrake/interactive.pm_.c:541
-msgid "Change partition type"
-msgstr "Ŝanĝu subdiskspecon"
-
-#: ../../diskdrake/interactive.pm_.c:542 ../../diskdrake/removable.pm_.c:48
-msgid "Which filesystem do you want?"
-msgstr "Kiun dosierosistemo vi deziras uzi?"
-
-#: ../../diskdrake/interactive.pm_.c:548
-msgid "Switching from ext2 to ext3"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:578
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount loopback file %s?"
-msgstr "Kie vi deziras munti retrokonektan dosieron %s?"
+msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:579
+#: ../../bootlook.pm:1
#, c-format
-msgid "Where do you want to mount device %s?"
-msgstr "Kie vi deziras munti aparato %s?"
-
-#: ../../diskdrake/interactive.pm_.c:585
msgid ""
-"Can't unset mount point as this partition is used for loop back.\n"
-"Remove the loopback first"
+"Can't write /etc/sysconfig/bootsplash\n"
+"File not found."
msgstr ""
-"Ne povas malfiksi surmetingon ĉar ĉi tiu subdisko estas uzata por\n"
-"retrokonektado. Unue forigu la retrokonektadon."
-#: ../../diskdrake/interactive.pm_.c:606
+#: ../../bootlook.pm:1
#, fuzzy, c-format
-msgid "Where do you want to mount %s?"
-msgstr "Kie vi deziras munti aparato %s?"
-
-#: ../../diskdrake/interactive.pm_.c:630
-msgid "Computing FAT filesystem bounds"
-msgstr "Kalkulas FAT dosiersistemajn limojn"
-
-#: ../../diskdrake/interactive.pm_.c:630 ../../diskdrake/interactive.pm_.c:689
-#: ../../install_interactive.pm_.c:131
-msgid "Resizing"
-msgstr "Regrandecigas"
-
-#: ../../diskdrake/interactive.pm_.c:662
-msgid "This partition is not resizeable"
-msgstr "Ĉi tiu subdisko ne estas regrandecigebla"
-
-#: ../../diskdrake/interactive.pm_.c:667
-msgid "All data on this partition should be backed-up"
-msgstr "Ĉiuj datenoj en ĉi tiu subdisko devus esti rezervata"
+msgid "Write %s"
+msgstr "XFree %s"
-#: ../../diskdrake/interactive.pm_.c:669
+#: ../../bootlook.pm:1
#, 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:674
-msgid "Choose the new size"
-msgstr "Elektu la novan grandecon"
-
-#: ../../diskdrake/interactive.pm_.c:675
-#, fuzzy
-msgid "New size in MB: "
-msgstr "Grandeco en MB: "
-
-#: ../../diskdrake/interactive.pm_.c:728
-msgid "Which disk do you want to move it to?"
-msgstr "Al kiu disko vi deziras movi?"
-
-#: ../../diskdrake/interactive.pm_.c:729
-msgid "Sector"
-msgstr "Sektoro"
-
-#: ../../diskdrake/interactive.pm_.c:730
-msgid "Which sector do you want to move it to?"
-msgstr "Al kiu sektoro vi deziras movi?"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving"
-msgstr "Movante"
-
-#: ../../diskdrake/interactive.pm_.c:733
-msgid "Moving partition..."
-msgstr "Movas subdisko..."
-
-#: ../../diskdrake/interactive.pm_.c:750
-msgid "Choose an existing RAID to add to"
+msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:751 ../../diskdrake/interactive.pm_.c:768
-msgid "new"
-msgstr "nova"
-
-#: ../../diskdrake/interactive.pm_.c:766
-msgid "Choose an existing LVM to add to"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Lilo message not found"
msgstr ""
-"Elektu ekzistantan RAID (Redundanca Aro de Malmultekostaj Diskoj) por\n"
-"aldoni al"
-#: ../../diskdrake/interactive.pm_.c:771
-msgid "LVM name?"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Copy %s to %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:812
-msgid "This partition can't be used for loopback"
-msgstr "Vi ne povas uzi ĉi tiun subdiskon por retrokonektado"
-
-#: ../../diskdrake/interactive.pm_.c:825
-msgid "Loopback"
-msgstr "Retrokonektado"
-
-#: ../../diskdrake/interactive.pm_.c:826
-msgid "Loopback file name: "
-msgstr "Retrokonekta dosieronomo: "
-
-#: ../../diskdrake/interactive.pm_.c:831
-#, fuzzy
-msgid "Give a file name"
-msgstr "Vera nomo"
-
-#: ../../diskdrake/interactive.pm_.c:834
-msgid "File already used by another loopback, choose another one"
-msgstr "Alia retrokonektado jam uzas tiun dosieron, elektu alian"
-
-#: ../../diskdrake/interactive.pm_.c:835
-msgid "File already exists. Use it?"
-msgstr "Dosiero jam ekzistas. Ĉu vi deziras uzi ĝin?"
-
-#: ../../diskdrake/interactive.pm_.c:858
-#, fuzzy
-msgid "Mount options"
-msgstr "Modulaj opcioj:"
-
-#: ../../diskdrake/interactive.pm_.c:865
-msgid "Various"
+#: ../../bootlook.pm:1
+#, c-format
+msgid "Backup %s to %s.old"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:929 ../../standalone/drakfloppy_.c:76
-msgid "device"
-msgstr "aparato"
-
-#: ../../diskdrake/interactive.pm_.c:930
-msgid "level"
-msgstr "nivelo"
-
-#: ../../diskdrake/interactive.pm_.c:931
-msgid "chunk size"
-msgstr "grandeco de pecoj"
-
-#: ../../diskdrake/interactive.pm_.c:947
-msgid "Be careful: this operation is dangerous."
-msgstr "Zorgu: ĉi tiu operacio estas danĝera."
-
-#: ../../diskdrake/interactive.pm_.c:962
-msgid "What type of partitioning?"
-msgstr "Kiun specon de subdiskado?"
-
-#: ../../diskdrake/interactive.pm_.c:978
+#: ../../bootlook.pm:1
#, fuzzy, c-format
-msgid "The package %s is needed. Install it?"
-msgstr ""
-"Ĉi tiu pakaĵo devus esti promociata.\n"
-"Ĉu vi certas ke vi deziras malelekti ĝin?"
-
-#: ../../diskdrake/interactive.pm_.c:992
-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 ""
-"Bedaŭrinde 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."
+msgid "Create new theme"
+msgstr "Kreu novan subdiskon"
-#: ../../diskdrake/interactive.pm_.c:996
+#: ../../bootlook.pm:1
+#, c-format
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"
+"Display theme\n"
+"under console"
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:1002
-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 startŝargilo povas trakti tiun sen /boot subdisko.\n"
-"Do zorgu aldoni /boot subdiskon."
+#: ../../bootlook.pm:1
+#, fuzzy, c-format
+msgid "Install themes"
+msgstr "Instalu sistemon"
-#: ../../diskdrake/interactive.pm_.c:1022
+#: ../../bootlook.pm:1
#, 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:1026
-msgid "You'll need to reboot before the modification can take place"
-msgstr "Vi bezonos restarti antaŭ ol la ŝanĝo povas efektiviĝi"
+msgid "Lilo/grub mode"
+msgstr "Lilo/grub modalo"
-#: ../../diskdrake/interactive.pm_.c:1037
+#: ../../bootlook.pm:1
#, 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:1039
-msgid "Formatting"
-msgstr "Formatas"
+msgid "Yaboot mode"
+msgstr "Yaboot modalo"
-#: ../../diskdrake/interactive.pm_.c:1040
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting loopback file %s"
-msgstr "Formatas retrokonektan dosieron %s"
+msgid "Launch Aurora at boot time"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1041
-#: ../../install_steps_interactive.pm_.c:466
+#: ../../bootlook.pm:1
#, c-format
-msgid "Formatting partition %s"
-msgstr "Formatas subdiskon %s"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, fuzzy
-msgid "Hide files"
-msgstr "mkraid malsukcesis"
-
-#: ../../diskdrake/interactive.pm_.c:1052
-#, fuzzy
-msgid "Move files to the new partition"
-msgstr "Mankas sufiĉan da libera spaco por disponigi novajn subdiskojn"
+msgid "Traditional Gtk+ Monitor"
+msgstr "Tradicia Gtk+ Ekrano"
-#: ../../diskdrake/interactive.pm_.c:1053
+#: ../../bootlook.pm:1
#, c-format
-msgid ""
-"Directory %s already contains data\n"
-"(%s)"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1064
-#, fuzzy
-msgid "Moving files to the new partition"
-msgstr "Mankas sufiĉan da libera spaco por disponigi novajn subdiskojn"
+msgid "Traditional Monitor"
+msgstr "Tradicia Ekrano"
-#: ../../diskdrake/interactive.pm_.c:1068
+#: ../../bootlook.pm:1
#, c-format
-msgid "Copying %s"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1072
-#, fuzzy, c-format
-msgid "Removing %s"
-msgstr "Distingivo: %s\n"
+msgid "NewStyle Monitor"
+msgstr "NovStila Ekrano"
-#: ../../diskdrake/interactive.pm_.c:1082
+#: ../../bootlook.pm:1
#, c-format
-msgid "partition %s is now known as %s"
+msgid "NewStyle Categorizing Monitor"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1103
-#: ../../diskdrake/interactive.pm_.c:1162
-msgid "Device: "
-msgstr "Aparato: "
-
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid "DOS drive letter: %s (just a guess)\n"
-msgstr "DOS-a diskingolitero: %s (nur konjekto)\n"
-
-#: ../../diskdrake/interactive.pm_.c:1108
-#: ../../diskdrake/interactive.pm_.c:1116
-#: ../../diskdrake/interactive.pm_.c:1181
-msgid "Type: "
-msgstr "Speco: "
-
-#: ../../diskdrake/interactive.pm_.c:1112
-msgid "Name: "
-msgstr "Nomo: "
-
-#: ../../diskdrake/interactive.pm_.c:1120
-#, c-format
-msgid "Start: sector %s\n"
-msgstr "Komenco: sektoro %s\n"
+msgid "<control>Q"
+msgstr "<control>Q"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/logdrake:1
#, c-format
-msgid "Size: %s"
-msgstr "Grandeco: %s"
+msgid "/File/_Quit"
+msgstr "/Dosiero/_Foriru"
-#: ../../diskdrake/interactive.pm_.c:1123
+#: ../../bootlook.pm:1 ../../standalone/drakfloppy:1
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
#, c-format
-msgid ", %s sectors"
-msgstr ", %s sektoroj"
+msgid "/_File"
+msgstr "/_Dosiero"
-#: ../../diskdrake/interactive.pm_.c:1125
+#: ../../bootlook.pm:1
#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "De cilindro %d al cilindro %d\n"
-
-#: ../../diskdrake/interactive.pm_.c:1126
-msgid "Formatted\n"
-msgstr "Formatita\n"
-
-#: ../../diskdrake/interactive.pm_.c:1127
-msgid "Not formatted\n"
-msgstr "Ne formatita\n"
+msgid "Boot Style Configuration"
+msgstr "Post-instala konfigurado"
-#: ../../diskdrake/interactive.pm_.c:1128
-msgid "Mounted\n"
-msgstr "Muntita\n"
+#: ../../common.pm:1
+#, c-format
+msgid "consolehelper missing"
+msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1129
+#: ../../common.pm:1
#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID (Redundanca Aro de Malmultekostaj Diskoj) md%s\n"
+msgid "kdesu missing"
+msgstr "kdesu mankas"
-#: ../../diskdrake/interactive.pm_.c:1131
+#: ../../common.pm:1
#, fuzzy, c-format
-msgid ""
-"Loopback file(s):\n"
-" %s\n"
-msgstr "Retrokonekta(j) dosiero(j): %s\n"
-
-#: ../../diskdrake/interactive.pm_.c:1132
-msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
+msgid "Screenshots will be available after install in %s"
msgstr ""
-"Subdisko startata defaŭlte\n"
-" (por MS-DOS starto, ne por \"lilo\")\n"
+"Vi povas elektu aliajn lingvojn kiujn estos uzeblaj malantaĊ­ la instalado"
-#: ../../diskdrake/interactive.pm_.c:1134
-#, c-format
-msgid "Level %s\n"
-msgstr "Nivelo %s\n"
+#: ../../common.pm:1
+#, fuzzy, c-format
+msgid "Can't make screenshots before partitioning"
+msgstr "Mi ne povas aldoni plu da subdiskoj"
-#: ../../diskdrake/interactive.pm_.c:1135
+#: ../../common.pm:1
#, c-format
-msgid "Chunk size %s\n"
-msgstr "Grandeco de pecoj %s\n"
+msgid "%d seconds"
+msgstr "%d sekundoj"
-#: ../../diskdrake/interactive.pm_.c:1136
+#: ../../common.pm:1
#, c-format
-msgid "RAID-disks %s\n"
-msgstr "RAID-aj (Redundanca Aro de Malmultekostaj Diskoj) diskoj %s\n"
+msgid "1 minute"
+msgstr "1 minuto"
-#: ../../diskdrake/interactive.pm_.c:1138
+#: ../../common.pm:1
#, c-format
-msgid "Loopback file name: %s"
-msgstr "Retrokonekta dosieronomo: %s"
-
-#: ../../diskdrake/interactive.pm_.c:1141
-msgid ""
-"\n"
-"Chances are, this partition is\n"
-"a Driver partition, you should\n"
-"probably leave it alone.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1144
-msgid ""
-"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:1163
-msgid "Read-only"
-msgstr ""
+msgid "%d minutes"
+msgstr "%d minutoj"
-#: ../../diskdrake/interactive.pm_.c:1164
+#: ../../common.pm:1
#, c-format
-msgid "Size: %s\n"
-msgstr "Grandeco: %s\n"
+msgid "TB"
+msgstr "TB"
-#: ../../diskdrake/interactive.pm_.c:1165
+#: ../../common.pm:1
#, c-format
-msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
-msgstr "Geometrio: %s cilindroj, %s kapoj, %s sektoroj\n"
+msgid "GB"
+msgstr "GB"
-#: ../../diskdrake/interactive.pm_.c:1166
-msgid "Info: "
-msgstr "Informo: "
+#: ../../common.pm:1
+#, c-format
+msgid "MB"
+msgstr "MB"
-#: ../../diskdrake/interactive.pm_.c:1167
+#: ../../common.pm:1
#, c-format
-msgid "LVM-disks %s\n"
-msgstr "LVM-aj (Redundanca Aro de Malmultekostaj Diskoj) diskoj %s\n"
+msgid "KB"
+msgstr "KB"
-#: ../../diskdrake/interactive.pm_.c:1168
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
#, c-format
-msgid "Partition table type: %s\n"
-msgstr "Subdiskotabelospeco: %s\n"
+msgid "United States"
+msgstr "Usono"
-#: ../../diskdrake/interactive.pm_.c:1169
+#: ../../crypto.pm:1 ../../lang.pm:1
#, fuzzy, c-format
-msgid "on channel %d id %d\n"
-msgstr "ĉe buso %d identigaĵo %d\n"
+msgid "Austria"
+msgstr "seria"
-#: ../../diskdrake/interactive.pm_.c:1199
-#, fuzzy
-msgid "Filesystem encryption key"
-msgstr "Speco de dosiersistemo: "
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Italy"
+msgstr "Itala"
-#: ../../diskdrake/interactive.pm_.c:1200
-msgid "Choose your filesystem encryption key"
-msgstr ""
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Netherlands"
+msgstr "Nederlando"
-#: ../../diskdrake/interactive.pm_.c:1203
+#: ../../crypto.pm:1 ../../lang.pm:1
#, 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:1204
-#, fuzzy
-msgid "The encryption keys do not match"
-msgstr "La pasvortoj ne egalas"
+msgid "Sweden"
+msgstr "Sveda"
-#: ../../diskdrake/interactive.pm_.c:1207
-msgid "Encryption key"
-msgstr ""
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Norway"
+msgstr "Norvega"
-#: ../../diskdrake/interactive.pm_.c:1208
-msgid "Encryption key (again)"
-msgstr ""
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Greece"
+msgstr "Greka"
-#: ../../diskdrake/removable.pm_.c:47
-#, fuzzy
-msgid "Change type"
-msgstr "Ŝanĝu subdiskspecon"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Germany"
+msgstr "Germana"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:162
+#: ../../crypto.pm:1 ../../lang.pm:1
#, c-format
-msgid "Can't login using username %s (bad password?)"
-msgstr ""
+msgid "Czech Republic"
+msgstr "la ĈeÄa Respubliko"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-#, fuzzy
-msgid "Domain Authentication Required"
-msgstr "Aŭtentikigado"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "Belgium"
+msgstr "Belga"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Another one"
-msgstr "Interreto"
+#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "France"
+msgstr "Franca"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
-msgid "Which username"
-msgstr "Salutnomo"
+#: ../../crypto.pm:1 ../../lang.pm:1
+#, c-format
+msgid "Costa Rica"
+msgstr "Kostariko"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:176
-msgid ""
-"Please enter your username, password and domain name to access this host."
-msgstr ""
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Error opening %s for writing: %s"
+msgstr "Eraro dum malfermado de %s por skribi: %s"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3477
-#, fuzzy
-msgid "Username"
-msgstr "Salutnomo"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Nothing to do"
+msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-#, fuzzy
-msgid "Domain"
-msgstr "NIS Domajno"
+#: ../../fsedit.pm:1
+#, fuzzy, c-format
+msgid "Not enough free space for auto-allocating"
+msgstr "Mankas sufiĉan da libera spaco por disponigi novajn subdiskojn"
-#: ../../diskdrake/smbnfs_gtk.pm_.c:200
-#, fuzzy
-msgid "Search servers"
-msgstr "DNA servilo"
+#: ../../fsedit.pm:1
+#, 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"
-#: ../../fs.pm_.c:547 ../../fs.pm_.c:557 ../../fs.pm_.c:561 ../../fs.pm_.c:565
-#: ../../fs.pm_.c:569 ../../fs.pm_.c:573
-#, c-format
-msgid "%s formatting of %s failed"
-msgstr "%s formatado de %s malsukcesis"
+#: ../../fsedit.pm:1
+#, fuzzy, c-format
+msgid ""
+"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
+"point\n"
+msgstr "Vi bezonas veran dosiersistemon (ext2, reiserfs) por tiu surmetingo\n"
-#: ../../fs.pm_.c:610
+#: ../../fsedit.pm:1
#, c-format
-msgid "I don't know how to format %s in type %s"
-msgstr "ne scias kiel formati %s kiel speco %s"
+msgid "This directory should remain within the root filesystem"
+msgstr "Ĉi tiu dosierujo devus resti interne de la radika dosierosistemo (/)"
-#: ../../fs.pm_.c:684 ../../fs.pm_.c:727
+#: ../../fsedit.pm:1
#, c-format
-msgid "mounting partition %s in directory %s failed"
+msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fs.pm_.c:742 ../../partition_table.pm_.c:599
+#: ../../fsedit.pm:1
#, c-format
-msgid "error unmounting %s: %s"
-msgstr "eraro dum malmunti %s: %s"
+msgid "There is already a partition with mount point %s\n"
+msgstr "Jam estas subdisko kun surmetingo ĉe %s\n"
-#: ../../fsedit.pm_.c:21
-msgid "simple"
-msgstr "simpla"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "Mount points must begin with a leading /"
+msgstr "Surmetingoj devas komenci kun antaĊ­a /"
-#: ../../fsedit.pm_.c:25
-msgid "with /usr"
-msgstr ""
+#: ../../fsedit.pm:1
+#, c-format
+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:30
-msgid "server"
-msgstr "servilo"
+#: ../../fsedit.pm:1
+#, c-format
+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:240
+#: ../../fsedit.pm:1
#, fuzzy, c-format
msgid ""
"I can't read the partition table of device %s, it's too corrupted for me :(\n"
@@ -2381,714 +1140,610 @@ msgid ""
"\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 daŭri per blankigi difektitajn subdiskojn (ĈIOM DA DATUMO\n"
-"pereos!). La alia solvo estas malpermesi al DrakX ŝanĝi la subdisktabelon.\n"
+"Mi ne povas legi vian subdisktabelon, ĝi estas tro difektita por mi :(\n"
+"Mi povas peni daĊ­ri per blankigi difektitajn subdiskojn (ĈIOM DA DATUMO\n"
+"pereos!). La alia solvo estas malpermesi al DrakX Ċanĝi la subdisktabelon.\n"
"(la eraro estas %s)\n"
"\n"
-"Ĉu vi konsentas perdi ĉiujn subdiskojn?\n"
+"Ĉu vi konsentas perdi ĉiujn subdiskojn?\n"
-#: ../../fsedit.pm_.c:501
-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:1
+#, c-format
+msgid "server"
+msgstr "servilo"
-#: ../../fsedit.pm_.c:502
-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:1
+#, c-format
+msgid "with /usr"
+msgstr ""
-#: ../../fsedit.pm_.c:521
-msgid "Mount points must begin with a leading /"
-msgstr "Surmetingoj devas komenci kun antaŭa /"
+#: ../../fsedit.pm:1
+#, c-format
+msgid "simple"
+msgstr "simpla"
-#: ../../fsedit.pm_.c:522
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Enabling swap partition %s"
+msgstr "Formatas subdiskon %s"
+
+#: ../../fs.pm:1 ../../partition_table.pm:1
#, c-format
-msgid "There is already a partition with mount point %s\n"
-msgstr "Jam estas subdisko kun surmetingo ĉe %s\n"
+msgid "error unmounting %s: %s"
+msgstr "eraro dum malmunti %s: %s"
-#: ../../fsedit.pm_.c:526
+#: ../../fs.pm:1
#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
+msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fsedit.pm_.c:528
-msgid "This directory should remain within the root filesystem"
-msgstr "Ĉi tiu dosierujo devus resti interne de la radika dosierosistemo (/)"
-
-#: ../../fsedit.pm_.c:530
-#, fuzzy
-msgid ""
-"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
-"point\n"
-msgstr "Vi bezonas veran dosiersistemon (ext2, reiserfs) por tiu surmetingo\n"
-
-#: ../../fsedit.pm_.c:532
+#: ../../fs.pm:1
#, 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"
+msgid "Mounting partition %s"
+msgstr "Formatas subdiskon %s"
-#: ../../fsedit.pm_.c:599
-#, fuzzy
-msgid "Not enough free space for auto-allocating"
-msgstr "Mankas sufiĉan da libera spaco por disponigi novajn subdiskojn"
+#: ../../fs.pm:1
+#, fuzzy, c-format
+msgid "Checking %s"
+msgstr "Distingivo: %s\n"
-#: ../../fsedit.pm_.c:601
-msgid "Nothing to do"
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "Formatting partition %s"
+msgstr "Formatas subdiskon %s"
-#: ../../fsedit.pm_.c:694
+#: ../../fs.pm:1
#, c-format
-msgid "Error opening %s for writing: %s"
-msgstr "Eraro dum malfermado de %s por skribi: %s"
+msgid "Creating and formatting file %s"
+msgstr "Kreas kaj formatas dosieron %s"
-#: ../../harddrake/data.pm_.c:71
-msgid "cpu /* "
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "I don't know how to format %s in type %s"
+msgstr "ne scias kiel formati %s kiel speco %s"
-#: ../../harddrake/sound.pm_.c:170
-msgid "No alternative driver"
-msgstr ""
+#: ../../fs.pm:1
+#, c-format
+msgid "%s formatting of %s failed"
+msgstr "%s formatado de %s malsukcesis"
-#: ../../harddrake/sound.pm_.c:171
+#: ../../help.pm:1
#, c-format
msgid ""
-"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
-"currently uses \"%s\""
+"Click on \"Next ->\" if you want to delete all data and partitions present\n"
+"on this hard drive. Be careful, after clicking on \"Next ->\", you will not\n"
+"be able to recover any data and partitions present on this hard drive,\n"
+"including any Windows data.\n"
+"\n"
+"Click on \"<- Previous\" to stop this operation without losing any data and\n"
+"partitions present on this hard drive."
msgstr ""
-#: ../../harddrake/sound.pm_.c:173
-#, fuzzy
-msgid "Sound configuration"
-msgstr "LAN Konfiguraĵo"
-
-#: ../../harddrake/sound.pm_.c:174
+#: ../../help.pm:1
#, c-format
msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
+"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 ""
-#: ../../harddrake/sound.pm_.c:176
+#: ../../help.pm:1
#, c-format
msgid ""
+"As a review, DrakX will present a summary of various information it has\n"
+"about your system. Depending on your installed hardware, you may have some\n"
+"or all of the following entries:\n"
"\n"
+" * \"Mouse\": check the current mouse configuration and click on the button\n"
+"to change it if necessary.\n"
"\n"
-"Your card currently use the %s\"%s\" driver (default driver for your card is "
-"\"%s\")"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:178
-#, fuzzy
-msgid "Driver:"
-msgstr "Pelilo"
-
-#: ../../harddrake/sound.pm_.c:183 ../../standalone/drakTermServ_.c:303
-#: ../../standalone/drakbackup_.c:3878 ../../standalone/drakbackup_.c:3911
-#: ../../standalone/drakbackup_.c:3937 ../../standalone/drakbackup_.c:3964
-#: ../../standalone/drakbackup_.c:3991 ../../standalone/drakbackup_.c:4030
-#: ../../standalone/drakbackup_.c:4051 ../../standalone/drakbackup_.c:4078
-#: ../../standalone/drakbackup_.c:4108 ../../standalone/drakbackup_.c:4134
-#: ../../standalone/drakbackup_.c:4157 ../../standalone/drakfont_.c:690
-#, fuzzy
-msgid "Help"
-msgstr "/_Helpo"
-
-#: ../../harddrake/sound.pm_.c:185
-msgid "Switching between ALSA and OSS help"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:186
-msgid ""
-"OSS (Open Sound System) was the first sound API. It's an OS independant "
-"sound API (it's available on most unices systems) but it's a very basic and "
-"limited API.\n"
-"What's more, OSS drivers all reinvent the wheel.\n"
+" * \"Keyboard\": check the current keyboard map configuration and click on\n"
+"the button to change that if necessary.\n"
"\n"
-"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
-"which\n"
-"supports quite a large range of ISA, USB and PCI cards.\n"
+" * \"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one.\n"
"\n"
-"It also provides a much higher API than OSS.\n"
+" * \"Timezone\": By default, DrakX deduces your time zone based on the\n"
+"primary language you have chosen. But here, just as in your choice of a\n"
+"keyboard, you may not be in the country for which the chosen language\n"
+"should correspond. You may need to click on the \"Timezone\" button to\n"
+"configure the clock for the correct timezone.\n"
"\n"
-"To use alsa, one can either use:\n"
-"- the old compatibility OSS api\n"
-"- the new ALSA api that provides many enhanced features but requires using "
-"the ALSA library.\n"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:202
-#, c-format
-msgid ""
-"The old \"%s\" driver is blacklisted.\n"
+" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation.\n"
"\n"
-"It has been reported to oopses the kernel on unloading.\n"
+" * \"Bootloader\": if you wish to change your bootloader configuration,\n"
+"click that button. This should be reserved to advanced users.\n"
"\n"
-"The new \"%s\" driver'll only be used on next bootstrap."
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:205 ../../standalone/drakconnect_.c:298
-#, fuzzy
-msgid "Please Wait... Applying the configuration"
-msgstr "Provu konfiguraĵon"
-
-#: ../../harddrake/sound.pm_.c:205 ../../interactive.pm_.c:382
-#: ../../standalone/drakxtv_.c:108 ../../standalone/harddrake2_.c:113
-#: ../../standalone/service_harddrake_.c:64
-msgid "Please wait"
-msgstr "Bonvole atendu"
-
-#: ../../harddrake/sound.pm_.c:210
-msgid "No known driver"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:211
-#, c-format
-msgid "There's no known driver for your sound card (%s)"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:214
-msgid "Unkown driver"
-msgstr ""
-
-#: ../../harddrake/sound.pm_.c:215
-#, c-format
-msgid ""
-"The \"%s\" driver for your sound card is unlisted\n"
+" * \"Graphical Interface\": by default, DrakX configures your graphical\n"
+"interface in \"800x600\" resolution. If that does not suits you, click on\n"
+"the button to reconfigure your grapical interface.\n"
"\n"
-"Please send the output of the \"lspcidrake -v\" command to\n"
-"<install at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver \"%s\""
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:14 ../../harddrake/v4l.pm_.c:64
-#, fuzzy
-msgid "Auto-detect"
-msgstr "Malproksima printilo"
-
-#: ../../harddrake/v4l.pm_.c:65 ../../harddrake/v4l.pm_.c:198
-#, fuzzy
-msgid "Unknown|Generic"
-msgstr "Genera"
-
-#: ../../harddrake/v4l.pm_.c:97
-msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:98
-msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:224
-msgid ""
-"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
-"detect the rights parameters.\n"
-"If your card is misdetected, you can force the right tuner and card types "
-"here. Just select your tv card parameters if needed"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:227
-#, fuzzy
-msgid "Card model:"
-msgstr "Memoro de Karto (DMA)"
-
-#: ../../harddrake/v4l.pm_.c:228
-#, fuzzy
-msgid "Tuner type:"
-msgstr "Ŝanĝu subdiskspecon"
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "Number of capture buffers:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:229
-msgid "number of capture buffers for mmap'ed capture"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:231
-#, fuzzy
-msgid "PLL setting:"
-msgstr "Formatas"
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "Radio support:"
-msgstr ""
-
-#: ../../harddrake/v4l.pm_.c:232
-msgid "enable radio support"
+" * \"Network\": If you want to configure your Internet or local network\n"
+"access now, you can by clicking on this button.\n"
+"\n"
+" * \"Sound card\": if a sound card is detected on your system, it is\n"
+"displayed here. If you notice the sound card displayed is not the one that\n"
+"is actually present on your system, you can click on the button and choose\n"
+"another driver.\n"
+"\n"
+" * \"TV card\": if a TV card is detected on your system, it is displayed\n"
+"here. If you have a TV card and it is not detected, click on the button to\n"
+"try to configure it manually.\n"
+"\n"
+" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
+"displayed here. You can click on the button to change the parameters\n"
+"associated with the card."
msgstr ""
-#: ../../help.pm_.c:13
+#: ../../help.pm:1
+#, c-format
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 this concept. But unlike \"root\", which is the\n"
-"administrator, the users you add here will not be entitled to change\n"
-"anything except their own files and their own configurations. You will have\n"
-"to create at least one regular user for yourself. That account is where you\n"
-"should log in for routine use. Although it is very practical to log in as\n"
-"\"root\" everyday, it may also be very dangerous! The slightest mistake\n"
-"could mean that your system would not work any more. If you make a serious\n"
-"mistake as a regular user, you may only lose some information, but not the\n"
-"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\n"
-"first 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 the \"root\"\n"
-"one from a security point of view, but that is no reason to neglect it:\n"
-"after 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 the people meant to use that computer. When you are\n"
-"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).\n"
-"\n"
-"When you are finished adding all users, you will be proposed to choose a\n"
-"user which can automatically log into the system when the computer boots\n"
-"up. If you are interested in that feature (and do not care much about local\n"
-"security), choose the desired user and window manager, then click \"Yes\".\n"
-"If you are not interested in this feature, click \"No\"."
+"\"Sound card\": if a sound card is detected on your system, it is displayed\n"
+"here. If you notice the sound card displayed is not the one that is\n"
+"actually present on your system, you can click on the button and choose\n"
+"another driver."
msgstr ""
-#: ../../help.pm_.c:48
+#: ../../help.pm:1
+#, c-format
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 \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
+"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
+"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
+"detected and installed in the bootloader menu. If this is not the case, you\n"
+"can add an entry by hand in this screen. Be careful to choose the correct\n"
+"parameters.\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"
+"Yaboot's main options are:\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"
+" * Init Message: a simple text message displayed before the boot prompt.\n"
"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\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"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
+"at the first boot prompt.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
+"Open Firmware at the first boot prompt.\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:79
-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."
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
msgstr ""
-#: ../../help.pm_.c:84
+#: ../../help.pm:1
+#, c-format
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"
+"You can add additional entries in yaboot for other operating systems,\n"
+"alternate kernels, or for an emergency boot image.\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"
+"For other OSs, the entry consists only of a label and the \"root\"\n"
+"partition.\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"
+"For Linux, there are a few possible options:\n"
"\n"
-" * \"Workstation\": if you plan to use your machine as a workstation,\n"
-"select one or more of the corresponding groups;\n"
+" * Label: this is the name you will have to type at the yaboot prompt to\n"
+"select this boot option.\n"
"\n"
-" * \"Development\": if your machine is to be used for programming, choose\n"
-"the desired group(s);\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"
-" * \"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"
+" * Root: the \"root\" device or ``/'' for your Linux installation.\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"
+" * Append: on Apple hardware, the kernel append option is often used to\n"
+"assist in initializing video hardware, or to enable keyboard mouse button\n"
+"emulation for the missing 2nd and 3rd mouse buttons on a stock Apple mouse.\n"
+"The following are some examples:\n"
"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect 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"
+" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+"hda=autotune\n"
"\n"
-" * \"With X\": install the fewest packages possible to have a working\n"
-"graphical desktop;\n"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\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"
+" * 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"
-" * \"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"
+" * Initrd-size: the default ramdisk size is generally 4096 Kbytes. If you\n"
+"need to allocate a large ramdisk, this option can be used to specify a\n"
+"ramdisk larger than the default.\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"
+" * Read-write: normally the \"root\" partition is initially mounted as\n"
+"read-only, to allow a file system check before the system becomes ``live''.\n"
+"You can override the default with this option.\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 to repair or\n"
-"update an existing system."
+" * 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 pressing ENTER at the yaboot prompt. This entry will also be\n"
+"highlighted with a ``*'' if you press [Tab] to see the boot selections."
msgstr ""
-#: ../../help.pm_.c:135
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Finally, depending on whether or not you chose to be able to select\n"
-"individual packages, you will be presented a tree containing all packages\n"
-"classified by groups and subgroups. While browsing the tree, you can select\n"
-"entire groups, subgroups, or individual packages.\n"
+"DrakX will first detect any IDE devices present in your computer. It will\n"
+"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
+"found, DrakX will automatically install the appropriate driver.\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 installation time estimate is displayed\n"
-"on the screen, to help you gauge if there is sufficient time to enjoy a cup\n"
-"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"
+"Because hardware detection is not foolproof, DrakX will ask you if you have\n"
+"a PCI SCSI installed. Clicking \" Yes\" will display a list of SCSI cards\n"
+"to choose from. Click \"No\" if you know that you have no SCSI hardware in\n"
+"your machine. If you're not sure, you can check the list of hardware\n"
+"detected in your machine by selecting \"See hardware info \" and clicking\n"
+"the \"Next ->\". Examine the list of hardware and then click on the \"Next\n"
+"->\" button to return to the SCSI interface question.\n"
+"\n"
+"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
+"want to configure options for it. You should allow DrakX to probe the\n"
+"hardware for the card-specific options which are needed to initialize the\n"
+"adapter. Most of the time, DrakX will get through this step without any\n"
+"issues.\n"
+"\n"
+"If DrakX is not able to probe for the options to automatically determine\n"
+"which parameters need to be passed to the hardware, you'll need to manually\n"
+"configure the driver."
+msgstr ""
+"DrakX provos serĉi 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 aĊ­tomate 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"
-"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 the previous step on how to\n"
-"create such a floppy disk."
-msgstr ""
+"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 dokumentaĵo de aparato, aĊ­ de la TTT-ejo de la fabrikanto\n"
+"(se vi havas atingon al la reto)."
-#: ../../help.pm_.c:171
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Now, it's time to select a printing system for your computer. Other OSs may\n"
+"offer you one, but Mandrake Linux offers two. Each of the printing systems\n"
+"is best for a particular type of configuration.\n"
+"\n"
+" * \"pdq\" -- which is an acronym for ``print, don't queue'', is the choice\n"
+"if you have a direct connection to your printer, you want to be able to\n"
+"panic out of printer jams, and you do not have networked printers. (\"pdq\n"
+"\" will handle only very simple network cases and is somewhat slow when\n"
+"used with networks.) It's recommended that you use \"pdq \" if this is your\n"
+"first experience with GNU/Linux.\n"
+"\n"
+" * \"CUPS\" - `` Common Unix Printing System'', is an excellent choice for\n"
+"printing to your local printer or to one halfway around the planet. It is\n"
+"simple to configure and can act as a server or a client for the ancient\n"
+"\"lpd \" printing system, so it compatible with older operating systems\n"
+"that may still need print services. While quite powerful, the basic setup\n"
+"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
+"sure to turn on the \"cups-lpd \" daemon. \"CUPS\" includes graphical\n"
+"front-ends for printing or choosing printer options and for managing the\n"
+"printer.\n"
+"\n"
+"If you make a choice now, and later find that you don't like your printing\n"
+"system you may change it by running PrinterDrake from the Mandrake Control\n"
+"Center and clicking the expert button."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You are now able to set up your Internet/network connection. If you wish to\n"
-"connect your computer to the Internet or to a local network, click \"OK\".\n"
-"The autodetection of network devices and modem will be launched. If this\n"
-"detection fails, uncheck the \"Use auto-detection\" box next time. You may\n"
-"also choose not to configure the network, or do it later; in that case,\n"
-"simply click the \"Cancel\" button.\n"
+"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
+"automated. DrakX will analyze the disk boot sector and act according to\n"
+"what it finds there:\n"
"\n"
-"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
-"cable modem, and finally a simple LAN connection (Ethernet).\n"
+" * if a Windows boot sector is found, it will replace it with a grub/LILO\n"
+"boot sector. This way you will be able to load either GNU/Linux or another\n"
+"OS.\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"
+" * if a grub or LILO boot sector is found, it will replace it with a new\n"
+"one.\n"
"\n"
-"You can consult the ``Starter Guide'' chapter about Internet connections\n"
-"for details about the configuration, or simply wait until your system is\n"
-"installed and use the program described there to configure your connection.\n"
+"If it cannot make a determination, DrakX will ask you where to place the\n"
+"bootloader.\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:193
-#, fuzzy
-msgid ""
-"You may now choose which services you wish to start at boot time.\n"
+"\"Boot device\": in most cases, you will not change the default (\"First\n"
+"sector of drive (MBR)\"), but if you prefer, the bootloader can be\n"
+"installed on the second hard drive (\"/dev/hdb\"), or even on a floppy disk\n"
+"(\"On Floppy\").\n"
"\n"
-"Here are listed all the services available with the current installation.\n"
-"Review them carefully and uncheck those which are not always needed at boot\n"
-"time.\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\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"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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"
+" * 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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
"\n"
-"Zorgegu en ĉi tiu paŝo se vi intencas uzi vian komputilon kiel servilo:\n"
-"ne startu servojn kiujn vi ne deziras uzi."
-
-#: ../../help.pm_.c:210
-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 unselecting \"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"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\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."
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
-#: ../../help.pm_.c:224
+#: ../../help.pm:1
+#, fuzzy, c-format
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.\n"
-"\n"
-"You will be presented the list of available resolutions and color depth\n"
-"available for your hardware. Choose the one that best suit your needs (you\n"
-"will be able to change that after installation though). When you are\n"
-"satisfied with the sample shown in the monitor, click \"OK\". A window will\n"
-"then appear and ask you if you can see it.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options that will be available at boot time will be displayed.\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"
+"If there are other operating systems installed on your machine they will\n"
+"automatically be added to the boot menu. You can fine-tune the existing\n"
+"options by clicking \"Add\" to create a new entry; selecting an entry and\n"
+"clicking \"Modify\" or \"Remove\" to modify or remove it. \"OK\" validates\n"
+"your changes.\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. Refer then to the video\n"
-"configuration section of the user guide for more information on how to\n"
-"configure your display."
-msgstr ""
-
-#: ../../help.pm_.c:246
-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."
+"You may also not want to give access to these other operating systems to\n"
+"anyone who goes to the console and reboots the machine. You can delete the\n"
+"corresponding entries for the operating systems to remove them from the\n"
+"bootloader menu, but you will need a boot disk in order to boot those other\n"
+"operating systems!"
msgstr ""
+"LILO (la Linuksa Ċœargilo) kaj Grub estas startĊargiloj: 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:253
+#: ../../help.pm:1
+#, c-format
msgid ""
-"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 bootloader, DrakX will rewrite the boot sector (\n"
-"MBR) of your main disk (unless you are using another boot manager), to\n"
-"allow you to start up with either Windows or GNU/Linux (assuming you have\n"
-"Windows in your system). If you need to reinstall Windows, the Microsoft\n"
-"install process will rewrite the boot sector, and then you will not be able\n"
-"to start GNU/Linux!\n"
-"\n"
-" * if a problem arises and you cannot start up GNU/Linux from the hard\n"
-"disk, 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"
-"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
-"floppy disk you will insert must be empty or contain data which you do not\n"
-"need. You will not have to format it since DrakX will rewrite the whole\n"
-"disk."
-msgstr ""
-
-#: ../../help.pm_.c:277
-msgid ""
-"You now need to choose where you want to install the Mandrake Linux\n"
-"operating system on your hard drive. If your hard drive is empty or if an\n"
-"existing operating system is using all the available space, you will need\n"
-"to partition it. Basically, partitioning a hard drive consists of logically\n"
-"dividing it to create space to install your new Mandrake Linux 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 ``Starter\n"
-"Guide''. From the installation interface, you can use the wizards as\n"
-"described here 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"
+"This dialog allows to finely tune your bootloader:\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. You will then be asked to choose the mount points associated to\n"
-"each of the partitions. The legacy mount points are selected by default,\n"
-"and you should generally keep them.\n"
+" * \"Bootloader to use\": there are three choices for your bootloader:\n"
"\n"
-" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
-"Microsoft Windows partition and data (see ``Erase entire disk'' or ``Expert\n"
-"mode'' solutions) or resize your Microsoft Windows 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"
-"Microsoft Windows on the same computer.\n"
+" * \"GRUB\": if you prefer grub (text menu).\n"
"\n"
-" Before choosing this option, please understand that after this\n"
-"procedure, the size of your Microsoft Windows partition will be smaller\n"
-"than at the present time. You will have less free space under Microsoft\n"
-"Windows to store your data or to install new software;\n"
+" * \"LILO with text menu\": if you prefer LILO with its text menu\n"
+"interface.\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"
+" * \"LILO with graphical menu\": if you prefer LILO with its graphical\n"
+"interface.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\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"
-" * \"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"
+" * \"Delay before booting the default image\": after a boot or a reboot of\n"
+"the computer, this is the delay given to the user at the console to select\n"
+"a boot entry other than the default.\n"
"\n"
-" !! If you choose this option, all data on your disk will be lost. !!\n"
+"!! Beware that if you choose not to install a bootloader (by selecting\n"
+"\"Skip\"), you must ensure that you have a way to boot your Mandrake Linux\n"
+"system! Be sure you know what you do before changing any of the options. !!\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 option. You\n"
-"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing. To know how to use the DiskDrake utility used\n"
-"here, refer to the section ``Managing Your Partitions'' of the ````Starter\n"
-"Guide''''"
+"Clicking the \"Advanced\" button in this dialog will offer advanced options\n"
+"that are reserved for the expert user."
msgstr ""
-#: ../../help.pm_.c:347
+#: ../../help.pm:1
+#, c-format
msgid ""
-"There you are. Installation is now completed 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"
+"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 the password that you chose too easy. As you\n"
+"can see, you are not forced to enter a password, but we strongly advise you\n"
+"against. GNU/Linux is as prone to operator error as any other operating\n"
+"system. Since \"root\" can overcome all limitations and unintentionally\n"
+"erase all data on partitions by carelessly accessing the partitions\n"
+"themselves, it is important that it be difficult to become \"root\".\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"
+"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"
-" * \"Replay\". This is a partially automated installation as the\n"
-"partitioning step (and only this one) remains interactive;\n"
+"One caveat -- do not make the password too long or complicated because you\n"
+"must be able to remember it!\n"
"\n"
-" * \"Automated\". Fully automated installation: the hard disk is\n"
-"completely rewritten, all data is lost.\n"
+"The password will not be displayed on screen as you type it in. To reduce\n"
+"the chance of a blind typing error you will need to enter the password\n"
+"twice. 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"
-" This feature is very handy when installing a great number of similar\n"
-"machines. See the Auto install section on our web site;\n"
+"If you wish access to this computer to be controlled by an authentication\n"
+"server, clisk the \"Advanced\" button.\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"
+"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
+"services, select the appropriate one as \"authentication\". If you do not\n"
+"know which to use, ask your network administrator.\n"
"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+"If you happen to have problems with reminding passwords, you can choose to\n"
+"have \"No password\", if your computer won't be connected to the Internet,\n"
+"and if you trust anybody having access to it."
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a filesystem on it).\n"
+"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:1
+#, c-format
+msgid ""
+"Usually, DrakX has no problems detecting the number of buttons on your\n"
+"mouse. If it does, it assumes you have a two-button mouse and will\n"
+"configure it for third-button emulation. The third-button mouse button of a\n"
+"two-button mouse can be ``pressed'' by simultaneously clicking the left and\n"
+"right mouse buttons. DrakX will automatically know whether your mouse uses\n"
+"a PS/2, serial or USB interface.\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"
+"If for some reason you wish to specify a different type of mouse, select it\n"
+"from the provided list.\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"
+"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 and that the mouse is working correctly. If the mouse is not\n"
+"working well, press the space bar or [Return] key to cancel the test and to\n"
+"go back to the list of choices.\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"
-"it.\n"
+"Wheel mice are occasionally not detected automatically, so you will need to\n"
+"select your mouse from a list. Be sure to select the one corresponding to\n"
+"the port that your mouse is attached to. After selecting a mouse and\n"
+"pressing the \"Next ->\" button, a mouse image is displayed on-screen.\n"
+"Scroll the mouse wheel to ensure that it is activated correctly. Once you\n"
+"see the on-screen scroll wheel moving as you scroll your mouse wheel, test\n"
+"the buttons and check that the mouse pointer moves on-screen as you move\n"
+"your mouse."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Your choice of preferred language will affect the language of the\n"
+"documentation, the installer and the system in general. Select first the\n"
+"region you are located in, and then the language you speak.\n"
"\n"
-"Click on \"OK\" when you are ready to format partitions.\n"
+"Clicking on the \"Advanced\" button will allow you to select other\n"
+"languages to be installed on your workstation, thereby installing the\n"
+"language-specific files for system documentation and applications. For\n"
+"example, if you will host users from Spain on your machine, select English\n"
+"as the default language in the tree view and \"Espanol\" in the Advanced\n"
+"section.\n"
"\n"
-"Click on \"Cancel\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
+"Note that you're not limited to choosing a single additional language. Once\n"
+"you have selected additional locales, click the \"Next ->\" button to\n"
+"continue.\n"
"\n"
-"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
-"for bad blocks on the disk."
+"To switch between the various languages installed on the system, you can\n"
+"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
+"language used by the entire system. Running the command as a regular user\n"
+"will only change the language settings for that particular user."
msgstr ""
-#: ../../help.pm_.c:404
+#: ../../help.pm:1
+#, c-format
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"
+"Depending on the default language you chose in Section , DrakX will\n"
+"automatically select a particular type of keyboard configuration. However,\n"
+"you might not have a keyboard that corresponds exactly to your language:\n"
+"for example, if you are an English speaking Swiss person, you may have a\n"
+"Swiss keyboard. Or if you speak English but are located in Quebec, you may\n"
+"find yourself in the same situation where your native language and keyboard\n"
+"do not match. In either case, this installation step will allow you to\n"
+"select an appropriate keyboard from a list.\n"
"\n"
-"Please be patient."
+"Click on the \"More \" button to be presented with the complete list of\n"
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
+"dialog will allow you to choose the key binding that will switch the\n"
+"keyboard between the Latin and non-Latin layouts."
msgstr ""
-#: ../../help.pm_.c:412
+#: ../../help.pm:1
+#, c-format
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 able 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"
+"This step is activated only if an old GNU/Linux partition has been found on\n"
+"your machine.\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."
+"DrakX now needs to know if you want to perform a new install or an upgrade\n"
+"of an existing Mandrake Linux system:\n"
+"\n"
+" * \"Install\": For the most part, this completely wipes out the old\n"
+"system. If you wish to change how your hard drives are partitioned, or\n"
+"change the file system, you should use this option. However, depending on\n"
+"your partitioning scheme, you can prevent some of your existing data from\n"
+"being over- written.\n"
+"\n"
+" * \"Upgrade\": this installation class allows you to update the packages\n"
+"currently installed on your Mandrake Linux system. Your current\n"
+"partitioning scheme and user data is not altered. Most of other\n"
+"configuration steps remain available, similar to a standard installation.\n"
+"\n"
+"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
+"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
+"to Mandrake Linux version \"8.1\" is not recommended."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm:1
+#, c-format
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 included in it, click on the \"Refuse\" button which will\n"
-"immediately terminate the installation. To continue with the installation,\n"
-"click on the \"Accept\" button."
+"\"Country\": check the current country selection. If you are not in this\n"
+"country, click on the button and choose another one."
msgstr ""
-#: ../../help.pm_.c:432
+#: ../../help.pm:1
+#, c-format
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"
-"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
-"get more information about the meaning of these levels.\n"
+"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"
-"If you do not know what to choose, keep the default option."
+"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:442
+#: ../../help.pm:1
+#, c-format
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"
@@ -3103,534 +1758,633 @@ msgid ""
"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"
+"drive\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
-"swap partitions on your hard drive's free space;\n"
+" * \"Auto allocate\": this option enables you to automatically create ext3\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\n"
-"recommended to perform this step;\n"
+"recommended that you perform this step.\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
-"partition table from a floppy disk;\n"
+" * \"Restore partition table\": allows you to restore a previously saved\n"
+"partition table from a 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"
+"doesn't always work.\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your initial\n"
-"partition table;\n"
+" * \"Reload partition table\": discards all changes and reloads the\n"
+"partition table that was originally on the hard drive.\n"
"\n"
" * \"Removable media automounting\": unchecking this option will force\n"
"users 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\n"
-"your hard drive. This is recommended if you do not have a good knowledge of\n"
-"partitioning;\n"
+"your hard drive. This is recommended if you do not have a good\n"
+"understanding of partitioning.\n"
"\n"
-" * \"Undo\": use this option to cancel your changes;\n"
+" * \"Undo\": use this option to cancel your changes.\n"
"\n"
" * \"Toggle to normal/expert mode\": allows additional actions on\n"
-"partitions (type, options, format) and gives more information;\n"
+"partitions (type, options, format) and gives more information about the\n"
+"hard drive.\n"
"\n"
" * \"Done\": when you are finished partitioning your hard drive, this will\n"
"save your changes back to disk.\n"
"\n"
+"When defining the size of a partition, you can finely set the partition\n"
+"size by using the Arrow keys of your keyboard.\n"
+"\n"
"Note: you can reach any option using the keyboard. Navigate through the\n"
-"partitions using [Tab] and [Up/Down] arrows.\n"
+"partitions using [Tab] and the [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"
+" * Ctrl-c to create a new partition (when an empty partition is selected)\n"
"\n"
-" * Ctrl-d to delete a partition;\n"
+" * Ctrl-d to delete a partition\n"
"\n"
-" * Ctrl-m to set the mount point.\n"
+" * Ctrl-m to set the mount point\n"
"\n"
-"To get information about the different filesystem types available, please\n"
+"To get information about the different file system 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"
+"``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
+#: ../../help.pm:1
+#, c-format
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"
+"At this point, DrakX will allow you to choose the security level desired\n"
+"for the machine. As a rule of thumb, the security level should be set\n"
+"higher if the machine will contain crucial data, or if it will be a machine\n"
+"directly exposed to the Internet. The trade-off of a higher security level\n"
+"is generally obtained at the expense of ease of use. Refer to the \"msec\"\n"
+"chapter of the ``Command Line Manual'' to get more information about the\n"
+"meaning of these levels.\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"
+"If you do not know what to choose, keep the default option."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"At the time you are installing Mandrake Linux, it is likely that some\n"
+"packages have been updated since the initial release. Bugs may have been\n"
+"fixed, security issues resolved. To allow you to benefit from these\n"
+"updates, you are now able 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"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
+"Choosing \"Yes\" displays a list of places from which updates can be\n"
+"retrieved. Choose the one nearest you. A package-selection tree will\n"
+"appear: review the selection, and press \"Install\" to retrieve and install\n"
+"the selected package( s), or \"Cancel\" to abort."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Any partitions that have been newly defined must be formatted for use\n"
+"(formatting means creating a file system).\n"
"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\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"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\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"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\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"
+"it.\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"Click on \"Next ->\" when you are ready to format partitions.\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
+"Click on \"<- Previous\" if you want to choose another partition for your\n"
+"new Mandrake Linux operating system installation.\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."
+"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
+"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm:1
+#, c-format
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\") over your\n"
-"installation. You can also choose to do a new installation or upgrade your\n"
-"existing Mandrake Linux system:\n"
+"There you are. Installation is now complete and your GNU/Linux system is\n"
+"ready to use. Just click \"Next ->\" to reboot the system. The first thing\n"
+"you should see after your computer has finished doing its hardware tests is\n"
+"the bootloader menu, giving you the choice of which operating system to\n"
+"start.\n"
"\n"
-" * \"Install\": completely wipes out the old system. However, depending on\n"
-"what is currently installed on your machine, you may be able to keep some\n"
-"old partitions (Linux or otherwise) unchanged;\n"
+"The \"Advanced\" button (in Expert mode only) shows two more buttons to:\n"
"\n"
-" * \"Upgrade\": this installation class allows to simply update the\n"
-"packages currently installed on your Mandrake Linux system. It keeps your\n"
-"hard drives' current partitions as well as user configurations. All other\n"
-"configuration steps remain available, similar to a normal installation;\n"
+" * \"generate auto-install floppy\": to create an installation floppy disk\n"
+"that will automatically perform a whole installation without the help of an\n"
+"operator, similar to the installation you just configured.\n"
"\n"
-" * \"Upgrade Packages Only\": this new installation class allows you to\n"
-"upgrade an existing Mandrake Linux system while keeping all system\n"
-"configurations unchanged. Adding new packages to the current installation\n"
-"is also possible.\n"
+" Note that two different options are available after clicking the button:\n"
"\n"
-"Upgrades should work fine on Mandrake Linux systems using version \"8.1\"\n"
-"or later.\n"
+" * \"Replay\". This is a partially automated installation. The\n"
+"partitioning step is the only interactive procedure.\n"
"\n"
-"Depending on your GNU/Linux knowledge, select one of the following choices:\n"
+" * \"Automated\". Fully automated installation: the hard disk is\n"
+"completely rewritten, all data is lost.\n"
+"\n"
+" This feature is very handy when installing a number of similar machines.\n"
+"See the Auto install section on our web site for more information.\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"
+" * \"Save packages selection\"(*): saves a list of the package selected in\n"
+"this installation. To use this selection with another installation, insert\n"
+"the floppy and start the installation. At the prompt, press the [F1] key\n"
+"and type >>linux defcfg=\"floppy\" <<.\n"
"\n"
-" * Expert: if you have a good GNU/Linux understanding, you may wish to\n"
-"perform a highly customized installation. Some of the decisions you will\n"
-"have to make may be difficult if you do not have good GNU/Linux knowledge,\n"
-"so it is not recommended that those without a fair amount of experience\n"
-"select this installation class."
+"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
+"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:582
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen). However, you might not have a keyboard that\n"
-"corresponds exactly to your language: for example, if you are an English\n"
-"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation. In both cases, you will have to go back to\n"
-"this installation step and select an appropriate keyboard from the list.\n"
+"At this point, you need to decide 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"
+"have to partition the drive. Basically, partitioning a hard drive consists\n"
+"of logically dividing it to create the space needed to install your new\n"
+"Mandrake Linux system.\n"
"\n"
-"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
+"Because the process of partitioning a hard drive is usually irreversible\n"
+"and can lead to lost data if there is an existing operating system already\n"
+"installed on the drive, partitioning can be intimidating and stressful if\n"
+"you are an inexperienced user. Fortunately, DrakX includes a wizard which\n"
+"simplifies this process. Before continuing with this step, read through the\n"
+"rest of this section and above all, take your time.\n"
+"\n"
+"Depending on your hard drive configuration, several options are available:\n"
+"\n"
+" * \"Use free space\": this option will perform an automatic partitioning\n"
+"of your blank drive(s). If you use this option there will be no further\n"
+"prompts.\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. You will then be asked to choose the mount points associated with\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and for the most part it's a good idea to keep them.\n"
+"\n"
+" * \"Use the free space on the Windows partition\": if Microsoft Windows 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"
+"Microsoft Windows partition and data (see `` Erase entire disk'' solution)\n"
+"or resize your Microsoft Windows FAT partition. Resizing can be performed\n"
+"without the loss of any data, provided you previously defragment the\n"
+"Windows partition and that it uses the FAT format. Backing up your data is\n"
+"strongly recommended.. Using this option is recommended if you want to use\n"
+"both Mandrake Linux and Microsoft Windows on the same computer.\n"
+"\n"
+" Before choosing this option, please understand that after this\n"
+"procedure, the size of your Microsoft Windows partition will be smaller\n"
+"then when you started. You will have less free space under Microsoft\n"
+"Windows to store your data or to install new software.\n"
"\n"
-"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
-"asked in the next dialog to choose the key binding that will switch the\n"
-"keyboard layout between the latin and non-latin layouts."
+" * \"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, because you will not be able to\n"
+"undo your choice after you confirm.\n"
+"\n"
+" !! If you choose this option, all data on your disk will be deleted. !!\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"
+" * \"Custom disk partitionning\": choose this option if you want to\n"
+"manually partition your hard drive. Be careful -- it is a powerful but\n"
+"dangerous choice and you can very easily lose all your data. That's why\n"
+"this option is really only recommended if you have done something like this\n"
+"before and have some experience. For more instructions on how to use the\n"
+"DiskDrake utility, refer to the ``Managing Your Partitions '' section in\n"
+"the ``Starter Guide''."
msgstr ""
-#: ../../help.pm_.c:598
+#: ../../help.pm:1
+#, c-format
msgid ""
-"The first step is to choose your preferred language.\n"
+"Checking \"Create a boot disk\" allows you to have a rescue bot media\n"
+"handy.\n"
"\n"
-"Please choose your preferred language for installation and system usage.\n"
+"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
+"booting the CD-ROM, pressing the >> F1<< key at boot and typing >>rescue<<\n"
+"at the prompt. If your computer cannot boot from the CD-ROM, there are at\n"
+"least two situations where having a boot floppy is critical:\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 host users from Spain on your machine,\n"
-"select English as the main language in the tree view and in the Advanced\n"
-"section, click on the box corresponding to \"Spanish|Spain\".\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 on\n"
+"your system). If at some point you need to reinstall Windows, the Microsoft\n"
+"install process will rewrite the boot sector and remove your ability to\n"
+"start GNU/Linux!\n"
"\n"
-"Note that multiple languages may be installed. Once you have selected any\n"
-"additional locales, click the \"OK\" button to continue.\n"
+" * if a problem arises and you cannot start GNU/Linux from the hard disk,\n"
+"this floppy will be the only means of starting up GNU/Linux. It contains a\n"
+"fair number of system tools for restoring a system that has crashed due to\n"
+"a power failure, an unfortunate typing error, a forgotten root password, or\n"
+"any other reason.\n"
"\n"
-"To switch from one language to the other, you can launch the\n"
-"\"/usr/sbin/localedrake\" command as \"root\" to change the whole system\n"
-"language, or as a simple user to only change that user's default language."
+"If you say \"Yes\", you will be asked to insert a disk in the drive. The\n"
+"floppy disk must be blank or have non-critical data on it - DrakX will\n"
+"format the floppy and will rewrite the whole disk."
msgstr ""
-#: ../../help.pm_.c:617
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX generally detects the number of buttons your mouse possesses. If not,\n"
-"it 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.\n"
+"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:1
+#, c-format
+msgid ""
+"In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Resolution\n"
"\n"
-"Sometimes, wheel mouses are not automatically detected. You will need to\n"
-"manually select it in the list. Be sure to select the one corresponding to\n"
-"the correct port it is attached to. After you have pressed the \"OK\"\n"
-"button, a mouse image will be displayed. You then need to move the wheel of\n"
-"your mouse to activate it correctly. Then test that all buttons and\n"
-"movements are correct."
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor."
msgstr ""
-#: ../../help.pm_.c:638
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
+"Monitor\n"
+"\n"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own."
msgstr ""
-"Bonvolu elekti la ĝustan pordon. Ekzemple, la COM1-a\n"
-"pordo sub MS Vindozo estas nomata ttyS0 sub GNU/Linukso."
-#: ../../help.pm_.c:642
-msgid ""
-"This is the most crucial decision in regards with the security of your\n"
-"GNU/Linux system: you have to enter the \"root\" password. \"Root\" is the\n"
-"system administrator and is the only one authorized to make updates, add\n"
-"users, change the overall system configuration, and so on. In short,\n"
-"\"root\" can do everything! That is why you must choose a password that is\n"
-"difficult to guess -- DrakX will tell you if it is too easy. As you can\n"
-"see, you can choose not to enter a password, but we strongly advise you\n"
-"against this if only for one reason: do not think that because you booted\n"
-"GNU/Linux that your other operating systems are safe from mistakes. Since\n"
-"\"root\" can overcome all limitations and unintentionally erase all data on\n"
-"partitions by carelessly accessing the partitions themselves, it is\n"
-"important for it to be difficult to become \"root\".\n"
+#: ../../help.pm:1
+#, c-format
+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 upon.\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"
+"You will be presented the list of different parameters to change to get an\n"
+"optimal graphical display: Graphic Card\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"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\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"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs.\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 either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one as \"authentication\". If you have no\n"
-"clue, ask your 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:678
-msgid ""
-"LILO and grub are GNU/Linux bootloaders. Normally, this stage is totally\n"
-"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
-"accordingly, depending on what it finds there:\n"
+"Monitor\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"
+" The installer can normally automatically detect and configure the\n"
+"monitor connected to your machine. If it is not the case, you can choose in\n"
+"this list the monitor you actually own.\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"
+"Resolution\n"
"\n"
-" * \"GRUB\": if you prefer grub (text menu);\n"
+" You can choose here resolutions and color depth between those available\n"
+"for your hardware. Choose the one that best suit your needs (you will be\n"
+"able to change that after installation though). Asample of the chosen\n"
+"configuration is shown in the monitor.\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\n"
-"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"
+"Test\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"
+" the system will try to open a graphical screen at the desired\n"
+"resolution. If you can see the message during the test and answer \"Yes\",\n"
+"then DrakX will proceed to the next step. If you cannot see the message, it\n"
+"means that some part of the autodetected configuration was incorrect and\n"
+"the test will automatically end after 12 seconds, bringing you back to the\n"
+"menu. Change settings until you get a correct graphical display.\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 for the expert user."
+"\n"
+"Options\n"
+"\n"
+" You can here choose whether you want to have your machine automatically\n"
+"switch to a graphical interface at boot. Obviously, you want to check\n"
+"\"No\" if your machine is to act as a server, or if you were not successful\n"
+"in getting the display configured."
msgstr ""
-#: ../../help.pm_.c:718
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
msgid ""
-"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"
+"Graphic Card\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.\n"
+" The installer can normally automatically detect and configure the\n"
+"graphic card installed on your machine. If it is not the case, you can\n"
+"choose in this list the card you actually own.\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!"
+" In the case that different servers are available for your card, with or\n"
+"without 3D acceleration, you are then proposed to choose the server that\n"
+"best suits your needs."
msgstr ""
-"LILO (la Linuksa Ŝargilo) kaj Grub estas startŝargiloj: 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:732
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
msgid ""
-"You must indicate where you wish to place the information required to boot\n"
-"GNU/Linux.\n"
+"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
+"local time according to the time zone you selected. If the clock on your\n"
+"motherboard is set to local time, you may deactivate this by unselecting\n"
+"\"Hardware clock set to GMT \", which will let GNU/Linux know that the\n"
+"system clock and the hardware clock are in the same timezone. This is\n"
+"useful when the machine also hosts another operating system like Windows.\n"
"\n"
-"Unless you know exactly what you are doing, choose \"First sector of drive\n"
-"(MBR)\"."
+"The \"Automatic time synchronization \" option will automatically regulate\n"
+"the clock by connecting to a remote time server on the Internet. For this\n"
+"feature to work, you must have a working Internet connection. It is best to\n"
+"choose a time server located near you. This option actually installs a time\n"
+"server that can used by other machines on your local network."
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:739
+#: ../../help.pm:1
+#, fuzzy, c-format
msgid ""
-"Here, we select a printing system for your computer. Other OSes may offer\n"
-"you one, but Mandrake Linux offers two.\n"
+"This step is used to choose which services you wish to start at boot time.\n"
+"\n"
+"DrakX will list all the services available on the current installation.\n"
+"Review each one carefully and uncheck those which are not always needed at\n"
+"boot time.\n"
"\n"
-" * \"pdq\" -- which means ``print, don't queue'', is the choice if you have\n"
-"a 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 first 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"
+"A short explanatory text will be displayed about a service when it is\n"
+"selected. However, if you are not sure whether a service is useful or not,\n"
+"it is safer to leave the default behavior.\n"
"\n"
-" * \"CUPS\" -- ``Common Unix Printing System'', is excellent at printing to\n"
-"your local printer and also halfway-around the planet. It is simple and can\n"
-"act as a server or a client for the ancient \"lpd\" printing system. Hence,\n"
-"it is compatible with the systems that went before. It can do many tricks,\n"
-"but the basic setup is almost as easy as \"pdq\". If you need this to\n"
-"emulate an \"lpd\" server, you must turn on the \"cups-lpd\" daemon. It has\n"
-"graphical front-ends for printing or choosing printer options."
+"!! 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 that 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 paĊo se vi intencas uzi vian komputilon kiel servilo:\n"
+"ne startu servojn kiujn vi ne deziras uzi."
-#: ../../help.pm_.c:759
-#, fuzzy
+#: ../../help.pm:1
+#, c-format
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
+"\"Printer\": clicking on the \"No Printer\" button will open the printer\n"
+"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"You will now set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"Next\n"
+"->\". Mandrake Linux will attempt to autodetect network devices and modems.\n"
+"If this detection fails, uncheck the \"Use auto detection\" box. You may\n"
+"also choose not to configure the network, or to do it later, in which case\n"
+"clicking the \"Cancel\" button will take you to the next step.\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 with a list of SCSI cards to choose from. Click \"No\" if you\n"
-"have no SCSI hardware. If you are unsure, you can check the list of\n"
-"hardware detected in your machine by selecting \"See hardware info\" and\n"
-"clicking \"OK\". Examine the hardware list and then click on the \"OK\"\n"
-"button to return to the SCSI interface question.\n"
+"When configuring your network, the available connections options are:\n"
+"traditional modem, ISDN modem, ADSL connection, cable modem, and finally a\n"
+"simple LAN connection (Ethernet).\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"
+"We will not detail each configuration option - just make sure that you have\n"
+"all the parameters, such as IP address, default gateway, DNS servers, etc.\n"
+"from your Internet Service Provider or system administrator.\n"
"\n"
-"If DrakX is not able to probe for the options which need to be passed, you\n"
-"will need to manually provide options to the driver."
+"You can consult the ``Starter Guide'' chapter about Internet connections\n"
+"for details about the configuration, or simply wait until your system is\n"
+"installed and use the program described there to configure your connection."
msgstr ""
-"DrakX provos serĉi 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 aŭtomate 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"
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"If you told the installer that you wanted to individually select packages,\n"
+"it will present 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 to let you know the purpose of the package.\n"
+"\n"
+"!! If a server package has been selected, either because you specifically\n"
+"chose the individual package or because it was part of a group of packages,\n"
+"you will be asked to confirm that you really want those servers to be\n"
+"installed. By default Mandrake Linux will automatically start any installed\n"
+"services at boot time. Even if they are safe and have no known issues at\n"
+"the time the distribution was shipped, it is entirely possible that that\n"
+"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 during boot. !!\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"
+"The \"Automatic dependencies\" option is used to disable the warning dialog\n"
+"which appears whenever the installer automatically selects a package to\n"
+"resolve a dependency issue. Some packages have relationships between each\n"
+"other such that installation of a package requires that some other program\n"
+"is already installed. The installer can determine which packages are\n"
+"required to satisfy a dependency to successfully complete the installation.\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 dokumentaĵo de aparato, aŭ de la TTT-ejo de la fabrikanto\n"
-"(se vi havas atingon al la reto)."
+"The tiny floppy disk icon at the bottom of the list allows you to load a\n"
+"package list created during a previous installation. This is useful if you\n"
+"have a number of machines that you wish to configure identically. Clicking\n"
+"on this icon will ask you to insert a floppy disk previously created at the\n"
+"end of another installation. See the second tip of last step on how to\n"
+"create such a floppy."
+msgstr ""
-#: ../../help.pm_.c:781
+#: ../../help.pm:1
+#, c-format
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 OSes, the entry consists only of a label and the \"root\"\n"
-"partition.\n"
-"\n"
-"For Linux, there are a few possible options:\n"
+"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"
+"to make it simpler to manage the packages have been placed into groups of\n"
+"similar applications.\n"
"\n"
-" * Label: this is simply the name you will have to type at the yaboot\n"
-"prompt to select this boot option;\n"
+"Packages are sorted into groups corresponding to a particular use of your\n"
+"machine. Mandrake Linux has four predefined installations available. You\n"
+"can think of these installation classes as containers for various packages.\n"
+"You can mix and match applications from the various containers, so a\n"
+"``Workstation'' installation can still have applications from the\n"
+"``Development'' container installed.\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"
+" * \"Workstation\": if you plan to use your machine as a workstation,\n"
+"select one or more of the applications that are in the workstation\n"
+"container.\n"
"\n"
-" * Root: the \"root\" device or ``/'' for your Linux installation;\n"
+" * \"Development\": if plan on using your machine for programming, choose\n"
+"the appropriate packages from the container.\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"
+" * \"Server\": if your machine is intended to be a server, select which of\n"
+"the more common services you wish to install on your machine.\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
-"hda=autotune\n"
+" * \"Graphical Environment\": this is where you will choose your preferred\n"
+"graphical environment. At least one must be selected if you want to have a\n"
+"graphical interface available.\n"
"\n"
-" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
+"Moving the mouse cursor over a group name will display a short explanatory\n"
+"text about that group. If you unselect all groups when performing a regular\n"
+"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
+"different options for a minimal installation:\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"
+" * \"With X\": install the minimum number of packages possible to have a\n"
+"working graphical desktop.\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"
+" * \"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"
-" * Read-write: normally the \"root\" partition is initially brought up in\n"
-"read-only, to allow a filesystem check before the system becomes ``live''.\n"
-"Here, you can override this option;\n"
+" * \"Truly minimal install\": will install the absolute minimum number of\n"
+"packages necessary to get a working Linux system. With this installation\n"
+"you will only have a command line interface. The total size of this\n"
+"installation is 65 megabytes.\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"
+"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"
-" * 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."
+"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:828
+#: ../../help.pm:1
+#, c-format
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"
+"The Mandrake Linux installation is distributed on several CD-ROMs. DrakX\n"
+"knows if a selected package is located on another CD-ROM so it will eject\n"
+"the current CD and ask you to insert the correct CD as required."
+msgstr ""
+
+#: ../../help.pm:1
+#, c-format
+msgid ""
+"Here are Listed the existing Linux partitions detected on your hard drive.\n"
+"You can keep the choices made by the wizard, since they are good for most\n"
+"common installations. If you make any changes, you must at least define a\n"
+"root partition (\"/\"). Do not choose too small a partition or you will not\n"
+"be able to install enough software. If you want to store your data on a\n"
+"separate partition, you will also need to create a \"/home\" partition\n"
+"(only possible if you have more than one Linux partition available).\n"
"\n"
-"Yaboot's main options are:\n"
+"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
"\n"
-" * Init Message: a simple text message displayed before the boot prompt;\n"
+"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
+"\"partition number\" (for example, \"hda1\").\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"
+"\"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"
-" * 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"
+"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
+"hard drives:\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"
+" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt;\n"
+" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt;\n"
+" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+" * \"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:860
+#: ../../help.pm:1
+#, c-format
msgid ""
-"Here are presented various parameters concerning your machine. Depending on\n"
-"your installed hardware, you may (or may 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\n"
-"language you have chosen. But here again, as for the choice of a keyboard,\n"
-"you may not be in the country for which the chosen language should\n"
-"correspond. Hence, you may need to click on the \"Timezone\" button in\n"
-"order to 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. Consult the correpsonding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used at installation time;\n"
-"\n"
-" * \"Sound card\": if a sound card is detected on your system, it will be\n"
-"displayed here.\n"
+"GNU/Linux is a multi-user system, meaning each user can have their own\n"
+"preferences, their own files and so on. You can read the ``Starter Guide''\n"
+"to learn more about multi-user systems. But unlike \"root\", which is the\n"
+"system administrator, the users you add at this point will not be\n"
+"authorized to change anything except their own files and their own\n"
+"configuration, protecting the system from unintentional or malicious\n"
+"changes that impact the system as a whole. You will have to create at least\n"
+"one regular user for yourself -- this is the account which you should use\n"
+"for routine, day-to-day use. Although it is very easy to log in as \"root\"\n"
+"to do anything and everything, it may also be very dangerous! A mistake\n"
+"could mean that your system would not work any more. If you make a serious\n"
+"mistake as a regular user, the worst that will happen is that you will lose\n"
+"some information, but not affect the entire system.\n"
+"\n"
+"The first field asks you for a real name. Of course, this is not mandatory\n"
+"-- you can actually enter whatever you like. DrakX will use the first word\n"
+"you typed in and copy it to the \"User name\" field, which is the name this\n"
+"user will enter to log onto the system. If you like, you may override the\n"
+"default and change the username. The next step is to enter a password. From\n"
+"a security point of view, a non-privileged (regular) user password is not\n"
+"as crucial as the \"root\" password, but that is no reason to neglect it by\n"
+"making it blank or too simple: after all, your files could be the ones at\n"
+"risk.\n"
+"\n"
+"Once you click on \"Accept user\", you can add other users. Add a user for\n"
+"each one of your friends: your father or your sister, for example. Click\n"
+"\"Next ->\" when you have finished adding users.\n"
"\n"
-" * \"TV card\": if a TV card is detected on your system, it will be\n"
-"displayed here.\n"
+"Clicking the \"Advanced\" button allows you to change the default \"shell\"\n"
+"for that user (bash by default).\n"
"\n"
-" * \"ISDN card\": if an ISDN card is detected on your system, it will be\n"
-"displayed here. You can click on the button to change the parameters\n"
-"associated to it."
+"When you are finished adding all users, you will be asked to choose a user\n"
+"that can automatically log into the system when the computer boots up. If\n"
+"you are interested in that feature (and do not care much about local\n"
+"security), choose the desired user and window manager, then click \"Next\n"
+"->\". If you are not interested in this feature, uncheck the \"Do you want\n"
+"to use this feature?\" box."
msgstr ""
-#: ../../help.pm_.c:891
+#: ../../help.pm:1
+#, c-format
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!"
+"Before continuing, you should carefully read the terms of the license. It\n"
+"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
+"terms in it, check the \"Accept\" box. If not, simply turn off your\n"
+"computer."
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 stop this operation without losing any data and\n"
-"partitions present on this hard drive."
+#: ../../install2.pm:1
+#, c-format
+msgid "You must also format %s"
msgstr ""
-#: ../../install2.pm_.c:111
+#: ../../install2.pm:1
#, c-format
msgid ""
"Can't access kernel modules corresponding to your kernel (file %s is "
@@ -3638,175 +2392,187 @@ msgid ""
"Installation medium (please create a newer boot floppy)"
msgstr ""
-#: ../../install2.pm_.c:167
+#: ../../install_any.pm:1
#, c-format
-msgid "You must also format %s"
+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 ""
+"Eraro okazis - neniuj validaj aparatoj estis trovata sur kiuj vi povas krei "
+"novajn dosiersistemojn. Bonvolu kontroli vian ekipaĵon por la kaĊ­zo de ĉi "
+"tiu problemo."
-#: ../../install_any.pm_.c:423
+#: ../../install_any.pm:1 ../../partition_table.pm:1
#, 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 ""
+msgid "Error reading file %s"
+msgstr "Eraro legante dosiero %s"
-#: ../../install_any.pm_.c:441
+#: ../../install_any.pm:1
#, c-format
msgid ""
-"The following packages will be removed to allow upgrading your system: %s\n"
-"\n"
-"\n"
-"Do you really want to remove these packages?\n"
+"To use this saved packages selection, boot installation with ``linux "
+"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:471
-msgid "Can't use broadcast with no NIS domain"
+#: ../../install_any.pm:1
+#, c-format
+msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:879
+#: ../../install_any.pm:1
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Enŝovu disketon en drajvo %s"
+msgstr "EnĊovu disketon en drajvo %s"
-#: ../../install_any.pm_.c:883
-msgid "This floppy is not FAT formatted"
+#: ../../install_any.pm:1
+#, c-format
+msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:895
+#: ../../install_any.pm:1
+#, c-format
msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
msgstr ""
-#: ../../install_any.pm_.c:918 ../../partition_table.pm_.c:767
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
#, c-format
-msgid "Error reading file %s"
-msgstr "Eraro legante dosiero %s"
+msgid "No"
+msgstr "Ne"
-#: ../../install_any.pm_.c:1040
-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 ""
-"Eraro okazis - neniuj validaj aparatoj estis trovata sur kiuj vi povas krei "
-"novajn dosiersistemojn. Bonvolu kontroli vian ekipaĵon por la kaŭzo de ĉi "
-"tiu problemo."
+#: ../../install_any.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1 ../../standalone/drakgw:1
+#, c-format
+msgid "Yes"
+msgstr "Jes"
-#: ../../install_interactive.pm_.c:21
+#: ../../install_any.pm:1
#, c-format
msgid ""
-"Some hardware on your computer needs ``proprietary'' drivers to work.\n"
-"You can find some information about them at: %s"
+"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 ones could be found. In that case, you must make sure\n"
+"to upgrade as soon as possible.\n"
+"\n"
+"\n"
+"Do you really want to install these servers?\n"
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:56
-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_gtk.pm:1
+#, fuzzy, c-format
+msgid "System configuration"
+msgstr "Interreta Konfigurado"
-#: ../../install_interactive.pm_.c:61
-msgid "You must have a swap partition"
-msgstr "Vi devas havi interŝanĝan subdiskon"
+#: ../../install_gtk.pm:1
+#, fuzzy, c-format
+msgid "System installation"
+msgstr "SILO Instalado"
-#: ../../install_interactive.pm_.c:62
-msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
-msgstr ""
-"Vi ne havas interŝanĝan subdiskon\n"
-"\n"
-"Ĉu vi deziras daŭri tamen?"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing down the network"
+msgstr "Haltas de la reto"
-#: ../../install_interactive.pm_.c:65 ../../install_steps.pm_.c:169
-#, fuzzy
-msgid "You must have a FAT partition mounted in /boot/efi"
-msgstr "Vi devas havi interŝanĝan subdiskon"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Bringing up the network"
+msgstr "Startado de la reto"
-#: ../../install_interactive.pm_.c:90
-msgid "Use free space"
-msgstr "Uzu liberan spacon"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Partitioning failed: %s"
+msgstr "Dispartigado malsukcesis: %s"
-#: ../../install_interactive.pm_.c:92
-msgid "Not enough free space to allocate new partitions"
-msgstr "Mankas sufiĉan da libera spaco por disponigi novajn subdiskojn"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "The DrakX Partitioning wizard found the following solutions:"
+msgstr "La Dispartigsorĉilo de DrakX trovis ĉi tiujn solvojn:"
-#: ../../install_interactive.pm_.c:100
-msgid "Use existing partitions"
-msgstr "Uzu ekzistantajn subdiskojn"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "I can't find any room for installing"
+msgstr "Mi ne povas aldoni plu da subdiskoj"
-#: ../../install_interactive.pm_.c:102
-msgid "There is no existing partition to use"
-msgstr "Ne ekzistas subdiskojn por uzi"
+#: ../../install_interactive.pm:1
+#, 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 finiĝos, ne forgesu savi kun `w'."
-#: ../../install_interactive.pm_.c:109
-msgid "Use the Windows partition for loopback"
-msgstr "Uzu la Vindoza subdiskon por retrokonektado"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use fdisk"
+msgstr "Uzu fdisk"
-#: ../../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:1
+#, fuzzy, c-format
+msgid "Custom disk partitioning"
+msgstr "Uzu ekzistantajn subdiskojn"
-#: ../../install_interactive.pm_.c:114
-msgid "Choose the sizes"
-msgstr "Elektu la grandecojn"
+#: ../../install_interactive.pm:1
+#, 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:115
-msgid "Root partition size in MB: "
-msgstr "Radikosubdiska grandeco en MB: "
+#: ../../install_interactive.pm:1
+#, c-format
+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:116
-msgid "Swap partition size in MB: "
-msgstr "Interŝanĝa subdiska grandeco en MB: "
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Erase entire disk"
+msgstr "ForviĊu la tutan diskon"
-#: ../../install_interactive.pm_.c:126
-msgid "Use the free space on the Windows partition"
-msgstr "Uzu la liberan spacon sur la Vindoza subdisko"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Remove Windows(TM)"
+msgstr "Forigu Vindozon"
-#: ../../install_interactive.pm_.c:129
-msgid "Which partition do you want to resize?"
-msgstr "Kiun subdiskon vi deziras regrandecigi?"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to resize (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 sufiĉa da spaco)"
+
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "FAT resizing failed: %s"
+msgstr "Regrandeciĝo de FAT malsukcesis: %s"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm:1
+#, c-format
msgid "Resizing Windows partition"
msgstr "Kalkulas Vindozajn dosiersistemajn limojn"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
#, 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"
+msgid "Resizing"
+msgstr "Regrandecigas"
-#: ../../install_interactive.pm_.c:137
-msgid ""
-"Your Windows partition is too fragmented. Please reboot your computer under "
-"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
-"installation."
-msgstr ""
-"Via Vindoza subdisko estas tro fragmentigata, bonvole uzu ``defrag'' antaŭe"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "partition %s"
+msgstr "subdisko: %s"
-#: ../../install_interactive.pm_.c:138
-#, fuzzy
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Which size do you want to keep for Windows on"
+msgstr "Kiun grandecon vi deziras teni por Vindozo?"
+
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
msgid ""
"WARNING!\n"
"\n"
@@ -3819,333 +2585,162 @@ msgid ""
msgstr ""
"AVERTO!\n"
"\n"
-"DrakX nun regrandecigas vian Vindozan subdiskon. Zorgu: ĉi tiu operacio "
+"DrakX nun regrandecigas vian Vindozan subdiskon. Zorgu: ĉi tiu operacio "
"estas\n"
-"danĝera. Se vi ne jam faris ĝin, vi devus antaŭe eliru el la instalado, "
+"danĝera. Se vi ne jam faris ĝin, vi devus antaĊ­e eliru el la instalado, "
"uzi\n"
-"\"scandisk\" sub Vindozo (kaj laŭvole \"defrag\"), kaj sekve relanĉu la\n"
-"instaladon. Ankaŭ vi devus fari rezervan kopion de via dateno.\n"
+"\"scandisk\" sub Vindozo (kaj laĊ­vole \"defrag\"), kaj sekve relanĉu la\n"
+"instaladon. AnkaĊ­ vi devus fari rezervan kopion de via dateno.\n"
"Kiam vi estas certa, klaku \"Jeso\"."
-#: ../../install_interactive.pm_.c:148
-msgid "Which size do you want to keep for Windows on"
-msgstr "Kiun grandecon vi deziras teni por Vindozo?"
-
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm:1
#, c-format
-msgid "partition %s"
-msgstr "subdisko: %s"
-
-#: ../../install_interactive.pm_.c:156
-#, c-format
-msgid "FAT resizing failed: %s"
-msgstr "Regrandeciĝo de FAT malsukcesis: %s"
-
-#: ../../install_interactive.pm_.c:171
msgid ""
-"There is no FAT partition 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 sufiĉa da spaco)"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Erase entire disk"
-msgstr "Forviŝu la tutan diskon"
-
-#: ../../install_interactive.pm_.c:177
-msgid "Remove Windows(TM)"
-msgstr "Forigu Vindozon"
-
-#: ../../install_interactive.pm_.c:180
-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:183
-#, c-format
-msgid "ALL existing partitions and their data will be lost on drive %s"
+"Your Windows partition is too fragmented. Please reboot your computer under "
+"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
+"installation."
msgstr ""
-"Ĉiuj ekzistantaj subdiskoj kaj iliaj datenoj estos perdata sur drajvo %s"
+"Via Vindoza subdisko estas tro fragmentigata, bonvole uzu ``defrag'' antaĊ­e"
-#: ../../install_interactive.pm_.c:191
-#, fuzzy
-msgid "Custom disk partitioning"
-msgstr "Uzu ekzistantajn subdiskojn"
-
-#: ../../install_interactive.pm_.c:195
-msgid "Use fdisk"
-msgstr "Uzu fdisk"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "Computing the size of the Windows partition"
+msgstr "Uzu la liberan spacon sur la Vindoza subdisko"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm:1
#, c-format
msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
+"The FAT resizer is unable to handle your partition, \n"
+"the following error occured: %s"
msgstr ""
-"Nun vi povas dispartigi %s.\n"
-"Kiam vi finiĝos, ne forgesu savi kun `w'."
-
-#: ../../install_interactive.pm_.c:227
-#, 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:243
-#, 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 Dispartigsorĉilo de DrakX trovis ĉi tiujn solvojn:"
+"La regrandecigilo por la FAT (Dosiero-Atingo-Tablo) ne povas trakti\n"
+"vian subdiskon, la sekvanta eraro okazis: %s"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Partitioning failed: %s"
-msgstr "Dispartigado malsukcesis: %s"
-
-#: ../../install_interactive.pm_.c:260
-msgid "Bringing up the network"
-msgstr "Startado de la reto"
-
-#: ../../install_interactive.pm_.c:265
-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"
-"Daŭri je via propra risko."
+msgid "Which partition do you want to resize?"
+msgstr "Kiun subdiskon vi deziras regrandecigi?"
-#: ../../install_steps.pm_.c:211
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Duobla surmetingo %s"
+msgid "Use the free space on the Windows partition"
+msgstr "Uzu la liberan spacon sur la Vindoza subdisko"
-#: ../../install_steps.pm_.c:380
-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"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
-"Iuj gravaj pakaĵoj ne estis taŭge 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"
+"Ne ekzistas FAT-ajn (Dosiero-Atingo-Tablo) subdiskojn por regrandecigi\n"
+"aĊ­ uzi kiel retrokonektaj subdiskoj (aĊ­ ne estas sufiĉa da spaco)"
-#: ../../install_steps.pm_.c:450
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Welcome to %s"
-msgstr "Bonvenon al %s"
-
-#: ../../install_steps.pm_.c:543 ../../install_steps.pm_.c:769
-msgid "No floppy drive available"
-msgstr "Neniu disketilo havebla"
+msgid "Swap partition size in MB: "
+msgstr "InterĊanĝa subdiska grandeco en MB: "
-#: ../../install_steps_auto_install.pm_.c:76
-#: ../../install_steps_stdio.pm_.c:22
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Eniras paŝon `%s'\n"
-
-#: ../../install_steps_gtk.pm_.c:146
-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 ""
-"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:157 ../../install_steps_interactive.pm_.c:237
-msgid "Install Class"
-msgstr "Instalklaso"
-
-#: ../../install_steps_gtk.pm_.c:160
-#, 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:236 ../../install_steps_interactive.pm_.c:683
-msgid "Package Group Selection"
-msgstr "Elektado de Pakaĵaj Grupoj"
-
-#: ../../install_steps_gtk.pm_.c:269 ../../install_steps_interactive.pm_.c:698
-msgid "Individual package selection"
-msgstr "Elektado de individuaj pakaĵoj"
+msgid "Root partition size in MB: "
+msgstr "Radikosubdiska grandeco en MB: "
-#: ../../install_steps_gtk.pm_.c:292 ../../install_steps_interactive.pm_.c:621
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Total size: %d / %d MB"
-msgstr "Tuta grandeco: %d / %d MB"
+msgid "Choose the sizes"
+msgstr "Elektu la grandecojn"
-#: ../../install_steps_gtk.pm_.c:334
-msgid "Bad package"
-msgstr "Malbona pakaĵo"
+#: ../../install_interactive.pm:1
+#, fuzzy, c-format
+msgid "Which partition do you want to use for Linux4Win?"
+msgstr "Kiun subdiskon vi deziras uzi por meti Linux4Win?"
-#: ../../install_steps_gtk.pm_.c:335
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Name: %s\n"
-msgstr "Nomo: %s\n"
+msgid "Use the Windows partition for loopback"
+msgstr "Uzu la Vindoza subdiskon por retrokonektado"
-#: ../../install_steps_gtk.pm_.c:336
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Version: %s\n"
-msgstr "Versio: %s\n"
+msgid "There is no existing partition to use"
+msgstr "Ne ekzistas subdiskojn por uzi"
-#: ../../install_steps_gtk.pm_.c:337
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Size: %d KB\n"
-msgstr "Grandeco: %d KB\n"
+msgid "Use existing partitions"
+msgstr "Uzu ekzistantajn subdiskojn"
-#: ../../install_steps_gtk.pm_.c:338
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Importance: %s\n"
-msgstr "Graveco: %s\n"
-
-#: ../../install_steps_gtk.pm_.c:360
-msgid ""
-"You can't select this package as there is not enough space left to install it"
-msgstr ""
-"Vi ne povas elekti ĉi tiun pakaĵon ĉar ne estas sufiĉe da spaco por instali\n"
-"ĝin."
-
-#: ../../install_steps_gtk.pm_.c:365
-msgid "The following packages are going to be installed"
-msgstr "La sekvaj pakaĵoj estos instalataj"
-
-#: ../../install_steps_gtk.pm_.c:366
-msgid "The following packages are going to be removed"
-msgstr "La sekvaj pakaĵoj estos malinstalataj"
-
-#: ../../install_steps_gtk.pm_.c:378
-msgid "You can't select/unselect this package"
-msgstr "Vi ne povas elektu/malelektu ĉi tiun pakaĵon"
+msgid "Not enough free space to allocate new partitions"
+msgstr "Mankas sufiĉan da libera spaco por disponigi novajn subdiskojn"
-#: ../../install_steps_gtk.pm_.c:390
-msgid "This is a mandatory package, it can't be unselected"
-msgstr "Ĉi tiu estas deviga pakaĵo, vi ne povas malelekti ĝin"
+#: ../../install_interactive.pm:1
+#, c-format
+msgid "Use free space"
+msgstr "Uzu liberan spacon"
-#: ../../install_steps_gtk.pm_.c:392
-msgid "You can't unselect this package. It is already installed"
-msgstr "Vi ne povas malelekti ĉi tiun pakaĵon. Ĝi estas jam instalita."
+#: ../../install_interactive.pm:1 ../../install_steps.pm:1
+#, fuzzy, c-format
+msgid "You must have a FAT partition mounted in /boot/efi"
+msgstr "Vi devas havi interĊanĝan subdiskon"
-#: ../../install_steps_gtk.pm_.c:395
+#: ../../install_interactive.pm:1
+#, c-format
msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
-msgstr ""
-"Ĉi tiu pakaĵo devus esti promociata.\n"
-"Ĉu vi certas ke vi deziras malelekti ĝin?"
-
-#: ../../install_steps_gtk.pm_.c:398
-msgid "You can't unselect this package. It must be upgraded"
-msgstr "Vi ne povas malelekti ĉi tiun pakaĵon. Ĝi devus esti promociata."
-
-#: ../../install_steps_gtk.pm_.c:403
-msgid "Show automatically selected packages"
+"You don't have a swap partition.\n"
+"\n"
+"Continue anyway?"
msgstr ""
+"Vi ne havas interĊanĝan subdiskon\n"
+"\n"
+"Ĉu vi deziras daĊ­ri tamen?"
-#: ../../install_steps_gtk.pm_.c:404 ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#: ../../standalone/drakbackup_.c:4211
-msgid "Install"
-msgstr "Instalu"
-
-#: ../../install_steps_gtk.pm_.c:407
-msgid "Load/Save on floppy"
-msgstr "Ŝargu/Konservu sur disketo"
-
-#: ../../install_steps_gtk.pm_.c:408
-#, fuzzy
-msgid "Updating package selection"
-msgstr "Elektado de individuaj pakaĵoj"
-
-#: ../../install_steps_gtk.pm_.c:413
-#, fuzzy
-msgid "Minimal install"
-msgstr "Eliru instalprogramon"
-
-#: ../../install_steps_gtk.pm_.c:428 ../../install_steps_interactive.pm_.c:529
-msgid "Choose the packages you want to install"
-msgstr "Elektu la pakaĵojn kiuj vi deziras instali"
-
-#: ../../install_steps_gtk.pm_.c:444 ../../install_steps_interactive.pm_.c:767
-msgid "Installing"
-msgstr "Instalanta"
-
-#: ../../install_steps_gtk.pm_.c:450
-msgid "Estimating"
-msgstr "Taksas"
-
-#: ../../install_steps_gtk.pm_.c:457
-msgid "Time remaining "
-msgstr "Tempo restanta "
-
-#: ../../install_steps_gtk.pm_.c:469
-#, fuzzy
-msgid "Please wait, preparing installation..."
-msgstr "Preparas instaladon"
-
-#: ../../install_steps_gtk.pm_.c:551
+#: ../../install_interactive.pm:1
#, c-format
-msgid "%d packages"
-msgstr "%d pakaĵoj"
+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_steps_gtk.pm_.c:556
+#: ../../install_interactive.pm:1
#, c-format
-msgid "Installing package %s"
-msgstr "Instalanta pakaĵo %s"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-#: ../../standalone/drakautoinst_.c:197
-msgid "Accept"
-msgstr "Akceptu"
-
-#: ../../install_steps_gtk.pm_.c:593 ../../install_steps_interactive.pm_.c:195
-#: ../../install_steps_interactive.pm_.c:791
-msgid "Refuse"
-msgstr "Malakceptu"
+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_steps_gtk.pm_.c:594 ../../install_steps_interactive.pm_.c:792
+#: ../../install_messages.pm:1
#, c-format
msgid ""
-"Change your Cd-Rom!\n"
+"Congratulations, installation is complete.\n"
+"Remove the boot media and press return to reboot.\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 ""
-"Ŝanĝu vian KDROM!\n"
"\n"
-"Bonvole, enŝovu 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:608 ../../install_steps_gtk.pm_.c:612
-#: ../../install_steps_interactive.pm_.c:804
-#: ../../install_steps_interactive.pm_.c:808
-msgid "Go on anyway?"
-msgstr "Ĉu vi deziras daŭri tamen?"
-
-#: ../../install_steps_gtk.pm_.c:608 ../../install_steps_interactive.pm_.c:804
-msgid "There was an error ordering packages:"
-msgstr "Estis eraro ordigi pakaĵojn:"
+"For information on fixes which are available for this release of Mandrake "
+"Linux,\n"
+"consult the Errata available from:\n"
+"\n"
+"\n"
+"%s\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_gtk.pm_.c:612 ../../install_steps_interactive.pm_.c:808
-msgid "There was an error installing packages:"
-msgstr "Estis eraro dum instalado de pakaĵoj:"
+#: ../../install_messages.pm:1
+#, c-format
+msgid "http://www.mandrakelinux.com/en/91errata.php3"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:10
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"\n"
"Warning\n"
@@ -4177,20 +2772,8 @@ msgid ""
"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 konfiguraĵon?"
-
-#: ../../install_steps_interactive.pm_.c:112
-msgid "License agreement"
-msgstr "Licenca kontrakto"
-
-#: ../../install_steps_interactive.pm_.c:113
+#: ../../install_messages.pm:1
+#, c-format
msgid ""
"Introduction\n"
"\n"
@@ -4311,3422 +2894,7180 @@ msgid ""
"For any question on this document, please contact MandrakeSoft S.A. \n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:197
-msgid "Are you sure you refuse the licence?"
-msgstr ""
+#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
+#, c-format
+msgid "Entering step `%s'\n"
+msgstr "Eniras paĊon `%s'\n"
-#: ../../install_steps_interactive.pm_.c:217
-#: ../../install_steps_interactive.pm_.c:995
-#: ../../standalone/keyboarddrake_.c:25
-msgid "Keyboard"
-msgstr "Klavaro"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Go on anyway?"
+msgstr "Ĉu vi deziras daĊ­ri tamen?"
-#: ../../install_steps_interactive.pm_.c:218
-#, fuzzy
-msgid "Please choose your keyboard layout."
-msgstr "Bonvole, elektu vian klavaran aranĝon."
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error installing packages:"
+msgstr "Estis eraro dum instalado de pakaĵoj:"
-#: ../../install_steps_interactive.pm_.c:219
-msgid "Here is the full list of keyboards available"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "There was an error ordering packages:"
+msgstr "Estis eraro ordigi pakaĵojn:"
+
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, 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 ""
+"Ċœanĝu vian KDROM!\n"
+"\n"
+"Bonvole, enĊovu 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_interactive.pm_.c:237
-msgid "Which installation class do you want?"
-msgstr "Kiun instalklaso deziras vi?"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Refuse"
+msgstr "Malakceptu"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Install/Update"
-msgstr "Instalu/Ĝisdatigu"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "Accept"
+msgstr "Akceptu"
-#: ../../install_steps_interactive.pm_.c:241
-msgid "Is this an install or an update?"
-msgstr "Ĉu tiu ĉi estas instalado aŭ ĝisdatigado?"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Installing package %s"
+msgstr "Instalanta pakaĵo %s"
-#: ../../install_steps_interactive.pm_.c:250
-msgid "Recommended"
-msgstr "Rekomendata"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "%d packages"
+msgstr "%d pakaĵoj"
-#: ../../install_steps_interactive.pm_.c:253
-#: ../../install_steps_interactive.pm_.c:256
-msgid "Expert"
-msgstr "Spertulo"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "No details"
+msgstr "Detaloj"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#, fuzzy
-msgid "Upgrade"
-msgstr "Ĝisdatigu"
+#: ../../install_steps_gtk.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Details"
+msgstr "Detaloj"
-#: ../../install_steps_interactive.pm_.c:261
-#: ../../install_steps_interactive.pm_.c:265
-#, fuzzy
-msgid "Upgrade packages only"
-msgstr "Elektado de individuaj pakaĵoj"
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Please wait, preparing installation..."
+msgstr "Preparas instaladon"
-#: ../../install_steps_interactive.pm_.c:282
-#, fuzzy
-msgid "Please choose the type of your mouse."
-msgstr "Bonvole, elektu la specon de via muso."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Time remaining "
+msgstr "Tempo restanta "
-#: ../../install_steps_interactive.pm_.c:288 ../../standalone/mousedrake_.c:52
-msgid "Mouse Port"
-msgstr "Muspordo"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Estimating"
+msgstr "Taksas"
-#: ../../install_steps_interactive.pm_.c:289 ../../standalone/mousedrake_.c:53
-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_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installing"
+msgstr "Instalanta"
-#: ../../install_steps_interactive.pm_.c:297
-msgid "Buttons emulation"
-msgstr ""
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the packages you want to install"
+msgstr "Elektu la pakaĵojn kiuj vi deziras instali"
-#: ../../install_steps_interactive.pm_.c:299
-msgid "Button 2 Emulation"
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Minimal install"
+msgstr "Eliru instalprogramon"
-#: ../../install_steps_interactive.pm_.c:300
-msgid "Button 3 Emulation"
-msgstr ""
+#: ../../install_steps_gtk.pm:1
+#, fuzzy, c-format
+msgid "Updating package selection"
+msgstr "Elektado de individuaj pakaĵoj"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "Configuring PCMCIA cards..."
-msgstr "Konfiguras PCMCIA kartojn..."
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Load/Save on floppy"
+msgstr "Ċœargu/Konservu sur disketo"
-#: ../../install_steps_interactive.pm_.c:321
-msgid "PCMCIA"
-msgstr "PCMCIA"
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "<- Previous"
+msgstr "<- AntaĊ­a"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "Configuring IDE"
-msgstr "Konfiguras IDE"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Install"
+msgstr "Instalu"
-#: ../../install_steps_interactive.pm_.c:328
-msgid "IDE"
-msgstr "IDE"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Show automatically selected packages"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:345
-msgid "No partition available"
-msgstr "neniuj haveblaj subdiskoj"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It must be upgraded"
+msgstr "Vi ne povas malelekti ĉi tiun pakaĵon. Ĝi devus esti promociata."
-#: ../../install_steps_interactive.pm_.c:348
-msgid "Scanning partitions to find mount points"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid ""
+"This package must be upgraded.\n"
+"Are you sure you want to deselect it?"
msgstr ""
+"Ĉi tiu pakaĵo devus esti promociata.\n"
+"Ĉu vi certas ke vi deziras malelekti ĝin?"
-#: ../../install_steps_interactive.pm_.c:356
-msgid "Choose the mount points"
-msgstr "Elektu surmetingojn"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't unselect this package. It is already installed"
+msgstr "Vi ne povas malelekti ĉi tiun pakaĵon. Ĝi estas jam instalita."
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "This is a mandatory package, it can't be unselected"
+msgstr "Ĉi tiu estas deviga pakaĵo, vi ne povas malelekti ĝin"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "You can't select/unselect this package"
+msgstr "Vi ne povas elektu/malelektu ĉi tiun pakaĵon"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be removed"
+msgstr "La sekvaj pakaĵoj estos malinstalataj"
+
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "The following packages are going to be installed"
+msgstr "La sekvaj pakaĵoj estos instalataj"
-#: ../../install_steps_interactive.pm_.c:386
+#: ../../install_steps_gtk.pm:1
+#, c-format
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"
+"You can't select this package as there is not enough space left to install it"
msgstr ""
+"Vi ne povas elekti ĉi tiun pakaĵon ĉar ne estas sufiĉe da spaco por instali\n"
+"ĝin."
-#: ../../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_gtk.pm:1
+#, c-format
+msgid "Importance: %s\n"
+msgstr "Graveco: %s\n"
-#: ../../install_steps_interactive.pm_.c:396
-msgid "Root Partition"
-msgstr "Radikosubdisko"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Size: %d KB\n"
+msgstr "Grandeco: %d KB\n"
-#: ../../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_gtk.pm:1
+#, c-format
+msgid "Version: %s\n"
+msgstr "Versio: %s\n"
-#: ../../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 ŝanĝoj al la subdisktabelo efektivigi"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Name: %s\n"
+msgstr "Nomo: %s\n"
-#: ../../install_steps_interactive.pm_.c:435
-msgid "Choose the partitions you want to format"
-msgstr "Elektu la subdiskoj kiuj vi deziras formati"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+msgid "Bad package"
+msgstr "Malbona pakaĵo"
-#: ../../install_steps_interactive.pm_.c:436
-msgid "Check bad blocks?"
-msgstr "Ĉu kontrolas malbonajn blokojn?"
+#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
+#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
+#, c-format
+msgid "Other"
+msgstr "Alia"
-#: ../../install_steps_interactive.pm_.c:463
-msgid "Formatting partitions"
-msgstr "Formatas subdiskojn"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Total size: %d / %d MB"
+msgstr "Tuta grandeco: %d / %d MB"
-#: ../../install_steps_interactive.pm_.c:465
+#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../my_gtk.pm:1
+#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Creating and formatting file %s"
-msgstr "Kreas kaj formatas dosieron %s"
+msgid "Next ->"
+msgstr "Sekvanta ->"
-#: ../../install_steps_interactive.pm_.c:470
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
-"you can loose data)"
-msgstr ""
+msgid "Individual package selection"
+msgstr "Elektado de individuaj pakaĵoj"
-#: ../../install_steps_interactive.pm_.c:472
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr "Nesufiĉa interŝanĝospaco por plenumi instalado, bonvolu aldoni iom"
+#: ../../install_steps_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
+#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Help"
+msgstr "/_Helpo"
-#: ../../install_steps_interactive.pm_.c:479
-#, fuzzy
-msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "Serĉas haveblajn pakaĵojn"
+#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package Group Selection"
+msgstr "Elektado de Pakaĵaj Grupoj"
-#: ../../install_steps_interactive.pm_.c:480
-msgid "Looking for available packages..."
-msgstr "Serĉas haveblajn pakaĵojn"
+#: ../../install_steps_gtk.pm:1
+#, c-format
+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 ""
+"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_interactive.pm_.c:483
-#, fuzzy
-msgid "Looking at packages already installed..."
-msgstr "Vi ne povas malelekti ĉi tiun pakaĵon. Ĝi estas jam instalita."
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Save packages selection"
+msgstr "Elektado de individuaj pakaĵoj"
-#: ../../install_steps_interactive.pm_.c:487
-msgid "Finding packages to upgrade..."
-msgstr "Trovadas pakaĵojn por promocii"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automated"
+msgstr "AĊ­tomata"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Replay"
+msgstr "Reludu"
-#: ../../install_steps_interactive.pm_.c:505
+#: ../../install_steps_interactive.pm:1
#, c-format
msgid ""
-"Your system does not have enough space left for installation or upgrade (%d "
-"> %d)"
+"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 ""
-"Via komputilo ne havas sufiĉe da spaco por instalado aŭ promocio (%d > %d)."
-#: ../../install_steps_interactive.pm_.c:541
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Generate auto install floppy"
+msgstr "Kreu aĊ­toinstalan disketon"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Reboot"
+msgstr "Radiko"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Please choose load or save package selection on floppy.\n"
-"The format is the same as auto_install generated floppies."
+"Some steps are not completed.\n"
+"\n"
+"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Load from floppy"
-msgstr "Ŝargu de disketo"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Creating auto install floppy..."
+msgstr "Kreas aĊ­toinstalan disketon"
-#: ../../install_steps_interactive.pm_.c:543
-msgid "Save on floppy"
-msgstr "Konservu sur disketo"
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
+#, c-format
+msgid "Insert a blank floppy in drive %s"
+msgstr "EnĊovu malplenan disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:547
-msgid "Loading from floppy"
-msgstr "Ŝargas de disketo"
+#: ../../install_steps_interactive.pm:1
+#, 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:547
-msgid "Package selection"
-msgstr "Elektado de Pakaĵoj"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Installation of bootloader failed. The following error occured:"
+msgstr "Instalado de startĊargilo malsukcesis. La sekvanta eraro okazis:"
-#: ../../install_steps_interactive.pm_.c:552
-#, fuzzy
-msgid "Insert a floppy containing package selection"
-msgstr "Enŝovu disketon en drajvo %s"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Installing bootloader"
+msgstr "Instalu restart-Ċargilon"
-#: ../../install_steps_interactive.pm_.c:634
-msgid "Selected size is larger than available space"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Error installing aboot, \n"
+"try to force installation even if that destroys the first partition?"
msgstr ""
+"Eraro daĊ­re mi instalis \"aboot\",\n"
+"Ĉu mi devus provi perforte instali eĉ se tio detruas la unuan subdiskon?"
-#: ../../install_steps_interactive.pm_.c:649
-msgid "Type of install"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Do you want to use aboot?"
+msgstr "Ĉu vi deziras uzi aboot-on?"
-#: ../../install_steps_interactive.pm_.c:650
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"You haven't selected any group of packages.\n"
-"Please choose the minimal installation you want:"
+"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 or some other means to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:653
-msgid "With X"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing bootloader..."
+msgstr "Preparas startĊargilon"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:655
-msgid "With basic documentation (recommended!)"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Domain Admin User Name"
+msgstr "Domajna nomo"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Windows Domain"
+msgstr "NIS Domajno"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Authentication Windows Domain"
+msgstr "AĊ­tentikiga LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"For this to work for a W2K PDC, you will probably need to have the admin "
+"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"add and reboot the server.\n"
+"You will also need the username/password of a Domain Admin to join the "
+"machine to the Windows(TM) domain.\n"
+"If networking is not yet enabled, Drakx will attempt to join the domain "
+"after the network setup step.\n"
+"Should this setup fail for some reason and domain authentication is not "
+"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
+"Domain, and Admin Username/Password, after system boot.\n"
+"The command 'wbinfo -t' will test whether your authentication secrets are "
+"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:656
-msgid "Truly minimal install (especially no urpmi)"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Server"
+msgstr "NIS Servilo"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS Domain"
+msgstr "NIS Domajno"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication NIS"
+msgstr "AĊ­tentikiga NIS"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NIS"
+msgstr "NIS"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Server"
+msgstr "LDAP Servilo"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:741
-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."
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Authentication LDAP"
+msgstr "AĊ­tentikiga LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "LDAP"
+msgstr "LDAP"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Local files"
+msgstr "Lokaj dosieroj"
+
+#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/logdrake:1
+#, c-format
+msgid "Authentication"
+msgstr "AĊ­tentikigado"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "This password is too short (it must be at least %d characters long)"
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"
-"\"."
+"Ĉi tiu pasvorto ests tro simpla (ĝi devas esti almenaĊ­ %d signoj longa)"
-#: ../../install_steps_interactive.pm_.c:746
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Cd-Rom labeled \"%s\""
-msgstr "KDROM etikedata \"%s\""
+msgid "No password"
+msgstr "Neniu pasvorto"
-#: ../../install_steps_interactive.pm_.c:767
-msgid "Preparing installation"
-msgstr "Preparas instaladon"
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Set root password"
+msgstr "Difinu pasvorton de root"
-#: ../../install_steps_interactive.pm_.c:776
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid ""
-"Installing package %s\n"
-"%d%%"
+msgid "You have not configured X. Are you sure you really want this?"
msgstr ""
-"Instalas pakaĵo %s\n"
-"%d%%"
-#: ../../install_steps_interactive.pm_.c:822
-msgid "Post-install configuration"
-msgstr "Post-instala konfigurado"
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#, c-format
+msgid "Services: %d activated for %d registered"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:828
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
#, fuzzy, c-format
-msgid "Please insert the Boot floppy used in drive %s"
-msgstr "Enŝovu disketon en drajvo %s"
+msgid "Services"
+msgstr "Servilo"
-#: ../../install_steps_interactive.pm_.c:834
+#: ../../install_steps_interactive.pm:1 ../../services.pm:1
+#: ../../standalone/drakbackup:1
#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Enŝovu malplenan disketon en drajvo %s"
-
-#: ../../install_steps_interactive.pm_.c:861
-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 ""
+msgid "System"
+msgstr "Sistema modalo"
-#: ../../install_steps_interactive.pm_.c:876
-#, fuzzy
-msgid ""
-"Contacting Mandrake Linux web site to get the list of available mirrors..."
-msgstr "Kontaktu la spegulon por havigi la liston de havebla pakaĵoj"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Bootloader"
+msgstr "StartĊargilo por uzi"
-#: ../../install_steps_interactive.pm_.c:881
-msgid "Choose a mirror from which to get the packages"
-msgstr "Elektu spegulon de kiu havigi la pakaĵojn"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Boot"
+msgstr "Radiko"
-#: ../../install_steps_interactive.pm_.c:890
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr "Kontaktu la spegulon por havigi la liston de havebla pakaĵoj"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "disabled"
+msgstr "malebligu"
-#: ../../install_steps_interactive.pm_.c:918
-msgid "Which is your timezone?"
-msgstr "kio estas vian horzonon?"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "activated"
+msgstr "Aktiva"
-#: ../../install_steps_interactive.pm_.c:923
-#, fuzzy
-msgid "Hardware clock set to GMT"
-msgstr "Ĉu via hardvara horloĝo estas ĝustigata en GMT?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Firewall"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:924
-msgid "Automatic time synchronization (using NTP)"
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Security"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:931
-msgid "NTP Server"
-msgstr "NTP Servilo"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Security Level"
+msgstr "Elektas sekurnivelon"
-#: ../../install_steps_interactive.pm_.c:965
-#: ../../install_steps_interactive.pm_.c:972
-msgid "Remote CUPS server"
-msgstr "Malproksima CUPS-a servilo"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "not configured"
+msgstr "rekonfiguru"
-#: ../../install_steps_interactive.pm_.c:966
-msgid "No printer"
-msgstr "Neniu printilo"
+#: ../../install_steps_interactive.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Network"
+msgstr "Reta interfaco"
-#: ../../install_steps_interactive.pm_.c:982
-#, fuzzy
-msgid "Do you have an ISA sound card?"
-msgstr "Ĉu vi havas alian?"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Network & Internet"
+msgstr "Reta interfaco"
-#: ../../install_steps_interactive.pm_.c:984
-msgid "Run \"sndconfig\" after installation to configure your sound card"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Graphical interface"
+msgstr "X Fenestro ĉe komenco"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Hardware"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:986
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "TV card"
+msgstr ""
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:991 ../../steps.pm_.c:27
-msgid "Summary"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:994
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Do you have an ISA sound card?"
+msgstr "Ĉu vi havas alian?"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Sound card"
+msgstr "Sonkarto"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Remote CUPS server"
+msgstr "Malproksima CUPS-a servilo"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "No printer"
+msgstr "Neniu printilo"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer"
+msgstr "Printilo"
+
+#: ../../install_steps_interactive.pm:1 ../../harddrake/data.pm:1
+#, c-format
msgid "Mouse"
msgstr "Muso"
-#: ../../install_steps_interactive.pm_.c:996
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:997
-#: ../../printer/printerdrake.pm_.c:2759 ../../printer/printerdrake.pm_.c:2844
-msgid "Printer"
-msgstr "Printilo"
+#: ../../install_steps_interactive.pm:1 ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Keyboard"
+msgstr "Klavaro"
-#: ../../install_steps_interactive.pm_.c:999
-msgid "ISDN card"
-msgstr "ISDN-karto"
+#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
+#, c-format
+msgid "Summary"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1003
-#: ../../install_steps_interactive.pm_.c:1009
-msgid "Sound card"
-msgstr "Sonkarto"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "NTP Server"
+msgstr "NTP Servilo"
-#: ../../install_steps_interactive.pm_.c:1012
-msgid "TV card"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1055
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1084
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../install_steps_interactive.pm_.c:1056
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1093
-msgid "NIS"
-msgstr "NIS"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Hardware clock set to GMT"
+msgstr "Ĉu via hardvara horloĝo estas ĝustigata en GMT?"
-#: ../../install_steps_interactive.pm_.c:1057
-#: ../../install_steps_interactive.pm_.c:1080
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1107
-#, fuzzy
-msgid "Windows Domain"
-msgstr "NIS Domajno"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Which is your timezone?"
+msgstr "kio estas vian horzonon?"
-#: ../../install_steps_interactive.pm_.c:1058
-#: ../../install_steps_interactive.pm_.c:1080
-msgid "Local files"
-msgstr "Lokaj dosieroj"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Contacting the mirror to get the list of available packages..."
+msgstr "Kontaktu la spegulon por havigi la liston de havebla pakaĵoj"
-#: ../../install_steps_interactive.pm_.c:1067
-#: ../../install_steps_interactive.pm_.c:1068 ../../steps.pm_.c:24
-msgid "Set root password"
-msgstr "Difinu pasvorton de root"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose a mirror from which to get the packages"
+msgstr "Elektu spegulon de kiu havigi la pakaĵojn"
-#: ../../install_steps_interactive.pm_.c:1069
-msgid "No password"
-msgstr "Neniu pasvorto"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid ""
+"Contacting Mandrake Linux web site to get the list of available mirrors..."
+msgstr "Kontaktu la spegulon por havigi la liston de havebla pakaĵoj"
-#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "This password is too short (it must be at least %d characters long)"
+msgid ""
+"You now have the opportunity to download updated packages. These packages\n"
+"have been updated 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 ""
-"Ĉi tiu pasvorto ests tro simpla (ĝi devas esti almenaŭ %d signoj longa)"
-
-#: ../../install_steps_interactive.pm_.c:1080 ../../network/modem.pm_.c:72
-#: ../../standalone/drakconnect_.c:623 ../../standalone/logdrake_.c:144
-msgid "Authentication"
-msgstr "Aŭtentikigado"
-#: ../../install_steps_interactive.pm_.c:1088
-msgid "Authentication LDAP"
-msgstr "Aŭtentikiga LDAP"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Please insert the Update Modules floppy in drive %s"
+msgstr "EnĊovu malplenan disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:1089
-msgid "LDAP Base dn"
-msgstr ""
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Please insert the Boot floppy used in drive %s"
+msgstr "EnĊovu disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:1090
-msgid "LDAP Server"
-msgstr "LDAP Servilo"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Post-install configuration"
+msgstr "Post-instala konfigurado"
-#: ../../install_steps_interactive.pm_.c:1096
-msgid "Authentication NIS"
-msgstr "Aŭtentikiga NIS"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid ""
+"Installing package %s\n"
+"%d%%"
+msgstr ""
+"Instalas pakaĵo %s\n"
+"%d%%"
-#: ../../install_steps_interactive.pm_.c:1097
-msgid "NIS Domain"
-msgstr "NIS Domajno"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Preparing installation"
+msgstr "Preparas instaladon"
-#: ../../install_steps_interactive.pm_.c:1098
-msgid "NIS Server"
-msgstr "NIS Servilo"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Cd-Rom labeled \"%s\""
+msgstr "KDROM etikedata \"%s\""
-#: ../../install_steps_interactive.pm_.c:1104
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
+"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:1106
-#, fuzzy
-msgid "Authentication Windows Domain"
-msgstr "Aŭtentikiga LDAP"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Truly minimal install (especially no urpmi)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1108
-#, fuzzy
-msgid "Domain Admin User Name"
-msgstr "Domajna nomo"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With basic documentation (recommended!)"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1109
-msgid "Domain Admin Password"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1144
+#: ../../install_steps_interactive.pm:1
+#, 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"
-"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\"."
+"You haven't selected any group of packages.\n"
+"Please choose the minimal installation you want:"
msgstr ""
-"Akomodita startdisketo provizas manieron de starti via Linuksa sistemo\n"
-"sendepende de la normala startŝargilo. Ĉ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-konfiguraĵo. Akomodita startdisketo "
-"ankaŭ\n"
-"povas esti uzata kun la Mandrejka savdisko, kiu plifaciligas resaniĝi de\n"
-"severaj sistemaj paneoj.\n"
-"\n"
-"Se vi deziras krei startdisketon por via sistemo, enŝovu disketon en la\n"
-"unua drajvo kaj klaku \"JES\"."
-#: ../../install_steps_interactive.pm_.c:1160
-msgid "First floppy drive"
-msgstr "Unua disketa drajvo"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Type of install"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1161
-msgid "Second floppy drive"
-msgstr "Dua disketa drajvo"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Selected size is larger than available space"
+msgstr ""
-#: ../../install_steps_interactive.pm_.c:1162
-#: ../../printer/printerdrake.pm_.c:2397
-msgid "Skip"
-msgstr "Ellasu"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Insert a floppy containing package selection"
+msgstr "EnĊovu disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:1167
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Loading from floppy"
+msgstr "Ċœargas de disketo"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Package selection"
+msgstr "Elektado de Pakaĵoj"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Save on floppy"
+msgstr "Konservu sur disketo"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Load from floppy"
+msgstr "Ċœargu de disketo"
+
+#: ../../install_steps_interactive.pm:1
#, 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"
+"Please choose load or save package selection on floppy.\n"
+"The format is the same as auto_install generated floppies."
msgstr ""
-"Akomodita startdisketo provizas manieron de starti via Linuksa sistemo\n"
-"sendepende de la normala startŝargilo. Ĉ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 resaniĝi de severaj\n"
-"sistemaj paneoj. Ĉu vi deziras krei startdisketo por via sistemo?\n"
-"%s"
-#: ../../install_steps_interactive.pm_.c:1173
+#: ../../install_steps_interactive.pm:1
+#, c-format
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)."
+"Your system does not have enough space left for installation or upgrade (%d "
+"> %d)"
msgstr ""
+"Via komputilo ne havas sufiĉe da spaco por instalado aĊ­ promocio (%d > %d)."
-#: ../../install_steps_interactive.pm_.c:1181
-msgid "Sorry, no floppy drive available"
-msgstr "Bedaŭrinde, neniu disketdrajvo havebla"
-
-#: ../../install_steps_interactive.pm_.c:1185
-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:1
+#, c-format
+msgid "Finding packages to upgrade..."
+msgstr "Trovadas pakaĵojn por promocii"
-#: ../../install_steps_interactive.pm_.c:1189
+#: ../../install_steps_interactive.pm:1
#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Enŝovu disketon en drajvo %s"
+msgid "Looking at packages already installed..."
+msgstr "Vi ne povas malelekti ĉi tiun pakaĵon. Ĝi estas jam instalita."
-#: ../../install_steps_interactive.pm_.c:1192
-msgid "Creating bootdisk..."
-msgstr "Kreas startdisketon"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Looking for available packages..."
+msgstr "Serĉas haveblajn pakaĵojn"
-#: ../../install_steps_interactive.pm_.c:1199
-msgid "Preparing bootloader..."
-msgstr "Preparas startŝargilon"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Looking for available packages and rebuilding rpm database..."
+msgstr "Serĉas haveblajn pakaĵojn"
-#: ../../install_steps_interactive.pm_.c:1210
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Not enough swap space to fulfill installation, please add some"
+msgstr "Nesufiĉa interĊanĝospaco por plenumi instalado, bonvolu aldoni iom"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
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"
+"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
+"you can loose data)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1216
-msgid "Do you want to use aboot?"
-msgstr "Ĉu vi deziras uzi aboot-on?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Check bad blocks?"
+msgstr "Ĉu kontrolas malbonajn blokojn?"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the partitions you want to format"
+msgstr "Elektu la subdiskoj kiuj vi deziras formati"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "You need to reboot for the partition table modifications to take place"
+msgstr "Vi bezonas restarti por la Ċanĝoj al la subdisktabelo efektivigi"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+"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 ""
-"Eraro daŭre mi instalis \"aboot\",\n"
-"Ĉu mi devus provi perforte instali eĉ se tio detruas la unuan subdiskon?"
-#: ../../install_steps_interactive.pm_.c:1226
-#, fuzzy
-msgid "Installing bootloader"
-msgstr "Instalu restart-ŝargilon"
-
-#: ../../install_steps_interactive.pm_.c:1232
-msgid "Installation of bootloader failed. The following error occured:"
-msgstr "Instalado de startŝargilo malsukcesis. La sekvanta eraro okazis:"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Choose the mount points"
+msgstr "Elektu surmetingojn"
-#: ../../install_steps_interactive.pm_.c:1240
+#: ../../install_steps_interactive.pm:1
#, 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."
+msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1274
-#: ../../standalone/drakautoinst_.c:76
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Enŝovu malplenan disketon en drajvo %s"
+msgid "No partition available"
+msgstr "neniuj haveblaj subdiskoj"
-#: ../../install_steps_interactive.pm_.c:1278
-msgid "Creating auto install floppy..."
-msgstr "Kreas aŭtoinstalan disketon"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring IDE"
+msgstr "Konfiguras IDE"
-#: ../../install_steps_interactive.pm_.c:1289
-msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "IDE"
+msgstr "IDE"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Configuring PCMCIA cards..."
+msgstr "Konfiguras PCMCIA kartojn..."
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "PCMCIA"
+msgstr "PCMCIA"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Button 3 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1300
+#: ../../install_steps_interactive.pm:1
#, c-format
-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"
-"%s\n"
-"\n"
-"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
+msgid "Button 2 Emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1313
-msgid "http://www.mandrakelinux.com/en/90errata.php3"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Buttons emulation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1318
-msgid "Generate auto install floppy"
-msgstr "Kreu aŭtoinstalan disketon"
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose which serial port your mouse is connected to."
+msgstr "Bonvole, elektu al kiu seria pordo estas via muso konektata."
-#: ../../install_steps_interactive.pm_.c:1320
-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"
+#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
+#, c-format
+msgid "Mouse Port"
+msgstr "Muspordo"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Please choose your type of mouse."
+msgstr "Bonvole, elektu la specon de via muso."
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade"
+msgstr "Ĝisdatigu"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Upgrade %s"
+msgstr "Ĝisdatigu"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Is this an install or an upgrade?"
+msgstr "Ĉu tiu ĉi estas instalado aĊ­ ĝisdatigado?"
+
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Install/Upgrade"
+msgstr "Instalu/Ĝisdatigu"
+
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "Here is the full list of keyboards available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Automated"
-msgstr "Aŭtomata"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "Please choose your keyboard layout."
+msgstr "Bonvole, elektu vian klavaran aranĝon."
-#: ../../install_steps_interactive.pm_.c:1325
-msgid "Replay"
-msgstr "Reludu"
+#: ../../install_steps_interactive.pm:1
+#, c-format
+msgid "License agreement"
+msgstr "Licenca kontrakto"
-#: ../../install_steps_interactive.pm_.c:1328
-#, fuzzy
-msgid "Save packages selection"
-msgstr "Elektado de individuaj pakaĵoj"
+#: ../../install_steps_interactive.pm:1
+#, fuzzy, c-format
+msgid "default:LTR"
+msgstr "defaĊ­lta"
-#: ../../install_steps_newt.pm_.c:20
+#: ../../install_steps_interactive.pm:1
#, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Linuks-Mandrejka Instalado %s"
+msgid "An error occurred"
+msgstr "Eraro okazis"
-#. -PO This string must fit in a 80-char wide text screen
-#: ../../install_steps_newt.pm_.c:33
+#: ../../install_steps_newt.pm:1
+#, c-format
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"
+#: ../../install_steps_newt.pm:1
+#, c-format
+msgid "Mandrake Linux Installation %s"
+msgstr "Linuks-Mandrejka Instalado %s"
-#: ../../interactive.pm_.c:89 ../../interactive.pm_.c:100
-msgid "consolehelper missing"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "No floppy drive available"
+msgstr "Neniu disketilo havebla"
+
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Welcome to %s"
+msgstr "Bonvenon al %s"
+
+#: ../../install_steps.pm:1
+#, c-format
+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 pakaĵoj ne estis taĊ­ge 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"
-#: ../../interactive.pm_.c:152
-#, fuzzy
-msgid "Choose a file"
-msgstr "Elektu agon"
+#: ../../install_steps.pm:1
+#, c-format
+msgid "Duplicate mount point %s"
+msgstr "Duobla surmetingo %s"
-#: ../../interactive.pm_.c:318
-msgid "Advanced"
+#: ../../install_steps.pm:1
+#, c-format
+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"
+"DaĊ­ri je via propra risko."
+
+#: ../../interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../standalone/drakxtv:1 ../../standalone/harddrake2:1
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Please wait"
+msgstr "Bonvole atendu"
-#: ../../interactive.pm_.c:319 ../../security/main.pm_.c:117
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/http.pm:1
+#: ../../interactive/newt.pm:1 ../../interactive/stdio.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/draksec:1
+#, c-format
+msgid "Ok"
+msgstr "Jeso"
+
+#: ../../interactive.pm:1 ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#: ../../interactive/newt.pm:1
+#, c-format
+msgid "Finish"
+msgstr "Finu"
+
+#: ../../interactive.pm:1 ../../standalone/draksec:1
+#, c-format
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:194 ../../my_gtk.pm_.c:158
-#: ../../printer/printerdrake.pm_.c:2055 ../../ugtk2.pm_.c:434
-msgid "<- Previous"
-msgstr "<- Antaŭa"
+#: ../../interactive.pm:1
+#, c-format
+msgid "Advanced"
+msgstr ""
-#: ../../interactive/newt.pm_.c:194 ../../interactive/newt.pm_.c:196
-#: ../../standalone/drakbackup_.c:4060 ../../standalone/drakbackup_.c:4087
-#: ../../standalone/drakbackup_.c:4117 ../../standalone/drakbackup_.c:4143
-#, fuzzy
-msgid "Next"
-msgstr "Sekvanta ->"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, fuzzy, c-format
+msgid "Remove"
+msgstr "Malproksima printilo"
-#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
-msgid "Bad choice, try again\n"
-msgstr "Malbona elektaĵo, provu denove\n"
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#, c-format
+msgid "Modify"
+msgstr "Ċœanĝu"
-#: ../../interactive/stdio.pm_.c:30 ../../interactive/stdio.pm_.c:150
+#: ../../interactive.pm:1 ../../interactive/gtk.pm:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
#, c-format
-msgid "Your choice? (default %s) "
-msgstr "Via elektaĵo? (defaŭlo estas %s) "
+msgid "Add"
+msgstr "Aldonu"
-#: ../../interactive/stdio.pm_.c:54
+#: ../../interactive.pm:1
+#, fuzzy, c-format
+msgid "Choose a file"
+msgstr "Elektu agon"
+
+#: ../../keyboard.pm:1
#, c-format
msgid ""
-"Entries you'll have to fill:\n"
-"%s"
+"Here you can choose the key or key combination that will \n"
+"allow switching between the different keyboard layouts\n"
+"(eg: latin and non latin)"
msgstr ""
-#: ../../interactive/stdio.pm_.c:70
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Left \"Windows\" key"
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "\"Menu\" key"
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Alt and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ctrl and Alt keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "CapsLock key"
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Control and Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Both Shift keys simultaneously"
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Right Alt key"
+msgstr ""
+
+#: ../../keyboard.pm:1
#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Via elektaĵo? (defaŭlo estas %s) "
+msgid "Yugoslavian (latin)"
+msgstr "Jugoslava (latina/cirila)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Vietnamese \"numeric row\" QWERTY"
+msgstr "Vjetnama \"numero-vica\" QWERTY-a"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard (international)"
+msgstr "Usona klavaro (internacia)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "US keyboard"
+msgstr "Usona klavaro"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "UK keyboard"
+msgstr "Unuiĝinta Regna klavaro"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Ukrainian"
+msgstr "Ukrajna"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (modern \"Q\" model)"
+msgstr "Turka (moderna \"Q\" modelo)"
-#: ../../interactive/stdio.pm_.c:95
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Turkish (traditional \"F\" model)"
+msgstr "Turka (tradicia \"F\" modelo)"
+
+#: ../../keyboard.pm:1
#, fuzzy, c-format
-msgid "Button `%s': %s"
-msgstr "Opcioj: %s"
+msgid "Tajik keyboard"
+msgstr "Taja klavaro"
-#: ../../interactive/stdio.pm_.c:96
-#, fuzzy
-msgid "Do you want to click on this button?"
-msgstr "Ĉu vi deziras uzi aboot-on?"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Thai keyboard"
+msgstr "Taja klavaro"
-#: ../../interactive/stdio.pm_.c:105
-msgid " enter `void' for void entry"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Tamil (Typewriter-layout)"
+msgstr "Armena (skribmaĊina)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Tamil (ISCII-layout)"
msgstr ""
-#: ../../interactive/stdio.pm_.c:105
+#: ../../keyboard.pm:1
#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Via elektaĵo? (defaŭlo estas %s) "
+msgid "Serbian (cyrillic)"
+msgstr "Azerbajĝana (cirila)"
-#: ../../interactive/stdio.pm_.c:123
+#: ../../keyboard.pm:1
#, c-format
-msgid "=> There are many things to choose from (%s).\n"
+msgid "Slovakian (QWERTY)"
+msgstr "Slovaka (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovakian (QWERTZ)"
+msgstr "Slovaka (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Slovenian"
+msgstr "Slovena"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swedish"
+msgstr "Sveda"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian (Yawerty)"
+msgstr "Rusa (Yawerty-a)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Russian"
+msgstr "Rusa"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwerty)"
+msgstr "Rumana (qwerty-a)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Romanian (qwertz)"
+msgstr "Rumana (qwertz-a)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Canadian (Quebec)"
+msgstr "Kanada (Kebeka)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Portuguese"
+msgstr "Portugala"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwertz layout)"
+msgstr "Pola (qwertz aranĝo)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish (qwerty layout)"
+msgstr "Pola (qwerty aranĝo)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Norwegian"
+msgstr "Norvega"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dutch"
+msgstr "Nederlanda"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (US)"
msgstr ""
-#: ../../interactive/stdio.pm_.c:126
-msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Maltese (UK)"
msgstr ""
-#: ../../interactive/stdio.pm_.c:139
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Mongolian (cyrillic)"
+msgstr "Azerbajĝana (cirila)"
+
+#: ../../keyboard.pm:1
#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
+msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../interactive/stdio.pm_.c:146
-msgid "Re-submit"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Macedonian"
+msgstr "Macedona"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Malayalam"
msgstr ""
-#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:188
-msgid "Czech (QWERTZ)"
-msgstr "Ĉeĥa (QWERTZ)"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Latvian"
+msgstr "Loko"
-#: ../../keyboard.pm_.c:154 ../../keyboard.pm_.c:190
-msgid "German"
-msgstr "Germana"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"phonetic\" QWERTY"
+msgstr "Litova \"fonetika\" QWERTY-a"
-#: ../../keyboard.pm_.c:155
-msgid "Dvorak"
-msgstr "Dvorak-a"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian \"number row\" QWERTY"
+msgstr "Litova \"numero-vica\" QWERTY-a"
-#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
-msgid "Spanish"
-msgstr "Hispana"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (new)"
+msgstr "Litova AZERTY-a (nova)"
-#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
-msgid "Finnish"
-msgstr "Finna"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Lithuanian AZERTY (old)"
+msgstr "Litova AZERTY-a (malnova)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Laotian"
+msgstr "Loko"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Latin American"
+msgstr "Latinamerika"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Korean keyboard"
+msgstr "Korea klavaro"
-#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:200
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Japanese 106 keys"
+msgstr "Japana 106 klavoj"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Inuktitut"
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Italian"
+msgstr "Itala"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Icelandic"
+msgstr "Islanda"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Iranian"
+msgstr "Irana"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli (Phonetic)"
+msgstr "Israela (fonetika)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Israeli"
+msgstr "Israela"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Croatian"
+msgstr "Kroata"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Hungarian"
+msgstr "Hungara"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gurmukhi"
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Gujarati"
+msgstr ""
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Greek"
+msgstr "Greka"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Latin\" layout)"
+msgstr "Kartvela (\"Latina\" aranĝo)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Georgian (\"Russian\" layout)"
+msgstr "Kartvela (\"Rusa\" aranĝo)"
+
+#: ../../keyboard.pm:1
+#, c-format
msgid "French"
msgstr "Franca"
-#: ../../keyboard.pm_.c:159 ../../keyboard.pm_.c:233
-msgid "Norwegian"
-msgstr "Norvega"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Finnish"
+msgstr "Finna"
-#: ../../keyboard.pm_.c:160
-msgid "Polish"
-msgstr "Pola"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Spanish"
+msgstr "Hispana"
-#: ../../keyboard.pm_.c:161 ../../keyboard.pm_.c:241
-msgid "Russian"
-msgstr "Rusa"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Estonian"
+msgstr "Estona"
-#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:243
-msgid "Swedish"
-msgstr "Sveda"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Dvorak (Swedish)"
+msgstr "Dvorak-a (US)"
-#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:259
-msgid "UK keyboard"
-msgstr "Unuiĝinta Regna klavaro"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (Norwegian)"
+msgstr "Dvorak-a (Norvega)"
-#: ../../keyboard.pm_.c:165 ../../keyboard.pm_.c:260
-msgid "US keyboard"
-msgstr "Usona klavaro"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak (US)"
+msgstr "Dvorak-a (US)"
-#: ../../keyboard.pm_.c:167
-msgid "Albanian"
-msgstr "Albana"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Danish"
+msgstr "Dana"
-#: ../../keyboard.pm_.c:168
-msgid "Armenian (old)"
-msgstr "Armena (malnova)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Devanagari"
+msgstr ""
-#: ../../keyboard.pm_.c:169
-msgid "Armenian (typewriter)"
-msgstr "Armena (skribmaŝina)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German (no dead keys)"
+msgstr "Germana (neniom da mortaj klavoj)"
-#: ../../keyboard.pm_.c:170
-msgid "Armenian (phonetic)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "German"
+msgstr "Germana"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTY)"
+msgstr "ĈeÄa (QWERTY)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Czech (QWERTZ)"
+msgstr "ĈeÄa (QWERTZ)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (French layout)"
+msgstr "Svisa (franca aranĝo)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Swiss (German layout)"
+msgstr "Svisa (germana aranĝo)"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Belarusian"
+msgstr "Belarusa"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bosnian"
+msgstr "Estona"
+
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Brazilian (ABNT-2)"
+msgstr "Brazila (ABNT-2)"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bulgarian (BDS)"
+msgstr "Bulgara"
+
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bulgarian (phonetic)"
msgstr "Armena (fonetika)"
-#: ../../keyboard.pm_.c:175
-msgid "Azerbaidjani (latin)"
-msgstr "Azerbajĝana (latina)"
+#: ../../keyboard.pm:1
+#, fuzzy, c-format
+msgid "Bengali"
+msgstr "ebligu"
-#: ../../keyboard.pm_.c:177
+#: ../../keyboard.pm:1
+#, c-format
msgid "Belgian"
msgstr "Belga"
-#: ../../keyboard.pm_.c:178
-#, fuzzy
-msgid "Bengali"
-msgstr "ebligu"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Azerbaidjani (latin)"
+msgstr "Azerbajĝana (latina)"
-#: ../../keyboard.pm_.c:179
-#, fuzzy
-msgid "Bulgarian (phonetic)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (phonetic)"
msgstr "Armena (fonetika)"
-#: ../../keyboard.pm_.c:180
-#, fuzzy
-msgid "Bulgarian (BDS)"
-msgstr "Bulgara"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (typewriter)"
+msgstr "Armena (skribmaĊina)"
-#: ../../keyboard.pm_.c:181
-msgid "Brazilian (ABNT-2)"
-msgstr "Brazila (ABNT-2)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Armenian (old)"
+msgstr "Armena (malnova)"
-#: ../../keyboard.pm_.c:184
-#, fuzzy
-msgid "Bosnian"
-msgstr "Estona"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Albanian"
+msgstr "Albana"
-#: ../../keyboard.pm_.c:185
-msgid "Belarusian"
-msgstr "Belarusa"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Polish"
+msgstr "Pola"
-#: ../../keyboard.pm_.c:186
-msgid "Swiss (German layout)"
-msgstr "Svisa (germana aranĝo)"
+#: ../../keyboard.pm:1
+#, c-format
+msgid "Dvorak"
+msgstr "Dvorak-a"
-#: ../../keyboard.pm_.c:187
-msgid "Swiss (French layout)"
-msgstr "Svisa (franca aranĝo)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Zimbabwe"
+msgstr "Zimbabvo"
-#: ../../keyboard.pm_.c:189
-msgid "Czech (QWERTY)"
-msgstr "Ĉeĥa (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Zambia"
+msgstr "Zambio"
-#: ../../keyboard.pm_.c:191
-msgid "German (no dead keys)"
-msgstr "Germana (neniom da mortaj klavoj)"
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "South Africa"
+msgstr "Sud-Afriko"
-#: ../../keyboard.pm_.c:192
-msgid "Devanagari"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Serbia"
+msgstr "seria"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mayotte"
msgstr ""
-#: ../../keyboard.pm_.c:193
-msgid "Danish"
-msgstr "Dana"
+#: ../../lang.pm:1
+#, c-format
+msgid "Yemen"
+msgstr "Jemeno"
-#: ../../keyboard.pm_.c:194
-msgid "Dvorak (US)"
-msgstr "Dvorak-a (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Samoa"
+msgstr "Samoo"
-#: ../../keyboard.pm_.c:195
-msgid "Dvorak (Norwegian)"
-msgstr "Dvorak-a (Norvega)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Wallis and Futuna"
+msgstr ""
-#: ../../keyboard.pm_.c:196
-#, fuzzy
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak-a (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Vanuatu"
+msgstr "Vanuatuo"
-#: ../../keyboard.pm_.c:197
-msgid "Estonian"
-msgstr "Estona"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vietnam"
+msgstr "Vjetnamo"
-#: ../../keyboard.pm_.c:201
-msgid "Georgian (\"Russian\" layout)"
-msgstr "Kartvela (\"Rusa\" aranĝo)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (U.S.)"
+msgstr "Insuloj Virgaj (Usonaj)"
-#: ../../keyboard.pm_.c:202
-msgid "Georgian (\"Latin\" layout)"
-msgstr "Kartvela (\"Latina\" aranĝo)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Virgin Islands (British)"
+msgstr "Insuloj Virgaj (Britaj)"
-#: ../../keyboard.pm_.c:203
-msgid "Greek"
-msgstr "Greka"
+#: ../../lang.pm:1
+#, c-format
+msgid "Venezuela"
+msgstr "Venezuelo"
-#: ../../keyboard.pm_.c:204
-msgid "Gujarati"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Vincent and the Grenadines"
+msgstr "Sent-Vincento kaj la Grenadinoj"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Vatican"
+msgstr "Loko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uzbekistan"
+msgstr "Uzbekistano"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Uruguay"
+msgstr "Urugvajo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United States Minor Outlying Islands"
msgstr ""
-#: ../../keyboard.pm_.c:205
-msgid "Gurmukhi"
+#: ../../lang.pm:1
+#, c-format
+msgid "Uganda"
+msgstr "Ugando"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ukraine"
+msgstr "Ukrajno"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tanzania"
msgstr ""
-#: ../../keyboard.pm_.c:206
-msgid "Hungarian"
-msgstr "Hungara"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Taiwan"
+msgstr "Tajlando"
-#: ../../keyboard.pm_.c:207
-msgid "Croatian"
-msgstr "Kroata"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tuvalu"
+msgstr "Tuvalo"
-#: ../../keyboard.pm_.c:208
-msgid "Israeli"
-msgstr "Israela"
+#: ../../lang.pm:1
+#, c-format
+msgid "Trinidad and Tobago"
+msgstr "Trinidado kaj Tobago"
-#: ../../keyboard.pm_.c:209
-msgid "Israeli (Phonetic)"
-msgstr "Israela (fonetika)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkey"
+msgstr "Turkujo"
-#: ../../keyboard.pm_.c:210
-msgid "Iranian"
-msgstr "Irana"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tonga"
+msgstr "Tongo"
-#: ../../keyboard.pm_.c:211
-msgid "Icelandic"
-msgstr "Islanda"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tunisia"
+msgstr "Tunizio"
-#: ../../keyboard.pm_.c:212
-msgid "Italian"
-msgstr "Itala"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turkmenistan"
+msgstr "Turkmenistano"
-#: ../../keyboard.pm_.c:213
-msgid "Inuktitut"
+#: ../../lang.pm:1
+#, c-format
+msgid "East Timor"
+msgstr "Orienta Timoro"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Tokelau"
msgstr ""
-#: ../../keyboard.pm_.c:214
-msgid "Japanese 106 keys"
-msgstr "Japana 106 klavoj"
+#: ../../lang.pm:1
+#, c-format
+msgid "Tajikistan"
+msgstr "Taĝikistano"
-#: ../../keyboard.pm_.c:217
-msgid "Korean keyboard"
-msgstr "Korea klavaro"
+#: ../../lang.pm:1
+#, c-format
+msgid "Thailand"
+msgstr "Tajlando"
-#: ../../keyboard.pm_.c:218
-msgid "Latin American"
-msgstr "Latinamerika"
+#: ../../lang.pm:1
+#, c-format
+msgid "Togo"
+msgstr "Togo"
-#: ../../keyboard.pm_.c:219
-#, fuzzy
-msgid "Laotian"
-msgstr "Loko"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Southern Territories"
+msgstr ""
-#: ../../keyboard.pm_.c:220
-msgid "Lithuanian AZERTY (old)"
-msgstr "Litova AZERTY-a (malnova)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Chad"
+msgstr "Ĉado"
-#: ../../keyboard.pm_.c:222
-msgid "Lithuanian AZERTY (new)"
-msgstr "Litova AZERTY-a (nova)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Turks and Caicos Islands"
+msgstr ""
-#: ../../keyboard.pm_.c:223
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr "Litova \"numero-vica\" QWERTY-a"
+#: ../../lang.pm:1
+#, c-format
+msgid "Swaziland"
+msgstr "Svazilando"
-#: ../../keyboard.pm_.c:224
-msgid "Lithuanian \"phonetic\" QWERTY"
-msgstr "Litova \"fonetika\" QWERTY-a"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Syria"
+msgstr "Surinamo"
-#: ../../keyboard.pm_.c:225
-#, fuzzy
-msgid "Latvian"
-msgstr "Loko"
+#: ../../lang.pm:1
+#, c-format
+msgid "El Salvador"
+msgstr "Salvadoro"
-#: ../../keyboard.pm_.c:226
-msgid "Malayalam"
+#: ../../lang.pm:1
+#, c-format
+msgid "Sao Tome and Principe"
+msgstr "Sao-Tomeo kaj Principeo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Suriname"
+msgstr "Surinamo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Somalia"
+msgstr "Somalujo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Senegal"
+msgstr "Senegalio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "San Marino"
+msgstr "San-Marino"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sierra Leone"
+msgstr "Siera-Leono"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovakia"
+msgstr "Slovakujo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Svalbard and Jan Mayen Islands"
msgstr ""
-#: ../../keyboard.pm_.c:227
-msgid "Macedonian"
-msgstr "Macedona"
+#: ../../lang.pm:1
+#, c-format
+msgid "Slovenia"
+msgstr "Slovenujo"
-#: ../../keyboard.pm_.c:228
-msgid "Myanmar (Burmese)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Helena"
+msgstr "Sankt-Heleno"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Singapore"
+msgstr "Singapuro"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Sudan"
+msgstr "Sudano"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Seychelles"
+msgstr "SejĊeloj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Solomon Islands"
+msgstr "Salomon-Insuloj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saudi Arabia"
+msgstr "SaĊ­da Arabujo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Rwanda"
+msgstr "Ruando"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Russia"
+msgstr "Rusa"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Romania"
+msgstr "Rumanujo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Reunion"
msgstr ""
-#: ../../keyboard.pm_.c:229
-#, fuzzy
-msgid "Mongolian (cyrillic)"
-msgstr "Azerbajĝana (cirila)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Qatar"
+msgstr "Kataro"
-#: ../../keyboard.pm_.c:230
-msgid "Maltese (UK)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Palau"
msgstr ""
-#: ../../keyboard.pm_.c:231
-msgid "Maltese (US)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Paraguay"
+msgstr "Paragvajo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Portugal"
+msgstr "Portugalujo"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Palestine"
+msgstr "Elektado de individuaj pakaĵoj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Puerto Rico"
+msgstr "Porto-Riko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Pitcairn"
+msgstr "Pitkarna Insulo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Pierre and Miquelon"
msgstr ""
-#: ../../keyboard.pm_.c:232
-msgid "Dutch"
-msgstr "Nederlanda"
+#: ../../lang.pm:1
+#, c-format
+msgid "Poland"
+msgstr "Pollando"
-#: ../../keyboard.pm_.c:234
-msgid "Polish (qwerty layout)"
-msgstr "Pola (qwerty aranĝo)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Pakistan"
+msgstr "Pakistano"
-#: ../../keyboard.pm_.c:235
-msgid "Polish (qwertz layout)"
-msgstr "Pola (qwertz aranĝo)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Philippines"
+msgstr "Filipinoj"
-#: ../../keyboard.pm_.c:236
-msgid "Portuguese"
-msgstr "Portugala"
+#: ../../lang.pm:1
+#, c-format
+msgid "Papua New Guinea"
+msgstr "Papuo-Nov-Gvineo"
-#: ../../keyboard.pm_.c:237
-msgid "Canadian (Quebec)"
-msgstr "Kanada (Kebeka)"
+#: ../../lang.pm:1
+#, c-format
+msgid "French Polynesia"
+msgstr "Franca Polinezio"
-#: ../../keyboard.pm_.c:239
-msgid "Romanian (qwertz)"
-msgstr "Rumana (qwertz-a)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Peru"
+msgstr "Peruo"
-#: ../../keyboard.pm_.c:240
-msgid "Romanian (qwerty)"
-msgstr "Rumana (qwerty-a)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Panama"
+msgstr "Panamo"
-#: ../../keyboard.pm_.c:242
-msgid "Russian (Yawerty)"
-msgstr "Rusa (Yawerty-a)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Oman"
+msgstr "Omano"
-#: ../../keyboard.pm_.c:244
-msgid "Slovenian"
-msgstr "Slovena"
+#: ../../lang.pm:1
+#, c-format
+msgid "New Zealand"
+msgstr "Nov-Zelando"
-#: ../../keyboard.pm_.c:245
-msgid "Slovakian (QWERTZ)"
-msgstr "Slovaka (QWERTZ)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Niue"
+msgstr ""
-#: ../../keyboard.pm_.c:246
-msgid "Slovakian (QWERTY)"
-msgstr "Slovaka (QWERTY)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nauru"
+msgstr "Nauro"
-#: ../../keyboard.pm_.c:248
-#, fuzzy
-msgid "Serbian (cyrillic)"
-msgstr "Azerbajĝana (cirila)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Nepal"
+msgstr "Nepalo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nicaragua"
+msgstr "Nikaragvo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Nigeria"
+msgstr "Niĝerio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Norfolk Island"
+msgstr "Norfolkaj Insuloj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Niger"
+msgstr "Niĝero"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "New Caledonia"
+msgstr "Nov-Kaledonio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Namibia"
+msgstr "Namibio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mozambique"
+msgstr "Mozambiko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malaysia"
+msgstr "Malajzio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mexico"
+msgstr "Meksikio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malawi"
+msgstr "Malavio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Maldives"
+msgstr "Maldivoj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritius"
+msgstr "MaĊ­ricio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Malta"
+msgstr "Malto"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Montserrat"
+msgstr "Montserato"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mauritania"
+msgstr "MaĊ­rlando"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Martinique"
+msgstr "Martiniko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Northern Mariana Islands"
+msgstr "Insuloj Marianaj Nordaj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Mongolia"
+msgstr "Mongolio"
-#: ../../keyboard.pm_.c:250
-msgid "Tamil (Unicode)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Myanmar"
msgstr ""
-#: ../../keyboard.pm_.c:251
-msgid "Tamil (TSCII)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Mali"
+msgstr "Malio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Macedonia"
+msgstr "Macedonio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Marshall Islands"
+msgstr "Insuloj MarĊalaj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Madagascar"
+msgstr "Madagaskaro"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Moldova"
msgstr ""
-#: ../../keyboard.pm_.c:252
-msgid "Thai keyboard"
-msgstr "Taja klavaro"
+#: ../../lang.pm:1
+#, c-format
+msgid "Monaco"
+msgstr "Monako"
-#: ../../keyboard.pm_.c:254
-#, fuzzy
-msgid "Tajik keyboard"
-msgstr "Taja klavaro"
+#: ../../lang.pm:1
+#, c-format
+msgid "Morocco"
+msgstr "Maroko"
-#: ../../keyboard.pm_.c:255
-msgid "Turkish (traditional \"F\" model)"
-msgstr "Turka (tradicia \"F\" modelo)"
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Libya"
+msgstr "Liberio"
-#: ../../keyboard.pm_.c:256
-msgid "Turkish (modern \"Q\" model)"
-msgstr "Turka (moderna \"Q\" modelo)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Latvia"
+msgstr "Latvio"
-#: ../../keyboard.pm_.c:258
-msgid "Ukrainian"
-msgstr "Ukrajna"
+#: ../../lang.pm:1
+#, c-format
+msgid "Luxembourg"
+msgstr "Luksemburgo"
-#: ../../keyboard.pm_.c:261
-msgid "US keyboard (international)"
-msgstr "Usona klavaro (internacia)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Lithuania"
+msgstr "Litovio"
-#: ../../keyboard.pm_.c:262
-msgid "Vietnamese \"numeric row\" QWERTY"
-msgstr "Vjetnama \"numero-vica\" QWERTY-a"
+#: ../../lang.pm:1
+#, c-format
+msgid "Lesotho"
+msgstr "Lesoto"
-#: ../../keyboard.pm_.c:263
-#, fuzzy
-msgid "Yugoslavian (latin)"
-msgstr "Jugoslava (latina/cirila)"
+#: ../../lang.pm:1
+#, c-format
+msgid "Liberia"
+msgstr "Liberio"
-#: ../../keyboard.pm_.c:270
-msgid "Right Alt key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Sri Lanka"
+msgstr "Sri Lanko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Liechtenstein"
+msgstr "LiÄtenĊtejno"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Lucia"
+msgstr "Sent-Lucio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Lebanon"
+msgstr "Libano"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Laos"
msgstr ""
-#: ../../keyboard.pm_.c:271
-msgid "Both Shift keys simultaneously"
+#: ../../lang.pm:1
+#, c-format
+msgid "Kazakhstan"
+msgstr "KazaÄstano"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cayman Islands"
+msgstr "Kajmana Insularo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kuwait"
+msgstr "Kuvajto"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Korea"
+msgstr "Plu"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Korea (North)"
msgstr ""
-#: ../../keyboard.pm_.c:272
-msgid "Control and Shift keys simultaneously"
+#: ../../lang.pm:1
+#, c-format
+msgid "Saint Kitts and Nevis"
+msgstr "Sent-Kristofo kaj Neviso"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Comoros"
+msgstr "Komoroj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kiribati"
+msgstr "Kiribato"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cambodia"
+msgstr "Kamboĝo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kyrgyzstan"
+msgstr "Kirgizistano"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Kenya"
+msgstr "Kenjo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Japan"
+msgstr "Japanio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jordan"
+msgstr "Jordanio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Jamaica"
+msgstr "Jamajko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iceland"
+msgstr "Islando"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Iran"
+msgstr "Irako"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Iraq"
+msgstr "Irako"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "British Indian Ocean Territory"
msgstr ""
-#: ../../keyboard.pm_.c:273
-msgid "CapsLock key"
+#: ../../lang.pm:1
+#, c-format
+msgid "India"
+msgstr "Hindio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Israel"
+msgstr "Israelo"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Ireland"
+msgstr "Islanda"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Indonesia"
+msgstr "Indonezio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Hungary"
+msgstr "Hungario"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Haiti"
+msgstr "Haitio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Croatia"
+msgstr "Kroatio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Honduras"
+msgstr "Honduro"
+
+#: ../../lang.pm:1
+#, fuzzy, c-format
+msgid "Heard and McDonald Islands"
+msgstr "Insuloj Marianaj Nordaj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Hong Kong"
+msgstr "Hongkongo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guyana"
+msgstr "Gujano"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea-Bissau"
+msgstr "Gvineo-BisaĊ­o"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guam"
+msgstr "Gvamo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guatemala"
+msgstr "Gvatemalo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "South Georgia and the South Sandwich Islands"
msgstr ""
-#: ../../keyboard.pm_.c:274
-msgid "Ctrl and Alt keys simultaneously"
+#: ../../lang.pm:1
+#, c-format
+msgid "Equatorial Guinea"
+msgstr "Ekvatora Gvineo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guadeloupe"
+msgstr "Gvadelupo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Guinea"
+msgstr "Gvineo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gambia"
+msgstr "Gambio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Greenland"
+msgstr "Groenlando"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gibraltar"
+msgstr "Ĝibraltaro"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ghana"
+msgstr "Ganao"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "French Guiana"
+msgstr "Franca Gujano"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Georgia"
+msgstr "Kartvelujo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Grenada"
+msgstr "Grenado"
+
+#: ../../lang.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "United Kingdom"
+msgstr "Unuiĝinta Regno"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Gabon"
+msgstr "Gabono"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Faroe Islands"
msgstr ""
-#: ../../keyboard.pm_.c:275
-msgid "Alt and Shift keys simultaneously"
+#: ../../lang.pm:1
+#, c-format
+msgid "Micronesia"
+msgstr "Mikronezio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Falkland Islands (Malvinas)"
+msgstr "Falklandaj Insuloj (Malvinoj)"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Fiji"
+msgstr "Fiĝio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Finland"
+msgstr "Finnlando"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ethiopia"
+msgstr "Etiopio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Spain"
+msgstr "Hispanujo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Eritrea"
+msgstr "Eritreo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Western Sahara"
+msgstr "Okcidenta Saharo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Egypt"
+msgstr "Egipto"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Estonia"
+msgstr "Estonio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Ecuador"
+msgstr "Ekvadoro"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Algeria"
+msgstr "Alĝerio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominican Republic"
+msgstr "Domingo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Dominica"
+msgstr "Dominiko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Denmark"
+msgstr "Danlando"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Djibouti"
+msgstr "Ĝibutio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cyprus"
+msgstr "Kipro"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Christmas Island"
msgstr ""
-#: ../../keyboard.pm_.c:276
-msgid "\"Menu\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cape Verde"
+msgstr "Kabo-Verdo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cuba"
+msgstr "Kubo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Colombia"
+msgstr "Kolombio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "China"
+msgstr "Ĉinio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cameroon"
+msgstr "Kameruno"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Chile"
+msgstr "Ĉilio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cook Islands"
+msgstr "Kuk-Insularo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Cote d'Ivoire"
+msgstr "Ebur-Bordo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Switzerland"
+msgstr "Svislando"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Brazzaville)"
msgstr ""
-#: ../../keyboard.pm_.c:277
-msgid "Left \"Windows\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Central African Republic"
+msgstr "Centrafrika Respubliko"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Congo (Kinshasa)"
msgstr ""
-#: ../../keyboard.pm_.c:278
-msgid "Right \"Windows\" key"
+#: ../../lang.pm:1
+#, c-format
+msgid "Cocos (Keeling) Islands"
msgstr ""
-#: ../../loopback.pm_.c:32
+#: ../../lang.pm:1
#, c-format
-msgid "Circular mounts %s\n"
-msgstr "Cirklaj surmetingoj %s\n"
+msgid "Canada"
+msgstr "Kanado"
-#: ../../lvm.pm_.c:103
-msgid "Remove the logical volumes first\n"
-msgstr ""
+#: ../../lang.pm:1
+#, c-format
+msgid "Belize"
+msgstr "Belizio"
-#: ../../modules.pm_.c:290
-msgid ""
-"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+#: ../../lang.pm:1
+#, c-format
+msgid "Belarus"
+msgstr "Belarusio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Botswana"
+msgstr "Bocvano"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bouvet Island"
msgstr ""
-#: ../../modules/interactive.pm_.c:16
-msgid "You can configure each parameter of the module here."
+#: ../../lang.pm:1
+#, c-format
+msgid "Bhutan"
+msgstr "Butano"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahamas"
+msgstr "Bahamoj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brazil"
+msgstr "Brazilo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bolivia"
+msgstr "Bolivio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Brunei Darussalam"
msgstr ""
-#: ../../modules/parameters.pm_.c:18
-#, fuzzy
-msgid "modinfo is not available"
-msgstr "Neniu disketilo havebla"
+#: ../../lang.pm:1
+#, c-format
+msgid "Bermuda"
+msgstr "Bermudo"
-#: ../../modules/parameters.pm_.c:50
-#, fuzzy
-msgid "a number"
-msgstr "Telefonnumero"
+#: ../../lang.pm:1
+#, c-format
+msgid "Benin"
+msgstr "Benino"
-#: ../../modules/parameters.pm_.c:52
+#: ../../lang.pm:1
#, c-format
-msgid "%d comma separated numbers"
+msgid "Burundi"
+msgstr "Burundo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bahrain"
+msgstr "Barejno"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bulgaria"
+msgstr "Bulgario"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Burkina Faso"
+msgstr "Burkino"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bangladesh"
+msgstr "BangladeĊo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Barbados"
+msgstr "Barbado"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Bosnia and Herzegovina"
+msgstr "Bosnio-Hercegovino"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Azerbaijan"
+msgstr "Azerbajĝano"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Aruba"
msgstr ""
-#: ../../modules/parameters.pm_.c:52
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Australia"
+msgstr "seria"
+
+#: ../../lang.pm:1
#, c-format
-msgid "%d comma separated strings"
+msgid "American Samoa"
+msgstr "Amerika Samoo"
+
+#: ../../lang.pm:1 ../../standalone/drakxtv:1
+#, c-format
+msgid "Argentina"
+msgstr "Argentino"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antarctica"
+msgstr "Antarktio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Angola"
+msgstr "Angolo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Netherlands Antilles"
+msgstr "Nederlandaj Antiloj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Armenia"
+msgstr "Armenio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Albania"
+msgstr "Albanio"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Anguilla"
+msgstr "Angilo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Antigua and Barbuda"
+msgstr "Antigvo-Barbudo"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "United Arab Emirates"
+msgstr "Unuiĝintaj Arabaj Emirlandoj"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Andorra"
+msgstr "Andoro"
+
+#: ../../lang.pm:1
+#, c-format
+msgid "Afghanistan"
+msgstr "Afganistano"
+
+#: ../../loopback.pm:1
+#, c-format
+msgid "Circular mounts %s\n"
+msgstr "Cirklaj surmetingoj %s\n"
+
+#: ../../lvm.pm:1
+#, c-format
+msgid "Remove the logical volumes first\n"
msgstr ""
-#: ../../modules/parameters.pm_.c:54
-msgid "comma separated numbers"
+#: ../../modules.pm:1
+#, c-format
+msgid ""
+"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
msgstr ""
-#: ../../modules/parameters.pm_.c:54
-#, fuzzy
-msgid "comma separated strings"
-msgstr "Formatu subdiskojn"
+#: ../../mouse.pm:1
+#, c-format
+msgid "MOVE YOUR WHEEL!"
+msgstr "MOVU VIAN RADON!"
-#: ../../mouse.pm_.c:25
-msgid "Sun - Mouse"
-msgstr "Sun - Muso"
+#: ../../mouse.pm:1
+#, fuzzy, c-format
+msgid "To activate the mouse,"
+msgstr "Bonvole, provu la muson"
-#: ../../mouse.pm_.c:32
-msgid "Logitech MouseMan+"
-msgstr "Loĝiteka MouseMan+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Please test the mouse"
+msgstr "Bonvole, provu la muson"
-#: ../../mouse.pm_.c:33
-msgid "Generic PS2 Wheel Mouse"
-msgstr "Nespecifa PS2 RadoMuso"
+#: ../../mouse.pm:1
+#, c-format
+msgid "No mouse"
+msgstr "Neniu Muso"
-#: ../../mouse.pm_.c:34
-msgid "GlidePoint"
-msgstr "GlidePoint"
+#: ../../mouse.pm:1
+#, c-format
+msgid "none"
+msgstr "neniu"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "3 buttons"
+msgstr "3 butonoj"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "2 buttons"
+msgstr "2 butonoj"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "1 button"
+msgstr "1 butona"
+
+#: ../../mouse.pm:1
+#, fuzzy, c-format
+msgid "busmouse"
+msgstr "Neniu Muso"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
+#: ../../mouse.pm:1
+#, c-format
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech Mouse (serial, old C7 type)"
+msgstr "Loĝiteka Muso (seria, malnova C7 speco)"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM HitTablet"
+msgstr "MM HitTablet"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "MM Series"
+msgstr "MM Serio"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
-#: ../../mouse.pm_.c:38
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+/FirstMouse+"
+msgstr "Loĝiteka MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
-#, fuzzy
-msgid "Microsoft Explorer"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech CC Series"
+msgstr "Loĝiteka CC serio"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Mouse Systems"
+msgstr "Mouse Systems"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan"
+msgstr "Loĝiteka MouseMan"
+
+#: ../../mouse.pm:1
+#, c-format
+msgid "Microsoft IntelliMouse"
msgstr "Mikrosofta IntelliMouse"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
-msgid "1 button"
-msgstr "1 butona"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic 3 Button Mouse"
+msgstr "Nespecifa 3 Butona Muso"
-#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
+#: ../../mouse.pm:1
+#, c-format
msgid "Generic 2 Button Mouse"
msgstr "Nespecifa 2 Butona Muso"
-#: ../../mouse.pm_.c:47
+#: ../../mouse.pm:1
+#, c-format
+msgid "serial"
+msgstr "seria"
+
+#: ../../mouse.pm:1
+#, fuzzy, c-format
+msgid "Microsoft Explorer"
+msgstr "Mikrosofta IntelliMouse"
+
+#: ../../mouse.pm:1
+#, c-format
msgid "Wheel"
msgstr "Rado"
-#: ../../mouse.pm_.c:51
-msgid "serial"
-msgstr "seria"
+#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Generic"
+msgstr "Genera"
-#: ../../mouse.pm_.c:54
-msgid "Generic 3 Button Mouse"
-msgstr "Nespecifa 3 Butona Muso"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Genius NetScroll"
+msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:55
-msgid "Microsoft IntelliMouse"
-msgstr "Mikrosofta IntelliMouse"
+#: ../../mouse.pm:1
+#, c-format
+msgid "GlidePoint"
+msgstr "GlidePoint"
-#: ../../mouse.pm_.c:56
-msgid "Logitech MouseMan"
-msgstr "Loĝiteka MouseMan"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Generic PS2 Wheel Mouse"
+msgstr "Nespecifa PS2 RadoMuso"
-#: ../../mouse.pm_.c:57
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Logitech MouseMan+"
+msgstr "Loĝiteka MouseMan+"
-#: ../../mouse.pm_.c:59
-msgid "Logitech CC Series"
-msgstr "Loĝiteka CC serio"
+#: ../../mouse.pm:1 ../../security/level.pm:1
+#, c-format
+msgid "Standard"
+msgstr "LaĊ­norma"
-#: ../../mouse.pm_.c:60
-msgid "Logitech MouseMan+/FirstMouse+"
-msgstr "Loĝiteka MouseMan+/FirstMouse+"
+#: ../../mouse.pm:1
+#, c-format
+msgid "Sun - Mouse"
+msgstr "Sun - Muso"
-#: ../../mouse.pm_.c:62
-msgid "MM Series"
-msgstr "MM Serio"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Toggle between flat and group sorted"
+msgstr "Ċœanĝu inter ebena kaj ordigita je grupoj"
-#: ../../mouse.pm_.c:63
-msgid "MM HitTablet"
-msgstr "MM HitTablet"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Collapse Tree"
+msgstr "Maletendu Arbon"
-#: ../../mouse.pm_.c:64
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Loĝiteka Muso (seria, malnova C7 speco)"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Expand Tree"
+msgstr "Etendu Arbon"
-#: ../../mouse.pm_.c:68
-#, fuzzy
-msgid "busmouse"
-msgstr "Neniu Muso"
+#: ../../my_gtk.pm:1 ../../services.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Info"
+msgstr "Informo"
-#: ../../mouse.pm_.c:71
-msgid "2 buttons"
-msgstr "2 butonoj"
+#: ../../my_gtk.pm:1 ../../ugtk2.pm:1
+#, c-format
+msgid "Is this correct?"
+msgstr "Ĉu tio ĉi pravas?"
-#: ../../mouse.pm_.c:72
-msgid "3 buttons"
-msgstr "3 butonoj"
+#: ../../my_gtk.pm:1
+#, c-format
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr ""
-#: ../../mouse.pm_.c:75
-msgid "none"
-msgstr "neniu"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Error writing to file %s"
+msgstr "Eraro skribante al dosiero %s"
-#: ../../mouse.pm_.c:77
-msgid "No mouse"
-msgstr "Neniu Muso"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Bad backup file"
+msgstr "Malbona rezerva dosiero"
-#: ../../mouse.pm_.c:490
-msgid "Please test the mouse"
-msgstr "Bonvole, provu la muson"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Restoring from file %s failed: %s"
+msgstr "RestaĊ­ris el dosiero %s malsukcesis: %s"
-#: ../../mouse.pm_.c:491
-#, fuzzy
-msgid "To activate the mouse,"
-msgstr "Bonvole, provu la muson"
+#: ../../partition_table.pm:1
+#, c-format
+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."
-#: ../../mouse.pm_.c:492
-msgid "MOVE YOUR WHEEL!"
-msgstr "MOVU VIAN RADON!"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "Extended partition not supported on this platform"
+msgstr "Ĉi tiu platformo ne subtenas etendatajn subdiskojn"
-#: ../../my_gtk.pm_.c:65
-msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+#: ../../partition_table.pm:1
+#, c-format
+msgid "mount failed: "
+msgstr "muntado malsukcesis: "
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "maybe"
+msgstr "elbe"
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "nice"
+msgstr "agrabla(j)"
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "very nice"
+msgstr "tre agrabla(j)"
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "important"
+msgstr "grava(j)"
+
+#: ../../pkgs.pm:1
+#, c-format
+msgid "must have"
+msgstr "havenda"
+
+#: ../../raid.pm:1
+#, c-format
+msgid "Not enough partitions for RAID level %d\n"
+msgstr "Ne estas sufiĉaj subdiskoj por RAID nivelo %d\n"
+
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed"
+msgstr "mkraid malsukcesis"
+
+#: ../../raid.pm:1
+#, c-format
+msgid "mkraid failed (maybe raidtools are missing?)"
+msgstr "mkraid malsukcesis (eble raidtools mankas)"
+
+#: ../../raid.pm:1
+#, c-format
+msgid "Can't add a partition to _formatted_ RAID md%d"
+msgstr "Ne povas aldoni subdiskon al _formatita_ RAID md%d"
+
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Stop"
+msgstr "Sektoro"
+
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Start"
+msgstr "Stato:"
+
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "On boot"
+msgstr "Yaboot"
+
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"No additional information\n"
+"about this service, sorry."
msgstr ""
-#: ../../my_gtk.pm_.c:159 ../../ugtk2.pm_.c:435
-msgid "Finish"
-msgstr "Finu"
+#: ../../services.pm:1
+#, c-format
+msgid "Services and deamons"
+msgstr ""
-#: ../../my_gtk.pm_.c:159 ../../printer/printerdrake.pm_.c:2057
-#: ../../ugtk2.pm_.c:435
-msgid "Next ->"
-msgstr "Sekvanta ->"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "stopped"
+msgstr "Alfiksu"
-#: ../../my_gtk.pm_.c:287 ../../ugtk2.pm_.c:926
-msgid "Is this correct?"
-msgstr "Ĉu tio ĉi pravas?"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "running"
+msgstr "Averto"
-#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:227 ../../ugtk2.pm_.c:1011
-msgid "Info"
-msgstr "Informo"
+#: ../../services.pm:1
+#, c-format
+msgid "Choose which services should be automatically started at boot time"
+msgstr ""
-#: ../../my_gtk.pm_.c:380 ../../ugtk2.pm_.c:1036
-msgid "Expand Tree"
-msgstr "Etendu Arbon"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Database Server"
+msgstr "Datumbazoj"
-#: ../../my_gtk.pm_.c:381 ../../ugtk2.pm_.c:1037
-msgid "Collapse Tree"
-msgstr "Maletendu Arbon"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Remote Administration"
+msgstr "Malproksimaj lpd Printilaj Opcioj"
-#: ../../my_gtk.pm_.c:382 ../../ugtk2.pm_.c:1038
-msgid "Toggle between flat and group sorted"
-msgstr "Ŝanĝu inter ebena kaj ordigita je grupoj"
+#: ../../services.pm:1
+#, c-format
+msgid "File sharing"
+msgstr ""
-#: ../../network/adsl.pm_.c:23
-msgid "use pppoe"
-msgstr "uzu pppoe"
+#: ../../services.pm:1
+#, c-format
+msgid "Internet"
+msgstr "Interreto"
-#: ../../network/adsl.pm_.c:24
-msgid "use pptp"
-msgstr "uzu pptp"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid "Printing"
+msgstr "Printilo"
-#: ../../network/adsl.pm_.c:25
-msgid "use dhcp"
-msgstr "uzu dhcp"
+#: ../../services.pm:1
+#, fuzzy, c-format
+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."
-#: ../../network/adsl.pm_.c:26
-msgid "Alcatel speedtouch usb"
+#: ../../services.pm:1
+#, c-format
+msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../network/adsl.pm_.c:27
-msgid "Sagem (using pppoe) usb"
+#: ../../services.pm:1
+#, c-format
+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"
+"mesaĝojn al diversaj sistemlogdosieroj. Ĝi estas bona ideo ĉiam uzi\n"
+"syslog."
-#: ../../network/adsl.pm_.c:29 ../../network/ethernet.pm_.c:36
-msgid "Connect to the Internet"
-msgstr "Konektu al la Interreto"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the sound system on your machine"
+msgstr ""
-#: ../../network/adsl.pm_.c:30
-#, fuzzy
+#: ../../services.pm:1
+#, c-format
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'"
+"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 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'"
+"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)."
-#: ../../network/adsl.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You need the alcatel microcode.\n"
-"Download it at\n"
-"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"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."
-#: ../../network/drakfirewall.pm_.c:12
-#, fuzzy
-msgid "Web Server"
-msgstr "Servilo"
+#: ../../services.pm:1
+#, c-format
+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."
-#: ../../network/drakfirewall.pm_.c:17
-#, fuzzy
-msgid "Domain Name Server"
-msgstr "Domajna nomo"
+#: ../../services.pm:1
+#, c-format
+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 aĊ­tomatan ĝ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."
-#: ../../network/drakfirewall.pm_.c:32
-#, fuzzy
-msgid "Mail Server"
-msgstr "Datumbazoj"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Assign raw devices to block devices (such as hard drive\n"
+"partitions), for the use of applications such as Oracle"
+msgstr ""
-#: ../../network/drakfirewall.pm_.c:37
-#, fuzzy
-msgid "POP and IMAP Server"
-msgstr "LDAP Servilo"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
+msgstr ""
+"Savas kaj restaĊ­ras sisteman entropikomunaĵon por pli altkvalita\n"
+"generado de aleatoraj nombroj."
-#: ../../network/drakfirewall.pm_.c:111
-#, fuzzy
-msgid "No network card"
-msgstr "neniu retkarto trovita"
+#: ../../services.pm:1
+#, fuzzy, c-format
+msgid ""
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
+msgstr ""
+"\"Postfix\" estas PoĊtTransportPerilo, kiu estas la programo kiu movas\n"
+"retpoĊton de unu komputilo al alia."
-#: ../../network/drakfirewall.pm_.c:129
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall 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."
+"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."
-#: ../../network/drakfirewall.pm_.c:135
+#: ../../services.pm:1
+#, c-format
msgid ""
-"drakfirewall configurator\n"
-"\n"
-"Make sure you have configured your Network/Internet access with\n"
-"drakconnect before going any further."
+"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 aĵo kiel ethernet kaj modemoj en\n"
+"tekkomputiloj. Ĝi ne estos lanĉata krom se vi konfiguras ĝi por ke ĝi\n"
+"estu sendanĝera ĉe komputiloj kiuj ne bezonas ĝin."
-#: ../../network/drakfirewall.pm_.c:152
-msgid "Which services would you like to allow the Internet to connect to?"
+#: ../../services.pm:1
+#, c-format
+msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../network/drakfirewall.pm_.c:153
+#: ../../services.pm:1
+#, c-format
msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
msgstr ""
-#: ../../network/drakfirewall.pm_.c:159
+#: ../../services.pm:1
#, c-format
msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
+"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 dosierĊlosado."
-#: ../../network/drakfirewall.pm_.c:167
-msgid "Everything (no firewall)"
+#: ../../services.pm:1
+#, c-format
+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 dosierĊlosado, kiun vi konfiguras per la\n"
+"/etc/exports dosiero."
-#: ../../network/drakfirewall.pm_.c:169
-#, fuzzy
-msgid "Other ports"
-msgstr "Provu pordojn"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Activates/Deactivates all network interfaces configured to start\n"
+"at boot time."
+msgstr ""
+"Ċœaltas/MalĊaltas ĉiujn retajn interfacojn konfiguratajn por lanĉi\n"
+"dum sistemstartado."
-#: ../../network/ethernet.pm_.c:37
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which dhcp client do you want to use?\n"
-"Default is dhcp-client"
+"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
+"Manager/Windows), and NCP (NetWare) mount points."
msgstr ""
-"Kiun dhcp-an klienton vi deziras uzi?\n"
-"La defaŭlto estas dhcp-client"
+"Muntas kaj malmuntas ĉiujn RetDosierSistemajn (NFS), SMB (Lan\n"
+"Manager/Vindozaj), kaj NCP (NetWare) surmetingojn."
-#: ../../network/ethernet.pm_.c:88
-#, fuzzy
+#: ../../services.pm:1
+#, fuzzy, c-format
msgid ""
-"No ethernet network adapter has been detected on your system.\n"
-"I cannot set up this connection type."
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-"Mi ne detektas eterretan retadaptilom sur via sistemo. Bonvole lanĉu la\n"
-"aparatokonfigurilon."
+"'named' (BIND) estas Domajna NomServilo (DNS) kiun vi uzas por trovi\n"
+"poĊtejojn de IP adresoj."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:234
-msgid "Choose the network interface"
-msgstr "Elektu la retan interfacon"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linux Virtual Server, used to build a high-performance and highly\n"
+"available server."
+msgstr ""
-#: ../../network/ethernet.pm_.c:93
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Please choose which network adapter you want to use to connect to Internet"
+"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 ""
-"Bonvole elektu kiun retadaptilon vi deziras uzi por konekti al la interreto"
+"lpd estas la printvica dajmono bezonata por lpr taĊ­ge funkcii. Ĝi estas\n"
+"baze servilo kiu arbitracias printajn taskojn al printilo(j)."
-#: ../../network/ethernet.pm_.c:176
-msgid "no network card found"
-msgstr "neniu retkarto trovita"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Linuxconf will sometimes arrange to perform various tasks\n"
+"at boot-time to maintain the system configuration."
+msgstr ""
-#: ../../network/ethernet.pm_.c:200 ../../network/network.pm_.c:349
-msgid "Configuring network"
-msgstr "Konfiguras reto"
+#: ../../services.pm:1
+#, c-format
+msgid "Automatic detection and configuration of hardware at boot."
+msgstr ""
-#: ../../network/ethernet.pm_.c:201
+#: ../../services.pm:1
+#, c-format
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''."
+"Automatic regeneration of kernel header in /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-"Bonvole enigu vian poŝtejon se vi scias ĝin.\n"
-"Iuj DHCP-aj serviloj bezonas poŝtejon por funkcii.\n"
-"Via poŝtejo devus esti plene specifita poŝtejo,\n"
-"ekzemple ``miakomputilo.mialaborejo.miafirmao.com''."
-
-#: ../../network/ethernet.pm_.c:205 ../../network/network.pm_.c:354
-msgid "Host name"
-msgstr "Poŝtejo"
-#: ../../network/isdn.pm_.c:21 ../../network/isdn.pm_.c:44
-#: ../../network/netconnect.pm_.c:89 ../../network/netconnect.pm_.c:103
-#: ../../network/netconnect.pm_.c:156 ../../network/netconnect.pm_.c:171
-#: ../../network/netconnect.pm_.c:222 ../../network/netconnect.pm_.c:245
-#: ../../network/netconnect.pm_.c:253
-#, fuzzy
-msgid "Network Configuration Wizard"
-msgstr "ISDN-a Konfiguraĵon"
+#: ../../services.pm:1
+#, c-format
+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 pakaĵo Ċ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."
-#: ../../network/isdn.pm_.c:22
-#, fuzzy
-msgid "External ISDN modem"
-msgstr "Interna ISDN-karto"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Launch packet filtering for Linux kernel 2.2 series, to set\n"
+"up a firewall to protect your machine from network attacks."
+msgstr ""
-#: ../../network/isdn.pm_.c:22
-msgid "Internal ISDN card"
-msgstr "Interna ISDN-karto"
+#: ../../services.pm:1
+#, c-format
+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) lanĉas sortimenton\n"
+"da aliaj interretaj servoj laĊ­bezone. Ĝi respondas por la lanĉo de multaj\n"
+"servoj, inkluzive de telnet, ftp, rsh, kaj rlogin. Se vi malĊaltas inetd,\n"
+"ve malĊaltas ĉiujn el la servoj por kiuj ĝi respondas."
-#: ../../network/isdn.pm_.c:22
-msgid "What kind is your ISDN connection?"
-msgstr "Kia estas via ISDN-a konektaĵo?"
+#: ../../services.pm:1
+#, c-format
+msgid ""
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+msgstr ""
+"Apache estas Tut-Tera Teksaĵa servilo. Ĝi liveras HTML-ajn dosierojn\n"
+"kaj CGI (komunakluza interfaco)."
-#: ../../network/isdn.pm_.c:45
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Which ISDN configuration do you prefer?\n"
-"\n"
-"* The Old configuration uses isdn4net. It contains powerful\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"
+"HardDrake runs a hardware probe, and optionally configures\n"
+"new/changed hardware."
msgstr ""
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "New configuration (isdn-light)"
-msgstr "Konfiguraĵo de barilo detektata!"
+#: ../../services.pm:1
+#, c-format
+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-reĝimaj Linuksaj aplikoj ekzemple\n"
+"la 'Midnight Commander' (Meznokta Estro). AnkaĊ­ ĝi permesas uzi la muson\n"
+"por transpoĊigi ĉe la konzolo (Sen X Fenestroj)."
-#: ../../network/isdn.pm_.c:54
-#, fuzzy
-msgid "Old configuration (isdn4net)"
-msgstr "Konfiguraĵo de barilo detektata!"
+#: ../../services.pm:1
+#, c-format
+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 lanĉas 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."
-#: ../../network/isdn.pm_.c:166 ../../network/isdn.pm_.c:184
-#: ../../network/isdn.pm_.c:196 ../../network/isdn.pm_.c:202
-#: ../../network/isdn.pm_.c:209 ../../network/isdn.pm_.c:219
-msgid "ISDN Configuration"
-msgstr "ISDN-a Konfiguraĵon"
+#: ../../services.pm:1
+#, c-format
+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 ""
+"Lanĉas ordonojn vicigitajn per la 'at' ordono je la horo specifita kiam\n"
+"'at' estis uzata, kaj lanĉas baĉajn ordonojn kiam la Ċargmezo estas\n"
+"sufiĉe malgranda."
-#: ../../network/isdn.pm_.c:166
+#: ../../services.pm:1
+#, c-format
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"apmd is used for monitoring battery status and logging it via syslog.\n"
+"It can also be used for shutting down the machine when the battery is low."
msgstr ""
-"Elektu vian interretprovizanton.\n"
-" Se ĝin ne estas en la listo, elektu Nelistiĝitan"
+"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 baterioĊargo estas malgranda."
-#: ../../network/isdn.pm_.c:179
-#, fuzzy
-msgid "Europe protocol"
-msgstr "Protokolo"
+#: ../../services.pm:1
+#, c-format
+msgid "Anacron is a periodic command scheduler."
+msgstr "Anacron, perioda ordonvicigilo."
-#: ../../network/isdn.pm_.c:179
-#, fuzzy
-msgid "Europe protocol (EDSS1)"
-msgstr "Eŭropo (EDSS1)"
+#: ../../services.pm:1
+#, c-format
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+msgstr ""
-#: ../../network/isdn.pm_.c:181
-#, fuzzy
-msgid "Protocol for the rest of the world"
-msgstr "La cetero de la mondo"
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "Installing packages..."
+msgstr "Instalanta pakaĵo %s"
-#: ../../network/isdn.pm_.c:181
-#, fuzzy
+#: ../../standalone.pm:1
+#, c-format
msgid ""
-"Protocol for the rest of the world\n"
-"No D-Channel (leased lines)"
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
msgstr ""
-"La cetero de la mondo \n"
-" neniom da D-Kanelo (lukontraktataj lineoj)"
-#: ../../network/isdn.pm_.c:185
-msgid "Which protocol do you want to use?"
-msgstr "Kiun protokolon vi deziras uzi?"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+" [everything]\n"
+" XFdrake [--noauto] monitor\n"
+" XFdrake resolution"
+msgstr ""
-#: ../../network/isdn.pm_.c:196
+#: ../../standalone.pm:1
#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
msgstr ""
-#: ../../network/isdn.pm_.c:203
-msgid "What kind of card do you have?"
-msgstr "Kiun specon de karto vi havas?"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "I don't know"
-msgstr "Mi ne scias"
+#: ../../standalone.pm:1
+#, c-format
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "ISA / PCMCIA"
-msgstr "ISA / PCMCIA"
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
+msgstr ""
-#: ../../network/isdn.pm_.c:204
-msgid "PCI"
-msgstr "PCI"
+#: ../../standalone.pm:1
+#, c-format
+msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+msgstr ""
-#: ../../network/isdn.pm_.c:210
+#: ../../standalone.pm:1
+#, fuzzy, c-format
+msgid "[keyboard]"
+msgstr "Klavaro"
+
+#: ../../standalone.pm:1
+#, c-format
msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
"\n"
-"If you have an ISA card, the values on the next screen should be right.\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
+msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
"\n"
-"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
-"card.\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version number.\n"
msgstr ""
+
+#: ../../standalone.pm:1
+#, c-format
+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"
-"Se via havas ISA-an karton, la valoro sur la sekvanta ekrano devus esti "
-"ĝusta.\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"
-"Se vi havas PCMCIA-an karton, vi bezonas scii la IRQ-o kaj I/O (Eneligo)\n"
-"por via karto.\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"
+msgstr ""
-#: ../../network/isdn.pm_.c:214
-msgid "Abort"
-msgstr "Ĉesigu"
+#: ../../steps.pm:1
+#, c-format
+msgid "Exit install"
+msgstr "Eliru instalprogramon"
-#: ../../network/isdn.pm_.c:214
-msgid "Continue"
-msgstr "Ĉu mi devus daŭri?"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Install system updates"
+msgstr "Instalu sistemon"
-#: ../../network/isdn.pm_.c:220
-msgid "Which is your ISDN card?"
-msgstr "Kiu estas via ISDN-a karto?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure services"
+msgstr "Konfiguru servojn"
-#: ../../network/isdn.pm_.c:239
-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 ""
-"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."
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure X"
+msgstr "Konfiguru X"
-#: ../../network/isdn.pm_.c:248
-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."
+#: ../../steps.pm:1
+#, c-format
+msgid "Install bootloader"
+msgstr "Instalu restart-Ċargilon"
-#: ../../network/modem.pm_.c:57
-msgid "Please choose which serial port your modem is connected to."
-msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure networking"
+msgstr "Konfiguru retumon"
-#: ../../network/modem.pm_.c:67
-msgid "Dialup options"
-msgstr "Telefon-konektaj opcioj"
+#: ../../steps.pm:1
+#, c-format
+msgid "Add a user"
+msgstr "Aldonu uzulon"
-#: ../../network/modem.pm_.c:68 ../../standalone/drakconnect_.c:619
-msgid "Connection name"
-msgstr "Nomo de konekto"
+#: ../../steps.pm:1
+#, c-format
+msgid "Install system"
+msgstr "Instalu sistemon"
-#: ../../network/modem.pm_.c:69 ../../standalone/drakconnect_.c:620
-msgid "Phone number"
-msgstr "Telefonnumero"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose packages to install"
+msgstr "Elektu pakaĵojn"
-#: ../../network/modem.pm_.c:70 ../../standalone/drakconnect_.c:621
-msgid "Login ID"
-msgstr "Salutnomo"
+#: ../../steps.pm:1
+#, c-format
+msgid "Format partitions"
+msgstr "Formatu subdiskojn"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "CHAP"
+#: ../../steps.pm:1
+#, fuzzy, c-format
+msgid "Partitioning"
+msgstr "Printilo"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your keyboard"
+msgstr "Elektu vian klavaron"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Select installation class"
+msgstr "Elektu instalklason"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Hard drive detection"
+msgstr "Detektado de fiksdisko(j)"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "Configure mouse"
+msgstr "Konfiguru muson"
+
+#: ../../steps.pm:1
+#, c-format
+msgid "License"
msgstr ""
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "PAP"
-msgstr "PAP (Pasvorta Aŭtentikigada Protokolo)"
+#: ../../steps.pm:1
+#, c-format
+msgid "Choose your language"
+msgstr "Elektu vian lingvon"
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Script-based"
-msgstr "Programeto-bazata"
+#: ../../ugtk2.pm:1
+#, c-format
+msgid "utopia 25"
+msgstr ""
-#: ../../network/modem.pm_.c:72 ../../standalone/drakconnect_.c:623
-msgid "Terminal-based"
-msgstr "Finaparato-bazata"
+#: ../../ugtk2.pm:1 ../../ugtk.pm:1 ../../standalone/logdrake:1
+#, c-format
+msgid "logdrake"
+msgstr "logdrake"
-#: ../../network/modem.pm_.c:73 ../../standalone/drakconnect_.c:624
-msgid "Domain name"
-msgstr "Domajna nomo"
+#: ../../ugtk.pm:1
+#, c-format
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+msgstr ""
-#: ../../network/modem.pm_.c:74 ../../standalone/drakconnect_.c:625
-msgid "First DNS Server (optional)"
-msgstr "Unu DNS-a Servilo (nedeviga)"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Xpmac (installation display driver)"
+msgstr ""
-#: ../../network/modem.pm_.c:75 ../../standalone/drakconnect_.c:626
-msgid "Second DNS Server (optional)"
-msgstr "Du DNS-a Servilo (nedeviga)"
+#: ../../Xconfig/card.pm:1
+#, 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."
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
+msgstr "XFree %s kun EKSPERIMENTA 3D aparata akcelado"
+
+#: ../../Xconfig/card.pm:1
+#, 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."
-#: ../../network/modem.pm_.c:95
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s with 3D hardware acceleration"
+msgstr "XFree %s kun 3D aparata akcelado"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"Your modem isn't supported by the system.\n"
-"Take a look at http://www.linmodems.org"
+"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."
-#: ../../network/modem.pm_.c:97
+#: ../../Xconfig/card.pm:1
#, c-format
msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+"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."
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Do nothing"
-msgstr "sed ne konformanta(j)"
+#: ../../Xconfig/card.pm:1 ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree %s"
+msgstr "XFree %s"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Install rpm"
-msgstr "Instalu"
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Configure only card \"%s\"%s"
+msgstr "ISDN-a Konfiguraĵon"
-#: ../../network/modem.pm_.c:97
-#, fuzzy
-msgid "Title"
-msgstr "Tabelo"
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Use Xinerama extension"
+msgstr ""
-#: ../../network/netconnect.pm_.c:29
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Configure all heads independently"
+msgstr ""
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Which configuration of XFree do you want to have?"
+msgstr "Kiun konfiguron de XFree vi deziras havi?"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "XFree configuration"
+msgstr "XFree Konfigurado"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Select the memory size of your graphics card"
+msgstr "Elektu memorkapaciton de via grafika karto"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
msgid ""
-"\n"
-"You can disconnect or reconfigure your connection."
+"Your system supports multiple head configuration.\n"
+"What do you want to do?"
msgstr ""
-#: ../../network/netconnect.pm_.c:29 ../../network/netconnect.pm_.c:32
-#, fuzzy
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "Multi-head configuration"
+msgstr "Plur-ekrana konfiguraĵo"
+
+#: ../../Xconfig/card.pm:1
+#, fuzzy, c-format
+msgid "Choose an X server"
+msgstr "Elektu X servilon"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "X server"
+msgstr "X servilo"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "64 MB or more"
+msgstr "64 MB aĊ­ pli"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "32 MB"
+msgstr "32 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "16 MB"
+msgstr "16 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "8 MB"
+msgstr "8 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "4 MB"
+msgstr "4 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "2 MB"
+msgstr "2 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "1 MB"
+msgstr "1 MB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "512 kB"
+msgstr "512 KB"
+
+#: ../../Xconfig/card.pm:1
+#, c-format
+msgid "256 kB"
+msgstr "256 KB"
+
+#: ../../Xconfig/main.pm:1
+#, c-format
msgid ""
+"Keep the changes?\n"
+"The current configuration is:\n"
"\n"
-"You can reconfigure your connection."
-msgstr "Konfiguru interretan konektaĵon"
+"%s"
+msgstr ""
+"Ĉu vi deziras teni la Ċanĝojn?\n"
+"Nuna konfiguro estas:\n"
+"\n"
+"%s"
-#: ../../network/netconnect.pm_.c:29
-#, fuzzy
-msgid "You are currently connected to internet."
-msgstr "Kiel vi deziras konekti al la Interreto?"
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Options"
+msgstr "Opcioj"
-#: ../../network/netconnect.pm_.c:32
-#, fuzzy
+#: ../../Xconfig/main.pm:1
+#, c-format
+msgid "Test"
+msgstr ""
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolution"
+msgstr "Distingivo"
+
+#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Monitor"
+msgstr "Ekrano"
+
+#: ../../Xconfig/main.pm:1
+#, fuzzy, c-format
+msgid "Graphic Card"
+msgstr "Grafika karto"
+
+#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakperm:1
+#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
+#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
+#, c-format
+msgid "Quit"
+msgstr "Ĉesu"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Vertical refresh rate"
+msgstr "Vertikala refreĊigrapido (vertical refresh rate)"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Horizontal refresh rate"
+msgstr "Horizontala sinkronrapido (horizontal sync rate)"
+
+#: ../../Xconfig/monitor.pm:1
+#, c-format
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"
-"You can connect to Internet or reconfigure your connection."
-msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
+"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 refreĊigrapido (vertical\n"
+"refresh rate) kiu estas la rapido por refreĊigi 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."
-#: ../../network/netconnect.pm_.c:32
-#, fuzzy
-msgid "You are not currently connected to Internet."
-msgstr "Kiel vi deziras konekti al la Interreto?"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play probing failed. Please select the correct monitor"
+msgstr ""
-#: ../../network/netconnect.pm_.c:36
-msgid "Connect"
-msgstr "Konektu"
+#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Vendor"
+msgstr "Malfaru"
-#: ../../network/netconnect.pm_.c:37
-msgid "Disconnect"
-msgstr "Malkonektu"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Plug'n Play"
+msgstr ""
-#: ../../network/netconnect.pm_.c:38
-#, fuzzy
-msgid "Configure the connection"
-msgstr "Konfiguru retumon"
+#: ../../Xconfig/monitor.pm:1
+#, c-format
+msgid "Choose a monitor"
+msgstr "Elektu ekranon"
-#: ../../network/netconnect.pm_.c:41
-msgid "Internet connection & configuration"
-msgstr "Interreta konektaĵo kaj konfiguro"
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Graphics card: %s"
+msgstr "Grafika karto: %s"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Choose the resolution and the color depth"
+msgstr "Elektu distingivon kaj kolorprofundon"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "Resolutions"
+msgstr "Distingivoj"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "4 billion colors (32 bits)"
+msgstr "4 miliardoj koloroj (32 bitoj)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "16 million colors (24 bits)"
+msgstr "16 milionoj koloroj (24 bitoj)"
-#: ../../network/netconnect.pm_.c:94
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "65 thousand colors (16 bits)"
+msgstr "65 mil koloroj (16 bitoj)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "32 thousand colors (15 bits)"
+msgstr "32 mil koloroj (15 bitoj)"
+
+#: ../../Xconfig/resolution_and_depth.pm:1
+#, c-format
+msgid "256 colors (8 bits)"
+msgstr "256 koloroj (8 bitoj)"
+
+#: ../../Xconfig/test.pm:1
#, fuzzy, c-format
-msgid "We are now going to configure the %s connection."
-msgstr "Konfiguru interretan konektaĵon"
+msgid "Is this the correct setting?"
+msgstr "Ĉu tio ĉi pravas?"
-#: ../../network/netconnect.pm_.c:103
+#: ../../Xconfig/test.pm:1
#, fuzzy, c-format
+msgid "Leaving in %d seconds"
+msgstr "%d sekundoj"
+
+#: ../../Xconfig/test.pm:1
+#, 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 konektaĵon"
+"An error occurred:\n"
+"%s\n"
+"Try to change some parameters"
+msgstr ""
-#: ../../network/netconnect.pm_.c:132 ../../network/netconnect.pm_.c:272
-#: ../../network/netconnect.pm_.c:292 ../../network/tools.pm_.c:77
-msgid "Network Configuration"
-msgstr "Reta Konfiguraĵo"
+#: ../../Xconfig/test.pm:1
+#, fuzzy, c-format
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Averto: provado de ĉi tiu grafika karto eble svenigos vian komputilon"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Do you want to test the configuration?"
+msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+
+#: ../../Xconfig/test.pm:1
+#, c-format
+msgid "Test of the configuration"
+msgstr "Provu konfiguraĵon"
-#: ../../network/netconnect.pm_.c:133
+#: ../../Xconfig/various.pm:1
+#, fuzzy, c-format
+msgid "What norm is your TV using?"
+msgstr "Kia estas via ISDN-a konektaĵo?"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
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"
+"Your graphic card seems to have a TV-OUT connector.\n"
+"It can be configured to work using frame-buffer.\n"
+"\n"
+"For this you have to plug your graphic card to your TV before booting your "
+"computer.\n"
+"Then choose the \"TVout\" entry in the bootloader\n"
+"\n"
+"Do you have this feature?"
msgstr ""
-#: ../../network/netconnect.pm_.c:157
+#: ../../Xconfig/various.pm:1
+#, c-format
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"
+"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 ""
+"Mi povas konfiguri vian komputilon tiel ke ĝi aĊ­tomate lanĉos X kiam ĝi\n"
+"ekfunkcias. Ĉu vi deziras ke X aĊ­tomate lanĉos?"
-#: ../../network/netconnect.pm_.c:163
-#, fuzzy
-msgid "Choose the profile to configure"
-msgstr "Elektu la defaŭltan uzulon:"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphical interface at startup"
+msgstr "X Fenestro ĉe komenco"
-#: ../../network/netconnect.pm_.c:164
-msgid "Use auto detection"
-msgstr ""
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 driver: %s\n"
+msgstr "XFree86 pelilo: %s\n"
-#: ../../network/netconnect.pm_.c:165 ../../printer/printerdrake.pm_.c:2966
-#: ../../standalone/drakconnect_.c:271 ../../standalone/drakconnect_.c:274
-#: ../../standalone/drakfloppy_.c:118
-msgid "Expert Mode"
-msgstr "Spertuloreĝimo"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "XFree86 server: %s\n"
+msgstr "XFree86 servilo: %s\n"
-#: ../../network/netconnect.pm_.c:171 ../../printer/printerdrake.pm_.c:364
-msgid "Detecting devices..."
-msgstr "Detektas aparatojn..."
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Resolution: %s\n"
+msgstr "Distingivo: %s\n"
-#: ../../network/netconnect.pm_.c:214
-#, fuzzy
-msgid "Normal modem connection"
-msgstr "Konfiguru interretan konektaĵon"
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Color depth: %s\n"
+msgstr "Kolorprofuneco: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics memory: %s kB\n"
+msgstr "Graifka memoro: %s KB\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Graphics card: %s\n"
+msgstr "Grafika karto: %s\n"
-#: ../../network/netconnect.pm_.c:214
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor VertRefresh: %s\n"
+msgstr "Ekrana vertikala refreĊigrapido (vertical refresh rate): %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor HorizSync: %s\n"
+msgstr "Ekrana horizontala sinkronrapido (horizontal sync rate): %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Monitor: %s\n"
+msgstr "Ekrano: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse device: %s\n"
+msgstr "Musaparato: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Mouse type: %s\n"
+msgstr "Speco de muso: %s\n"
+
+#: ../../Xconfig/various.pm:1
+#, c-format
+msgid "Keyboard layout: %s\n"
+msgstr "Klavara aranĝo: %s\n"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Options: %s"
+msgstr "Opcioj: %s"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mount point: "
+msgstr "Surmetingo: "
+
+#: ../../diskdrake/dav.pm:1
#, fuzzy, c-format
-msgid "detected on port %s"
-msgstr "Duobla surmetingo %s"
+msgid "Server: "
+msgstr "Servilo"
-#: ../../network/netconnect.pm_.c:215
-#, fuzzy
-msgid "Winmodem connection"
-msgstr "Konfiguru interretan konektaĵon"
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "The URL must begin with http:// or https://"
+msgstr "Prokura servilo devus esti http://..."
-#: ../../network/netconnect.pm_.c:215 ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "detected"
-msgstr "Malproksima printilo"
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "Please enter the WebDAV server URL"
+msgstr "Bonvole, provu la muson"
-#: ../../network/netconnect.pm_.c:216
-#, fuzzy
-msgid "ISDN connection"
-msgstr "Konfiguru interretan konektaĵon"
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount point"
+msgstr "Surmetingo"
-#: ../../network/netconnect.pm_.c:216
+#: ../../diskdrake/dav.pm:1
#, c-format
-msgid "detected %s"
+msgid "Server"
+msgstr "Servilo"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Mount"
+msgstr "Muntu"
+
+#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Unmount"
+msgstr "Malmuntu"
+
+#: ../../diskdrake/dav.pm:1
+#, fuzzy, c-format
+msgid "New"
+msgstr "nova"
+
+#: ../../diskdrake/dav.pm:1
+#, c-format
+msgid ""
+"WebDAV is a protocol that allows you to mount a web server's directory\n"
+"locally, and treat it like a local filesystem (provided the web server is\n"
+"configured as a WebDAV server). If you would like to add WebDAV mount\n"
+"points, select \"New\"."
msgstr ""
-#: ../../network/netconnect.pm_.c:217
-#, fuzzy
-msgid "ADSL connection"
-msgstr "LAN Konfiguraĵo"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``%s'' instead"
+msgstr "Uzu ``%s'' anstataĊ­e"
-#: ../../network/netconnect.pm_.c:218
-#, fuzzy
-msgid "Cable connection"
-msgstr "Konfiguru interretan konektaĵon"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../diskdrake/removable.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Type"
+msgstr "Tipo"
-#: ../../network/netconnect.pm_.c:218
-#, fuzzy
-msgid "cable connection detected"
-msgstr "Konfiguru interretan konektaĵon"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Use ``Unmount'' first"
+msgstr "Uzu ``Malmuntu'' antaĊ­e"
-#: ../../network/netconnect.pm_.c:219
-msgid "LAN connection"
-msgstr "LAN Konfiguraĵo"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Delete"
+msgstr "Forigu"
-#: ../../network/netconnect.pm_.c:219
-msgid "ethernet card(s) detected"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create"
+msgstr "Kreu"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Filesystem types:"
+msgstr "Specoj de dosiersistemoj:"
+
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Empty"
+msgstr "Malplena"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Windows"
+msgstr "NIS Domajno"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "HFS"
+msgstr "HFS"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "SunOS"
+msgstr "SunOS"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Swap"
+msgstr "InterĊanĝa"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "Journalised FS"
+msgstr "muntado malsukcesis"
+
+# this entry must not be too long, or the window gets tooooo wiiiiiide
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Ext2"
+msgstr "Ext2"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid "No hard drives found"
+msgstr "Loka printilo"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please click on a partition"
+msgstr "Bonvolu klaki sur subdiskon"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, fuzzy, c-format
+msgid ""
+"You have one big MicroSoft Windows partition.\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\")"
-#: ../../network/netconnect.pm_.c:222
-#, fuzzy
-msgid "Choose the connection you want to configure"
-msgstr "Elektu la ilon kiun vi deziras instali"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Choose action"
+msgstr "Elektu agon"
+
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Wizard"
+msgstr "Sorĉisto"
-#: ../../network/netconnect.pm_.c:246
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+"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 "
+"sufiĉas)\n"
+"ĉe la komenco de la disko"
-#: ../../network/netconnect.pm_.c:247
-#, fuzzy
-msgid "Internet connection"
-msgstr "Disdividado de Interreta Konekto"
+#: ../../diskdrake/hd_gtk.pm:1
+#, c-format
+msgid "Please make a backup of your data first"
+msgstr "Bonvolu fari rezervan kopion de via dateno antaĊ­e"
-#: ../../network/netconnect.pm_.c:253
-msgid "Do you want to start the connection at boot?"
-msgstr "Ĉu vi deziras starti vian konektaĵon je startado de la sistemo?"
+#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read carefully!"
+msgstr "Legu zorge"
-#: ../../network/netconnect.pm_.c:267
-msgid "Network configuration"
-msgstr "Reta Konfiguraĵo"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key (again)"
+msgstr ""
-#: ../../network/netconnect.pm_.c:268
-msgid "The network needs to be restarted"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Encryption key"
msgstr ""
-#: ../../network/netconnect.pm_.c:272
+#: ../../diskdrake/interactive.pm:1
#, fuzzy, c-format
-msgid ""
-"A problem occured while restarting the network: \n"
-"\n"
-"%s"
-msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+msgid "The encryption keys do not match"
+msgstr "La pasvortoj ne egalas"
-#: ../../network/netconnect.pm_.c:282
-msgid ""
-"Congratulations, the network and Internet configuration is finished.\n"
-"The configuration will now be applied to your system.\n"
-"\n"
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../network/netconnect.pm_.c:286
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Filesystem encryption key"
+msgstr "Speco de dosiersistemo: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Type: "
+msgstr "Speco: "
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "on channel %d id %d\n"
+msgstr "ĉe buso %d identigaĵo %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Partition table type: %s\n"
+msgstr "Subdiskotabelospeco: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM-disks %s\n"
+msgstr "LVM-aj (Redundanca Aro de Malmultekostaj Diskoj) diskoj %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Info: "
+msgstr "Informo: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
+msgstr "Geometrio: %s cilindroj, %s kapoj, %s sektoroj\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s\n"
+msgstr "Grandeco: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Device: "
+msgstr "Aparato: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"After this is done, we recommend that you restart your X environment to "
-"avoid any hostname-related problems."
+"\n"
+"This special Bootstrap\n"
+"partition is for\n"
+"dual-booting your system.\n"
msgstr ""
-#: ../../network/netconnect.pm_.c:287
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"\n"
+"Chances are, this partition is\n"
+"a Driver partition. You should\n"
+"probably leave it alone.\n"
msgstr ""
-#: ../../network/network.pm_.c:278
-#, fuzzy
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: %s"
+msgstr "Retrokonekta dosieronomo: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID-disks %s\n"
+msgstr "RAID-aj (Redundanca Aro de Malmultekostaj Diskoj) diskoj %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Chunk size %s\n"
+msgstr "Grandeco de pecoj %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Level %s\n"
+msgstr "Nivelo %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"Partition booted by default\n"
+" (for MS-DOS boot, not for lilo)\n"
msgstr ""
-"AVERTO: Ĉi tiu aparato estis antaŭe 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 ŝanĝos ĉi tiun konfiguron."
+"Subdisko startata defaĊ­lte\n"
+" (por MS-DOS starto, ne por \"lilo\")\n"
-#: ../../network/network.pm_.c:283
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
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)."
+"Loopback file(s):\n"
+" %s\n"
+msgstr "Retrokonekta(j) dosiero(j): %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "RAID md%s\n"
+msgstr "RAID (Redundanca Aro de Malmultekostaj Diskoj) md%s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Mounted\n"
+msgstr "Muntita\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Not formatted\n"
+msgstr "Ne formatita\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Formatted\n"
+msgstr "Formatita\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Cylinder %d to %d\n"
+msgstr "De cilindro %d al cilindro %d\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ", %s sectors"
+msgstr ", %s sektoroj"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size: %s"
+msgstr "Grandeco: %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start: sector %s\n"
+msgstr "Komenco: sektoro %s\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Name: "
+msgstr "Nomo: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "DOS drive letter: %s (just a guess)\n"
+msgstr "DOS-a diskingolitero: %s (nur konjekto)\n"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "partition %s is now known as %s"
msgstr ""
-"Bonvole enigu la IP-an konfigurâjon 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:293 ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Removing %s"
+msgstr "Distingivo: %s\n"
+
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Configuring network device %s"
-msgstr "Konfiguras retan aparaton %s"
+msgid "Copying %s"
+msgstr ""
-#: ../../network/network.pm_.c:294
+#: ../../diskdrake/interactive.pm:1
#, fuzzy, c-format
-msgid " (driver %s)"
-msgstr "XFree86 pelilo: %s\n"
+msgid "Moving files to the new partition"
+msgstr "Mankas sufiĉan da libera spaco por disponigi novajn subdiskojn"
-#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
-#: ../../standalone/drakconnect_.c:464
-msgid "IP address"
-msgstr "IP-adreso"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Directory %s already contains data\n"
+"(%s)"
+msgstr ""
-#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
-#: ../../standalone/drakgw_.c:291
-msgid "Netmask"
-msgstr "Retmasko"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Hide files"
+msgstr "mkraid malsukcesis"
-#: ../../network/network.pm_.c:298
-msgid "(bootp/dhcp)"
-msgstr "(bootp/dhcp)"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Move files to the new partition"
+msgstr "Mankas sufiĉan da libera spaco por disponigi novajn subdiskojn"
-#: ../../network/network.pm_.c:298
-msgid "Automatic IP"
-msgstr "Aŭtomata IP"
+#: ../../diskdrake/interactive.pm:1
+#, 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"
-#: ../../network/network.pm_.c:299
-#, fuzzy
-msgid "Start at boot"
-msgstr "Kreu praŝargdisketon"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "You'll need to reboot before the modification can take place"
+msgstr "Vi bezonos restarti antaĊ­ ol la Ċanĝo povas efektiviĝi"
-#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
-msgid "IP address should be in format 1.2.3.4"
-msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, 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!"
-#: ../../network/network.pm_.c:326
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0'."
+"You've selected a software RAID partition as root (/).\n"
+"No bootloader is able to handle this without a /boot partition.\n"
+"Please be sure to add a /boot partition"
msgstr ""
+"Vi elektis softvaran RAID-an subdiskon por la radika dosiersistemo (/).\n"
+"Neniu startĊargilo povas trakti tiun sen /boot subdisko.\n"
+"Do zorgu aldoni /boot subdiskon."
-#: ../../network/network.pm_.c:330
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0'."
+"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."
-#: ../../network/network.pm_.c:350
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"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 ""
-"Bonvole enigu vian poŝtejon.\n"
-"Via poŝtejo devus esti plene specifita poŝtejo,\n"
-"ekzemple ``miakomputilo.mialaborejo.miafirmao.com''.\n"
-"Vi ankaŭ povas enigi la IP-adreson de la prokura kluzo se via havas unu."
+"BedaĊ­rinde 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."
-#: ../../network/network.pm_.c:355
-msgid "DNS server"
-msgstr "DNA servilo"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "The package %s is needed. Install it?"
+msgstr ""
+"Ĉi tiu pakaĵo devus esti promociata.\n"
+"Ĉu vi certas ke vi deziras malelekti ĝin?"
-#: ../../network/network.pm_.c:356
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Gateway (e.g. %s)"
+msgid "What type of partitioning?"
+msgstr "Kiun specon de subdiskado?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Be careful: this operation is dangerous."
+msgstr "Zorgu: ĉi tiu operacio estas danĝera."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "chunk size"
+msgstr "grandeco de pecoj"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "level"
+msgstr "nivelo"
+
+#: ../../diskdrake/interactive.pm:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "device"
+msgstr "aparato"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Various"
msgstr ""
-#: ../../network/network.pm_.c:358
-msgid "Gateway device"
-msgstr "Prokura kluzaparato"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Mount options"
+msgstr "Modulaj opcioj:"
-#: ../../network/network.pm_.c:363
-#, fuzzy
-msgid "DNS server address should be in format 1.2.3.4"
-msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "File already exists. Use it?"
+msgstr "Dosiero jam ekzistas. Ĉu vi deziras uzi ĝin?"
-#: ../../network/network.pm_.c:367
-#, fuzzy
-msgid "Gateway address should be in format 1.2.3.4"
-msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "File is already used by another loopback, choose another one"
+msgstr "Alia retrokonektado jam uzas tiun dosieron, elektu alian"
-#: ../../network/network.pm_.c:381
-msgid "Proxies configuration"
-msgstr "Konfigurado de prokuraj serviloj"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Give a file name"
+msgstr "Vera nomo"
-#: ../../network/network.pm_.c:382
-msgid "HTTP proxy"
-msgstr "HTTP prokura servilo"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Filesystem type: "
+msgstr "Speco de dosiersistemo: "
-#: ../../network/network.pm_.c:383
-msgid "FTP proxy"
-msgstr "FTP prokura servilo"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Size in MB: "
+msgstr "Grandeco en MB: "
-#: ../../network/network.pm_.c:384
-msgid "Track network card id (useful for laptops)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback file name: "
+msgstr "Retrokonekta dosieronomo: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Loopback"
+msgstr "Retrokonektado"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition can't be used for loopback"
+msgstr "Vi ne povas uzi ĉi tiun subdiskon por retrokonektado"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "LVM name?"
msgstr ""
-#: ../../network/network.pm_.c:387
-msgid "Proxy should be http://..."
-msgstr "Prokura servilo devus esti http://..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "new"
+msgstr "nova"
-#: ../../network/network.pm_.c:388
-#, fuzzy
-msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Prokura servilo devus esti http://..."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing LVM to add to"
+msgstr ""
+"Elektu ekzistantan RAID (Redundanca Aro de Malmultekostaj Diskoj) por\n"
+"aldoni al"
-#: ../../network/shorewall.pm_.c:26
-msgid "Firewalling configuration detected!"
-msgstr "Konfiguraĵo de barilo detektata!"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose an existing RAID to add to"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving partition..."
+msgstr "Movas subdisko..."
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Moving"
+msgstr "Movante"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which sector do you want to move it to?"
+msgstr "Al kiu sektoro vi deziras movi?"
-#: ../../network/shorewall.pm_.c:27
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Sector"
+msgstr "Sektoro"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Which disk do you want to move it to?"
+msgstr "Al kiu disko vi deziras movi?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Move"
+msgstr "Movu"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "New size in MB: "
+msgstr "Grandeco en MB: "
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Choose the new size"
+msgstr "Elektu la novan grandecon"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Resize"
+msgstr "Regrandecigu"
+
+#: ../../diskdrake/interactive.pm:1
+#, 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:1
+#, c-format
+msgid "All data on this partition should be backed-up"
+msgstr "Ĉiuj datenoj en ĉi tiu subdisko devus esti rezervata"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "This partition is not resizeable"
+msgstr "Ĉi tiu subdisko ne estas regrandecigebla"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Computing FAT filesystem bounds"
+msgstr "Kalkulas FAT dosiersistemajn limojn"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount %s?"
+msgstr "Kie vi deziras munti aparato %s?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
+"Can't unset mount point as this partition is used for loop back.\n"
+"Remove the loopback first"
msgstr ""
-"Averto. Ekzistanta konfiguraĵo de barilo detektata. Vi eble devas permane\n"
-"fiksi ĝin poste de la instalado."
+"Ne povas malfiksi surmetingon ĉar ĉi tiu subdisko estas uzata por\n"
+"retrokonektado. Unue forigu la retrokonektadon."
-#: ../../network/tools.pm_.c:57
-msgid "Internet configuration"
-msgstr "Interreta Konfigurado"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Where do you want to mount device %s?"
+msgstr "Kie vi deziras munti aparato %s?"
-#: ../../network/tools.pm_.c:58
-msgid "Do you want to try to connect to the Internet now?"
-msgstr "Ĉu vi deziras provi konekti al la interreto nun?"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Where do you want to mount the loopback file %s?"
+msgstr "Kie vi deziras munti retrokonektan dosieron %s?"
-#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
-#, fuzzy
-msgid "Testing your connection..."
-msgstr "Konfiguru interretan konektaĵon"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Switching from ext2 to ext3"
+msgstr ""
-#: ../../network/tools.pm_.c:70
-#, fuzzy
-msgid "The system is now connected to Internet."
-msgstr "Kiel vi deziras konekti al la Interreto?"
+#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#, c-format
+msgid "Which filesystem do you want?"
+msgstr "Kiun dosierosistemo vi deziras uzi?"
-#: ../../network/tools.pm_.c:71
-msgid "For security reason, it will be disconnected now."
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Change partition type"
+msgstr "Ċœanĝu subdiskspecon"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
+"Post vi Ċanĝas la specon de subdisko %s, ĉiuj datenoj en ĉi tiu subdisko "
+"estos\n"
+"perdata"
-#: ../../network/tools.pm_.c:72
-#, fuzzy
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Remove the loopback file?"
+msgstr "Formatas retrokonektan dosieron %s"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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"
+"You can't create a new partition\n"
+"(since you reached the maximal number of primary partitions).\n"
+"First remove a primary partition and create an extended partition."
+msgstr ""
-#: ../../network/tools.pm_.c:96
-msgid "Connection Configuration"
-msgstr "Konfigurado de Konekto"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Preference: "
+msgstr "Prefero: "
-#: ../../network/tools.pm_.c:97
-msgid "Please fill or check the field below"
-msgstr "Bonvole plenigu aŭ marku la suban kampon"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Start sector: "
+msgstr "Komenca sektoro: "
-#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
-msgid "Card IRQ"
-msgstr "IRQ de Karto"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Create a new partition"
+msgstr "Kreu novan subdiskon"
-#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
-msgid "Card mem (DMA)"
-msgstr "Memoro de Karto (DMA)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Use for loopback"
+msgstr "Uzu por retrokonektado"
-#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
-msgid "Card IO"
-msgstr "I/O (Eneligo) de Karto"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Modify RAID"
+msgstr "Ċœanĝu RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
-msgid "Card IO_0"
-msgstr "I/O 0 (Eneligo 0) de Karto"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from LVM"
+msgstr "Forigu de LVM (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
-msgid "Card IO_1"
-msgstr "I/O 1 (Eneligo 1) de Karto"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Remove from RAID"
+msgstr "Forigu de RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
-msgid "Your personal phone number"
-msgstr "Via persona telefonnumero"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to LVM"
+msgstr "Aldonu al LVM (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
-msgid "Provider name (ex provider.net)"
-msgstr "Nomo de interretprovizanto (ekz-e provizanto.net)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Add to RAID"
+msgstr "Aldonu al RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
-msgid "Provider phone number"
-msgstr "Telefonnumero de interretprovizanto"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Format"
+msgstr "Formatu"
-#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
-msgid "Provider dns 1 (optional)"
-msgstr "Provizanto DNS 1 (nedeviga)"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Detailed information"
+msgstr "Montru informon"
-#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
-msgid "Provider dns 2 (optional)"
-msgstr "Provizanto DNS 2 (nedeviga)"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Trying to rescue partition table"
+msgstr "Provas savi subdisktabelon"
-#: ../../network/tools.pm_.c:109
-#, fuzzy
-msgid "Choose your country"
-msgstr "Elektu vian klavaron"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"Insert a floppy in drive\n"
+"All data on this floppy will be lost"
+msgstr ""
+"EnĊovu disketon en drajvo\n"
+"Ĉiuj datenoj sur tiu disketo estos perdata"
-#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
-msgid "Dialing mode"
-msgstr "Diskuma modalo"
+#: ../../diskdrake/interactive.pm:1 ../../harddrake/sound.pm:1
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Warning"
+msgstr "Averto"
-#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
-#, fuzzy
-msgid "Connection speed"
-msgstr "Speco de konekto"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Select file"
+msgstr "Elektu dosieron"
-#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
-#, fuzzy
-msgid "Connection timeout (in sec)"
-msgstr "Speco de konekto"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid ""
+"The backup partition table has not the same size\n"
+"Still continue?"
+msgstr ""
+"La rezerva subdisktabelo ne estas la sama grandeco\n"
+"Ĉu daĊ­ras tamen?"
-#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
-msgid "Account Login (user name)"
-msgstr "Konta Salutnomo (uzula nomo)"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Removable media automounting"
+msgstr "AĊ­tomata muntado de demetebla medio"
-#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
-#: ../../standalone/drakconnect_.c:647
-msgid "Account Password"
-msgstr "Konta Pasvorto"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Reload partition table"
+msgstr "Sava subdiskotabelo"
-#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
-msgid "United Kingdom"
-msgstr ""
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Rescue partition table"
+msgstr "Sava subdiskotabelo"
-#: ../../partition_table.pm_.c:603
-msgid "mount failed: "
-msgstr "muntado malsukcesis: "
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Restore partition table"
+msgstr "Sava subdiskotabelo"
-#: ../../partition_table.pm_.c:667
-msgid "Extended partition not supported on this platform"
-msgstr "Ĉi tiu platformo ne subtenas etendatajn subdiskojn"
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Save partition table"
+msgstr "Skribu subdiskotabelon"
-#: ../../partition_table.pm_.c:685
+#: ../../diskdrake/interactive.pm:1
+#, c-format
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."
+"To have more partitions, please delete one to be able to create an extended "
+"partition"
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."
+"Por havi plu da subdiskoj, bonvole forigu unu por povi krei etendigitan\n"
+"subdiskon"
-#: ../../partition_table.pm_.c:774
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Restoring from file %s failed: %s"
-msgstr "Restaŭris el dosiero %s malsukcesis: %s"
+msgid "I can't add any more partition"
+msgstr "Mi ne povas aldoni plu da subdiskoj"
-#: ../../partition_table.pm_.c:776
-msgid "Bad backup file"
-msgstr "Malbona rezerva dosiero"
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "All primary partitions are used"
+msgstr "Ĉiuj el la subdiskoj estas uzata"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Hard drive information"
+msgstr "Detektado de fiksdisko(j)"
-#: ../../partition_table.pm_.c:796
+#: ../../diskdrake/interactive.pm:1
#, c-format
-msgid "Error writing to file %s"
-msgstr "Eraro skribante al dosiero %s"
+msgid "Auto allocate"
+msgstr "AĊ­tomate disponigu"
-#: ../../partition_table/raw.pm_.c:192
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Clear all"
+msgstr "ForviĊu ĉion"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Do you want to save /etc/fstab modifications"
+msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without writing the partition table?"
+msgstr "Ĉu eliru sen skribi la subdisktabelon?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Quit without saving"
+msgstr "Ĉu eliru sen konservi"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Continue anyway?"
+msgstr "Ĉu mi devus daĊ­ri malgraĊ­e?"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to expert mode"
+msgstr "Ċœanĝu al Spertula reĝimo"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Toggle to normal mode"
+msgstr "Ċœanĝu al Normala reĝimo"
+
+#: ../../diskdrake/interactive.pm:1
+#, c-format
+msgid "Undo"
+msgstr "Malfaru"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Exit"
+msgstr "2a Etendata (Ext2)"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Choose a partition"
+msgstr "Elektu agon"
+
+#: ../../diskdrake/interactive.pm:1
+#, fuzzy, c-format
+msgid "Choose another partition"
+msgstr "Kreu novan subdiskon"
+
+#: ../../diskdrake/removable.pm:1
+#, fuzzy, c-format
+msgid "Change type"
+msgstr "Ċœanĝu subdiskspecon"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Search servers"
+msgstr "DNA servilo"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Domain"
+msgstr "NIS Domajno"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Username"
+msgstr "Salutnomo"
+
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
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"
+"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../pkgs.pm_.c:26
-msgid "must have"
-msgstr "havenda"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Domain Authentication Required"
+msgstr "AĊ­tentikigado"
-#: ../../pkgs.pm_.c:27
-msgid "important"
-msgstr "grava(j)"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Another one"
+msgstr "Interreto"
-#: ../../pkgs.pm_.c:28
-msgid "very nice"
-msgstr "tre agrabla(j)"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, fuzzy, c-format
+msgid "Which username"
+msgstr "Salutnomo"
-#: ../../pkgs.pm_.c:29
-msgid "nice"
-msgstr "agrabla(j)"
+#: ../../diskdrake/smbnfs_gtk.pm:1
+#, c-format
+msgid "Can't login using username %s (bad password?)"
+msgstr ""
-#: ../../pkgs.pm_.c:30
-msgid "maybe"
-msgstr "elbe"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "cpu # "
+msgstr ""
-#: ../../printer/data.pm_.c:18
-msgid "PDQ - Print, Don't Queue"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SMBus controllers"
msgstr ""
-#: ../../printer/data.pm_.c:19
-msgid "PDQ"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "USB controllers"
msgstr ""
-#: ../../printer/data.pm_.c:30
-msgid "LPD - Line Printer Daemon"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "SCSI controllers"
msgstr ""
-#: ../../printer/data.pm_.c:31
-msgid "LPD"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "(E)IDE/ATA controllers"
msgstr ""
-#: ../../printer/data.pm_.c:51
-msgid "LPRng - LPR New Generation"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Joystick"
msgstr ""
-#: ../../printer/data.pm_.c:52
-msgid "LPRng"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Scanner"
+msgstr "Elektu grafikan karton"
+
+#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Unknown/Others"
+msgstr "Genera"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Bridges and system controllers"
msgstr ""
-#: ../../printer/data.pm_.c:75
-msgid "CUPS - Common Unix Printing System"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Modem"
+msgstr "Muso"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Ethernetcard"
+msgstr "Interreto"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Processors"
msgstr ""
-#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
-msgid "CUPS"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Webcam"
msgstr ""
-#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
-#: ../../printer/detect.pm_.c:250
-msgid "Unknown Model"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Soundcard"
+msgstr "Sonkarto"
+
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Other MultiMedia devices"
+msgstr "Alia"
+
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Tvcard"
msgstr ""
-#: ../../printer/main.pm_.c:26
-msgid "Local printer"
-msgstr "Loka printilo"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Videocard"
+msgstr "Grafika reĝimo"
-#: ../../printer/main.pm_.c:27
-msgid "Remote printer"
-msgstr "Malproksima printilo"
+#: ../../harddrake/data.pm:1 ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Tape"
+msgstr "Tipo"
-#: ../../printer/main.pm_.c:28
-#, fuzzy
-msgid "Printer on remote CUPS server"
-msgstr "Malproksima CUPS-a servilo"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "DVD-ROM"
+msgstr ""
-#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
-#, fuzzy
-msgid "Printer on remote lpd server"
-msgstr "Malproksimaj lpd servilo"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CD/DVD burners"
+msgstr ""
-#: ../../printer/main.pm_.c:30
-msgid "Network printer (TCP/Socket)"
-msgstr "Reta Printilo (TCP/ingo)"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "CDROM"
+msgstr ""
-#: ../../printer/main.pm_.c:31
-#, fuzzy
-msgid "Printer on SMB/Windows 95/98/NT server"
-msgstr "SMB/Vindozo 95/98/NT"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Disk"
+msgstr "Dana"
-#: ../../printer/main.pm_.c:32
-#, fuzzy
-msgid "Printer on NetWare server"
-msgstr "Printservilo"
+#: ../../harddrake/data.pm:1
+#, c-format
+msgid "Zip"
+msgstr ""
-#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
-#, fuzzy
-msgid "Enter a printer device URI"
-msgstr "Printila Aparato URI"
+#: ../../harddrake/data.pm:1
+#, fuzzy, c-format
+msgid "Floppy"
+msgstr "Konservu sur disketo"
-#: ../../printer/main.pm_.c:34
-msgid "Pipe job into a command"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Let me pick any driver"
msgstr ""
-#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
-#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
-msgid "Unknown model"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Driver:"
+msgstr "Pelilo"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"If you really think that you know which driver is the right one for your "
+"card\n"
+"you can pick one in the above list.\n"
+"\n"
+"The current driver for your \"%s\" sound card is \"%s\" "
msgstr ""
-#: ../../printer/main.pm_.c:317
-#, fuzzy
-msgid "Local Printers"
-msgstr "Loka printilo"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "Choosing an arbitratry driver"
+msgstr ""
-#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
-#, fuzzy
-msgid "Remote Printers"
-msgstr "Malproksima printilo"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"The classic bug sound tester is to run the following commands:\n"
+"\n"
+"\n"
+"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use\n"
+"by default\n"
+"\n"
+"- \"grep snd-slot /etc/modules.conf\" will tell you what driver it\n"
+"currently uses\n"
+"\n"
+"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
+"loaded or not\n"
+"\n"
+"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
+"tell you if sound and alsa services're configured to be run on\n"
+"initlevel 3\n"
+"\n"
+"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
+"\n"
+"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
+msgstr ""
-#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid " on parallel port \\/*%s"
+msgid "Sound trouble shooting"
msgstr ""
-#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", USB printer \\/*%s"
+msgid "Error: The \"%s\" driver for your sound card is unlisted"
msgstr ""
-#: ../../printer/main.pm_.c:334
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", multi-function device on parallel port \\/*%s"
+msgid "Unkown driver"
msgstr ""
-#: ../../printer/main.pm_.c:337
-msgid ", multi-function device on USB"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../printer/main.pm_.c:339
-msgid ", multi-function device on HP JetDirect"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No known driver"
msgstr ""
-#: ../../printer/main.pm_.c:341
-msgid ", multi-function device"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no free driver for your sound card (%s), but there's a proprietary "
+"driver at \"%s\"."
+msgstr ""
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No open source driver"
msgstr ""
-#: ../../printer/main.pm_.c:344
+#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Eraro skribante al dosiero %s"
+msgid "Please Wait... Applying the configuration"
+msgstr "Provu konfiguraĵon"
-#: ../../printer/main.pm_.c:346
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
+msgid ""
+"The old \"%s\" driver is blacklisted.\n"
+"\n"
+"It has been reported to oops the kernel on unloading.\n"
+"\n"
+"The new \"%s\" driver'll only be used on next bootstrap."
msgstr ""
-#: ../../printer/main.pm_.c:348
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", TCP/IP host \"%s\", port %s"
+msgid "Trouble shooting"
msgstr ""
-#: ../../printer/main.pm_.c:352
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgid ""
+"OSS (Open Sound System) was the first sound API. It's an OS independant "
+"sound API (it's available on most unices systems) but it's a very basic and "
+"limited API.\n"
+"What's more, OSS drivers all reinvent the wheel.\n"
+"\n"
+"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
+"which\n"
+"supports quite a large range of ISA, USB and PCI cards.\n"
+"\n"
+"It also provides a much higher API than OSS.\n"
+"\n"
+"To use alsa, one can either use:\n"
+"- the old compatibility OSS api\n"
+"- the new ALSA api that provides many enhanced features but requires using "
+"the ALSA library.\n"
msgstr ""
-#: ../../printer/main.pm_.c:356
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid " on Novell server \"%s\", printer \"%s\""
+msgid ""
+"\n"
+"\n"
+"Your card currently use the %s\"%s\" driver (default driver for your card is "
+"\"%s\")"
msgstr ""
-#: ../../printer/main.pm_.c:358
+#: ../../harddrake/sound.pm:1
#, c-format
-msgid ", using command %s"
+msgid ""
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)."
msgstr ""
-#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
-msgid "Raw printer (No driver)"
+#: ../../harddrake/sound.pm:1
+#, fuzzy, c-format
+msgid "Sound configuration"
+msgstr "LAN Konfiguraĵo"
+
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid ""
+"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
+"currently uses \"%s\""
msgstr ""
-#: ../../printer/main.pm_.c:647
-#, fuzzy, c-format
-msgid "(on %s)"
-msgstr "(modulo %s)"
+#: ../../harddrake/sound.pm:1
+#, c-format
+msgid "No alternative driver"
+msgstr ""
-#: ../../printer/main.pm_.c:649
-msgid "(on this machine)"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "enable radio support"
msgstr ""
-#: ../../printer/main.pm_.c:674
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Radio support:"
+msgstr ""
+
+#: ../../harddrake/v4l.pm:1
#, fuzzy, c-format
-msgid "On CUPS server \"%s\""
-msgstr "IP de SMB servilo"
+msgid "PLL setting:"
+msgstr "Formatas"
-#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
-#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
-#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
-#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
-msgid " (Default)"
-msgstr " (Defaŭlta)"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "number of capture buffers for mmap'ed capture"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:27
-msgid "Select Printer Connection"
-msgstr "Elektu Printilan Konekton"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Number of capture buffers:"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:28
-msgid "How is the printer connected?"
-msgstr "Kiel estas la printilo konektata?"
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Tuner type:"
+msgstr "Ċœanĝu subdiskspecon"
-#: ../../printer/printerdrake.pm_.c:30
-#, fuzzy
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Card model:"
+msgstr "Memoro de Karto (DMA)"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
msgid ""
-"\n"
-"Printers on remote CUPS servers you do not have to configure here; these "
-"printers will be automatically detected."
+"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
+"detect the rights parameters.\n"
+"If your card is misdetected, you can force the right tuner and card types "
+"here. Just select your tv card parameters if needed."
msgstr ""
-"Kun malproksima CUPS servilo, vi ne devas konfiguri iun printilon\n"
-"ĉi tie; printiloj estos aŭtomate dektektataj. Se vi havas dubojn,\n"
-"elektu \"Malproksima CUPS servilo\"."
-#: ../../printer/printerdrake.pm_.c:38
-msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Unknown|Generic"
+msgstr "Genera"
+
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
-#, fuzzy
-msgid "CUPS configuration"
-msgstr "LAN Konfiguraĵo"
+#: ../../harddrake/v4l.pm:1
+#, c-format
+msgid "Unknown|CPH05X (bt878) [many vendors]"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
-#, fuzzy
-msgid "Specify CUPS server"
-msgstr "Malproksima CUPS-a servilo"
+#: ../../harddrake/v4l.pm:1
+#, fuzzy, c-format
+msgid "Auto-detect"
+msgstr "Malproksima printilo"
+
+#: ../../interactive/newt.pm:1
+#, fuzzy, c-format
+msgid "Do"
+msgstr "Finata"
-#: ../../printer/printerdrake.pm_.c:83
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Your choice? (default %s) "
+msgstr "Via elektaĵo? (defaĊ­lo estas %s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Bad choice, try again\n"
+msgstr "Malbona elektaĵo, provu denove\n"
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "Re-submit"
+msgstr ""
+
+#: ../../interactive/stdio.pm:1
+#, c-format
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."
+"=> Notice, a label changed:\n"
+"%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:84
+#: ../../interactive/stdio.pm:1
+#, c-format
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\")."
+"Please choose the first number of the 10-range you wish to edit,\n"
+"or just hit Enter to proceed.\n"
+"Your choice? "
msgstr ""
-#: ../../printer/printerdrake.pm_.c:88
-#, fuzzy
-msgid "The IP address should look like 192.168.1.20"
-msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid "=> There are many things to choose from (%s).\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
-msgid "The port number should be an integer!"
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Your choice? (default `%s'%s) "
+msgstr "Via elektaĵo? (defaĊ­lo estas %s) "
+
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid " enter `void' for void entry"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:99
-#, fuzzy
-msgid "CUPS server IP"
-msgstr "IP de SMB servilo"
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Do you want to click on this button?"
+msgstr "Ĉu vi deziras uzi aboot-on?"
-#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
-#: ../../standalone/harddrake2_.c:63
-msgid "Port"
-msgstr "Pordo"
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Button `%s': %s"
+msgstr "Opcioj: %s"
-#: ../../printer/printerdrake.pm_.c:102
-#, fuzzy
-msgid "Automatic CUPS configuration"
-msgstr "Post-instala konfigurado"
+#: ../../interactive/stdio.pm:1
+#, fuzzy, c-format
+msgid "Your choice? (0/1, default `%s') "
+msgstr "Via elektaĵo? (defaĊ­lo estas %s) "
-#: ../../printer/printerdrake.pm_.c:159
-#, fuzzy
-msgid "Checking your system..."
-msgstr "Kiun printsistemo vi deziras uzi?"
+#: ../../interactive/stdio.pm:1
+#, c-format
+msgid ""
+"Entries you'll have to fill:\n"
+"%s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
-#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
-#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
-#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
-#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
-#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
-#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
-#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
-#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
-#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
-#: ../../standalone/printerdrake_.c:47
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Printilo"
+#: ../../modules/interactive.pm:1
+#, 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?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Specify options"
+msgstr "Specifu opciojn"
-#: ../../printer/printerdrake.pm_.c:167
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Autoprobe"
+msgstr "AĊ­tomate esploru"
+
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"There are no printers found which are directly connected to your machine"
+"In some cases, the %s driver needs to have extra information to work\n"
+"properly, although it normally works fine without them. 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 kaĊ­zi difekton."
-#: ../../printer/printerdrake.pm_.c:179
-#, fuzzy
+#. -PO: the %s is the driver type (scsi, network, sound,...)
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Which %s driver should I try?"
+msgstr "Kiun %s pelilon devus mi provi?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Module options:"
+msgstr "Modulaj opcioj:"
+
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"The following printers\n"
-"\n"
-msgstr "La sekvaj pakaĵoj estos malinstalataj"
+"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 ""
+"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''"
-#: ../../printer/printerdrake.pm_.c:180
-#, fuzzy
+#: ../../modules/interactive.pm:1
+#, c-format
msgid ""
-"The following printer\n"
-"\n"
-msgstr "La sekvaj pakaĵoj estos malinstalataj"
+"You may now provide options to module %s.\n"
+"Note that any address should be entered with the prefix 0x like '0x123'"
+msgstr ""
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "(module %s)"
+msgstr "(modulo %s)"
+
+#. -PO: the first %s is the card type (scsi, network, sound,...)
+#. -PO: the second is the vendor+model name
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Installing driver for %s card %s"
+msgstr "Instalas pelilon por %s karto %s"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "See hardware info"
+msgstr "Vidu hardvaran informon"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have any %s interfaces?"
+msgstr "Ĉu vi havas iun %s interfacon?"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Do you have another one?"
+msgstr "Ĉu vi havas alian?"
-#: ../../printer/printerdrake.pm_.c:182
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "Found %s %s interfaces"
+msgstr "Trovis %s %s interfacojn"
+
+#: ../../modules/interactive.pm:1
+#, c-format
+msgid "You can configure each parameter of the module here."
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, fuzzy, c-format
+msgid "comma separated strings"
+msgstr "Formatu subdiskojn"
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "comma separated numbers"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated strings"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, c-format
+msgid "%d comma separated numbers"
+msgstr ""
+
+#: ../../modules/parameters.pm:1
+#, fuzzy, c-format
+msgid "a number"
+msgstr "Telefonnumero"
+
+#: ../../network/adsl.pm:1
+#, c-format
msgid ""
-"\n"
-"and one unknown printer are "
+"You need the alcatel microcode.\n"
+"Download it at\n"
+"http://www.speedtouchdsl.com/dvrreg_lx.htm\n"
+"and copy the mgmt.o in /usr/share/speedtouch"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, fuzzy, c-format
+msgid ""
+"The most common way to connect with adsl is pppoe.\n"
+"Some connections use pptp, a few 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:1 ../../network/ethernet.pm:1
+#, c-format
+msgid "Connect to the Internet"
+msgstr "Konektu al la Interreto"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Sagem (using pppoe) usb"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "Alcatel speedtouch usb"
+msgstr ""
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use dhcp"
+msgstr "uzu dhcp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pptp"
+msgstr "uzu pptp"
+
+#: ../../network/adsl.pm:1
+#, c-format
+msgid "use pppoe"
+msgstr "uzu pppoe"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Other ports"
+msgstr "Provu pordojn"
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Everything (no firewall)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:184
+#: ../../network/drakfirewall.pm:1
#, c-format
msgid ""
-"\n"
-"and %d unknown printers are "
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid ""
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../network/drakfirewall.pm:1
+#, c-format
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"are "
+"Make sure you have configured your Network/Internet access with\n"
+"drakconnect before going any further."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:187
+#: ../../network/drakfirewall.pm:1
+#, c-format
msgid ""
+"drakfirewall configurator\n"
"\n"
-"is "
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful and dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:189
-#, fuzzy
-msgid "directly connected to your system"
-msgstr "Via komputilo ne havas retadaptilon!"
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "No network card"
+msgstr "neniu retkarto trovita"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "POP and IMAP Server"
+msgstr "LDAP Servilo"
-#: ../../printer/printerdrake.pm_.c:192
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Mail Server"
+msgstr "Datumbazoj"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Domain Name Server"
+msgstr "Domajna nomo"
+
+#: ../../network/drakfirewall.pm:1
+#, fuzzy, c-format
+msgid "Web Server"
+msgstr "Servilo"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Zeroconf host name must not contain a ."
+msgstr ""
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Zeroconf Host name"
+msgstr "PoĊtejo"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Host name"
+msgstr "PoĊtejo"
+
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
msgid ""
"\n"
-"There is one unknown printer directly connected to your system"
+"\n"
+"Enter a Zeroconf host name without any dot if you don't\n"
+"want to use the default host name."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:194
+#: ../../network/ethernet.pm:1
#, c-format
msgid ""
-"\n"
-"There are %d unknown printers directly connected to your system"
+"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 poĊtejon se vi scias ĝin.\n"
+"Iuj DHCP-aj serviloj bezonas poĊtejon por funkcii.\n"
+"Via poĊtejo devus esti plene specifita poĊtejo,\n"
+"ekzemple ``miakomputilo.mialaborejo.miafirmao.com''."
-#: ../../printer/printerdrake.pm_.c:200
-#, fuzzy
-msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
+#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#, c-format
+msgid "Configuring network"
+msgstr "Konfiguras reto"
-#: ../../printer/printerdrake.pm_.c:214
+#: ../../network/ethernet.pm:1
+#, c-format
+msgid "no network card found"
+msgstr "neniu retkarto trovita"
+
+#: ../../network/ethernet.pm:1
+#, c-format
msgid ""
-"Do you want to enable printing on the printers mentioned above or on "
-"printers in the local network?\n"
+"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"
-#: ../../printer/printerdrake.pm_.c:215
-#, fuzzy
-msgid "Do you want to enable printing on printers in the local network?\n"
-msgstr "Ĉu vi deziras provi printado?"
-
-#: ../../printer/printerdrake.pm_.c:217
-#, fuzzy
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "Ĉu vi deziras starti vian konektaĵon je startado de la sistemo?"
+#: ../../network/ethernet.pm:1 ../../standalone/drakgw:1
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "Choose the network interface"
+msgstr "Elektu la retan interfacon"
-#: ../../printer/printerdrake.pm_.c:218
-msgid "Are you sure that you want to set up printing on this machine?\n"
+#: ../../network/ethernet.pm:1
+#, fuzzy, c-format
+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 lanĉu la\n"
+"aparatokonfigurilon."
-#: ../../printer/printerdrake.pm_.c:219
+#: ../../network/ethernet.pm:1
#, c-format
msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+"Which dhcp client do you want to use?\n"
+"Default is dhcp-client."
msgstr ""
+"Kiun dhcp-an klienton vi deziras uzi?\n"
+"La defaĊ­lto estas dhcp-client"
-#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
-#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
-#: ../../printer/printerdrake.pm_.c:3060
-#, fuzzy
-msgid "Add a new printer"
-msgstr "Neniu printilo"
+#: ../../network/isdn.pm:1
+#, c-format
+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."
-#: ../../printer/printerdrake.pm_.c:259
+#: ../../network/isdn.pm:1
+#, c-format
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."
+"I have detected an ISDN PCI card, but I don't know its type. Please select a "
+"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:1
+#, fuzzy, c-format
+msgid "Which of the following is your ISDN card?"
+msgstr "Kiu estas via ISDN-a karto?"
-#: ../../printer/printerdrake.pm_.c:272
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISDN Configuration"
+msgstr "ISDN-a Konfiguraĵon"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Abort"
+msgstr "Ĉesigu"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Continue"
+msgstr "Ĉu mi devus daĊ­ri?"
+
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer, connected directly to the network or to a remote Windows machine.\n"
+"If you have an ISA card, the values on the next screen should be right.\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) and you Windows machines must be connected and "
-"turned on.\n"
+"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
+"card.\n"
+msgstr ""
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network and/or Windows-hosted printers when you don't need "
-"it.\n"
+"Se via havas ISA-an karton, la valoro sur la sekvanta ekrano devus esti "
+"ĝusta.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Se vi havas PCMCIA-an karton, vi bezonas scii la IRQ-o kaj I/O (Eneligo)\n"
+"por via karto.\n"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "I don't know"
+msgstr "Mi ne scias"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "PCI"
+msgstr "PCI"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "ISA / PCMCIA"
+msgstr "ISA / PCMCIA"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind of card do you have?"
+msgstr "Kiun specon de karto vi havas?"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Found \"%s\" interface do you want to use it ?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Which protocol do you want to use?"
+msgstr "Kiun protokolon vi deziras uzi?"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Protocol for the rest of the world"
+msgstr "La cetero de la mondo"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
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"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\n"
-"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"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)"
-#: ../../printer/printerdrake.pm_.c:289
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "European protocol"
+msgstr "Protokolo"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "European protocol (EDSS1)"
+msgstr "EĊ­ropo (EDSS1)"
+
+#: ../../network/isdn.pm:1
+#, c-format
msgid ""
+"Select your provider.\n"
+"If it isn't listed, choose Unlisted."
+msgstr ""
+"Elektu vian interretprovizanton.\n"
+" Se ĝin ne estas en la listo, elektu Nelistiĝitan"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "External ISDN modem"
+msgstr "Interna ISDN-karto"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "Internal ISDN card"
+msgstr "Interna ISDN-karto"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid "What kind is your ISDN connection?"
+msgstr "Kia estas via ISDN-a konektaĵo?"
+
+#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Network Configuration Wizard"
+msgstr "ISDN-a Konfiguraĵon"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "Old configuration (isdn4net)"
+msgstr "Konfiguraĵo de barilo detektata!"
+
+#: ../../network/isdn.pm:1
+#, fuzzy, c-format
+msgid "New configuration (isdn-light)"
+msgstr "Konfiguraĵo de barilo detektata!"
+
+#: ../../network/isdn.pm:1
+#, c-format
+msgid ""
+"Which ISDN configuration do you prefer?\n"
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer or connected directly to the network.\n"
-"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected. Also "
-"your network printer(s) must be connected and turned on.\n"
+"* The Old configuration uses isdn4net. It contains powerful\n"
+" tools, but is tricky to configure, and not standard.\n"
"\n"
-"Note that auto-detecting printers on the network takes longer than the auto-"
-"detection of only the printers connected to this machine. So turn off the "
-"auto-detection of network printers when you don't need it.\n"
+"* The New configuration is easier to understand, more\n"
+" standard, but with less tools.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"We recommand the light configuration.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:307
-#, fuzzy
-msgid "Auto-detect printers connected to this machine"
-msgstr "Malproksima printilo"
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Do nothing"
+msgstr "sed ne konformanta(j)"
-#: ../../printer/printerdrake.pm_.c:310
-msgid "Auto-detect printers connected directly to the local network"
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Install rpm"
+msgstr "Instalu"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"\"%s\" based winmodem detected, do you want to install needed software ?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:313
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
+#: ../../network/modem.pm:1
+#, fuzzy, c-format
+msgid "Title"
+msgstr "Tabelo"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid ""
+"Your modem isn't supported by the system.\n"
+"Take a look at http://www.linmodems.org"
+msgstr ""
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Second DNS Server (optional)"
+msgstr "Du DNS-a Servilo (nedeviga)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "First DNS Server (optional)"
+msgstr "Unu DNS-a Servilo (nedeviga)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Domain name"
+msgstr "Domajna nomo"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "CHAP"
+msgstr ""
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Script-based"
+msgstr "Programeto-bazata"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Terminal-based"
+msgstr "Finaparato-bazata"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "PAP"
+msgstr "PAP (Pasvorta AĊ­tentikigada Protokolo)"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Login ID"
+msgstr "Salutnomo"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Phone number"
+msgstr "Telefonnumero"
+
+#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Connection name"
+msgstr "Nomo de konekto"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Dialup options"
+msgstr "Telefon-konektaj opcioj"
+
+#: ../../network/modem.pm:1
+#, c-format
+msgid "Please choose which serial port your modem is connected to."
+msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
+
+#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#, c-format
+msgid "Network Configuration"
+msgstr "Reta Konfiguraĵo"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:329
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
+msgstr ""
+
+#: ../../network/netconnect.pm:1
+#, c-format
msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
"\n"
-"Congratulations, your printer is now installed and configured!\n"
+msgstr ""
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid ""
+"A problem occured while restarting the network: \n"
"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
+"%s"
+msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "The network needs to be restarted. Do you want to restart it ?"
+msgstr ""
+"Ĉi tiu pakaĵo devus esti promociata.\n"
+"Ĉu vi certas ke vi deziras malelekti ĝin?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Network configuration"
+msgstr "Reta Konfiguraĵo"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Do you want to start the connection at boot?"
+msgstr "Ĉu vi deziras starti vian konektaĵon je startado de la sistemo?"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Internet connection"
+msgstr "Disdividado de Interreta Konekto"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid ""
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\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 ""
-#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Printer auto-detection"
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Choose the connection you want to configure"
+msgstr "Elektu la ilon kiun vi deziras instali"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "ethernet card(s) detected"
+msgstr ""
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "LAN connection"
+msgstr "LAN Konfiguraĵo"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "cable connection detected"
+msgstr "Konfiguru interretan konektaĵon"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Cable connection"
+msgstr "Konfiguru interretan konektaĵon"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "detected"
msgstr "Malproksima printilo"
-#: ../../printer/printerdrake.pm_.c:385
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "ADSL connection"
+msgstr "LAN Konfiguraĵo"
+
+#: ../../network/netconnect.pm:1
#, c-format
-msgid ", network printer \"%s\", port %s"
+msgid "detected %s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:387
+#: ../../network/netconnect.pm:1
#, fuzzy, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/Vindozo 95/98/NT"
+msgid "ISDN connection"
+msgstr "Konfiguru interretan konektaĵon"
-#: ../../printer/printerdrake.pm_.c:391
+#: ../../network/netconnect.pm:1
#, fuzzy, c-format
-msgid "Detected %s"
+msgid "Winmodem connection"
+msgstr "Konfiguru interretan konektaĵon"
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "detected on port %s"
msgstr "Duobla surmetingo %s"
-#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
-#: ../../printer/printerdrake.pm_.c:440
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Normal modem connection"
+msgstr "Konfiguru interretan konektaĵon"
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Detecting devices..."
+msgstr "Detektas aparatojn..."
+
+#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../standalone/drakconnect:1 ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Mode"
+msgstr "Spertuloreĝimo"
+
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Use auto detection"
+msgstr ""
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Choose the profile to configure"
+msgstr "Elektu la defaĊ­ltan uzulon:"
+
+#: ../../network/netconnect.pm:1
#, c-format
-msgid "Printer on parallel port \\/*%s"
+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 ""
-#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
-#: ../../printer/printerdrake.pm_.c:443
+#: ../../network/netconnect.pm:1
#, c-format
-msgid "USB printer \\/*%s"
+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 ""
-#: ../../printer/printerdrake.pm_.c:399
+#: ../../network/netconnect.pm:1
#, fuzzy, c-format
-msgid "Network printer \"%s\", port %s"
-msgstr "Reta Printilo (TCP/ingo)"
+msgid ""
+"\n"
+"\n"
+"\n"
+"We are now going to configure the %s connection.\n"
+"\n"
+"\n"
+"Press OK to continue."
+msgstr "Konfiguru interretan konektaĵon"
-#: ../../printer/printerdrake.pm_.c:401
+#: ../../network/netconnect.pm:1
#, fuzzy, c-format
-msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/Vindozo 95/98/NT"
+msgid "We are now going to configure the %s connection."
+msgstr "Konfiguru interretan konektaĵon"
-#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
-#, fuzzy
-msgid "Local Printer"
-msgstr "Loka printilo"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Internet connection & configuration"
+msgstr "Interreta konektaĵo kaj konfiguro"
-#: ../../printer/printerdrake.pm_.c:526
-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 ""
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "Configure the connection"
+msgstr "Konfiguru retumon"
-#: ../../printer/printerdrake.pm_.c:530
-#, fuzzy
-msgid "You must enter a device or file name!"
-msgstr "Printila Aparato URI"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Disconnect"
+msgstr "Malkonektu"
-#: ../../printer/printerdrake.pm_.c:539
-#, fuzzy
-msgid "No printer found!"
-msgstr "Loka printilo"
+#: ../../network/netconnect.pm:1
+#, c-format
+msgid "Connect"
+msgstr "Konektu"
-#: ../../printer/printerdrake.pm_.c:548
-#, fuzzy
-msgid "Available printers"
-msgstr "Loka printilo"
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"You can reconfigure your connection."
+msgstr "Konfiguru interretan konektaĵon"
-#: ../../printer/printerdrake.pm_.c:552
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
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"
+"You can connect to the Internet or reconfigure your connection."
+msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
-#: ../../printer/printerdrake.pm_.c:553
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "You are not currently connected to the Internet."
+msgstr "Kiel vi deziras konekti al la Interreto?"
+
+#: ../../network/netconnect.pm:1
+#, c-format
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"
+"\n"
+"You can disconnect or reconfigure your connection."
+msgstr ""
+
+#: ../../network/netconnect.pm:1
+#, fuzzy, c-format
+msgid "You are currently connected to the Internet."
+msgstr "Kiel vi deziras konekti al la Interreto?"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "URL should begin with 'ftp:' or 'http:'"
+msgstr "Prokura servilo devus esti http://..."
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Proxy should be http://..."
+msgstr "Prokura servilo devus esti http://..."
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "FTP proxy"
+msgstr "FTP prokura servilo"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "HTTP proxy"
+msgstr "HTTP prokura servilo"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Proxies configuration"
+msgstr "Konfigurado de prokuraj serviloj"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Gateway address should be in format 1.2.3.4"
+msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "DNS server address should be in format 1.2.3.4"
+msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway device"
+msgstr "Prokura kluzaparato"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:555
+#: ../../network/network.pm:1
+#, c-format
+msgid "DNS server"
+msgstr "DNA servilo"
+
+#: ../../network/network.pm:1
+#, c-format
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\"."
+"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 poĊtejon.\n"
+"Via poĊtejo devus esti plene specifita poĊtejo,\n"
+"ekzemple ``miakomputilo.mialaborejo.miafirmao.com''.\n"
+"Vi ankaĊ­ povas enigi la IP-adreson de la prokura kluzo se via havas unu."
-#: ../../printer/printerdrake.pm_.c:556
+#: ../../network/network.pm:1
+#, c-format
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\"."
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0' (zeroes)."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:558
+#: ../../network/network.pm:1
+#, c-format
msgid ""
-"Please choose the port where your printer is connected to or enter a device "
-"name/file name in the input line"
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0' (zeroes)."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:559
-#, fuzzy
-msgid "Please choose the port where your printer is connected to."
-msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
+#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address should be in format 1.2.3.4"
+msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
-#: ../../printer/printerdrake.pm_.c:561
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Start at boot"
+msgstr "Kreu praĊargdisketon"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "Network Hotplugging"
+msgstr "Reta Konfiguraĵo"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:565
-#, fuzzy
-msgid "You must choose/enter a printer/device!"
-msgstr "Printila Aparato URI"
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid "(bootp/dhcp/zeroconf)"
+msgstr "(bootp/dhcp)"
-#: ../../printer/printerdrake.pm_.c:584
-#, fuzzy
-msgid "Manual configuration"
-msgstr "Interreta Konfigurado"
+#: ../../network/network.pm:1
+#, c-format
+msgid "Automatic IP"
+msgstr "AĊ­tomata IP"
-#: ../../printer/printerdrake.pm_.c:633
-msgid "Remote lpd Printer Options"
-msgstr "Malproksimaj lpd Printilaj Opcioj"
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Netmask"
+msgstr "Retmasko"
-#: ../../printer/printerdrake.pm_.c:634
-#, fuzzy
+#: ../../network/network.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "IP address"
+msgstr "IP-adreso"
+
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+msgid " (driver %s)"
+msgstr "XFree86 pelilo: %s\n"
+
+#: ../../network/network.pm:1
+#, c-format
+msgid "Configuring network device %s"
+msgstr "Konfiguras retan aparaton %s"
+
+#: ../../network/network.pm:1
+#, c-format
msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
+"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 uzi malproksima lpd printvico, vi devas provizi la poŝtejon de la\n"
-"printservilo kaj la printviconomon ĉe tiu servilo en kiun taskoj devus\n"
-"esti metata."
+"Bonvole enigu la IP-an konfigur˘jon por ĉi tiu komputilo.\n"
+"Ĉiu ero devus esti enigata kiel IP-adreson en punktita-decimala notacio\n"
+"(ekzemple, 1.2.3.4)."
-#: ../../printer/printerdrake.pm_.c:635
-#, fuzzy
-msgid "Remote host name"
-msgstr "Malproksima poŝtejo"
+#: ../../network/network.pm:1
+#, fuzzy, c-format
+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 antaĊ­e 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 Ċanĝos ĉi tiun konfiguron."
-#: ../../printer/printerdrake.pm_.c:636
-#, fuzzy
-msgid "Remote printer name"
-msgstr "Malproksima printilo"
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fixes after installation."
+msgstr ""
+"Averto. Ekzistanta konfiguraĵo de barilo detektata. Vi eble devas permane\n"
+"fiksi ĝin poste de la instalado."
-#: ../../printer/printerdrake.pm_.c:639
-#, fuzzy
-msgid "Remote host name missing!"
-msgstr "Malproksima poŝtejo"
+#: ../../network/shorewall.pm:1
+#, c-format
+msgid "Firewalling configuration detected!"
+msgstr "Konfiguraĵo de barilo detektata!"
-#: ../../printer/printerdrake.pm_.c:643
-#, fuzzy
-msgid "Remote printer name missing!"
-msgstr "Malproksima poŝtejo"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Password"
+msgstr "Konta Pasvorto"
-#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Account Login (user name)"
+msgstr "Konta Salutnomo (uzula nomo)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
#, fuzzy, c-format
-msgid "Detected model: %s %s"
-msgstr "Duobla surmetingo %s"
+msgid "Connection timeout (in sec)"
+msgstr "Speco de konekto"
-#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
-#, fuzzy
-msgid "Scanning network..."
-msgstr "Startas vian konektaĵon..."
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Connection speed"
+msgstr "Speco de konekto"
-#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
#, c-format
-msgid ", printer \"%s\" on server \"%s\""
-msgstr ""
+msgid "Dialing mode"
+msgstr "Diskuma modalo"
-#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
+#: ../../network/tools.pm:1
#, fuzzy, c-format
-msgid "Printer \"%s\" on server \"%s\""
-msgstr "Haltas de la reto"
+msgid "Choose your country"
+msgstr "Elektu vian klavaron"
-#: ../../printer/printerdrake.pm_.c:795
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "SMB (Vindozo 9x/NT) Printilaj Opcioj"
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 2 (optional)"
+msgstr "Provizanto DNS 2 (nedeviga)"
-#: ../../printer/printerdrake.pm_.c:796
-#, fuzzy
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider dns 1 (optional)"
+msgstr "Provizanto DNS 1 (nedeviga)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider phone number"
+msgstr "Telefonnumero de interretprovizanto"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Provider name (ex provider.net)"
+msgstr "Nomo de interretprovizanto (ekz-e provizanto.net)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Your personal phone number"
+msgstr "Via persona telefonnumero"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_1"
+msgstr "I/O 1 (Eneligo 1) de Karto"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO_0"
+msgstr "I/O 0 (Eneligo 0) de Karto"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IO"
+msgstr "I/O (Eneligo) de Karto"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card mem (DMA)"
+msgstr "Memoro de Karto (DMA)"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Card IRQ"
+msgstr "IRQ de Karto"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Please fill or check the field below"
+msgstr "Bonvole plenigu aĊ­ marku la suban kampon"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "Connection Configuration"
+msgstr "Konfigurado de Konekto"
+
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
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."
+"The system doesn't seem to be connected to the Internet.\n"
+"Try to reconfigure your connection."
+msgstr "Konektu al la Interreto / Konfiguru lokan Reton"
+
+#: ../../network/tools.pm:1
+#, c-format
+msgid "For security reasons, it will be disconnected now."
msgstr ""
-"Por printi al SMB-a printilo, vi devas provizi la SMB poŝtejon (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"
-"taŭgan salutnomon, pasvorton, kaj laborgrupan informon."
-#: ../../printer/printerdrake.pm_.c:797
+#: ../../network/tools.pm:1
+#, fuzzy, c-format
+msgid "The system is now connected to the Internet."
+msgstr "Kiel vi deziras konekti al la Interreto?"
+
+#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Testing your connection..."
+msgstr "Konfiguru interretan konektaĵon"
+
+#: ../../network/tools.pm:1
+#, c-format
+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:1
+#, c-format
+msgid "Internet configuration"
+msgstr "Interreta Konfigurado"
+
+#: ../../partition_table/raw.pm:1
+#, c-format
msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
+"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, corrupted "
+"data."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:799
-msgid "SMB server host"
-msgstr "Poŝtejo de SMB servilo"
+#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " (Default)"
+msgstr " (DefaĊ­lta)"
-#: ../../printer/printerdrake.pm_.c:800
-msgid "SMB server IP"
+#: ../../printer/cups.pm:1
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
msgstr "IP de SMB servilo"
-#: ../../printer/printerdrake.pm_.c:801
-msgid "Share name"
-msgstr "Opuza nomo"
+#: ../../printer/cups.pm:1 ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Remote Printers"
+msgstr "Malproksima printilo"
-#: ../../printer/printerdrake.pm_.c:804
-msgid "Workgroup"
-msgstr "Laborgrupo"
+#: ../../printer/cups.pm:1 ../../printer/data.pm:1
+#, c-format
+msgid "CUPS"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:806
-#, fuzzy
-msgid "Auto-detected"
-msgstr "Malproksima printilo"
+#: ../../printer/cups.pm:1
+#, c-format
+msgid "(on this machine)"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:816
-msgid "Either the server name or the server's IP must be given!"
+#: ../../printer/cups.pm:1
+#, fuzzy, c-format
+msgid "(on %s)"
+msgstr "(modulo %s)"
+
+#: ../../printer/data.pm:1
+#, c-format
+msgid "CUPS - Common Unix Printing System"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:820
-msgid "Samba share name missing!"
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:826
-msgid "SECURITY WARNING!"
+#: ../../printer/data.pm:1
+#, c-format
+msgid "LPRng - LPR New Generation"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:827
+#: ../../printer/data.pm:1
#, 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"
+msgid "LPD"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:837
+#: ../../printer/data.pm:1
#, 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"
+msgid "LPD - Line Printer Daemon"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:840
-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?"
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:911
-msgid "NetWare Printer Options"
-msgstr "NetWare Printilaj Opcioj"
+#: ../../printer/data.pm:1
+#, c-format
+msgid "PDQ - Print, Don't Queue"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:912
-#, 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."
+#: ../../printer/detect.pm:1
+#, c-format
+msgid "Unknown Model"
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 taŭgan\n"
-"salutnomon kaj pasvorton."
-#: ../../printer/printerdrake.pm_.c:913
-msgid "Printer Server"
-msgstr "Printservilo"
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Unknown model"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:914
-msgid "Print Queue Name"
-msgstr "Printvica Nomo"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Host %s"
+msgstr "PoĊtejo"
-#: ../../printer/printerdrake.pm_.c:919
-msgid "NCP server name missing!"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Network %s"
+msgstr "Reta interfaco"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Interface \"%s\""
+msgstr "Interfaco %s"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local network(s)"
+msgstr "neniu retkarto trovita"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:923
-msgid "NCP queue name missing!"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", using command %s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
+#: ../../printer/main.pm:1
#, c-format
-msgid ", host \"%s\", port %s"
+msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
+#: ../../printer/main.pm:1
#, c-format
-msgid "Host \"%s\", port %s"
+msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1030
-#, fuzzy
-msgid "TCP/Socket Printer Options"
-msgstr "Ing-Printilaj Opcioj"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", TCP/IP host \"%s\", port %s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1032
-msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) into the input fields."
+#: ../../printer/main.pm:1
+#, c-format
+msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1033
-#, fuzzy
-msgid ""
-"To print to a TCP or socket printer, you need to provide the host name or IP "
-"of the printer and optionally the port number (default is 9100). On HP "
-"JetDirect servers the port number is usually 9100, on other servers it can "
-"vary. See the manual of your hardware."
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", printing to %s"
+msgstr "Eraro skribante al dosiero %s"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device"
msgstr ""
-"Por printi al inga printilo, vi bezonas provizi la\n"
-"poŝtejon de la printilo kaj opcie la pordnumeron."
-#: ../../printer/printerdrake.pm_.c:1037
-#, fuzzy
-msgid "Printer host name or IP missing!"
-msgstr "Printilaj Poŝtejo"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1059
-#, fuzzy
-msgid "Printer host name or IP"
-msgstr "Printilaj Poŝtejo"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on USB"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
-msgid "Printer Device URI"
-msgstr "Printila Aparato URI"
+#: ../../printer/main.pm:1
+#, c-format
+msgid ", multi-function device on parallel port \\#%s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1108
-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."
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid ", USB printer"
+msgstr "Neniu printilo"
+
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", USB printer \\#%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1123
-msgid "A valid URI must be entered!"
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, c-format
+msgid " on parallel port \\#%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1463
-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."
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local Printers"
+msgstr "Loka printilo"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Pipe job into a command"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1464
-msgid "Name of printer"
-msgstr "Nomo de printilo"
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Enter a printer device URI"
+msgstr "Printila Aparato URI"
-#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
-msgid "Description"
-msgstr "Priskribo"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Printer on NetWare server"
+msgstr "Printservilo"
-#: ../../printer/printerdrake.pm_.c:1466
-msgid "Location"
-msgstr "Loko"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "SMB/Vindozo 95/98/NT"
-#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
-#, fuzzy
-msgid "Reading printer database..."
-msgstr "Legas datumbason de CUPS peliloj..."
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Network printer (TCP/Socket)"
+msgstr "Reta Printilo (TCP/ingo)"
-#: ../../printer/printerdrake.pm_.c:1482
-#, fuzzy
-msgid "Preparing printer database..."
-msgstr "Legas datumbason de CUPS peliloj..."
+#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer on remote lpd server"
+msgstr "Malproksimaj lpd servilo"
-#: ../../printer/printerdrake.pm_.c:1578
-#, fuzzy
-msgid "Your printer model"
+#: ../../printer/main.pm:1
+#, fuzzy, c-format
+msgid "Printer on remote CUPS server"
+msgstr "Malproksima CUPS-a servilo"
+
+#: ../../printer/main.pm:1
+#, c-format
+msgid "Remote printer"
msgstr "Malproksima printilo"
-#: ../../printer/printerdrake.pm_.c:1579
+#: ../../printer/main.pm:1
#, 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 ""
+msgid "Local printer"
+msgstr "Loka printilo"
-#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
-#, fuzzy
-msgid "The model is correct"
-msgstr "Ĉu tio ĉi pravas?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuring applications..."
+msgstr "Konfiguru Printilon"
-#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
-#: ../../printer/printerdrake.pm_.c:1589
-#, fuzzy
-msgid "Select model manually"
+#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
+#, fuzzy, c-format
+msgid "Printerdrake"
+msgstr "Printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to configure another printer?"
+msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "Legas datumbason de CUPS peliloj..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remove printer"
msgstr "Malproksima printilo"
-#: ../../printer/printerdrake.pm_.c:1606
-#, fuzzy
-msgid "Printer model selection"
-msgstr "Printilan Konekton"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Know how to use this printer"
+msgstr "Ĉu vi deziras provi la konfiguraĵon?"
-#: ../../printer/printerdrake.pm_.c:1607
-#, fuzzy
-msgid "Which printer model do you have?"
-msgstr "Kiun specon de printilo vi havas?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Print test pages"
+msgstr "Printas provpaĝo(j)n..."
-#: ../../printer/printerdrake.pm_.c:1608
+#: ../../printer/printerdrake.pm:1
+#, c-format
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\"."
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1611
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"If your printer is not listed, choose a compatible (see printer manual) or a "
-"similar one."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1697
-#, fuzzy
-msgid "OKI winprinter configuration"
-msgstr "Interreta Konfigurado"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:1698
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
-#, fuzzy
-msgid "Lexmark inkjet configuration"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printer \"%s\" is set as the default printer now."
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Default printer"
+msgstr "Loka printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Set this printer as the default"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer options"
+msgstr "Printilaj opcioj"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer manufacturer, model, driver"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing old printer \"%s\"..."
+msgstr "Legas datumbason de CUPS peliloj..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer name, description, location"
+msgstr "Printilan Konekton"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer connection type"
+msgstr "Disdividado de Interreta Konekto"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Learn how to use this printer"
+msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Raw printer"
+msgstr "Neniu printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do it!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
+#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Close"
+msgstr "Malfermu"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Printer %s\n"
+"What do you want to modify on this printer?"
+msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Modify printer configuration"
msgstr "Interreta Konfigurado"
-#: ../../printer/printerdrake.pm_.c:1719
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Add a new printer"
+msgstr "Neniu printilo"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/drakconnect:1
+#, c-format
+msgid "Normal Mode"
+msgstr "Normala Modalo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Change the printing system"
+msgstr "Konfiguru retumon"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing"
+msgstr "Printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS configuration"
+msgstr "LAN Konfiguraĵo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Refresh printer list (to display all available remote CUPS printers)"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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."
+"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Ċ­ Ċanĝi la ekzistantajn."
-#: ../../printer/printerdrake.pm_.c:1746
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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/). Click on the \"Drivers\" link. 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."
+"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/GIMP."
msgstr ""
+"Jen la sekvantaj printvicoj.\n"
+"Vi povas aldoni pli aĊ­ Ċanĝi la ekzistantajn."
-#: ../../printer/printerdrake.pm_.c:1749
-msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing system: "
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Would you like to configure printing?"
+msgstr "Ĉu vi deziras konfiguri printilon?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Preparing Printerdrake..."
+msgstr "Legas datumbason de CUPS peliloj..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Checking installed software..."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1750
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing Foomatic..."
+msgstr "Instalanta pakaĵo %s"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Failed to configure printer \"%s\"!"
+msgstr "Konfiguru Printilon"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "Konfiguru Printilon"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Reading printer data..."
+msgstr "Legas datumbason de CUPS peliloj..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Kiun printsistemo vi deziras uzi?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Select Printer Spooler"
+msgstr "Elektu Printilan Konekton"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing %s ..."
+msgstr "Instalanta pakaĵo %s"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Distingivo: %s\n"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Your printer belongs to the group of GDI laser printers (winprinters) sold "
-"by different manufacturers which uses the Zenographics ZJ-stream raster "
-"format for the data sent to the printer. The driver for these printers is "
-"still in a very early development stage and so it will perhaps not always "
-"work properly. Especially it is possible that the printer only works when "
-"you choose the A4 paper size.\n"
-"\n"
-"Some of these printers, as the HP LaserJet 1000, for which this driver was "
-"originally created, need their firmware to be uploaded to them after they "
-"are turned on. In the case of the HP LaserJet 1000 you have to search the "
-"printer's Windows driver CD or your Windows partition for the file "
-"\"sihp1000.img\" and upload the file to the printer with one of the "
-"following commands:\n"
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
"\n"
-" lpr -o raw sihp1000.img\n"
-" cat sihp1000.img > /dev/usb/lp0\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"
-"The first command can be given by any normal user, the second must be given "
-"as root. After having done so you can print normally.\n"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1972
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Starting the printing system at boot time"
+msgstr "Kiun printsistemo vi deziras uzi?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Printer default settings\n"
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\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."
+"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 ""
-#: ../../printer/printerdrake.pm_.c:1981
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be an integer number!"
+msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1985
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "paranoid"
+msgstr "Paranoja"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "high"
+msgstr "Alta"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Restarting printing system..."
+msgstr "Kiun printsistemo vi deziras uzi?"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s must be a number!"
+msgid "Configuration of a remote printer"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:1989
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Option %s out of range!"
+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 ""
-#: ../../printer/printerdrake.pm_.c:2028
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network is 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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Configure the network now"
+msgstr "Konfiguru retumon"
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
+msgid "Go on without configuring the network"
+msgstr "Konfiguras reto"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr "Ĉu vi deziras provi printado?"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2051
-#, fuzzy
-msgid "Test pages"
-msgstr "Provu pordojn"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Network functionality not configured"
+msgstr "Ekrano ne estas konfigurata"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Starting network..."
+msgstr "Startas vian konektaĵon..."
-#: ../../printer/printerdrake.pm_.c:2052
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Refreshing printer data..."
+msgstr "Legas datumbason de CUPS peliloj..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2056
-#, fuzzy
-msgid "No test pages"
-msgstr "Jes, printu ambaŭ de la provpaĝojn"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Transfer printer configuration"
+msgstr "Interreta Konfigurado"
-#: ../../printer/printerdrake.pm_.c:2057
-#, fuzzy
-msgid "Print"
-msgstr "Printilo"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transferring %s..."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2114
-#, fuzzy
-msgid "Standard test page"
-msgstr "Laŭnorma"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "New printer name"
+msgstr "Neniu printilo"
-#: ../../printer/printerdrake.pm_.c:2117
-msgid "Alternative test page (Letter)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2120
-#, fuzzy
-msgid "Alternative test page (A4)"
-msgstr "Printas provpaĝo(j)n..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer should contain only letters, numbers and the underscore"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2122
-#, fuzzy
-msgid "Photo test page"
-msgstr "Printas provpaĝo(j)n..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Transfer"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2126
-#, fuzzy
-msgid "Do not print any test page"
-msgstr "Printas provpaĝo(j)n..."
+#: ../../printer/printerdrake.pm:1
+#, 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/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
-msgid "Printing test page(s)..."
-msgstr "Printas provpaĝo(j)n..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Do not transfer printers"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2159
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm:1
+#, 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"
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
msgstr ""
-"Provpaĝo(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"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
"\n"
-"Ĉu ĝi ĝuste funkcias?"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2163
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-"Provpaĝo(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?"
-#: ../../printer/printerdrake.pm_.c:2170
-msgid "Did it work properly?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
-#, fuzzy
-msgid "Raw printer"
-msgstr "Neniu printilo"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2216
+#: ../../printer/printerdrake.pm:1
#, 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"
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2218
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
-#: ../../printer/printerdrake.pm_.c:2248
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
+"Your 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\" on the command line to get more "
+"information.\n"
"\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>\". "
+"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printing test page(s)..."
+msgstr "Printas provpaĝo(j)n..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Print option list"
+msgstr "Printilaj opcioj"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing on the printer \"%s\""
+msgstr "Haltas de la reto"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "Haltas de la reto"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Scanning on \"%s\""
+msgstr "Haltas de la reto"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "Haltas de la reto"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7734,1209 +10075,1977 @@ msgid ""
"\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2228
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Here is a list of the available printing options for the current printer:\n"
"\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 ""
-#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\".\n"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
-#: ../../printer/printerdrake.pm_.c:2255
+#: ../../printer/printerdrake.pm:1
+#, c-format
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 ""
-#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2253
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
-"<file>\" or \"%s <file>\".\n"
+"<file>\".\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2257
+#: ../../printer/printerdrake.pm:1
+#, c-format
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"
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2261
+#: ../../printer/printerdrake.pm:1
#, c-format
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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Did it work properly?"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
+msgstr ""
+"Provpaĝo(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?"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"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 ""
+"Provpaĝo(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?"
-#: ../../printer/printerdrake.pm_.c:2271
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Haltas de la reto"
+msgid "Do not print any test page"
+msgstr "Printas provpaĝo(j)n..."
-#: ../../printer/printerdrake.pm_.c:2272
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Haltas de la reto"
+msgid "Photo test page"
+msgstr "Printas provpaĝo(j)n..."
-#: ../../printer/printerdrake.pm_.c:2274
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Haltas de la reto"
+msgid "Alternative test page (A4)"
+msgstr "Printas provpaĝo(j)n..."
-#: ../../printer/printerdrake.pm_.c:2275
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Alternative test page (Letter)"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Printing on the printer \"%s\""
-msgstr "Haltas de la reto"
+msgid "Standard test page"
+msgstr "LaĊ­norma"
-#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
-#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
-#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
-#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
-#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
-#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
-msgid "Close"
-msgstr "Malfermu"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Print"
+msgstr "Printilo"
-#: ../../printer/printerdrake.pm_.c:2281
-#, fuzzy
-msgid "Print option list"
-msgstr "Printilaj opcioj"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "No test pages"
+msgstr "Jes, printu ambaĊ­ de la provpaĝojn"
-#: ../../printer/printerdrake.pm_.c:2301
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Your 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\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2322
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Test pages"
+msgstr "Provu pordojn"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
msgid ""
-"Your printer was configured automatically to give you access to the photo "
-"card drives from your PC. Now you can access your photo cards using the "
-"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
-"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
-"\"man mtools\" on the command line for more info). You find the card's file "
-"system under the drive letter \"p:\", or subsequent drive letters when you "
-"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
-"can switch between drive letters with the field at the upper-right corners "
-"of the file lists."
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
+msgstr "Ĉu vi deziras provi printado?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s out of range!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
-#: ../../printer/printerdrake.pm_.c:2990
-#, fuzzy
-msgid "Reading printer data..."
-msgstr "Legas datumbason de CUPS peliloj..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be a number!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
-#: ../../printer/printerdrake.pm_.c:2426
-#, fuzzy
-msgid "Transfer printer configuration"
-msgstr "Interreta Konfigurado"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Option %s must be an integer number!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2365
+#: ../../printer/printerdrake.pm:1
#, 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"
+"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/printerdrake.pm_.c:2368
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"CUPS does not support printers on Novell servers or printers sending the "
-"data into a free-formed command.\n"
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"The first command can be given by any normal user, the second must be given "
+"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2370
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+"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/). Click on the \"Drivers\" link. 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 ""
-#: ../../printer/printerdrake.pm_.c:2372
-msgid "LPD and LPRng do not support IPP printers.\n"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Lexmark inkjet configuration"
+msgstr "Interreta Konfigurado"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:2374
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"In addition, queues not created with this program or \"foomatic-configure\" "
-"cannot be transferred."
+"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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "OKI winprinter configuration"
+msgstr "Interreta Konfigurado"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2375
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
"\n"
-"Also printers configured with the PPD files provided by their manufacturers "
-"or with native CUPS drivers cannot be transferred."
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Find the correct model in the list when a wrong model or "
+"\"Raw printer\" is highlighted."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2376
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Which printer model do you have?"
+msgstr "Kiun specon de printilo vi havas?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer model selection"
+msgstr "Printilan Konekton"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Reading printer database..."
+msgstr "Legas datumbason de CUPS peliloj..."
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Select model manually"
+msgstr "Malproksima printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The model is correct"
+msgstr "Ĉu tio ĉi pravas?"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2379
-msgid "Do not transfer printers"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Your printer model"
+msgstr "Malproksima printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Preparing printer database..."
+msgstr "Legas datumbason de CUPS peliloj..."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Location"
+msgstr "Loko"
+
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Description"
+msgstr "Priskribo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Name of printer"
+msgstr "Nomo de printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
-msgid "Transfer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Enter Printer Name and Comments"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2392
+#: ../../printer/printerdrake.pm:1
#, 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."
+msgid "Making printer port available for CUPS..."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2400
-msgid "Name of printer should contain only letters, numbers and the underscore"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Photo memory card access on your HP multi-function device"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2405
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+msgid "Scanning on your HP multi-function device"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2413
-#, fuzzy
-msgid "New printer name"
-msgstr "Neniu printilo"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing mtools packages..."
+msgstr "Instalanta pakaĵo %s"
-#: ../../printer/printerdrake.pm_.c:2416
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing SANE packages..."
+msgstr "Instalanta pakaĵo %s"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Transferring %s..."
+msgid "Checking device and configuring HPOJ..."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2427
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Installing HPOJ package..."
+msgstr "Instalanta pakaĵo %s"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"You have transferred your former default printer (\"%s\"), Should it be also "
-"the default printer under the new printing system %s?"
+"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
+"LaserJet 1100/1200/1220/3200/3300 with scanner, Sony IJP-V100), an HP "
+"PhotoSmart or an HP LaserJet 2200?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2437
-#, fuzzy
-msgid "Refreshing printer data..."
-msgstr "Legas datumbason de CUPS peliloj..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A command line must be entered!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
-#: ../../printer/printerdrake.pm_.c:2528
-msgid "Configuration of a remote printer"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Command line"
+msgstr "Domajna nomo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:2446
-#, fuzzy
-msgid "Starting network..."
-msgstr "Startas vian konektaĵon..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Pipe into command"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
-#: ../../printer/printerdrake.pm_.c:2485
-#, fuzzy
-msgid "Configure the network now"
-msgstr "Konfiguru retumon"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Detected model: %s %s"
+msgstr "Duobla surmetingo %s"
-#: ../../printer/printerdrake.pm_.c:2480
-#, fuzzy
-msgid "Network functionality not configured"
-msgstr "Ekrano ne estas konfigurata"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "A valid URI must be entered!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2481
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Device URI"
+msgstr "Printila Aparato URI"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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?"
+"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 ""
-#: ../../printer/printerdrake.pm_.c:2484
-#, fuzzy
-msgid "Go on without configuring the network"
-msgstr "Konfiguras reto"
+#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
+#, c-format
+msgid "Port"
+msgstr "Pordo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer host name or IP"
+msgstr "Printilaj PoĊtejo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The port number should be an integer!"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2518
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer host name or IP missing!"
+msgstr "Printilaj PoĊtejo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
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\""
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). 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"
+"poĊtejon de la printilo kaj opcie la pordnumeron."
-#: ../../printer/printerdrake.pm_.c:2519
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) in the input fields."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2529
-#, fuzzy
-msgid "Restarting printing system..."
-msgstr "Kiun printsistemo vi deziras uzi?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "TCP/Socket Printer Options"
+msgstr "Ing-Printilaj Opcioj"
-#: ../../printer/printerdrake.pm_.c:2568
-#, fuzzy
-msgid "high"
-msgstr "Alta"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Host \"%s\", port %s"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2568
-#, fuzzy
-msgid "paranoid"
-msgstr "Paranoja"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", host \"%s\", port %s"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Scanning network..."
+msgstr "Startas vian konektaĵon..."
-#: ../../printer/printerdrake.pm_.c:2569
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer auto-detection"
+msgstr "Malproksima printilo"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Installing a printing system in the %s security level"
+msgid "NCP queue name missing!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2570
+#: ../../printer/printerdrake.pm:1
#, c-format
+msgid "NCP server name missing!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Print Queue Name"
+msgstr "Printvica Nomo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer Server"
+msgstr "Printservilo"
+
+#: ../../printer/printerdrake.pm:1
+#, 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"
+"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 taĊ­gan\n"
+"salutnomon kaj pasvorton."
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "NetWare Printer Options"
+msgstr "NetWare Printilaj Opcioj"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 configure printing on this machine?"
+"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2604
-#, fuzzy
-msgid "Starting the printing system at boot time"
-msgstr "Kiun printsistemo vi deziras uzi?"
+#: ../../printer/printerdrake.pm:1
+#, 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 ""
-#: ../../printer/printerdrake.pm_.c:2605
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printing system (%s) will not be started automatically when the machine "
-"is booted.\n"
+"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"
-"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"
+"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"
-"Do you want to have the automatic starting of the printing system turned on "
-"again?"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
-msgid "Checking installed software..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Samba share name missing!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Either the server name or the server's IP must be given!"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "Distingivo: %s\n"
+msgid "Auto-detected"
+msgstr "Malproksima printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Workgroup"
+msgstr "Laborgrupo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Share name"
+msgstr "Opuza nomo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server IP"
+msgstr "IP de SMB servilo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB server host"
+msgstr "PoĊtejo de SMB servilo"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2636
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Installing %s ..."
-msgstr "Instalanta pakaĵo %s"
+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 poĊtejon (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"
+"taĊ­gan salutnomon, pasvorton, kaj laborgrupan informon."
-#: ../../printer/printerdrake.pm_.c:2685
-#, fuzzy
-msgid "Select Printer Spooler"
-msgstr "Elektu Printilan Konekton"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "SMB (Vindozo 9x/NT) Printilaj Opcioj"
-#: ../../printer/printerdrake.pm_.c:2686
-#, fuzzy
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Kiun printsistemo vi deziras uzi?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "Haltas de la reto"
-#: ../../printer/printerdrake.pm_.c:2720
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", printer \"%s\" on server \"%s\""
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Configuring printer \"%s\"..."
-msgstr "Konfiguru Printilon"
+msgid "Remote printer name missing!"
+msgstr "Malproksima poĊtejo"
-#: ../../printer/printerdrake.pm_.c:2731
-#, fuzzy
-msgid "Installing Foomatic..."
-msgstr "Instalanta pakaĵo %s"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remote host name missing!"
+msgstr "Malproksima poĊtejo"
-#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
-#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
-msgid "Printer options"
-msgstr "Printilaj opcioj"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remote printer name"
+msgstr "Malproksima printilo"
-#: ../../printer/printerdrake.pm_.c:2810
-#, fuzzy
-msgid "Preparing Printerdrake..."
-msgstr "Legas datumbason de CUPS peliloj..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Remote host name"
+msgstr "Malproksima poĊtejo"
-#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
-#, fuzzy
-msgid "Configuring applications..."
-msgstr "Konfiguru Printilon"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+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 poĊtejon de la\n"
+"printservilo kaj la printviconomon ĉe tiu servilo en kiun taskoj devus\n"
+"esti metata."
-#: ../../printer/printerdrake.pm_.c:2845
-#, fuzzy
-msgid "Would you like to configure printing?"
-msgstr "Ĉu vi deziras konfiguri printilon?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Remote lpd Printer Options"
+msgstr "Malproksimaj lpd Printilaj Opcioj"
-#: ../../printer/printerdrake.pm_.c:2857
-msgid "Printing system: "
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Manual configuration"
+msgstr "Interreta Konfigurado"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "You must choose/enter a printer/device!"
+msgstr "Printila Aparato URI"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2915
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the port that your printer is connected to."
+msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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/GIMP."
+"Please choose the port that your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-"Jen la sekvantaj printvicoj.\n"
-"Vi povas aldoni pli aŭ ŝanĝi la ekzistantajn."
-#: ../../printer/printerdrake.pm_.c:2916
-#, fuzzy
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Please choose the printer to which the print jobs should go."
+msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
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."
+"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 ""
-"Jen la sekvantaj printvicoj.\n"
-"Vi povas aldoni pli aŭ ŝanĝi la ekzistantajn."
-#: ../../printer/printerdrake.pm_.c:2942
-msgid "Refresh printer list (to display all available remote CUPS printers)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Here is a list of all auto-detected printers. "
msgstr ""
-#: ../../printer/printerdrake.pm_.c:2960
-#, fuzzy
-msgid "Change the printing system"
-msgstr "Konfiguru retumon"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Currently, no alternative possibility is available"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
-msgid "Normal Mode"
-msgstr "Normala Modalo"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"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/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
-#: ../../printer/printerdrake.pm_.c:3363
-#, fuzzy
-msgid "Do you want to configure another printer?"
-msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "The following printer was auto-detected. "
+msgstr "La sekvaj pakaĵoj estos malinstalataj"
-#: ../../printer/printerdrake.pm_.c:3211
-#, fuzzy
-msgid "Modify printer configuration"
-msgstr "Interreta Konfigurado"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Please choose the printer to which the print jobs should go or enter a "
+"device name/file name in the input line"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3213
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Printer %s\n"
-"What do you want to modify on this printer?"
-msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+"Please choose the printer you want to set up or enter a device name/file "
+"name in the input line"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3217
-msgid "Do it!"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Alternatively, you can specify a device name/file name in the input line"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
-#, fuzzy
-msgid "Printer connection type"
-msgstr "Disdividado de Interreta Konekto"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"If it is not the one you want to configure, enter a device name/file name in "
+"the input line"
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
-#, fuzzy
-msgid "Printer name, description, location"
-msgstr "Printilan Konekton"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Available printers"
+msgstr "Loka printilo"
-#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
-msgid "Printer manufacturer, model, driver"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "No printer found!"
+msgstr "Loka printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "You must enter a device or file name!"
+msgstr "Printila Aparato URI"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
-msgid "Printer manufacturer, model"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Local Printer"
+msgstr "Loka printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "USB printer \\#%s"
+msgstr "Neniu printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer on parallel port \\#%s"
+msgstr "Printilaj PoĊtejo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "SMB/Vindozo 95/98/NT"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Network printer \"%s\", port %s"
+msgstr "Reta Printilo (TCP/ingo)"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "Duobla surmetingo %s"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "SMB/Vindozo 95/98/NT"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
-msgid "Set this printer as the default"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
-#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
-msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
-#, fuzzy
-msgid "Print test pages"
-msgstr "Printas provpaĝo(j)n..."
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Auto-detect printers connected to this machine"
+msgstr "Malproksima printilo"
-#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
-#, fuzzy
-msgid "Know how to use this printer"
-msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
-#, fuzzy
-msgid "Remove printer"
-msgstr "Malproksima printilo"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3282
-#, fuzzy, c-format
-msgid "Removing old printer \"%s\"..."
-msgstr "Legas datumbason de CUPS peliloj..."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and your Windows machines must be connected and "
+"turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
+"to set up your printer(s) now."
+msgstr ""
-#: ../../printer/printerdrake.pm_.c:3307
-#, fuzzy
-msgid "Default printer"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+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 ""
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Searching for new printers..."
msgstr "Loka printilo"
-#: ../../printer/printerdrake.pm_.c:3308
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
+msgid ""
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3310
-msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Are you sure that you want to set up printing on this machine?\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3312
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Ĉu vi deziras starti vian konektaĵon je startado de la sistemo?"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "Ĉu vi deziras provi printado?"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3313
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
+
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgid ""
+"There are no printers found which are directly connected to your machine"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3315
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3317
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
+"\n"
+"There is one unknown printer directly connected to your system"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3318
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"is directly connected to your system"
+msgstr "Via komputilo ne havas retadaptilon!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printer\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr "Via komputilo ne havas retadaptilon!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"The following printers\n"
+"\n"
+"%s%s\n"
+"are directly connected to your system"
+msgstr "Via komputilo ne havas retadaptilon!"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and %d unknown printers"
+msgstr "Neniu printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "and one unknown printer"
+msgstr "Neniu printilo"
+
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Checking your system..."
+msgstr "Kiun printsistemo vi deziras uzi?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "IP address of host/network:"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "This host/network is already in the list, it cannot be added again.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/255.255.255.0\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.0/24\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.1.*\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "10.0.0.*\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "192.168.100.194\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Examples for correct IPs:\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The entered host/network IP is not correct.\n"
+msgstr ""
+
+#: ../../printer/printerdrake.pm:1
#, c-format
msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+"Choose the network or host on which the local printers should be made "
+"available:"
msgstr ""
-#: ../../printer/printerdrake.pm_.c:3325
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+msgid "Sharing of local printers"
+msgstr "Loka printilo"
-#: ../../printer/printerdrake.pm_.c:3329
+#: ../../printer/printerdrake.pm:1
#, fuzzy, c-format
-msgid "Removing printer \"%s\"..."
-msgstr "Legas datumbason de CUPS peliloj..."
+msgid "Remove selected host/network"
+msgstr "Malinstalu printvicon"
-#: ../../raid.pm_.c:35
+#: ../../printer/printerdrake.pm:1
#, 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:137
-msgid "mkraid failed"
-msgstr "mkraid malsukcesis"
+msgid "Edit selected host/network"
+msgstr ""
-#: ../../raid.pm_.c:137
-msgid "mkraid failed (maybe raidtools are missing?)"
-msgstr "mkraid malsukcesis (eble raidtools mankas)"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Add host/network"
+msgstr ""
-#: ../../raid.pm_.c:153
+#: ../../printer/printerdrake.pm:1
#, c-format
-msgid "Not enough partitions for RAID level %d\n"
-msgstr "Ne estas sufiĉaj subdiskoj por RAID nivelo %d\n"
+msgid ""
+"These are the machines and networks on which the locally connected printer"
+"(s) should be available:"
+msgstr ""
-#: ../../security/main.pm_.c:36
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"Standard: This is the standard security recommended for a computer that will "
-"be used to connect\n"
-" to the Internet as a client.\n"
+"When this option is turned on, on every startup of CUPS it is automatically "
+"made sure that\n"
"\n"
-"High: There are already some restrictions, and more automatic checks "
-"are run every night.\n"
+"- if LPD/LPRng is installed, /etc/printcap will not be overwritten by CUPS\n"
"\n"
-"Higher: The security is now high enough to use the system as a server "
-"which can accept\n"
-" connections from many clients. If your machine is only a "
-"client on the Internet, you\n"
-"\t should choose a lower level.\n"
+"- if /etc/cups/cupsd.conf is missing, it will be created\n"
"\n"
-"Paranoid: This is similar to the previous level, but the system is entirely "
-"closed and security\n"
-" features are at their maximum\n"
+"- when printer information is broadcasted, it does not contain \"localhost\" "
+"as the server name.\n"
"\n"
-"Security Administrator:\n"
-" If the 'Security Alerts' option is set, security alerts will "
-"be sent to this user (username or\n"
-"\t email)"
+"If some of these measures lead to problems for you, turn this option off, "
+"but then you have to take care of these points."
msgstr ""
-#: ../../security/main.pm_.c:66
-#, fuzzy
-msgid "Security Level:"
-msgstr "Elektas sekurnivelon"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Automatic correction of CUPS configuration"
+msgstr "Post-instala konfigurado"
-#: ../../security/main.pm_.c:77
+#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid " (default value: %s)"
-msgstr " (Defaŭlta)"
+msgid "No remote machines"
+msgstr "Malproksima printilo"
-#: ../../security/main.pm_.c:113
-#, fuzzy
-msgid "Security Alerts:"
-msgstr "Elektas sekurnivelon"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Custom configuration"
+msgstr "Interreta Konfigurado"
-#: ../../security/main.pm_.c:115
-#, fuzzy
-msgid "Security Administrator:"
-msgstr "Malproksimaj lpd Printilaj Opcioj"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "Printer sharing on hosts/networks: "
+msgstr "Printilo"
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "Network Options"
-msgstr "Modulaj opcioj:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Automatically find available printers on remote machines"
+msgstr ""
-#: ../../security/main.pm_.c:128
-#, fuzzy
-msgid "System Options"
-msgstr "Modulaj opcioj:"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "The printers on this machine are available to other computers"
+msgstr ""
-#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
+#: ../../printer/printerdrake.pm:1
+#, c-format
msgid ""
-"The following options can be set to customize your\n"
-"system security. If you need explanations, click on Help.\n"
+"You can also decide here whether printers on remote machines should be "
+"automatically made available on this machine."
msgstr ""
-#: ../../security/main.pm_.c:177
-msgid "Periodic Checks"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid ""
+"Here you can choose whether the printers connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-#: ../../security/main.pm_.c:191
-#, fuzzy
-msgid "Please wait, setting security level..."
-msgstr "Elektas sekurnivelon"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid "CUPS printer sharing configuration"
+msgstr "Interreta Konfigurado"
-#: ../../security/main.pm_.c:197
-#, fuzzy
-msgid "Please wait, setting security options..."
-msgstr "Preparas instaladon"
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
+msgstr ""
-#: ../../services.pm_.c:19
-msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
+#: ../../printer/printerdrake.pm:1
+#, fuzzy, c-format
+msgid ""
+"\n"
+"Printers on remote CUPS servers do not need to be configured here; these "
+"printers will be automatically detected."
msgstr ""
+"Kun malproksima CUPS servilo, vi ne devas konfiguri iun printilon\n"
+"ĉi tie; printiloj estos aĊ­tomate dektektataj. Se vi havas dubojn,\n"
+"elektu \"Malproksima CUPS servilo\"."
-#: ../../services.pm_.c:20
-msgid "Anacron a periodic command scheduler."
-msgstr "Anacron, perioda ordonvicigilo."
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "How is the printer connected?"
+msgstr "Kiel estas la printilo konektata?"
+
+#: ../../printer/printerdrake.pm:1
+#, c-format
+msgid "Select Printer Connection"
+msgstr "Elektu Printilan Konekton"
-#: ../../services.pm_.c:21
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the user umask."
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 baterioŝargo estas malgranda."
-#: ../../services.pm_.c:23
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (val)\n"
+"\n"
+"Set the shell timeout. A value of zero means no timeout."
msgstr ""
-"Lanĉas ordonojn vicigitajn per la 'at' ordono je la horo specifita kiam\n"
-"'at' estis uzata, kaj lanĉas baĉajn ordonojn kiam la ŝargmezo estas\n"
-"sufiĉe malgranda."
-#: ../../services.pm_.c:25
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (size)\n"
+"\n"
+"Set shell commands history size. A value of -1 means unlimited."
msgstr ""
-"cron estas norma Uniksa programo kiu lanĉas 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:28
-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."
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of sgid files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check open ports."
msgstr ""
-"GPM aldonas subtenon por musoj al teksta-reĝimaj Linuksaj aplikoj ekzemple\n"
-"la 'Midnight Commander' (Meznokta Estro). Ankaŭ ĝi permesas uzi la muson\n"
-"por transpoŝigi ĉe la konzolo (Sen X Fenestroj)."
-#: ../../services.pm_.c:31
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
+"if set, send the mail report to this email address else send it to root."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result by mail."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check files/directories writable by everybody."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, reports check result to tty."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run some checks against the rpm database."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check if the network devices are in promiscuous mode."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run chkrootkit checks."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check permissions of files in the users' home."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check additions/removals of suid root files."
msgstr ""
-#: ../../services.pm_.c:33
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report check result to syslog."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
+"if set to yes, check for empty password, or a password while it should be "
+"in /etc/shadow or other users with id 0."
msgstr ""
-"Apache estas Tut-Tera Teksaĵa servilo. Ĝi liveras HTML-ajn dosierojn\n"
-"kaj CGI (komunakluza interfaco)."
-#: ../../services.pm_.c:34
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, run the daily security checks."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, verify checksum of the suid/sgid files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, check empty password in /etc/shadow."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
+msgid "if set to yes, report unowned files."
+msgstr ""
+
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (umask)\n"
+"\n"
+"Set the root umask."
msgstr ""
-"La interreta superservila demono (kutime nomata inetd) lanĉas sortimenton\n"
-"da aliaj interretaj servoj laŭbezone. Ĝi respondas por la lanĉo de multaj\n"
-"servoj, inkluzive de telnet, ftp, rsh, kaj rlogin. Se vi malŝaltas inetd,\n"
-"ve malŝaltas ĉiujn el la servoj por kiuj ĝi respondas."
-#: ../../services.pm_.c:38
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+"Arguments: (length, ndigits=0, nupper=0)\n"
+"\n"
+"Set the password minimum length and minimum number of digit and minimum "
+"number of capitalized letters."
msgstr ""
-#: ../../services.pm_.c:40
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Set the password history length to prevent password reuse."
msgstr ""
-"Ĉi tiu pakaĵo ŝ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:43
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatic regeneration of kernel header in /boot for\n"
-"/usr/include/linux/{autoconf,version}.h"
+"Arguments: (max, inactive=-1)\n"
+"\n"
+"Set password aging to \\fImax\\fP days and delay to change to \\fIinactive"
+"\\fP."
msgstr ""
-#: ../../services.pm_.c:45
-msgid "Automatic detection and configuration of hardware at boot."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (name)\n"
+"\n"
+"Add the name as an exception to the handling of password aging by msec."
msgstr ""
-#: ../../services.pm_.c:46
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+"Arguments: (arg)\n"
+"\n"
+" Enable/Disable sulogin(8) in single user level."
msgstr ""
-#: ../../services.pm_.c:48
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+" Activate/Disable daily security check."
msgstr ""
-"lpd estas la printvica dajmono bezonata por lpr taŭge funkcii. Ĝi estas\n"
-"baze servilo kiu arbitracias printajn taskojn al printilo(j)."
-#: ../../services.pm_.c:50
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Linux Virtual Server, used to build a high-performance and highly\n"
-"available server."
+"Arguments: (arg)\n"
+"\n"
+"Activate/Disable ethernet cards promiscuity check."
msgstr ""
-#: ../../services.pm_.c:52
-#, fuzzy
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
-"names to IP addresses."
+"Arguments: (arg)\n"
+"\n"
+"Use password to authenticate users."
msgstr ""
-"'named' (BIND) estas Domajna NomServilo (DNS) kiun vi uzas por trovi\n"
-"poŝtejojn de IP adresoj."
-#: ../../services.pm_.c:53
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
-"Manager/Windows), and NCP (NetWare) mount points."
+"Arguments: (arg)\n"
+"\n"
+" Enabling su only from members of the wheel group or allow su from any user."
msgstr ""
-"Muntas kaj malmuntas ĉiujn RetDosierSistemajn (NFS), SMB (Lan\n"
-"Manager/Vindozaj), kaj NCP (NetWare) surmetingojn."
-#: ../../services.pm_.c:55
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable msec hourly security check."
msgstr ""
-"Ŝaltas/Malŝaltas ĉiujn retajn interfacojn konfiguratajn por lanĉi\n"
-"dum sistemstartado."
-#: ../../services.pm_.c:57
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable the logging of IPv4 strange packets."
msgstr ""
-"NFS estas populara protokolo por dosierdistribuado tra TCP/IP retoj.\n"
-"Ĉi tiu servo provizas NFS dosierŝlosado, kiun vi konfiguras per la\n"
-"/etc/exports dosiero."
-#: ../../services.pm_.c:60
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable libsafe if libsafe is found on the system."
msgstr ""
-"NFS estas populara protokolo por dosierdistribuado tra TCP/IP retoj.\n"
-"Ĉi tiu servo provizas NFS dosierŝlosado."
-#: ../../services.pm_.c:62
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Automatically switch on numlock key locker under console\n"
-"and XFree at boot."
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable IP spoofing protection."
msgstr ""
-#: ../../services.pm_.c:64
-msgid "Support the OKI 4w and compatible winprinters."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg, alert=1)\n"
+"\n"
+"Enable/Disable name resolution spoofing protection. If\n"
+"\\fIalert\\fP is true, also reports to syslog."
msgstr ""
-#: ../../services.pm_.c:65
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, expr='*.*', dev='tty12')\n"
+"\n"
+"Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the\n"
+"expression describing what to log (see syslog.conf(5) for more details) and\n"
+"dev the device to report the log."
msgstr ""
-"PCMCIA subteno kutime estas subteno de aĵo kiel ethernet kaj modemoj en\n"
-"tekkomputiloj. Ĝi ne estos lanĉata krom se vi konfiguras ĝi por ke ĝi\n"
-"estu sendanĝera ĉe komputiloj kiuj ne bezonas ĝin."
-#: ../../services.pm_.c:68
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"Enable/Disable crontab and at for users. Put allowed users in /etc/cron."
+"allow and /etc/at.allow\n"
+"(see man at(1) and crontab(1))."
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:71
-#, fuzzy
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Postfix is a Mail Transport Agent, which is the program that moves mail from "
-"one machine to another."
+"Arguments: ()\n"
+"\n"
+"If SERVER_LEVEL (or SECURE_LEVEL if absent) is greater than 3\n"
+"in /etc/security/msec/security.conf, creates the symlink /etc/security/msec/"
+"server\n"
+"to point to /etc/security/msec/server.<SERVER_LEVEL>. The /etc/security/msec/"
+"server\n"
+"is used by chkconfig --add to decide to add a service if it is present in "
+"the file\n"
+"during the installation of packages."
msgstr ""
-"\"Postfix\" estas PoŝtTransportPerilo, kiu estas la programo kiu movas\n"
-"retpoŝton de unu komputilo al alia."
-#: ../../services.pm_.c:72
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Saves and restores system entropy pool for higher quality random\n"
-"number generation."
+"Arguments: (arg)\n"
+"\n"
+"Authorize all services controlled by tcp_wrappers (see hosts.deny(5)) if "
+"\\fIarg\\fP = ALL. Only local ones\n"
+"if \\fIarg\\fP = LOCAL and none if \\fIarg\\fP = NONE. To authorize the "
+"services you need, use /etc/hosts.allow\n"
+"(see hosts.allow(5))."
msgstr ""
-"Savas kaj restaŭras sisteman entropikomunaĵon por pli altkvalita\n"
-"generado de aleatoraj nombroj."
-#: ../../services.pm_.c:74
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle"
+"Arguments: (arg)\n"
+"\n"
+"The argument specifies if clients are authorized to connect\n"
+"to the X server on the tcp port 6000 or not."
msgstr ""
-#: ../../services.pm_.c:76
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg, listen_tcp=None)\n"
+"\n"
+"Allow/Forbid X connections. First arg specifies what is done\n"
+"on the client side: ALL (all connections are allowed), LOCAL (only\n"
+"local connection) and NONE (no connection)."
msgstr ""
-"La routed dajmono permesas aŭtomatan ĝ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:79
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rstat protocol allows users on a network to retrieve\n"
-"performance metrics for any machine on that network."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid the list of users on the system on display managers (kdm and "
+"gdm)."
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:81
+#: ../../security/help.pm:1
+#, c-format
msgid ""
-"The rusers protocol allows users on a network to identify who is\n"
-"logged in on other responding machines."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid direct root login."
msgstr ""
-"La ruser protokolo permesas al uzuloj sur reto identigi kiujn estas\n"
-"konektataj ĉe aliaj respondantaj komputiloj."
-#: ../../services.pm_.c:83
+#: ../../security/help.pm:1
+#, c-format
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)."
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid remote root login."
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:85
-msgid "Launch the sound system on your machine"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid reboot by the console user."
msgstr ""
-#: ../../services.pm_.c:86
+#: ../../security/help.pm:1
+#, c-format
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."
+"Arguments: (arg)\n"
+"\n"
+"If \\fIarg\\fP = ALL allow /etc/issue and /etc/issue.net to exist. If \\fIarg"
+"\\fP = NONE no issues are\n"
+"allowed else only /etc/issue is allowed."
msgstr ""
-"Syslog (sistemlogilo) estas la rimedo per kiu multaj dajmonoj registras\n"
-"mesaĝojn al diversaj sistemlogdosieroj. Ĝi estas bona ideo ĉiam uzi\n"
-"syslog."
-#: ../../services.pm_.c:88
-msgid "Load the drivers for your usb devices."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Allow/Forbid autologin."
msgstr ""
-#: ../../services.pm_.c:89
-#, fuzzy
-msgid "Starts the X Font Server (this is mandatory for XFree to run)."
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse icmp echo."
msgstr ""
-"Startas kaj ĉesigas la X Tiparan Servilon je starttempo kaj ĉesiga tempo."
-#: ../../services.pm_.c:115 ../../services.pm_.c:157
-msgid "Choose which services should be automatically started at boot time"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+" Accept/Refuse broadcasted icmp echo."
msgstr ""
-#: ../../services.pm_.c:127
-#, fuzzy
-msgid "Printing"
-msgstr "Printilo"
+#: ../../security/help.pm:1
+#, c-format
+msgid ""
+"Arguments: (arg)\n"
+"\n"
+"Accept/Refuse bogus IPv4 error messages."
+msgstr ""
-#: ../../services.pm_.c:128
-msgid "Internet"
-msgstr "Interreto"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Security Administrator (login or email)"
+msgstr ""
-#: ../../services.pm_.c:131
-msgid "File sharing"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
-#, fuzzy
-msgid "System"
-msgstr "Sistema modalo"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Use libsafe for servers"
+msgstr "Elektu opciojn por servilo"
-#: ../../services.pm_.c:138
-#, fuzzy
-msgid "Remote Administration"
-msgstr "Malproksimaj lpd Printilaj Opcioj"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Security level"
+msgstr "Elektas sekurnivelon"
-#: ../../services.pm_.c:146
-#, fuzzy
-msgid "Database Server"
-msgstr "Datumbazoj"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Please choose the desired security level"
+msgstr "Elektu sekurnivelon?"
-#: ../../services.pm_.c:175
-#, c-format
-msgid "Services: %d activated for %d registered"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "DrakSec Basic Options"
+msgstr "Opcioj"
+
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid ""
+"This is similar to the previous level, but the system is entirely closed and "
+"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."
-#: ../../services.pm_.c:191
-#, fuzzy
-msgid "Services"
-msgstr "Servilo"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+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 choose a lower level."
+msgstr ""
+"Kun ĉi tiu sekurnivelo, uzado de ĉi tiu komputilo kiel servilo ebliĝas.\n"
+"La sekureco nun estas sufiĉe alta por uzi la sistemon kiel servilo kiu\n"
+"akceptas konektojn de multaj klientoj."
-#: ../../services.pm_.c:203
-#, fuzzy
-msgid "running"
-msgstr "Averto"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"There are already some restrictions, and more automatic checks are run every "
+"night."
+msgstr ""
-#: ../../services.pm_.c:203
-#, fuzzy
-msgid "stopped"
-msgstr "Alfiksu"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+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."
-#: ../../services.pm_.c:217
-msgid "Services and deamons"
+#: ../../security/level.pm:1
+#, c-format
+msgid ""
+"Passwords 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."
-#: ../../services.pm_.c:222
+#: ../../security/level.pm:1
+#, c-format
msgid ""
-"No additional information\n"
-"about this service, sorry."
+"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."
-#: ../../services.pm_.c:229
-#, fuzzy
-msgid "On boot"
-msgstr "Yaboot"
+#: ../../security/level.pm:1
+#, c-format
+msgid "Paranoid"
+msgstr "Paranoja"
-#: ../../services.pm_.c:241
-#, fuzzy
-msgid "Start"
-msgstr "Stato:"
+#: ../../security/level.pm:1
+#, fuzzy, c-format
+msgid "Higher"
+msgstr "Alta"
-#: ../../services.pm_.c:241
-#, fuzzy
-msgid "Stop"
-msgstr "Sektoro"
+#: ../../security/level.pm:1
+#, c-format
+msgid "High"
+msgstr "Alta"
-#: ../../share/advertising/01-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 9.0"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Poor"
+msgstr "Malbona"
-#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world"
-msgstr ""
+#: ../../security/level.pm:1
+#, c-format
+msgid "Welcome To Crackers"
+msgstr "Bonvenon Al Rompistoj"
-#: ../../share/advertising/01-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
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/02-community.pl_.c:9
-#, fuzzy
-msgid "Get involved in the Free Software world"
-msgstr "La cetero de la mondo"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Welcome to the Open Source world"
+msgstr ""
-#: ../../share/advertising/02-community.pl_.c:10
-msgid "Want to know more about the Open Source community?"
+#: ../../share/advertising/01-thanks.pl:1
+#, c-format
+msgid "Thank you for choosing Mandrake Linux 9.1"
msgstr ""
-#: ../../share/advertising/02-community.pl_.c:11
+#: ../../share/advertising/02-community.pl:1
+#, c-format
msgid ""
"To share your own knowledge and help build Linux tools, join the discussion "
"forums you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/03-internet.pl_.c:9
-#, fuzzy
-msgid "Get the most from the Internet"
-msgstr "Konektu al la Interreto"
+#: ../../share/advertising/02-community.pl:1
+#, c-format
+msgid "Want to know more about the Open Source community?"
+msgstr ""
-#: ../../share/advertising/03-internet.pl_.c:10
+#: ../../share/advertising/02-community.pl:1
+#, fuzzy, c-format
+msgid "Get involved in the Free Software world"
+msgstr "La cetero de la mondo"
+
+#: ../../share/advertising/03-internet.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"Mandrake Linux 9.1 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
"your personal information with Evolution and Kmail"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
+#: ../../share/advertising/03-internet.pl:1
+#, fuzzy, c-format
+msgid "Get the most from the Internet"
+msgstr "Konektu al la Interreto"
+
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid ""
+"Mandrake Linux 9.1 enables you to use the very latest software to play audio "
+"files, edit and handle your images or photos, and play videos"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
msgid "Push multimedia to its limits!"
msgstr ""
-#: ../../share/advertising/04-multimedia.pl_.c:11
+#: ../../share/advertising/04-multimedia.pl:1
+#, c-format
+msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
-"files, edit and handle your images or photos, and play videos"
+"Mandrake Linux 9.1 provides the best Open Source games - arcade, action, "
+"strategy, ..."
msgstr ""
-#: ../../share/advertising/05-games.pl_.c:9
+#: ../../share/advertising/05-games.pl:1
+#, c-format
msgid "Games"
msgstr "Ludoj"
-#: ../../share/advertising/05-games.pl_.c:10
+#: ../../share/advertising/06-mcc.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
-"strategy, ..."
+"Mandrake Linux 9.1 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
-#, fuzzy
+#: ../../share/advertising/06-mcc.pl:1 ../../standalone/drakbug:1
+#, fuzzy, c-format
msgid "Mandrake Control Center"
msgstr "Konekti al la interreto"
-#: ../../share/advertising/06-mcc.pl_.c:10
+#: ../../share/advertising/07-desktop.pl:1
+#, c-format
msgid ""
-"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
-"your machine"
+"Mandrake Linux 9.1 provides you with 11 user interfaces that can be fully "
+"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-#: ../../share/advertising/07-desktop.pl_.c:9
-#, fuzzy
+#: ../../share/advertising/07-desktop.pl:1
+#, fuzzy, c-format
msgid "User interfaces"
msgstr "Reta interfaco"
-#: ../../share/advertising/07-desktop.pl_.c:10
-msgid ""
-"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
-"modified: KDE 3, Gnome 2, WindowMaker, ..."
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:9
-#, fuzzy
-msgid "Development simplified"
-msgstr "Programisto"
-
-#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform"
-msgstr ""
-
-#: ../../share/advertising/08-development.pl_.c:11
+#: ../../share/advertising/08-development.pl:1
+#, c-format
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
"development environments"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server"
+#: ../../share/advertising/08-development.pl:1
+#, c-format
+msgid "Mandrake Linux 9.1 is the ultimate development platform"
msgstr ""
-#: ../../share/advertising/09-server.pl_.c:10
+#: ../../share/advertising/08-development.pl:1
+#, fuzzy, c-format
+msgid "Development simplified"
+msgstr "Programisto"
+
+#: ../../share/advertising/09-server.pl:1
+#, c-format
msgid ""
"Transform your machine into a powerful Linux server with a few clicks of "
"your mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:9
-msgid "Optimize your security"
+#: ../../share/advertising/09-server.pl:1
+#, c-format
+msgid "Turn your machine into a reliable server"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:10
-msgid ""
-"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "This product is available on MandrakeStore website"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:11
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
msgid ""
"This firewall product includes network features that allow you to fulfill "
"all your security needs"
msgstr ""
-#: ../../share/advertising/10-mnf.pl_.c:12
-msgid "This product is available on MandrakeStore website"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid ""
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:9
-msgid "The official MandrakeSoft store"
+#: ../../share/advertising/10-mnf.pl:1
+#, c-format
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/11-mdkstore.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
"other \"goodies,\" are available online on our e-store:"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:9
-msgid "Strategic partners"
+#: ../../share/advertising/11-mdkstore.pl:1
+#, c-format
+msgid "The official MandrakeSoft store"
msgstr ""
-#: ../../share/advertising/12-mdkstore.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
"solutions compatible with Mandrake Linux. A list of these partners is "
"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:9
-msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+#: ../../share/advertising/12-mdkstore.pl:1
+#, c-format
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"The training program has been created to respond to the needs of both end "
-"users and experts (Network and System administrators)"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:11
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid "Certify yourself on Linux"
msgstr ""
-#: ../../share/advertising/13-mdkcampus.pl_.c:12
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
msgid ""
-"Whether you choose to teach yourself online or via our network of training "
-"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
-"certification program (worldwide professional technical certification)"
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:9
-#, fuzzy
-msgid "Become a MandrakeExpert"
-msgstr "Spertulo"
-
-#: ../../share/advertising/14-mdkexpert.pl_.c:10
-msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform"
+#: ../../share/advertising/13-mdkcampus.pl:1
+#, c-format
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
msgid ""
"Join the MandrakeSoft support teams and the Linux Community online to share "
"your knowledge and help others by becoming a recognized Expert on the online "
"technical support website:"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert Corporate"
-msgstr "Spertulo"
-
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs"
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, c-format
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+#: ../../share/advertising/14-mdkexpert.pl:1
+#, fuzzy, c-format
+msgid "Become a MandrakeExpert"
+msgstr "Spertulo"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
msgid ""
"All incidents will be followed up by a single qualified MandrakeSoft "
"technical expert."
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:9
-msgid "Discover MandrakeClub and Mandrake Corporate Club"
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, c-format
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../share/advertising/17-mdkclub.pl_.c:10
+#: ../../share/advertising/15-mdkexpert-corporate.pl:1
+#, fuzzy, c-format
+msgid "MandrakeExpert Corporate"
+msgstr "Spertulo"
+
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
msgid ""
"MandrakeClub and Mandrake Corporate Club were created for business and "
"private users of Mandrake Linux who would like to directly support their "
@@ -8946,221 +12055,247 @@ msgid ""
"MandrakeClub!"
msgstr ""
-#: ../../standalone.pm_.c:21
-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.\n"
+#: ../../share/advertising/17-mdkclub.pl:1
+#, c-format
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
msgstr ""
-#: ../../standalone.pm_.c:40
-msgid ""
-"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
-"Backup and Restore application\n"
-"\n"
-"--default : save default directories.\n"
-"--debug : show all debug messages.\n"
-"--show-conf : list of files or directories to backup.\n"
-"--config-info : explain configuration file options (for non-X "
-"users).\n"
-"--daemon : use daemon configuration. \n"
-"--help : show this message.\n"
-"--version : show version name.\n"
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please relog into %s to activate the changes"
+msgstr "Bonvolu resaluti en %s-n por aktivigi la Ċanĝojn."
+
+#: ../../standalone/XFdrake:1
+#, c-format
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
+"Bonvole adiaĊ­u kaj sekve uzu Kontrol-Alt-RetropaĊo (Ctrl-Alt-Backspace)."
-#: ../../standalone.pm_.c:51
-msgid ""
-"[OPTIONS] [PROGRAM_NAME]\n"
-"\n"
-"OPTIONS:\n"
-" --help - print this help message.\n"
-" --report - program should be one of mandrake tools\n"
-" --incident - program should be one of mandrake tools"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: ../../standalone.pm_.c:57
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Need to create /etc/dhcpd.conf first!"
msgstr ""
-#: ../../standalone.pm_.c:68
-msgid ""
-"[OPTIONS]...\n"
-"\t --debug print debugging information"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../standalone.pm_.c:70
-msgid ""
-"[OPTIONS]...\n"
-"Mandrake Terminal Server Configurator\n"
-"--enable : enable MTS\n"
-"--disable : disable MTS\n"
-"--start : start MTS\n"
-"--stop : stop MTS\n"
-"--adduser : add an existing system user to MTS (requires username)\n"
-"--deluser : delete an existing system user from MTS (requires "
-"username)\n"
-"--addclient : add a client machine to MTS (requires MAC address, IP, "
-"nbi image name)\n"
-"--delclient : delete a client machine from MTS (requires MAC address, "
-"IP, nbi image name)"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone.pm_.c:82
-#, fuzzy
-msgid "[keyboard]"
-msgstr "Klavaro"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No floppy drive available!"
+msgstr "Neniu disketilo havebla"
-#: ../../standalone.pm_.c:83
-msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone.pm_.c:84
-msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Couldn't access the floppy!"
msgstr ""
-#: ../../standalone.pm_.c:93
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Please insert floppy disk:"
+msgstr "EnĊovu disketon en drajvo %s"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Write Config"
+msgstr "rekonfiguru"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone.pm_.c:94
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone.pm_.c:99
-msgid ""
-"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
-"[--dynamic=dev]"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Server Configuration"
+msgstr "LAN Konfiguraĵo"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range End:"
msgstr ""
-#: ../../standalone.pm_.c:100
-msgid ""
-" [everything]\n"
-" XFdrake [--noauto] monitor\n"
-" XFdrake resolution"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "IP Range Start:"
msgstr ""
-#: ../../standalone.pm_.c:114
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Name Servers:"
+msgstr "NIS Servilo"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Domain Name:"
+msgstr "Domajna nomo"
+
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid ""
-"\n"
-"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
-"testing] [-v|--version] "
+msgid "Broadcast Address:"
msgstr ""
-#: ../../standalone.pm_.c:168
-#, fuzzy
-msgid "Installing packages..."
-msgstr "Instalanta pakaĵo %s"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Subnet Mask:"
+msgstr ""
-#: ../../standalone/XFdrake_.c:138
-msgid "Please log out and then use Ctrl-Alt-BackSpace"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Routers:"
msgstr ""
-"Bonvole adiaŭu kaj sekve uzu Kontrol-Alt-Retropaŝo (Ctrl-Alt-Backspace)."
-#: ../../standalone/XFdrake_.c:142
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Netmask:"
+msgstr "Retmasko"
+
+#: ../../standalone/drakTermServ:1
#, c-format
-msgid "Please relog into %s to activate the changes"
-msgstr "Bonvolu resaluti en %s-n por aktivigi la ŝanĝojn."
+msgid "Subnet:"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:239
-#, fuzzy
-msgid "Mandrake Terminal Server Configuration"
-msgstr "Interreta Konfigurado"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid ""
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:253
-#, fuzzy
-msgid "Enable Server"
-msgstr "Datumbazoj"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "dhcpd Config..."
+msgstr "Mi konfiguras..."
-#: ../../standalone/drakTermServ_.c:260
-#, fuzzy
-msgid "Disable Server"
-msgstr "Datumbazoj"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete Client"
+msgstr "Forigu"
-#: ../../standalone/drakTermServ_.c:268
-#, fuzzy
-msgid "Start Server"
-msgstr "NIS Servilo"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Edit Client"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:275
-#, fuzzy
-msgid "Stop Server"
-msgstr "NIS Servilo"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add Client -->"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:283
-msgid "Etherboot Floppy/ISO"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Allow Thin Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:288
-msgid "Net Boot Images"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Thin Client"
msgstr ""
-#: ../../standalone/drakTermServ_.c:294
-#, fuzzy
-msgid "Add/Del Users"
-msgstr "Aldonu uzanto"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No net boot images created!"
+msgstr ""
-#: ../../standalone/drakTermServ_.c:299
-msgid "Add/Del Clients"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "type: %s"
+msgstr "Speco: "
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "<-- Del User"
msgstr ""
-#: ../../standalone/drakTermServ_.c:328
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Add User -->"
+msgstr "Aldonu uzanto"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
-"\n"
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: ../../standalone/drakTermServ_.c:332
-msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
-"\n"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Delete All NBIs"
+msgstr "Elektu dosieron"
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "<-- Delete"
+msgstr "Forigu"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "This will take a few minutes."
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build All Kernels -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "No NIC selected!"
+msgstr "Ne konektita"
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Single NIC -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "No kernel selected!"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Build Whole Kernel -->"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:365
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Boot Floppy"
+msgstr ""
+
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
"drakTermServ Overview\n"
"\t\t\t \n"
@@ -9189,7 +12324,7 @@ msgid ""
"\t\t\t\thost curly {\n"
"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
"\t\t\t\t\tfixed-address 192.168.192.3;\n"
-"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\t#type fat;\n"
"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
"nbi\";\n"
"\t\t\t\t}\n"
@@ -9200,8 +12335,8 @@ msgid ""
"functionality\n"
"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
"\t\t\t\n"
-"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
-"either be \"thin\"*/\n"
+"\t\t\tNote: The \"#type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"\n"
"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
"while fat clients run most\n"
"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
@@ -9290,223 +12425,143 @@ msgid ""
" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
"manually:\n"
" \t\t\n"
-" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
-"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin \\\n"
+" \t\t\t/usr/lib/etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
" \n"
"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:488
-msgid "Boot Floppy"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:490
-msgid "Boot ISO"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:559
-msgid "Build Whole Kernel -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
-msgid "This will take a few minutes."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:573
-msgid "No kernel selected!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:576
-msgid "Build Single NIC -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:587
-#, fuzzy
-msgid "No nic selected!"
-msgstr "Ne konektita"
-
-#: ../../standalone/drakTermServ_.c:590
-msgid "Build All Kernels -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:604
-#, fuzzy
-msgid "<-- Delete"
-msgstr "Forigu"
-
-#: ../../standalone/drakTermServ_.c:611
-#, fuzzy
-msgid "Delete All NBIs"
-msgstr "Elektu dosieron"
-
-#: ../../standalone/drakTermServ_.c:668
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"!!! Indicates the password in the system database is different than\n"
-" the one in the Terminal Server database.\n"
-"Delete/re-add the user to the Terminal Server to enable login."
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:673
-#, fuzzy
-msgid "Add User -->"
-msgstr "Aldonu uzanto"
-
-#: ../../standalone/drakTermServ_.c:681
-msgid "<-- Del User"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:720
-#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Speco: "
-
-#: ../../standalone/drakTermServ_.c:753
-msgid "No net boot images created!"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:773
-msgid "Thin Client"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:775
-msgid "Allow Thin Clients"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:778
-msgid "Add Client -->"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:821
-msgid "<-- Edit Client"
+"\n"
+"\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:837
-#, fuzzy
-msgid "Delete Client"
-msgstr "Forigu"
-
-#: ../../standalone/drakTermServ_.c:843
-#, fuzzy
-msgid "dhcpd Config..."
-msgstr "Mi konfiguras..."
-
-#: ../../standalone/drakTermServ_.c:876
+#: ../../standalone/drakTermServ:1
+#, c-format
msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ_.c:894
-msgid "Subnet:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:901
-#, fuzzy
-msgid "Netmask:"
-msgstr "Retmasko"
-
-#: ../../standalone/drakTermServ_.c:908
-msgid "Routers:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Add/Del Users"
+msgstr "Aldonu uzanto"
-#: ../../standalone/drakTermServ_.c:915
-msgid "Subnet Mask:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/drakTermServ_.c:922
-msgid "Broadcast Address:"
+#: ../../standalone/drakTermServ:1
+#, c-format
+msgid "Etherboot Floppy/ISO"
msgstr ""
-#: ../../standalone/drakTermServ_.c:929
-#, fuzzy
-msgid "Domain Name:"
-msgstr "Domajna nomo"
-
-#: ../../standalone/drakTermServ_.c:937
-#, fuzzy
-msgid "Name Servers:"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Stop Server"
msgstr "NIS Servilo"
-#: ../../standalone/drakTermServ_.c:948
-msgid "IP Range Start:"
-msgstr ""
-
-#: ../../standalone/drakTermServ_.c:949
-msgid "IP Range End:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Start Server"
+msgstr "NIS Servilo"
-#: ../../standalone/drakTermServ_.c:1001
-#, fuzzy
-msgid "dhcpd Server Configuration"
-msgstr "LAN Konfiguraĵo"
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Disable Server"
+msgstr "Datumbazoj"
-#: ../../standalone/drakTermServ_.c:1002
-msgid ""
-"Most of these values were extracted\n"
-"from your running system.\n"
-"You can modify as needed."
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Enable Server"
+msgstr "Datumbazoj"
-#: ../../standalone/drakTermServ_.c:1005
-msgid "Dynamic IP Address Pool:"
-msgstr ""
+#: ../../standalone/drakTermServ:1
+#, fuzzy, c-format
+msgid "Mandrake Terminal Server Configuration"
+msgstr "Interreta Konfigurado"
-#: ../../standalone/drakTermServ_.c:1018
-#, fuzzy
-msgid "Write Config"
-msgstr "rekonfiguru"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Remove the last item"
+msgstr "Formatas retrokonektan dosieron %s"
-#: ../../standalone/drakTermServ_.c:1120
-#, fuzzy
-msgid "Please insert floppy disk:"
-msgstr "Enŝovu disketon en drajvo %s"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Add an item"
+msgstr "Aldonu uzulon"
-#: ../../standalone/drakTermServ_.c:1124
-msgid "Couldn't access the floppy!"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Auto Install"
+msgstr "Instalu"
-#: ../../standalone/drakTermServ_.c:1126
-msgid "Floppy can be removed now"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
msgstr ""
-#: ../../standalone/drakTermServ_.c:1129
-#, fuzzy
-msgid "No floppy drive available!"
-msgstr "Neniu disketilo havebla"
-
-#: ../../standalone/drakTermServ_.c:1138
+#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "Etherboot ISO image is %s"
-msgstr ""
+msgid "Congratulations!"
+msgstr "Gratulojn!"
-#: ../../standalone/drakTermServ_.c:1140
-msgid "Something went wrong! - Is mkisofs installed?"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid ""
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakTermServ_.c:1159
-msgid "Need to create /etc/dhcpd.conf first!"
-msgstr ""
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Creating auto install floppy"
+msgstr "Kreas aĊ­toinstalan disketon"
-#: ../../standalone/drakTermServ_.c:1451
-msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:40
-#, fuzzy
-msgid "Error!"
-msgstr "Eraro"
-
-#: ../../standalone/drakautoinst_.c:41
+#: ../../standalone/drakautoinst:1
#, c-format
-msgid "I can't find needed image file `%s'."
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
msgstr ""
-#: ../../standalone/drakautoinst_.c:43
-#, fuzzy
-msgid "Auto Install Configurator"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Automatic Steps Configuration"
msgstr "Post-instala konfigurado"
-#: ../../standalone/drakautoinst_.c:44
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "replay"
+msgstr "Reludu"
+
+#: ../../standalone/drakautoinst:1
+#, c-format
msgid ""
"You are about to configure an Auto Install floppy. This feature is somewhat "
"dangerous and must be used circumspectly.\n"
@@ -9521,1426 +12576,1420 @@ msgid ""
"Do you want to continue?"
msgstr ""
-#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
-msgid "manual"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:62
-#, fuzzy
-msgid "replay"
-msgstr "Reludu"
-
-#: ../../standalone/drakautoinst_.c:66
-#, fuzzy
-msgid "Automatic Steps Configuration"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Auto Install Configurator"
msgstr "Post-instala konfigurado"
-#: ../../standalone/drakautoinst_.c:67
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
+#: ../../standalone/drakautoinst:1
+#, c-format
+msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
-#, fuzzy
-msgid "Creating auto install floppy"
-msgstr "Kreas aŭtoinstalan disketon"
+#: ../../standalone/drakautoinst:1
+#, fuzzy, c-format
+msgid "Error!"
+msgstr "Eraro"
-#: ../../standalone/drakautoinst_.c:139
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Welcome.\n"
+"Restore Backup Problems:\n"
"\n"
-"The parameters of the auto-install are available in the sections on the left"
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
-#: ../../standalone/scannerdrake_.c:117
-msgid "Congratulations!"
-msgstr "Gratulojn!"
-
-#: ../../standalone/drakautoinst_.c:235
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
-msgstr ""
-
-#: ../../standalone/drakautoinst_.c:273
-#, fuzzy
-msgid "Auto Install"
-msgstr "Instalu"
-
-#: ../../standalone/drakautoinst_.c:343
-#, fuzzy
-msgid "Add an item"
-msgstr "Aldonu uzulon"
-
-#: ../../standalone/drakautoinst_.c:350
-#, fuzzy
-msgid "Remove the last item"
-msgstr "Formatas retrokonektan dosieron %s"
-
-#: ../../standalone/drakbackup_.c:580
-msgid "Cron not available yet as non-root"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:690
-msgid "WARNING"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:691
-#, fuzzy
-msgid "FATAL"
-msgstr "Dosierlokigtabelo (FAT)"
-
-#: ../../standalone/drakbackup_.c:692
-msgid "INFO"
+"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:704
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"options description:\n"
"\n"
-" DrakBackup Report \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:705
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"Description:\n"
"\n"
-" DrakBackup Daemon Report\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"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:709
-msgid ""
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
"\n"
-" DrakBackup Report Details\n"
+" Per default all backups will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbackup.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/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
-#: ../../standalone/drakbackup_.c:859
-#, fuzzy
-msgid "Total progess"
-msgstr "Provu pordojn"
-
-#: ../../standalone/drakbackup_.c:785
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"%s exists, delete?\n"
-"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:794
-msgid "This may take a moment to generate the keys."
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:801
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "ERROR: Cannot spawn %s."
+msgid ""
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:818
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No password prompt on %s at port %s"
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
+"\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
+"\n"
+"Otherwise, you are able to select only one of these.\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data 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 option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:819
-#, fuzzy, c-format
-msgid "Bad password on %s"
-msgstr "Neniu pasvorto"
-
-#: ../../standalone/drakbackup_.c:820
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Permission denied transferring %s to %s"
+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 the 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 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 data 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:821
-#, fuzzy, c-format
-msgid "Can't find %s on %s"
-msgstr "Ne povis malfermi %s por skribi: %s\n"
-
-#: ../../standalone/drakbackup_.c:824
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "%s not responding"
+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:828
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Transfer successful\n"
-"You may want to verify you can login to the server with:\n"
+"options description:\n"
"\n"
-"ssh -i %s %s\\@%s\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"
-"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:873
-msgid "WebDAV remote site already in sync!"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:877
-msgid "WebDAV transfer failed!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore"
+msgstr "RestaĊ­ru de dosiero"
-#: ../../standalone/drakbackup_.c:898
-msgid "No CDR/DVDR in drive!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Now"
+msgstr "Dosiersistemo konfiguro"
-#: ../../standalone/drakbackup_.c:902
-msgid "Does not appear to be recordable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Advanced Configuration"
+msgstr "LAN Konfiguraĵo"
-#: ../../standalone/drakbackup_.c:906
-msgid "Not erasable media!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Wizard Configuration"
+msgstr "LAN Konfiguraĵo"
-#: ../../standalone/drakbackup_.c:945
-msgid "This may take a moment to erase the media."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "View Backup Configuration."
+msgstr "Reta Konfiguraĵo"
-#: ../../standalone/drakbackup_.c:1033
-msgid "Permission problem accessing CD."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Now from configuration file"
+msgstr "Reta Konfiguraĵo"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Drakbackup Configuration"
+msgstr "Reta Konfiguraĵo"
-#: ../../standalone/drakbackup_.c:1060
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "No tape in %s!"
+msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
-msgid "Backup system files..."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Sending files..."
+msgstr "Konservu en dosiero"
-#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
-#, fuzzy
-msgid "Hard Disk Backup files..."
-msgstr "Malbona rezerva dosiero"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "files sending by FTP"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1236
-#, fuzzy
-msgid "Backup User files..."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup other files"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1237
-msgid "Hard Disk Backup Progress..."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1290
-#, fuzzy
-msgid "Backup Other files..."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup user files"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1296
-#, fuzzy
-msgid "No changes to backup!"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup system files"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
+#: ../../standalone/drakbackup:1
#, c-format
-msgid ""
-"\n"
-"Drakbackup activities via %s:\n"
-"\n"
+msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:1319
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"file list sent by FTP: %s\n"
-" "
+"No configuration file found \n"
+"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:1322
-msgid ""
-"\n"
-" FTP connection problem: It was not possible to send your backup files by "
-"FTP.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select data to backup..."
+msgstr "Bonvole, elektu lingvon por uzi."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select media for backup..."
+msgstr "Bonvole, elektu lingvon por uzi."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please select data to restore..."
+msgstr "Bonvole, elektu lingvon por uzi."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "The following packages need to be installed:\n"
+msgstr "La sekvaj pakaĵoj estos instalataj"
-#: ../../standalone/drakbackup_.c:1340
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via CD:\n"
-"\n"
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:1345
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"Drakbackup activities via tape:\n"
-"\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:1354
-#, fuzzy
-msgid " Error during mail sending. \n"
-msgstr "Eraro legante dosiero %s"
-
-#: ../../standalone/drakbackup_.c:1380
-msgid "Can't create catalog!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Next"
+msgstr "Sekvanta ->"
-#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
-#: ../../standalone/drakfont_.c:946
-#, fuzzy
-msgid "File Selection"
-msgstr "Elektado de Pakaĵoj"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Previous"
+msgstr "<- AntaĊ­a"
-#: ../../standalone/drakbackup_.c:1529
-msgid "Select the files or directories and click on 'Add'"
-msgstr ""
+#: ../../standalone/drakbackup:1 ../../standalone/drakperm:1
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Save"
+msgstr "Stato:"
-#: ../../standalone/drakbackup_.c:1573
-msgid ""
-"\n"
-"Please check all options that you need.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Build Backup"
+msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1574
-msgid ""
-"These options can backup and restore all files in your /etc directory.\n"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Progress"
+msgstr "RestaĊ­ru de dosiero"
-#: ../../standalone/drakbackup_.c:1575
-#, fuzzy
-msgid "Backup your System files. (/etc directory)"
-msgstr "Malbona rezerva dosiero"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From Catalog"
+msgstr "Sava subdiskotabelo"
-#: ../../standalone/drakbackup_.c:1576
-msgid "Use incremental backup (do not replace old backups)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:1577
-msgid "Do not include critical files (passwd, group, fstab)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:1578
-msgid ""
-"With this option you will be able to restore any version\n"
-" of your /etc directory."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Custom Restore"
+msgstr "Akomodata"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:1595
-#, fuzzy
-msgid "Please check all users that you want to include in your backup."
-msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Failed..."
+msgstr "RestaĊ­ru de dosiero"
-#: ../../standalone/drakbackup_.c:1622
-msgid "Do not include the browser cache"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
-msgid "Use Incremental Backups (do not replace old backups)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
-#, fuzzy
-msgid "Remove Selected"
-msgstr "Malinstalu printvicon"
-
-#: ../../standalone/drakbackup_.c:1679
-#, fuzzy
-msgid "Windows (FAT32)"
-msgstr "Forigu Vindozon"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Hostname required"
+msgstr "PoĊtejo: "
-#: ../../standalone/drakbackup_.c:1714
-#, fuzzy
-msgid "Users"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Username required"
msgstr "Salutnomo"
-#: ../../standalone/drakbackup_.c:1740
-#, fuzzy
-msgid "Use network connection to backup"
-msgstr "Malbona rezerva dosiero"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Password required"
+msgstr "Pasvorto"
-#: ../../standalone/drakbackup_.c:1742
-msgid "Net Method:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:1746
-msgid "Use Expect for SSH"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Host Name"
+msgstr "PoĊtejo"
-#: ../../standalone/drakbackup_.c:1747
-msgid ""
-"Create/Transfer\n"
-"backup keys for SSH"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1748
-msgid ""
-" Transfer \n"
-"Now"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Via Network"
+msgstr "RestaĊ­ru de dosiero"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:1749
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Other (not drakbackup)\n"
-"keys in place already"
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:1753
-#, fuzzy
-msgid "Please enter the host name or IP."
-msgstr "Bonvole, provu la muson"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From Tape"
+msgstr "Sava subdiskotabelo"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
-#: ../../standalone/drakbackup_.c:1758
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please enter the directory (or module) to\n"
-" put the backup on this host."
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:1763
-#, fuzzy
-msgid "Please enter your login"
-msgstr "Bonvole provu denove"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore From CD"
+msgstr "RestaĊ­ru de disketo"
-#: ../../standalone/drakbackup_.c:1768
-#, fuzzy
-msgid "Please enter your password"
-msgstr "Bonvole provu denove"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
-#: ../../standalone/drakbackup_.c:1774
-#, fuzzy
-msgid "Remember this password"
-msgstr "Neniu pasvorto"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "RestaĊ­ru de dosiero"
-#: ../../standalone/drakbackup_.c:1785
-msgid "Need hostname, username and password!"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Malinstalu printvicon"
-#: ../../standalone/drakbackup_.c:1879
-msgid "Use CD/DVDROM to backup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
msgstr ""
-#: ../../standalone/drakbackup_.c:1882
-msgid ""
-"Please choose your CD/DVD device\n"
-"(Press Enter to propogate settings to other fields.\n"
-"This field isn't necessary, only a tool to fill in the form.)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:1887
-#, fuzzy
-msgid "Please choose your CD/DVD media size (Mb)"
-msgstr "Bonvole, elektu vian klavaran aranĝon."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do new backup before restore (only for incremental backups.)"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1893
-#, fuzzy
-msgid "Please check for multisession CD"
-msgstr "Bonvolu klaki sur subdiskon"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "select path to restore (instead of /)"
+msgstr "Bonvole, elektu la specon de via muso."
-#: ../../standalone/drakbackup_.c:1899
-#, fuzzy
-msgid "Please check if you are using CDRW media"
-msgstr "Bonvolu klaki sur subdiskon"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Other"
+msgstr "RestaĊ­ru de dosiero"
-#: ../../standalone/drakbackup_.c:1905
-#, fuzzy
-msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Bonvolu klaki sur subdiskon"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore Users"
+msgstr "RestaĊ­ru de dosiero"
-#: ../../standalone/drakbackup_.c:1906
-msgid " Erase Now "
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore system"
+msgstr "Instalu sistemon"
-#: ../../standalone/drakbackup_.c:1912
-#, fuzzy
-msgid "Please check if you are using a DVDR device"
-msgstr "Bonvolu klaki sur subdiskon"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Other Media"
+msgstr "Alia"
-#: ../../standalone/drakbackup_.c:1918
-#, fuzzy
-msgid "Please check if you are using a DVDRAM device"
-msgstr "Bonvolu klaki sur subdiskon"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Select another media to restore from"
+msgstr "Bonvole, elektu la specon de via muso."
-#: ../../standalone/drakbackup_.c:1931
-msgid ""
-"Please enter your CD Writer device name\n"
-" ex: 0,1,0"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:1964
-#, fuzzy
-msgid "No CD device defined!"
-msgstr "Elektu dosieron"
-
-#: ../../standalone/drakbackup_.c:2012
-#, fuzzy
-msgid "Use tape to backup"
-msgstr "Malbona rezerva dosiero"
-
-#: ../../standalone/drakbackup_.c:2015
-msgid "Please enter the device name to use for backup"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Restore from Hard Disk."
+msgstr "RestaĊ­ru de disketo"
-#: ../../standalone/drakbackup_.c:2021
-#, fuzzy
-msgid "Please check if you want to use the non-rewinding device."
-msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Secure Connection"
+msgstr "Elektu Printilan Konekton"
-#: ../../standalone/drakbackup_.c:2027
-#, fuzzy
-msgid "Please check if you want to erase your tape before the backup."
-msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "FTP Connection"
+msgstr "LAN Konfiguraĵo"
-#: ../../standalone/drakbackup_.c:2033
-#, fuzzy
-msgid "Please check if you want to eject your tape after the backup."
-msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use quota for backup files."
+msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
-#: ../../standalone/drakbackup_.c:3068
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2103
-#, fuzzy
-msgid "Please enter the directory to save to:"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the directory to save:"
msgstr "Bonvole, provu la muson"
-#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
-#, fuzzy
-msgid "Use quota for backup files."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use Hard Disk to backup"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:2180
-#, fuzzy
-msgid "Network"
-msgstr "Reta interfaco"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "please choose the date to restore"
+msgstr "Bonvole, elektu la specon de via muso."
-#: ../../standalone/drakbackup_.c:2185
-msgid "CDROM / DVDROM"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup the system files before:"
+msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:2190
-msgid "HardDrive / NFS"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2195
-#, fuzzy
-msgid "Tape"
-msgstr "Tipo"
-
-#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
-#: ../../standalone/drakbackup_.c:2216
-msgid "hourly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
-#: ../../standalone/drakbackup_.c:2216
-msgid "daily"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Restore Configuration "
+msgstr "Reta Konfiguraĵo"
-#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
-#: ../../standalone/drakbackup_.c:2216
-msgid "weekly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
-#: ../../standalone/drakbackup_.c:2216
-msgid "monthly"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2229
-#, fuzzy
-msgid "Use daemon"
-msgstr "Salutnomo"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup files are corrupted"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2234
-#, fuzzy
-msgid ""
-"Please choose the time \n"
-"interval between each backup"
-msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please uncheck or remove it on next time."
+msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-#: ../../standalone/drakbackup_.c:2240
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please choose the\n"
-"media for backup."
-msgstr "Bonvole, elektu lingvon por uzi."
+"List of data corrupted:\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2247
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Please be sure that the cron daemon is included in your services. \n"
+"List of data to restore:\n"
"\n"
-"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2283
-msgid "Send mail report after each backup to:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2289
-msgid "Delete Hard Drive tar files after backup to other media."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2324
-msgid "What"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2329
-#, fuzzy
-msgid "Where"
-msgstr "Rado"
-
-#: ../../standalone/drakbackup_.c:2334
-#, fuzzy
-msgid "When"
-msgstr "Rado"
-
-#: ../../standalone/drakbackup_.c:2339
-#, fuzzy
-msgid "More Options"
-msgstr "Modulaj opcioj:"
-
-#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
-#, fuzzy
-msgid "Drakbackup Configuration"
-msgstr "Reta Konfiguraĵo"
-
-#: ../../standalone/drakbackup_.c:2376
-#, fuzzy
-msgid "Please choose where you want to backup"
-msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
-
-#: ../../standalone/drakbackup_.c:2378
-msgid "on Hard Drive"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2388
-msgid "across Network"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2398
-msgid "on CDROM"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2406
-msgid "on Tape Device"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2449
-#, fuzzy
-msgid "Please choose what you want to backup"
-msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
-
-#: ../../standalone/drakbackup_.c:2450
-#, fuzzy
-msgid "Backup system"
-msgstr "Dosiersistemo konfiguro"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t-Hard drive.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2451
-msgid "Backup Users"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2454
-msgid "Select user manually"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2537
-msgid ""
-"\n"
-"Backup Sources: \n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
-msgid ""
-"\n"
-"- System Files:\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
msgid ""
"\n"
-"- User Files:\n"
-msgstr ""
+"- Options:\n"
+msgstr "Opcioj"
-#: ../../standalone/drakbackup_.c:2542
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"\n"
-"- Other Files:\n"
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path: %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
-msgid ""
-"\n"
-"- Delete hard drive tar files after backup.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2553
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Burn to CD"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2554
-msgid "RW"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2555
+#: ../../standalone/drakbackup:1
#, fuzzy, c-format
msgid " on device: %s"
msgstr "Musaparato: %s\n"
-#: ../../standalone/drakbackup_.c:2556
-msgid " (multi-session)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2557
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save to Tape on device: %s"
+"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "\t\tErase=%s"
+msgid ""
+"\n"
+"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2561
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Save via %s on host: %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2562
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"\t\t user name: %s\n"
-"\t\t on path: %s \n"
+"\n"
+"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2563
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"- Options:\n"
-msgstr "Opcioj"
-
-#: ../../standalone/drakbackup_.c:2564
-msgid "\tDo not include System Files\n"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:2567
-msgid "\tBackups use tar and bzip2\n"
+"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2569
-msgid "\tBackups use tar and gzip\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2572
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include:\n"
+"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2573
-msgid "\t-Hard drive.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2574
-msgid "\t-CDROM.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2575
-msgid "\t-Tape \n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup system"
+msgstr "Dosiersistemo konfiguro"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose what you want to backup"
+msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2576
-msgid "\t-Network by FTP.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2577
-msgid "\t-Network by SSH.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2578
-msgid "\t-Network by rsync.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2579
-msgid "\t-Network by webdav.\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose where you want to backup"
+msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "More Options"
+msgstr "Modulaj opcioj:"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "When"
+msgstr "Rado"
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Where"
+msgstr "Rado"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "What"
msgstr ""
-#: ../../standalone/drakbackup_.c:2581
-msgid "No configuration, please click Wizard or Advanced.\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2587
-msgid ""
-"List of data to restore:\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2754
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"List of data corrupted:\n"
+"Please be sure that the cron daemon is included in your services. \n"
"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../standalone/drakbackup_.c:2756
-#, fuzzy
-msgid "Please uncheck or remove it on next time."
-msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "Bonvole, elektu lingvon por uzi."
-#: ../../standalone/drakbackup_.c:2766
-msgid "Backup files are corrupted"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
+
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use daemon"
+msgstr "Salutnomo"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2787
-msgid " All of your selected data have been "
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2788
+#: ../../standalone/drakbackup:1
#, c-format
-msgid " Successfuly Restored on %s "
+msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2906
-#, fuzzy
-msgid " Restore Configuration "
-msgstr "Reta Konfiguraĵo"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "hourly"
+msgstr ""
-#: ../../standalone/drakbackup_.c:2924
-msgid "OK to restore the other files."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2941
-msgid "User list to restore (only the most recent date per user is important)"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:3019
-#, fuzzy
-msgid "Backup the system files before:"
-msgstr "Malbona rezerva dosiero"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the directory to save to:"
+msgstr "Bonvole, provu la muson"
-#: ../../standalone/drakbackup_.c:3021
-#, fuzzy
-msgid "please choose the date to restore"
-msgstr "Bonvole, elektu la specon de via muso."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to eject your tape after the backup."
+msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:3057
-#, fuzzy
-msgid "Use Hard Disk to backup"
-msgstr "Malbona rezerva dosiero"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to erase your tape before the backup."
+msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:3060
-#, fuzzy
-msgid "Please enter the directory to save:"
-msgstr "Bonvole, provu la muson"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to use the non-rewinding device."
+msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:3103
-#, fuzzy
-msgid "FTP Connection"
-msgstr "LAN Konfiguraĵo"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Please enter the device name to use for backup"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3110
-#, fuzzy
-msgid "Secure Connection"
-msgstr "Elektu Printilan Konekton"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use tape to backup"
+msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:3134
-#, fuzzy
-msgid "Restore from Hard Disk."
-msgstr "Restaŭru de disketo"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "No CD device defined!"
+msgstr "Elektu dosieron"
-#: ../../standalone/drakbackup_.c:3136
-msgid "Please enter the directory where backups are stored"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:3204
-#, fuzzy
-msgid "Select another media to restore from"
-msgstr "Bonvole, elektu la specon de via muso."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using a DVDRAM device"
+msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:3206
-#, fuzzy
-msgid "Other Media"
-msgstr "Alia"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using a DVDR device"
+msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:3211
-#, fuzzy
-msgid "Restore system"
-msgstr "Instalu sistemon"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid " Erase Now "
+msgstr ""
-#: ../../standalone/drakbackup_.c:3212
-#, fuzzy
-msgid "Restore Users"
-msgstr "Restaŭru de dosiero"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:3213
-#, fuzzy
-msgid "Restore Other"
-msgstr "Restaŭru de dosiero"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check if you are using CDRW media"
+msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:3215
-#, fuzzy
-msgid "select path to restore (instead of /)"
-msgstr "Bonvole, elektu la specon de via muso."
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check for multisession CD"
+msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:3219
-msgid "Do new backup before restore (only for incremental backups.)"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Bonvole, elektu vian klavaran aranĝon."
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3221
-msgid "Remove user directories before restore."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3334
-msgid ""
-"Restore Selected\n"
-"Catalog Entry"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:3344
-#, fuzzy
-msgid ""
-"Restore Selected\n"
-"Files"
-msgstr "Malinstalu printvicon"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Remember this password"
+msgstr "Neniu pasvorto"
-#: ../../standalone/drakbackup_.c:3361
-#, fuzzy
-msgid ""
-"Change\n"
-"Restore Path"
-msgstr "Restaŭru de dosiero"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter your password"
+msgstr "Bonvole provu denove"
-#: ../../standalone/drakbackup_.c:3427
-#, c-format
-msgid "Backup files not found at %s."
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter your login"
+msgstr "Bonvole provu denove"
-#: ../../standalone/drakbackup_.c:3440
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:3440
-#, fuzzy
-msgid "Restore From CD"
-msgstr "Restaŭru de disketo"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please enter the host name or IP."
+msgstr "Bonvole, provu la muson"
-#: ../../standalone/drakbackup_.c:3442
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:3452
+#: ../../standalone/drakbackup:1
#, c-format
msgid ""
-"Insert the tape with volume label %s\n"
-" in the tape drive device %s"
+" Transfer \n"
+"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:3452
-#, fuzzy
-msgid "Restore From Tape"
-msgstr "Sava subdiskotabelo"
-
-#: ../../standalone/drakbackup_.c:3454
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Not the correct tape label. Tape is labelled %s."
+msgid ""
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:3474
-#, fuzzy
-msgid "Restore Via Network"
-msgstr "Restaŭru de dosiero"
-
-#: ../../standalone/drakbackup_.c:3474
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Restore Via Network Protocol: %s"
+msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:3475
-#, fuzzy
-msgid "Host Name"
-msgstr "Poŝtejo"
-
-#: ../../standalone/drakbackup_.c:3476
-msgid "Host Path or Module"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Net Method:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3483
-#, fuzzy
-msgid "Password required"
-msgstr "Pasvorto"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Use network connection to backup"
+msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:3489
-#, fuzzy
-msgid "Username required"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Users"
msgstr "Salutnomo"
-#: ../../standalone/drakbackup_.c:3492
-#, fuzzy
-msgid "Hostname required"
-msgstr "Poŝtejo: "
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Windows (FAT32)"
+msgstr "Forigu Vindozon"
-#: ../../standalone/drakbackup_.c:3497
-msgid "Path or Module required"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3510
-msgid "Files Restored..."
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove Selected"
+msgstr "Malinstalu printvicon"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:3513
-#, fuzzy
-msgid "Restore Failed..."
-msgstr "Restaŭru de dosiero"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Please check all users that you want to include in your backup."
+msgstr "Bonvole, elektu la pakaĵojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:3751
-msgid "Restore all backups"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:3760
-#, fuzzy
-msgid "Custom Restore"
-msgstr "Akomodata"
-
-#: ../../standalone/drakbackup_.c:3804
-msgid "CD in place - continue."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3810
-msgid "Browse to new restore repository."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3813
-#, fuzzy
-msgid "Restore From Catalog"
-msgstr "Sava subdiskotabelo"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup your System files. (/etc directory)"
+msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:3841
-#, fuzzy
-msgid "Restore Progress"
-msgstr "Restaŭru de dosiero"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"These options can backup and restore all files in your /etc directory.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
-#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
-#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
-#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
-#: ../../standalone/drakbackup_.c:4139
-#, fuzzy
-msgid "Previous"
-msgstr "<- Antaŭa"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"\n"
+"Please check all options that you need.\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
-#: ../../standalone/logdrake_.c:203
-#, fuzzy
-msgid "Save"
-msgstr "Stato:"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Select the files or directories and click on 'Add'"
+msgstr ""
-#: ../../standalone/drakbackup_.c:3946
-#, fuzzy
-msgid "Build Backup"
-msgstr "Malbona rezerva dosiero"
+#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "File Selection"
+msgstr "Elektado de Pakaĵoj"
-#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
-#, fuzzy
-msgid "Restore"
-msgstr "Restaŭru de dosiero"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Can't create catalog!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4189
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid " Error while sending mail. \n"
+msgstr "Eraro legante dosiero %s"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sendmail.\n"
-" Your report mail was not sent.\n"
-" Please configure sendmail"
+"\n"
+"Drakbackup activities via tape:\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4195
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"Error during sending file via FTP.\n"
-" Please correct your FTP configuration."
+"\n"
+"Drakbackup activities via CD:\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4209
-#, fuzzy
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"The following packages need to be installed:\n"
-" @list_of_rpm_to_install"
-msgstr "La sekvaj pakaĵoj estos instalataj"
-
-#: ../../standalone/drakbackup_.c:4232
-#, fuzzy
-msgid "Please select data to restore..."
-msgstr "Bonvole, elektu lingvon por uzi."
-
-#: ../../standalone/drakbackup_.c:4267
-#, fuzzy
-msgid "Please select media for backup..."
-msgstr "Bonvole, elektu lingvon por uzi."
-
-#: ../../standalone/drakbackup_.c:4275
-#, fuzzy
-msgid "Please select data to backup..."
-msgstr "Bonvole, elektu lingvon por uzi."
+"\n"
+"Drakbackup activities via %s:\n"
+"\n"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4308
-msgid "Under Devel ... please wait."
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-#: ../../standalone/drakbackup_.c:4382
-#, fuzzy
-msgid "Backup system files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "No changes to backup!"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:4384
-#, fuzzy
-msgid "Backup user files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Hard Disk Backup files..."
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:4386
-#, fuzzy
-msgid "Backup other files"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup Other files..."
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
-msgid "Total Progress"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4412
-msgid "files sending by FTP"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Backup User files..."
+msgstr "Malbona rezerva dosiero"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:4416
-#, fuzzy
-msgid "Sending files..."
-msgstr "Konservu en dosiero"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4500
-#, fuzzy
-msgid "Backup Now from configuration file"
-msgstr "Reta Konfiguraĵo"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission problem accessing CD."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4505
-#, fuzzy
-msgid "View Backup Configuration."
-msgstr "Reta Konfiguraĵo"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to erase the media."
+msgstr ""
-#: ../../standalone/drakbackup_.c:4526
-#, fuzzy
-msgid "Wizard Configuration"
-msgstr "LAN Konfiguraĵo"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Not erasable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4531
-#, fuzzy
-msgid "Advanced Configuration"
-msgstr "LAN Konfiguraĵo"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Does not appear to be recordable media!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4536
-#, fuzzy
-msgid "Backup Now"
-msgstr "Dosiersistemo konfiguro"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No CDR/DVDR in drive!"
+msgstr ""
-#: ../../standalone/drakbackup_.c:4576
-msgid "Drakbackup"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:4624
-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"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:4654
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Total progess"
+msgstr "Provu pordojn"
+
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\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"
+"ssh -i %s %s\\@%s\n"
"\n"
+"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:4662
-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 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:1
+#, c-format
+msgid "%s not responding"
msgstr ""
-#: ../../standalone/drakbackup_.c:4701
-msgid ""
-"restore description:\n"
-" \n"
-"Only the most recent date will be used, because with incremental \n"
-"backups it is necessary to restore one by one each older backup.\n"
-"\n"
-"So if you don't want to restore a user please unselect all their\n"
-"check boxes.\n"
-"\n"
-"Otherwise, you are able to select only one of these.\n"
-"\n"
-" - Incremental Backups:\n"
-"\n"
-"\tThe incremental backup is the most powerful \n"
-"\toption to use. This option allows you to \n"
-"\tbackup all of your data the first time, and \n"
-"\tonly the changed data 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 option all\n"
-"\told backups are deleted before each backup. \n"
-"\n"
-"\n"
-"\n"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Ne povis malfermi %s por skribi: %s\n"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:4727
-msgid ""
-" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
-"fr>"
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Neniu pasvorto"
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:4729
-msgid ""
-" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:4732
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "This may take a moment to generate the keys."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+"%s exists, delete?\n"
"\n"
-" Configuration file:\n"
-"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
+msgstr ""
+
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid ""
"\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"
+" DrakBackup Report Details\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4769
+#: ../../standalone/drakbackup:1
+#, c-format
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"
+" DrakBackup Daemon Report\n"
+"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4778
+#: ../../standalone/drakbackup:1
+#, c-format
msgid ""
"\n"
-"Restore Backup Problems:\n"
+" DrakBackup Report \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/drakboot_.c:50
+#: ../../standalone/drakbackup:1
#, c-format
-msgid "Installation of %s failed. The following error occured:"
-msgstr "Instalado de %s malsukcesis. La sekvanta eraro okazis:"
-
-#: ../../standalone/drakbug_.c:45
-msgid "Mandrake Bug Report Tool"
-msgstr ""
-
-#: ../../standalone/drakbug_.c:50
-msgid "First Time Wizard"
+msgid "INFO"
msgstr ""
-#: ../../standalone/drakbug_.c:51
-msgid "Synchronization tool"
-msgstr ""
+#: ../../standalone/drakbackup:1
+#, fuzzy, c-format
+msgid "FATAL"
+msgstr "Dosierlokigtabelo (FAT)"
-#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
-#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
-#: ../../standalone/drakbug_.c:139
-msgid "Standalone Tools"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbug_.c:53
-msgid "HardDrake"
+#: ../../standalone/drakbackup:1
+#, c-format
+msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbug_.c:54
-#, fuzzy
-msgid "Mandrake Online"
-msgstr "Konekti al la interreto"
-
-#: ../../standalone/drakbug_.c:55
-#, fuzzy
-msgid "Menudrake"
-msgstr "Spertulo"
-
-#: ../../standalone/drakbug_.c:56
-#, fuzzy
-msgid "Msec"
-msgstr "Muso"
-
-#: ../../standalone/drakbug_.c:57
-#, fuzzy
-msgid "Remote Control"
-msgstr "Malproksima printilo"
-
-#: ../../standalone/drakbug_.c:58
-#, fuzzy
-msgid "Software Manager"
-msgstr "Opuza nomo"
+#: ../../standalone/drakboot:1
+#, c-format
+msgid "Installation of %s failed. The following error occured:"
+msgstr "Instalado de %s malsukcesis. La sekvanta eraro okazis:"
-#: ../../standalone/drakbug_.c:59
-msgid "Urpmi"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "No browser available! Please install one"
msgstr ""
+"Vi povas elektu aliajn lingvojn kiujn estos uzeblaj malantaĊ­ la instalado"
-#: ../../standalone/drakbug_.c:60
-msgid "Windows Migration tool"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:61
-#, fuzzy
-msgid "Userdrake"
-msgstr "Printilo"
-
-#: ../../standalone/drakbug_.c:62
-#, fuzzy
-msgid "Configuration Wizards"
-msgstr "ISDN-a Konfiguraĵon"
-
-#: ../../standalone/drakbug_.c:75
-#, fuzzy
-msgid "Application:"
-msgstr "Aŭtentikigado"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package not installed"
+msgstr "Eliru instalprogramon"
-#: ../../standalone/drakbug_.c:76
-#, fuzzy
-msgid "Package: "
-msgstr "Elektado de Pakaĵoj"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Not installed"
+msgstr "Eliru instalprogramon"
-#: ../../standalone/drakbug_.c:77
-msgid "Kernel:"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Standalone Tools"
msgstr ""
-#: ../../standalone/drakbug_.c:78
-#, fuzzy
-msgid "Release: "
-msgstr "Bonvole atendu"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Report"
+msgstr "porto"
-#: ../../standalone/drakbug_.c:93
+#: ../../standalone/drakbug:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -10952,476 +14001,571 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:112
-#, fuzzy
-msgid "Report"
-msgstr "porto"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Release: "
+msgstr "Bonvole atendu"
-#: ../../standalone/drakbug_.c:148
-#, fuzzy
-msgid "Not installed"
-msgstr "Eliru instalprogramon"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Kernel:"
+msgstr ""
-#: ../../standalone/drakbug_.c:160
-#, fuzzy
-msgid "Package not installed"
-msgstr "Eliru instalprogramon"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Package: "
+msgstr "Elektado de Pakaĵoj"
-#: ../../standalone/drakbug_.c:173
-msgid "connecting to Bugzilla wizard ..."
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Application:"
+msgstr "AĊ­tentikigado"
+
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Configuration Wizards"
+msgstr "ISDN-a Konfiguraĵon"
+
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Userdrake"
+msgstr "Printilo"
+
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Windows Migration tool"
msgstr ""
-#: ../../standalone/drakbug_.c:180
-#, fuzzy
-msgid "No browser available! Please install one"
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Urpmi"
msgstr ""
-"Vi povas elektu aliajn lingvojn kiujn estos uzeblaj malantaŭ la instalado"
-#: ../../standalone/drakconnect_.c:75
+#: ../../standalone/drakbug:1
#, fuzzy, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "ISDN-a Konfiguraĵon"
+msgid "Software Manager"
+msgstr "Opuza nomo"
-#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
-#, fuzzy
-msgid "Profile: "
-msgstr "muntado malsukcesis: "
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Remote Control"
+msgstr "Malproksima printilo"
-#: ../../standalone/drakconnect_.c:91
-msgid "Del profile..."
-msgstr ""
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Msec"
+msgstr "Muso"
-#: ../../standalone/drakconnect_.c:97
-msgid "Profile to delete:"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Menudrake"
+msgstr "Spertulo"
+
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "Mandrake Online"
+msgstr "Konekti al la interreto"
+
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "HardDrake"
msgstr ""
-#: ../../standalone/drakconnect_.c:125
-msgid "New profile..."
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakconnect_.c:131
-msgid ""
-"Name of the profile to create (the new profile is created as a copy of the "
-"current one) :"
+#: ../../standalone/drakbug:1
+#, fuzzy, c-format
+msgid "First Time Wizard"
+msgstr "Bonvenon al Unuafoja Sorĉilo"
+
+#: ../../standalone/drakbug:1
+#, c-format
+msgid "Mandrake Bug Report Tool"
msgstr ""
-#: ../../standalone/drakconnect_.c:157
-msgid "Hostname: "
-msgstr "Poŝtejo: "
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP Client"
+msgstr ""
-#: ../../standalone/drakconnect_.c:164
-#, fuzzy
-msgid "Internet access"
-msgstr "Interreto"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Ethernet Card"
+msgstr ""
-#: ../../standalone/drakconnect_.c:177
-msgid "Type:"
-msgstr "Speco:"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway"
+msgstr "Kluzo"
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-msgid "Gateway:"
-msgstr "Kluzo:"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Parameters"
+msgstr ""
-#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
-#, fuzzy
-msgid "Interface:"
-msgstr "Interreto"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connection type: "
+msgstr "Speco de konekto"
-#: ../../standalone/drakconnect_.c:191
-msgid "Status:"
-msgstr "Stato:"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Profile: "
+msgstr "muntado malsukcesis: "
-#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
-msgid "Wait please"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Internet Connection Configuration"
+msgstr "Interreta konektaĵo kaj konfiguro"
-#: ../../standalone/drakconnect_.c:216
-#, fuzzy
-msgid "Configure Internet Access..."
-msgstr "Konfiguru servojn"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Internet connection configuration"
+msgstr "Interreta konektaĵo kaj konfiguro"
-#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
-msgid "LAN configuration"
-msgstr "LAN Konfiguraĵo"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"You don't have an Internet connection.\n"
+"Create one first by clicking on 'Configure'"
+msgstr ""
-#: ../../standalone/drakconnect_.c:228
-msgid "Driver"
-msgstr "Pelilo"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
+msgstr ""
-#: ../../standalone/drakconnect_.c:228
-msgid "Interface"
-msgstr "Interfaco"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "activate now"
+msgstr "Aktiva"
-#: ../../standalone/drakconnect_.c:228
-msgid "Protocol"
-msgstr "Protokolo"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "deactivate now"
+msgstr "Aktiva"
-#: ../../standalone/drakconnect_.c:228
-#, fuzzy
-msgid "State"
-msgstr "Stato:"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "DHCP client"
+msgstr ""
-#: ../../standalone/drakconnect_.c:240
-#, fuzzy
-msgid "Configure Local Area Network..."
-msgstr "Konfiguru lokan reton"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Started on boot"
+msgstr ""
-#: ../../standalone/drakconnect_.c:252
-msgid "Click here to launch the wizard ->"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Boot Protocol"
msgstr ""
-#: ../../standalone/drakconnect_.c:253
-msgid "Wizard..."
-msgstr "Sorĉisto..."
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Adapter %s: %s"
+msgstr "Adaptilo %s: %s"
-#: ../../standalone/drakconnect_.c:279
-msgid "Apply"
-msgstr "Apliku"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN Configuration"
+msgstr "LAN Konfiguraĵo"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Connected"
-msgstr "Konektita"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "LAN configuration"
+msgstr "LAN Konfiguraĵo"
-#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
-#: ../../standalone/net_monitor_.c:457
-msgid "Not connected"
-msgstr "Ne konektita"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
+msgstr ""
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Connect..."
msgstr "Konektu..."
-#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
+#: ../../standalone/drakconnect:1
+#, c-format
msgid "Disconnect..."
msgstr "Malkonektu..."
-#: ../../standalone/drakconnect_.c:400
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Not connected"
+msgstr "Ne konektita"
+
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Connected"
+msgstr "Konektita"
+
+#: ../../standalone/drakconnect:1
+#, c-format
msgid ""
"Warning, another Internet connection has been detected, maybe using your "
"network"
msgstr ""
-#: ../../standalone/drakconnect_.c:427
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Interface:"
+msgstr "Interreto"
-#: ../../standalone/drakconnect_.c:449
-msgid "LAN Configuration"
-msgstr "LAN Konfiguraĵo"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Gateway:"
+msgstr "Kluzo:"
-#: ../../standalone/drakconnect_.c:460
+#: ../../standalone/drakconnect:1
#, c-format
-msgid "Adapter %s: %s"
-msgstr "Adaptilo %s: %s"
+msgid "Apply"
+msgstr "Apliku"
-#: ../../standalone/drakconnect_.c:466
-msgid "Boot Protocol"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/drakconnect_.c:467
-msgid "Started on boot"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Wizard..."
+msgstr "Sorĉisto..."
-#: ../../standalone/drakconnect_.c:468
-msgid "DHCP client"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Status:"
+msgstr "Stato:"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-#, fuzzy
-msgid "activate now"
-msgstr "Aktiva"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Type:"
+msgstr "Speco:"
-#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
-#, fuzzy
-msgid "deactivate now"
-msgstr "Aktiva"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Internet access"
+msgstr "Interreto"
-#: ../../standalone/drakconnect_.c:499
-msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Hostname: "
+msgstr "PoĊtejo: "
-#: ../../standalone/drakconnect_.c:556
-msgid ""
-"You don't have any internet connection.\n"
-"Create one first by clicking on 'Configure'"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Configure Local Area Network..."
+msgstr "Konfiguru lokan reton"
-#: ../../standalone/drakconnect_.c:580
-#, fuzzy
-msgid "Internet connection configuration"
-msgstr "Interreta konektaĵo kaj konfiguro"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "State"
+msgstr "Stato:"
-#: ../../standalone/drakconnect_.c:584
-#, fuzzy
-msgid "Internet Connection Configuration"
-msgstr "Interreta konektaĵo kaj konfiguro"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Driver"
+msgstr "Pelilo"
-#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
-msgid "Connection type: "
-msgstr "Speco de konekto"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Protocol"
+msgstr "Protokolo"
-#: ../../standalone/drakconnect_.c:599
-msgid "Parameters"
-msgstr ""
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Interface"
+msgstr "Interfaco"
-#: ../../standalone/drakconnect_.c:618
-msgid "Gateway"
-msgstr "Kluzo"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Configure Internet Access..."
+msgstr "Konfiguru servojn"
-#: ../../standalone/drakconnect_.c:627
-msgid "Ethernet Card"
+#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Wait please"
msgstr ""
-#: ../../standalone/drakconnect_.c:628
-msgid "DHCP Client"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
msgstr ""
-#: ../../standalone/drakfloppy_.c:39
-msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-iso8859-3,*"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "New profile..."
+msgstr ""
-#: ../../standalone/drakfloppy_.c:40
-msgid "Module name"
-msgstr "Modulonomo"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Profile to delete:"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:40
-msgid "Size"
-msgstr "Grandeco"
+#: ../../standalone/drakconnect:1
+#, c-format
+msgid "Del profile..."
+msgstr ""
-#: ../../standalone/drakfloppy_.c:45
-msgid "drakfloppy"
-msgstr "drakfloppy"
+#: ../../standalone/drakconnect:1
+#, fuzzy, c-format
+msgid "Network configuration (%d adapters)"
+msgstr "ISDN-a Konfiguraĵon"
-#: ../../standalone/drakfloppy_.c:63
-msgid "boot disk creation"
-msgstr "Startdiskokreado"
+#: ../../standalone/drakedm:1
+#, c-format
+msgid ""
+"X11 Display Manager allows you to graphically log\n"
+"into your system with the X Window System running and supports running\n"
+"several different X sessions on your local machine at the same time."
+msgstr ""
-#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
-msgid "default"
-msgstr "defaŭlta"
+#: ../../standalone/drakedm:1
+#, c-format
+msgid "Choosing a display manager"
+msgstr ""
-#: ../../standalone/drakfloppy_.c:87
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid "DrakFloppy Error: %s"
-msgstr "Eraro DrakFloppy: %s"
+msgid ""
+"Unable to properly close mkbootdisk: \n"
+" %s \n"
+" %s"
+msgstr ""
+"Ne povis ĝuste fermi mkbootdisk-on: \n"
+" %s \n"
+" %s"
-#: ../../standalone/drakfloppy_.c:98
-msgid "kernel version"
-msgstr "Kerna versio"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Unable to fork: %s"
+msgstr "Ne povis forki: %s"
-#: ../../standalone/drakfloppy_.c:104
-msgid "General"
-msgstr "Ĝenerala"
+#: ../../standalone/drakfloppy:1
+#, fuzzy, c-format
+msgid ""
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
+msgstr ""
+"Ne estas medio en aparato %s.\n"
+"Bonvole enĊovu ĝin."
-#: ../../standalone/drakfloppy_.c:109
-msgid "Expert Area"
-msgstr "Spertulejo"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Be sure a media is present for the device %s"
+msgstr "Kontrolu ke medio estas en la aparato %s"
-#: ../../standalone/drakfloppy_.c:112
-msgid "mkinitrd optional arguments"
-msgstr "mkinitrd opciaj argumentoj"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Build the disk"
+msgstr "Konstruu la diskon"
-#: ../../standalone/drakfloppy_.c:113
-msgid "Add a module"
-msgstr "Aldonu modulon"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Output"
+msgstr "Skribu"
-#: ../../standalone/drakfloppy_.c:133
-msgid "force"
-msgstr "devigu"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Remove a module"
+msgstr "Forprenu modulon"
-#: ../../standalone/drakfloppy_.c:134
-msgid "if needed"
-msgstr "se bezonata"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "omit raid modules"
+msgstr "forlasu RAID-ajn modulojn"
-#: ../../standalone/drakfloppy_.c:135
+#: ../../standalone/drakfloppy:1
+#, c-format
msgid "omit scsi modules"
msgstr "forlasu SCSI-ajn modulojn"
-#: ../../standalone/drakfloppy_.c:136
-msgid "omit raid modules"
-msgstr "forlasu RAID-ajn modulojn"
-
-#: ../../standalone/drakfloppy_.c:172
-msgid "Remove a module"
-msgstr "Forprenu modulon"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "if needed"
+msgstr "se bezonata"
-#: ../../standalone/drakfloppy_.c:194
-msgid "Output"
-msgstr "Skribu"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "force"
+msgstr "devigu"
-#: ../../standalone/drakfloppy_.c:206
-msgid "Build the disk"
-msgstr "Konstruu la diskon"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Add a module"
+msgstr "Aldonu modulon"
-#: ../../standalone/drakfloppy_.c:336
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid "Be sure a media is present for the device %s"
-msgstr "Kontrolu ke medio estas en la aparato %s"
+msgid "mkinitrd optional arguments"
+msgstr "mkinitrd opciaj argumentoj"
-#: ../../standalone/drakfloppy_.c:341
-#, fuzzy, c-format
-msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
-msgstr ""
-"Ne estas medio en aparato %s.\n"
-"Bonvole enŝovu ĝin."
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Expert Area"
+msgstr "Spertulejo"
-#: ../../standalone/drakfloppy_.c:344
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid "Unable to fork: %s"
-msgstr "Ne povis forki: %s"
+msgid "General"
+msgstr "Ĝenerala"
-#: ../../standalone/drakfloppy_.c:349
+#: ../../standalone/drakfloppy:1
#, c-format
-msgid ""
-"Unable to close properly mkbootdisk: \n"
-" %s \n"
-" %s"
-msgstr ""
-"Ne povis ĝuste fermi mkbootdisk-on: \n"
-" %s \n"
-" %s"
+msgid "kernel version"
+msgstr "Kerna versio"
-#: ../../standalone/drakfont_.c:213
-msgid "Search installed fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "DrakFloppy Error: %s"
+msgstr "Eraro DrakFloppy: %s"
-#: ../../standalone/drakfont_.c:215
-msgid "Unselect fonts installed"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "default"
+msgstr "defaĊ­lta"
-#: ../../standalone/drakfont_.c:239
-msgid "parse all fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "boot disk creation"
+msgstr "Startdiskokreado"
-#: ../../standalone/drakfont_.c:242
-#, fuzzy
-msgid "no fonts found"
-msgstr "neniu retkarto trovita"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "drakfloppy"
+msgstr "drakfloppy"
-#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
-#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
-#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
-#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
-#, fuzzy
-msgid "done"
-msgstr "Finata"
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Size"
+msgstr "Grandeco"
-#: ../../standalone/drakfont_.c:257
-msgid "could not find any font in your mounted partitions"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "Module name"
+msgstr "Modulonomo"
-#: ../../standalone/drakfont_.c:303
-msgid "Reselect correct fonts"
-msgstr ""
+#: ../../standalone/drakfloppy:1
+#, c-format
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-iso8859-3,*"
-#: ../../standalone/drakfont_.c:307
-msgid "could not find any font.\n"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Post Uninstall"
+msgstr "Eliru instalprogramon"
-#: ../../standalone/drakfont_.c:331
-msgid "Search fonts in installed list"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove fonts on your system"
+msgstr "Via komputilo ne havas retadaptilon!"
-#: ../../standalone/drakfont_.c:359
-msgid "Fonts copy"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Initial tests"
msgstr ""
-#: ../../standalone/drakfont_.c:363
-#, fuzzy
-msgid "True Type fonts installation"
-msgstr "Preparas instaladon"
-
-#: ../../standalone/drakfont_.c:371
-msgid "please wait during ttmkfdir..."
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Post Install"
+msgstr "Instalu"
-#: ../../standalone/drakfont_.c:377
-msgid "True Type install done"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Install & convert Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
-msgid "Fonts conversion"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Copy fonts on your system"
+msgstr "Via komputilo ne havas retadaptilon!"
-#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
-#: ../../standalone/drakfont_.c:450
-msgid "type1inst building"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Remove List"
+msgstr "Malproksima printilo"
-#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
-msgid "Ghostscript referencing"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Selected All"
+msgstr "Elektu dosieron"
-#: ../../standalone/drakfont_.c:437
-msgid "ttf fonts conversion"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselected All"
msgstr ""
-#: ../../standalone/drakfont_.c:444
-msgid "pfm fonts conversion"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "here if no."
msgstr ""
-#: ../../standalone/drakfont_.c:456
-msgid "Suppress temporary Files"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "click here if you are sure."
msgstr ""
-#: ../../standalone/drakfont_.c:459
-#, fuzzy
-msgid "Restart XFS"
-msgstr "limigu"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Install List"
+msgstr "Instalu sistemon"
-#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
-msgid "Suppress Fonts Files"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Select the font file or directory and click on 'Add'"
msgstr ""
-#: ../../standalone/drakfont_.c:528
-#, fuzzy
-msgid "xfs restart"
-msgstr "limigu"
-
-#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
+#: ../../standalone/drakfont:1
+#, c-format
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."
+"-You can install the fonts the normal way. In rare cases, bogus fonts may "
+"hang up your X Server."
msgstr ""
-#: ../../standalone/drakfont_.c:621
-#, fuzzy
-msgid "Fonts Importation"
-msgstr "Formatu subdiskojn"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Generic Printers"
+msgstr "Printilo"
-#: ../../standalone/drakfont_.c:650
-msgid "Get Windows Fonts"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Abiword"
+msgstr "Ĉesigu"
-#: ../../standalone/drakfont_.c:658
-msgid "Uninstall Fonts"
-msgstr ""
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "StarOffice"
+msgstr "Oficejo"
-#: ../../standalone/drakfont_.c:669
-#, fuzzy
-msgid "Advanced Options"
-msgstr "LAN Konfiguraĵo"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript"
+msgstr ""
-#: ../../standalone/drakfont_.c:677
-#, fuzzy
-msgid "Font List"
-msgstr "Surmetingo"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Choose the applications that will support the fonts:"
+msgstr "Elektu la subdiskoj kiuj vi deziras formati"
-#: ../../standalone/drakfont_.c:737
+#: ../../standalone/drakfont:1
+#, c-format
msgid ""
"\n"
" Copyright (C) 2001-2002 by MandrakeSoft \n"
-"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
+"\tDUPONT Sebastien (original version)\n"
+" CHAUMETTE Damien <dchaumette\\@mandrakesoft.com>\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"
@@ -11447,264 +14591,340 @@ msgid ""
" - ttf2pt1: \n"
"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
" Convert ttf font files to afm and pfb fonts\n"
-"\n"
-"\n"
msgstr ""
-#: ../../standalone/drakfont_.c:793
-msgid ""
-"drakfont Future Overview\n"
-" - Fonts import:\n"
-" pfb ( Adobe Type 1 binary )\n"
-" pfa ( Adobe Type 1 ASCII )\n"
-" ttf ( True-Type )\n"
-" pcf.gz\n"
-" Speedo\n"
-" and Bitmap (PCF, BDF, and SNF)\n"
-" - Features\n"
-" - Install fonts from any directory\n"
-" - Get windows fonts on any vfat partitions\n"
-" - Get fonts on any partitions.\n"
-" - UN-installation of any fonts (even if not installed "
-"through drakfont)\n"
-" - Support\n"
-" - Xfs\n"
-" - ghostscript & printer\n"
-" - Staroffice & printer\n"
-" - abiword\n"
-"\t - netscape\n"
-" - Koffice, Gnumeric, ... studying\n"
-" - all fonts supported by printer\n"
-" - anti-aliases by RENDER in Xfree86 .... \n"
-"\t\t\t\tsupported by KDE.\n"
-"\t\t\t\twill be supported by gnome 1.2.\n"
-"Visual Interface:\n"
-" Window interface:\n"
-" - Fontselectiondialog widget\n"
-" - Command buttons under Fontselectiondialog (like the actual "
-"frontend).\n"
-" Commands buttons:\n"
-" - import from windows partition.\n"
-" import from all fat32 partitions and look for winnt/windows/"
-"font\n"
-" and import all (delete doublon) but don't import if already "
-"exist.\n"
-" - import from directory\n"
-" look for if it exist before for each font and not delete the "
-"original.\n"
-" (replace all, no, none)\n"
-" expert options:\n"
-" ask the directory, and look for if it exist before\n"
-" if it exist ask: (replace all, no, none)\n"
-" - uninstall with list per font type\n"
-" Expert additional switch\n"
-" - option support: ghostscript, Staroffice, etc...\n"
-" check-button. (by default all check)\n"
-" - Printer Application Fonts Support...\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../standalone/drakfont_.c:862
-#, fuzzy
-msgid "Choose the applications that will support the fonts:"
-msgstr "Elektu la subdiskoj kiuj vi deziras formati"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "About"
+msgstr "Ĉesigu"
-#: ../../standalone/drakfont_.c:870
-msgid "Ghostscript"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Font List"
+msgstr "Surmetingo"
+
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Advanced Options"
+msgstr "LAN Konfiguraĵo"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Uninstall Fonts"
msgstr ""
-#: ../../standalone/drakfont_.c:877
-#, fuzzy
-msgid "StarOffice"
-msgstr "Oficejo"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Get Windows Fonts"
+msgstr ""
-#: ../../standalone/drakfont_.c:884
-#, fuzzy
-msgid "Abiword"
-msgstr "Ĉesigu"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Import Fonts"
+msgstr "Formatu subdiskojn"
-#: ../../standalone/drakfont_.c:891
-#, fuzzy
-msgid "Generic Printers"
-msgstr "Printilo"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "done"
+msgstr "Finata"
-#: ../../standalone/drakfont_.c:958
-msgid "Select the font file or directory and click on 'Add'"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "xfs restart"
+msgstr "limigu"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Fonts Files"
msgstr ""
-#: ../../standalone/drakfont_.c:1005
-#, fuzzy
-msgid "Install List"
-msgstr "Instalu sistemon"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "Restart XFS"
+msgstr "limigu"
-#: ../../standalone/drakfont_.c:1048
-msgid "click here if you are sure."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Suppress Temporary Files"
msgstr ""
-#: ../../standalone/drakfont_.c:1055
-msgid "here if no."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "type1inst building"
msgstr ""
-#: ../../standalone/drakfont_.c:1112
-msgid "Unselected All"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "pfm fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:1116
-#, fuzzy
-msgid "Selected All"
-msgstr "Elektu dosieron"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "ttf fonts conversion"
+msgstr ""
-#: ../../standalone/drakfont_.c:1120
-#, fuzzy
-msgid "Remove List"
-msgstr "Malproksima printilo"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Ghostscript referencing"
+msgstr ""
-#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
-msgid "Initials tests"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts conversion"
msgstr ""
-#: ../../standalone/drakfont_.c:1145
-#, fuzzy
-msgid "Copy fonts on your system"
-msgstr "Via komputilo ne havas retadaptilon!"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "True Type install done"
+msgstr ""
-#: ../../standalone/drakfont_.c:1149
-msgid "Install & convert Fonts"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "please wait during ttmkfdir..."
msgstr ""
-#: ../../standalone/drakfont_.c:1153
-#, fuzzy
-msgid "Post Install"
-msgstr "Instalu"
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "True Type fonts installation"
+msgstr "Preparas instaladon"
-#: ../../standalone/drakfont_.c:1178
-#, fuzzy
-msgid "Remove fonts on your system"
-msgstr "Via komputilo ne havas retadaptilon!"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Fonts copy"
+msgstr ""
-#: ../../standalone/drakfont_.c:1182
-#, fuzzy
-msgid "Post Uninstall"
-msgstr "Eliru instalprogramon"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search for fonts in installed list"
+msgstr ""
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
-msgid "Internet Connection Sharing"
-msgstr "Disdividado de Interreta Konekto"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font.\n"
+msgstr ""
-#: ../../standalone/drakgw_.c:114
-msgid "Sorry, we support only 2.4 kernels."
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Reselect correct fonts"
msgstr ""
-#: ../../standalone/drakgw_.c:125
-msgid "Internet Connection Sharing currently enabled"
-msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "could not find any font in your mounted partitions"
+msgstr ""
-#: ../../standalone/drakgw_.c:126
-#, fuzzy
+#: ../../standalone/drakfont:1
+#, fuzzy, c-format
+msgid "no fonts found"
+msgstr "neniu retkarto trovita"
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "parse all fonts"
+msgstr ""
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Unselect fonts installed"
+msgstr ""
+
+#: ../../standalone/drakfont:1
+#, c-format
+msgid "Search installed fonts"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
msgid ""
-"The setup of Internet connection sharing has already been done.\n"
-"It's currently enabled.\n"
+"Welcome to the Internet Connection Sharing utility!\n"
"\n"
-"What would you like to do?"
+"%s\n"
+"\n"
+"Click on Configure to launch the setup wizard."
+msgstr "Disdividado de Interreta Konekto"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Internet Connection Sharing configuration"
+msgstr "Interreta konektaĵo kaj konfiguro"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "No Internet Connection Sharing has ever been configured."
+msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+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:130
-msgid "disable"
-msgstr "malebligu"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+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:130 ../../standalone/drakgw_.c:154
-msgid "dismiss"
-msgstr "forsendu"
+#: ../../standalone/drakgw:1
+#, c-format
+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:130 ../../standalone/drakgw_.c:154
-msgid "reconfigure"
-msgstr "rekonfiguru"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "Problems installing package %s"
+msgstr "Problemoj instalante pakaĵon %s"
-#: ../../standalone/drakgw_.c:133
-#, fuzzy
-msgid "Disabling servers..."
-msgstr "Detektas aparatojn..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring scripts, installing software, starting servers..."
+msgstr ""
+"Mi konfiguras komandodosierojn, instalas programojn, startas servilojn..."
-#: ../../standalone/drakgw_.c:142
-#, fuzzy
-msgid "Internet connection sharing is now disabled."
-msgstr "Disdividado de Interreta Konekto nuntempe malkapabligata"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Configuring..."
+msgstr "Mi konfiguras..."
-#: ../../standalone/drakgw_.c:149
-msgid "Internet Connection Sharing currently disabled"
-msgstr "Disdividado de Interreta Konekto nuntempe malkapabligata"
+#: ../../standalone/drakgw:1
+#, 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:150
-#, 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?"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-#: ../../standalone/drakgw_.c:154
-msgid "enable"
-msgstr "ebligu"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Re-configure interface and DHCP server"
+msgstr ""
-#: ../../standalone/drakgw_.c:161
-msgid "Enabling servers..."
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The maximum lease (in seconds)"
msgstr ""
-#: ../../standalone/drakgw_.c:166
-#, fuzzy
-msgid "Internet connection sharing is now enabled."
-msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The default lease (in seconds)"
+msgstr ""
-#: ../../standalone/drakgw_.c:183
-#, fuzzy
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP end range"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "The DHCP start range"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The internal domain name"
+msgstr "Neniu printilo"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "The DNS Server IP"
+msgstr "IP de SMB servilo"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "(This) DHCP Server IP"
+msgstr "IP de SMB servilo"
+
+#: ../../standalone/drakgw:1
+#, c-format
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"
+"DHCP Server Configuration.\n"
"\n"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\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 dediĉan Retadaptilon por konfiguri Lokan Reton (LAN).\n"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Local Network adress"
+msgstr "neniu retkarto trovita"
+
+#: ../../standalone/drakgw:1
+#, c-format
+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 Network that you use "
+"for your local network; I will not reconfigure it and I will not touch your "
+"DHCP server configuration.\n"
+"\n"
+"The default DNS entry is the Caching Nameserver configured on the firewall. "
+"You can replace that with your ISP DNS IP, for example.\n"
+"\t\t \n"
+"Otherwise, I can reconfigure your interface and (re)configure a DHCP server "
+"for you.\n"
"\n"
-"Ĉu vi deziras konfiguri Disdividadon de Interreta Konekto?\n"
+msgstr ""
-#: ../../standalone/drakgw_.c:211
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s (using module %s)"
+msgid ""
+"Current configuration of `%s':\n"
+"\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:212
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Current interface configuration"
+msgstr "Interreta Konfigurado"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Show current interface configuration"
+msgstr "Interreta Konfigurado"
+
+#: ../../standalone/drakgw:1
#, c-format
-msgid "Interface %s"
-msgstr "Interfaco %s"
+msgid "No (experts only)"
+msgstr ""
-#: ../../standalone/drakgw_.c:220
-msgid "No network adapter on your system!"
-msgstr "Via komputilo ne havas retadaptilon!"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Automatic reconfiguration"
+msgstr "Post-instala konfigurado"
-#: ../../standalone/drakgw_.c:221
+#: ../../standalone/drakgw:1
+#, c-format
msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
+"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 ""
-"Mi ne detektas eterretan retadaptilom sur via sistemo. Bonvole lanĉu la\n"
-"aparatokonfigurilon."
-#: ../../standalone/drakgw_.c:227
-msgid "Network interface"
-msgstr "Reta interfaco"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Network interface already configured"
+msgstr "Ekrano ne estas konfigurata"
-#: ../../standalone/drakgw_.c:228
+#: ../../standalone/drakgw:1
+#, c-format
+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:1
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11717,347 +14937,485 @@ msgstr ""
"\n"
"%s\n"
"\n"
-"Ĉu vi deziras konfiguri vian Lokan Reton (LAN) kun ĉi tiu adaptilo?"
+"Ĉu vi deziras konfiguri vian Lokan Reton (LAN) kun ĉi tiu adaptilo?"
-#: ../../standalone/drakgw_.c:235
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Network interface"
+msgstr "Reta interfaco"
+
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Please choose what network adapter will be connected to your Local Area "
-"Network."
+"No ethernet network adapter has been detected on your system. Please run the "
+"hardware configuration tool."
msgstr ""
-"Bonvole elektu kiun retadaptilon estos konektata al via Loka Reto (LAN)."
+"Mi ne detektas eterretan retadaptilom sur via sistemo. Bonvole lanĉu la\n"
+"aparatokonfigurilon."
-#: ../../standalone/drakgw_.c:261
-#, fuzzy
-msgid "Network interface already configured"
-msgstr "Ekrano ne estas konfigurata"
+#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
+#, c-format
+msgid "No network adapter on your system!"
+msgstr "Via komputilo ne havas retadaptilon!"
-#: ../../standalone/drakgw_.c:262
+#: ../../standalone/drakgw:1
#, c-format
+msgid "Interface %s"
+msgstr "Interfaco %s"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Interface %s (using module %s)"
+msgstr ""
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
+"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"
-"Do you want an automatic re-configuration?\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
"\n"
-"You can do it manually but you need to know what you're doing."
+"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 dediĉan Retadaptilon por konfiguri Lokan Reton (LAN).\n"
+"\n"
+"Ĉu vi deziras konfiguri Disdividadon de Interreta Konekto?\n"
-#: ../../standalone/drakgw_.c:267
-#, fuzzy
-msgid "Automatic reconfiguration"
-msgstr "Post-instala konfigurado"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing"
+msgstr "Disdividado de Interreta Konekto"
-#: ../../standalone/drakgw_.c:267
-msgid "No (experts only)"
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Internet Connection Sharing is now enabled."
+msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:268
-#, fuzzy
-msgid "Show current interface configuration"
-msgstr "Interreta Konfigurado"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "dismiss"
+msgstr "forsendu"
-#: ../../standalone/drakgw_.c:269
-#, fuzzy
-msgid "Current interface configuration"
-msgstr "Interreta Konfigurado"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "reconfigure"
+msgstr "rekonfiguru"
-#: ../../standalone/drakgw_.c:270
+#: ../../standalone/drakgw:1
#, c-format
+msgid "enable"
+msgstr "ebligu"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
msgid ""
-"Current configuration of `%s':\n"
+"The setup of Internet connection sharing has already been done.\n"
+"It's currently disabled.\n"
"\n"
-"Network: %s\n"
-"IP address: %s\n"
-"IP attribution: %s\n"
-"Driver: %s"
+"What would you like to do?"
msgstr ""
+"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
+
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently disabled"
+msgstr "Disdividado de Interreta Konekto nuntempe malkapabligata"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Internet Connection Sharing is now disabled."
+msgstr "Disdividado de Interreta Konekto nuntempe malkapabligata"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
+msgid "Disabling servers..."
+msgstr "Detektas aparatojn..."
-#: ../../standalone/drakgw_.c:283
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "disable"
+msgstr "malebligu"
+
+#: ../../standalone/drakgw:1
+#, fuzzy, c-format
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 Network that you use "
-"for your local network; I will not reconfigure it and I will not touch your "
-"DHCP server configuration.\n"
-"\n"
-"The default DNS entry is the Caching Nameserver configured on the firewall. "
-"You can replace that with your ISP DNS IP, for example.\n"
-"\t\t \n"
-"Else, I can reconfigure your interface and (re)configure a DHCP server for "
-"you.\n"
+"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:290
-#, fuzzy
-msgid "Local Network adress"
-msgstr "neniu retkarto trovita"
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Internet Connection Sharing currently enabled"
+msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw:1
+#, c-format
+msgid "Sorry, we support only 2.4 kernels."
+msgstr ""
+
+#: ../../standalone/drakhelp:1
+#, c-format
msgid ""
-"DHCP Server Configuration.\n"
-"\n"
-"Here you can select different options for the DHCP server configuration.\n"
-"If you don't know the meaning of an option, simply leave it as it is.\n"
-"\n"
+"No browser is installed on your system, Please install one if you want to "
+"browse the help system"
msgstr ""
-#: ../../standalone/drakgw_.c:300
-#, fuzzy
-msgid "(This) DHCP Server IP"
-msgstr "IP de SMB servilo"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group :"
+msgstr "Laborgrupo"
-#: ../../standalone/drakgw_.c:301
-#, fuzzy
-msgid "The DNS Server IP"
-msgstr "IP de SMB servilo"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "user :"
+msgstr "Salutnomo"
-#: ../../standalone/drakgw_.c:302
-#, fuzzy
-msgid "The internal domain name"
-msgstr "Neniu printilo"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Path selection"
+msgstr "Elektado de individuaj pakaĵoj"
-#: ../../standalone/drakgw_.c:303
-msgid "The DHCP start range"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakgw_.c:304
-msgid "The DHCP end range"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use group id for execution"
msgstr ""
-#: ../../standalone/drakgw_.c:305
-msgid "The default lease (in seconds)"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Use owner id for execution"
msgstr ""
-#: ../../standalone/drakgw_.c:306
-msgid "The maximum lease (in seconds)"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../standalone/drakgw_.c:307
-msgid "Re-configure interface and DHCP server"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakgw_.c:314
-msgid "The Local Network did not finish with `.0', bailing out."
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Set-UID"
msgstr ""
-#: ../../standalone/drakgw_.c:325
+#: ../../standalone/drakperm:1
#, 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"
+msgid "sticky-bit"
+msgstr ""
-#: ../../standalone/drakgw_.c:335
-msgid "Configuring..."
-msgstr "Mi konfiguras..."
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Property"
+msgstr "Pordo"
-#: ../../standalone/drakgw_.c:336
-msgid "Configuring scripts, installing software, starting servers..."
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Path"
msgstr ""
-"Mi konfiguras komandodosierojn, instalas programojn, startas servilojn..."
-#: ../../standalone/drakgw_.c:372
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Permissions"
+msgstr "Versio: %s\n"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Current user"
+msgstr "Akceptu uzanto"
+
+#: ../../standalone/drakperm:1
#, c-format
-msgid "Problems installing package %s"
-msgstr "Problemoj instalante pakaĵon %s"
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "select perm file to see/edit"
+msgstr ""
-#: ../../standalone/drakgw_.c:505
+#: ../../standalone/drakperm:1
+#, c-format
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)."
+"Drakperm is used to see files to use in order to fix permissions, owners, "
+"and groups via msec.\n"
+"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../standalone/drakgw_.c:523
-#, fuzzy
-msgid "The setup has already been done, but it's currently disabled."
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Edit current rule"
msgstr ""
-"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-#: ../../standalone/drakgw_.c:524
-#, fuzzy
-msgid "The setup has already been done, and it's currently enabled."
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "edit"
msgstr ""
-"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-#: ../../standalone/drakgw_.c:525
-#, fuzzy
-msgid "No Internet Connection Sharing has ever been configured."
-msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Delete selected rule"
+msgstr "Malinstalu printvicon"
-#: ../../standalone/drakgw_.c:531
-#, fuzzy
-msgid "Internet connection sharing configuration"
-msgstr "Interreta konektaĵo kaj konfiguro"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "delete"
+msgstr "Forigu"
-#: ../../standalone/drakgw_.c:539
+#: ../../standalone/drakperm:1
#, 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"
+msgid "Add a new rule at the end"
+msgstr "Neniu printilo"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
-msgid "group"
-msgstr "Laborgrupo"
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "add a rule"
+msgstr "Aldonu modulon"
-#: ../../standalone/drakperm_.c:36
-msgid "path"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule down one level"
msgstr ""
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "Down"
+msgstr "Finata"
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Move selected rule up one level"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "Up"
+msgstr ""
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
msgid "permissions"
msgstr "subdisko: %s"
-#: ../../standalone/drakperm_.c:36
-#, fuzzy
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
+msgid "group"
+msgstr "Laborgrupo"
+
+#: ../../standalone/drakperm:1
+#, fuzzy, c-format
msgid "user"
msgstr "Salutnomo"
-#: ../../standalone/drakperm_.c:43
-msgid "Up"
+#: ../../standalone/drakperm:1
+#, c-format
+msgid "path"
msgstr ""
-#: ../../standalone/drakperm_.c:44
-#, fuzzy
-msgid "delete"
-msgstr "Forigu"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Location of auto_install.cfg file"
+msgstr "Kreas aĊ­toinstalan disketon"
-#: ../../standalone/drakperm_.c:45
-msgid "edit"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"Please indicate where the auto_install.cfg file is located.\n"
+"\n"
+"Leave it blank if you do not want to set up automatic installation mode.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:46
-#, fuzzy
-msgid "Down"
-msgstr "Finata"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"No CD or DVD image found, please copy the installation program and rpm files."
+msgstr ""
-#: ../../standalone/drakperm_.c:47
-#, fuzzy
-msgid "add a rule"
-msgstr "Aldonu modulon"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "No image found"
+msgstr "Loka printilo"
-#: ../../standalone/drakperm_.c:48
-msgid "select perm file to see/edit"
-msgstr ""
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation image directory"
+msgstr "LAN Konfiguraĵo"
-#: ../../standalone/drakperm_.c:51
+#: ../../standalone/drakpxe:1
+#, c-format
msgid ""
-"Drakperm is used to see files to use in order to fix permissions, owners, "
-"and groups via msec.\n"
-"You can also edit your own rules which will owerwrite the default rules."
+"Please indicate where the installation image will be available.\n"
+"\n"
+"If you do not have an existing directory, please copy the CD or DVD "
+"contents.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:56
-#, fuzzy
-msgid "Add a new rule at the end"
-msgstr "Neniu printilo"
-
-#: ../../standalone/drakperm_.c:57
-msgid "Edit curent rule"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP end ip"
msgstr ""
-#: ../../standalone/drakperm_.c:58
-msgid "Up selected rule one level"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid "The DHCP start ip"
msgstr ""
-#: ../../standalone/drakperm_.c:59
-msgid "Down selected rule one level"
+#: ../../standalone/drakpxe:1
+#, c-format
+msgid ""
+"The DHCP server will allow other computer to boot using PXE in the given "
+"range of address.\n"
+"\n"
+"The network address is %s using a netmask of %s.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakperm_.c:60
-#, fuzzy
-msgid "Delete selected rule"
-msgstr "Malinstalu printvicon"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Interface %s (on network %s)"
+msgstr "Interfaco %s"
-#: ../../standalone/drakperm_.c:224
-msgid "browse"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Please choose which network interface will be used for the dhcp server."
msgstr ""
+"Bonvole elektu kiun retadaptilon vi deziras uzi por konekti al la interreto"
-#: ../../standalone/drakperm_.c:231
-#, fuzzy
-msgid "Current user"
-msgstr "Akceptu uzanto"
-
-#: ../../standalone/drakperm_.c:236
-#, fuzzy
-msgid "Permissions"
-msgstr "Versio: %s\n"
-
-#: ../../standalone/drakperm_.c:237
-msgid "Path"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid ""
+"You are about to configure your computer to install a PXE server as a DHCP "
+"server\n"
+"and a TFTP server to build an installation server.\n"
+"With that feature, other computers on your local network will be installable "
+"using from this computer.\n"
+"\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\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 dediĉan Retadaptilon por konfiguri Lokan Reton (LAN).\n"
+"\n"
+"Ĉu vi deziras konfiguri Disdividadon de Interreta Konekto?\n"
-#: ../../standalone/drakperm_.c:238
-#, fuzzy
-msgid "Property"
-msgstr "Pordo"
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "Installation Server Configuration"
+msgstr "LAN Konfiguraĵo"
-#: ../../standalone/drakperm_.c:240
-msgid "sticky-bit"
-msgstr ""
+#: ../../standalone/drakpxe:1
+#, fuzzy, c-format
+msgid "PXE Server Configuration"
+msgstr "LAN Konfiguraĵo"
-#: ../../standalone/drakperm_.c:241
-msgid "Set-UID"
-msgstr ""
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security options..."
+msgstr "Preparas instaladon"
-#: ../../standalone/drakperm_.c:242
-msgid "Set-GID"
-msgstr ""
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Please wait, setting security level..."
+msgstr "Elektas sekurnivelon"
-#: ../../standalone/drakperm_.c:296
-msgid ""
-"Used for directory:\n"
-" only owner of directory or file in this directory can delete it"
+#: ../../standalone/draksec:1
+#, c-format
+msgid "Periodic Checks"
msgstr ""
-#: ../../standalone/drakperm_.c:297
-msgid "Use owner id for execution"
-msgstr ""
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "System Options"
+msgstr "Modulaj opcioj:"
-#: ../../standalone/drakperm_.c:298
-msgid "Use group id for execution"
-msgstr ""
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Network Options"
+msgstr "Modulaj opcioj:"
-#: ../../standalone/drakperm_.c:299
-msgid "when checked, owner and group won't be changed"
+#: ../../standalone/draksec:1
+#, c-format
+msgid ""
+"The following options can be set to customize your\n"
+"system security. If you need an explanation, look at the help tooltip.\n"
msgstr ""
-#: ../../standalone/drakperm_.c:304
-#, fuzzy
-msgid "Path selection"
-msgstr "Elektado de individuaj pakaĵoj"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Administrator:"
+msgstr "Malproksimaj lpd Printilaj Opcioj"
-#: ../../standalone/drakperm_.c:350
-#, fuzzy
-msgid "user :"
-msgstr "Salutnomo"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Alerts:"
+msgstr "Elektas sekurnivelon"
-#: ../../standalone/drakperm_.c:352
-#, fuzzy
-msgid "group :"
-msgstr "Laborgrupo"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "(default value: %s)"
+msgstr " (DefaĊ­lta)"
-#: ../../standalone/draksound_.c:46
-#, fuzzy
-msgid "No Sound Card detected!"
-msgstr "Ne konektita"
+#: ../../standalone/draksec:1
+#, fuzzy, c-format
+msgid "Security Level:"
+msgstr "Elektas sekurnivelon"
-#: ../../standalone/draksound_.c:47
+#: ../../standalone/draksec:1
+#, c-format
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
"\n"
-"You can visit our hardware database at:\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-#: ../../standalone/draksound_.c:54
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
"\n"
"\n"
@@ -12066,1373 +15424,1590 @@ msgid ""
"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../standalone/draksplash_.c:21
+#: ../../standalone/draksound:1
+#, c-format
msgid ""
-"package 'ImageMagick' is required for correct working.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound 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/draksplash_.c:67
-#, fuzzy
-msgid "first step creation"
-msgstr "Startdiskokreado"
+#: ../../standalone/draksound:1
+#, fuzzy, c-format
+msgid "No Sound Card detected!"
+msgstr "Ne konektita"
-#: ../../standalone/draksplash_.c:70
-#, fuzzy
-msgid "final resolution"
-msgstr "Distingivo"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "%s BootSplash (%s) preview"
+msgstr ""
-#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
-#, fuzzy
-msgid "choose image file"
-msgstr "Elektu agon"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Generating preview ..."
+msgstr "Detektas aparatojn..."
-#: ../../standalone/draksplash_.c:72
-#, fuzzy
-msgid "Theme name"
-msgstr "Opuza nomo"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "You must choose an image file first!"
+msgstr "Printila Aparato URI"
-#: ../../standalone/draksplash_.c:77
-msgid "Browse"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "ProgressBar color selection"
+msgstr "Printilan Konekton"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "This theme does not yet have a bootsplash in %s !"
msgstr ""
-#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
-#, fuzzy
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "choose image file"
+msgstr "Elektu agon"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
msgid "Configure bootsplash picture"
msgstr "Konfiguru servojn"
-#: ../../standalone/draksplash_.c:90
-msgid ""
-"x coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../standalone/draksplash_.c:91
-msgid ""
-"y coordinate of text box\n"
-"in number of character"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Display logo on Console"
msgstr ""
-#: ../../standalone/draksplash_.c:92
-msgid "text width"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Choose color"
+msgstr "Elektu ekranon"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Save theme"
+msgstr "Instalu sistemon"
+
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Preview"
+msgstr "aparato"
+
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the color of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:93
-msgid "text box height"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the height of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:94
-msgid ""
-"the progress bar x coordinate\n"
-"of its upper left corner"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "the width of the progress bar"
msgstr ""
-#: ../../standalone/draksplash_.c:95
+#: ../../standalone/draksplash:1
+#, c-format
msgid ""
"the progress bar y coordinate\n"
"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:96
-msgid "the width of the progress bar"
-msgstr ""
-
-#: ../../standalone/draksplash_.c:97
-msgid "the heigth of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
-#: ../../standalone/draksplash_.c:98
-msgid "the color of the progress bar"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text box height"
msgstr ""
-#: ../../standalone/draksplash_.c:113
-#, fuzzy
-msgid "Preview"
-msgstr "aparato"
-
-#: ../../standalone/draksplash_.c:115
-#, fuzzy
-msgid "Save theme"
-msgstr "Instalu sistemon"
-
-#: ../../standalone/draksplash_.c:116
-#, fuzzy
-msgid "Choose color"
-msgstr "Elektu ekranon"
-
-#: ../../standalone/draksplash_.c:119
-msgid "Display logo on Console"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "text width"
msgstr ""
-#: ../../standalone/draksplash_.c:120
-msgid "Make kernel message quiet by default"
+#: ../../standalone/draksplash:1
+#, c-format
+msgid ""
+"y coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
+#: ../../standalone/draksplash:1
#, c-format
-msgid "This theme haven't yet any bootsplash in %s !"
+msgid ""
+"x coordinate of text box\n"
+"in number of characters"
msgstr ""
-#: ../../standalone/draksplash_.c:205
-msgid "saving Bootsplash theme..."
+#: ../../standalone/draksplash:1
+#, c-format
+msgid "Browse"
msgstr ""
-#: ../../standalone/draksplash_.c:428
-#, fuzzy
-msgid "ProgressBar color selection"
-msgstr "Printilan Konekton"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "Theme name"
+msgstr "Opuza nomo"
-#: ../../standalone/draksplash_.c:449
-#, fuzzy
-msgid "You must choose an image file first!"
-msgstr "Printila Aparato URI"
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "final resolution"
+msgstr "Distingivo"
-#: ../../standalone/draksplash_.c:458
-#, fuzzy
-msgid "Generating preview ..."
-msgstr "Detektas aparatojn..."
+#: ../../standalone/draksplash:1
+#, fuzzy, c-format
+msgid "first step creation"
+msgstr "Startdiskokreado"
-#. -PO First %s is theme name, second %s (in parenthesis) is resolution
-#: ../../standalone/draksplash_.c:506
+#: ../../standalone/draksplash:1
#, c-format
-msgid "%s BootSplash (%s) preview"
+msgid ""
+"package 'ImageMagick' is required to be able to complete configuration.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../standalone/drakxtv_.c:46
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"XawTV isn't installed!\n"
+"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"
-"If you do have a TV card but DrakX has neither detected it (no bttv nor "
-"saa7134\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"
+"You can visit our hardware database at:\n"
"\n"
"\n"
-"You can install it by typing \"urpmi xawtv\" as root, in a console."
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:63
-#, fuzzy
-msgid "Canada (cable)"
-msgstr "Kanada (Kebeka)"
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (broadcast)"
-msgstr ""
-
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable)"
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/drakxtv_.c:63
-msgid "USA (cable-hrc)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "No TV Card detected!"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "China (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (broadcast)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Have a nice day!"
msgstr ""
-#: ../../standalone/drakxtv_.c:64
-msgid "Japan (cable)"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "XawTV isn't installed!"
msgstr ""
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "East Europe"
-msgstr "Eŭropo"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "France [SECAM]"
-msgstr "Franca"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "Ireland"
-msgstr "Islanda"
-
-#: ../../standalone/drakxtv_.c:65
-#, fuzzy
-msgid "West Europe"
-msgstr "Eŭropo"
-
-#: ../../standalone/drakxtv_.c:66
-#, fuzzy
-msgid "Australia"
-msgstr "seria"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "There was an error while scanning for TV channels"
+msgstr "Estis eraro dum instalado de pakaĵoj:"
-#: ../../standalone/drakxtv_.c:66
-msgid "Newzealand"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels"
msgstr ""
-#: ../../standalone/drakxtv_.c:67
-msgid "South Africa"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Scanning for TV channels in progress ..."
msgstr ""
-#: ../../standalone/drakxtv_.c:68
-msgid "Argentina"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Area:"
msgstr ""
-#: ../../standalone/drakxtv_.c:69
-msgid "Australian Optus cable TV"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "TV norm:"
msgstr ""
-#: ../../standalone/drakxtv_.c:102
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
"Please,\n"
"type in your tv norm and country"
msgstr ""
-#: ../../standalone/drakxtv_.c:104
-msgid "TV norm:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakxtv_.c:105
-msgid "Area:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Newzealand"
msgstr ""
-#: ../../standalone/drakxtv_.c:109
-msgid "Scanning for TV channels in progress ..."
-msgstr ""
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "France [SECAM]"
+msgstr "Franca"
-#: ../../standalone/drakxtv_.c:116
-msgid "Scanning for TV channels"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "East Europe"
+msgstr "EĊ­ropo"
+
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "West Europe"
+msgstr "EĊ­ropo"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "China (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:120
-#, fuzzy
-msgid "There was an error while scanning for TV channels"
-msgstr "Estis eraro dum instalado de pakaĵoj:"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (cable)"
+msgstr ""
-#: ../../standalone/drakxtv_.c:121
-msgid "XawTV isn't installed!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "Japan (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:124
-msgid "Have a nice day!"
+#: ../../standalone/drakxtv:1
+#, fuzzy, c-format
+msgid "Canada (cable)"
+msgstr "Kanada (Kebeka)"
+
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable-hrc)"
msgstr ""
-#: ../../standalone/drakxtv_.c:125
-msgid "Now, you can run xawtv (under X Window!) !\n"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (cable)"
msgstr ""
-#: ../../standalone/drakxtv_.c:147
-msgid "No TV Card detected!"
+#: ../../standalone/drakxtv:1
+#, c-format
+msgid "USA (broadcast)"
msgstr ""
-#: ../../standalone/drakxtv_.c:148
+#: ../../standalone/drakxtv:1
+#, c-format
msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
+"XawTV isn't installed!\n"
"\n"
"\n"
-"You can visit our hardware database at:\n"
+"If you do have a TV card but DrakX has neither detected it (no bttv nor "
+"saa7134\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"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/harddrake2_.c:17
-#, fuzzy
-msgid "Alternative drivers"
-msgstr "Printas provpaĝo(j)n..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/Options"
+msgstr "/Opcioj"
-#: ../../standalone/harddrake2_.c:18
-msgid "the list of alternative drivers for this sound card"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect jazz drives"
+msgstr "Malproksima printilo"
-#: ../../standalone/harddrake2_.c:20
-msgid "Bus"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect modems"
+msgstr "Malproksima printilo"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect printers"
+msgstr "Malproksima printilo"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "primary"
msgstr ""
-#: ../../standalone/harddrake2_.c:21
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "secondary"
+msgstr "%d sekundoj"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
+"Click on a device in the left tree in order to display its information here."
msgstr ""
-#: ../../standalone/harddrake2_.c:22
-#, fuzzy
-msgid "Channel"
-msgstr "Nuligu"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Running \"%s\" ..."
+msgstr "Legas datumbason de CUPS peliloj..."
-#: ../../standalone/harddrake2_.c:22
-msgid "EIDE/SCSI channel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Run config tool"
msgstr ""
-#: ../../standalone/harddrake2_.c:23
-msgid "Bogomips"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Configure module"
+msgstr "Konfiguru muson"
-#: ../../standalone/harddrake2_.c:23
-msgid ""
-"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
-"\t to initialize a timer counter. Its result is stored as bogomips as a way "
-"to \"benchmark\" the cpu."
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Information"
+msgstr "Montru informon"
-#: ../../standalone/harddrake2_.c:26
-#, fuzzy
-msgid "Bus identification"
-msgstr "Aŭtentikigado"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detected hardware"
+msgstr "Vidu hardvaran informon"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Harddrake2 version "
+msgstr "Detektado de fiksdisko(j)"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Detection in progress"
+msgstr "Duobla surmetingo %s"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Author:"
+msgstr "AĊ­tomate esploru"
-#: ../../standalone/harddrake2_.c:27
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
-"PCI/USB ids"
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
-#: ../../standalone/harddrake2_.c:29
-msgid "Location on the bus"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "About Harddrake"
msgstr ""
-#: ../../standalone/harddrake2_.c:30
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_About..."
+msgstr "/Helpo/_Pri..."
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Help"
+msgstr "/_Helpo"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "/_Report Bug"
+msgstr "/_Raportu Cimo"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"- pci devices: this gives the PCI slot, device and function of this card\n"
-"- eide devices: the device is either a slave or a master device\n"
-"- scsi devices: the scsi bus and the scsi device ids"
+"Once you've selected a device, you'll be able to see the device information "
+"in fields displayed on the right frame (\"Information\")"
msgstr ""
-#: ../../standalone/harddrake2_.c:33
-#, fuzzy
-msgid "Cache size"
-msgstr "grandeco de pecoj"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Select a device !"
+msgstr "Elektu grafikan karton"
-#: ../../standalone/harddrake2_.c:33
-msgid "Size of the (second level) cpu cache"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"Description of the fields:\n"
+"\n"
msgstr ""
-#: ../../standalone/harddrake2_.c:34
-msgid "Coma bug:"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Harddrake help"
msgstr ""
-#: ../../standalone/harddrake2_.c:34
-msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Fields description"
+msgstr "Priskribo"
-#: ../../standalone/harddrake2_.c:35
-msgid "Cpuid family"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _jazz drives"
+msgstr "Malproksima printilo"
+
+#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
+#, c-format
+msgid "/_Options"
+msgstr "/_Opcioj"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _modems"
+msgstr "Malproksima printilo"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/Autodetect _printers"
+msgstr "Malproksima printilo"
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "/_Quit"
+msgstr "Ĉesu"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the processor"
msgstr ""
-#: ../../standalone/harddrake2_.c:35
-msgid "Family of the cpu (eg: 6 for i686 class)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the vendor name of the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:36
-#, fuzzy
-msgid "Cpuid level"
-msgstr "Elektas sekurnivelon"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "The type of bus on which the mouse is connected"
+msgstr "Bonvole, elektu al kiu seria pordo estas via muso konektata."
-#: ../../standalone/harddrake2_.c:36
-msgid "Information level that can be obtained through the cpuid instruction"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Stepping of the cpu (sub model (generation) number)"
msgstr ""
-#: ../../standalone/harddrake2_.c:37
-msgid "Frequency (MHz)"
-msgstr ""
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model stepping"
+msgstr "Formatas"
-#: ../../standalone/harddrake2_.c:37
-msgid ""
-"The cpu frequency in Mhz (Mega herz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the number of the processor"
msgstr ""
-#: ../../standalone/harddrake2_.c:38
-msgid "This field describes the device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Processor ID"
msgstr ""
-#: ../../standalone/harddrake2_.c:39
-#, fuzzy
-msgid "Old device file"
-msgstr "Elektu dosieron"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "network printer port"
+msgstr "Reta Printilo (TCP/ingo)"
-#: ../../standalone/harddrake2_.c:40
-msgid "old static device name used in dev package"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Name"
+msgstr "Nomo: "
+
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Number of buttons"
+msgstr "2 butonoj"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Official vendor name of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:41
-#, fuzzy
-msgid "New devfs device"
-msgstr "Prokura kluzaparato"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model name"
+msgstr "Modulonomo"
-#: ../../standalone/harddrake2_.c:42
-msgid "new dinamic device name generated by incore kernel devfs"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:43
-#, fuzzy
-msgid "Module"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Model"
msgstr "Muso"
-#: ../../standalone/harddrake2_.c:43
-msgid "the module of the GNU/Linux kernel that handle that device"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "hard disk model"
+msgstr "Memoro de Karto (DMA)"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "class of hardware device"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "CPU flags reported by the kernel"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Media class"
msgstr ""
-#: ../../standalone/harddrake2_.c:44
-msgid "Flags"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Sub generation of the cpu"
msgstr ""
-#: ../../standalone/harddrake2_.c:45
-msgid "Fdiv bug"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Level"
+msgstr "nivelo"
+
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Format of floppies the drive accept"
msgstr ""
-#: ../../standalone/harddrake2_.c:46
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Floppy format"
+msgstr "Formatu"
+
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the attended precision when performing a "
-"Floating point DIVision (FDIV)"
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "Is FPU present"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Halt bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:49
-msgid "yes means the processor has an arithmetic coprocessor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Early pentiums were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
-msgid "Does FPU have an irq vector"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "F00f bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:50
+#: ../../standalone/harddrake2:1
+#, c-format
msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether the FPU has an irq vector"
msgstr ""
-#: ../../standalone/harddrake2_.c:51
-msgid "F00f bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
-#: ../../standalone/harddrake2_.c:52
-msgid "Halt bug"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Is FPU present"
msgstr ""
-#: ../../standalone/harddrake2_.c:53
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Some of the early i486DX-100 chips cannot reliably return to operating mode "
-"after the \"halt\" instruction is used"
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the required precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
-#: ../../standalone/harddrake2_.c:55
-#, fuzzy
-msgid "Floppy format"
-msgstr "Formatu"
-
-#: ../../standalone/harddrake2_.c:55
-msgid "Format of floppies the drive accept"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Fdiv bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:56
-#, fuzzy
-msgid "Level"
-msgstr "nivelo"
-
-#: ../../standalone/harddrake2_.c:56
-msgid "Sub generation of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "CPU flags reported by the kernel"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "Media class"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Flags"
msgstr ""
-#: ../../standalone/harddrake2_.c:57
-msgid "class of hardware device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the module of the GNU/Linux kernel that handles the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
-#, fuzzy
-msgid "Model"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Module"
msgstr "Muso"
-#: ../../standalone/harddrake2_.c:58
-#, fuzzy
-msgid "hard disk model"
-msgstr "Memoro de Karto (DMA)"
-
-#: ../../standalone/harddrake2_.c:59
-msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "new dynamic device name generated by core kernel devfs"
msgstr ""
-#: ../../standalone/harddrake2_.c:60
-#, fuzzy
-msgid "Model name"
-msgstr "Modulonomo"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "New devfs device"
+msgstr "Prokura kluzaparato"
-#: ../../standalone/harddrake2_.c:60
-msgid "Official vendor name of the cpu"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "old static device name used in dev package"
msgstr ""
-#: ../../standalone/harddrake2_.c:61
-#, fuzzy
-msgid "Number of buttons"
-msgstr "2 butonoj"
-
-#: ../../standalone/harddrake2_.c:62
-#, fuzzy
-msgid "Name"
-msgstr "Nomo: "
-
-#: ../../standalone/harddrake2_.c:63
-#, fuzzy
-msgid "network printer port"
-msgstr "Reta Printilo (TCP/ingo)"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Old device file"
+msgstr "Elektu dosieron"
-#: ../../standalone/harddrake2_.c:64
-msgid "Processor ID"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "This field describes the device"
msgstr ""
-#: ../../standalone/harddrake2_.c:64
-msgid "the number of the processor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
msgstr ""
-#: ../../standalone/harddrake2_.c:65
-#, fuzzy
-msgid "Model stepping"
-msgstr "Formatas"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Frequency (MHz)"
+msgstr ""
-#: ../../standalone/harddrake2_.c:65
-msgid "Stepping of the cpu (sub model (generation) number)"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Information level that can be obtained through the cpuid instruction"
msgstr ""
-#: ../../standalone/harddrake2_.c:66
-#, fuzzy
-msgid "The type of bus on which the mouse is connected"
-msgstr "Bonvole, elektu al kiu seria pordo estas via muso konektata."
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cpuid level"
+msgstr "Elektas sekurnivelon"
-#: ../../standalone/harddrake2_.c:67
-msgid "the vendor name of the device"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Family of the cpu (eg: 6 for i686 class)"
msgstr ""
-#: ../../standalone/harddrake2_.c:68
-msgid "the vendor name of the processor"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Cpuid family"
msgstr ""
-#: ../../standalone/harddrake2_.c:82
-#, fuzzy
-msgid "/_Quit"
-msgstr "Ĉesu"
-
-#: ../../standalone/harddrake2_.c:83
-#, fuzzy
-msgid "/Autodetect _printers"
-msgstr "Malproksima printilo"
-
-#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
-#: ../../standalone/logdrake_.c:81
-msgid "/_Options"
-msgstr "/_Opcioj"
-
-#: ../../standalone/harddrake2_.c:85
-#, fuzzy
-msgid "/Autodetect _modems"
-msgstr "Malproksima printilo"
-
-#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
-#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
-#: ../../standalone/logdrake_.c:83
-msgid "/_Help"
-msgstr "/_Helpo"
-
-#: ../../standalone/harddrake2_.c:89
-#, fuzzy
-msgid "/_Help..."
-msgstr "/_Helpo"
-
-#: ../../standalone/harddrake2_.c:92
-msgid "Harddrake help"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Whether this cpu has the Cyrix 6x86 Coma bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:93
-msgid ""
-"Description of the fields:\n"
-"\n"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Coma bug"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-msgid ""
-"Once you've selected a device, you'll be able to see explanations on fields "
-"displayed on the right frame (\"Information\")"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Size of the (second level) cpu cache"
msgstr ""
-#: ../../standalone/harddrake2_.c:96
-#, fuzzy
-msgid "Select a device !"
-msgstr "Elektu grafikan karton"
-
-#: ../../standalone/harddrake2_.c:100
-msgid "/_Report Bug"
-msgstr "/_Raportu Cimo"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Cache size"
+msgstr "grandeco de pecoj"
-#: ../../standalone/harddrake2_.c:102
-#, fuzzy
-msgid "/_About..."
-msgstr "/Helpo/_Pri..."
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
+msgstr ""
-#: ../../standalone/harddrake2_.c:104
-msgid "About Harddrake"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Location on the bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:105
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"Version:"
+"- PCI and USB devices: this lists the vendor, device, subvendor and "
+"subdevice PCI/USB ids"
msgstr ""
-#: ../../standalone/harddrake2_.c:106
-#, fuzzy
-msgid "Author:"
-msgstr "Aŭtomate esploru"
-
-#: ../../standalone/harddrake2_.c:113
-#, fuzzy
-msgid "Detection in progress"
-msgstr "Duobla surmetingo %s"
-
-#: ../../standalone/harddrake2_.c:119
-#, fuzzy
-msgid "Harddrake2 version "
-msgstr "Detektado de fiksdisko(j)"
-
-#: ../../standalone/harddrake2_.c:126
-#, fuzzy
-msgid "Detected hardware"
-msgstr "Vidu hardvaran informon"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Bus identification"
+msgstr "AĊ­tentikigado"
-#: ../../standalone/harddrake2_.c:129
-#, fuzzy
-msgid "Information"
-msgstr "Montru informon"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid ""
+"The GNU/Linux kernel needs to run a calculation loop at boot time to "
+"initialize a timer counter. Its result is stored as bogomips as a way to "
+"\"benchmark\" the cpu."
+msgstr ""
-#: ../../standalone/harddrake2_.c:131
-#, fuzzy
-msgid "Configure module"
-msgstr "Konfiguru muson"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bogomips"
+msgstr ""
-#: ../../standalone/harddrake2_.c:137
-msgid "Run config tool"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../standalone/harddrake2_.c:143
+#: ../../standalone/harddrake2:1
#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "Legas datumbason de CUPS peliloj..."
+msgid "Channel"
+msgstr "Nuligu"
-#: ../../standalone/harddrake2_.c:159
+#: ../../standalone/harddrake2:1
+#, c-format
msgid ""
-"Click on a device in the left tree in order to get its information displayed "
-"here."
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-msgid "primary"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "Bus"
msgstr ""
-#: ../../standalone/harddrake2_.c:231
-#, fuzzy
-msgid "secondary"
-msgstr "%d sekundoj"
-
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect modems"
-msgstr "Malproksima printilo"
+#: ../../standalone/harddrake2:1
+#, c-format
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
-#: ../../standalone/harddrake2_.c:260
-#, fuzzy
-msgid "/Autodetect printers"
-msgstr "Malproksima printilo"
+#: ../../standalone/harddrake2:1
+#, fuzzy, c-format
+msgid "Alternative drivers"
+msgstr "Printas provpaĝo(j)n..."
-#: ../../standalone/harddrake2_.c:261
-#, fuzzy
-msgid "/Options"
-msgstr "/_Opcioj"
+#: ../../standalone/keyboarddrake:1
+#, c-format
+msgid "Do you want the BackSpace to return Delete in console?"
+msgstr ""
-#: ../../standalone/keyboarddrake_.c:26
+#: ../../standalone/keyboarddrake:1
+#, c-format
msgid "Please, choose your keyboard layout."
-msgstr "Bonvole, elektu vian klavaran aranĝon."
+msgstr "Bonvole, elektu vian klavaran aranĝon."
-#: ../../standalone/keyboarddrake_.c:35
-msgid "Do you want the BackSpace to return Delete in console?"
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../standalone/livedrake_.c:18
-msgid "Change Cd-Rom"
-msgstr "Ŝanĝu KD-ROM-on"
-
-#: ../../standalone/livedrake_.c:19
-#, fuzzy
+#: ../../standalone/livedrake:1
+#, fuzzy, c-format
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 ""
-"Ŝanĝu vian KDROM!\n"
+"Ċœanĝu vian KDROM!\n"
"\n"
-"Bonvole, enŝovu la KDROM-on etikedatan \"%s\" en via drajvo kaj klaku \"Jes"
+"Bonvole, enĊovu 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."
+"Se vi ne havas ĝin, klaku \"Nuligu\" por eviti la instaladon de ĉi tiu KDROM."
-#: ../../standalone/livedrake_.c:29
-msgid "Unable to start live upgrade !!!\n"
-msgstr ""
+#: ../../standalone/livedrake:1
+#, c-format
+msgid "Change Cd-Rom"
+msgstr "Ċœanĝu KD-ROM-on"
-#: ../../standalone/localedrake_.c:34
+#: ../../standalone/localedrake:1
+#, c-format
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
-msgid "logdrake"
-msgstr "logdrake"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Save as.."
+msgstr "Savu Kiel..."
-#: ../../standalone/logdrake_.c:68
-#, fuzzy
-msgid "Show only for the selected day"
-msgstr "Montru nur por ĉi tiu tago"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Please enter your email address below "
+msgstr "Bonvole provu denove"
-#: ../../standalone/logdrake_.c:75
-msgid "/File/_New"
-msgstr "/Dosiero/_Nova"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "alert configuration"
+msgstr "Interreta Konfigurado"
-#: ../../standalone/logdrake_.c:75
-msgid "<control>N"
-msgstr "<stir>N"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "You will receive an alert if the load is higher than this value"
+msgstr ""
-#: ../../standalone/logdrake_.c:76
-msgid "/File/_Open"
-msgstr "/Dosiero/_Malfermu"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "load setting"
+msgstr "Formatas"
-#: ../../standalone/logdrake_.c:76
-msgid "<control>O"
-msgstr "<stir>M"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"You will receive an alert if one of the selected services is no longer "
+"running"
+msgstr ""
-#: ../../standalone/logdrake_.c:77
-msgid "/File/_Save"
-msgstr "/Dosiero/_Savu"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "service setting"
+msgstr "Servilo"
-#: ../../standalone/logdrake_.c:77
-msgid "<control>S"
-msgstr "<stir>S"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Xinetd Service"
+msgstr "Printservilo"
-#: ../../standalone/logdrake_.c:78
-msgid "/File/Save _As"
-msgstr "/Dosiero/Savu _Kiel"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Webmin Service"
+msgstr "Servilo"
-#: ../../standalone/logdrake_.c:79
-msgid "/File/-"
-msgstr "/Dosiero/-"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "SSH Server"
+msgstr "NIS Servilo"
-#: ../../standalone/logdrake_.c:82
-msgid "/Options/Test"
-msgstr "/Opcioj/Provu"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Samba Server"
+msgstr "NIS Servilo"
-#: ../../standalone/logdrake_.c:84
-msgid "/Help/_About..."
-msgstr "/Helpo/_Pri..."
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Postfix Mail Server"
+msgstr "Datumbazoj"
-#: ../../standalone/logdrake_.c:145
-#, fuzzy
-msgid "User"
-msgstr "Salutnomo"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Ftp Server"
+msgstr "NIS Servilo"
-#: ../../standalone/logdrake_.c:146
-#, fuzzy
-msgid "Messages"
-msgstr "mesaĝoj"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Domain Name Resolver"
+msgstr "Domajna nomo"
-#: ../../standalone/logdrake_.c:147
-#, fuzzy
-msgid "Syslog"
-msgstr "sistema logdosiero (syslog)"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Apache World Wide Web Server"
+msgstr ""
-#: ../../standalone/logdrake_.c:148
-msgid "Mandrake Tools Explanations"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid ""
+"Welcome to the mail configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
msgstr ""
-#: ../../standalone/logdrake_.c:151
-msgid "search"
-msgstr "serĉu"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Mail alert configuration"
+msgstr "Konfiguraĵon"
-#: ../../standalone/logdrake_.c:161
-msgid "A tool to monitor your logs"
-msgstr "Ilo por vidi vian logdosieron"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mail alert"
+msgstr ""
-#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
-msgid "Settings"
-msgstr "Konfiguraĵoj"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "please wait, parsing file: %s"
+msgstr "bonvole atendu, mi vortanalizas la dosieron: %s"
-#: ../../standalone/logdrake_.c:167
-msgid "matching"
-msgstr "konformanta(j)"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Content of the file"
+msgstr "Enhavoj de la dosiero"
-#: ../../standalone/logdrake_.c:168
-msgid "but not matching"
-msgstr "sed ne konformanta(j)"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Calendar"
+msgstr "Kalendaro"
-#: ../../standalone/logdrake_.c:172
+#: ../../standalone/logdrake:1
+#, c-format
msgid "Choose file"
msgstr "Elektu dosieron"
-#: ../../standalone/logdrake_.c:181
-msgid "Calendar"
-msgstr "Kalendaro"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "but not matching"
+msgstr "sed ne konformanta(j)"
-#: ../../standalone/logdrake_.c:191
-msgid "Content of the file"
-msgstr "Enhavoj de la dosiero"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "matching"
+msgstr "konformanta(j)"
-#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
-msgid "Mail alert"
-msgstr ""
+#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
+#, c-format
+msgid "Settings"
+msgstr "Konfiguraĵoj"
-#: ../../standalone/logdrake_.c:245
+#: ../../standalone/logdrake:1
#, c-format
-msgid "please wait, parsing file: %s"
-msgstr "bonvole atendu, mi vortanalizas la dosieron: %s"
+msgid "A tool to monitor your logs"
+msgstr "Ilo por vidi vian logdosieron"
-#: ../../standalone/logdrake_.c:392
-#, fuzzy
-msgid "Mail alert configuration"
-msgstr "Konfiguraĵon"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "search"
+msgstr "serĉu"
-#: ../../standalone/logdrake_.c:393
-msgid ""
-"Welcome to the mail configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "Mandrake Tools Explanation"
msgstr ""
-#: ../../standalone/logdrake_.c:400
-msgid "Apache World Wide Web Server"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Syslog"
+msgstr "sistema logdosiero (syslog)"
-#: ../../standalone/logdrake_.c:401
-#, fuzzy
-msgid "Domain Name Resolver"
-msgstr "Domajna nomo"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Messages"
+msgstr "mesaĝoj"
-#: ../../standalone/logdrake_.c:402
-#, fuzzy
-msgid "Ftp Server"
-msgstr "NIS Servilo"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "User"
+msgstr "Salutnomo"
-#: ../../standalone/logdrake_.c:403
-#, fuzzy
-msgid "Postfix Mail Server"
-msgstr "Datumbazoj"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Help/_About..."
+msgstr "/Helpo/_Pri..."
-#: ../../standalone/logdrake_.c:404
-#, fuzzy
-msgid "Samba Server"
-msgstr "NIS Servilo"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/Options/Test"
+msgstr "/Opcioj/Provu"
-#: ../../standalone/logdrake_.c:405
-#, fuzzy
-msgid "SSH Server"
-msgstr "NIS Servilo"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/-"
+msgstr "/Dosiero/-"
-#: ../../standalone/logdrake_.c:406
-#, fuzzy
-msgid "Webmin Service"
-msgstr "Servilo"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/Save _As"
+msgstr "/Dosiero/Savu _Kiel"
-#: ../../standalone/logdrake_.c:407
-#, fuzzy
-msgid "Xinetd Service"
-msgstr "Printservilo"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>S"
+msgstr "<control>S"
-#: ../../standalone/logdrake_.c:414
-#, fuzzy
-msgid "service setting"
-msgstr "Servilo"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Save"
+msgstr "/Dosiero/_Savu"
-#: ../../standalone/logdrake_.c:415
-msgid ""
-"You will receive an alert if one of the selected services is no more running"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>O"
+msgstr "<control>O"
-#: ../../standalone/logdrake_.c:428
-#, fuzzy
-msgid "load setting"
-msgstr "Formatas"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_Open"
+msgstr "/Dosiero/_Malfermu"
-#: ../../standalone/logdrake_.c:429
-msgid "You will receive an alert if the load is higher than this value"
-msgstr ""
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "<control>N"
+msgstr "<stir>N"
-#: ../../standalone/logdrake_.c:444
-#, fuzzy
-msgid "alert configuration"
-msgstr "Interreta Konfigurado"
+#: ../../standalone/logdrake:1
+#, c-format
+msgid "/File/_New"
+msgstr "/Dosiero/_Nova"
-#: ../../standalone/logdrake_.c:445
-#, fuzzy
-msgid "Please enter your email address below "
-msgstr "Bonvole provu denove"
+#: ../../standalone/logdrake:1
+#, fuzzy, c-format
+msgid "Show only for the selected day"
+msgstr "Montru nur por ĉi tiu tago"
-#: ../../standalone/logdrake_.c:486
-msgid "Save as.."
-msgstr "Savu Kiel..."
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Emulate third button?"
+msgstr "Ĉu vi deziras emuli trian musbutonon?"
-#: ../../standalone/mousedrake_.c:37
-msgid "Please, choose the type of your mouse."
+#: ../../standalone/mousedrake:1
+#, c-format
+msgid "Please choose your mouse type."
msgstr "Bonvole, elektu la specon de via muso."
-#: ../../standalone/mousedrake_.c:50
-msgid "Emulate third button?"
-msgstr "Ĉu vi deziras emuli trian musbutonon?"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connect %s"
+msgstr "Konektu"
-#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
-#, fuzzy
-msgid "Network Monitoring"
-msgstr "Reta Konfiguraĵo"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnect %s"
+msgstr "Malkonektu"
-#: ../../standalone/net_monitor_.c:96
-#, fuzzy
-msgid "Profile "
-msgstr "muntado malsukcesis: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid ""
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr ""
-#: ../../standalone/net_monitor_.c:99
-msgid "Statistics"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received"
msgstr ""
-#: ../../standalone/net_monitor_.c:103
-#, fuzzy
-msgid "Sending Speed:"
-msgstr "Konservu en dosiero"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "transmitted"
+msgstr ""
-#: ../../standalone/net_monitor_.c:104
-msgid "Receiving Speed:"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "received: "
msgstr ""
-#: ../../standalone/net_monitor_.c:106
-#, fuzzy
-msgid "Connection Time: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "sent: "
+msgstr ""
+
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Local measure"
+msgstr "Lokaj dosieroj"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "average"
+msgstr ""
+
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Color configuration"
+msgstr "Interreta Konfigurado"
+
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid ""
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
+msgstr ""
+
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection complete."
msgstr "Speco de konekto"
-#: ../../standalone/net_monitor_.c:113
-msgid "Logs"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet complete."
msgstr ""
-#: ../../standalone/net_monitor_.c:147
-#, fuzzy
-msgid "Wait please, testing your connection..."
-msgstr "Konfiguru interretan konektaĵon"
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Disconnection from the Internet failed."
+msgstr ""
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Connecting to Internet "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connecting to the Internet "
msgstr "Konektu al la Interreto"
-#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
-#, fuzzy
-msgid "Disconnecting from Internet "
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Disconnecting from the Internet "
msgstr "Konektu al la Interreto"
-#: ../../standalone/net_monitor_.c:222
-msgid "Disconnection from Internet failed."
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Wait please, testing your connection..."
+msgstr "Konfiguru interretan konektaĵon"
-#: ../../standalone/net_monitor_.c:223
-msgid "Disconnection from Internet complete."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Logs"
msgstr ""
-#: ../../standalone/net_monitor_.c:225
-#, fuzzy
-msgid "Connection complete."
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Connection Time: "
msgstr "Speco de konekto"
-#: ../../standalone/net_monitor_.c:226
-msgid ""
-"Connection failed.\n"
-"Verify your configuration in the Mandrake Control Center."
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Receiving Speed:"
msgstr ""
-#: ../../standalone/net_monitor_.c:330
-#, fuzzy
-msgid "Color configuration"
-msgstr "Interreta Konfigurado"
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Sending Speed:"
+msgstr "Konservu en dosiero"
-#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
-msgid "sent: "
+#: ../../standalone/net_monitor:1
+#, c-format
+msgid "Statistics"
msgstr ""
-#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
-msgid "received: "
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Profile "
+msgstr "muntado malsukcesis: "
-#: ../../standalone/net_monitor_.c:397
-msgid "average"
-msgstr ""
+#: ../../standalone/net_monitor:1
+#, fuzzy, c-format
+msgid "Network Monitoring"
+msgstr "Reta Konfiguraĵo"
-#: ../../standalone/net_monitor_.c:400
-#, fuzzy
-msgid "Local measure"
-msgstr "Lokaj dosieroj"
+#: ../../standalone/printerdrake:1
+#, fuzzy, c-format
+msgid "Reading printer data ..."
+msgstr "Legas datumbason de CUPS peliloj..."
-#: ../../standalone/net_monitor_.c:432
-msgid "transmitted"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Name/IP address of host:"
msgstr ""
-#: ../../standalone/net_monitor_.c:433
-msgid "received"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "This host is already in the list, it cannot be added again.\n"
msgstr ""
-#: ../../standalone/net_monitor_.c:453
-msgid ""
-"Warning, another internet connection has been detected, maybe using your "
-"network"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scannerdrake"
+msgstr "Elektu grafikan karton"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "You must enter a host name or an IP address.\n"
+msgstr "Bonvole, provu la muson"
+
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Choose the host on which the local scanners should be made available:"
msgstr ""
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Konektu"
+msgid "Sharing of local scanners"
+msgstr "Loka printilo"
-#: ../../standalone/net_monitor_.c:459
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Malkonektu"
+msgid "This machine"
+msgstr "konformanta(j)"
-#: ../../standalone/printerdrake_.c:47
-#, fuzzy
-msgid "Reading printer data ..."
-msgstr "Legas datumbason de CUPS peliloj..."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Remove selected host"
+msgstr "Malinstalu printvicon"
-#: ../../standalone/scannerdrake_.c:39
-#, fuzzy
-msgid "Detecting devices ..."
-msgstr "Detektas aparatojn..."
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Edit selected host"
+msgstr "Malinstalu printvicon"
-#: ../../standalone/scannerdrake_.c:39
-msgid "Test ports"
-msgstr "Provu pordojn"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Add host"
+msgstr "Aldonu uzanto"
-#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
+msgid "These are the machines from which the scanners should be used:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:54
+#: ../../standalone/scannerdrake:1
#, fuzzy, c-format
-msgid "%s found on %s, configure it?"
-msgstr "Ĉu vi deziras konfiguri printilon?"
+msgid "Usage of remote scanners"
+msgstr "Uzu liberan spacon"
+
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "All remote machines"
+msgstr "Malproksima printilo"
-#: ../../standalone/scannerdrake_.c:57
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "%s is not in the scanner database, configure it manually?"
+msgid ""
+"These are the machines on which the locally connected scanner(s) should be "
+"available:"
msgstr ""
-#: ../../standalone/scannerdrake_.c:63
-#, fuzzy
-msgid "Select a scanner"
-msgstr "Elektu grafikan karton"
-
-#: ../../standalone/scannerdrake_.c:91
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "This %s scanner is unsupported"
+msgid "Use the scanners on hosts: "
msgstr ""
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"Scannerdrake was not able to detect your %s scanner.\n"
-"Please select the device where your scanner is plugged"
+msgid "Use scanners on remote computers"
msgstr ""
-#: ../../standalone/scannerdrake_.c:107
-#, fuzzy
-msgid "choose device"
-msgstr "Starta aparato"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing to hosts: "
+msgstr "Printilo"
-#: ../../standalone/scannerdrake_.c:113
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid ""
-"This %s scanner must be configured by printerdrake.\n"
-"You can launch printerdrake from the Mandrake Control Center in Hardware "
-"section."
+msgid "The scanners on this machine are available to other computers"
msgstr ""
-#: ../../standalone/scannerdrake_.c:118
+#: ../../standalone/scannerdrake:1
#, c-format
msgid ""
-"Your %s scanner has been configured.\n"
-"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
-"applications menu."
+"You can also decide here whether scanners on remote machines should be made "
+"available on this machine."
msgstr ""
-#: ../../standalone/service_harddrake_.c:44
+#: ../../standalone/scannerdrake:1
#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgid ""
+"Here you can choose whether the scanners connected to this machine should be "
+"accessable by remote machines and by which remote machines."
msgstr ""
-#: ../../standalone/service_harddrake_.c:48
-msgid "Some devices were added:\n"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"Your %s has been configured.\n"
+"You may now scan documents using \"XSane\" from Multimedia/Graphics in the "
+"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:64
-#, fuzzy
-msgid "Hardware probing in progress"
-msgstr "Duobla surmetingo %s"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid ""
+"The %s must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
+msgstr ""
-#: ../../steps.pm_.c:14
-msgid "Choose your language"
-msgstr "Elektu vian lingvon"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "choose device"
+msgstr "Starta aparato"
-#: ../../steps.pm_.c:15
-msgid "Select installation class"
-msgstr "Elektu instalklason"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Please select the device where your %s is attached"
+msgstr ""
-#: ../../steps.pm_.c:16
-msgid "Hard drive detection"
-msgstr "Detektado de fiksdisko(j)"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is unsupported"
+msgstr ""
-#: ../../steps.pm_.c:17
-msgid "Configure mouse"
-msgstr "Konfiguru muson"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not known by this version of Scannerdrake."
+msgstr ""
-#: ../../steps.pm_.c:18
-msgid "Choose your keyboard"
-msgstr "Elektu vian klavaron"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
-#: ../../steps.pm_.c:19
-msgid "Security"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Re-generating list of configured scanners ..."
msgstr ""
-#: ../../steps.pm_.c:20
-msgid "Setup filesystems"
-msgstr "Dosiersistemo konfiguro"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for new scanners ..."
+msgstr "Loka printilo"
-#: ../../steps.pm_.c:21
-msgid "Format partitions"
-msgstr "Formatu subdiskojn"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Searching for configured scanners ..."
+msgstr "Loka printilo"
-#: ../../steps.pm_.c:22
-msgid "Choose packages to install"
-msgstr "Elektu pakaĵojn"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Scanner sharing"
+msgstr "Printilo"
-#: ../../steps.pm_.c:23
-msgid "Install system"
-msgstr "Instalu sistemon"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "Add a scanner manually"
+msgstr ""
-#: ../../steps.pm_.c:25
-msgid "Add a user"
-msgstr "Aldonu uzulon"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Search for new scanners"
+msgstr "Loka printilo"
-#: ../../steps.pm_.c:26
-msgid "Configure networking"
-msgstr "Konfiguru retumon"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "There are no scanners found which are available on your system.\n"
+msgstr ""
-#: ../../steps.pm_.c:28
-msgid "Configure services"
-msgstr "Konfiguru servojn"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanner\n"
+"\n"
+"%s\n"
+"is available on your system.\n"
+msgstr "Via komputilo ne havas retadaptilon!"
-#: ../../steps.pm_.c:29
-msgid "Install bootloader"
-msgstr "Instalu restart-ŝargilon"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid ""
+"The following scanners\n"
+"\n"
+"%s\n"
+"are available on your system.\n"
+msgstr "Via komputilo ne havas retadaptilon!"
-#: ../../steps.pm_.c:31
-msgid "Create a bootdisk"
-msgstr "Kreu praŝargdisketon"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "Select a scanner"
+msgstr "Elektu grafikan karton"
-#: ../../steps.pm_.c:33
-msgid "Configure X"
-msgstr "Konfiguru X"
+#: ../../standalone/scannerdrake:1
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
-#: ../../steps.pm_.c:34
-#, fuzzy
-msgid "Install system updates"
-msgstr "Instalu sistemon"
+#: ../../standalone/scannerdrake:1
+#, fuzzy, c-format
+msgid "%s found on %s, configure it automatically?"
+msgstr "Ĉu vi deziras konfiguri printilon?"
-#: ../../steps.pm_.c:35
-msgid "Exit install"
-msgstr "Eliru instalprogramon"
+#: ../../standalone/service_harddrake:1
+#, fuzzy, c-format
+msgid "Hardware probing in progress"
+msgstr "Duobla surmetingo %s"
-#: ../../ugtk.pm_.c:636
-msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices were added:\n"
msgstr ""
-#: ../../ugtk2.pm_.c:711
-msgid "utopia 25"
+#: ../../standalone/service_harddrake:1
+#, c-format
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "TTT/FTP"
-
-#: ../../share/compssUsers:999
#, fuzzy
-msgid "Network Computer (client)"
-msgstr "Reta Printilo (ingo)"
+msgid "Office Workstation"
+msgstr "Laborstacio"
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
+msgid ""
+"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
+"gnumeric), pdf viewers, etc"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Office"
-msgstr "Oficejo"
+msgid "Workstation"
+msgstr "Laborstacio"
#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Gnoma Laborstacio"
+#, fuzzy
+msgid "Game station"
+msgstr "Dokumentaro"
#: ../../share/compssUsers:999
-msgid "Tools for your Palm Pilot or your Visor"
+msgid "Amusement programs: arcade, boards, strategy, etc"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Workstation"
-msgstr "Laborstacio"
+#, fuzzy
+msgid "Multimedia station"
+msgstr "Plurmedia - Sono"
#: ../../share/compssUsers:999
-msgid "Firewall/Router"
+msgid "Sound and video playing/editing programs"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
-msgstr ""
+#, fuzzy
+msgid "Internet station"
+msgstr "Interreta Konfigurado"
#: ../../share/compssUsers:999
msgid ""
-"Office programs: wordprocessors (kword, abiword), spreadsheets (kspread, "
-"gnumeric), pdf viewers, etc"
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Audio-related tools: mp3 or midi players, mixers, etc"
-msgstr ""
+#, fuzzy
+msgid "Network Computer (client)"
+msgstr "Reta Printilo (ingo)"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
+msgid "Clients for different protocols including ssh"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
+#, fuzzy
+msgid "Configuration"
+msgstr "LAN Konfiguraĵo"
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "KDE Laborstacio"
+#, fuzzy
+msgid "Tools to ease the configuration of your computer"
+msgstr "Ĉu vi deziras provi la konfiguraĵon?"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
-msgstr ""
+#, fuzzy
+msgid "Scientific Workstation"
+msgstr "Laborstacio"
#: ../../share/compssUsers:999
-msgid "Multimedia - Video"
-msgstr "Plurmedia - Video"
+msgid "Console Tools"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Set of tools for mail, news, web, file transfer, and chat"
-msgstr ""
+msgid "Editors, shells, file tools, terminals"
+msgstr "Redaktiloj, Ċeloj, dosieriloj, terminaloj"
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Database"
-msgstr "Datumbazoj"
+msgid "KDE Workstation"
+msgstr "KDE Laborstacio"
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
+msgid ""
+"The K Desktop Environment, the basic graphical environment with a collection "
+"of accompanying tools"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Tools to ease the configuration of your computer"
-msgstr "Ĉu vi deziras provi la konfiguraĵon?"
+msgid "Graphical Environment"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Multimedia - Sound"
-msgstr "Plurmedia - Sono"
+msgid "Gnome Workstation"
+msgstr "Gnoma Laborstacio"
#: ../../share/compssUsers:999
-msgid "Documentation"
-msgstr "Dokumentaro"
+msgid ""
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Console Tools"
+msgid "Other Graphical Desktops"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Postfix mail server, Inn news server"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Internet station"
-msgstr "Interreta Konfigurado"
+msgid "Development"
+msgstr "Programisto"
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia station"
-msgstr "Plurmedia - Sono"
+msgid "C and C++ development libraries, programs and include files"
+msgstr "C kaj C++ programadaj bibliotekoj, programoj kaj ĉapdosieroj"
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Configuration"
-msgstr "LAN Konfiguraĵo"
+msgid "Documentation"
+msgstr "Dokumentaro"
#: ../../share/compssUsers:999
-msgid "More Graphical Desktops (Gnome, IceWM)"
+msgid "Books and Howto's on Linux and Free Software"
msgstr ""
#: ../../share/compssUsers:999
-msgid ""
-"The K Desktop Environment, the basic graphical environment with a collection "
-"of accompanying tools"
+msgid "LSB"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Graphical Environment"
+msgid "Linux Standard Base. Third party applications support"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Development"
-msgstr "Programisto"
+msgid "Web/FTP"
+msgstr "TTT/FTP"
#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Tools to create and burn CD's"
+msgid "Mail/Groupware/News"
+msgstr ""
+
+#: ../../share/compssUsers:999
+msgid "Postfix mail server, Inn news server"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Office Workstation"
-msgstr "Laborstacio"
+msgid "Database"
+msgstr "Datumbazoj"
#: ../../share/compssUsers:999
-msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgid "PostgreSQL or MySQL database server"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Graphics programs such as The Gimp"
+msgid "Firewall/Router"
msgstr ""
#: ../../share/compssUsers:999
+#, fuzzy
+msgid "Internet gateway"
+msgstr "Interreto"
+
+#: ../../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"
+msgid "Domain Name and Network Information Server"
+msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
@@ -13440,16 +17015,15 @@ msgid "Network Computer server"
msgstr "Reta Printilo (ingo)"
#: ../../share/compssUsers:999
-msgid "Mail/Groupware/News"
+msgid "NFS server, SMB server, Proxy server, ssh server"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Game station"
-msgstr "Dokumentaro"
+msgid "Office"
+msgstr "Oficejo"
#: ../../share/compssUsers:999
-msgid "Video players and editors"
+msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
#: ../../share/compssUsers:999
@@ -13457,52 +17031,39 @@ 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"
+msgid "Graphics programs such as The Gimp"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Personal Finance"
-msgstr ""
+msgid "Multimedia - Sound"
+msgstr "Plurmedia - Sono"
#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
-msgstr ""
+msgid "Multimedia - Video"
+msgstr "Plurmedia - Video"
#: ../../share/compssUsers:999
-msgid "LSB"
+msgid "Video players and editors"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Internet gateway"
-msgstr "Interreto"
+msgid "Multimedia - CD Burning"
+msgstr "Plurmedia - KD-ROM Kreado"
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
+msgid "Tools to create and burn CD's"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
+msgid "More Graphical Desktops (Gnome, IceWM)"
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"
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr ""
#: ../../share/compssUsers:999
@@ -13510,142 +17071,16 @@ msgid "Personal Information Management"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Multimedia - CD Burning"
-msgstr "Plurmedia - KD-ROM Kreado"
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Laborstacio"
-
-#, fuzzy
-#~ msgid "cpu number "
-#~ msgstr "Telefonnumero"
-
-#~ 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 ""
-#~ "Nun vi havas la ŝancon elŝuti softvaron por ĉifrado.\n"
-#~ "\n"
-#~ "AVERTO:\n"
-#~ "\n"
-#~ "Pro malsamaj ĝeneralaj kondiĉoj 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 leĝoj de lia/ilia jurisdikcio permesas li/ili "
-#~ "elŝuti,\n"
-#~ "stoki kaj/aŭ uzi tiun softvaron.\n"
-#~ "\n"
-#~ "Plue, la kliento kaj/aŭ fina uzanto scios specife atentos ne malobei la\n"
-#~ "leĝojn de lia/ilia jurisdikcio. Se la kliento kaj/aŭ la fina uzanto\n"
-#~ "malobeas tiujn aplikeblajn leĝojn, 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 prijuĝo) rezulte el uzado, posedado, aŭ sole elŝutado 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"
-
-#, fuzzy
-#~ msgid "Proxy configuration"
-#~ msgstr "Konfigurado de prokuraj serviloj"
-
-#~ msgid "port"
-#~ msgstr "porto"
-
-#, fuzzy
-#~ msgid "Url should begin with 'http:'"
-#~ msgstr "Prokura servilo devus esti http://..."
-
-#, fuzzy
-#~ msgid "login"
-#~ msgstr "Aŭtomata-enregistrado"
-
-#~ msgid "password"
-#~ msgstr "pasvorto"
-
-#, fuzzy
-#~ msgid "re-type password"
-#~ msgstr "Neniu pasvorto"
-
-#~ msgid "The passwords don't match. Try again!"
-#~ msgstr "La pasvortoj ne egalas. Provu denove!"
-
-#~ msgid "Can't write file %s"
-#~ msgstr "Ne povas skribi dosieron %s."
-
-#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-iso8859-3,*"
-
-#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-3,*"
-
-#, fuzzy
-#~ msgid "Please click on a medium"
-#~ msgstr "Bonvolu klaki sur subdiskon"
-
-#~ msgid "usage: drakfloppy\n"
-#~ msgstr "uzado: drakfloppy\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Usage: harddrake [-h|--help] [--test]\n"
-#~ msgstr "uzado: keyboarddrake [--expert] [klavaro]\n"
+msgid "Personal Finance"
+msgstr ""
-#~ msgid "usage: keyboarddrake [--expert] [keyboard]\n"
-#~ msgstr "uzado: keyboarddrake [--expert] [klavaro]\n"
+#: ../../share/compssUsers:999
+msgid "Programs to manage your finances, such as gnucash"
+msgstr ""
-#, fuzzy
-#~ msgid "detected on interface %s"
-#~ msgstr "Reta interfaco"
+#~ msgid "Test ports"
+#~ msgstr "Provu pordojn"
diff --git a/perl-install/share/po/es.po b/perl-install/share/po/es.po
index cf0d8a463..02a38b3d1 100644
--- a/perl-install/share/po/es.po
+++ b/perl-install/share/po/es.po